@charset "UTF-8";
/*!
Theme Name: Landing Page Builder Blocks
Theme URI: http://underscores.me/
Author: RED STONE INC.
Author URI: https://red-stone.co.jp/
Description: ランディングページ作成専用テーマ
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lpb-blocks
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Landing Page Builder Blocks is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Modules
  # Accessibility
  # Alignments
  # Infinite scroll
# Page
# Media
  ## Captions
  ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

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

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

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

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

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: .9375em;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: .9375em;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html,
body {
  margin: 0;
  height: 100%;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}

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

body {
  position: relative;
  color: #333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  outline: none;
}

body.android {
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
  color: #2692ff;
  outline: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

.transition {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

/* clearfix */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* table */
table {
  border-collapse: separate;
  border-spacing: 0;
}

table th,
table td {
  padding: 15px;
}

table th > :first-child,
table td > :first-child {
  margin-top: 0;
}

table th > :last-child,
table td > :last-child {
  margin-bottom: 0;
}

hr {
  margin: 15px 0;
  height: 0;
  border: none;
  border-bottom: 1px solid #e8e8e8;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.lpbb-block button,
.lpbb-block input[type="button"],
.lpbb-block input[type="reset"],
.lpbb-block input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: .6em 1em .4em;
}

.lpbb-block button:hover,
.lpbb-block input[type="button"]:hover,
.lpbb-block input[type="reset"]:hover,
.lpbb-block input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

.lpbb-block button:active, .lpbb-block button:focus,
.lpbb-block input[type="button"]:active,
.lpbb-block input[type="button"]:focus,
.lpbb-block input[type="reset"]:active,
.lpbb-block input[type="reset"]:focus,
.lpbb-block input[type="submit"]:active,
.lpbb-block input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

.lpbb-block input[type="text"],
.lpbb-block input[type="email"],
.lpbb-block input[type="url"],
.lpbb-block input[type="password"],
.lpbb-block input[type="search"],
.lpbb-block input[type="number"],
.lpbb-block input[type="tel"],
.lpbb-block input[type="range"],
.lpbb-block input[type="date"],
.lpbb-block input[type="month"],
.lpbb-block input[type="week"],
.lpbb-block input[type="time"],
.lpbb-block input[type="datetime"],
.lpbb-block input[type="datetime-local"],
.lpbb-block input[type="color"],
.lpbb-block textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

.lpbb-block input[type="text"]:focus,
.lpbb-block input[type="email"]:focus,
.lpbb-block input[type="url"]:focus,
.lpbb-block input[type="password"]:focus,
.lpbb-block input[type="search"]:focus,
.lpbb-block input[type="number"]:focus,
.lpbb-block input[type="tel"]:focus,
.lpbb-block input[type="range"]:focus,
.lpbb-block input[type="date"]:focus,
.lpbb-block input[type="month"]:focus,
.lpbb-block input[type="week"]:focus,
.lpbb-block input[type="time"]:focus,
.lpbb-block input[type="datetime"]:focus,
.lpbb-block input[type="datetime-local"]:focus,
.lpbb-block input[type="color"]:focus,
.lpbb-block textarea:focus {
  color: #333;
}

.lpbb-block select {
  border: 1px solid #ccc;
}

.lpbb-block textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/**
 * Modal Menu & Section Navi Menu
 */
/* ハンバーガーアイコン */
.menu-btn,
.menu-btn span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.menu-btn {
  position: relative;
  z-index: 999;
  padding: 0;
  width: 50px;
  height: 50px;
  border: none;
  background: none;
  cursor: pointer;
  border-radius: 50%;
}

.menu-btn:hover {
  opacity: .8;
}

.menu-btn:focus {
  outline: none;
}

.menu-btn .menubar-wrap {
  position: relative;
  width: 50px;
  height: 50px;
}

.menu-btn span {
  position: absolute;
  left: 50%;
  width: 30px;
  margin-left: -15px;
  height: 2.5px;
  background-color: #fff;
}

.menu-btn .menubar-01 {
  top: 12.5px;
}

.menu-btn .menubar-02 {
  top: 23.5px;
}

.menu-btn .menubar-03 {
  bottom: 12.5px;
}

.menu-container {
  clear: both;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}

.menu-container > ul {
  margin: 0;
  padding: 30px 20px;
}

/**
* メニュー共通
*/
.modal-menu li a,
.section-menu li a {
  padding: 10px 0;
  display: inline-block;
  color: #000;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.modal-menu li a::before,
.section-menu li a::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  height: 1px;
  background: #000;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

@media screen and (min-width: 481px) {
  .modal-menu li a::before,
  .section-menu li a::before {
    height: 2px;
  }
}

/**
 * モーダルメニュー
 */
.modal-menu {
  position: fixed;
  top: 0;
  right: -300px;
  z-index: 999;
  width: 0;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  pointer-events: none;
  overflow-y: auto;
  /* for IOS */
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.modal-menu li {
  margin-bottom: 16px;
  text-align: left;
  list-style: none;
  -webkit-transform: translateX(-150px);
          transform: translateX(-150px);
  -webkit-transition: all .5s .2s ease-in-out;
  transition: all .5s .2s ease-in-out;
  opacity: 0;
}

@media screen and (min-width: 881px) {
  .modal-menu li {
    margin-bottom: 24px;
  }
}

.modal-menu li ul {
  margin-left: 0;
}

@media screen and (min-width: 881px) {
  .modal-menu li a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.modal-menu li a::before {
  left: 0;
  width: 0;
  -webkit-transition-property: width;
  transition-property: width;
}

.modal-menu li a:hover::before {
  width: 100%;
}

/**
 * Section Navi
 */
.section-menu {
  overflow: hidden;
  display: none;
  width: 100%;
}

@media screen and (min-width: 881px) {
  .section-menu {
    display: block;
  }
}

.section-menu ul {
  margin: 0 0 -5px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  width: 100%;
  line-height: 1;
  list-style: none;
}

.section-menu li {
  position: relative;
  margin-bottom: 5px;
  margin-right: 3.5%;
  display: inline-block;
  vertical-align: bottom;
}

.section-menu li:last-child {
  margin-right: 1.5%;
}

.section-menu li a {
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (min-width: 881px) {
  .section-menu li a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.section-menu li a::before {
  left: 51%;
  right: 51%;
  -webkit-transition-property: left, right;
  transition-property: left, right;
}

.section-menu li a:hover::before {
  left: 20%;
  right: 20%;
}

/* bodyに「is-menu-open」クラスが付いたらモーダル表示 */
.is-menu-open {
  overflow: hidden;
}

.is-menu-open .menu-btn {
  position: fixed;
  top: 0;
  right: 270px;
  margin-top: 0;
  color: #fff;
  background: none !important;
}

@media screen and (min-width: 601px) {
  .is-menu-open .menu-btn {
    right: 300px;
  }
}

.is-menu-open .menu-btn .menubar-01 {
  background-color: #fff;
  -webkit-transform: translateY(11px) rotate(-45deg);
          transform: translateY(11px) rotate(-45deg);
}

.is-menu-open .menu-btn .menubar-02 {
  opacity: 0;
}

.is-menu-open .menu-btn .menubar-03 {
  background-color: #fff;
  -webkit-transform: translateY(-11px) rotate(45deg);
          transform: translateY(-11px) rotate(45deg);
}

.is-menu-open .modal-menu {
  right: 0;
  z-index: 999;
  width: 270px;
  opacity: 1;
  pointer-events: auto;
}

@media screen and (min-width: 601px) {
  .is-menu-open .modal-menu {
    width: 300px;
  }
}

.is-menu-open .modal-menu li.item-visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.is-menu-open #lpbb-section-container {
  overflow: hidden;
  pointer-events: none;
}

.is-menu-open .menu-open-mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 881px) {
  .menu-pc #lpbb-section-sp-navi {
    display: none;
  }
}

/* Mobile Menu */
.menu-mobile .section-menu {
  display: none;
}

/* sticky header */
.header-sticky {
  opacity: 0;
}

/**
 * Site Logo
 */
@media screen and (min-width: 881px) {
  .lpbb-site-header .site-logo {
    margin-left: 1.5%;
    margin-right: 1.5%;
  }
}

/* Logo Image */
.logo-img {
  margin: 0;
  max-width: 180px;
}

@media screen and (min-width: 881px) {
  .logo-img {
    width: 20%;
    max-width: 240px;
  }
}

.logo-img img {
  padding: 0;
  width: 100%;
  max-height: 101px;
}

@media screen and (min-width: 881px) {
  .logo-img img {
    max-width: 100%;
    max-height: 135px;
  }
}

.logo-img .image-link {
  display: inline-block;
}

.logo-img a::before {
  content: none;
}

/* Logo Text */
.logo-text {
  float: left;
  max-width: 240px;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}

@media screen and (min-width: 881px) {
  .logo-text {
    width: 25%;
    max-width: 100%;
    font-size: 20px;
    font-size: 2rem;
  }
}

.logo-text * {
  margin-bottom: 0 !important;
  line-height: inherit;
}

.logo-text a {
  color: inherit;
  text-decoration: none;
}

.has-logo-img .section-menu {
  padding-left: 15px;
}

.has-logo-text .section-menu {
  padding-left: 15px;
  width: 75%;
}

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
/*-- ## Accessibility
----------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*-- ## Alignments
----------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*-- ## Infinitie scroll
----------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinite-end.neverending .site-footer {
  display: block;
}

/*-- ## Button
----------------------------------------------*/
.btn {
  position: relative;
  padding: .5em 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  color: #fff;
  background: #0275d8;
  border-radius: .3em;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: ease .3s;
  transition: ease .3s;
}

.btn:hover {
  box-shadow: inset 0 0 0 99999px rgba(255, 255, 255, 0.2);
}

.btn.btn-primary {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn.btn-primary:hover {
  background-color: #286090;
  border-color: #204d74;
}

.btn.btn-success {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn.btn-success:hover {
  background-color: #449d44;
  border-color: #398439;
}

.btn.btn-info {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn.btn-info:hover {
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn.btn-warning {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn.btn-warning:hover {
  background-color: #ec971f;
  border-color: #d58512;
}

.btn.btn-danger {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn.btn-danger:hover {
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn.btn-icon {
  position: relative;
  padding-right: 3em;
  padding-left: 3em;
}

.btn.btn-icon::after {
  position: absolute;
  top: 50%;
  right: 1.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\e805";
  display: inline-block;
  line-height: 1;
  font-size: .8em;
  font-family: "icon-lpbb";
  font-weight: 800;
}

.btn.btn-large {
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (min-width: 480px) {
  .btn.btn-large {
    min-width: 400px;
    width: auto;
  }
}

.btn.btn-small {
  padding: 5px 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 3px;
}

.btn.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 3px;
}

.btn.btn-block {
  display: block;
}

.btn.btn-shadow {
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
}

.btn.btn-action {
  padding: 1.075em 3em;
  width: 100%;
  color: #fff;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  background: #E96767;
  border-radius: 50px;
  -webkit-transition: ease .3s;
  transition: ease .3s;
}

@media screen and (min-width: 481px) {
  .btn.btn-action {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 400px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.btn.btn-action:hover {
  background: #EF3D3D;
}

.btn .icon-arrow--right {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: ease .3s;
  transition: ease .3s;
}

@media screen and (min-width: 481px) {
  .btn .icon-arrow--right {
    width: 32px;
  }
}

.btn .icon-arrow--right > * {
  -webkit-transition: ease .3s;
  transition: ease .3s;
}

.btn:hover .icon-arrow--right {
  right: 10px;
}

.btn:hover .icon-arrow--right > * {
  stroke: #fff;
}

.btn-align--left,
.btn-align--center,
.btn-align--right,
.btn-align--justify {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.btn-align--left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.btn-align--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.btn-align--right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}

.btn-align--justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

/*-- ## 見出し装飾
----------------------------------------------*/
.decoration {
  display: block;
}

.border-radius {
  border-radius: .3em;
}

.border-btm {
  padding-bottom: .5em;
  border-bottom: 2px solid #d90000;
}

.border-btm-double {
  border-bottom: 6px double #d90000;
}

.border-btm-2color {
  position: relative;
  padding-bottom: .5em;
  border-bottom: 3px solid #ccc;
}

.border-btm-2color::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 3px;
  background-color: #d90000;
}

.lead-large:first-letter {
  margin-right: .1em;
  font-size: 1.5em;
}

.border-top-btm {
  padding: .75em 0;
  border-top: 2px solid #d90000;
  border-bottom: 2px solid #d90000;
}

.border-top-btm2 {
  position: relative;
  padding: 1em 0;
}

.border-top-btm2::before, .border-top-btm2::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}

.border-top-btm2::before {
  top: 0;
  border-top: 2px solid #d90000;
  border-bottom: 2px solid #d90000;
}

.border-top-btm2::after {
  bottom: 0;
  border-top: 2px solid #d90000;
  border-bottom: 2px solid #d90000;
}

.border-left {
  padding: .25em 0 .25em .75em;
  border-left: 6px solid #d90000;
}

.border-left-btm {
  position: relative;
  padding: .25em 0 .5em .75em;
  border-left: 6px solid #d90000;
}

.border-left-btm::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 2px solid #ccc;
}

.border-surround {
  padding: .5em .75em;
  border: 2px solid #d90000;
}

.border-double {
  border: 6px double #d90000;
}

.border-surround2 {
  position: relative;
  padding: .75em 1em .75em 1.5em;
  border: 2px solid #d90000;
}

.border-surround2::after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 6px;
  height: calc(100% - 1em);
  background-color: #d90000;
}

.fukidashi {
  position: relative;
  padding: .5em .75em;
  background-color: #f0f0f0;
}

.fukidashi::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #f0f0f0;
}

.fukidashi-shadow {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1) inset;
}

.fukidashi-border {
  position: relative;
  padding: .5em .75em;
  background-color: #fff;
  border: 2px solid #ccc;
}

.fukidashi-border::before, .fukidashi-border::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  height: 0;
  width: 0;
  border: 10px solid transparent;
}

.fukidashi-border::before {
  border-top: 15px solid #ccc;
}

.fukidashi-border::after {
  margin-top: -4px;
  border-top: 15px solid #fff;
}

.square {
  position: relative;
  padding-left: 2.2em;
}

.square::before, .square::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1em;
  height: 1em;
  border: 2px solid #d90000;
  margin: auto;
}

.square::before {
  top: -.5em;
  left: 0;
}

.square::after {
  top: .5em;
  left: .5em;
}

.square2 {
  padding: 28px 0 0 28px;
}

.square2::before, .square2::after {
  content: "";
  position: absolute;
  bottom: auto;
  margin: auto;
  border: none;
}

.square2::before {
  width: 20px;
  height: 20px;
  top: 4px;
  left: 12px;
  background: #d90000;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}

.square2::after {
  width: 13px;
  height: 13px;
  top: 32px;
  left: 2px;
  background: #d90000;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.page-curl {
  position: relative;
  padding: .5em .75em;
  background-color: #f6f6f6;
}

.page-curl::before, .page-curl::after {
  position: absolute;
  bottom: 8px;
  z-index: -1;
  content: '';
  width: 30%;
  height: 50%;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}

.page-curl::before {
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  left: .3em;
}

.page-curl::after {
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  right: .3em;
}

.ribbon {
  position: relative;
  padding: .75em 1em;
  color: #fff;
  background-color: #d90000;
}

.ribbon::before, .ribbon::after {
  content: '';
  position: absolute;
  top: 100%;
  border-style: solid;
  border-color: transparent;
}

.ribbon::before {
  left: 0;
  border-width: 0 15px 15px 0;
  border-right-color: #555;
}

.ribbon::after {
  right: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-top-color: #555;
}

.dog-ear {
  position: relative;
  padding: 1em;
  color: #fff;
  background-color: #d90000;
}

.dog-ear::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 0;
  border-width: 0 1.2em 1.2em 0;
  border-style: solid;
  border-color: #fff #fff rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2);
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.1);
}

.dog-ear2 {
  position: relative;
  padding: 1em 4em 1em 1em;
  color: #fff;
  background: -webkit-linear-gradient(245deg, rgba(0, 0, 0, 0) 1.5em, #d90000 0%);
  background: linear-gradient(-155deg, rgba(0, 0, 0, 0) 1.5em, #d90000 0%);
}

.dog-ear2::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 1.65507em;
  height: 3.5493em;
  background: -webkit-linear-gradient(right top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2));
  background: linear-gradient(to left bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2));
  box-shadow: -0.2em 0.2em 0.3em -0.1em rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-1.89424em) rotate(-40deg);
          transform: translateY(-1.89424em) rotate(-40deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

.dog-ear2.border-radius:after {
  border-bottom-left-radius: .3em;
}

.gradation {
  position: relative;
  padding: .75em 1em;
  border: 1px solid #ccc;
  border-top: 3px solid #d90000;
  background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
  box-shadow: 0 -1px 0 white inset;
}

/*-- ## リストスタイル
----------------------------------------------*/
ul,
ol {
  margin: 1em 0 1.5em;
  padding-left: 0;
}

ul li,
ol li {
  margin-top: 1em;
}

ul li ul,
ul li ol,
ol li ul,
ol li ol {
  margin-top: 1em;
  margin-left: 1em;
}

ul {
  list-style: inside disc;
}

ol {
  list-style: inside decimal;
}

dl dt {
  margin-top: .75em;
  font-weight: 700;
}

dl dd {
  margin: .5em 0 0;
}

dl dd dl {
  margin-top: 1em;
  margin-left: 1.4em;
}

.list-icon-none,
.list-icon-check,
.list-icon-check2,
.list-icon-big-decimal,
.list-icon-small-decimal,
.fa-ul {
  text-indent: 0;
  list-style: none;
}

/* アイコン付リスト */
.list-icon-check > li,
.list-icon-check2 > li,
.list-icon-big-decimal > li {
  position: relative;
  padding-left: 1.4em;
  text-indent: 0;
}

.list-icon-check > li::before,
.list-icon-check2 > li::before,
.list-icon-big-decimal > li::before,
.fa-ul .fa-li {
  position: absolute;
  top: 0;
  left: 0;
}

/* 左マージンなし */
.list-mgl-none {
  margin-left: 0 !important;
}

/* リストスタイルなし */
.list-style-none {
  padding-left: 0;
  list-style: none;
}

.list-style-none li {
  padding-left: 0 !important;
  text-indent: 0 !important;
}

/* チェックリスト */
.list-icon-check > li::before {
  content: "\e812";
  font-family: "icon-lpbb";
}

.list-icon-check2 > li::before {
  content: "\e815";
  font-family: "icon-lpbb";
}

.list-icon-check.check-key > li::before,
.list-icon-check2.check-key > li::before {
  color: #EF3D3D;
}

.list-icon-check.check-green > li::before,
.list-icon-check2.check-green > li::before {
  color: #9AC716;
}

.list-icon-check.check-blue > li::before,
.list-icon-check2.check-blue > li::before {
  color: #0088B5;
}

.list-icon-check.check-yellow > li::before,
.list-icon-check2.check-yellow > li::before {
  color: #eeee22;
}

.list-icon-check.check-red > li::before,
.list-icon-check2.check-red > li::before {
  color: #DC1D39;
}

.list-icon-check.check-gray > li::before,
.list-icon-check2.check-gray > li::before {
  color: #ccc;
}

.list-icon-big-decimal > li::before {
  content: "●";
}

.list-icon-small-decimal > li ul {
  padding-left: 0;
  text-indent: 0;
}

.list-icon-small-decimal > li::before {
  content: "・";
}

.list-number {
  list-style: none;
  counter-reset: number;
}

.list-number li {
  position: relative;
  padding-left: 1.8em;
  text-indent: 0;
  counter-increment: number;
}

.list-number li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(number);
  display: block;
  width: 1.8em;
  height: 1.8em;
  color: #fff;
  font-size: .8em;
  font-weight: 700;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  line-height: 2;
  text-align: center;
  border-radius: 50%;
}

.list-number.number-key > li::before {
  background-color: #EF3D3D;
}

.list-number.number-green > li::before {
  background-color: #9AC716;
}

.list-number.number-blue > li::before {
  background-color: #0088B5;
}

.list-number.number-yellow > li::before {
  color: #000;
  background-color: #eeee22;
}

.list-number.number-red > li::before {
  background-color: #DC1D39;
}

.list-number.number-gray > li::before {
  color: #000;
  background-color: #ccc;
}

/*-- ## フォント設定
----------------------------------------------*/
.ft-c-key {
  color: #EF3D3D;
}

.ft-c-green {
  color: #9AC716;
}

.ft-c-blue {
  color: #0088B5;
}

.ft-c-red {
  color: #DC1D39;
}

.ft-c-red__thin {
  color: #E96767;
}

.ft-c-yellow {
  color: #eeee22;
}

.ft-color-pink {
  color: #FFDFEF;
}

.ft-s-8 {
  font-size: 8px;
  font-size: 0.8rem;
}

.ft-s-10 {
  font-size: 10px;
  font-size: 1rem;
}

.ft-s-12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.ft-s-14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.ft-s-16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.ft-s-18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.ft-s-20 {
  font-size: 20px;
  font-size: 2rem;
}

.ft-s-22 {
  font-size: 22px;
  font-size: 2.2rem;
}

.ft-s-24 {
  font-size: 24px;
  font-size: 2.4rem;
}

.ft-s-26 {
  font-size: 26px;
  font-size: 2.6rem;
}

.ft-s-28 {
  font-size: 28px;
  font-size: 2.8rem;
}

.ft-s-30 {
  font-size: 30px;
  font-size: 3rem;
}

.ft-s-32 {
  font-size: 32px;
  font-size: 3.2rem;
}

.ft-s-34 {
  font-size: 34px;
  font-size: 3.4rem;
}

.ft-s-36 {
  font-size: 36px;
  font-size: 3.6rem;
}

.ft-s-40 {
  font-size: 40px;
  font-size: 4rem;
}

.ft-s-48 {
  font-size: 48px;
  font-size: 4.8rem;
}

.ft-s-60 {
  font-size: 60px;
  font-size: 6rem;
}

.ft-s-70 {
  font-size: 70px;
  font-size: 7rem;
}

.ft-s-80 {
  font-size: 80px;
  font-size: 8rem;
}

.ft-s-90 {
  font-size: 90px;
  font-size: 9rem;
}

.ft-s-100 {
  font-size: 100px;
  font-size: 10rem;
}

.ft-s-120 {
  font-size: 120px;
  font-size: 12rem;
}

.lh-1d0 {
  line-height: 1;
}

.lh-1d2 {
  line-height: 1.2;
}

.lh-1d4 {
  line-height: 1.4;
}

.lh-1d6 {
  line-height: 1.6;
}

.lh-1d8 {
  line-height: 1.8;
}

.lh-2d0 {
  line-height: 2;
}

.ft-w-normal {
  font-weight: normal;
}

.ft-w-bold {
  font-weight: bold;
}

.txt-shadow-basic {
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

.txt-shadow-hard {
  text-shadow: -2px 4px 0 rgba(0, 0, 0, 0.3);
}

.txt-shadow-heavy {
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}

.line-key {
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(transparent 60%, #EF3D3D 0%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #EF3D3D 0%) repeat scroll 0 0;
}

.line-green {
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(transparent 60%, #66ffcc 0%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #66ffcc 0%) repeat scroll 0 0;
}

.line-blue {
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(transparent 60%, #cce5ff 0%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #cce5ff 0%) repeat scroll 0 0;
}

.line-yellow {
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(transparent 60%, #eeee22 0%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #eeee22 0%) repeat scroll 0 0;
}

.line-pink {
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(transparent 60%, #FFDFEF 0%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFDFEF 0%) repeat scroll 0 0;
}

.line-key_thick {
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(transparent 80%, #EF3D3D 0%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #EF3D3D 0%) repeat scroll 0 0;
}

.line-green_thick {
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(transparent 80%, #66ffcc 0%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #66ffcc 0%) repeat scroll 0 0;
}

.line-blue_thick {
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(transparent 80%, #cce5ff 0%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #cce5ff 0%) repeat scroll 0 0;
}

.line-yellow_thick {
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(transparent 80%, #eeee22 0%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #eeee22 0%) repeat scroll 0 0;
}

.line-pink_thick {
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(transparent 80%, #ffb2d8 0%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #ffb2d8 0%) repeat scroll 0 0;
}

.border-dashed {
  border-bottom-width: 3px;
  border-bottom-style: dashed;
  border-color: inherit;
}

.border-dotted {
  border-bottom-width: 3px;
  border-bottom-style: dotted;
  border-color: inherit;
}

/*-- ## Color Box
----------------------------------------------*/
.color-box, .message-box {
  padding: 2.5em 1.25em;
  margin-bottom: 2.5em;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: .25em;
}

.color-box > :first-child, .message-box > :first-child {
  margin-top: 0;
}

.color-box > :last-child, .message-box > :last-child {
  margin-bottom: 0;
}

.color-box > ul, .message-box > ul,
.color-box > ol,
.message-box > ol {
  margin-left: 0;
}

.color-box li:first-child, .message-box li:first-child,
.color-box dd:first-child,
.message-box dd:first-child {
  margin-top: 0;
}

.color-box.box-green, .box-green.message-box {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}

.color-box.box-blue, .box-blue.message-box {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}

.color-box.box-yellow, .box-yellow.message-box {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}

.color-box.box-red, .box-red.message-box {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}

.color-box.box-gray, .box-gray.message-box {
  background-color: #f9f9f9;
  border-color: #e4e4e4;
  color: #333;
}

.color-box.box-white, .box-white.message-box {
  background-color: #fff;
  border-color: #ccc;
  color: #333;
}

.color-box.box-no-bg, .box-no-bg.message-box {
  color: inherit;
  border-color: #ccc;
  background-color: transparent;
}

.color-box.box-no-border, .box-no-border.message-box {
  border: none;
}

.color-box.box-ft-c-default, .box-ft-c-default.message-box {
  color: inherit;
}

.color-box.box-notice, .box-notice.message-box {
  padding: 2em;
  border-color: #E96767;
  border-width: 5px;
}

.color-box.box-notice p, .box-notice.message-box p {
  margin-bottom: 1em;
}

.message-box {
  position: relative;
  margin-top: 3.75em !important;
  border-width: 2px;
}

.message-box::before {
  position: absolute;
  top: -2.5rem;
  left: 20px;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 5rem;
  height: 5rem;
  font-family: "icon-lpbb";
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  background-color: inherit;
  border: 7px solid;
  border-radius: 50%;
}

.message-box.box-icon__no-border::before {
  font-size: 50px;
  font-size: 5rem;
  border: none;
}

.message-box.box-icon__question::before {
  content: "\e825";
}

.message-box.box-icon__question-solid::before {
  content: "\e808";
}

.message-box.box-icon__edit::before {
  content: "\e81d";
}

.message-box.box-icon__tag::before {
  content: "\e84b";
}

.message-box.box-icon__alert::before {
  content: "\e83f";
}

.message-box.box-icon__alert-solid::before {
  content: "\e850";
}

.message-box.box-icon__alert-delta::before {
  content: "\e851";
  padding-bottom: .4rem;
}

.message-box.box-icon__calendar::before {
  content: "\e845";
}

.message-box.box-icon__clock::before {
  content: "\e84c";
}

.message-box.box-icon__bubble::before {
  content: "\e849";
  background: none;
}

.message-box.box-icon__bubbles::before {
  content: "\e84a";
  background: none;
}

.message-box.box-icon__chain::before {
  content: "\e841";
}

.message-box.box-icon__clip::before {
  content: "\e852";
}

.message-box.box-icon__center::before {
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.message-box.box-icon__right::before {
  left: auto;
  right: 20px;
  -webkit-transform: none;
          transform: none;
}

/*-- ## Table
----------------------------------------------*/
table {
  margin: 0 0 1.5em;
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

table th,
table td {
  padding: 15px 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

table th {
  background: #f1f1f1;
}

@media screen and (max-width: 1170px) {
  .btn-align-break--lg {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important;
  }
}

@media screen and (max-width: 880px) {
  .btn-align-break--md {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important;
  }
  .ft-s-18 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .ft-s-20 {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .ft-s-22 {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .ft-s-24 {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .ft-s-26 {
    font-size: 23px;
    font-size: 2.3rem;
  }
  .ft-s-28 {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .ft-s-30 {
    font-size: 27px;
    font-size: 2.7rem;
  }
  .ft-s-32 {
    font-size: 29px;
    font-size: 2.9rem;
  }
  .ft-s-34 {
    font-size: 30px;
    font-size: 3rem;
  }
  .ft-s-36 {
    font-size: 33px;
    font-size: 3.3rem;
  }
  .ft-s-40 {
    font-size: 35px;
    font-size: 3.5rem;
  }
  .ft-s-48 {
    font-size: 40px;
    font-size: 4rem;
  }
  .ft-s-60 {
    font-size: 45px;
    font-size: 4.5rem;
  }
  .ft-s-70 {
    font-size: 55px;
    font-size: 5.5rem;
  }
  .ft-s-80 {
    font-size: 60px;
    font-size: 6rem;
  }
  .ft-s-90 {
    font-size: 70px;
    font-size: 7rem;
  }
  .ft-s-100 {
    font-size: 80px;
    font-size: 8rem;
  }
  .ft-s-120 {
    font-size: 90px;
    font-size: 9rem;
  }
  .table-wrap.scroll-md {
    overflow-x: auto;
    margin-bottom: 20px;
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), white 15px) 0 0/50px 100%, -webkit-linear-gradient(right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) 0 0/20px 100%, -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white 15px) right/50px 100%, -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right/20px 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white 15px) 0 0/50px 100%, linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) 0 0/20px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), white 15px) right/50px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right/20px 100%;
    background-repeat: no-repeat;
    background-attachment: local, scroll, local, scroll;
  }
  .table-wrap.scroll-md .scroll-table {
    margin-bottom: 0;
    width: auto !important;
    border-collapse: collapse;
    table-layout: fixed;
  }
  .table-wrap.scroll-md .scroll-table th,
  .table-wrap.scroll-md .scroll-table td {
    width: auto;
    white-space: nowrap;
  }
}

@media screen and (max-width: 480px) {
  .btn-align-break--sm {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important;
  }
  .ft-s-18 {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .ft-s-20 {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .ft-s-22 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .ft-s-24 {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .ft-s-26 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .ft-s-28 {
    font-size: 20px;
    font-size: 2rem;
  }
  .ft-s-30 {
    font-size: 23px;
    font-size: 2.3rem;
  }
  .ft-s-32 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .ft-s-34 {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .ft-s-36 {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .ft-s-40 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .ft-s-48 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .ft-s-60 {
    font-size: 38px;
    font-size: 3.8rem;
  }
  .ft-s-70 {
    font-size: 45px;
    font-size: 4.5rem;
  }
  .ft-s-80 {
    font-size: 48px;
    font-size: 4.8rem;
  }
  .ft-s-90 {
    font-size: 50px;
    font-size: 5rem;
  }
  .ft-s-100 {
    font-size: 58px;
    font-size: 5.8rem;
  }
  .ft-s-120 {
    font-size: 64px;
    font-size: 6.4rem;
  }
  .table-wrap.scroll-sm {
    overflow-x: auto;
    margin-bottom: 20px;
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), white 15px) 0 0/50px 100%, -webkit-linear-gradient(right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) 0 0/20px 100%, -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white 15px) right/50px 100%, -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right/20px 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white 15px) 0 0/50px 100%, linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) 0 0/20px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), white 15px) right/50px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right/20px 100%;
    background-repeat: no-repeat;
    background-attachment: local, scroll, local, scroll;
  }
  .table-wrap.scroll-sm .scroll-table {
    margin-bottom: 0;
    width: auto !important;
    border-collapse: collapse;
    table-layout: fixed;
  }
  .table-wrap.scroll-sm .scroll-table th,
  .table-wrap.scroll-sm .scroll-table td {
    width: auto;
    white-space: nowrap;
  }
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  line-height: 1.6;
}

p {
  margin-bottom: 1.5em;
  display: block;
  line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: .9375em;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: .9375em;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

strong {
  font-weight: bold;
}

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

img[class*="wp-images-"], img[class*="attachment-"] {
  max-width: 100%;
  height: auto;
  padding: 1em 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption {
  max-width: 100%;
  height: auto;
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  border-radius: 3px;
}

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

.wp-caption p.wp-caption-text {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.7;
  padding: 0 4px 5px;
  margin: 0;
}

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

/**
 * 動画
 */
.gmap-container,
.video-container,
.instagram-container {
  margin: 0 auto;
  max-width: 100%;
}

.gmap,
.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

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

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

/* Instagram */
.instagram {
  position: relative;
  padding-bottom: 120%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* Container */
#lpbb-page-container {
  overflow: hidden;
  height: auto;
  min-height: 100%;
}

/**
 * site header
 */
.lpbb-site-header {
  position: relative;
  padding: 8px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  width: 100%;
  min-height: 50px;
  -webkit-transition: all 1s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 1s cubic-bezier(0.55, 0, 0.1, 1);
  box-shadow: 0 1px 3px rgba(51, 51, 51, 0.2);
}

@media screen and (min-width: 601px) {
  .lpbb-site-header {
    padding: 10px 15px;
  }
}

.lpbb-site-header.has-logo-text {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.lpbb-site-header.has-logo-img {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.lpbb-site-header.shadow-none {
  box-shadow: none !important;
}

.lpbb-site-header.header-absolute {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.lpbb-site-header.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

.lpbb-site-header.header-sticky {
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 99;
}

.lpbb-site-header.js-header-sticky {
  top: 0;
  opacity: 1;
}

.lpbb-site-header.shadow-on {
  box-shadow: 0 1px 3px rgba(51, 51, 51, 0.2);
}

/* Wordpressの管理バー上部にがある場合 */
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}

.admin-bar .header-fixed,
.admin-bar .js-header-sticky {
  top: 46px;
}

@media screen and (min-width: 783px) {
  .admin-bar .header-fixed,
  .admin-bar .js-header-sticky {
    top: 32px;
  }
}

.admin-bar .modal-menu {
  top: 46px;
}

@media screen and (min-width: 783px) {
  .admin-bar .modal-menu {
    top: 32px;
  }
}

.admin-bar.is-menu-open .menu-btn {
  top: 46px;
}

@media screen and (min-width: 783px) {
  .admin-bar.is-menu-open .menu-btn {
    top: 32px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/**
 * Footer
 */
.has-top-margin {
  margin-top: 40px;
}

.lpbb-ft-content {
  position: relative;
  margin: 0 auto;
  padding: 15px;
}

.lpbb-ft-content .footer-text {
  max-width: 100%;
}

@media screen and (min-width: 881px) {
  .lpbb-ft-content .footer-text {
    max-width: auto;
  }
}

/* Smooth Scroll */
@media screen and (min-width: 881px) {
  #lpbb-scroll-area {
    box-shadow: 0 -3px 3px -3px #ccc inset;
  }
}

#lpbb-scroll {
  position: absolute;
  bottom: -50px;
  right: 0;
  float: none;
  display: inline-block;
  z-index: 5;
  width: 50px;
  height: 50px;
}

@media screen and (min-width: 881px) {
  #lpbb-scroll {
    position: fixed;
    right: 15px;
    bottom: 15px;
  }
}

#lpbb-scroll a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  background: #000;
  cursor: pointer;
}

@media screen and (min-width: 881px) {
  #lpbb-scroll a {
    border-radius: 50%;
  }
}

#lpbb-scroll a:hover {
  opacity: .7;
}

/* copyright */
.lpbb-copyright {
  margin-top: 10px;
  padding: 0;
  float: none;
  clear: both;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

@media screen and (min-width: 881px) {
  .lpbb-copyright {
    margin-top: 0;
    padding: 15px 0;
  }
}

.lpbb-copyright p {
  margin: 0 auto;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.2;
  word-break: normal;
}

/*--------------------------------------------------------------
# Page
--------------------------------------------------------------*/
/**
 * Page Thanks
 */
.page-thanks {
  margin: 0 auto;
}

.page-thanks .page-header {
  position: relative;
}

.page-thanks .page-header-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0 auto;
  padding: 20px;
  width: 100%;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

.page-thanks .page-header-text.ft-set-none {
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (min-width: 601px) {
  .page-thanks .page-header-text.ft-set-none {
    font-size: 40px;
    font-size: 4rem;
  }
}

.page-thanks .page-figure {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  height: 280px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.page-thanks .section-content {
  margin: 80px auto;
  padding: 0 20px;
  max-width: 800px;
  min-height: 320px;
}

.page-thanks .entry-title::after {
  background: #1CA1F1;
}

.page-thanks .entry-content {
  margin: 32px auto 80px;
}

.page-thanks .btn-wrap {
  margin: 40px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.page-thanks .return-home {
  min-width: 240px;
}

.page-thanks .return-home .home-link {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

/**
 * 登録されたセクション（ページ）が見つかりませんでした。
 */
.lpbb-section-none,
.lpbb-front-select-none,
.error-404 {
  margin: 6.5% auto 0;
  padding: 40px 15px;
  max-width: 1080px;
  text-align: center;
}

.lpbb-section-none .page-heading,
.lpbb-front-select-none .page-heading,
.error-404 .page-heading {
  font-size: 22px;
  font-size: 2.2rem;
}

@media screen and (min-width: 881px) {
  .lpbb-section-none .page-heading,
  .lpbb-front-select-none .page-heading,
  .error-404 .page-heading {
    font-size: 30px;
    font-size: 3rem;
  }
}

.lpbb-section-none .return-top,
.lpbb-section-none .return-edit-post,
.lpbb-front-select-none .return-top,
.lpbb-front-select-none .return-edit-post,
.error-404 .return-top,
.error-404 .return-edit-post {
  margin-top: 80px;
}

.lpbb-section-none .return-top a,
.lpbb-section-none .return-edit-post a,
.lpbb-front-select-none .return-top a,
.lpbb-front-select-none .return-edit-post a,
.error-404 .return-top a,
.error-404 .return-edit-post a {
  margin: 0 auto;
  padding: 15px;
  display: block;
  width: 80%;
  max-width: 320px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background: #007bff;
  border: 1px solid #007bff;
  border-radius: 8px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
}

.lpbb-section-none .return-top a:hover,
.lpbb-section-none .return-edit-post a:hover,
.lpbb-front-select-none .return-top a:hover,
.lpbb-front-select-none .return-edit-post a:hover,
.error-404 .return-top a:hover,
.error-404 .return-edit-post a:hover {
  background-color: #0069d9;
  border-color: #0062cc;
}

/**
 * 404 Error
 */
.lpbb-no-front .lpbb-site-header,
.lpbb-no-section .lpbb-site-header {
  display: none;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/*-- ## Captions
----------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*-- ## Galleries
----------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}
