@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *



 *# require_tree .
 *# require_directory .
 */
/*
input, button, select, textarea {
    -webkit-appearance: none;
}
*/
/*
 ステージング環境の追加に伴う CDNサーバーの追加と publicフォルダ参照パスの設定
*/
@import 'https://fonts.googleapis.com/css?family=Oswald';
/* ============================== normalize */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  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;
}

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

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

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

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

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

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

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

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  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;
}

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

/**
 * 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 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  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 and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 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 */
}

/* ============================== font */
/* ==========================================================================
   font
   ========================================================================== */
/* condensed font */
/* regular font */
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 200;
  src: url("https://d38dgm85gko7xo.cloudfront.net/assets/fonts/NotoSansCJKjp-thin.woff") format("woff"), url("https://d38dgm85gko7xo.cloudfront.net/assets/fonts/NotoSansCJKjp-thin.otf") format("opentype");
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 300;
  src: url("https://d38dgm85gko7xo.cloudfront.net/assets/fonts/NotoSansCJKjp-light.woff") format("woff"), url("https://d38dgm85gko7xo.cloudfront.net/assets/fonts/NotoSansCJKjp-light.otf") format("opentype");
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 400;
  src: url("https://d38dgm85gko7xo.cloudfront.net/assets/fonts/NotoSansCJKjp-regular.woff") format("woff"), url("https://d38dgm85gko7xo.cloudfront.net/assets/fonts/NotoSansCJKjp-regular.otf") format("opentype");
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 500;
  src: url("https://d38dgm85gko7xo.cloudfront.net/assets/fonts/NotoSansCJKjp-medium.woff") format("woff"), url("https://d38dgm85gko7xo.cloudfront.net/assets/fonts/NotoSansCJKjp-medium.otf") format("opentype");
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 600;
  src: url("https://d38dgm85gko7xo.cloudfront.net/assets/fonts/NotoSansCJKjp-medium.woff") format("woff"), url("https://d38dgm85gko7xo.cloudfront.net/assets/fonts/NotoSansCJKjp-medium.otf") format("opentype");
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 700;
  src: url("https://d38dgm85gko7xo.cloudfront.net/assets/fonts/NotoSansCJKjp-bold.woff") format("woff"), url("https://d38dgm85gko7xo.cloudfront.net/assets/fonts/NotoSansCJKjp-bold.otf") format("opentype");
}
@font-face {
  font-family: "icon-wildmind";
  src: url(/assets/icon-wildmind-90a5142a4f2d79fa74f65721def710bab9937c93a875fbde28ff2d18c1a93683.eot);
  src: url(/assets/icon-wildmind-90a5142a4f2d79fa74f65721def710bab9937c93a875fbde28ff2d18c1a93683.eot#iefix) format("embedded-opentype"), url(/assets/icon-wildmind-a4060d064540c10f8c8bc7cb46232cb4f5e8237e65a15036911bb4aaac631533.ttf) format("truetype"), url(/assets/icon-wildmind-336bc8224bb436091a8bda7bed3a40394041f7ed4f40ae96b3676a0dc63dbaf7.woff) format("woff"), url(/assets/icon-wildmind-edb0f77e7f860472d1f07f85df27c1582e31ed8c993d4776c0919fab7c63a719.svg#icon-wildmind) format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"], [class^=icon_], [class*=" icon_"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon-wildmind" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-camera:before {
  content: "\e922";
}

.icon-pdf:before {
  content: "\e921";
}

.icon-prev-w:before {
  content: "\e920";
}

.icon-line-comment:before {
  content: "\e91e";
}

.icon-line-heart:before {
  content: "\e91f";
}

.icon-select:before {
  content: "\e91d";
}

.icon-clip:before {
  content: "\e91b";
}

.icon-right-s:before {
  content: "\e91c";
}

.icon-profile:before {
  content: "\e900";
}

.icon-chisei:before {
  content: "\e901";
}

.icon-kansei:before {
  content: "\e902";
}

.icon-pref:before {
  content: "\e903";
}

.icon-yaritai:before {
  content: "\e904";
}

.icon-yasei:before {
  content: "\e905";
}

.icon-yatta:before {
  content: "\e906";
}

.icon-yaritai-fill:before {
  content: "\e907";
}

.icon-yatta-fill:before {
  content: "\e908";
}

.icon-next:before {
  content: "\e909";
}

.icon-prev:before {
  content: "\e90a";
}

.icon-step-backword:before {
  content: "\e90b";
}

.icon-step-forword:before {
  content: "󩂛";
}

.icon-down:before {
  content: "\e90c";
}

.icon-up:before {
  content: "\e90d";
}

.icon-down-s:before {
  content: "\e90e";
}

.icon-up-s:before {
  content: "\e90f";
}

.icon-step:before {
  content: "\e910";
}

.icon-view:before {
  content: "\e911";
}

.icon-down-w:before {
  content: "\e912";
}

.icon-search:before {
  content: "\e913";
}

.icon-up-w:before {
  content: "\e914";
}

.icon-dot-w:before {
  content: "\e915";
}

.icon-dot:before {
  content: "\e916";
}

.icon-next-w:before {
  content: "\e917";
}

.icon-dustbox:before {
  content: "\e918";
}

.icon-edit:before {
  content: "\e919";
}

.icon-heart:before {
  content: "\e91a";
}

.icon_x-circle-fill:before {
  content: "\e924";
}

/* ============================== helper classes */
/* ==========================================================================
   helper classes
   ========================================================================== */
/*
SP版、TB版、PC版で要素の表示を変更します<br>

SP/TB版…幅768px未満
PC版…幅769px以上

* .spOnly-inline　…　SP版のみ表示。インラインで表示。
* .spOnly-inlineblock　…　SP版のみ表示。インラインブロックで表示。
* .spOnly-block　…　SP版のみ表示。ブロックで表示。
* .pcOnly-inline　…　PC版のみ表示。インラインで表示。
* .pcOnly-inlineblock　…　PC版のみ表示。インラインブロックで表示。
* .pcOnly-block　…　PC版のみ表示。ブロックで表示。
* .spBlock-pcInline　…　SP版ブロック、PC版インラインで表示。
* .spInline-pcBlock　…　SP版インライン、PC版ブロックで表示。
* .displayNone　…　表示しない

*/
.spOnly-inline {
  display: inline;
}

.spOnly-inlineblock {
  display: inline-block;
}

.spOnly-block {
  display: block;
}

.pcOnly-inline {
  display: none;
}

.pcOnly-inlineblock {
  display: none;
}

.pcOnly-block {
  display: none;
}

.spBlock-pcInline {
  display: block;
}

.spInline-pcBlock {
  display: inline;
}

.displayNone {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .spOnly-inline {
    display: none;
  }
  .spOnly-inlineblock {
    display: none;
  }
  .spOnly-block {
    display: none;
  }
  .pcOnly-inline {
    display: inline;
  }
  .pcOnly-inlineblock {
    display: inline-block;
  }
  .pcOnly-block {
    display: block;
  }
  .spBlock-pcInline {
    display: inline;
  }
  .spInline-pcBlock {
    display: block;
  }
}
/*
floatによる回りこみ解除クラス
*/
/* ============================== css for js plugins */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url(/assets/ajax-loader-01079cb9dd32ff47aa6995d6da78186868ad8ed9000692a9e3e58dcac9715d7c.gif) center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url(/assets/slick-18e4327fcdd8a0df880a465a2b6bb99fa39f23892c3a96f2c388f378f4bf6562.eot);
  src: url(/assets/slick-18e4327fcdd8a0df880a465a2b6bb99fa39f23892c3a96f2c388f378f4bf6562.eot?#iefix) format("embedded-opentype"), url(/assets/slick-f49f279637e425f10e4bbc8f0aed858fa54117ad5a41f477ff1159db93a61114.woff) format("woff"), url(/assets/slick-1b2af5a0c8f7bca97c993990faa92e025e322bf6bb8d885533639b385e37e7b9.ttf) format("truetype"), url(/assets/slick-d06c18d112401949996e731884bc56ab9bb9f807c80ca5143d19aac38c1bdf5f.svg#slick) format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .slick-dots li {
    width: 16px;
  }
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 16px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
@media screen and (min-width: 769px) {
  .slick-dots li button {
    width: 16px;
    padding: 5px;
  }
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 769px) {
  .slick-dots li button:before {
    width: 20px;
  }
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* ============================== framework */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid silver;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td, th {
  padding: 0;
} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, :after, :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    box-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img, tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered td, .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(/../fonts/glyphicons-halflings-regular.eot);
  src: url(/../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(/../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(/../fonts/glyphicons-halflings-regular.woff) format("woff"), url(/../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(/../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-eur:before, .glyphicon-euro:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  box-sizing: border-box;
}

:after, :before {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:focus, a:hover {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
  font-size: 65%;
}

.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-size: 75%;
}

.h1, h1 {
  font-size: 36px;
}

.h2, h2 {
  font-size: 30px;
}

.h3, h3 {
  font-size: 24px;
}

.h4, h4 {
  font-size: 18px;
}

.h5, h5 {
  font-size: 14px;
}

.h6, h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
.small, small {
  font-size: 85%;
}

.mark, mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:focus, a.text-primary:hover {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:focus, a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:focus, a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:focus, a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:focus, a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ol, ul {
  margin-top: 0;
  margin-bottom: 10px;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

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

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dd, dt {
  line-height: 1.42857143;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[data-original-title], abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
  margin-bottom: 0;
}

blockquote .small, blockquote footer, blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
  content: "— ";
}

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
  content: "";
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*=col-], table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
  background-color: #dff0d8;
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
  background-color: #d9edf7;
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
  background-color: #f2dede;
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  box-sizing: border-box;
}

input[type=checkbox], input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple], select[size] {
  height: auto;
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    line-height: 34px;
  }
  .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
    line-height: 30px;
  }
  .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox label, .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9 ;
  margin-left: -20px;
}

.checkbox + .checkbox, .radio + .radio {
  margin-top: -5px;
}

.checkbox-inline, .radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
  cursor: not-allowed;
}

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
  cursor: not-allowed;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

select[multiple].input-sm, textarea.input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

select[multiple].input-lg, textarea.input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox, .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label, .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .checkbox, .form-horizontal .radio {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.focus, .btn:focus, .btn:hover {
  color: #333;
  text-decoration: none;
}

.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: 0.65;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default.focus, .btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

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

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

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

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

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

.btn-success.focus, .btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

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

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

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

.btn-info.focus, .btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

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

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

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

.btn-warning.focus, .btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

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

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

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

.btn-danger.focus, .btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

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

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
  border-color: transparent;
}

.btn-link:focus, .btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}

.btn-group-lg > .btn, .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-group-sm > .btn, .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

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

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: 0.35s;
  transition-property: height, visibility;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown, .dropup {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  color: #777;
}

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9 ;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  float: left;
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell;
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
  margin-top: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
  z-index: 2;
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-bottom, .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-bottom, .navbar-fixed-top {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox, .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox label, .navbar-form .radio label {
    padding-left: 0;
  }
  .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
  color: #333;
}

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

.breadcrumb > .active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a, .pager .next > span {
  float: right;
}

.pager .previous > a, .pager .previous > span {
  float: left;
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

a.label:focus, a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

.label-default[href]:focus, .label-default[href]:hover {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:focus, .label-primary[href]:hover {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:focus, .label-success[href]:hover {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:focus, .label-info[href]:hover {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:focus, .label-warning[href]:hover {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:focus, .label-danger[href]:hover {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-group-xs > .btn .badge, .btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:focus, a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.jumbotron .h1, .jumbotron h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron .h1, .jumbotron h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}

.thumbnail a > img, .thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: 700;
}

.alert > p, .alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-bar-striped, .progress-striped .progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress-bar.active, .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media, .media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right, .media > .pull-right {
  padding-left: 10px;
}

.media-left, .media > .pull-left {
  padding-right: 10px;
}

.media-body, .media-left, .media-right {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item, button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success, button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info, button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0;
}

.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}

.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}

.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.active.right, .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:focus, .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-next, .carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "‹";
}

.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both;
}

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

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-lg, .visible-md, .visible-sm, .visible-xs {
  display: none !important;
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs, th.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm, th.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md, th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg, th.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print, th.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/* ============================== global */
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #262626;
}

body {
  font-size: 1rem;
  line-height: 1.5;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

/* ==========================================================================
   global styles
   ========================================================================== */
/* ============================== setup */
html, body {
  height: 100%;
}

body {
  color: #262626;
  padding: 0;
  font-size: 1.2rem;
  line-height: 1.5;
  font-family: "NotoSansCJKjp", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #262626;
  text-decoration: none;
}

a:link {
  color: #262626;
}

a:visited {
  color: #262626;
}

a:hover, a:active {
  color: #262626;
  opacity: 0.7;
  text-decoration: none;
}

a img, a:link img, a:visited img, a:hover img, a:active img {
  border: none;
}

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

button:hover {
  opacity: 0.7;
}

:focus {
  outline: none;
}

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}

select::-ms-expand {
  display: none;
}

/* ============================== container */
#container {
  background-size: 200% auto;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #container {
    background-position: center bottom 145px;
    background-size: 103% auto;
  }
}

/* レベル1 */
.lv_1 {
  background: url(/assets/img_footer_top_1-caad298cda4417bb40c0f8258d77488ebf08de59831de3968834508471e6f3fd.png) no-repeat center bottom 305px;
}

.lv_2 {
  background: url(/assets/img_footer_top_2-7c1df145d1abceba3574237052bed8f07439715b4aaace5f1f09d00c232a3ec0.png) no-repeat center bottom 305px;
}

.lv_3 {
  background: url(/assets/img_footer_top_3-f1c377660e5e68adb6fe9ab5adea7ad00cc744f311dbc30e6f0d301e21c9f06c.png) no-repeat center bottom 305px;
}

.lv_4 {
  background: url(/assets/img_footer_top_4-c21fc183b4675c417b47026f5daf37b4b91a5082c9254a5efbf5e6e03f9cd349.png) no-repeat center bottom 305px;
}

@media screen and (max-width: 768px) {
  .footer_feed_share {
    background-position: center bottom 345px;
  }
}
/* ============================== header */
.modal-header,
#header {
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  height: 48px;
  background-color: #003A4D;
  border-bottom: none;
  /*[ヘッダー]横並び*/
  /*[ヘッダー共通領域] [戻るボタン]*/
  /*[ヘッダー共通領域] [タイトル画像]*/
  /*[ヘッダー共通領域] [プロファイル画像]*/
  /*[ユーザー名]*/
  /*[ログイン誘導ポップアップ]*/
  /*[ヘッダー共通領域] [メニューボタン]*/
}
.modal-header .header_ul,
#header .header_ul {
  width: 100%;
  max-width: 1040px;
  height: 48px;
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  display: table;
}
.modal-header .header_ul li,
#header .header_ul li {
  display: table-cell;
  vertical-align: middle;
}
.modal-header .header_ul li h2,
#header .header_ul li h2 {
  margin: auto;
  font-size: 24px;
}
.modal-header .header_back_btn,
#header .header_back_btn {
  width: 20px;
  height: 30px;
}
.modal-header .header_logo a,
#header .header_logo a {
  position: relative;
  display: inline-block;
  height: 28px;
  width: 180px;
  margin-top: 2px;
}
.modal-header .title_img,
#header .title_img {
  position: absolute;
  width: auto;
  height: 28px;
}
.modal-header .title_img.fixed_img,
#header .title_img.fixed_img {
  opacity: 0;
}
.modal-header .search_form,
#header .search_form {
  text-align: -webkit-right;
  position: relative;
  left: 10px;
}
.modal-header .search_form #header_search_btn,
#header .search_form #header_search_btn {
  padding: 5px 12px;
  border: 0px;
  border-radius: 0px;
  width: 50px;
  height: 36px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
.modal-header .search_form #header_search_reset_btn,
#header .search_form #header_search_reset_btn {
  border-radius: 0px;
  width: 20px;
  height: 30px;
  padding: 5px 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
.modal-header .search_form .icon-search,
#header .search_form .icon-search {
  font-size: 26px;
  width: 26px;
  height: 26px;
  color: #262626;
  border-radius: 5px;
}
.modal-header .search_form .icon_x-circle-fill,
#header .search_form .icon_x-circle-fill {
  font-size: 20px;
  width: 20px;
  height: 20px;
  border-radius: 0px;
  color: #898989;
}
.modal-header .search_form_pc,
#header .search_form_pc {
  display: -webkit-flex;
  display: flex;
  width: 363px;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  overflow: hidden;
  border: 1px solid #767d83;
  border-radius: 10px;
  background-color: white;
}
.modal-header .search_form_pc input,
#header .search_form_pc input {
  width: 100%;
  height: 36px;
  padding: 5px 9px;
  border: none;
  box-sizing: border-box;
  font-size: 1em;
  outline: none;
}
.modal-header .search_form_pc input::-webkit-input-placeholder, #header .search_form_pc input::-webkit-input-placeholder {
  color: #676767;
}
.modal-header .search_form_pc input:-ms-input-placeholder, #header .search_form_pc input:-ms-input-placeholder {
  color: #676767;
}
.modal-header .search_form_pc input::-ms-input-placeholder, #header .search_form_pc input::-ms-input-placeholder {
  color: #676767;
}
.modal-header .search_form_pc input::placeholder,
#header .search_form_pc input::placeholder {
  color: #676767;
}
.modal-header .search_form_pc button,
#header .search_form_pc button {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 50px;
  height: 35px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.modal-header .search_form_pc button::after .icon-search,
#header .search_form_pc button::after .icon-search {
  font-size: 26px;
}
.modal-header .search_icon,
#header .search_icon {
  width: 26px;
  height: auto;
}
.modal-header .search_button,
#header .search_button {
  text-align: right;
  position: absolute;
  top: 10px;
  right: 88px;
}
.modal-header .header_profile,
#header .header_profile {
  font-size: 0;
  text-align: right;
}
.modal-header .header_functions,
#header .header_functions {
  text-align: right;
  width: 30px;
}
.modal-header .header_functions .menu_new,
#header .header_functions .menu_new {
  position: relative;
}
.modal-header .header_functions .menu_new .notifi1, .modal-header .header_functions .menu_new .notifi2,
#header .header_functions .menu_new .notifi1,
#header .header_functions .menu_new .notifi2 {
  width: 12px;
  height: 12px;
  background: #F24830;
  border-radius: 50%;
  position: absolute;
  top: -23px;
  right: -9px;
}
.modal-header .header_functions .menu_new .notifi1,
#header .header_functions .menu_new .notifi1 {
  -webkit-animation: menu_new_anime 2s ease-out 0s infinite;
          animation: menu_new_anime 2s ease-out 0s infinite;
}
@-webkit-keyframes menu_new_anime {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  60% {
    -webkit-transform: scale(2.5, 2.5);
            transform: scale(2.5, 2.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2.5, 2.5);
            transform: scale(2.5, 2.5);
    opacity: 0;
  }
}
@keyframes menu_new_anime {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  60% {
    -webkit-transform: scale(2.5, 2.5);
            transform: scale(2.5, 2.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2.5, 2.5);
            transform: scale(2.5, 2.5);
    opacity: 0;
  }
}
.modal-header .profile_img,
#header .profile_img {
  width: 26px;
  border: 1px solid #fff;
  border-radius: 50%;
  vertical-align: middle;
}
@media screen and (min-width: 769px) {
  .modal-header .profile_img,
  #header .profile_img {
    width: 44px;
    border-width: 2px;
  }
}
.modal-header .profile_username,
#header .profile_username {
  display: none;
  color: #fff;
  font-size: 12px;
  margin-left: 8px;
  letter-spacing: 0.05em;
  font-weight: 500;
  vertical-align: middle;
}
.modal-header .popup,
#header .popup {
  position: absolute;
  min-height: 53px;
  width: 175px;
  box-sizing: border-box;
  right: 20px;
  margin-top: 3px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 17px;
  font-weight: 500;
  text-align: left;
  border: solid 2px #003a4d;
  border-radius: 10px;
  background: #fff;
  color: #003a4d;
  z-index: 11;
}
.modal-header .popup span,
#header .popup span {
  text-align: justify;
}
.modal-header .popup:before, .modal-header .popup:after,
#header .popup:before,
#header .popup:after {
  position: absolute;
  display: block;
  left: 72%;
  content: " ";
  border-style: solid;
}
.modal-header .popup:before,
#header .popup:before {
  top: -4px;
  margin-left: 3px;
  border-color: transparent transparent #fff transparent;
  border-width: 0 4px 5px 4px;
}
.modal-header .popup:after,
#header .popup:after {
  top: -7px;
  margin-left: 1px;
  border-color: transparent transparent #003a4d transparent;
  border-width: 0 6px 7px 6px;
  z-index: -1;
}
.modal-header .header_menu_btn,
#header .header_menu_btn {
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  -webkit-appearance: none;
          appearance: none;
  background-color: transparent;
  text-align: right;
  margin-left: 10px;
  vertical-align: middle;
}
.modal-header .header_menu_btn img,
#header .header_menu_btn img {
  height: 18px;
}
@media screen and (min-width: 769px) {
  .modal-header,
  #header {
    padding: 0 20px;
    height: 96px;
    border-bottom: none;
    overflow: hidden;
    /*[ヘッダー]横並び*/
    /*[ヘッダー共通領域] [戻るボタン]*/
    /*[ヘッダー共通領域] [タイトル画像]*/
    /*[ユーザー名]*/
    /*[ヘッダー共通領域] [メニューボタン]*/
  }
  .modal-header .header_ul,
  #header .header_ul {
    height: 96px;
  }
  .modal-header .header_back_btn,
  #header .header_back_btn {
    width: 20px;
    height: 30px;
  }
  .modal-header .header_logo a,
  #header .header_logo a {
    height: 78px;
    width: 300px;
    margin-top: 0;
  }
  .modal-header .title_img,
  #header .title_img {
    width: auto;
    height: 78px;
  }
  .modal-header .header_profile,
  #header .header_profile {
    position: relative;
    left: 10px;
  }
  .modal-header .header_functions .menu_new .notifi1, .modal-header .header_functions .menu_new .notifi2,
  #header .header_functions .menu_new .notifi1,
  #header .header_functions .menu_new .notifi2 {
    width: 20px;
    height: 20px;
    top: -36px;
    right: -23px;
  }
  .modal-header .profile_username,
  #header .profile_username {
    display: inline-block;
    margin-left: 1.5rem;
  }
  .modal-header .popup,
  #header .popup {
    position: fixed;
    right: 86px;
  }
  .modal-header .popup:before, .modal-header .popup:after,
  #header .popup:before,
  #header .popup:after {
    left: 50%;
  }
  .modal-header .header_menu_btn,
  #header .header_menu_btn {
    width: 36px;
    height: 36px;
    margin-left: 35px;
  }
  .modal-header .header_menu_btn img,
  #header .header_menu_btn img {
    height: 16px;
    width: 36px;
  }
}
@media screen and (min-width: 1048px) {
  .modal-header .popup_outer,
  #header .popup_outer {
    position: fixed;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    top: 0;
    height: 96px;
    margin-left: -257px;
    z-index: 12;
  }
  .modal-header .popup,
  #header .popup {
    position: relative;
    min-height: 40px;
    width: 290px;
    right: auto;
    margin: 0;
    padding: 12px;
    border: none;
  }
  .modal-header .popup:before,
  #header .popup:before {
    height: 8px;
    top: 0;
    bottom: 0;
    left: auto;
    right: -8px;
    margin: auto 0;
    border-color: transparent transparent transparent #fff;
    border-width: 6px 0 6px 8px;
  }
  .modal-header .popup:after,
  #header .popup:after {
    display: none;
  }
}

@-webkit-keyframes headerFadeInSP {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes headerFadeInSP {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes headerFadeOutSP {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes headerFadeOutSP {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes headerFadeInPC1 {
  0% {
    opacity: 0;
    height: 40px;
  }
  100% {
    opacity: 1;
    height: 78px;
  }
}
@keyframes headerFadeInPC1 {
  0% {
    opacity: 0;
    height: 40px;
  }
  100% {
    opacity: 1;
    height: 78px;
  }
}
@-webkit-keyframes headerFadeOutPC1 {
  0% {
    opacity: 1;
    height: 78px;
  }
  100% {
    opacity: 0;
    height: 40px;
  }
}
@keyframes headerFadeOutPC1 {
  0% {
    opacity: 1;
    height: 78px;
  }
  100% {
    opacity: 0;
    height: 40px;
  }
}
@-webkit-keyframes headerFadeInPC2 {
  0% {
    opacity: 0;
    height: 78px;
  }
  100% {
    opacity: 1;
    height: 40px;
  }
}
@keyframes headerFadeInPC2 {
  0% {
    opacity: 0;
    height: 78px;
  }
  100% {
    opacity: 1;
    height: 40px;
  }
}
@-webkit-keyframes headerFadeOutPC2 {
  0% {
    opacity: 1;
    height: 40px;
  }
  100% {
    opacity: 0;
    height: 78px;
  }
}
@keyframes headerFadeOutPC2 {
  0% {
    opacity: 1;
    height: 40px;
  }
  100% {
    opacity: 0;
    height: 78px;
  }
}
@-webkit-keyframes headerSlideDownSP {
  0% {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes headerSlideDownSP {
  0% {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes headerTabSlideDownSP {
  0% {
    background: #003a4d;
    border-color: #003a4d;
  }
  100% {
    background: #fff;
    border-color: #ccc;
  }
}
@keyframes headerTabSlideDownSP {
  0% {
    background: #003a4d;
    border-color: #003a4d;
  }
  100% {
    background: #fff;
    border-color: #ccc;
  }
}
@-webkit-keyframes headerSlideUpSP {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
}
@keyframes headerSlideUpSP {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
}
@-webkit-keyframes headerTabSlideUpSP {
  0% {
    background: #fff;
    border-color: #ccc;
  }
  100% {
    background: #003a4d;
    border-color: #003a4d;
  }
}
@keyframes headerTabSlideUpSP {
  0% {
    background: #fff;
    border-color: #ccc;
  }
  100% {
    background: #003a4d;
    border-color: #003a4d;
  }
}
@-webkit-keyframes headerSlideUpPC {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes headerSlideUpPC {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes headerSlideDownPC {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes headerSlideDownPC {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes headerNotTopSP {
  0% {
    height: 48px;
  }
  100% {
    height: 40px;
  }
}
@keyframes headerNotTopSP {
  0% {
    height: 48px;
  }
  100% {
    height: 40px;
  }
}
@-webkit-keyframes headerTopSP {
  0% {
    height: 40px;
  }
  100% {
    height: 48px;
  }
}
@keyframes headerTopSP {
  0% {
    height: 40px;
  }
  100% {
    height: 48px;
  }
}
@-webkit-keyframes headerTabNotTopSP {
  0% {
    line-height: 42px;
  }
  100% {
    line-height: 34px;
  }
}
@keyframes headerTabNotTopSP {
  0% {
    line-height: 42px;
  }
  100% {
    line-height: 34px;
  }
}
@-webkit-keyframes headerTabTopSP {
  0% {
    line-height: 34px;
  }
  100% {
    line-height: 42px;
  }
}
@keyframes headerTabTopSP {
  0% {
    line-height: 34px;
  }
  100% {
    line-height: 42px;
  }
}
@-webkit-keyframes headerNotTopPC {
  0% {
    height: 96px;
  }
  100% {
    height: 52px;
  }
}
@keyframes headerNotTopPC {
  0% {
    height: 96px;
  }
  100% {
    height: 52px;
  }
}
@-webkit-keyframes headerTopPC {
  0% {
    height: 52px;
  }
  100% {
    height: 96px;
  }
}
@keyframes headerTopPC {
  0% {
    height: 52px;
  }
  100% {
    height: 96px;
  }
}
@-webkit-keyframes headerTabNotTopPC {
  0% {
    line-height: 48px;
    font-size: 20px;
  }
  100% {
    line-height: 32px;
    font-size: 16px;
  }
}
@keyframes headerTabNotTopPC {
  0% {
    line-height: 48px;
    font-size: 20px;
  }
  100% {
    line-height: 32px;
    font-size: 16px;
  }
}
@-webkit-keyframes headerTabTopPC {
  0% {
    line-height: 32px;
    font-size: 16px;
  }
  100% {
    line-height: 48px;
    font-size: 20px;
  }
}
@keyframes headerTabTopPC {
  0% {
    line-height: 32px;
    font-size: 16px;
  }
  100% {
    line-height: 48px;
    font-size: 20px;
  }
}
@-webkit-keyframes headerATopPC {
  0% {
    height: 40px;
  }
  100% {
    height: 78px;
  }
}
@keyframes headerATopPC {
  0% {
    height: 40px;
  }
  100% {
    height: 78px;
  }
}
@-webkit-keyframes headerANotTopPC {
  0% {
    height: 78px;
  }
  100% {
    height: 40px;
  }
}
@keyframes headerANotTopPC {
  0% {
    height: 78px;
  }
  100% {
    height: 40px;
  }
}
@-webkit-keyframes headerProfileTopPC {
  0% {
    width: 34px;
  }
  100% {
    width: 44px;
  }
}
@keyframes headerProfileTopPC {
  0% {
    width: 34px;
  }
  100% {
    width: 44px;
  }
}
@-webkit-keyframes headerProfileNotTopPC {
  0% {
    width: 44px;
  }
  100% {
    width: 34px;
  }
}
@keyframes headerProfileNotTopPC {
  0% {
    width: 44px;
  }
  100% {
    width: 34px;
  }
}
#header-outer {
  position: fixed;
  width: 100%;
  z-index: 11;
  background: #fff;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
#header-outer.headroom--top {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#header-outer.headroom--not-top #information_header-outer {
  display: none;
}
#header-outer.animated {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  will-change: transform, opacity;
}
#header-outer.animated #header, #header-outer.animated #header .header_ul {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  will-change: height;
}
#header-outer.animated .header_logo h2 a {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  will-change: height;
}
#header-outer.animated .title_img {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  will-change: opacity, height;
}
#header-outer.animated #header .profile_img {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  will-change: width;
}
#header-outer.animated #main_tab {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  will-change: background-color, border-color, line-height, font-size;
}
#header-outer.noAnimation {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
#header-outer.noAnimation #header, #header-outer.noAnimation #header .header_ul,
#header-outer.noAnimation .header_logo h2 a,
#header-outer.noAnimation .title_img,
#header-outer.noAnimation #header .profile_img,
#header-outer.noAnimation #main_tab {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
@media screen and (max-width: 768px) {
  #header-outer.noAnimation.headroom--not-top:not(.slideUp) {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-name: headerSlideDownSP;
            animation-name: headerSlideDownSP;
  }
  #header-outer.headroom--top #header, #header-outer.headroom--top #header .header_ul {
    -webkit-animation-name: headerTopSP;
            animation-name: headerTopSP;
  }
  #header-outer.headroom--top #main_tab {
    -webkit-animation-name: headerTabTopSP;
            animation-name: headerTabTopSP;
  }
  #header-outer.headroom--top .title_img:not(.fixed_img) {
    -webkit-animation-name: headerFadeInSP;
            animation-name: headerFadeInSP;
  }
  #header-outer.headroom--top .fixed_img {
    -webkit-animation-name: headerFadeOutSP;
            animation-name: headerFadeOutSP;
  }
  #header-outer.headroom--not-top {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #header-outer.headroom--not-top #header, #header-outer.headroom--not-top #header .header_ul {
    -webkit-animation-name: headerNotTopSP;
            animation-name: headerNotTopSP;
  }
  #header-outer.headroom--not-top #main_tab {
    -webkit-animation-name: headerTabNotTopSP;
            animation-name: headerTabNotTopSP;
  }
  #header-outer.headroom--not-top .title_img:not(.fixed_img) {
    -webkit-animation-name: headerFadeOutSP;
            animation-name: headerFadeOutSP;
  }
  #header-outer.headroom--not-top .fixed_img {
    -webkit-animation-name: headerFadeInSP;
            animation-name: headerFadeInSP;
  }
  #header-outer.slideDown {
    -webkit-animation-name: headerSlideDownSP;
            animation-name: headerSlideDownSP;
  }
  #header-outer.slideDown #main_tab {
    -webkit-animation-name: headerTabSlideDownSP;
            animation-name: headerTabSlideDownSP;
  }
  #header-outer.slideDown.headroom--not-top #main_tab {
    -webkit-animation-name: headerTabNotTopSP, headerTabSlideDownSP;
            animation-name: headerTabNotTopSP, headerTabSlideDownSP;
  }
  #header-outer.slideUp {
    -webkit-animation-name: headerSlideUpSP;
            animation-name: headerSlideUpSP;
  }
  #header-outer.slideUp #main_tab {
    -webkit-animation-name: headerTabSlideUpSP;
            animation-name: headerTabSlideUpSP;
  }
  #header-outer.slideUp #main_tab .activeTab:after {
    border-color: #003a4d;
  }
  #header-outer.slideUp.headroom--not-top:not(.noAnimation) #main_tab {
    -webkit-animation-name: headerTabNotTopSP, headerTabSlideUpSP;
            animation-name: headerTabNotTopSP, headerTabSlideUpSP;
  }
}
@media screen and (min-width: 769px) {
  #header-outer.animated {
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
  }
  #header-outer.headroom--top #header, #header-outer.headroom--top #header .header_ul {
    -webkit-animation-name: headerTopPC;
            animation-name: headerTopPC;
  }
  #header-outer.headroom--top #header .profile_img {
    -webkit-animation-name: headerProfileTopPC;
            animation-name: headerProfileTopPC;
  }
  #header-outer.headroom--top #main_tab {
    -webkit-animation-name: headerTabTopPC;
            animation-name: headerTabTopPC;
  }
  #header-outer.headroom--top .header_logo h2 a {
    -webkit-animation-name: headerATopPC;
            animation-name: headerATopPC;
  }
  #header-outer.headroom--top .title_img:not(.fixed_img) {
    -webkit-animation-name: headerFadeInPC1;
            animation-name: headerFadeInPC1;
  }
  #header-outer.headroom--top .fixed_img {
    -webkit-animation-name: headerFadeOutPC2;
            animation-name: headerFadeOutPC2;
  }
  #header-outer.headroom--not-top {
    -webkit-animation-name: headerSlideUpPC;
            animation-name: headerSlideUpPC;
  }
  #header-outer.headroom--not-top #header, #header-outer.headroom--not-top #header .header_ul {
    -webkit-animation-name: headerNotTopPC;
            animation-name: headerNotTopPC;
  }
  #header-outer.headroom--not-top #header .profile_img {
    -webkit-animation-name: headerProfileNotTopPC;
            animation-name: headerProfileNotTopPC;
  }
  #header-outer.headroom--not-top #main_tab {
    -webkit-animation-name: headerTabNotTopPC;
            animation-name: headerTabNotTopPC;
  }
  #header-outer.headroom--not-top .header_logo h2 a {
    -webkit-animation-name: headerANotTopPC;
            animation-name: headerANotTopPC;
  }
  #header-outer.headroom--not-top .title_img:not(.fixed_img) {
    -webkit-animation-name: headerFadeOutPC1;
            animation-name: headerFadeOutPC1;
  }
  #header-outer.headroom--not-top .fixed_img {
    -webkit-animation-name: headerFadeInPC2;
            animation-name: headerFadeInPC2;
  }
  #header-outer.headroom--not-top #header .popup:before,
  #header-outer.headroom--not-top #header .popup:after {
    left: 53%;
  }
  #header-outer.noAnimation.headroom--not-top:not(.slideUp) {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s;
  }
  #header-outer.noAnimation.headroom--top {
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
  }
}
@media screen and (min-width: 1048px) {
  #header-outer.headroom--not-top #header .popup_outer {
    height: 52px;
  }
  #header-outer.headroom--not-top #header .popup:before,
  #header-outer.headroom--not-top #header .popup:after {
    left: auto;
  }
}

#header-spacer {
  width: 100%;
  height: 91px;
}
@media screen and (min-width: 769px) {
  #header-spacer {
    height: 145px;
  }
}

.page-I-9 .modal-header .popup_outer, .page-I-9 #header .popup_outer, .page-I-10 .modal-header .popup_outer, .page-I-10 #header .popup_outer, .page-I-11 .modal-header .popup_outer, .page-I-11 #header .popup_outer, .page-I-11-2 .modal-header .popup_outer, .page-I-11-2 #header .popup_outer, .page-I-11-3 .modal-header .popup_outer, .page-I-11-3 #header .popup_outer,
.page-J-0 .modal-header .popup_outer,
.page-J-0 #header .popup_outer, .page-J-1-1 .modal-header .popup_outer, .page-J-1-1 #header .popup_outer, .page-J-1-2 .modal-header .popup_outer, .page-J-1-2 #header .popup_outer, .page-K-0 .modal-header .popup_outer, .page-K-0 #header .popup_outer, .page-K-0-1 .modal-header .popup_outer, .page-K-0-1 #header .popup_outer, .page-K-1 .modal-header .popup_outer, .page-K-1 #header .popup_outer,
.page-L-0 .modal-header .popup_outer,
.page-L-0 #header .popup_outer, .page-N-0 .modal-header .popup_outer, .page-N-0 #header .popup_outer, .page-O-0 .modal-header .popup_outer, .page-O-0 #header .popup_outer {
  display: none;
}

/* ============================== footer */
#footer {
  /*[フッター][リンク]*/
}
#footer .meigen_wrapper {
  /*[フッター][名言]*/
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 846px;
  /*[フッター][名言発言者*/
  padding-top: 25vw;
  padding-bottom: 64.5vw;
}
#footer .meigen_wrapper .meigen {
  margin: 0;
  text-align: center;
  font-style: italic;
  letter-spacing: 0.01em;
  font-size: 2.1rem;
  line-height: 1.62;
  font-weight: 200;
  border-left: none;
  padding: 0;
}
#footer .meigen_wrapper .meigen_speaker {
  margin: 13px auto 0;
  text-align: center;
  font-style: italic;
  letter-spacing: 0.01em;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 300;
}
#footer .meigen_wrapper .meigen_book {
  font-size: 1.2rem;
  line-height: 1;
  font-style: italic;
  margin-top: 20px;
  text-align: center;
  font-weight: 300;
  color: #B3B3B3;
}
@media screen and (min-width: 769px) {
  #footer .meigen_wrapper {
    /*[フッター][名言]*/
    /*[フッター][名言発言者*/
  }
  #footer .meigen_wrapper .meigen {
    font-size: 2.4rem;
    line-height: 2;
  }
  #footer .meigen_wrapper .meigen_speaker {
    margin: 1rem auto 0;
    width: 320px;
    font-size: 15px;
  }
  #footer .meigen_wrapper .meigen_speaker cite {
    margin: -0.9em auto 0;
  }
}
#footer .footer_inner {
  background-color: #00394C;
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}
#footer .footer_link {
  line-height: 2.66;
  text-align: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#footer .footer_link a:link, #footer .footer_link a:visited {
  color: #FFFFFF;
}
#footer .footer_copyright {
  text-align: center;
  color: #ffffff;
  margin: 3.6rem 0 0;
}
@media screen and (min-width: 769px) {
  #footer {
    /*[フッター][リンク]*/
  }
  #footer .meigen_wrapper {
    padding: 126px 20px 345px;
    max-width: 846px;
    margin-left: auto;
    margin-right: auto;
  }
  #footer .footer_inner {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
  #footer .footer_link li {
    display: inline-block;
    padding: 0 15px;
  }
  #footer .footer_copyright {
    font-size: 1.2rem;
    margin: 3.2rem 0 0;
  }
}

/* ============================== contents */
#contents {
  width: 100%;
  overflow: hidden;
}

.howto_list_theme {
  display: inline-block;
  height: 18px;
  min-width: 50px;
  margin: 0;
  text-align: center;
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  border-radius: 4px;
  background: #9bc700;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .howto_list_theme {
    min-width: 60px;
    font-size: 12px;
    margin-right: 2px;
    line-height: 1.6;
  }
}

/* ============================== button */
.btn.active, .btn:active {
  box-shadow: none;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none;
}

#back_link button {
  border: none;
  background-color: #fff;
  text-align: left;
  font-size: 14px;
  line-height: 22px;
  color: #262626;
  padding: 0 20px;
  box-sizing: border-box;
  display: inline-block;
  max-width: 1080px;
  margin: 0 auto;
  white-space: normal;
}
#back_link button [class^=icon] {
  font-size: 16px;
  line-height: 37px;
  margin-right: 8px;
  vertical-align: middle;
}
#back_link button .back_link_title {
  display: inline-block;
  width: calc(100% - 20px);
  vertical-align: top;
  text-decoration: underline;
  padding: 6px 0 8px;
}
@media screen and (min-width: 769px) {
  #back_link {
    margin: 30px auto 8px;
    max-width: 1080px;
  }
  #back_link button {
    padding-left: 0;
    padding-right: 0;
  }
  #back_link button [class^=icon] {
    font-size: 14px;
  }
  #back_link button .back_link_title {
    display: inline-block;
    width: calc(100% - 20px);
    vertical-align: top;
    text-decoration: underline;
    padding: 6px 0 8px;
  }
}

.btn_delete {
  width: 24px;
  height: 24px;
  position: absolute;
  right: -12px;
  bottom: -12px;
  z-index: 1;
}

.btn_goto_prev,
.btn_goto_next {
  display: none;
  position: fixed;
  z-index: 100;
}
.btn_goto_prev a,
.btn_goto_next a {
  display: inline-block;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background-color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 46px;
  border: 1px solid #262626;
}

.btn_goto_prev {
  right: 10px;
  bottom: 121px;
}
@media screen and (min-width: 769px) {
  .btn_goto_prev {
    right: 35px;
    bottom: 146px;
  }
}

.btn_goto_next {
  right: 10px;
  bottom: 68px;
}
@media screen and (min-width: 769px) {
  .btn_goto_next {
    right: 35px;
    bottom: 93px;
  }
}

.btn_pagetop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
}
.btn_pagetop a {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-color: #fff;
  text-align: center;
  font-size: 17px;
  line-height: 46px;
  border: 1px solid #262626;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .btn_pagetop {
    right: 35px;
    bottom: 35px;
  }
}

.before_more_button {
  margin: 23px 0 20px;
  text-align: center;
  font-size: 17px;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .before_more_button {
    margin-top: 34px;
  }
}

/* ============================== Slick */
.slick-dots {
  position: inherit;
}
.slick-dots li button:before {
  font-family: "icon-wildmind";
  font-size: 10px;
  content: "\e915";
  color: #262626;
  font-weight: normal;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  content: "\e916";
}

.slick-prev, .slick-next {
  z-index: 1;
  width: 47px;
  height: 52px;
}
.slick-prev:before, .slick-next:before {
  font-family: "icon-wildmind";
  font-size: 24px;
  color: #262626;
  opacity: 1;
  display: block;
}
@media screen and (min-width: 769px) {
  .slick-prev:before, .slick-next:before {
    font-size: 48px;
  }
}

.slick-prev {
  left: 0;
}
.slick-prev:before {
  content: "\e90a";
  text-align: left;
}

.slick-next {
  right: 0;
}
.slick-next:before {
  content: "\e909";
  text-align: right;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 0.8;
}

/* ============================== 運営からのおしらせ */
#information_header {
  width: 100%;
  background-color: #FFE9E9;
  padding: 10px 20px;
}
#information_header span {
  max-width: 1040px;
  display: block;
  margin: 0 auto;
  padding: 1px 0 1px 40px;
  background: url(/assets/icon_information-6716be54e0c023e9b4afc3dea3b9e2acd73db0addd907d47b6a59b7a789edbaf.svg) no-repeat 0 50%;
  background-size: 32px 19px;
}
#information_header a {
  text-decoration: none;
}
#information_header a:link, #information_header a:visited {
  color: #000000;
}
@media screen and (min-width: 769px) {
  #information_header {
    font-size: 14px;
  }
}

/* ============================== Facebookでログインボタン */
.btn-login_fb, .btn-login_tw {
  padding: 0;
  width: 100%;
  height: 48px;
  color: #262626;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  outline: none;
}
@media screen and (min-width: 769px) {
  .btn-login_fb, .btn-login_tw {
    height: 56px;
  }
}
.btn-login_fb:hover, .btn-login_tw:hover {
  opacity: 0.7;
}
.btn-login_fb .icon_login_fb, .btn-login_tw .icon_login_fb {
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  background: #3b5993 url(/assets/icon_login_fb-83ccb0017f688b5666b739a6deb800b8ef92cd922ff2249a631a6846325fddb6.svg) no-repeat 50% 50%;
  background-size: 12.5px 29.75px;
}
@media screen and (min-width: 769px) {
  .btn-login_fb .icon_login_fb, .btn-login_tw .icon_login_fb {
    width: 56px;
    height: 56px;
  }
}
.btn-login_fb .icon_login_tw, .btn-login_tw .icon_login_tw {
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  background: #00aced url(/assets/icon_login_tw-75057fc619f9916cd95f379c43b5762bf332c9249b5969d33523ee38ac5753f6.svg) no-repeat 50% 50%;
  background-size: 48px 48px;
}
@media screen and (min-width: 769px) {
  .btn-login_fb .icon_login_tw, .btn-login_tw .icon_login_tw {
    width: 56px;
    height: 56px;
  }
}
.btn-login_fb .btn-login_fb_inner, .btn-login_tw .btn-login_fb_inner {
  display: block;
  padding-left: 48px;
  width: 100%;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 46px;
  text-align: center;
  color: #3b5993;
  border-right: solid 0.5px #3b5993;
  border-top: solid 0.5px #3b5993;
  border-bottom: solid 0.5px #3b5993;
}
@media screen and (min-width: 769px) {
  .btn-login_fb .btn-login_fb_inner, .btn-login_tw .btn-login_fb_inner {
    font-size: 18px;
    line-height: 54px;
    border-width: 1px;
  }
}
.btn-login_fb .btn-login_tw_inner, .btn-login_tw .btn-login_tw_inner {
  display: block;
  padding-left: 48px;
  width: 100%;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 46px;
  text-align: center;
  color: #00aced;
  border-right: solid 0.5px #00aced;
  border-top: solid 0.5px #00aced;
  border-bottom: solid 0.5px #00aced;
}
@media screen and (min-width: 769px) {
  .btn-login_fb .btn-login_tw_inner, .btn-login_tw .btn-login_tw_inner {
    font-size: 18px;
    line-height: 54px;
    border-width: 1px;
  }
}

p.text_separator {
  margin: -12px 0 34px 0;
  border-bottom: solid 0.5px #e0e0e0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  p.text_separator {
    border-width: 1px;
    margin-bottom: 45px;
  }
}
p.text_separator .text_separator_inner {
  position: relative;
  padding: 0 10px;
  bottom: -9px;
  background: #f7f7f7;
  color: #b3b3b3;
  font-size: 12px;
  line-height: 12px;
}

/* ============================== [A-0-1] メインタブ */
#main_tab {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 15px;
  line-height: 42px;
  border-bottom: solid 1px #ccc;
}
#main_tab ul {
  display: table;
  width: 100%;
  max-width: 1000px;
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
}
#main_tab li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 25%;
}
#main_tab a {
  text-decoration: none;
  display: block;
  position: relative;
}
#main_tab .activeTab:after {
  content: "";
  position: absolute;
  display: block;
  border-top: 4px solid #262626;
  bottom: -1px;
  width: 100%;
  z-index: 10;
  left: 0;
}
@media screen and (min-width: 769px) {
  #main_tab {
    font-size: 20px;
    line-height: 48px;
    letter-spacing: 0.05em;
  }
  #main_tab a {
    display: inline-block;
    padding: 0 60px;
    white-space: nowrap;
  }
  #main_tab .activeTab:after {
    z-index: 10;
  }
}

body.page-A-0-1 #main_tab a#feedTab:after,
body.page-A-0-1-1 #main_tab a#howtoTab:after,
body.page-A-0-2-1 #main_tab a#howtoTab:after,
body.page-R-0 #main_tab a#writersTab:after,
body.page-N-0 #main_tab a#newsTab:after,
body.page-N-1 #main_tab a#newsTab:after {
  content: "";
  position: absolute;
  display: block;
  border-top: 4px solid #262626;
  bottom: -1px;
  width: 100%;
  z-index: 10;
  left: 0;
}

/* ============================== アラート表示 */
.alert {
  position: fixed;
  z-index: 9999;
  width: 80%;
  top: 31px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 15px 10px;
  margin-bottom: auto;
  background-color: rgba(255, 233, 233, 0.95);
  border: none;
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
  color: rgb(245, 82, 82);
}
@media screen and (min-width: 769px) {
  .alert {
    width: auto;
    padding-left: 100px;
    padding-right: 100px;
  }
}

.alert-success {
  background-color: rgba(155, 199, 0, 0.95);
  color: #fff;
}

/* ============================== 「HowToやった」のイイネ！ */
.howto_yatta_iine_wrapper {
  margin-top: 6px;
  color: #999;
}
.howto_yatta_iine_wrapper .btn-default {
  background: none;
  border: none;
}
.howto_yatta_iine_wrapper .btn-default:active:focus {
  background: none;
}
.howto_yatta_iine_wrapper .btn-default:hover {
  opacity: 0.7;
}
.howto_yatta_iine_wrapper i.icon-heart,
.howto_yatta_iine_wrapper i.icon-line-heart {
  display: inline-block;
  padding-bottom: 4px;
  margin-right: 2px;
  font-size: 18px;
  vertical-align: middle;
  color: #8bb300;
}
.howto_yatta_iine_wrapper.iine-active i.icon-heart:before,
.howto_yatta_iine_wrapper.iine-active i.icon-line-heart:before {
  content: "\e91a";
}
.howto_yatta_iine_wrapper.iine-new:after {
  content: " ";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 2px;
  border-radius: 5px;
  background: #f54725;
}

/* ============================== 「HowToやった」のイイネ！とコメント数を配置するパーツ */
.howto_yatta_action_wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.howto_yatta_action_wrapper .howto_yatta_iine_wrapper .btn {
  padding-left: 0;
  padding-right: 0;
}

/* ============================== 「HowToやった」のコメント数 */
.howto_yatta_comment_counter {
  margin-top: 6px;
  color: #999;
}
.howto_yatta_comment_counter .icon-line-comment {
  display: inline-block;
  padding-bottom: 4px;
  margin-right: 2px;
  font-size: 18px;
  vertical-align: middle;
  color: #8bb300;
  margin: 7px 0 6px;
}
.howto_yatta_comment_counter .btn {
  border: none;
  padding: 0;
}
.howto_yatta_comment_counter .btn:hover, .howto_yatta_comment_counter .btn:active {
  background-color: transparent;
}
.howto_yatta_comment_counter .comment-count {
  font-size: 14px;
  line-height: 1;
}

/* ============================== チャレンジバッジ */
.howto_yatta_challenge_badge1 {
  position: absolute;
  margin-top: -46px;
  right: -12px;
}
.howto_yatta_challenge_badge1 span {
  display: inline-block;
  margin-right: -6px;
  margin-bottom: -3px;
  font-size: 10px;
  font-weight: bold;
  vertical-align: bottom;
  color: #003a4d;
}
.howto_yatta_challenge_badge1 img {
  width: 36px;
  height: 45px;
}
@media screen and (min-width: 769px) {
  .howto_yatta_challenge_badge1 {
    right: -18px;
  }
}

/* ============================== ドロップダウンリスト */
.dropdown_link {
  position: relative;
  color: #003A4D;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  width: 175px;
}
.dropdown_link.is-active .dropdown_link_current:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.dropdown_link.is-active .dropdown_link_items {
  display: block;
}
.dropdown_link .dropdown_link_current {
  display: block;
  cursor: pointer;
  border-left: 1px solid #003A4D;
  border-right: 1px solid #003A4D;
}
.dropdown_link .dropdown_link_current:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 8px;
  vertical-align: 1px;
  background: url(/images/icon/icon_select.svg) no-repeat 0 0;
  background-size: 10px 8px;
  margin-left: 7px;
  transition: -webkit-transform 250ms ease-out;
  transition: transform 250ms ease-out;
  transition: transform 250ms ease-out, -webkit-transform 250ms ease-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.dropdown_link .dropdown_link_items {
  display: none;
  position: absolute;
  width: 100%;
  border-left: 1px solid #003A4D;
  border-right: 1px solid #003A4D;
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.dropdown_link .dropdown_link_item a {
  color: #003A4D;
  display: block;
  background-color: #fff;
}
.dropdown_link .dropdown_link_item a:hover {
  background-color: #F1F7E0;
  opacity: 1;
}

/* ============================== 募集中バナー */
#banner_link_application ul {
  list-style-type: none;
  padding: 0;
  margin: 48px 20px 0;
  text-align: center;
  max-width: 1080px;
}
#banner_link_application li {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  #banner_link_application ul {
    margin: 48px auto 0;
    padding: 0 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  #banner_link_application li {
    -webkit-flex-basis: 26.923%;
            flex-basis: 26.923%;
    max-width: 26.923%;
    margin-top: 0;
    margin-left: 1.92%;
  }
  #banner_link_application li:first-child {
    margin-left: 0;
  }
}

/* ============================== modal */
/* bootstrap カスタマイズ */
.modal.fade:not(.in).top .modal-dialog {
  -webkit-transform: translate3d(0, -45%, 0);
          transform: translate3d(0, -45%, 0);
}

.modal.fade:not(.in).bottom .modal-dialog {
  -webkit-transform: translate3d(0, 45%, 0);
          transform: translate3d(0, 45%, 0);
}

.icon_trash {
  width: 50px;
  background: url(/assets/icon_trash-481085939a0cf62bf8ffd7426c6ebed901de42bf419cff4c7b7897887ebfb8fb.svg) no-repeat 0 50%;
  background-size: 18px 21px;
}
@media screen and (min-width: 769px) {
  .icon_trash {
    width: 60px;
    background-size: 21px 24px;
  }
}

.modal-backdrop.in {
  opacity: 0.75;
  background-color: #262626;
}
@media screen and (min-width: 769px) {
  .modal-backdrop.in {
    background-color: #000;
  }
}

.modal:not(#modal-login_menu) {
  text-align: center;
}
.modal:not(#modal-login_menu):before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%;
  width: 0;
}
.modal:not(#modal-login_menu) .modal-dialog {
  display: inline-block;
  margin: 0 auto;
  width: 470px;
  text-align: left;
  vertical-align: middle;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .modal:not(#modal-login_menu) .modal-dialog {
    width: 87.5%;
  }
}
.modal:not(#modal-login_menu) .modal-content {
  background-color: #f7f7f7;
  border: none;
  border-radius: 10px;
  box-shadow: none;
}
.modal:not(#modal-login_menu) .modal-header {
  margin: 0 auto;
  padding: 0;
  width: 85.7%;
  height: 40px;
  background: none;
}
@media screen and (min-width: 769px) {
  .modal:not(#modal-login_menu) .modal-header {
    padding: 0 48px;
    width: 100%;
    height: 120px;
  }
}
.modal:not(#modal-login_menu) .modal-header .modal-title {
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 40px;
  border-bottom: solid 1px #e0e0e0;
}
@media screen and (min-width: 769px) {
  .modal:not(#modal-login_menu) .modal-header .modal-title {
    font-size: 24px;
    line-height: 120px;
  }
}
.modal:not(#modal-login_menu) .modal-header .close {
  opacity: 1;
  position: relative;
  margin-top: 0;
  right: 0;
  top: 8px;
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 769px) {
  .modal:not(#modal-login_menu) .modal-header .close {
    top: 45px;
    right: -14px;
    width: 28px;
    height: 28px;
  }
}
.modal:not(#modal-login_menu) .modal-header .close .icon_close {
  vertical-align: top;
}
@media screen and (min-width: 769px) {
  .modal:not(#modal-login_menu) .modal-header .close .icon_close {
    width: 28px;
    height: 28px;
  }
}
.modal:not(#modal-login_menu) .modal-body {
  margin: 0 auto;
  padding: 0 0 15px;
  width: 85.7%;
}
@media screen and (min-width: 769px) {
  .modal:not(#modal-login_menu) .modal-body {
    padding: 0 48px 40px;
    width: 100%;
  }
}
.modal:not(#modal-login_menu) .modal-body p {
  margin: 10px 0;
  color: #8c8c8c;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .modal:not(#modal-login_menu) .modal-body p {
    margin: 20px 0;
    font-size: 16px;
    line-height: 24px;
  }
}
.modal:not(#modal-login_menu) .modal-body p strong {
  color: #262626;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .modal:not(#modal-login_menu) .modal-body p strong {
    font-size: 24px;
    line-height: 38px;
  }
}
.modal:not(#modal-login_menu) .modal-body p.modal-body-copy {
  margin-bottom: 20px;
}
.modal:not(#modal-login_menu) .modal-footer {
  background-color: #fff;
  border-top: 1px solid #e0e0e0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media screen and (min-width: 769px) {
  .modal:not(#modal-login_menu) .modal-footer {
    padding: 40px 48px;
    height: 135px;
  }
}
.modal:not(#modal-login_menu) .modal-footer button,
.modal:not(#modal-login_menu) .modal-footer input[type=button],
.modal:not(#modal-login_menu) .modal-footer input[type=submit] {
  padding: 0;
  width: 75vw;
  background-color: #9BC700;
  color: #fff;
  font-size: 18px;
  line-height: 48px;
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}
@media screen and (min-width: 769px) {
  .modal:not(#modal-login_menu) .modal-footer button,
  .modal:not(#modal-login_menu) .modal-footer input[type=button],
  .modal:not(#modal-login_menu) .modal-footer input[type=submit] {
    width: 100%;
    height: 54px;
    line-height: 54px;
  }
}

/* ============================== ログイン */
#modal-login_incomplete.modal .modal-body .btn-login_fb {
  margin: 20px 0;
}
@media screen and (min-width: 769px) {
  #modal-login_incomplete.modal .modal-body .btn-login_fb {
    margin: 20px 0;
  }
}
#modal-login_incomplete.modal .modal-body p.text_separator {
  margin: 15px 0 30px 0;
}
@media screen and (min-width: 769px) {
  #modal-login_incomplete.modal .modal-body p.text_separator {
    margin-bottom: -5px;
  }
}
#modal-login_incomplete.modal .modal-body .modalLogin_form_wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  height: 164px;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-top: 20px; /* ロンチ用 */
}
@media screen and (min-width: 769px) {
  #modal-login_incomplete.modal .modal-body .modalLogin_form_wrapper {
    margin-top: 40px; /* ロンチ用 */
    height: 208px;
  }
}
@media screen and (max-width: 768px) {
  #modal-login_incomplete.modal .modal-body .modalLogin_form_wrapper .form-control {
    font-size: 16px;
    -webkit-transform: scale(0.875) translate(-7%, -7%);
            transform: scale(0.875) translate(-7%, -7%);
    width: 114%;
    height: 54.7px;
  }
}
#modal-login_incomplete.modal .modal-body .modalLogin_form_wrapper button, #modal-login_incomplete.modal .modal-body .modalLogin_form_wrapper input[type=submit] {
  height: 48px;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  #modal-login_incomplete.modal .modal-body .modalLogin_form_wrapper button, #modal-login_incomplete.modal .modal-body .modalLogin_form_wrapper input[type=submit] {
    font-size: 18px;
    height: 56px;
  }
}
#modal-login_incomplete.modal .modal-body .modalLogin_form_wrapper button, #modal-login_incomplete.modal .modal-body .modalLogin_form_wrapper input[type=submit] {
  padding: 0;
  width: 100%;
  background-color: #9BC700;
  color: #fff;
  font-size: 18px;
  line-height: 48px;
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}
@media screen and (min-width: 769px) {
  #modal-login_incomplete.modal .modal-body .modalLogin_form_wrapper button, #modal-login_incomplete.modal .modal-body .modalLogin_form_wrapper input[type=submit] {
    width: 100%;
    height: 54px;
    line-height: 54px;
  }
}
#modal-login_incomplete.modal .modal-body p.annotation {
  margin: 15px 0 0;
  font-size: 10px;
  text-align: right;
}
#modal-login_incomplete.modal .modal-body p.annotation a {
  color: #9bc700;
}
@media screen and (min-width: 769px) {
  #modal-login_incomplete.modal .modal-body p.annotation {
    margin-top: 40px;
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  #modal-login_incomplete.modal .modal-footer {
    height: 98px;
  }
}
#modal-login_incomplete.modal .modal-footer .icon-right {
  display: block;
  margin-right: 6px;
  text-align: left;
  background: url(/assets/icon_right-debac34c059d4705a4d63c323172784de787a1581c216944a1c482c78bca81a3.svg) no-repeat right 50%;
  background-size: 8px 16px;
}
@media screen and (min-width: 769px) {
  #modal-login_incomplete.modal .modal-footer .icon-right {
    margin-right: -4px;
  }
}
#modal-login_incomplete.modal .modal-footer .text-new_registration {
  margin: 0 auto;
  width: 75vw;
  color: #ff8c3e;
  font-size: 15px;
  line-height: 20px;
}
@media screen and (min-width: 769px) {
  #modal-login_incomplete.modal .modal-footer .text-new_registration {
    width: auto;
    font-size: 20px;
  }
}
#modal-login_incomplete.modal .modal-footer .text-new_registration a {
  color: #ff8c3e;
  text-decoration: underline;
}

/* ============================== アカウント登録完了 */
#modal-registrations_notice_dialog.modal .modal-header {
  height: 77px;
}
@media screen and (min-width: 769px) {
  #modal-registrations_notice_dialog.modal .modal-header {
    height: 120px;
  }
}
#modal-registrations_notice_dialog.modal .modal-header .modal-title {
  color: #ff8c3e;
  font-size: 18px;
  line-height: 77px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #modal-registrations_notice_dialog.modal .modal-header .modal-title {
    font-size: 24px;
    line-height: 120px;
  }
}
#modal-registrations_notice_dialog.modal .modal-body {
  padding-bottom: 30px;
}
@media screen and (min-width: 769px) {
  #modal-registrations_notice_dialog.modal .modal-body {
    padding-bottom: 46px;
  }
}
#modal-registrations_notice_dialog.modal .modal-body p.modal-body-copy {
  margin: 38px 0;
}
@media screen and (min-width: 769px) {
  #modal-registrations_notice_dialog.modal .modal-body p.modal-body-copy {
    margin: 46px 0;
  }
}
#modal-registrations_notice_dialog.modal .modal-body p.modal-body-copy strong {
  color: #4c4c4c;
}
@media screen and (min-width: 769px) {
  #modal-registrations_notice_dialog.modal .modal-body p.modal-body-copy strong {
    font-size: 18px;
    line-height: 28px;
  }
}
#modal-registrations_notice_dialog.modal .modal-body button {
  padding: 0;
  width: 75vw;
  background-color: #9BC700;
  color: #fff;
  font-size: 18px;
  line-height: 48px;
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}
@media screen and (min-width: 769px) {
  #modal-registrations_notice_dialog.modal .modal-body button {
    width: 100%;
    height: 54px;
    line-height: 54px;
  }
}
#modal-registrations_notice_dialog.modal .modal-footer {
  padding: 38px 0;
  height: auto;
  color: #fff;
  background-color: #003a4d;
  border: none;
  /*[フッター][名言]*/
  /*[フッター][名言発言者*/
}
@media screen and (min-width: 769px) {
  #modal-registrations_notice_dialog.modal .modal-footer {
    padding: 46px 48px;
  }
}
#modal-registrations_notice_dialog.modal .modal-footer .meigen_wrapper {
  margin: 0 auto;
  width: 75vw;
}
@media screen and (min-width: 769px) {
  #modal-registrations_notice_dialog.modal .modal-footer .meigen_wrapper {
    width: 100%;
  }
}
#modal-registrations_notice_dialog.modal .modal-footer .meigen {
  margin: 0;
  text-align: center;
  font-style: italic;
  letter-spacing: 0.1em;
  font-size: 12px;
  line-height: 17px;
  font-weight: 200;
  border-left: none;
  padding: 0;
}
@media screen and (min-width: 769px) {
  #modal-registrations_notice_dialog.modal .modal-footer .meigen {
    font-size: 16px;
    line-height: 24px;
  }
}
#modal-registrations_notice_dialog.modal .modal-footer .meigen_speaker {
  margin: 10px auto 0;
  text-align: center;
  font-style: italic;
  letter-spacing: 0.05em;
  font-size: 10px;
  line-height: 1;
  font-weight: 300;
}
@media screen and (min-width: 769px) {
  #modal-registrations_notice_dialog.modal .modal-footer .meigen_speaker {
    font-size: 14px;
  }
}

/* ============================== やった!レポ,コメント共通 */
#modal-report_dialog1 #report_count,
#modal-report_dialog1 #comment_count,
#modal-comment_dialog #report_count,
#modal-comment_dialog #comment_count {
  font-size: 10px;
  text-align: right;
  color: #b3b3b3;
}
@media screen and (min-width: 769px) {
  #modal-report_dialog1 #report_count,
  #modal-report_dialog1 #comment_count,
  #modal-comment_dialog #report_count,
  #modal-comment_dialog #comment_count {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #modal-report_dialog1 textarea.form-control,
  #modal-comment_dialog textarea.form-control {
    font-size: 16px;
    -webkit-transform: scale(0.75) translate(-17%, -17%);
            transform: scale(0.75) translate(-17%, -17%);
    width: 133.3%;
  }
}

/* ============================== やった!レポ */
.img_orientation-2 {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.img_orientation-3 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.img_orientation-4 {
  -webkit-transform: rotate(180deg) scaleX(-1);
          transform: rotate(180deg) scaleX(-1);
}

.img_orientation-5 {
  -webkit-transform: rotate(90deg) scaleX(-1);
          transform: rotate(90deg) scaleX(-1);
}

.img_orientation-6 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.img_orientation-7 {
  -webkit-transform: rotate(270deg) scaleX(-1);
          transform: rotate(270deg) scaleX(-1);
}

.img_orientation-8 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

#modal-report_dialog1.modal label {
  margin: 0 auto;
}
#modal-report_dialog1.modal #imgAdd {
  display: block;
  width: 53.125vw;
  height: 53.125vw;
}
@media screen and (min-width: 769px) {
  #modal-report_dialog1.modal #imgAdd {
    width: 220px;
    height: 220px;
  }
}
#modal-report_dialog1.modal .imagewrap {
  margin: 0 auto;
  width: 100%;
  background: #fff url(/assets/icon_photo-e428433ae88f6143d2e5320213c8a65ab9ab8143ba56529584280d1f2449232e.svg) no-repeat 50% 50%;
  background-size: 30px 25px;
  border: solid 0.5px #e0e0e0;
}
@media screen and (min-width: 769px) {
  #modal-report_dialog1.modal .imagewrap {
    background-size: 60px 50px;
    border-width: 1px;
  }
}
#modal-report_dialog1.modal .imagewrap #blah {
  visibility: hidden;
  width: 53.125vw;
  height: 53.125vw;
  margin-top: -1px;
  margin-left: -1px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  #modal-report_dialog1.modal .imagewrap #blah {
    width: 220px;
    height: 220px;
  }
}
#modal-report_dialog1.modal .imagewrap .imagewrap_btn_wrapper {
  visibility: hidden;
  display: -webkit-flex;
  display: flex;
  margin-top: -48px;
  margin-left: -1px;
  width: 53.125vw;
  height: 48px;
}
@media screen and (min-width: 769px) {
  #modal-report_dialog1.modal .imagewrap .imagewrap_btn_wrapper {
    width: 220px;
  }
}
#modal-report_dialog1.modal .imagewrap .imagewrap_btn {
  -webkit-flex-basis: 50%;
          flex-basis: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  z-index: 1;
}
#modal-report_dialog1.modal .imagewrap .imagewrap_btn input[type=file] {
  display: none;
}
#modal-report_dialog1.modal .imagewrap .imagewrap_btn:first-child .imagewrap_btn_inner {
  border-right: solid 1px #e0e0e0;
}
#modal-report_dialog1.modal .imagewrap .imagewrap_btn_inner {
  margin: 10px auto;
}
#modal-report_dialog1.modal .imagewrap .imagewrap_btn_inner span {
  display: block;
  margin: 0 auto;
  font-weight: normal;
  line-height: 27.5px;
  color: #8c8c8c;
  text-align: right;
}
@media screen and (min-width: 769px) {
  #modal-report_dialog1.modal .imagewrap .imagewrap_btn_inner span {
    font-size: 14px;
  }
}
#modal-report_dialog1.modal .imagewrap .icon_photo {
  width: 53px;
  background: url(/assets/icon_photo-e428433ae88f6143d2e5320213c8a65ab9ab8143ba56529584280d1f2449232e.svg) no-repeat 0 50%;
  background-size: 21px 17.5px;
}
@media screen and (min-width: 769px) {
  #modal-report_dialog1.modal .imagewrap .icon_photo {
    width: 67px;
    background-size: 29px 23px;
  }
}
#modal-report_dialog1.modal .imagewrap.show_control #blah,
#modal-report_dialog1.modal .imagewrap.show_control .imagewrap_btn_wrapper {
  visibility: visible;
}
#modal-report_dialog1.modal #report_count {
  margin: 2px 0;
}
@media screen and (min-width: 769px) {
  #modal-report_dialog1.modal #report_count {
    margin: 10px 0 6px;
  }
}
#modal-report_dialog1.modal textarea.form-control {
  height: 86.85px;
  margin-bottom: -21.65px;
}
@media screen and (min-width: 769px) {
  #modal-report_dialog1.modal textarea.form-control {
    height: 96px;
  }
}

#modal-comment_dialog.modal .modal-body {
  padding: 0 0 30px;
}
@media screen and (min-width: 769px) {
  #modal-comment_dialog.modal .modal-body {
    padding: 0 48px 40px;
  }
}
#modal-comment_dialog.modal #comment_count {
  margin: 12px 0;
}
@media screen and (min-width: 769px) {
  #modal-comment_dialog.modal #comment_count {
    margin: 16px 0 12px;
  }
}
#modal-comment_dialog.modal textarea.form-control {
  height: 326.6px;
  margin-bottom: -95.6px;
}
@media screen and (min-width: 769px) {
  #modal-comment_dialog.modal textarea.form-control {
    height: 370px;
  }
}
#modal-comment_dialog.modal .modal-footer {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 769px) {
  #modal-comment_dialog.modal .modal-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* ============================== やった!レポ（初回） */
#modal-report_dialog2 .img-report_dialog2 {
  margin: 14.0625vw 0;
  color: #9bc700;
  font-size: 21.5625vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #modal-report_dialog2 .img-report_dialog2 {
    margin: 60px 0 30px;
    font-size: 92px;
  }
}
#modal-report_dialog2 .img-report_dialog2 .tagline-report_dialog2 {
  position: absolute;
  display: inline-block;
  margin: 3.4375vw 0 0 -1.5625vw;
  width: 16vw;
  font-size: 3.75vw;
  font-weight: 600;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media screen and (min-width: 769px) {
  #modal-report_dialog2 .img-report_dialog2 .tagline-report_dialog2 {
    margin: 7px 0 0 -8px;
    width: 85px;
    font-size: 20px;
  }
}

/* ============================== ユーザ情報アイコン/カバー画像の削除 */
.modal#modal-registrations_delete_image_confirm_dialog .modal-body p {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .modal#modal-registrations_delete_image_confirm_dialog .modal-body p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
  }
}
.modal#modal-registrations_delete_image_confirm_dialog .modal-body p strong {
  font-size: 15px;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .modal#modal-registrations_delete_image_confirm_dialog .modal-body p strong {
    font-size: 24px;
  }
}
.modal#modal-registrations_delete_image_confirm_dialog .modal-body p.modal-body-copy {
  margin-top: 25px;
}
.modal#modal-registrations_delete_image_confirm_dialog .modal-footer .modal-button_wrapper {
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
  width: 75vw;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .modal#modal-registrations_delete_image_confirm_dialog .modal-footer .modal-button_wrapper {
    width: 374px;
  }
}
.modal#modal-registrations_delete_image_confirm_dialog .modal-footer .modal-button_wrapper button,
.modal#modal-registrations_delete_image_confirm_dialog .modal-footer .modal-button_wrapper input[type=submit] {
  margin: 0;
  -webkit-flex-basis: 34.375vw;
          flex-basis: 34.375vw;
}
@media screen and (min-width: 769px) {
  .modal#modal-registrations_delete_image_confirm_dialog .modal-footer .modal-button_wrapper button,
  .modal#modal-registrations_delete_image_confirm_dialog .modal-footer .modal-button_wrapper input[type=submit] {
    -webkit-flex-basis: 168px;
            flex-basis: 168px;
  }
}
.modal#modal-registrations_delete_image_confirm_dialog .modal-footer .modal-button_wrapper button.delete_image_btn,
.modal#modal-registrations_delete_image_confirm_dialog .modal-footer .modal-button_wrapper input[type=submit].delete_image_btn {
  background: #fff;
  color: #8c8c8c;
  border: solid 1px #8c8c8c;
}

/* ============================== やった！登録の解除 */
.modal#modal-yatta_unregist_dialog1 .modal-body .img-yatta_unregist_dialog,
.modal#modal-yatta_unregist_dialog2 .modal-body .img-yatta_unregist_dialog,
.modal#modal-report_delete_dialog .modal-body .img-yatta_unregist_dialog {
  margin: 30px auto;
  width: 15.9375vw;
  height: 18.75vw;
  background: url(/assets/icon_trash_big-1c1eeb66f669f815f4f81762fc674d3ebd1191da3789471ed5f4502707265deb.svg) no-repeat 50% 50%;
}
@media screen and (min-width: 769px) {
  .modal#modal-yatta_unregist_dialog1 .modal-body .img-yatta_unregist_dialog,
  .modal#modal-yatta_unregist_dialog2 .modal-body .img-yatta_unregist_dialog,
  .modal#modal-report_delete_dialog .modal-body .img-yatta_unregist_dialog {
    margin: 60px auto;
    width: 68px;
    height: 80px;
  }
}
.modal#modal-yatta_unregist_dialog1 .modal-body p,
.modal#modal-yatta_unregist_dialog2 .modal-body p,
.modal#modal-report_delete_dialog .modal-body p {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .modal#modal-yatta_unregist_dialog1 .modal-body p,
  .modal#modal-yatta_unregist_dialog2 .modal-body p,
  .modal#modal-report_delete_dialog .modal-body p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
  }
}
.modal#modal-yatta_unregist_dialog1 .modal-body p strong,
.modal#modal-yatta_unregist_dialog2 .modal-body p strong,
.modal#modal-report_delete_dialog .modal-body p strong {
  font-size: 15px;
}
@media screen and (min-width: 769px) {
  .modal#modal-yatta_unregist_dialog1 .modal-body p strong,
  .modal#modal-yatta_unregist_dialog2 .modal-body p strong,
  .modal#modal-report_delete_dialog .modal-body p strong {
    font-size: 24px;
  }
}
.modal#modal-yatta_unregist_dialog1 .modal-body p.modal-body-copy,
.modal#modal-yatta_unregist_dialog2 .modal-body p.modal-body-copy,
.modal#modal-report_delete_dialog .modal-body p.modal-body-copy {
  margin-top: 25px;
}
.modal#modal-yatta_unregist_dialog1 .modal-footer .modal-button_wrapper,
.modal#modal-yatta_unregist_dialog2 .modal-footer .modal-button_wrapper,
.modal#modal-report_delete_dialog .modal-footer .modal-button_wrapper {
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
  width: 75vw;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .modal#modal-yatta_unregist_dialog1 .modal-footer .modal-button_wrapper,
  .modal#modal-yatta_unregist_dialog2 .modal-footer .modal-button_wrapper,
  .modal#modal-report_delete_dialog .modal-footer .modal-button_wrapper {
    width: 374px;
  }
}
.modal#modal-yatta_unregist_dialog1 .modal-footer .modal-button_wrapper button,
.modal#modal-yatta_unregist_dialog1 .modal-footer .modal-button_wrapper input[type=submit],
.modal#modal-yatta_unregist_dialog2 .modal-footer .modal-button_wrapper button,
.modal#modal-yatta_unregist_dialog2 .modal-footer .modal-button_wrapper input[type=submit],
.modal#modal-report_delete_dialog .modal-footer .modal-button_wrapper button,
.modal#modal-report_delete_dialog .modal-footer .modal-button_wrapper input[type=submit] {
  margin: 0;
  -webkit-flex-basis: 34.375vw;
          flex-basis: 34.375vw;
}
@media screen and (min-width: 769px) {
  .modal#modal-yatta_unregist_dialog1 .modal-footer .modal-button_wrapper button,
  .modal#modal-yatta_unregist_dialog1 .modal-footer .modal-button_wrapper input[type=submit],
  .modal#modal-yatta_unregist_dialog2 .modal-footer .modal-button_wrapper button,
  .modal#modal-yatta_unregist_dialog2 .modal-footer .modal-button_wrapper input[type=submit],
  .modal#modal-report_delete_dialog .modal-footer .modal-button_wrapper button,
  .modal#modal-report_delete_dialog .modal-footer .modal-button_wrapper input[type=submit] {
    -webkit-flex-basis: 168px;
            flex-basis: 168px;
  }
}
.modal#modal-yatta_unregist_dialog1 .modal-footer .modal-button_wrapper button.yatta_unregist_btn,
.modal#modal-yatta_unregist_dialog1 .modal-footer .modal-button_wrapper input[type=submit].yatta_unregist_btn,
.modal#modal-yatta_unregist_dialog2 .modal-footer .modal-button_wrapper button.yatta_unregist_btn,
.modal#modal-yatta_unregist_dialog2 .modal-footer .modal-button_wrapper input[type=submit].yatta_unregist_btn,
.modal#modal-report_delete_dialog .modal-footer .modal-button_wrapper button.yatta_unregist_btn,
.modal#modal-report_delete_dialog .modal-footer .modal-button_wrapper input[type=submit].yatta_unregist_btn {
  background: #fff;
  color: #8c8c8c;
  border: solid 1px #8c8c8c;
}

/* ============================== やった！登録後の体験レポ投稿促進 */
.modal#modal-howto_yatta_floating {
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .modal#modal-howto_yatta_floating {
    position: absolute;
    max-width: 1080px;
    height: 100%;
    margin: 0 auto;
    padding-right: 20px;
    text-align: right;
    overflow: auto;
  }
}
.modal#modal-howto_yatta_floating .modal-dialog {
  vertical-align: top;
  margin-top: 20px;
  pointer-events: initial;
}
@media screen and (min-width: 769px) {
  .modal#modal-howto_yatta_floating .modal-dialog {
    width: 330px;
  }
}
.modal#modal-howto_yatta_floating .modal-content {
  background-color: rgba(38, 38, 38, 0.9);
}
@media screen and (min-width: 769px) {
  .modal#modal-howto_yatta_floating .modal-header {
    height: 74px;
  }
}
.modal#modal-howto_yatta_floating .modal-header .modal-title {
  color: #fff;
  border: none;
}
@media screen and (min-width: 769px) {
  .modal#modal-howto_yatta_floating .modal-header .modal-title {
    font-size: 16px;
    font-weight: normal;
    line-height: 74px;
  }
}
.modal#modal-howto_yatta_floating .modal-header .close {
  top: 9px;
}
@media screen and (min-width: 769px) {
  .modal#modal-howto_yatta_floating .modal-header .close {
    top: 25px;
  }
}
.modal#modal-howto_yatta_floating .modal-footer {
  background: none;
  border: none;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .modal#modal-howto_yatta_floating .modal-footer {
    padding-top: 0;
    height: 80px;
  }
}

/* ============================== 退会時の注意喚起 */
.modal#modal-withdrawal_dialog1 .modal-body p,
.modal#modal-withdrawal_dialog2 .modal-body p {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .modal#modal-withdrawal_dialog1 .modal-body p,
  .modal#modal-withdrawal_dialog2 .modal-body p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
  }
}
.modal#modal-withdrawal_dialog1 .modal-body p strong,
.modal#modal-withdrawal_dialog2 .modal-body p strong {
  font-size: 15px;
}
@media screen and (min-width: 769px) {
  .modal#modal-withdrawal_dialog1 .modal-body p strong,
  .modal#modal-withdrawal_dialog2 .modal-body p strong {
    font-size: 24px;
  }
}
.modal#modal-withdrawal_dialog1 .modal-body p.modal-body-copy,
.modal#modal-withdrawal_dialog2 .modal-body p.modal-body-copy {
  margin-top: 25px;
}
.modal#modal-withdrawal_dialog1 .modal-footer .modal-button_wrapper,
.modal#modal-withdrawal_dialog2 .modal-footer .modal-button_wrapper {
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
  width: 75vw;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .modal#modal-withdrawal_dialog1 .modal-footer .modal-button_wrapper,
  .modal#modal-withdrawal_dialog2 .modal-footer .modal-button_wrapper {
    width: 374px;
  }
}
.modal#modal-withdrawal_dialog1 .modal-footer .modal-button_wrapper button,
.modal#modal-withdrawal_dialog1 .modal-footer .modal-button_wrapper input[type=submit],
.modal#modal-withdrawal_dialog2 .modal-footer .modal-button_wrapper button,
.modal#modal-withdrawal_dialog2 .modal-footer .modal-button_wrapper input[type=submit] {
  margin: 0;
  -webkit-flex-basis: 34.375vw;
          flex-basis: 34.375vw;
}
@media screen and (min-width: 769px) {
  .modal#modal-withdrawal_dialog1 .modal-footer .modal-button_wrapper button,
  .modal#modal-withdrawal_dialog1 .modal-footer .modal-button_wrapper input[type=submit],
  .modal#modal-withdrawal_dialog2 .modal-footer .modal-button_wrapper button,
  .modal#modal-withdrawal_dialog2 .modal-footer .modal-button_wrapper input[type=submit] {
    -webkit-flex-basis: 168px;
            flex-basis: 168px;
  }
}
.modal#modal-withdrawal_dialog1 .modal-footer .modal-button_wrapper button.withdrawal_confirm_btn,
.modal#modal-withdrawal_dialog1 .modal-footer .modal-button_wrapper input[type=submit].withdrawal_confirm_btn,
.modal#modal-withdrawal_dialog2 .modal-footer .modal-button_wrapper button.withdrawal_confirm_btn,
.modal#modal-withdrawal_dialog2 .modal-footer .modal-button_wrapper input[type=submit].withdrawal_confirm_btn {
  background: #fff;
  color: #8c8c8c;
  border: solid 1px #8c8c8c;
}

/* ============================== カスタムモーダル */
#modal-custom_backdrop {
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1051;
  transition: opacity 250ms ease-out;
  pointer-events: none;
}
#modal-custom_backdrop.in {
  opacity: 1;
  pointer-events: initial;
}
@media screen and (min-width: 769px) {
  #modal-custom_backdrop {
    background: rgba(255, 255, 255, 0.92);
  }
  #modal-custom_backdrop.black {
    background: rgba(0, 0, 0, 0.75);
  }
}

@-webkit-keyframes loadinanimation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  8.332% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  8.333% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  16.665% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  16.666% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  24.998% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  24.999% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  33.331% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  33.332% {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }
  41.664% {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }
  41.665% {
    -webkit-transform: rotate(150deg);
            transform: rotate(150deg);
  }
  49.997% {
    -webkit-transform: rotate(150deg);
            transform: rotate(150deg);
  }
  49.998% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  58.330% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  58.331% {
    -webkit-transform: rotate(210deg);
            transform: rotate(210deg);
  }
  66.663% {
    -webkit-transform: rotate(210deg);
            transform: rotate(210deg);
  }
  66.664% {
    -webkit-transform: rotate(240deg);
            transform: rotate(240deg);
  }
  74.996% {
    -webkit-transform: rotate(240deg);
            transform: rotate(240deg);
  }
  74.997% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  83.332% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  83.333% {
    -webkit-transform: rotate(300deg);
            transform: rotate(300deg);
  }
  91.665% {
    -webkit-transform: rotate(300deg);
            transform: rotate(300deg);
  }
  91.666% {
    -webkit-transform: rotate(330deg);
            transform: rotate(330deg);
  }
  99.998% {
    -webkit-transform: rotate(330deg);
            transform: rotate(330deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loadinanimation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  8.332% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  8.333% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  16.665% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  16.666% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  24.998% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  24.999% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  33.331% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  33.332% {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }
  41.664% {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }
  41.665% {
    -webkit-transform: rotate(150deg);
            transform: rotate(150deg);
  }
  49.997% {
    -webkit-transform: rotate(150deg);
            transform: rotate(150deg);
  }
  49.998% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  58.330% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  58.331% {
    -webkit-transform: rotate(210deg);
            transform: rotate(210deg);
  }
  66.663% {
    -webkit-transform: rotate(210deg);
            transform: rotate(210deg);
  }
  66.664% {
    -webkit-transform: rotate(240deg);
            transform: rotate(240deg);
  }
  74.996% {
    -webkit-transform: rotate(240deg);
            transform: rotate(240deg);
  }
  74.997% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  83.332% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  83.333% {
    -webkit-transform: rotate(300deg);
            transform: rotate(300deg);
  }
  91.665% {
    -webkit-transform: rotate(300deg);
            transform: rotate(300deg);
  }
  91.666% {
    -webkit-transform: rotate(330deg);
            transform: rotate(330deg);
  }
  99.998% {
    -webkit-transform: rotate(330deg);
            transform: rotate(330deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#modal-custom_loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1052;
  background: url(/assets/img_loading_bg-8571036416c3870d5cc502060c36cb0d6f8f223b388762dcfa0755e7b5a69d08.svg) no-repeat 50% 50%;
  background-size: 40px 40px;
}
#modal-custom_loading:after {
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  background: url(/assets/img_loading-0fd61fe939afb3520818e67d1a6a7ecdc9ce6939180912977d31afd74485d153.svg) no-repeat 50% 50%;
  background-size: 40px 40px;
  -webkit-animation: loadinanimation 850ms linear infinite;
          animation: loadinanimation 850ms linear infinite;
}

#modal-custom_image,
#modal-custom_report_image,
#modal-custom_howto_image {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1052;
}
#modal-custom_image .modal-custom_image-window,
#modal-custom_report_image .modal-custom_image-window,
#modal-custom_howto_image .modal-custom_image-window {
  margin: auto;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  #modal-custom_image .modal-custom_image-window,
  #modal-custom_report_image .modal-custom_image-window,
  #modal-custom_howto_image .modal-custom_image-window {
    width: 81.40625vw;
    max-width: 1040px;
    padding: 48px;
    background: #f7f7f7;
    border-radius: 10px;
  }
}
#modal-custom_image .modal-custom_image-window .inner,
#modal-custom_report_image .modal-custom_image-window .inner,
#modal-custom_howto_image .modal-custom_image-window .inner {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
#modal-custom_image .modal-custom_image-window ul.inner,
#modal-custom_report_image .modal-custom_image-window ul.inner,
#modal-custom_howto_image .modal-custom_image-window ul.inner {
  padding: 0;
  list-style: none;
}
#modal-custom_image .modal-custom_image-window ul.inner li img,
#modal-custom_report_image .modal-custom_image-window ul.inner li img,
#modal-custom_howto_image .modal-custom_image-window ul.inner li img {
  width: 100%;
}
#modal-custom_image .modal-custom_image-window ul.inner li span,
#modal-custom_report_image .modal-custom_image-window ul.inner li span,
#modal-custom_howto_image .modal-custom_image-window ul.inner li span {
  font-size: 14px;
  font-weight: normal;
  line-height: 200%;
  text-align: center;
  margin-left: 3px;
}
#modal-custom_image .modal-custom_image-window .slick-prev:before, #modal-custom_image .modal-custom_image-window .slick-next:before,
#modal-custom_report_image .modal-custom_image-window .slick-prev:before,
#modal-custom_report_image .modal-custom_image-window .slick-next:before,
#modal-custom_howto_image .modal-custom_image-window .slick-prev:before,
#modal-custom_howto_image .modal-custom_image-window .slick-next:before {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.32);
}

/* ============================== form */
.form-control {
  padding: 6px 10px;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.05em;
  color: #262626;
  border: solid 0.5px #e0e0e0;
  border-radius: 0;
  box-shadow: none;
  transition: none;
  resize: none;
  -webkit-appearance: none;
}
.form-control:focus {
  border-color: #e0e0e0;
  box-shadow: none;
}
@media screen and (min-width: 769px) {
  .form-control {
    padding: 11px 18px;
    font-size: 16px;
    line-height: 24px;
    border-width: 1px;
  }
}

input.form-control,
button.form-control {
  height: 48px;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  input.form-control,
  button.form-control {
    font-size: 18px;
    height: 56px;
  }
}

select.form-control {
  display: inline-block;
  height: 40px;
  background: #ededed;
}
@media screen and (min-width: 769px) {
  select.form-control {
    height: 48px;
  }
}

.form-control-select-wrapper:after {
  content: " ";
  position: relative;
  display: inline-block;
  top: 16px;
  right: 0;
  width: 30px;
  height: 40px;
  margin-left: -30px;
  background: url(/assets/btn_dropdown-b6f82064d90fd41d548c02e9239a9808d3ce5a168ea32df4901f2cdfa0aa1353.svg) no-repeat 50% 50%;
  background-size: 30px 40px;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .form-control-select-wrapper:after {
    top: 17px;
    width: 36px;
    height: 48px;
    margin-left: -36px;
    background-size: 36px 48px;
  }
}

input.form-control.postal_code1 {
  display: inline-block;
  width: 68px;
}
@media screen and (min-width: 769px) {
  input.form-control.postal_code1 {
    width: 96px;
  }
}

.postal_code_hyphen {
  display: inline-block;
  margin: 10px 8px 0;
  padding: 6px 0;
  height: 48px;
  font-size: 14px;
  line-height: 34px;
  vertical-align: top;
}
@media screen and (min-width: 769px) {
  .postal_code_hyphen {
    padding-top: 10px;
    height: 56px;
    font-size: 18px;
  }
}

input.form-control.postal_code2 {
  display: inline-block;
  width: 82px;
}
@media screen and (min-width: 769px) {
  input.form-control.postal_code2 {
    width: 116px;
  }
}

input[type=reset]:hover,
input[type=submit]:hover {
  opacity: 0.7;
}

input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: #b3b3b3;
  color: #B3B3B3;
  font-weight: normal;
}

input[type=text]:placeholder-shown,
input[type=password]:placeholder-shown,
textarea:placeholder-shown {
  font-size: #b3b3b3;
  color: #B3B3B3;
  font-weight: normal;
}
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: #b3b3b3;
  color: #B3B3B3;
  font-weight: normal;
}
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  font-size: #b3b3b3;
  color: #B3B3B3;
  opacity: 1;
  font-weight: normal;
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: #b3b3b3;
  color: #B3B3B3;
  opacity: 1;
  font-weight: normal;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-size: #b3b3b3;
  color: #B3B3B3;
  font-weight: normal;
}

input[type=text].form-control:disabled,
select.form-control:disabled,
input[type=password].form-control:disabled,
textarea.form-control:disabled,
select.form-control.notselected {
  color: #b3b3b3;
}

textarea.form-control:read-only {
  color: #8c8c8c;
  background: #fff;
}

.icon_required {
  display: inline-block;
  margin: 0 5px 2px 8px;
  width: 9px;
  height: 10px;
  background: url(/assets/icon_required-bb42c48012c1b8fb66c8048ab3ed911136d98285ec1bc01623f83db2487d7d00.svg) no-repeat 50% 50%;
  background-size: 9px 10px;
  vertical-align: middle;
}
@media screen and (min-width: 769px) {
  .icon_required {
    width: 10px;
    height: 12px;
    background-size: 10px 12px;
  }
}

/* ============================== growtree */
@-webkit-keyframes fadeNone {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeNone {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes logout_fadeOut100to35a {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.35;
  }
}
@keyframes logout_fadeOut100to35a {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.35;
  }
}
@-webkit-keyframes logout_fadeOut100to35b {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.35;
  }
}
@keyframes logout_fadeOut100to35b {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.35;
  }
}
@-webkit-keyframes tree_fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes tree_fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes tree_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tree_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes tree_fadeOut0to70 {
  0% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
@keyframes tree_fadeOut0to70 {
  0% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes tree_fadeIn70to0 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes tree_fadeIn70to0 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.7;
  }
}
@-webkit-keyframes tree_fadeIn80to100 {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tree_fadeIn80to100 {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spriteFruits {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -3990px;
  }
}
@keyframes spriteFruits {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -3990px;
  }
}
@-webkit-keyframes fadeOutFruits {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.65;
  }
}
@keyframes fadeOutFruits {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.65;
  }
}
@-webkit-keyframes fadeInFruits {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInFruits {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes tree_rotateRepeat {
  0% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg);
  }
  100% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg);
  }
}
@keyframes tree_rotateRepeat {
  0% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg);
  }
  100% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg);
  }
}
/*----- logout -----*/
.growtree_animation-logout .logout_delayFeelingLeaf {
  opacity: 0.35;
  -webkit-animation: fadeNone 0.4s linear 0s 1 normal;
          animation: fadeNone 0.4s linear 0s 1 normal;
}
.growtree_animation-logout .logout_delayWildLeaf {
  opacity: 0.35;
  -webkit-animation: fadeNone 0.9s linear 0s 1 normal;
          animation: fadeNone 0.9s linear 0s 1 normal;
}
.growtree_animation-logout .logout_delayIntelliLeaf {
  opacity: 0.35;
  -webkit-animation: fadeNone 1.4s linear 0s 1 normal;
          animation: fadeNone 1.4s linear 0s 1 normal;
}
.growtree_animation-logout .logout_showFeelingLeaf {
  -webkit-animation: logout_fadeOut100to35a 1.367s ease-in-out 0s 1 normal;
          animation: logout_fadeOut100to35a 1.367s ease-in-out 0s 1 normal;
}
.growtree_animation-logout .logout_showWildLeaf {
  -webkit-animation: logout_fadeOut100to35a 1.367s ease-in-out 0s 1 normal;
          animation: logout_fadeOut100to35a 1.367s ease-in-out 0s 1 normal;
}
.growtree_animation-logout .logout_showIntelliLeaf {
  -webkit-animation: logout_fadeOut100to35a 1.367s ease-in-out 0s 1 normal;
          animation: logout_fadeOut100to35a 1.367s ease-in-out 0s 1 normal;
}
.growtree_animation-logout .logout_animationFeelingLeafFadeOut1 {
  opacity: 0.35;
  -webkit-animation: logout_fadeOut100to35b 1.367s ease-in-out 0.467s 1 normal;
          animation: logout_fadeOut100to35b 1.367s ease-in-out 0.467s 1 normal;
}
.growtree_animation-logout .logout_animationFeelingLeafFadeOut2 {
  opacity: 0.35;
  -webkit-animation: logout_fadeOut100to35a 1.367s ease-in-out 0.467s 1 normal;
          animation: logout_fadeOut100to35a 1.367s ease-in-out 0.467s 1 normal;
}
.growtree_animation-logout .logout_animationWildLeafFadeOut1 {
  opacity: 0.35;
  -webkit-animation: logout_fadeOut100to35b 1.367s ease-in-out 0.467s 1 normal;
          animation: logout_fadeOut100to35b 1.367s ease-in-out 0.467s 1 normal;
}
.growtree_animation-logout .logout_animationWildLeafFadeOut2 {
  opacity: 0.35;
  -webkit-animation: logout_fadeOut100to35a 1.367s ease-in-out 0.467s 1 normal;
          animation: logout_fadeOut100to35a 1.367s ease-in-out 0.467s 1 normal;
}
.growtree_animation-logout .logout_animationIntelliLeafFadeOut1 {
  opacity: 0.35;
  -webkit-animation: logout_fadeOut100to35b 1.367s ease-in-out 0.467s 1 normal;
          animation: logout_fadeOut100to35b 1.367s ease-in-out 0.467s 1 normal;
}
.growtree_animation-logout .logout_animationIntelliLeafFadeOut2 {
  opacity: 0.35;
  -webkit-animation: logout_fadeOut100to35a 1.367s ease-in-out 0.467s 1 normal;
          animation: logout_fadeOut100to35a 1.367s ease-in-out 0.467s 1 normal;
}

.growtree_animation-login {
  position: relative;
  height: 130px;
  /*----- seed -----*/
  /*----- shinme -----*/
  /*----- futaba -----*/
  /*----- none1 -----*/
  /*----- none2 -----*/
  /*----- none3 -----*/
  /*----- feeling1 -----*/
  /*----- feeling2 -----*/
  /*----- feeling3 -----*/
  /*----- intelli1 -----*/
  /*----- intelli2 -----*/
  /*----- intelli3 -----*/
  /*----- wild1 -----*/
  /*----- wild2 -----*/
  /*----- wild3 -----*/
  /*----- balance1 -----*/
  /*----- balance2 -----*/
  /*----- balance3 -----*/
}
.growtree_animation-login .tree-anim_item {
  position: absolute;
  width: 130px;
  height: 130px;
  left: 0;
  right: 0;
  margin: auto;
}
.growtree_animation-login .cover {
  width: 130px;
  background-color: #fff;
}
.growtree_animation-login .bg {
  width: 130px;
  background: url(/assets/bg_menu_stage-9b5f8a12bd0465b8c81b69218803b6ae36ee9a4bf5e14da3a70ea8657d9d4383.svg) no-repeat center 100%;
  background-size: 122px 5px;
}
.growtree_animation-login .animationCover {
  -webkit-animation: tree_fadeOut 1s ease-in-out 0s 1 normal;
          animation: tree_fadeOut 1s ease-in-out 0s 1 normal;
}
.growtree_animation-login .fruits {
  background-repeat: no-repeat;
  width: 266px;
  height: 266px;
  margin: auto;
  -webkit-transform: scale(0.5226) translate(-50%, -50%);
          transform: scale(0.5226) translate(-50%, -50%);
}
.growtree_animation-login.tree_seed .animationSeed {
  -webkit-transform-origin: 113px 245px;
          transform-origin: 113px 245px;
  -webkit-animation: tree_rotateRepeat 1.3s ease-in-out 0s infinite alternate;
          animation: tree_rotateRepeat 1.3s ease-in-out 0s infinite alternate;
}
.growtree_animation-login.tree_shinme .bluePiece {
  opacity: 0;
}
.growtree_animation-login.tree_shinme .bluePiece.shinme_animationBlue {
  -webkit-animation: tree_fadeIn 0.7s ease-in-out 1.2s infinite alternate;
          animation: tree_fadeIn 0.7s ease-in-out 1.2s infinite alternate;
}
.growtree_animation-login.tree_shinme .greenPiece {
  opacity: 0;
}
.growtree_animation-login.tree_shinme .greenPiece.shinme_animationGreen {
  -webkit-animation: tree_fadeIn 0.7s ease-in-out 0.867s infinite alternate;
          animation: tree_fadeIn 0.7s ease-in-out 0.867s infinite alternate;
}
.growtree_animation-login.tree_shinme .yellowPiece {
  opacity: 0;
}
.growtree_animation-login.tree_shinme .yellowPiece.shinme_animationYellow {
  -webkit-animation: tree_fadeIn 0.7s ease-in-out 0.533s infinite alternate;
          animation: tree_fadeIn 0.7s ease-in-out 0.533s infinite alternate;
}
.growtree_animation-login.tree_futaba .bluePiece {
  opacity: 0;
}
.growtree_animation-login.tree_futaba .bluePiece.futaba_animationBlue {
  -webkit-animation: tree_fadeIn 0.7s ease-in-out 1.2s infinite alternate;
          animation: tree_fadeIn 0.7s ease-in-out 1.2s infinite alternate;
}
.growtree_animation-login.tree_futaba .greenPiece {
  opacity: 0;
}
.growtree_animation-login.tree_futaba .greenPiece.futaba_animationGreen {
  -webkit-animation: tree_fadeIn 0.7s ease-in-out 0.867s infinite alternate;
          animation: tree_fadeIn 0.7s ease-in-out 0.867s infinite alternate;
}
.growtree_animation-login.tree_futaba .yellowPiece {
  opacity: 0;
}
.growtree_animation-login.tree_futaba .yellowPiece.futaba_animationYellow {
  -webkit-animation: tree_fadeIn 0.7s ease-in-out 0.533s infinite alternate;
          animation: tree_fadeIn 0.7s ease-in-out 0.533s infinite alternate;
}
.growtree_animation-login.tree_none3 .fruits {
  background-image: url(/assets/animation/none3/fruits-ff36da975cc36a0b2c23f0302439ff2df917564ec248bb1dc05473358a20b644.png);
}
.growtree_animation-login.tree_none3 .fruitsDelay {
  opacity: 0;
  -webkit-animation: fadeNone 1.533s linear 0s 1 normal;
          animation: fadeNone 1.533s linear 0s 1 normal;
}
.growtree_animation-login.tree_none3 .fruitsFixPosition {
  background-position: 0px -3990px;
}
.growtree_animation-login.tree_none3 .animationFruits1 {
  opacity: 1;
  -webkit-animation: fadeOutFruits 2s ease-out 0s 1 normal;
          animation: fadeOutFruits 2s ease-out 0s 1 normal;
}
.growtree_animation-login.tree_none3 .animationFruits2 {
  opacity: 0.65;
  -webkit-animation: fadeInFruits 2s ease-in-out 0s 1 normal;
          animation: fadeInFruits 2s ease-in-out 0s 1 normal;
}
.growtree_animation-login.tree_none3 .showFruits {
  -webkit-animation: spriteFruits 0.533s steps(15) forwards;
          animation: spriteFruits 0.533s steps(15) forwards;
}
.growtree_animation-login.tree_feeling1 .delayLeaf1_1 {
  opacity: 0;
  -webkit-animation: fadeNone 0.7s linear 0s 1 normal;
          animation: fadeNone 0.7s linear 0s 1 normal;
}
.growtree_animation-login.tree_feeling1 .delayLeaf1_2 {
  opacity: 0;
  -webkit-animation: fadeNone 0.7s linear 0s 1 normal;
          animation: fadeNone 0.7s linear 0s 1 normal;
}
.growtree_animation-login.tree_feeling1 .delayLeaf2_1 {
  opacity: 0;
  -webkit-animation: fadeNone 1.367s linear 0s 1 normal;
          animation: fadeNone 1.367s linear 0s 1 normal;
}
.growtree_animation-login.tree_feeling1 .delayLeaf2_2 {
  opacity: 0;
  -webkit-animation: fadeNone 1.367s linear 0s 1 normal;
          animation: fadeNone 1.367s linear 0s 1 normal;
}
.growtree_animation-login.tree_feeling1 .animationLeaf1_1.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 1s ease-in 0.333s 1 normal;
          animation: tree_fadeOut 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_feeling1 .animationLeaf1_1.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn 1s ease-in 0.333s 1 normal;
          animation: tree_fadeIn 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_feeling1 .animationLeaf1_2.tree_fadeOut {
  opacity: 0.7;
  -webkit-animation: tree_fadeOut0to70 1s ease-in 0.333s 1 normal;
          animation: tree_fadeOut0to70 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_feeling1 .animationLeaf1_2.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn70to0 1s ease-in 0.333s 1 normal;
          animation: tree_fadeIn70to0 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_feeling1 .animationLeaf2_1.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 1s ease-in 0.333s 1 normal;
          animation: tree_fadeOut 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_feeling1 .animationLeaf2_1.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn 1s ease-in 0.333s 1 normal;
          animation: tree_fadeIn 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_feeling1 .animationLeaf2_2.tree_fadeOut {
  opacity: 0.7;
  -webkit-animation: tree_fadeOut0to70 1s ease-in 0.333s 1 normal;
          animation: tree_fadeOut0to70 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_feeling1 .animationLeaf2_2.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn70to0 1s ease-in 0.333s 1 normal;
          animation: tree_fadeIn70to0 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_feeling2 .delayLeaf1_1 {
  opacity: 0;
  -webkit-animation: fadeNone 0.533s linear 0s 1 normal;
          animation: fadeNone 0.533s linear 0s 1 normal;
}
.growtree_animation-login.tree_feeling2 .delayLeaf1_2 {
  opacity: 0;
  -webkit-animation: fadeNone 0.533s linear 0s 1 normal;
          animation: fadeNone 0.533s linear 0s 1 normal;
}
.growtree_animation-login.tree_feeling2 .delayLeaf2_1 {
  opacity: 0;
  -webkit-animation: fadeNone 0.8s linear 0s 1 normal;
          animation: fadeNone 0.8s linear 0s 1 normal;
}
.growtree_animation-login.tree_feeling2 .delayLeaf2_2 {
  opacity: 0;
  -webkit-animation: fadeNone 0.8s linear 0s 1 normal;
          animation: fadeNone 0.8s linear 0s 1 normal;
}
.growtree_animation-login.tree_feeling2 .delayLeaf3_1 {
  opacity: 0;
  -webkit-animation: fadeNone 1.067s linear 0s 1 normal;
          animation: fadeNone 1.067s linear 0s 1 normal;
}
.growtree_animation-login.tree_feeling2 .delayLeaf3_2 {
  opacity: 0;
  -webkit-animation: fadeNone 1.067s linear 0s 1 normal;
          animation: fadeNone 1.067s linear 0s 1 normal;
}
.growtree_animation-login.tree_feeling2 .delayLeaf4_1 {
  opacity: 0;
  -webkit-animation: fadeNone 1.333s linear 0s 1 normal;
          animation: fadeNone 1.333s linear 0s 1 normal;
}
.growtree_animation-login.tree_feeling2 .delayLeaf4_2 {
  opacity: 0;
  -webkit-animation: fadeNone 1.333s linear 0s 1 normal;
          animation: fadeNone 1.333s linear 0s 1 normal;
}
.growtree_animation-login.tree_feeling2 .animationLeaf1_1.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 1s ease-in 0.333s 1 normal;
          animation: tree_fadeOut 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_feeling2 .animationLeaf1_1.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn 1s ease-in 0.333s 1 normal;
          animation: tree_fadeIn 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_feeling2 .animationLeaf1_2.tree_fadeOut {
  opacity: 0.7;
  -webkit-animation: tree_fadeOut0to70 1s ease-in 0.333s 1 normal;
          animation: tree_fadeOut0to70 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_feeling2 .animationLeaf1_2.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn70to0 1s ease-in 0.333s 1 normal;
          animation: tree_fadeIn70to0 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_feeling2 .animationLeaf2_1.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 1s ease-in 0.333s 1 normal;
          animation: tree_fadeOut 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_feeling2 .animationLeaf2_1.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn 1s ease-in 0.333s 1 normal;
          animation: tree_fadeIn 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_feeling2 .animationLeaf2_2.tree_fadeOut {
  opacity: 0.7;
  -webkit-animation: tree_fadeOut0to70 1s ease-in 0.333s 1 normal;
          animation: tree_fadeOut0to70 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_feeling2 .animationLeaf2_2.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn70to0 1s ease-in 0.333s 1 normal;
          animation: tree_fadeIn70to0 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_feeling2 .animationLeaf3_1.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 1s ease-in 0.333s 1 normal;
          animation: tree_fadeOut 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_feeling2 .animationLeaf3_1.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn 1s ease-in 0.333s 1 normal;
          animation: tree_fadeIn 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_feeling2 .animationLeaf3_2.tree_fadeOut {
  opacity: 0.7;
  -webkit-animation: tree_fadeOut0to70 1s ease-in 0.333s 1 normal;
          animation: tree_fadeOut0to70 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_feeling2 .animationLeaf3_2.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn70to0 1s ease-in 0.333s 1 normal;
          animation: tree_fadeIn70to0 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_feeling2 .animationLeaf4_1.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 1s ease-in 0.333s 1 normal;
          animation: tree_fadeOut 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_feeling2 .animationLeaf4_1.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn 1s ease-in 0.333s 1 normal;
          animation: tree_fadeIn 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_feeling2 .animationLeaf4_2.tree_fadeOut {
  opacity: 0.7;
  -webkit-animation: tree_fadeOut0to70 1s ease-in 0.333s 1 normal;
          animation: tree_fadeOut0to70 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_feeling2 .animationLeaf4_2.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn70to0 1s ease-in 0.333s 1 normal;
          animation: tree_fadeIn70to0 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_feeling3 .fruits {
  background-image: url(/assets/animation/feeling3/fruits-16537b7ed71a9efdfe8be3554ec76eb62c147b530d2d6450a404a290ed53f506.png);
}
.growtree_animation-login.tree_feeling3 .fruitsDelay {
  opacity: 0;
  -webkit-animation: fadeNone 1.533s linear 0s 1 normal;
          animation: fadeNone 1.533s linear 0s 1 normal;
}
.growtree_animation-login.tree_feeling3 .showFruits {
  -webkit-animation: spriteFruits 0.533s steps(15) forwards;
          animation: spriteFruits 0.533s steps(15) forwards;
}
.growtree_animation-login.tree_feeling3 .fruitsFixPosition {
  background-position: 0px -3990px;
}
.growtree_animation-login.tree_feeling3 .animationFruits1 {
  opacity: 1;
  -webkit-animation: fadeOutFruits 2s ease-out 0s 1 normal;
          animation: fadeOutFruits 2s ease-out 0s 1 normal;
}
.growtree_animation-login.tree_feeling3 .animationFruits2 {
  opacity: 0.65;
  -webkit-animation: fadeInFruits 2s ease-in-out 0s 1 normal;
          animation: fadeInFruits 2s ease-in-out 0s 1 normal;
}
.growtree_animation-login.tree_feeling3 .delayLeaf1_1 {
  opacity: 0;
  -webkit-animation: fadeNone 0.533s linear 0s 1 normal;
          animation: fadeNone 0.533s linear 0s 1 normal;
}
.growtree_animation-login.tree_feeling3 .delayLeaf1_2 {
  opacity: 0;
  -webkit-animation: fadeNone 0.533s linear 0s 1 normal;
          animation: fadeNone 0.533s linear 0s 1 normal;
}
.growtree_animation-login.tree_feeling3 .delayLeaf2_1 {
  opacity: 0;
  -webkit-animation: fadeNone 0.7s linear 0s 1 normal;
          animation: fadeNone 0.7s linear 0s 1 normal;
}
.growtree_animation-login.tree_feeling3 .delayLeaf2_2 {
  opacity: 0;
  -webkit-animation: fadeNone 0.7s linear 0s 1 normal;
          animation: fadeNone 0.7s linear 0s 1 normal;
}
.growtree_animation-login.tree_feeling3 .delayLeaf3_1 {
  opacity: 0;
  -webkit-animation: fadeNone 0.867s linear 0s 1 normal;
          animation: fadeNone 0.867s linear 0s 1 normal;
}
.growtree_animation-login.tree_feeling3 .delayLeaf3_2 {
  opacity: 0;
  -webkit-animation: fadeNone 0.867s linear 0s 1 normal;
          animation: fadeNone 0.867s linear 0s 1 normal;
}
.growtree_animation-login.tree_feeling3 .delayLeaf4_1 {
  opacity: 0;
  -webkit-animation: fadeNone 1.033s linear 0s 1 normal;
          animation: fadeNone 1.033s linear 0s 1 normal;
}
.growtree_animation-login.tree_feeling3 .delayLeaf4_2 {
  opacity: 0;
  -webkit-animation: fadeNone 1.033s linear 0s 1 normal;
          animation: fadeNone 1.033s linear 0s 1 normal;
}
.growtree_animation-login.tree_feeling3 .delayLeaf5_1 {
  opacity: 0;
  -webkit-animation: fadeNone 1.2s linear 0s 1 normal;
          animation: fadeNone 1.2s linear 0s 1 normal;
}
.growtree_animation-login.tree_feeling3 .delayLeaf5_2 {
  opacity: 0;
  -webkit-animation: fadeNone 1.2s linear 0s 1 normal;
          animation: fadeNone 1.2s linear 0s 1 normal;
}
.growtree_animation-login.tree_feeling3 .delayLeaf6_1 {
  opacity: 0;
  -webkit-animation: fadeNone 1.367s linear 0s 1 normal;
          animation: fadeNone 1.367s linear 0s 1 normal;
}
.growtree_animation-login.tree_feeling3 .delayLeaf6_2 {
  opacity: 0;
  -webkit-animation: fadeNone 1.367s linear 0s 1 normal;
          animation: fadeNone 1.367s linear 0s 1 normal;
}
.growtree_animation-login.tree_feeling3 .animationLeaf1_1.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 1s ease-in 0.333s 1 normal;
          animation: tree_fadeOut 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_feeling3 .animationLeaf1_1.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn 1s ease-in 0.333s 1 normal;
          animation: tree_fadeIn 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_feeling3 .animationLeaf1_2.tree_fadeOut {
  opacity: 0.7;
  -webkit-animation: tree_fadeOut0to70 1s ease-in 0.333s 1 normal;
          animation: tree_fadeOut0to70 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_feeling3 .animationLeaf1_2.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn70to0 1s ease-in 0.333s 1 normal;
          animation: tree_fadeIn70to0 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_feeling3 .animationLeaf2_1.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 1s ease-in 0.333s 1 normal;
          animation: tree_fadeOut 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_feeling3 .animationLeaf2_1.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn 1s ease-in 0.333s 1 normal;
          animation: tree_fadeIn 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_feeling3 .animationLeaf2_2.tree_fadeOut {
  opacity: 0.7;
  -webkit-animation: tree_fadeOut0to70 1s ease-in 0.333s 1 normal;
          animation: tree_fadeOut0to70 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_feeling3 .animationLeaf2_2.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn70to0 1s ease-in 0.333s 1 normal;
          animation: tree_fadeIn70to0 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_feeling3 .animationLeaf3_1.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 1s ease-in 0.333s 1 normal;
          animation: tree_fadeOut 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_feeling3 .animationLeaf3_1.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn 1s ease-in 0.333s 1 normal;
          animation: tree_fadeIn 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_feeling3 .animationLeaf3_2.tree_fadeOut {
  opacity: 0.7;
  -webkit-animation: tree_fadeOut0to70 1s ease-in 0.333s 1 normal;
          animation: tree_fadeOut0to70 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_feeling3 .animationLeaf3_2.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn70to0 1s ease-in 0.333s 1 normal;
          animation: tree_fadeIn70to0 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_feeling3 .animationLeaf4_1.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 1s ease-in 0.333s 1 normal;
          animation: tree_fadeOut 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_feeling3 .animationLeaf4_1.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn 1s ease-in 0.333s 1 normal;
          animation: tree_fadeIn 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_feeling3 .animationLeaf4_2.tree_fadeOut {
  opacity: 0.7;
  -webkit-animation: tree_fadeOut0to70 1s ease-in 0.333s 1 normal;
          animation: tree_fadeOut0to70 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_feeling3 .animationLeaf4_2.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn70to0 1s ease-in 0.333s 1 normal;
          animation: tree_fadeIn70to0 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_feeling3 .animationLeaf5_1.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 1s ease-in 0.333s 1 normal;
          animation: tree_fadeOut 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_feeling3 .animationLeaf5_1.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn 1s ease-in 0.333s 1 normal;
          animation: tree_fadeIn 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_feeling3 .animationLeaf5_2.tree_fadeOut {
  opacity: 0.7;
  -webkit-animation: tree_fadeOut0to70 1s ease-in 0.333s 1 normal;
          animation: tree_fadeOut0to70 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_feeling3 .animationLeaf5_2.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn70to0 1s ease-in 0.333s 1 normal;
          animation: tree_fadeIn70to0 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_feeling3 .animationLeaf6_1.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 1s ease-in 0.333s 1 normal;
          animation: tree_fadeOut 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_feeling3 .animationLeaf6_1.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn 1s ease-in 0.333s 1 normal;
          animation: tree_fadeIn 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_feeling3 .animationLeaf6_2.tree_fadeOut {
  opacity: 0.7;
  -webkit-animation: tree_fadeOut0to70 1s ease-in 0.333s 1 normal;
          animation: tree_fadeOut0to70 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_feeling3 .animationLeaf6_2.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn70to0 1s ease-in 0.333s 1 normal;
          animation: tree_fadeIn70to0 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_intelli1 .delayLeaf1_1 {
  opacity: 0;
  -webkit-animation: fadeNone 0.533s linear 0s 1 normal;
          animation: fadeNone 0.533s linear 0s 1 normal;
}
.growtree_animation-login.tree_intelli1 .delayLeaf1_2 {
  opacity: 0;
  -webkit-animation: fadeNone 1.2s linear 0s 1 normal;
          animation: fadeNone 1.2s linear 0s 1 normal;
}
.growtree_animation-login.tree_intelli1 .delayLeaf2_1 {
  opacity: 0;
  -webkit-animation: fadeNone 0.866s linear 0s 1 normal;
          animation: fadeNone 0.866s linear 0s 1 normal;
}
.growtree_animation-login.tree_intelli1 .delayLeaf2_2 {
  opacity: 0;
  -webkit-animation: fadeNone 1.533s linear 0s 1 normal;
          animation: fadeNone 1.533s linear 0s 1 normal;
}
.growtree_animation-login.tree_intelli1 .animationLeaf {
  -webkit-animation: tree_fadeOut 1.3s ease-in-out 0s infinite normal;
          animation: tree_fadeOut 1.3s ease-in-out 0s infinite normal;
}
.growtree_animation-login.tree_intelli2 .delayLeaf1_1 {
  opacity: 0;
  -webkit-animation: fadeNone 0.533s linear 0s 1 normal;
          animation: fadeNone 0.533s linear 0s 1 normal;
}
.growtree_animation-login.tree_intelli2 .delayLeaf1_2 {
  opacity: 0;
  -webkit-animation: fadeNone 1.2s linear 0s 1 normal;
          animation: fadeNone 1.2s linear 0s 1 normal;
}
.growtree_animation-login.tree_intelli2 .delayLeaf2_1 {
  opacity: 0;
  -webkit-animation: fadeNone 0.7s linear 0s 1 normal;
          animation: fadeNone 0.7s linear 0s 1 normal;
}
.growtree_animation-login.tree_intelli2 .delayLeaf2_2 {
  opacity: 0;
  -webkit-animation: fadeNone 1.367s linear 0s 1 normal;
          animation: fadeNone 1.367s linear 0s 1 normal;
}
.growtree_animation-login.tree_intelli2 .delayLeaf3_1 {
  opacity: 0;
  -webkit-animation: fadeNone 0.866s linear 0s 1 normal;
          animation: fadeNone 0.866s linear 0s 1 normal;
}
.growtree_animation-login.tree_intelli2 .delayLeaf3_2 {
  opacity: 0;
  -webkit-animation: fadeNone 1.533s linear 0s 1 normal;
          animation: fadeNone 1.533s linear 0s 1 normal;
}
.growtree_animation-login.tree_intelli2 .delayLeaf4_1 {
  opacity: 0;
  -webkit-animation: fadeNone 1.033s linear 0s 1 normal;
          animation: fadeNone 1.033s linear 0s 1 normal;
}
.growtree_animation-login.tree_intelli2 .delayLeaf4_2 {
  opacity: 0;
  -webkit-animation: fadeNone 1.7s linear 0s 1 normal;
          animation: fadeNone 1.7s linear 0s 1 normal;
}
.growtree_animation-login.tree_intelli2 .animationLeaf {
  -webkit-animation: tree_fadeOut 1.3s ease-in-out 0s infinite normal;
          animation: tree_fadeOut 1.3s ease-in-out 0s infinite normal;
}
.growtree_animation-login.tree_intelli3 .fruits {
  background-image: url(/assets/animation/intelli3/fruits-fecf949ca454ae80479a2e6b91f58d29712a4ff12691b3e9a6f8d626f81f9383.png);
  background-repeat: no-repeat;
  width: 266px;
  height: 266px;
  -webkit-transform: scale(0.5263) translate(-48.5%, -48.5%);
          transform: scale(0.5263) translate(-48.5%, -48.5%);
}
.growtree_animation-login.tree_intelli3 .fruitsDelay {
  opacity: 0;
  -webkit-animation: fadeNone 1.533s linear 0s 1 normal;
          animation: fadeNone 1.533s linear 0s 1 normal;
}
.growtree_animation-login.tree_intelli3 .showFruits {
  -webkit-animation: spriteFruits 0.533s steps(15) forwards;
          animation: spriteFruits 0.533s steps(15) forwards;
}
.growtree_animation-login.tree_intelli3 .fruitsFixPosition {
  background-position: 0px -3990px;
}
.growtree_animation-login.tree_intelli3 .animationFruits1 {
  opacity: 1;
  -webkit-animation: fadeOutFruits 2s ease-out 0s 1 normal;
          animation: fadeOutFruits 2s ease-out 0s 1 normal;
}
.growtree_animation-login.tree_intelli3 .animationFruits2 {
  opacity: 0.65;
  -webkit-animation: fadeInFruits 2s ease-in-out 0s 1 normal;
          animation: fadeInFruits 2s ease-in-out 0s 1 normal;
}
.growtree_animation-login.tree_intelli3 .delayLeaf1_1 {
  opacity: 0;
  -webkit-animation: fadeNone 0.533s linear 0s 1 normal;
          animation: fadeNone 0.533s linear 0s 1 normal;
}
.growtree_animation-login.tree_intelli3 .delayLeaf1_2 {
  opacity: 0;
  -webkit-animation: fadeNone 1.2s linear 0s 1 normal;
          animation: fadeNone 1.2s linear 0s 1 normal;
}
.growtree_animation-login.tree_intelli3 .delayLeaf2_1 {
  opacity: 0;
  -webkit-animation: fadeNone 0.633s linear 0s 1 normal;
          animation: fadeNone 0.633s linear 0s 1 normal;
}
.growtree_animation-login.tree_intelli3 .delayLeaf2_2 {
  opacity: 0;
  -webkit-animation: fadeNone 1.3s linear 0s 1 normal;
          animation: fadeNone 1.3s linear 0s 1 normal;
}
.growtree_animation-login.tree_intelli3 .delayLeaf3_1 {
  opacity: 0;
  -webkit-animation: fadeNone 0.733s linear 0s 1 normal;
          animation: fadeNone 0.733s linear 0s 1 normal;
}
.growtree_animation-login.tree_intelli3 .delayLeaf3_2 {
  opacity: 0;
  -webkit-animation: fadeNone 1.4s linear 0s 1 normal;
          animation: fadeNone 1.4s linear 0s 1 normal;
}
.growtree_animation-login.tree_intelli3 .delayLeaf4_1 {
  opacity: 0;
  -webkit-animation: fadeNone 0.833s linear 0s 1 normal;
          animation: fadeNone 0.833s linear 0s 1 normal;
}
.growtree_animation-login.tree_intelli3 .delayLeaf4_2 {
  opacity: 0;
  -webkit-animation: fadeNone 1.5s linear 0s 1 normal;
          animation: fadeNone 1.5s linear 0s 1 normal;
}
.growtree_animation-login.tree_intelli3 .delayLeaf5_1 {
  opacity: 0;
  -webkit-animation: fadeNone 0.933s linear 0s 1 normal;
          animation: fadeNone 0.933s linear 0s 1 normal;
}
.growtree_animation-login.tree_intelli3 .delayLeaf5_2 {
  opacity: 0;
  -webkit-animation: fadeNone 1.6s linear 0s 1 normal;
          animation: fadeNone 1.6s linear 0s 1 normal;
}
.growtree_animation-login.tree_intelli3 .delayLeaf6_1 {
  opacity: 0;
  -webkit-animation: fadeNone 1.033s linear 0s 1 normal;
          animation: fadeNone 1.033s linear 0s 1 normal;
}
.growtree_animation-login.tree_intelli3 .delayLeaf6_2 {
  opacity: 0;
  -webkit-animation: fadeNone 1.7s linear 0s 1 normal;
          animation: fadeNone 1.7s linear 0s 1 normal;
}
.growtree_animation-login.tree_intelli3 .animationLeaf {
  -webkit-animation: tree_fadeOut 1.3s ease-in-out 0s infinite normal;
          animation: tree_fadeOut 1.3s ease-in-out 0s infinite normal;
}
.growtree_animation-login.tree_wild1 .delayLeaf1_1 {
  opacity: 0;
  -webkit-animation: fadeNone 0.533s linear 0s 1 normal;
          animation: fadeNone 0.533s linear 0s 1 normal;
}
.growtree_animation-login.tree_wild1 .delayLeaf1_2 {
  opacity: 0;
  -webkit-animation: fadeNone 0.7s linear 0s 1 normal;
          animation: fadeNone 0.7s linear 0s 1 normal;
}
.growtree_animation-login.tree_wild1 .delayLeaf2_1 {
  opacity: 0;
  -webkit-animation: fadeNone 0.8s linear 0s 1 normal;
          animation: fadeNone 0.8s linear 0s 1 normal;
}
.growtree_animation-login.tree_wild1 .delayLeaf2_2 {
  opacity: 0;
  -webkit-animation: fadeNone 0.967s linear 0s 1 normal;
          animation: fadeNone 0.967s linear 0s 1 normal;
}
.growtree_animation-login.tree_wild1 .showLeaf1_1 {
  -webkit-animation: tree_fadeOut 0.767s ease-out 0s 1 normal;
          animation: tree_fadeOut 0.767s ease-out 0s 1 normal;
}
.growtree_animation-login.tree_wild1 .showLeaf1_2 {
  -webkit-animation: tree_fadeIn80to100 0.1s ease-out 0s 1 normal;
          animation: tree_fadeIn80to100 0.1s ease-out 0s 1 normal;
}
.growtree_animation-login.tree_wild1 .showLeaf2_1 {
  -webkit-animation: tree_fadeOut 0.767s ease-out 0s 1 normal;
          animation: tree_fadeOut 0.767s ease-out 0s 1 normal;
}
.growtree_animation-login.tree_wild1 .showLeaf2_2 {
  -webkit-animation: tree_fadeIn80to100 0.1s ease-out 0s 1 normal;
          animation: tree_fadeIn80to100 0.1s ease-out 0s 1 normal;
}
.growtree_animation-login.tree_wild1 .animationLeaf1_1.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 0.767s ease-out 0.767s 1 normal;
          animation: tree_fadeOut 0.767s ease-out 0.767s 1 normal;
}
.growtree_animation-login.tree_wild1 .animationLeaf1_1.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn80to100 0.1s ease-out 0.333s 1 normal;
          animation: tree_fadeIn80to100 0.1s ease-out 0.333s 1 normal;
}
.growtree_animation-login.tree_wild1 .animationLeaf1_2.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 0.767s ease-out 0.767s 1 normal;
          animation: tree_fadeOut 0.767s ease-out 0.767s 1 normal;
}
.growtree_animation-login.tree_wild1 .animationLeaf1_2.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn80to100 0.1s ease-out 0.333s 1 normal;
          animation: tree_fadeIn80to100 0.1s ease-out 0.333s 1 normal;
}
.growtree_animation-login.tree_wild1 .animationLeaf2_1.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 0.767s ease-out 0.767s 1 normal;
          animation: tree_fadeOut 0.767s ease-out 0.767s 1 normal;
}
.growtree_animation-login.tree_wild1 .animationLeaf2_1.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn80to100 0.1s ease-out 0.333s 1 normal;
          animation: tree_fadeIn80to100 0.1s ease-out 0.333s 1 normal;
}
.growtree_animation-login.tree_wild1 .animationLeaf2_2.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 0.767s ease-out 0.767s 1 normal;
          animation: tree_fadeOut 0.767s ease-out 0.767s 1 normal;
}
.growtree_animation-login.tree_wild1 .animationLeaf2_2.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn80to100 0.1s ease-out 0.333s 1 normal;
          animation: tree_fadeIn80to100 0.1s ease-out 0.333s 1 normal;
}
.growtree_animation-login.tree_wild2 .delayLeaf1_1 {
  opacity: 0;
  -webkit-animation: fadeNone 0.533s linear 0s 1 normal;
          animation: fadeNone 0.533s linear 0s 1 normal;
}
.growtree_animation-login.tree_wild2 .delayLeaf1_2 {
  opacity: 0;
  -webkit-animation: fadeNone 0.7s linear 0s 1 normal;
          animation: fadeNone 0.7s linear 0s 1 normal;
}
.growtree_animation-login.tree_wild2 .delayLeaf2_1 {
  opacity: 0;
  -webkit-animation: fadeNone 0.8s linear 0s 1 normal;
          animation: fadeNone 0.8s linear 0s 1 normal;
}
.growtree_animation-login.tree_wild2 .delayLeaf2_2 {
  opacity: 0;
  -webkit-animation: fadeNone 0.967s linear 0s 1 normal;
          animation: fadeNone 0.967s linear 0s 1 normal;
}
.growtree_animation-login.tree_wild2 .delayLeaf3_1 {
  opacity: 0;
  -webkit-animation: fadeNone 1.067s linear 0s 1 normal;
          animation: fadeNone 1.067s linear 0s 1 normal;
}
.growtree_animation-login.tree_wild2 .delayLeaf3_2 {
  opacity: 0;
  -webkit-animation: fadeNone 1.233s linear 0s 1 normal;
          animation: fadeNone 1.233s linear 0s 1 normal;
}
.growtree_animation-login.tree_wild2 .delayLeaf4_1 {
  opacity: 0;
  -webkit-animation: fadeNone 1.333s linear 0s 1 normal;
          animation: fadeNone 1.333s linear 0s 1 normal;
}
.growtree_animation-login.tree_wild2 .delayLeaf4_2 {
  opacity: 0;
  -webkit-animation: fadeNone 1.5s linear 0s 1 normal;
          animation: fadeNone 1.5s linear 0s 1 normal;
}
.growtree_animation-login.tree_wild2 .showLeaf1_1 {
  -webkit-animation: tree_fadeOut 0.767s ease-out 0s 1 normal;
          animation: tree_fadeOut 0.767s ease-out 0s 1 normal;
}
.growtree_animation-login.tree_wild2 .showLeaf1_2 {
  -webkit-animation: tree_fadeIn80to100 0.1s ease-out 0s 1 normal;
          animation: tree_fadeIn80to100 0.1s ease-out 0s 1 normal;
}
.growtree_animation-login.tree_wild2 .showLeaf2_1 {
  -webkit-animation: tree_fadeOut 0.767s ease-out 0s 1 normal;
          animation: tree_fadeOut 0.767s ease-out 0s 1 normal;
}
.growtree_animation-login.tree_wild2 .showLeaf2_2 {
  -webkit-animation: tree_fadeIn80to100 0.1s ease-out 0s 1 normal;
          animation: tree_fadeIn80to100 0.1s ease-out 0s 1 normal;
}
.growtree_animation-login.tree_wild2 .showLeaf3_1 {
  -webkit-animation: tree_fadeOut 0.767s ease-out 0s 1 normal;
          animation: tree_fadeOut 0.767s ease-out 0s 1 normal;
}
.growtree_animation-login.tree_wild2 .showLeaf3_2 {
  -webkit-animation: tree_fadeIn80to100 0.1s ease-out 0s 1 normal;
          animation: tree_fadeIn80to100 0.1s ease-out 0s 1 normal;
}
.growtree_animation-login.tree_wild2 .showLeaf4_1 {
  -webkit-animation: tree_fadeOut 0.767s ease-out 0s 1 normal;
          animation: tree_fadeOut 0.767s ease-out 0s 1 normal;
}
.growtree_animation-login.tree_wild2 .showLeaf4_2 {
  -webkit-animation: tree_fadeIn80to100 0.1s ease-out 0s 1 normal;
          animation: tree_fadeIn80to100 0.1s ease-out 0s 1 normal;
}
.growtree_animation-login.tree_wild2 .animationLeaf1_1.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 0.767s ease-out 0.767s 1 normal;
          animation: tree_fadeOut 0.767s ease-out 0.767s 1 normal;
}
.growtree_animation-login.tree_wild2 .animationLeaf1_1.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn80to100 0.1s ease-out 0.333s 1 normal;
          animation: tree_fadeIn80to100 0.1s ease-out 0.333s 1 normal;
}
.growtree_animation-login.tree_wild2 .animationLeaf1_2.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 0.767s ease-out 0.767s 1 normal;
          animation: tree_fadeOut 0.767s ease-out 0.767s 1 normal;
}
.growtree_animation-login.tree_wild2 .animationLeaf1_2.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn80to100 0.1s ease-out 0.333s 1 normal;
          animation: tree_fadeIn80to100 0.1s ease-out 0.333s 1 normal;
}
.growtree_animation-login.tree_wild2 .animationLeaf2_1.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 0.767s ease-out 0.767s 1 normal;
          animation: tree_fadeOut 0.767s ease-out 0.767s 1 normal;
}
.growtree_animation-login.tree_wild2 .animationLeaf2_1.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn80to100 0.1s ease-out 0.333s 1 normal;
          animation: tree_fadeIn80to100 0.1s ease-out 0.333s 1 normal;
}
.growtree_animation-login.tree_wild2 .animationLeaf2_2.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 0.767s ease-out 0.767s 1 normal;
          animation: tree_fadeOut 0.767s ease-out 0.767s 1 normal;
}
.growtree_animation-login.tree_wild2 .animationLeaf2_2.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn80to100 0.1s ease-out 0.333s 1 normal;
          animation: tree_fadeIn80to100 0.1s ease-out 0.333s 1 normal;
}
.growtree_animation-login.tree_wild2 .animationLeaf3_1.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 0.767s ease-out 0.767s 1 normal;
          animation: tree_fadeOut 0.767s ease-out 0.767s 1 normal;
}
.growtree_animation-login.tree_wild2 .animationLeaf3_1.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn80to100 0.1s ease-out 0.333s 1 normal;
          animation: tree_fadeIn80to100 0.1s ease-out 0.333s 1 normal;
}
.growtree_animation-login.tree_wild2 .animationLeaf3_2.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 0.767s ease-out 0.767s 1 normal;
          animation: tree_fadeOut 0.767s ease-out 0.767s 1 normal;
}
.growtree_animation-login.tree_wild2 .animationLeaf3_2.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn80to100 0.1s ease-out 0.333s 1 normal;
          animation: tree_fadeIn80to100 0.1s ease-out 0.333s 1 normal;
}
.growtree_animation-login.tree_wild2 .animationLeaf4_1.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 0.767s ease-out 0.767s 1 normal;
          animation: tree_fadeOut 0.767s ease-out 0.767s 1 normal;
}
.growtree_animation-login.tree_wild2 .animationLeaf4_1.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn80to100 0.1s ease-out 0.333s 1 normal;
          animation: tree_fadeIn80to100 0.1s ease-out 0.333s 1 normal;
}
.growtree_animation-login.tree_wild2 .animationLeaf4_2.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 0.767s ease-out 0.767s 1 normal;
          animation: tree_fadeOut 0.767s ease-out 0.767s 1 normal;
}
.growtree_animation-login.tree_wild2 .animationLeaf4_2.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn80to100 0.1s ease-out 0.333s 1 normal;
          animation: tree_fadeIn80to100 0.1s ease-out 0.333s 1 normal;
}
.growtree_animation-login.tree_wild3 .fruits {
  background-image: url(/assets/animation/wild3/fruits-c9f27bd13f9221ae84cad8b70d1e00731ce1c4f2ff15a08e79d819f1e0df7874.png);
}
.growtree_animation-login.tree_wild3 .fruitsDelay {
  opacity: 0;
  -webkit-animation: fadeNone 1.533s linear 0s 1 normal;
          animation: fadeNone 1.533s linear 0s 1 normal;
}
.growtree_animation-login.tree_wild3 .showFruits {
  -webkit-animation: spriteFruits 0.533s steps(15) forwards;
          animation: spriteFruits 0.533s steps(15) forwards;
}
.growtree_animation-login.tree_wild3 .fruitsFixPosition {
  background-position: 0px -3990px;
}
.growtree_animation-login.tree_wild3 .animationFruits1 {
  opacity: 1;
  -webkit-animation: fadeOutFruits 2s ease-out 0s 1 normal;
          animation: fadeOutFruits 2s ease-out 0s 1 normal;
}
.growtree_animation-login.tree_wild3 .animationFruits2 {
  opacity: 0.65;
  -webkit-animation: fadeInFruits 2s ease-in-out 0s 1 normal;
          animation: fadeInFruits 2s ease-in-out 0s 1 normal;
}
.growtree_animation-login.tree_wild3 .delayLeaf1_1 {
  opacity: 0;
  -webkit-animation: fadeNone 0.533s linear 0s 1 normal;
          animation: fadeNone 0.533s linear 0s 1 normal;
}
.growtree_animation-login.tree_wild3 .delayLeaf1_2 {
  opacity: 0;
  -webkit-animation: fadeNone 0.7s linear 0s 1 normal;
          animation: fadeNone 0.7s linear 0s 1 normal;
}
.growtree_animation-login.tree_wild3 .delayLeaf2_1 {
  opacity: 0;
  -webkit-animation: fadeNone 0.7s linear 0s 1 normal;
          animation: fadeNone 0.7s linear 0s 1 normal;
}
.growtree_animation-login.tree_wild3 .delayLeaf2_2 {
  opacity: 0;
  -webkit-animation: fadeNone 0.867s linear 0s 1 normal;
          animation: fadeNone 0.867s linear 0s 1 normal;
}
.growtree_animation-login.tree_wild3 .delayLeaf3_1 {
  opacity: 0;
  -webkit-animation: fadeNone 0.867s linear 0s 1 normal;
          animation: fadeNone 0.867s linear 0s 1 normal;
}
.growtree_animation-login.tree_wild3 .delayLeaf3_2 {
  opacity: 0;
  -webkit-animation: fadeNone 1.033s linear 0s 1 normal;
          animation: fadeNone 1.033s linear 0s 1 normal;
}
.growtree_animation-login.tree_wild3 .delayLeaf4_1 {
  opacity: 0;
  -webkit-animation: fadeNone 1.033s linear 0s 1 normal;
          animation: fadeNone 1.033s linear 0s 1 normal;
}
.growtree_animation-login.tree_wild3 .delayLeaf4_2 {
  opacity: 0;
  -webkit-animation: fadeNone 1.2s linear 0s 1 normal;
          animation: fadeNone 1.2s linear 0s 1 normal;
}
.growtree_animation-login.tree_wild3 .delayLeaf5_1 {
  opacity: 0;
  -webkit-animation: fadeNone 1.2s linear 0s 1 normal;
          animation: fadeNone 1.2s linear 0s 1 normal;
}
.growtree_animation-login.tree_wild3 .delayLeaf5_2 {
  opacity: 0;
  -webkit-animation: fadeNone 1.367s linear 0s 1 normal;
          animation: fadeNone 1.367s linear 0s 1 normal;
}
.growtree_animation-login.tree_wild3 .delayLeaf6_1 {
  opacity: 0;
  -webkit-animation: fadeNone 1.367s linear 0s 1 normal;
          animation: fadeNone 1.367s linear 0s 1 normal;
}
.growtree_animation-login.tree_wild3 .delayLeaf6_2 {
  opacity: 0;
  -webkit-animation: fadeNone 1.533s linear 0s 1 normal;
          animation: fadeNone 1.533s linear 0s 1 normal;
}
.growtree_animation-login.tree_wild3 .showLeaf1_1 {
  -webkit-animation: tree_fadeOut 0.767s ease-out 0s 1 normal;
          animation: tree_fadeOut 0.767s ease-out 0s 1 normal;
}
.growtree_animation-login.tree_wild3 .showLeaf1_2 {
  -webkit-animation: tree_fadeIn80to100 0.1s ease-out 0s 1 normal;
          animation: tree_fadeIn80to100 0.1s ease-out 0s 1 normal;
}
.growtree_animation-login.tree_wild3 .showLeaf2_1 {
  -webkit-animation: tree_fadeOut 0.767s ease-out 0s 1 normal;
          animation: tree_fadeOut 0.767s ease-out 0s 1 normal;
}
.growtree_animation-login.tree_wild3 .showLeaf2_2 {
  -webkit-animation: tree_fadeIn80to100 0.1s ease-out 0s 1 normal;
          animation: tree_fadeIn80to100 0.1s ease-out 0s 1 normal;
}
.growtree_animation-login.tree_wild3 .showLeaf3_1 {
  -webkit-animation: tree_fadeOut 0.767s ease-out 0s 1 normal;
          animation: tree_fadeOut 0.767s ease-out 0s 1 normal;
}
.growtree_animation-login.tree_wild3 .showLeaf3_2 {
  -webkit-animation: tree_fadeIn80to100 0.1s ease-out 0s 1 normal;
          animation: tree_fadeIn80to100 0.1s ease-out 0s 1 normal;
}
.growtree_animation-login.tree_wild3 .showLeaf4_1 {
  -webkit-animation: tree_fadeOut 0.767s ease-out 0s 1 normal;
          animation: tree_fadeOut 0.767s ease-out 0s 1 normal;
}
.growtree_animation-login.tree_wild3 .showLeaf4_2 {
  -webkit-animation: tree_fadeIn80to100 0.1s ease-out 0s 1 normal;
          animation: tree_fadeIn80to100 0.1s ease-out 0s 1 normal;
}
.growtree_animation-login.tree_wild3 .showLeaf5_1 {
  -webkit-animation: tree_fadeOut 0.767s ease-out 0s 1 normal;
          animation: tree_fadeOut 0.767s ease-out 0s 1 normal;
}
.growtree_animation-login.tree_wild3 .showLeaf5_2 {
  -webkit-animation: tree_fadeIn80to100 0.1s ease-out 0s 1 normal;
          animation: tree_fadeIn80to100 0.1s ease-out 0s 1 normal;
}
.growtree_animation-login.tree_wild3 .showLeaf6_1 {
  -webkit-animation: tree_fadeOut 0.767s ease-out 0s 1 normal;
          animation: tree_fadeOut 0.767s ease-out 0s 1 normal;
}
.growtree_animation-login.tree_wild3 .showLeaf6_2 {
  -webkit-animation: tree_fadeIn80to100 0.1s ease-out 0s 1 normal;
          animation: tree_fadeIn80to100 0.1s ease-out 0s 1 normal;
}
.growtree_animation-login.tree_wild3 .animationLeaf1_1.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 0.767s ease-out 0.767s 1 normal;
          animation: tree_fadeOut 0.767s ease-out 0.767s 1 normal;
}
.growtree_animation-login.tree_wild3 .animationLeaf1_1.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn80to100 0.1s ease-out 0.333s 1 normal;
          animation: tree_fadeIn80to100 0.1s ease-out 0.333s 1 normal;
}
.growtree_animation-login.tree_wild3 .animationLeaf1_2.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 0.767s ease-out 0.767s 1 normal;
          animation: tree_fadeOut 0.767s ease-out 0.767s 1 normal;
}
.growtree_animation-login.tree_wild3 .animationLeaf1_2.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn80to100 0.1s ease-out 0.333s 1 normal;
          animation: tree_fadeIn80to100 0.1s ease-out 0.333s 1 normal;
}
.growtree_animation-login.tree_wild3 .animationLeaf2_1.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 0.767s ease-out 0.767s 1 normal;
          animation: tree_fadeOut 0.767s ease-out 0.767s 1 normal;
}
.growtree_animation-login.tree_wild3 .animationLeaf2_1.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn80to100 0.1s ease-out 0.333s 1 normal;
          animation: tree_fadeIn80to100 0.1s ease-out 0.333s 1 normal;
}
.growtree_animation-login.tree_wild3 .animationLeaf2_2.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 0.767s ease-out 0.767s 1 normal;
          animation: tree_fadeOut 0.767s ease-out 0.767s 1 normal;
}
.growtree_animation-login.tree_wild3 .animationLeaf2_2.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn80to100 0.1s ease-out 0.333s 1 normal;
          animation: tree_fadeIn80to100 0.1s ease-out 0.333s 1 normal;
}
.growtree_animation-login.tree_wild3 .animationLeaf3_1.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 0.767s ease-out 0.767s 1 normal;
          animation: tree_fadeOut 0.767s ease-out 0.767s 1 normal;
}
.growtree_animation-login.tree_wild3 .animationLeaf3_1.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn80to100 0.1s ease-out 0.333s 1 normal;
          animation: tree_fadeIn80to100 0.1s ease-out 0.333s 1 normal;
}
.growtree_animation-login.tree_wild3 .animationLeaf3_2.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 0.767s ease-out 0.767s 1 normal;
          animation: tree_fadeOut 0.767s ease-out 0.767s 1 normal;
}
.growtree_animation-login.tree_wild3 .animationLeaf3_2.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn80to100 0.1s ease-out 0.333s 1 normal;
          animation: tree_fadeIn80to100 0.1s ease-out 0.333s 1 normal;
}
.growtree_animation-login.tree_wild3 .animationLeaf4_1.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 0.767s ease-out 0.767s 1 normal;
          animation: tree_fadeOut 0.767s ease-out 0.767s 1 normal;
}
.growtree_animation-login.tree_wild3 .animationLeaf4_1.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn80to100 0.1s ease-out 0.333s 1 normal;
          animation: tree_fadeIn80to100 0.1s ease-out 0.333s 1 normal;
}
.growtree_animation-login.tree_wild3 .animationLeaf4_2.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 0.767s ease-out 0.767s 1 normal;
          animation: tree_fadeOut 0.767s ease-out 0.767s 1 normal;
}
.growtree_animation-login.tree_wild3 .animationLeaf4_2.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn80to100 0.1s ease-out 0.333s 1 normal;
          animation: tree_fadeIn80to100 0.1s ease-out 0.333s 1 normal;
}
.growtree_animation-login.tree_wild3 .animationLeaf5_1.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 0.767s ease-out 0.767s 1 normal;
          animation: tree_fadeOut 0.767s ease-out 0.767s 1 normal;
}
.growtree_animation-login.tree_wild3 .animationLeaf5_1.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn80to100 0.1s ease-out 0.333s 1 normal;
          animation: tree_fadeIn80to100 0.1s ease-out 0.333s 1 normal;
}
.growtree_animation-login.tree_wild3 .animationLeaf5_2.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 0.767s ease-out 0.767s 1 normal;
          animation: tree_fadeOut 0.767s ease-out 0.767s 1 normal;
}
.growtree_animation-login.tree_wild3 .animationLeaf5_2.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn80to100 0.1s ease-out 0.333s 1 normal;
          animation: tree_fadeIn80to100 0.1s ease-out 0.333s 1 normal;
}
.growtree_animation-login.tree_wild3 .animationLeaf6_1.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 0.767s ease-out 0.767s 1 normal;
          animation: tree_fadeOut 0.767s ease-out 0.767s 1 normal;
}
.growtree_animation-login.tree_wild3 .animationLeaf6_1.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn80to100 0.1s ease-out 0.333s 1 normal;
          animation: tree_fadeIn80to100 0.1s ease-out 0.333s 1 normal;
}
.growtree_animation-login.tree_wild3 .animationLeaf6_2.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 0.767s ease-out 0.767s 1 normal;
          animation: tree_fadeOut 0.767s ease-out 0.767s 1 normal;
}
.growtree_animation-login.tree_wild3 .animationLeaf6_2.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn80to100 0.1s ease-out 0.333s 1 normal;
          animation: tree_fadeIn80to100 0.1s ease-out 0.333s 1 normal;
}
.growtree_animation-login.tree_balance1 .delayLeafFeeling1_1 {
  opacity: 0;
  -webkit-animation: fadeNone 0.533s linear 0s 1 normal;
          animation: fadeNone 0.533s linear 0s 1 normal;
}
.growtree_animation-login.tree_balance1 .delayLeafFeeling1_2 {
  opacity: 0;
  -webkit-animation: fadeNone 0.533s linear 0s 1 normal;
          animation: fadeNone 0.533s linear 0s 1 normal;
}
.growtree_animation-login.tree_balance1 .delayLeafWild1_1 {
  opacity: 0;
  -webkit-animation: fadeNone 0.8s linear 0s 1 normal;
          animation: fadeNone 0.8s linear 0s 1 normal;
}
.growtree_animation-login.tree_balance1 .delayLeafWild1_2 {
  opacity: 0;
  -webkit-animation: fadeNone 1.133s linear 0s 1 normal;
          animation: fadeNone 1.133s linear 0s 1 normal;
}
.growtree_animation-login.tree_balance1 .delayLeafIntelli1_1 {
  opacity: 0;
  -webkit-animation: fadeNone 1.067s linear 0s 1 normal;
          animation: fadeNone 1.067s linear 0s 1 normal;
}
.growtree_animation-login.tree_balance1 .delayLeafIntelli1_2 {
  opacity: 0;
  -webkit-animation: fadeNone 1.733s linear 0s 1 normal;
          animation: fadeNone 1.733s linear 0s 1 normal;
}
.growtree_animation-login.tree_balance1 .animationLeafFeeling1_1.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 1s ease-in 0.333s 1 normal;
          animation: tree_fadeOut 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_balance1 .animationLeafFeeling1_1.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn 1s ease-in 0.333s 1 normal;
          animation: tree_fadeIn 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_balance1 .animationLeafFeeling1_2.tree_fadeOut {
  opacity: 0.7;
  -webkit-animation: tree_fadeOut0to70 1s ease-in 0.333s 1 normal;
          animation: tree_fadeOut0to70 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_balance1 .animationLeafFeeling1_2.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn70to0 1s ease-in 0.333s 1 normal;
          animation: tree_fadeIn70to0 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_balance1 .showLeafWild1_1 {
  -webkit-animation: tree_fadeOut 1.5s ease-out 0s 1 normal;
          animation: tree_fadeOut 1.5s ease-out 0s 1 normal;
}
.growtree_animation-login.tree_balance1 .showLeafWild1_2 {
  -webkit-animation: tree_fadeIn80to100 0.167s ease-out 0s 1 normal;
          animation: tree_fadeIn80to100 0.167s ease-out 0s 1 normal;
}
.growtree_animation-login.tree_balance1 .animationLeafWild1_1.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 1.5s ease-out 1.5s 1 normal;
          animation: tree_fadeOut 1.5s ease-out 1.5s 1 normal;
}
.growtree_animation-login.tree_balance1 .animationLeafWild1_1.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn80to100 0.167s ease-out 0.833s 1 normal;
          animation: tree_fadeIn80to100 0.167s ease-out 0.833s 1 normal;
}
.growtree_animation-login.tree_balance1 .animationLeafWild1_2.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 1.5s ease-out 1.5s 1 normal;
          animation: tree_fadeOut 1.5s ease-out 1.5s 1 normal;
}
.growtree_animation-login.tree_balance1 .animationLeafWild1_2.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn80to100 0.167s ease-out 0.833s 1 normal;
          animation: tree_fadeIn80to100 0.167s ease-out 0.833s 1 normal;
}
.growtree_animation-login.tree_balance1 .animationLeaf {
  -webkit-animation: tree_fadeOut 1.3s ease-in-out 0s infinite normal;
          animation: tree_fadeOut 1.3s ease-in-out 0s infinite normal;
}
.growtree_animation-login.tree_balance2 .delayLeafFeeling1_1 {
  opacity: 0;
  -webkit-animation: fadeNone 0.533s linear 0s 1 normal;
          animation: fadeNone 0.533s linear 0s 1 normal;
}
.growtree_animation-login.tree_balance2 .delayLeafFeeling1_2 {
  opacity: 0;
  -webkit-animation: fadeNone 0.533s linear 0s 1 normal;
          animation: fadeNone 0.533s linear 0s 1 normal;
}
.growtree_animation-login.tree_balance2 .delayLeafWild1_1 {
  opacity: 0;
  -webkit-animation: fadeNone 0.8s linear 0s 1 normal;
          animation: fadeNone 0.8s linear 0s 1 normal;
}
.growtree_animation-login.tree_balance2 .delayLeafWild1_2 {
  opacity: 0;
  -webkit-animation: fadeNone 1.133s linear 0s 1 normal;
          animation: fadeNone 1.133s linear 0s 1 normal;
}
.growtree_animation-login.tree_balance2 .delayLeafWild2_1 {
  opacity: 0;
  -webkit-animation: fadeNone 1.333s linear 0s 1 normal;
          animation: fadeNone 1.333s linear 0s 1 normal;
}
.growtree_animation-login.tree_balance2 .delayLeafWild2_2 {
  opacity: 0;
  -webkit-animation: fadeNone 1.667s linear 0s 1 normal;
          animation: fadeNone 1.667s linear 0s 1 normal;
}
.growtree_animation-login.tree_balance2 .delayLeafIntelli1_1 {
  opacity: 0;
  -webkit-animation: fadeNone 1.067s linear 0s 1 normal;
          animation: fadeNone 1.067s linear 0s 1 normal;
}
.growtree_animation-login.tree_balance2 .delayLeafIntelli1_2 {
  opacity: 0;
  -webkit-animation: fadeNone 1.733s linear 0s 1 normal;
          animation: fadeNone 1.733s linear 0s 1 normal;
}
.growtree_animation-login.tree_balance2 .animationLeafFeeling1_1.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 1s ease-in 0.333s 1 normal;
          animation: tree_fadeOut 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_balance2 .animationLeafFeeling1_1.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn 1s ease-in 0.333s 1 normal;
          animation: tree_fadeIn 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_balance2 .animationLeafFeeling1_2.tree_fadeOut {
  opacity: 0.7;
  -webkit-animation: tree_fadeOut0to70 1s ease-in 0.333s 1 normal;
          animation: tree_fadeOut0to70 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_balance2 .animationLeafFeeling1_2.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn70to0 1s ease-in 0.333s 1 normal;
          animation: tree_fadeIn70to0 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_balance2 .showLeafWild1_1 {
  -webkit-animation: tree_fadeOut 1.5s ease-out 0s 1 normal;
          animation: tree_fadeOut 1.5s ease-out 0s 1 normal;
}
.growtree_animation-login.tree_balance2 .showLeafWild1_2 {
  -webkit-animation: tree_fadeIn80to100 0.167s ease-out 0s 1 normal;
          animation: tree_fadeIn80to100 0.167s ease-out 0s 1 normal;
}
.growtree_animation-login.tree_balance2 .showLeafWild2_1 {
  -webkit-animation: tree_fadeOut 1.5s ease-out 0s 1 normal;
          animation: tree_fadeOut 1.5s ease-out 0s 1 normal;
}
.growtree_animation-login.tree_balance2 .showLeafWild2_2 {
  -webkit-animation: tree_fadeIn80to100 0.167s ease-out 0s 1 normal;
          animation: tree_fadeIn80to100 0.167s ease-out 0s 1 normal;
}
.growtree_animation-login.tree_balance2 .animationLeafWild1_1.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 1.5s ease-out 1.5s 1 normal;
          animation: tree_fadeOut 1.5s ease-out 1.5s 1 normal;
}
.growtree_animation-login.tree_balance2 .animationLeafWild1_1.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn80to100 0.167s ease-out 0.833s 1 normal;
          animation: tree_fadeIn80to100 0.167s ease-out 0.833s 1 normal;
}
.growtree_animation-login.tree_balance2 .animationLeafWild1_2.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 1.5s ease-out 1.5s 1 normal;
          animation: tree_fadeOut 1.5s ease-out 1.5s 1 normal;
}
.growtree_animation-login.tree_balance2 .animationLeafWild1_2.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn80to100 0.167s ease-out 0.833s 1 normal;
          animation: tree_fadeIn80to100 0.167s ease-out 0.833s 1 normal;
}
.growtree_animation-login.tree_balance2 .animationLeafWild2_1.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 1.5s ease-out 1.5s 1 normal;
          animation: tree_fadeOut 1.5s ease-out 1.5s 1 normal;
}
.growtree_animation-login.tree_balance2 .animationLeafWild2_1.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn80to100 0.167s ease-out 0.833s 1 normal;
          animation: tree_fadeIn80to100 0.167s ease-out 0.833s 1 normal;
}
.growtree_animation-login.tree_balance2 .animationLeafWild2_2.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 1.5s ease-out 1.5s 1 normal;
          animation: tree_fadeOut 1.5s ease-out 1.5s 1 normal;
}
.growtree_animation-login.tree_balance2 .animationLeafWild2_2.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn80to100 0.167s ease-out 0.833s 1 normal;
          animation: tree_fadeIn80to100 0.167s ease-out 0.833s 1 normal;
}
.growtree_animation-login.tree_balance2 .animationLeaf {
  -webkit-animation: tree_fadeOut 1.3s ease-in-out 0s infinite normal;
          animation: tree_fadeOut 1.3s ease-in-out 0s infinite normal;
}
.growtree_animation-login.tree_balance3 .fruits {
  background-image: url(/assets/animation/balance3/fruits-4a36ded714e35e3b1a25a5ed8bfb173b76689be47d2c6d5892f7573f9631fb3e.png);
}
.growtree_animation-login.tree_balance3 .fruitsDelay {
  opacity: 0;
  -webkit-animation: fadeNone 1.533s linear 0s 1 normal;
          animation: fadeNone 1.533s linear 0s 1 normal;
}
.growtree_animation-login.tree_balance3 .showFruits {
  -webkit-animation: spriteFruits 0.533s steps(15) forwards;
          animation: spriteFruits 0.533s steps(15) forwards;
}
.growtree_animation-login.tree_balance3 .fruitsFixPosition {
  background-position: 0px -3990px;
}
.growtree_animation-login.tree_balance3 .animationFruits1 {
  opacity: 1;
  -webkit-animation: fadeOutFruits 2s ease-out 0s 1 normal;
          animation: fadeOutFruits 2s ease-out 0s 1 normal;
}
.growtree_animation-login.tree_balance3 .animationFruits2 {
  opacity: 0.65;
  -webkit-animation: fadeInFruits 2s ease-in-out 0s 1 normal;
          animation: fadeInFruits 2s ease-in-out 0s 1 normal;
}
.growtree_animation-login.tree_balance3 .delayLeafFeeling1_1 {
  opacity: 0;
  -webkit-animation: fadeNone 0.533s linear 0s 1 normal;
          animation: fadeNone 0.533s linear 0s 1 normal;
}
.growtree_animation-login.tree_balance3 .delayLeafFeeling1_2 {
  opacity: 0;
  -webkit-animation: fadeNone 0.533s linear 0s 1 normal;
          animation: fadeNone 0.533s linear 0s 1 normal;
}
.growtree_animation-login.tree_balance3 .delayLeafFeeling2_1 {
  opacity: 0;
  -webkit-animation: fadeNone 1.367s linear 0s 1 normal;
          animation: fadeNone 1.367s linear 0s 1 normal;
}
.growtree_animation-login.tree_balance3 .delayLeafFeeling2_2 {
  opacity: 0;
  -webkit-animation: fadeNone 1.367s linear 0s 1 normal;
          animation: fadeNone 1.367s linear 0s 1 normal;
}
.growtree_animation-login.tree_balance3 .delayLeafWild1_1 {
  opacity: 0;
  -webkit-animation: fadeNone 0.867s linear 0s 1 normal;
          animation: fadeNone 0.867s linear 0s 1 normal;
}
.growtree_animation-login.tree_balance3 .delayLeafWild1_2 {
  opacity: 0;
  -webkit-animation: fadeNone 1.2s linear 0s 1 normal;
          animation: fadeNone 1.2s linear 0s 1 normal;
}
.growtree_animation-login.tree_balance3 .delayLeafWild2_1 {
  opacity: 0;
  -webkit-animation: fadeNone 1.2s linear 0s 1 normal;
          animation: fadeNone 1.2s linear 0s 1 normal;
}
.growtree_animation-login.tree_balance3 .delayLeafWild2_2 {
  opacity: 0;
  -webkit-animation: fadeNone 1.533s linear 0s 1 normal;
          animation: fadeNone 1.533s linear 0s 1 normal;
}
.growtree_animation-login.tree_balance3 .delayLeafIntelli1_1 {
  opacity: 0;
  -webkit-animation: fadeNone 0.7s linear 0s 1 normal;
          animation: fadeNone 0.7s linear 0s 1 normal;
}
.growtree_animation-login.tree_balance3 .delayLeafIntelli1_2 {
  opacity: 0;
  -webkit-animation: fadeNone 1.367s linear 0s 1 normal;
          animation: fadeNone 1.367s linear 0s 1 normal;
}
.growtree_animation-login.tree_balance3 .delayLeafIntelli2_1 {
  opacity: 0;
  -webkit-animation: fadeNone 1.033s linear 0s 1 normal;
          animation: fadeNone 1.033s linear 0s 1 normal;
}
.growtree_animation-login.tree_balance3 .delayLeafIntelli2_2 {
  opacity: 0;
  -webkit-animation: fadeNone 1.7s linear 0s 1 normal;
          animation: fadeNone 1.7s linear 0s 1 normal;
}
.growtree_animation-login.tree_balance3 .animationLeafFeeling1_1.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 1s ease-in 0.333s 1 normal;
          animation: tree_fadeOut 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_balance3 .animationLeafFeeling1_1.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn 1s ease-in 0.333s 1 normal;
          animation: tree_fadeIn 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_balance3 .animationLeafFeeling1_2.tree_fadeOut {
  opacity: 0.7;
  -webkit-animation: tree_fadeOut0to70 1s ease-in 0.333s 1 normal;
          animation: tree_fadeOut0to70 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_balance3 .animationLeafFeeling1_2.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn70to0 1s ease-in 0.333s 1 normal;
          animation: tree_fadeIn70to0 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_balance3 .animationLeafFeeling2_1.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 1s ease-in 0.333s 1 normal;
          animation: tree_fadeOut 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_balance3 .animationLeafFeeling2_1.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn 1s ease-in 0.333s 1 normal;
          animation: tree_fadeIn 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_balance3 .animationLeafFeeling2_2.tree_fadeOut {
  opacity: 0.7;
  -webkit-animation: tree_fadeOut0to70 1s ease-in 0.333s 1 normal;
          animation: tree_fadeOut0to70 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_balance3 .animationLeafFeeling2_2.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn70to0 1s ease-in 0.333s 1 normal;
          animation: tree_fadeIn70to0 1s ease-in 0.333s 1 normal;
}
.growtree_animation-login.tree_balance3 .showLeafWild1_1 {
  -webkit-animation: tree_fadeOut 1.5s ease-out 0s 1 normal;
          animation: tree_fadeOut 1.5s ease-out 0s 1 normal;
}
.growtree_animation-login.tree_balance3 .showLeafWild1_2 {
  -webkit-animation: tree_fadeIn80to100 0.167s ease-out 0s 1 normal;
          animation: tree_fadeIn80to100 0.167s ease-out 0s 1 normal;
}
.growtree_animation-login.tree_balance3 .showLeafWild2_1 {
  -webkit-animation: tree_fadeOut 1.5s ease-out 0s 1 normal;
          animation: tree_fadeOut 1.5s ease-out 0s 1 normal;
}
.growtree_animation-login.tree_balance3 .showLeafWild2_2 {
  -webkit-animation: tree_fadeIn80to100 0.167s ease-out 0s 1 normal;
          animation: tree_fadeIn80to100 0.167s ease-out 0s 1 normal;
}
.growtree_animation-login.tree_balance3 .animationLeafWild1_1.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 1.5s ease-out 1.5s 1 normal;
          animation: tree_fadeOut 1.5s ease-out 1.5s 1 normal;
}
.growtree_animation-login.tree_balance3 .animationLeafWild1_1.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn80to100 0.167s ease-out 0.833s 1 normal;
          animation: tree_fadeIn80to100 0.167s ease-out 0.833s 1 normal;
}
.growtree_animation-login.tree_balance3 .animationLeafWild1_2.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 1.5s ease-out 1.5s 1 normal;
          animation: tree_fadeOut 1.5s ease-out 1.5s 1 normal;
}
.growtree_animation-login.tree_balance3 .animationLeafWild1_2.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn80to100 0.167s ease-out 0.833s 1 normal;
          animation: tree_fadeIn80to100 0.167s ease-out 0.833s 1 normal;
}
.growtree_animation-login.tree_balance3 .animationLeafWild2_1.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 1.5s ease-out 1.5s 1 normal;
          animation: tree_fadeOut 1.5s ease-out 1.5s 1 normal;
}
.growtree_animation-login.tree_balance3 .animationLeafWild2_1.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn80to100 0.167s ease-out 0.833s 1 normal;
          animation: tree_fadeIn80to100 0.167s ease-out 0.833s 1 normal;
}
.growtree_animation-login.tree_balance3 .animationLeafWild2_2.tree_fadeOut {
  opacity: 1;
  -webkit-animation: tree_fadeOut 1.5s ease-out 1.5s 1 normal;
          animation: tree_fadeOut 1.5s ease-out 1.5s 1 normal;
}
.growtree_animation-login.tree_balance3 .animationLeafWild2_2.tree_fadeIn {
  opacity: 0;
  -webkit-animation: tree_fadeIn80to100 0.167s ease-out 0.833s 1 normal;
          animation: tree_fadeIn80to100 0.167s ease-out 0.833s 1 normal;
}
.growtree_animation-login.tree_balance3 .animationLeaf {
  -webkit-animation: tree_fadeOut 1.3s ease-in-out 0s infinite normal;
          animation: tree_fadeOut 1.3s ease-in-out 0s infinite normal;
}
@charset "UTF-8";
/* ============================== page layout */
/*
  [A-0-1]フィードタブ

  ページコンテンツ（<section id="contents"> 内のページレイアウトに適用する）
 */
.page-A-0-1 #footer .meigen_wrapper {
  padding-top: 0;
  padding-bottom: 100px;
}
.page-A-0-1 #footer .meigen_wrapper .meigen,
.page-A-0-1 #footer .meigen_wrapper .meigen_speaker,
.page-A-0-1 #footer .meigen_wrapper .meigen_book {
  display: none;
}
@media screen and (min-width: 769px) {
  .page-A-0-1 #footer .meigen_wrapper {
    padding-bottom: 248px;
  }
}

#feed {
  /*[見出し]*/
  /*[slider]*/
  /*[PICK UPとNEWのラッパー]*/
  /*[NEW][特集記事][RANKING]共通 */
  /*[NEW]のみ */
  /*[特集記事] */
  /*[RANKING]のみ */
  /*[みんなのやった！レポ]*/
  /*[ページネーション]*/
  /*
        .list_pagenation_ul {
      margin: 47px 20px 0;
      width: calc(100% - 40px);
      list-style-type: none;
      padding: 0px;
      display: table;
      clear: both;

      li {
        display: table-cell;
        vertical-align: middle;
      }
      .list_pagenation_backward {width: 53px;}
      .list_pagenation_prev {width: 48px;}
      .list_pagenation_next {width: 48px;}
      .list_pagenation_forward {width: 53px;}
      .list_pagenation_text { text-align: center; }
      .current-page { text-decoration: underline; }
      button {
        @include btn();
        background-color: transparent;
        box-sizing: border-box;
        font-size: 12px; border-radius: 0; width: 48px; text-align: center; padding: 0; line-height: 46px;
        &:hover { background-color: #fff; }
      }
      @media screen and (min-width: 769px) {
        margin: 65px auto 0;
        padding: 0 94px 0 20px;
        width: 706px;
        clear: left;
        .list_pagenation_backward {
          width: 72px;
        }
        .list_pagenation_forward {
          width: 72px;
        }
        .list_pagenation_text button{ font-size: 14px; }
      }
    }
  */
  /*[ライター]*/
  /*
    #writter_list {
      margin: 80px 0 0; padding: 0 20px 48px;
      #writter_list_inner { max-width: 1040px; margin: 0 auto; }
      .section_title { margin: 0; }
      .writter_list_carousel { margin: 0 auto 60px; }
      #writter_list_ul, ul.slick-cloned { list-style-type: none; padding: 0; margin: 0;
        @include flexbox();
        @include flex-direction();
        @include flex-wrap(wrap);
        li { @include flex-basis(50%); }
      }
      .writter_icon { text-align: center; margin-top: 20px;
        img { border-radius: 50%; width: 48px; margin: 0 auto; }
      }
      .writter_nickname { text-align: center; margin-top: 7px; margin-bottom: auto; font-weight: 500;line-height: 1.5; font-size: 1.2rem;
        a { color: #262626; }
      }
      .writter_job_title { text-align: center; font-size: 10px; color: #B3B3B3; margin-top: auto;  margin-bottom: auto;line-height: 1.5;font-weight: normal;
  	    a{ color: #B3B3B3; }
      }
      .slick-dots {
        top: 40px;
      }
      @media screen and (min-width: 769px) {
        background-position: 52% 0;
        .writter_list_carousel { width: 100%; margin: 0 auto 60px; padding: 0 40px; }
        #writter_list_ul, ul.slick-cloned { margin-top: 40px;
          @include flex-direction(row);
          li { @include flex-basis(auto); }
        }
        ul:not(.slick-dots) li { width: 16.66%; }
        .writter_icon { margin-top: 0;
          img { width: 80px; }
        }
        .writter_nickname { margin-top: 6px; font-size: 14px; }
        .writter_job_title { margin-top: 2px; font-size: 12px; }
        .slick-prev { margin-top: -25px; margin-left: 0; }
        .slick-next { margin-top: -25px; margin-right: 0; }
      }
      @media screen and (min-width: 1040px) {
        .writter_list_carousel { max-width: 920px; }
        .slick-prev { margin-left: -60px; }
        .slick-next { margin-right: -60px; }
      }
    }
  */
  /*[バナー]*/
  /*[募集中バナー]*/
  /*[ページビュー]*/
  /*[名言]*/
  /*[ツリー]*/
  /*[SNSエリア]*/
  /*[Facebook]*/
  /*[シェアボタン]*/
}
#feed .section_title {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 25px;
  line-height: 1;
  margin: 25px 20px 0;
  max-width: 1080px;
  font-size: 26px;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  #feed .section_title {
    margin: 48px auto 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 769px) {
  #feed .section_title {
    padding-left: 0;
    padding-right: 0;
  }
}
#feed .section_title_sub {
  margin: 10px 20px 0;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 12px;
  line-height: 1;
  max-width: 1080px;
  font-size: 14px;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  #feed .section_title_sub {
    margin: 10px auto 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  #feed .section_title_sub {
    margin-top: 8px;
    padding-left: 0;
    padding-right: 0;
  }
}
#feed .title_img {
  position: relative;
}
#feed .title_img img {
  height: 37px;
  position: absolute;
  top: -18px;
  left: 13px;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #feed .title_img img {
    height: 62px;
    position: absolute;
    top: -30px;
    left: -17px;
  }
}
#feed .howto_list_link {
  display: block;
  border: none;
  width: 100%;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  padding: 0;
  font-size: 16px;
  line-height: 48px;
  background: #5fe8cf;
  color: #fff;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #feed .howto_list_link {
    width: 334px;
    margin-left: auto;
    margin-right: auto;
  }
}
#feed #howto_summary_banner {
  margin-top: 5px;
}
#feed #howto_summary_banner .howto_summary_banner_ul {
  list-style: none;
  padding: 0;
}
#feed #howto_summary_banner .howto_summary_banner_ul .slick-list {
  -webkit-mask-image: url(/assets/img_topslider_mask_1-50bc3526bf36a95ffa8aa704df0471190af76ae7f7b2722603d8a89567c475c7.svg);
          mask-image: url(/assets/img_topslider_mask_1-50bc3526bf36a95ffa8aa704df0471190af76ae7f7b2722603d8a89567c475c7.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
}
#feed #howto_summary_banner .howto_summary_banner_ul .slick-slide {
  position: relative;
  overflow: hidden;
  height: 56.25vw;
}
#feed #howto_summary_banner .howto_summary_banner_ul a {
  display: block;
  padding-top: 93.75%;
  overflow: hidden;
  outline: none;
}
#feed #howto_summary_banner .howto_summary_banner_ul img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  width: auto;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#feed #howto_summary_banner .howto_summary_banner_ul .howto_summary_banner_title {
  position: absolute;
  color: #FFFFFF;
  padding: 0 20px;
  font-style: italic;
  font-weight: 500;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%) rotate(-6deg);
          transform: translate(-50%, -50%) rotate(-6deg);
  opacity: 0;
  transition: opacity 0.5s ease 0.5s;
  text-shadow: 0 0 20px black;
}
#feed #howto_summary_banner .howto_summary_banner_ul .howto_summary_banner_title .howto_summary_banner_title_1 {
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  border-bottom: 1px solid #fff;
  padding: 0 12px 12px;
  margin-bottom: 12px;
}
#feed #howto_summary_banner .howto_summary_banner_ul .howto_summary_banner_title .howto_summary_banner_title_2 {
  line-height: 1.4;
}
#feed #howto_summary_banner .howto_summary_banner_ul .howto_summary_banner_title .howto_summary_banner_btn {
  width: 80px;
  height: 20px;
  margin: 24px auto 0;
  background: url(/assets/btn_feed_check-864bb12fa1754b33725273092da307fd71c27ed86f7192bb5301dc990582dc9b.svg) no-repeat 50% 50%;
  background-size: 80px 20px;
  -webkit-transform: translate(0%, -50%) rotate(5deg);
          transform: translate(0%, -50%) rotate(5deg);
}
#feed #howto_summary_banner .howto_summary_banner_ul .slick-active .howto_summary_banner_title {
  opacity: 1;
}
#feed #howto_summary_banner .slick-dots {
  position: absolute;
  bottom: -20px;
}
#feed #howto_summary_banner .slick-prev button:before, #feed #howto_summary_banner .slick-next button:before {
  display: none;
}
@media screen and (min-width: 478px) {
  #feed #howto_summary_banner .howto_summary_banner_ul .slick-slide a {
    padding-top: 70%;
  }
  #feed #howto_summary_banner .howto_summary_banner_ul .slick-slide img {
    width: 100%;
  }
}
@media screen and (max-width: 940px) {
  #feed #howto_summary_banner .howto_summary_banner_ul .slick-slide img {
    width: auto;
  }
}
@media screen and (min-width: 769px) {
  #feed #howto_summary_banner {
    margin-top: 10px;
  }
  #feed #howto_summary_banner .howto_summary_banner_ul .slick-slide {
    width: 950px;
    height: 420px;
    border-left: 5px solid #FFFFFF;
    border-right: 5px solid #FFFFFF;
  }
  #feed #howto_summary_banner .howto_summary_banner_ul a {
    padding-top: 65.26%;
  }
  #feed #howto_summary_banner .howto_summary_banner_ul .howto_summary_banner_title {
    padding: 0 20%;
  }
  #feed #howto_summary_banner .howto_summary_banner_ul .howto_summary_banner_title .howto_summary_banner_title_1 {
    font-size: 32px;
    line-height: 1.375;
    padding: 0 5% 18px;
    margin-bottom: 15px;
    border-bottom-width: 2px;
  }
  #feed #howto_summary_banner .howto_summary_banner_ul .howto_summary_banner_title .howto_summary_banner_title_2 {
    font-size: 18px;
    line-height: 1.44;
  }
  #feed #howto_summary_banner .howto_summary_banner_ul .howto_summary_banner_title .howto_summary_banner_btn {
    width: 160px;
    height: 40px;
    margin-top: 30px;
    background-size: 160px 40px;
  }
  #feed #howto_summary_banner .slick-dots {
    bottom: -10px;
  }
  #feed #howto_summary_banner .slick-prev:before, #feed #howto_summary_banner .slick-next:before {
    color: #fff;
    font-style: italic;
    text-align: center;
  }
  #feed #howto_summary_banner .slick-prev.about:before, #feed #howto_summary_banner .slick-next.about:before {
    color: #003a4d;
  }
  #feed #howto_summary_banner .slick-prev {
    margin-top: -50px;
    left: 5%;
    -webkit-transform: translate(0, 100%) rotate(-6deg);
            transform: translate(0, 100%) rotate(-6deg);
  }
  #feed #howto_summary_banner .slick-next {
    margin-top: -28px;
    right: 7%;
    -webkit-transform: translate(0, -50%) rotate(-6deg);
            transform: translate(0, -50%) rotate(-6deg);
  }
}
@media screen and (min-width: 769px) {
  #feed #howto_summary_banner .howto_summary_banner_ul .slick-list {
    -webkit-mask-image: url(/assets/img_topslider_mask_2-21031ad0daa4c151cdfd782426c966952abe2bde3b34dd6c6b45d9ceb49dfa14.svg);
            mask-image: url(/assets/img_topslider_mask_2-21031ad0daa4c151cdfd782426c966952abe2bde3b34dd6c6b45d9ceb49dfa14.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 2870px 618px;
            mask-size: 2870px 618px;
  }
  #feed #howto_summary_banner .howto_summary_banner_title .howto_summary_banner_btn {
    width: 208px;
    height: 52px;
    margin-top: 40px;
    background-size: 208px 52px;
  }
}
@media screen and (min-width: 1000px) {
  #feed #howto_summary_banner .slick-prev {
    left: calc(50% - 360px);
  }
  #feed #howto_summary_banner .slick-next {
    right: calc(50% - 360px);
  }
}
#feed .howto_pickup_new_wrapper {
  max-width: 1080px;
}
@media screen and (min-width: 769px) {
  #feed .howto_pickup_new_wrapper {
    padding-left: 20px;
    padding-right: 20px;
    margin: 30px auto 0;
  }
}
#feed #howto_new,
#feed #howto_summary,
#feed #howto_ranking {
  margin-top: 20px;
  margin-bottom: 80px;
}
#feed #howto_new .howto_section_header,
#feed #howto_summary .howto_section_header,
#feed #howto_ranking .howto_section_header {
  margin: 20px;
}
#feed #howto_new .howto_section_header .section_title_sub,
#feed #howto_summary .howto_section_header .section_title_sub,
#feed #howto_ranking .howto_section_header .section_title_sub {
  margin-bottom: 10px;
}
#feed #howto_new .howto_section_header .howto_list_no_entry,
#feed #howto_summary .howto_section_header .howto_list_no_entry,
#feed #howto_ranking .howto_section_header .howto_list_no_entry {
  margin: 30px 0;
  text-align: left;
  font-size: 14px;
  color: #b2b2b2;
}
#feed #howto_new #howto_counter,
#feed #howto_summary #howto_counter,
#feed #howto_ranking #howto_counter {
  position: absolute;
  right: 0;
  margin-top: -160px;
  z-index: 10;
}
#feed #howto_new #howto_counter .howto_counter_inner,
#feed #howto_summary #howto_counter .howto_counter_inner,
#feed #howto_ranking #howto_counter .howto_counter_inner {
  width: 65px;
  height: 130px;
  padding-top: 10px;
  padding-left: 2px;
  background: url(/assets/bg_howto_counter-3507dfdf051d2a8a4c52fcc38e663c14d1cda508ac1499b7d73e9eeb33557e59.svg) no-repeat right 50%;
  background-size: 65px 130px;
  color: #fff;
  -webkit-filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.2));
}
#feed #howto_new #howto_counter .label-top, #feed #howto_new #howto_counter .label-bottom,
#feed #howto_summary #howto_counter .label-top,
#feed #howto_summary #howto_counter .label-bottom,
#feed #howto_ranking #howto_counter .label-top,
#feed #howto_ranking #howto_counter .label-bottom {
  font-size: 10px;
  font-weight: 500;
  white-space: nowrap;
}
#feed #howto_new #howto_counter .label-top,
#feed #howto_summary #howto_counter .label-top,
#feed #howto_ranking #howto_counter .label-top {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}
#feed #howto_new #howto_counter .label-bottom,
#feed #howto_summary #howto_counter .label-bottom,
#feed #howto_ranking #howto_counter .label-bottom {
  margin-left: 8px;
}
#feed #howto_new #howto_counter .counter-number, #feed #howto_new #howto_counter .counter-label,
#feed #howto_summary #howto_counter .counter-number,
#feed #howto_summary #howto_counter .counter-label,
#feed #howto_ranking #howto_counter .counter-number,
#feed #howto_ranking #howto_counter .counter-label {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
}
#feed #howto_new #howto_counter .counter-number,
#feed #howto_summary #howto_counter .counter-number,
#feed #howto_ranking #howto_counter .counter-number {
  font-size: 46px;
  line-height: 52px;
}
#feed #howto_new #howto_counter .counter-number.digit3,
#feed #howto_summary #howto_counter .counter-number.digit3,
#feed #howto_ranking #howto_counter .counter-number.digit3 {
  font-size: 34px;
  line-height: 52px;
}
#feed #howto_new #howto_counter .counter-label,
#feed #howto_summary #howto_counter .counter-label,
#feed #howto_ranking #howto_counter .counter-label {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
}
#feed #howto_new #howto_counter:after,
#feed #howto_summary #howto_counter:after,
#feed #howto_ranking #howto_counter:after {
  position: absolute;
  top: 0;
  left: -22px;
  display: block;
  content: " ";
  width: 14px;
  height: 130px;
  background: url(/assets/img_howto_counter-409e02b21e09f1488b99b7c96d48765f8017e44812a1cc19cca0f41cd191bdb0.svg) no-repeat left 50%;
  background-size: 14px 96px;
}
#feed #howto_new .howto_list_ul,
#feed #howto_summary .howto_list_ul,
#feed #howto_ranking .howto_list_ul {
  margin-top: 20px;
  border-bottom: none;
}
#feed #howto_new .howto_list_ul > li,
#feed #howto_summary .howto_list_ul > li,
#feed #howto_ranking .howto_list_ul > li {
  border: none;
  padding: 20px;
  position: relative;
  border-top: 1px solid #E0E0E0;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
#feed #howto_new .howto_list_ul > li:first-child,
#feed #howto_summary .howto_list_ul > li:first-child,
#feed #howto_ranking .howto_list_ul > li:first-child {
  border-top: none;
  padding-top: 0;
}
#feed #howto_new .howto_list_ul .howto_list_image_chart_wrapper,
#feed #howto_summary .howto_list_ul .howto_list_image_chart_wrapper,
#feed #howto_ranking .howto_list_ul .howto_list_image_chart_wrapper {
  position: relative;
}
#feed #howto_new .howto_list_ul .howto_list_image_box,
#feed #howto_summary .howto_list_ul .howto_list_image_box,
#feed #howto_ranking .howto_list_ul .howto_list_image_box {
  position: relative;
}
#feed #howto_new .howto_list_ul .howto_list_image_box a,
#feed #howto_summary .howto_list_ul .howto_list_image_box a,
#feed #howto_ranking .howto_list_ul .howto_list_image_box a {
  padding-top: 56.42%;
}
#feed #howto_new .howto_list_ul .howto_list_image_box a img,
#feed #howto_summary .howto_list_ul .howto_list_image_box a img,
#feed #howto_ranking .howto_list_ul .howto_list_image_box a img {
  width: 100%;
  height: auto;
}
#feed #howto_new .howto_list_ul .howto_list_new,
#feed #howto_summary .howto_list_ul .howto_list_new,
#feed #howto_ranking .howto_list_ul .howto_list_new {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3px;
  left: -3px;
  background: url(/assets/img_feed_howto_new-3343466ad11c95935dbf84819427f0310a9f04287da5ea0c5bc459da073d53b3.svg) no-repeat left top;
  background-size: 80px 80px;
}
#feed #howto_new .howto_list_ul .howto_list_title .howto_list_title_header,
#feed #howto_summary .howto_list_ul .howto_list_title .howto_list_title_header,
#feed #howto_ranking .howto_list_ul .howto_list_title .howto_list_title_header {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
#feed #howto_new .howto_list_ul .howto_list_title .howto_list_title_header .howto_list_theme_wrapper,
#feed #howto_summary .howto_list_ul .howto_list_title .howto_list_title_header .howto_list_theme_wrapper,
#feed #howto_ranking .howto_list_ul .howto_list_title .howto_list_title_header .howto_list_theme_wrapper {
  font-size: 0;
  min-height: 22px;
}
#feed #howto_new .howto_list_ul .howto_list_title .howto_list_title_header .howto_list_theme_link,
#feed #howto_summary .howto_list_ul .howto_list_title .howto_list_title_header .howto_list_theme_link,
#feed #howto_ranking .howto_list_ul .howto_list_title .howto_list_title_header .howto_list_theme_link {
  display: inline-block;
  height: 18px;
  margin: 0 4px 4px 0;
}
#feed #howto_new .howto_list_ul .howto_list_title .howto_list_title_header .howto_list_theme,
#feed #howto_summary .howto_list_ul .howto_list_title .howto_list_title_header .howto_list_theme,
#feed #howto_ranking .howto_list_ul .howto_list_title .howto_list_title_header .howto_list_theme {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#feed #howto_new .howto_list_ul .howto_list_viewcount,
#feed #howto_summary .howto_list_ul .howto_list_viewcount,
#feed #howto_ranking .howto_list_ul .howto_list_viewcount {
  color: #003a4d;
}
#feed #howto_new .howto_list_ul .howto_list_overview,
#feed #howto_summary .howto_list_ul .howto_list_overview,
#feed #howto_ranking .howto_list_ul .howto_list_overview {
  line-height: 1.83;
  margin: 10px 0 0;
  background: #fff;
  overflow: hidden;
  width: 100%;
}
#feed #howto_new .howto_list_ul .howto_list_overview .lineClampInner,
#feed #howto_summary .howto_list_ul .howto_list_overview .lineClampInner,
#feed #howto_ranking .howto_list_ul .howto_list_overview .lineClampInner {
  display: block;
  font-size: 12px;
  max-height: 65.88px;
  line-height: 1.83;
  position: relative;
  word-break: break-all;
}
#feed #howto_new .howto_list_ul .howto_list_overview .lineClampInner:before, #feed #howto_new .howto_list_ul .howto_list_overview .lineClampInner:after,
#feed #howto_summary .howto_list_ul .howto_list_overview .lineClampInner:before,
#feed #howto_summary .howto_list_ul .howto_list_overview .lineClampInner:after,
#feed #howto_ranking .howto_list_ul .howto_list_overview .lineClampInner:before,
#feed #howto_ranking .howto_list_ul .howto_list_overview .lineClampInner:after {
  background: #fff;
  position: absolute;
}
#feed #howto_new .howto_list_ul .howto_list_overview .lineClampInner:before,
#feed #howto_summary .howto_list_ul .howto_list_overview .lineClampInner:before,
#feed #howto_ranking .howto_list_ul .howto_list_overview .lineClampInner:before {
  content: "...";
  top: 43.92px;
  right: 0;
}
#feed #howto_new .howto_list_ul .howto_list_overview .lineClampInner:after,
#feed #howto_summary .howto_list_ul .howto_list_overview .lineClampInner:after,
#feed #howto_ranking .howto_list_ul .howto_list_overview .lineClampInner:after {
  content: "";
  height: 100%;
  width: 100%;
}
#feed #howto_new .howto_list_ul .howto_list_user_wrapper,
#feed #howto_summary .howto_list_ul .howto_list_user_wrapper,
#feed #howto_ranking .howto_list_ul .howto_list_user_wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#feed #howto_new .howto_list_ul .howto_list_user_wrapper .howto_list_growchart_wrapper,
#feed #howto_summary .howto_list_ul .howto_list_user_wrapper .howto_list_growchart_wrapper,
#feed #howto_ranking .howto_list_ul .howto_list_user_wrapper .howto_list_growchart_wrapper {
  display: none;
}
#feed #howto_new .howto_list_ul .howto_list_user,
#feed #howto_summary .howto_list_ul .howto_list_user,
#feed #howto_ranking .howto_list_ul .howto_list_user {
  margin: 9px 0 0;
  font-size: 12px;
  color: #9BC700;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#feed #howto_new .howto_list_ul .howto_list_user img,
#feed #howto_summary .howto_list_ul .howto_list_user img,
#feed #howto_ranking .howto_list_ul .howto_list_user img {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  border: 1px solid #9BC700;
  margin-right: 8px;
}
#feed #howto_new .howto_list_ul .howto_list_user a,
#feed #howto_summary .howto_list_ul .howto_list_user a,
#feed #howto_ranking .howto_list_ul .howto_list_user a {
  color: #9BC700;
}
#feed #howto_new #howto_list_link_box,
#feed #howto_summary #howto_list_link_box,
#feed #howto_ranking #howto_list_link_box {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 28px;
}
#feed #howto_new .howto_list_clip,
#feed #howto_summary .howto_list_clip,
#feed #howto_ranking .howto_list_clip {
  margin-top: 10px;
}
#feed #howto_new .howto_list_clip a, #feed #howto_new .howto_list_clip button,
#feed #howto_summary .howto_list_clip a,
#feed #howto_summary .howto_list_clip button,
#feed #howto_ranking .howto_list_clip a,
#feed #howto_ranking .howto_list_clip button {
  display: block;
  background-color: #F1F7E0;
  text-align: center;
  font-size: 14px;
  line-height: 48px;
  color: #898989;
  border-radius: 24px;
  border: none;
  width: 100%;
  text-decoration: none;
}
#feed #howto_new .howto_list_clip a .icon-clip, #feed #howto_new .howto_list_clip button .icon-clip,
#feed #howto_summary .howto_list_clip a .icon-clip,
#feed #howto_summary .howto_list_clip button .icon-clip,
#feed #howto_ranking .howto_list_clip a .icon-clip,
#feed #howto_ranking .howto_list_clip button .icon-clip {
  font-size: 18px;
  margin-left: 7px;
  vertical-align: -2px;
  color: #76AD00;
}
#feed #howto_new .howto_list_clip[data-clip=false] a:before, #feed #howto_new .howto_list_clip[data-clip=false] button:before,
#feed #howto_summary .howto_list_clip[data-clip=false] a:before,
#feed #howto_summary .howto_list_clip[data-clip=false] button:before,
#feed #howto_ranking .howto_list_clip[data-clip=false] a:before,
#feed #howto_ranking .howto_list_clip[data-clip=false] button:before {
  content: "クリップ";
}
#feed #howto_new .howto_list_clip[data-clip=true] a:before, #feed #howto_new .howto_list_clip[data-clip=true] button:before,
#feed #howto_summary .howto_list_clip[data-clip=true] a:before,
#feed #howto_summary .howto_list_clip[data-clip=true] button:before,
#feed #howto_ranking .howto_list_clip[data-clip=true] a:before,
#feed #howto_ranking .howto_list_clip[data-clip=true] button:before {
  content: "クリップしました";
}
#feed #howto_new .howto_list_clip[data-clip=true] a .icon-clip:before,
#feed #howto_summary .howto_list_clip[data-clip=true] a .icon-clip:before,
#feed #howto_ranking .howto_list_clip[data-clip=true] a .icon-clip:before {
  content: "\e923";
  font-size: 26px;
  position: relative;
  top: 2px;
}
@media screen and (min-width: 769px) {
  #feed #howto_new,
  #feed #howto_summary,
  #feed #howto_ranking {
    margin-top: 0;
    margin-bottom: 96px;
  }
  #feed #howto_new .howto_section_header,
  #feed #howto_summary .howto_section_header,
  #feed #howto_ranking .howto_section_header {
    position: relative;
    margin: 0 0 30px;
    padding-bottom: 24px;
  }
  #feed #howto_new .howto_section_header .howto_list_no_entry,
  #feed #howto_summary .howto_section_header .howto_list_no_entry,
  #feed #howto_ranking .howto_section_header .howto_list_no_entry {
    margin: 30px 0;
    text-align: left;
    font-size: 16px;
    color: #b2b2b2;
  }
  #feed #howto_new #howto_counter,
  #feed #howto_summary #howto_counter,
  #feed #howto_ranking #howto_counter {
    margin-top: -200px;
  }
  #feed #howto_new #howto_counter.fixed,
  #feed #howto_summary #howto_counter.fixed,
  #feed #howto_ranking #howto_counter.fixed {
    position: fixed;
    top: 300px;
  }
  #feed #howto_new .howto_list_ul,
  #feed #howto_summary .howto_list_ul,
  #feed #howto_ranking .howto_list_ul {
    display: block;
    margin-top: 0;
    margin-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
  }
  #feed #howto_new .howto_list_ul > li,
  #feed #howto_summary .howto_list_ul > li,
  #feed #howto_ranking .howto_list_ul > li {
    margin-left: 0;
    margin-top: 48px;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 56px;
    border-top: none;
  }
  #feed #howto_new .howto_list_ul > li:nth-child(-n+3),
  #feed #howto_summary .howto_list_ul > li:nth-child(-n+3),
  #feed #howto_ranking .howto_list_ul > li:nth-child(-n+3) {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  #feed #howto_new .howto_list_ul .howto_list_title p,
  #feed #howto_summary .howto_list_ul .howto_list_title p,
  #feed #howto_ranking .howto_list_ul .howto_list_title p {
    font-size: 16px;
    margin-top: 5px;
    line-height: 1.41;
  }
  #feed #howto_new .howto_list_ul .howto_list_overview,
  #feed #howto_summary .howto_list_ul .howto_list_overview,
  #feed #howto_ranking .howto_list_ul .howto_list_overview {
    display: none;
  }
  #feed #howto_new .howto_list_ul .howto_list_user_wrapper,
  #feed #howto_summary .howto_list_ul .howto_list_user_wrapper,
  #feed #howto_ranking .howto_list_ul .howto_list_user_wrapper {
    position: relative;
    margin-bottom: 0;
    margin-top: auto;
  }
  #feed #howto_new .howto_list_ul .howto_list_user,
  #feed #howto_summary .howto_list_ul .howto_list_user,
  #feed #howto_ranking .howto_list_ul .howto_list_user {
    margin: 5px 0 0;
    font-size: 12px;
  }
  #feed #howto_new .howto_list_ul .howto_list_viewcount,
  #feed #howto_summary .howto_list_ul .howto_list_viewcount,
  #feed #howto_ranking .howto_list_ul .howto_list_viewcount {
    font-size: 14px;
  }
  #feed #howto_new .howto_section_ul .howto_list_ul,
  #feed #howto_summary .howto_section_ul .howto_list_ul,
  #feed #howto_ranking .howto_section_ul .howto_list_ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  #feed #howto_new .howto_section_ul .howto_list_ul:after,
  #feed #howto_summary .howto_section_ul .howto_list_ul:after,
  #feed #howto_ranking .howto_section_ul .howto_list_ul:after {
    content: "";
    display: block;
    width: 30%;
  }
  #feed #howto_new #howto_list_link_box,
  #feed #howto_summary #howto_list_link_box,
  #feed #howto_ranking #howto_list_link_box {
    padding-left: 0;
    padding-right: 0;
  }
  #feed #howto_new .before_more_button,
  #feed #howto_summary .before_more_button,
  #feed #howto_ranking .before_more_button {
    margin: 26px 0 24px;
  }
  #feed #howto_new .howto_list_link,
  #feed #howto_summary .howto_list_link,
  #feed #howto_ranking .howto_list_link {
    width: 100%;
  }
  #feed #howto_new .howto_list_clip,
  #feed #howto_summary .howto_list_clip,
  #feed #howto_ranking .howto_list_clip {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin: 0;
  }
}
#feed #howto_new .howto_section_header .howto_new_date {
  display: inline-block;
  height: 24px;
  font-size: 0;
  border-left: solid 4px #003a4d;
}
#feed #howto_new .howto_section_header .howto_new_date span {
  display: inline-block;
  padding: 0 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  background-color: #ffed18;
  vertical-align: middle;
}
#feed #howto_new .howto_section_header .howto_new_date:after {
  display: inline-block;
  width: 14px;
  height: 24px;
  content: " ";
  background: url(/assets/bg_howto_new_update-776d79fce005a9636e8839d8c125fd1649f193ac58750edb642efe75cc4095bf.svg) no-repeat right 50%;
  background-size: 148px 24px;
  vertical-align: middle;
}
#feed #howto_new .howto_list_ul .howto_list_title h3 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 6px;
  margin-bottom: auto;
  line-height: 1.444;
  text-align: justify;
}
#feed #howto_new .howto_list_ul .howto_list_viewcount {
  margin-top: 5px;
}
@media screen and (min-width: 769px) {
  #feed #howto_new .howto_section_header .section_title {
    margin-bottom: 8px;
  }
  #feed #howto_new .howto_section_header .section_title_sub {
    position: absolute;
    margin-top: 0;
    margin-left: 160px;
    line-height: 24px;
  }
  #feed #howto_new .howto_section_header .howto_new_date {
    position: absolute;
  }
  #feed #howto_new .howto_list_ul .howto_list_title h3 {
    font-size: 16px;
    margin-top: 8px;
    line-height: 1.5;
  }
  #feed #howto_new .howto_list_ul .howto_list_viewcount {
    margin-top: 0;
  }
}
#feed #howto_summary .howto_list_ul {
  /* WMGG-944 Start */
  /* WMGG-944 End */
}
#feed #howto_summary .howto_list_ul .howto_list_image_box {
  position: relative;
}
#feed #howto_summary .howto_list_ul .howto_list_image_box a {
  padding-top: 56.42%;
}
#feed #howto_summary .howto_list_ul .howto_list_image_box a img {
  width: 120%; /* WMGG-944 横幅を少し大きめにとり、高さがMaxとなるようにする */
  height: auto;
  -o-object-fit: cover;
     object-fit: cover; /* WMGG-944 はみ出た部分はトリミング */
}
#feed #howto_summary .howto_list_ul .howto_list_title h3 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 6px;
  margin-bottom: auto;
  line-height: 1.444;
  text-align: justify;
}
#feed #howto_summary .howto_list_ul .howto_list_title .howto_summary_list_title_header {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
@media screen and (min-width: 769px) {
  #feed #howto_summary {
    margin-top: 0;
  }
  #feed #howto_summary .howto_section_header {
    margin-bottom: 8px;
  }
  #feed #howto_summary .howto_list_ul {
    display: block;
    margin-top: 0;
    margin-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
  }
  #feed #howto_summary .howto_list_ul > li {
    margin-left: 0;
    margin-top: 12px;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 12px;
    border-top: none;
  }
  #feed #howto_summary .howto_list_ul > li:nth-child(-n+3) {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  #feed #howto_summary .howto_list_ul .howto_list_title h3 {
    font-size: 16px;
    margin-top: 8px;
    line-height: 1.5;
  }
}
#feed #howto_ranking .howto_list_ul > li {
  position: relative;
}
@media screen and (max-width: 768px) {
  #feed #howto_ranking .howto_list_ul > li {
    border-bottom: solid 1px rgba(179, 179, 179, 0.4);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  }
}
#feed #howto_ranking .howto_list_ul > li:first-child {
  margin-top: 0;
}
#feed #howto_ranking .howto_list_ul .ranking_badge {
  position: absolute;
  top: -9px;
  left: 4px;
  width: 43px;
  height: 46px;
  margin: 0;
  font-family: "Oswald", sans-serif;
  line-height: 28px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 43px 46px;
  z-index: 1;
}
#feed #howto_ranking .howto_list_ul .ranking_badge.ranking_1 {
  background-image: url(/assets/img_ranking_1-e3a882cde939fe18554268007b9757c58a7389d586e42a8ed82b777e49232b1f.svg);
}
#feed #howto_ranking .howto_list_ul .ranking_badge.ranking_2 {
  background-image: url(/assets/img_ranking_2-cbaa7c3913c2617935f5cb47ac32733796cbc5eda00e14a05f5c9df9be00cf30.svg);
}
#feed #howto_ranking .howto_list_ul .ranking_badge.ranking_3 {
  background-image: url(/assets/img_ranking_3-048b7ecf3c2ef19b1b0475ea06f126edc864b4748c897da11cf1dace8eb03886.svg);
}
#feed #howto_ranking .howto_list_ul .ranking_badge.ranking_other {
  width: 36px;
  height: 45px;
  line-height: 36px;
  background-image: url(/assets/img_ranking_other-e300c37fb81ebdc541902cc4f1c775bf86de79ca4836e688ba2961b6e3b9bb4f.svg);
  background-size: 36px 45px;
}
#feed #howto_ranking .howto_list_ul .howto_list_title {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
#feed #howto_ranking .howto_list_ul .howto_list_title .howto_list_title_header {
  -webkit-flex-basis: 53.125%;
          flex-basis: 53.125%;
  max-width: 53.125%;
  -webkit-flex-direction: column;
          flex-direction: column;
}
#feed #howto_ranking .howto_list_ul .howto_list_title .howto_list_title_header p {
  font-size: 14px;
  line-height: 1.44;
}
#feed #howto_ranking .howto_list_ul .howto_list_title h3 {
  font-size: 14px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.428;
  text-align: justify;
}
#feed #howto_ranking .howto_list_ul .howto_list_function {
  margin: 0 0 0 auto;
  -webkit-flex-basis: 40%;
          flex-basis: 40%;
}
#feed #howto_ranking .howto_list_ul .howto_list_content .howto_list_viewcount {
  font-size: 12px;
  line-height: 24px;
  margin-top: 0;
}
#feed #howto_ranking .howto_list_ul .howto_list_content .howto_list_viewcount .viewcount_label {
  font-size: 12px;
}
#feed #howto_ranking .howto_list_yatta_report {
  padding: 8px 15px 15px;
}
#feed #howto_ranking .howto_list_yatta_report_heading {
  color: #003A4D;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
}
#feed #howto_ranking .howto_list_yatta_report_heading .icon-edit {
  font-size: 20px;
  vertical-align: -3px;
  margin-right: 3px;
}
#feed #howto_ranking .howto_list_yatta_report_list {
  font-size: 0;
  margin: 4px 0 0;
  padding: 0;
}
#feed #howto_ranking .howto_list_yatta_report_list_item {
  border-top: none;
  width: 28.27%;
  position: relative;
  display: inline-block;
  margin-left: 5.86%;
}
#feed #howto_ranking .howto_list_yatta_report_list_item:first-child {
  margin-left: 0;
}
#feed #howto_ranking .howto_list_yatta_report_photo img {
  border-radius: 5px;
}
#feed #howto_ranking .howto_list_yatta_report_user {
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 36px;
  height: 36px;
}
#feed #howto_ranking .howto_list_yatta_report_user img {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  border: 1px solid #76AD00;
}
@media screen and (max-width: 768px) {
  #feed #howto_ranking .howto_section_header .section_title {
    font-size: 28px;
    letter-spacing: 0;
  }
  #feed #howto_ranking .howto_list_ul > li {
    margin-top: 33px;
    padding: 0;
  }
  #feed #howto_ranking .howto_list_ul > li:first-child {
    border-top: solid 1px rgba(179, 179, 179, 0.4);
  }
  #feed #howto_ranking .howto_list_ul > li:last-child {
    border-bottom: 1px solid #E0E0E0;
  }
  #feed #howto_ranking .howto_list_ul .howto_list_image_box {
    -webkit-flex-basis: 46.875%;
            flex-basis: 46.875%;
    max-width: 46.875%;
  }
  #feed #howto_ranking .howto_list_ul .howto_list_image_box a {
    height: 26.5625vw;
  }
  #feed #howto_ranking .howto_list_ul .howto_list_image_box a img {
    width: auto;
    height: 100%;
  }
  #feed #howto_ranking .howto_list_ul .howto_list_title .howto_list_title_header {
    padding: 10px 8px 0 10px;
  }
  #feed #howto_ranking .howto_list_ul .howto_list_title .howto_list_title_header .howto_list_theme {
    border-radius: 4px;
  }
  #feed #howto_ranking .howto_list_ul .howto_list_user_wrapper {
    display: none;
  }
  #feed #howto_ranking .howto_list_ul .howto_list_content {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin: 0;
    padding: 8px 15px;
    background: #F1F7E0;
  }
  #feed #howto_ranking .howto_list_ul .howto_list_yatta_total b,
  #feed #howto_ranking .howto_list_ul .howto_list_yaritai_total b {
    display: none;
  }
  #feed #howto_ranking .howto_list_ul .howto_list_clip {
    margin-top: 0;
  }
  #feed #howto_ranking .howto_list_ul .howto_list_clip a, #feed #howto_ranking .howto_list_ul .howto_list_clip button {
    background-color: #fff;
    color: #898989;
    font-size: 11px;
    line-height: 36px;
    width: 149px;
  }
  #feed #howto_ranking .howto_list_ul .howto_list_clip a .icon-clip, #feed #howto_ranking .howto_list_ul .howto_list_clip button .icon-clip {
    color: #898989;
    vertical-align: -3px;
  }
  #feed #howto_ranking .howto_list_ul .howto_list_clip a[data-clip=true] a:before .icon-clip, #feed #howto_ranking .howto_list_ul .howto_list_clip a[data-clip=true] button:before .icon-clip, #feed #howto_ranking .howto_list_ul .howto_list_clip button[data-clip=true] a:before .icon-clip, #feed #howto_ranking .howto_list_ul .howto_list_clip button[data-clip=true] button:before .icon-clip {
    color: #76AD00;
  }
  #feed #howto_ranking .howto_list_ul .howto_list_clip a[data-clip=true] a .icon-clip:before, #feed #howto_ranking .howto_list_ul .howto_list_clip button[data-clip=true] a .icon-clip:before {
    content: "\e923";
  }
}
@media screen and (min-width: 769px) {
  #feed #howto_ranking .howto_section_header {
    padding-bottom: 0;
  }
  #feed #howto_ranking .howto_list_ul {
    margin-bottom: 0;
  }
  #feed #howto_ranking .howto_list_ul .ranking_badge {
    position: absolute;
    top: -18px;
    left: -22px;
    margin-left: 0;
  }
  #feed #howto_ranking .howto_list_ul .ranking_badge.ranking_other {
    top: -19px;
    left: -18px;
  }
  #feed #howto_ranking .howto_list_ul .howto_list_title {
    display: block;
  }
  #feed #howto_ranking .howto_list_ul .howto_list_title .howto_list_title_header {
    display: block;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  #feed #howto_ranking .howto_list_ul .howto_list_title .howto_list_title_header h3 {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 8px;
  }
  #feed #howto_ranking .howto_list_ul .howto_list_title .howto_list_title_header p {
    font-size: 16px;
  }
  #feed #howto_ranking .howto_list_ul .howto_list_yatta_btn_wrapper {
    border-right: solid 1px rgba(179, 179, 179, 0.4);
  }
  #feed #howto_ranking .howto_list_ul .howto_list_function {
    margin: 20px 0 0;
    padding: 12px 0;
    border-bottom: solid 1px rgba(179, 179, 179, 0.4);
    background: #f9f9f9;
  }
  #feed #howto_ranking .howto_list_ul .howto_list_content {
    margin-top: auto;
  }
  #feed #howto_ranking .howto_list_ul .howto_list_content .howto_list_viewcount {
    position: absolute;
    top: -28px;
    font-size: 16px;
    right: 0;
  }
  #feed #howto_ranking .howto_list_ul .howto_list_content .howto_list_viewcount .viewcount_label {
    font-size: 14px;
  }
  #feed #howto_ranking .howto_list_yatta_report {
    margin-top: 6px;
    margin-bottom: 8px;
    padding: 7px 14px 14px;
    background-color: rgba(95, 226, 184, 0.15);
    border-radius: 10px;
  }
  #feed #howto_ranking .howto_list_yatta_report_list {
    margin-top: 9px;
  }
  #feed #howto_ranking .howto_list_yatta_report_list_item {
    margin-top: 0;
    width: 30.985%;
    margin-left: 3.5225%;
  }
}
#feed #everyones_reports {
  padding: 0 20px;
  /* みんなのやったレポに対するコメント・ユーザーアイコンの表示対応 */
}
#feed #everyones_reports #everyones_reports_inner {
  margin: 0 auto;
  max-width: 1040px;
}
#feed #everyones_reports .section_title {
  margin-top: 0;
  letter-spacing: 0;
}
#feed #everyones_reports .everyones_reports_sort {
  margin: 20px auto 0;
  width: 150px;
}
#feed #everyones_reports .howto_yatta_comment_wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#feed #everyones_reports .howto_yatta_comment_item {
  margin-top: 25px;
  position: relative;
  -webkit-flex-basis: 46.428%;
          flex-basis: 46.428%;
  max-width: 46.428%;
}
#feed #everyones_reports .howto_yatta_comment_item:nth-child(-n+2) {
  margin-top: 20px;
}
#feed #everyones_reports .howto_yatta_comment_header {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  font-size: 11px;
  line-height: 1.2;
  color: #003a4d;
}
#feed #everyones_reports .howto_yatta_comment_header .howto_yatta_comment_timestamp {
  -webkit-flex-basis: 50%;
          flex-basis: 50%;
  max-width: 50%;
}
#feed #everyones_reports .howto_yatta_comment_header .howto_yatta_comment_place {
  -webkit-flex-basis: 50%;
          flex-basis: 50%;
  max-width: 50%;
  text-align: right;
}
#feed #everyones_reports .howto_yatta_comment_image {
  margin-top: 5px;
  position: relative;
}
#feed #everyones_reports .howto_yatta_comment_image a {
  display: block;
}
#feed #everyones_reports .howto_yatta_comment_image .howto_yatta_comment_prize {
  position: absolute;
  top: 7px;
  left: 7px;
}
#feed #everyones_reports .howto_yatta_comment_image .howto_yatta_comment_prize img {
  width: 36px;
  height: 45px;
}
#feed #everyones_reports .howto_yatta_comment_image .howto_yatta_comment_img_counter {
  position: absolute;
  bottom: 7px;
  right: 7px;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  color: #003A4D;
  background-color: rgba(255, 255, 255, 0.5);
}
#feed #everyones_reports .howto_yatta_comment_user {
  margin-top: 9px;
  font-size: 10px;
  color: #9BC700;
  font-weight: 500;
}
#feed #everyones_reports .howto_yatta_comment_user img {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  border: 1px solid #9BC700;
  margin-right: 12px;
}
#feed #everyones_reports .howto_yatta_comment_user span {
  display: inline-block;
  width: calc(100% - 50px);
  vertical-align: middle;
  word-break: break-all;
  color: #76AD00;
  font-size: 12px;
}
#feed #everyones_reports .howto_yatta_comment_message {
  margin-top: 10px;
  text-align: justify;
  background: transparent;
  overflow: hidden;
  width: 100%;
}
#feed #everyones_reports .howto_yatta_comment_message .lineClampInner {
  display: block;
  font-size: 12px;
  max-height: 50.976px;
  line-height: 1.416;
  position: relative;
  word-break: break-all;
}
#feed #everyones_reports .howto_yatta_comment_message .lineClampInner:before, #feed #everyones_reports .howto_yatta_comment_message .lineClampInner:after {
  background: transparent;
  position: absolute;
}
#feed #everyones_reports .howto_yatta_comment_message .lineClampInner:before {
  content: "...";
  top: 33.984px;
  right: 0;
}
#feed #everyones_reports .howto_yatta_comment_message .lineClampInner:after {
  content: "";
  height: 100%;
  width: 100%;
}
#feed #everyones_reports .howto_yatta_comment_message .lineClampInner:before {
  content: "";
}
#feed #everyones_reports .howto_yatta_comment_message p {
  margin: 0;
  display: inline;
}
#feed #everyones_reports .howto_yatta_comment_title {
  font-size: 10px;
  line-height: 1.5;
  margin-top: 6px;
  text-align: justify;
}
#feed #everyones_reports .howto_yatta_comment_title a {
  text-decoration: underline;
  color: #9BC700;
}
#feed #everyones_reports #everyones_reports_link_box {
  margin-top: 38px;
}
#feed #everyones_reports .everyones_reports_link {
  display: block;
  border: none;
  width: 100%;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  padding: 0;
  font-size: 16px;
  line-height: 48px;
  background: #76AD00;
  color: #fff;
  z-index: 1;
}
#feed #everyones_reports .howto_yatta_comment_comment_outer {
  margin-top: 0px;
  padding: 3px 3px 3px;
  border: 1px solid #9BC700;
  border-radius: 5px;
  font-size: 10px;
  margin-left: 40px;
  line-height: 20px;
  position: relative;
}
#feed #everyones_reports .howto_yatta_comment_comment_outer:before {
  content: "";
  display: block;
  position: absolute;
  left: -6px;
  top: 7px;
  border-right: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  z-index: 1;
}
#feed #everyones_reports .howto_yatta_comment_comment_outer:after {
  content: "";
  display: block;
  position: absolute;
  left: -7px;
  top: 7px;
  border-right: 7px solid #9BC700;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
#feed #everyones_reports .howto_yatta_comment_user_img img {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  border: 1px solid #9BC700;
}
@media screen and (min-width: 769px) {
  #feed #everyones_reports {
    padding: 0 20px;
    background-position: 50% 0;
    /* みんなのやったレポに対するコメント・ユーザーアイコンの表示対応 */
  }
  #feed #everyones_reports .section_title {
    letter-spacing: 0.05em;
  }
  #feed #everyones_reports .everyones_reports_header {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  #feed #everyones_reports .everyones_reports_sort {
    -webkit-flex-basis: 175px;
            flex-basis: 175px;
    max-width: 175px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: 175px;
  }
  #feed #everyones_reports .howto_yatta_comment_wrapper {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  #feed #everyones_reports .howto_yatta_comment_item {
    margin-top: 48px;
    margin-bottom: 2px;
    -webkit-flex-basis: 16.92%;
            flex-basis: 16.92%;
    max-width: 16.92%;
    margin-left: 3.84%;
  }
  #feed #everyones_reports .howto_yatta_comment_item:nth-child(-n+5) {
    margin-top: 30px;
  }
  #feed #everyones_reports .howto_yatta_comment_item:nth-child(5n+1) {
    margin-left: 0;
  }
  #feed #everyones_reports .howto_yatta_comment_user {
    font-size: 12px;
  }
  #feed #everyones_reports .howto_yatta_comment_user img {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    margin-right: 6px;
  }
  #feed #everyones_reports .howto_yatta_comment_user h4 {
    width: 110px;
    font-size: 12px;
  }
  #feed #everyones_reports .howto_yatta_comment_timestamp {
    font-size: 12px;
  }
  #feed #everyones_reports .howto_yatta_comment_message {
    font-size: 14px;
    line-height: 1.44;
    margin-top: 7px;
  }
  #feed #everyones_reports .howto_yatta_comment_title {
    font-size: 12px;
    line-height: 1.66;
    margin-top: 12px;
  }
  #feed #everyones_reports .howto_yatta_comment_comment_outer {
    margin-top: 0px;
    padding: 3px 3px 3px;
    border: 1px solid #9BC700;
    border-radius: 5px;
    font-size: 12px;
    margin-left: 40px;
    line-height: 20px;
    position: relative;
  }
  #feed #everyones_reports .howto_yatta_comment_comment_outer:before {
    content: "";
    display: block;
    position: absolute;
    left: -6px;
    top: 7px;
    border-right: 7px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    z-index: 1;
  }
  #feed #everyones_reports .howto_yatta_comment_comment_outer:after {
    content: "";
    display: block;
    position: absolute;
    left: -7px;
    top: 7px;
    border-right: 7px solid #9BC700;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
  }
  #feed #everyones_reports .howto_yatta_comment_user_img img {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    border: 1px solid #9BC700;
  }
}
#feed #banner_link_list ul {
  list-style-type: none;
  padding: 0;
  margin: 100px 20px 80px;
  text-align: center;
  max-width: 1080px;
}
#feed #banner_link_list li {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  #feed #banner_link_list ul {
    margin: 135px auto 110px;
    padding: 0 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  #feed #banner_link_list li {
    -webkit-flex-basis: 32.3%;
            flex-basis: 32.3%;
    margin-top: 0;
    margin-left: 1.55%;
  }
  #feed #banner_link_list li:first-child {
    margin-left: 0;
  }
}
#feed #banner_link_application ul {
  list-style-type: none;
  padding: 0;
  margin: 95px 20px;
  text-align: center;
  max-width: 1080px;
}
#feed #banner_link_application li {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  #feed #banner_link_application ul {
    margin: 95px auto;
    padding: 0 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  #feed #banner_link_application li {
    -webkit-flex-basis: 26.923%;
            flex-basis: 26.923%;
    max-width: 26.923%;
    margin-top: 0;
    margin-left: 1.92%;
  }
  #feed #banner_link_application li:first-child {
    margin-left: 0;
  }
}
#feed #top_page_view {
  margin: 48px 16px 0;
  text-align: center;
}
#feed #top_page_view #top_page_view_count {
  font-size: 56px;
  font-weight: 200;
  line-height: 1;
}
#feed #top_page_view #top_page_view_count_message {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12px;
  line-height: 1;
  margin-top: 15px;
  color: #003a4d;
}
@media screen and (min-width: 769px) {
  #feed #top_page_view {
    margin-top: 0;
  }
  #feed #top_page_view #top_page_view_count {
    font-size: 80px;
    letter-spacing: 0.1em;
  }
  #feed #top_page_view #top_page_view_count_message {
    font-size: 17px;
    margin-top: 32px;
  }
}
#feed #todays_meigen {
  margin-top: 48px;
  /*[フッター][名言]*/
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 846px;
  /*[フッター][名言発言者*/
}
#feed #todays_meigen .meigen {
  margin: 0;
  text-align: center;
  font-style: italic;
  letter-spacing: 0.01em;
  font-size: 2.1rem;
  line-height: 1.62;
  font-weight: 200;
  border-left: none;
  padding: 0;
}
#feed #todays_meigen .meigen_speaker {
  margin: 13px auto 0;
  text-align: center;
  font-style: italic;
  letter-spacing: 0.01em;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 300;
}
#feed #todays_meigen .meigen_book {
  font-size: 1.2rem;
  line-height: 1;
  font-style: italic;
  margin-top: 20px;
  text-align: center;
  font-weight: 300;
  color: #B3B3B3;
}
@media screen and (min-width: 769px) {
  #feed #todays_meigen {
    /*[フッター][名言]*/
    /*[フッター][名言発言者*/
  }
  #feed #todays_meigen .meigen {
    font-size: 2.4rem;
    line-height: 2;
  }
  #feed #todays_meigen .meigen_speaker {
    margin: 1rem auto 0;
    width: 320px;
    font-size: 15px;
  }
  #feed #todays_meigen .meigen_speaker cite {
    margin: -0.9em auto 0;
  }
}
#feed #growup_tree {
  padding: 48px 20px 0;
}
#feed #growup_tree #growup_tree_image_wrapper {
  display: table;
  width: 100%;
}
#feed #growup_tree #growup_tree_image_wrapper #growup_tree_image_wrapper_inner {
  display: table-cell;
  height: 250px;
  vertical-align: bottom;
  text-align: center;
}
#feed #growup_tree #growup_tree_image_wrapper #growup_tree_image_wrapper_inner .growtree_animation-login {
  height: 100%;
}
#feed #growup_tree #growup_tree_image_wrapper #growup_tree_image_wrapper_inner .growtree_animation-login .fruits {
  position: absolute;
  margin: auto;
  left: -10px;
  top: -10px;
  -webkit-transform: scale(1) translate(0, 0);
          transform: scale(1) translate(0, 0);
}
#feed #growup_tree #growup_tree_image_wrapper #growup_tree_image_wrapper_inner img, #feed #growup_tree #growup_tree_image_wrapper #growup_tree_image_wrapper_inner .cover, #feed #growup_tree #growup_tree_image_wrapper #growup_tree_image_wrapper_inner .fruits-outer {
  width: 246px;
  height: 246px;
  margin: auto;
  left: 0;
  right: 0;
}
#feed #growup_tree #growup_tree_image_wrapper #growup_tree_image_wrapper_inner .bg {
  display: none;
}
#feed #growup_tree #growup_tree_image {
  max-width: none;
}
#feed #growup_tree a {
  text-decoration: underline;
  color: #003a4d;
}
#feed #growup_tree #growup_tree_message_en {
  margin-top: 20px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12px;
  line-height: 1.3125;
  color: #003a4d;
  text-align: center;
}
#feed #growup_tree #growup_tree_message_jp {
  margin-top: 15px;
  line-height: 1.583333333;
  color: #003a4d;
  text-align: center;
}
#feed #growup_tree #growup_tree_message {
  text-align: center;
  margin: 17px 0 0;
}
#feed #growup_tree #growup_tree_message b {
  display: block;
  width: 275px;
  height: 37px;
  margin: 0 auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(/assets/img_growup_tree_message-4f11f2f400b7279f5f549f33355c4e2e6a8a51544a72fb3c2bf6fbad350d0ba1.svg) no-repeat 50% 50%;
  background-size: 275px 37px;
}
@media screen and (min-width: 769px) {
  #feed #growup_tree {
    padding-top: 32px;
  }
  #feed #growup_tree #growup_tree_message_en {
    font-size: 17px;
  }
  #feed #growup_tree #growup_tree_message_jp {
    margin-top: 5px;
    line-height: 2;
  }
  #feed #growup_tree #growup_tree_message {
    margin-top: 5px;
    font-size: 36px;
  }
  #feed #growup_tree #growup_tree_message b {
    width: 412px;
    height: 55px;
    background-size: 412px 55px;
  }
}
@media screen and (min-width: 769px) {
  #feed #share_link_list {
    display: -webkit-flex;
    display: flex;
    width: 604px;
    margin: 32px auto;
  }
}
#feed #share_link_list .share_header {
  width: 96px;
  background: #003a4d url(/assets/logo_s-ce4d40c1806c2d35ca6ce5165ebd84b5d9721a388a4776c3b4f45d7be6e7146a.svg) no-repeat 50% 50%;
  background-size: 96px 96px;
}
#feed #facebook_section {
  margin: 48px auto 0;
  padding: 16px;
  width: 280px;
  background-color: #3d548a;
  font-size: 12px;
  letter-spacing: 0.025em;
  color: #fff;
}
#feed #facebook_section .facebook_section_title {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.8rem;
}
#feed #facebook_section p {
  margin-bottom: 12px;
}
#feed #facebook_section a {
  text-decoration: underline;
  color: #fff;
}
@media screen and (min-width: 769px) {
  #feed #facebook_section {
    margin: 0;
    padding: 6px 20px 10px;
    width: auto;
  }
  #feed #facebook_section .facebook_section_title {
    margin-bottom: 0;
  }
  #feed #facebook_section p {
    margin-bottom: 6px;
  }
}
#feed #feed_share {
  display: none;
}
#feed #feed_share ul {
  list-style-type: none;
  padding: 0;
  margin: 72px auto 0;
  width: 57.5%;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#feed #feed_share li {
  -webkit-flex-basis: 26%;
          flex-basis: 26%;
}
#feed #feed_share li:nth-child(1) a {
  color: #0F9C35;
}
#feed #feed_share li:nth-child(2) a {
  color: #3B5993;
}
#feed #feed_share li:nth-child(3) a {
  color: #55A7E9;
}
#feed #feed_share .detail_share_text {
  display: block;
  font-weight: 700;
  font-size: 10px;
  text-align: center;
  margin-top: 6px;
  line-height: 1;
}
#feed #feed_share a:hover .detail_share_text {
  opacity: 0.8;
}
@media screen and (min-width: 769px) {
  #feed #feed_share ul {
    margin: 128px auto 0;
    width: 136px;
  }
  #feed #feed_share li {
    -webkit-flex-basis: 48px;
            flex-basis: 48px;
  }
  #feed #feed_share li:nth-child(1) {
    display: none;
  }
  #feed #feed_share .detail_share_text {
    font-size: 12px;
    margin-top: 8px;
  }
}
#feed #feed_share ul {
  margin-top: 48px;
}
@media screen and (min-width: 769px) {
  #feed #feed_share {
    display: block;
    background: #fff;
    border: solid 2px #3d548a;
    width: 156px;
  }
  #feed #feed_share ul {
    width: 100px;
    margin-top: 18px;
  }
  #feed #feed_share li {
    -webkit-flex-basis: 40px;
            flex-basis: 40px;
  }
  #feed #feed_share .detail_share_text {
    margin-top: 4px;
  }
}

/*[ニュース（ヘッダ表示）]*/
#news_header {
  width: 100%;
  background-color: #ffed18;
}
#news_header > a {
  display: block;
  width: 100%;
  padding: 10px 20px 10px 10px;
  color: #003a4d;
}
#news_header dl {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}
#news_header dd {
  margin-left: 8px;
}
#news_header .news_header_title {
  display: block;
  width: 48px;
  height: 26px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: #ffed18;
  background-color: #003a4d;
  border-radius: 4px;
}
#news_header .information_area_time {
  display: block;
  font-weight: 700;
  font-size: 10px;
  line-height: 1;
}
#news_header .information_area_title {
  display: block;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  #news_header .news_header_title {
    height: 28px;
    line-height: 28px;
  }
  #news_header .information_area_time,
  #news_header .information_area_title {
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
  }
}

/*[シェアボタン]*/
#feed_share2 ul {
  list-style-type: none;
  padding: 0;
  margin: 72px auto 0;
  width: 57.5%;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#feed_share2 li {
  -webkit-flex-basis: 26%;
          flex-basis: 26%;
}
#feed_share2 li:nth-child(1) a {
  color: #0F9C35;
}
#feed_share2 li:nth-child(2) a {
  color: #3B5993;
}
#feed_share2 li:nth-child(3) a {
  color: #55A7E9;
}
#feed_share2 .detail_share_text {
  display: block;
  font-weight: 700;
  font-size: 10px;
  text-align: center;
  margin-top: 6px;
  line-height: 1;
}
#feed_share2 a:hover .detail_share_text {
  opacity: 0.8;
}
@media screen and (min-width: 769px) {
  #feed_share2 ul {
    margin: 128px auto 0;
    width: 136px;
  }
  #feed_share2 li {
    -webkit-flex-basis: 48px;
            flex-basis: 48px;
  }
  #feed_share2 li:nth-child(1) {
    display: none;
  }
  #feed_share2 .detail_share_text {
    font-size: 12px;
    margin-top: 8px;
  }
}
#feed_share2 ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#feed_share2 li {
  overflow: hidden;
  -webkit-flex-basis: 33.34%;
          flex-basis: 33.34%;
  text-align: center;
}
#feed_share2 li:nth-child(1) {
  background: #0f9c35;
}
#feed_share2 li:nth-child(2) {
  background: #3b5992;
}
#feed_share2 li:nth-child(3) {
  background: #55a6e8;
}
#feed_share2 li a {
  display: block;
  width: 100%;
  height: 100%;
}
#feed_share2 li img {
  width: 30px;
  margin-top: -2px;
  margin-bottom: -3px;
}
#feed_share2 li .detail_share_text {
  margin-top: 0;
  font-weight: normal;
  color: #fff;
}
@media screen and (min-width: 769px) {
  #feed_share2 {
    display: none;
  }
}

/*
  [A-0-1-1]Howto一覧

 */
#feed_howto_list {
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
}
#feed_howto_list .howto_list_ul {
  margin-left: -20px;
  margin-right: -20px;
}
#feed_howto_list .howto_list_no_entry {
  margin: 30px 0;
  text-align: left;
  font-size: 14px;
  color: #b2b2b2;
}
#feed_howto_list .page_title_outer {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  /* WMGG-853 検索削除
  .page_title_outer_search {
    margin-top: 20px;
    @include flex-basis(132px); max-width: 132px;
  }
  .page_title_outer_search_link {
    display: block; position: relative;
    border: 1px solid  #262626; border-radius: 5px;
    width: 100%; padding: 7px 9px; box-sizing: border-box;
    font-size: 13px; line-height: 1;
    .icon-search { font-size: 16px; margin-right: 5px; vertical-align: -2px; }
    .icon-right-s { position: absolute; top: 50%; right: 12px; transform: translateY(-50%); }
  }
  */
}
#feed_howto_list .page_title_outer h4 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 25px;
  line-height: 1;
  margin: 25px 20px 0;
  max-width: 1080px;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  #feed_howto_list .page_title_outer h4 {
    margin: 48px auto 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#feed_howto_list .page_title_outer h6 {
  margin: 10px 20px 0;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 12px;
  line-height: 1;
  max-width: 1080px;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  #feed_howto_list .page_title_outer h6 {
    margin: 10px auto 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  #feed_howto_list .howto_list_ul {
    margin-left: 0;
    margin-right: 0;
  }
  #feed_howto_list .page_title_outer {
    /* WMGG-853 検索削除
    .page_title_outer_search {
      margin-top: 45px;
      @include flex-basis(160px); max-width: 160px;
    }
    .page_title_outer_search_link {
      padding: 6px 9px 5px 15px;
      font-size: 16px;
      .icon-search { font-size: 24px; margin-right: 10px; vertical-align: -4px; }
      .icon-right-s { right: 12px; }
    }
    */
  }
  #feed_howto_list .page_title_outer h4 {
    padding-left: 0;
    margin-top: 45px;
  }
  #feed_howto_list .page_title_outer h6 {
    padding-left: 0;
  }
}

/*[A-0-2] テーマタブ*/
#theme {
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
}
#theme .howto_list_ul {
  margin-left: -20px;
  margin-right: -20px;
}
#theme .page_title_outer {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  /* WMGG-853 検索削除
  .page_title_outer_search {
    margin-top: 20px;
    @include flex-basis(132px); max-width: 132px;
  }
  .page_title_outer_search_link {
    display: block; position: relative;
    border: 1px solid  #262626; border-radius: 5px;
    width: 100%; padding: 7px 9px; box-sizing: border-box;
    font-size: 13px; line-height: 1;
    .icon-search { font-size: 16px; margin-right: 5px; vertical-align: -2px; }
    .icon-right-s { position: absolute; top: 50%; right: 12px; transform: translateY(-50%); }
  }
  */
}
#theme .page_title_outer h2 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 25px;
  line-height: 1;
  margin: 25px 20px 0;
  max-width: 1080px;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  #theme .page_title_outer h2 {
    margin: 48px auto 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#theme .page_title_outer h4 {
  margin: 10px 20px 0;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 12px;
  line-height: 1;
  max-width: 1080px;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  #theme .page_title_outer h4 {
    margin: 10px auto 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  #theme .howto_list_ul {
    margin-left: 0;
    margin-right: 0;
  }
  #theme .page_title_outer {
    /* WMGG-853 検索削除
    .page_title_outer_search {
      margin-top: 45px;
      @include flex-basis(160px); max-width: 160px;
    }
    .page_title_outer_search_link {
      padding: 6px 9px 5px 15px;
      font-size: 16px;
      .icon-search { font-size: 24px; margin-right: 10px; vertical-align: -4px; }
      .icon-right-s { right: 12px; }
    } 
    */
  }
  #theme .page_title_outer h2 {
    padding-left: 0;
    margin-top: 45px;
  }
  #theme .page_title_outer h4 {
    padding-left: 0;
  }
}

#theme_list > ul {
  list-style-type: none;
  padding: 0 10px 16px 20px;
  margin: 18px -20px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #CCC;
  /* WMGG-853 Start */
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* WMGG-853 End */
}
#theme_list > ul li {
  /* WMGG-853 Start */
  /* WMGG-853 End */
  border-radius: 5px;
  overflow: hidden;
  /* WMGG-853 Start */
  width: auto;
  -webkit-flex-basis: 31.2%;
          flex-basis: 31.2%;
  flex-basis: 31.2%;
  max-width: 31.2%;
  margin-top: 10px;
  margin-left: 2%;
  margin-right: 0;
  /* WMGG-853 End */
}
#theme_list > ul li:nth-child(3n+1) {
  margin-left: 0;
}
#theme_list > ul a, #theme_list > ul span {
  display: block;
  position: relative;
  padding-top: 50%; /* WMGG-952 */
  overflow: hidden;
  border-radius: 5px;
  z-index: 1;
}
#theme_list > ul img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#theme_list > ul .theme_list_text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-weight: 300; /* WMGG-952 */
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  /* WMGG-952 */
  /* WMGG-952 */
}
#theme_list > ul .theme_list_text .theme_list_text_ja {
  font-size: 1.4rem;
}
#theme_list > ul .theme_list_text .theme_list_text_en {
  font-size: 0.9rem;
  margin-top: 4px;
}
#theme_list > ul .theme_button_selected {
  background-color: #6AA500;
}
@media screen and (min-width: 769px) {
  #theme_list > ul {
    border-left: none;
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 24px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
  }
  #theme_list > ul li {
    width: auto;
    -webkit-flex-basis: 15%;
            flex-basis: 15%;
    max-width: 15%;
    margin-top: 10px;
    margin-left: 2%;
    margin-right: 0;
    /* WMGG-853 */
  }
  #theme_list > ul li:nth-child(3n+1) {
    margin-left: 2%;
  }
  #theme_list > ul li:nth-child(6n+1) {
    margin-left: 0;
  }
  #theme_list > ul a, #theme_list > ul span {
    padding-top: 35.89%;
  }
  #theme_list > ul .theme_list_text { /* WMGG-952 */
    /* WMGG-952 */
  }
  #theme_list > ul .theme_list_text .theme_list_text_ja {
    font-size: 1.6rem;
  }
  #theme_list > ul .theme_list_text .theme_list_text_en {
    font-size: 1.2rem;
    margin-top: 6px;
  }
}

#theme_selected_indicator {
  margin: 16px 0 0;
  border-left: 3px solid #262626;
  line-height: 1;
  padding-left: 5px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  #theme_selected_indicator {
    border-left-width: 4px;
    padding-left: 7px;
    font-size: 14px;
    margin: 15px 0;
  }
}

#theme_howto > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/*[A-0-1-1] HowTo一覧*/
.howto_list_ul,
.howto_list_ul_withviews {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 20px auto 0;
  max-width: 1080px;
}
.howto_list_ul > li,
.howto_list_ul_withviews > li {
  border: none;
  padding: 20px;
  position: relative;
  border-top: 1px solid #E0E0E0;
}
.howto_list_ul > li:first-child,
.howto_list_ul_withviews > li:first-child {
  border-top: none;
  padding-top: 0;
}
.howto_list_ul .howto_list_image_chart_wrapper,
.howto_list_ul_withviews .howto_list_image_chart_wrapper {
  position: relative;
}
.howto_list_ul .howto_list_image_box,
.howto_list_ul_withviews .howto_list_image_box {
  position: relative;
}
.howto_list_ul .howto_list_image_box a,
.howto_list_ul_withviews .howto_list_image_box a {
  display: block;
  padding-top: 56.42%;
  overflow: hidden;
  position: relative;
}
.howto_list_ul .howto_list_image_box a img,
.howto_list_ul_withviews .howto_list_image_box a img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.howto_list_ul .howto_list_new,
.howto_list_ul_withviews .howto_list_new {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -3px;
  left: -3px;
  background: url(/assets/img_feed_howto_new-3343466ad11c95935dbf84819427f0310a9f04287da5ea0c5bc459da073d53b3.svg) no-repeat left top;
  background-size: 80px 80px;
}
.howto_list_ul .howto_list_title .howto_list_title_header,
.howto_list_ul_withviews .howto_list_title .howto_list_title_header {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.howto_list_ul .howto_list_title .howto_list_title_header .howto_list_theme_wrapper,
.howto_list_ul_withviews .howto_list_title .howto_list_title_header .howto_list_theme_wrapper {
  font-size: 0;
  min-height: 22px;
}
.howto_list_ul .howto_list_title .howto_list_title_header .howto_list_theme_link,
.howto_list_ul_withviews .howto_list_title .howto_list_title_header .howto_list_theme_link {
  display: inline-block;
  height: 18px;
  margin: 0 4px 4px 0;
}
.howto_list_ul .howto_list_title .howto_list_title_header .howto_list_theme,
.howto_list_ul_withviews .howto_list_title .howto_list_title_header .howto_list_theme {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.howto_list_ul .howto_list_title h3,
.howto_list_ul_withviews .howto_list_title h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 6px 0 0;
  line-height: 1.444;
  text-align: justify;
}
.howto_list_ul .howto_list_viewcount,
.howto_list_ul_withviews .howto_list_viewcount {
  margin-top: 5px;
  color: #003a4d;
}
.howto_list_ul .howto_list_overview,
.howto_list_ul_withviews .howto_list_overview {
  line-height: 1.83;
  margin: 10px 0 0;
  background: #fff;
  overflow: hidden;
  width: 100%;
}
.howto_list_ul .howto_list_overview .lineClampInner,
.howto_list_ul_withviews .howto_list_overview .lineClampInner {
  display: block;
  font-size: 12px;
  max-height: 65.88px;
  line-height: 1.83;
  position: relative;
  word-break: break-all;
}
.howto_list_ul .howto_list_overview .lineClampInner:before, .howto_list_ul .howto_list_overview .lineClampInner:after,
.howto_list_ul_withviews .howto_list_overview .lineClampInner:before,
.howto_list_ul_withviews .howto_list_overview .lineClampInner:after {
  background: #fff;
  position: absolute;
}
.howto_list_ul .howto_list_overview .lineClampInner:before,
.howto_list_ul_withviews .howto_list_overview .lineClampInner:before {
  content: "...";
  top: 43.92px;
  right: 0;
}
.howto_list_ul .howto_list_overview .lineClampInner:after,
.howto_list_ul_withviews .howto_list_overview .lineClampInner:after {
  content: "";
  height: 100%;
  width: 100%;
}
.howto_list_ul .howto_list_user_wrapper,
.howto_list_ul_withviews .howto_list_user_wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.howto_list_ul .howto_list_user_wrapper .howto_list_growchart_wrapper,
.howto_list_ul_withviews .howto_list_user_wrapper .howto_list_growchart_wrapper {
  display: none;
}
.howto_list_ul .howto_list_user,
.howto_list_ul_withviews .howto_list_user {
  margin: 9px 0 0;
  font-size: 12px;
  color: #9BC700;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.howto_list_ul .howto_list_user img,
.howto_list_ul_withviews .howto_list_user img {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  border: 1px solid #9BC700;
  margin-right: 8px;
}
.howto_list_ul .howto_list_user a,
.howto_list_ul_withviews .howto_list_user a {
  color: #9BC700;
}
.howto_list_ul .howto_list_clip,
.howto_list_ul_withviews .howto_list_clip {
  margin-top: 10px;
}
.howto_list_ul .howto_list_clip a, .howto_list_ul .howto_list_clip button,
.howto_list_ul_withviews .howto_list_clip a,
.howto_list_ul_withviews .howto_list_clip button {
  display: block;
  background-color: #F1F7E0;
  text-align: center;
  font-size: 14px;
  line-height: 48px;
  color: #898989;
  border-radius: 24px;
  border: none;
  width: 100%;
  text-decoration: none;
}
.howto_list_ul .howto_list_clip a .icon-clip, .howto_list_ul .howto_list_clip button .icon-clip,
.howto_list_ul_withviews .howto_list_clip a .icon-clip,
.howto_list_ul_withviews .howto_list_clip button .icon-clip {
  font-size: 18px;
  margin-left: 7px;
  vertical-align: -2px;
  color: #76AD00;
}
.howto_list_ul .howto_list_clip[data-clip=false] a:before, .howto_list_ul .howto_list_clip[data-clip=false] button:before,
.howto_list_ul_withviews .howto_list_clip[data-clip=false] a:before,
.howto_list_ul_withviews .howto_list_clip[data-clip=false] button:before {
  content: "クリップ";
}
.howto_list_ul .howto_list_clip[data-clip=true] a:before, .howto_list_ul .howto_list_clip[data-clip=true] button:before,
.howto_list_ul_withviews .howto_list_clip[data-clip=true] a:before,
.howto_list_ul_withviews .howto_list_clip[data-clip=true] button:before {
  content: "クリップしました";
}
.howto_list_ul .howto_list_clip[data-clip=true] a .icon-clip:before,
.howto_list_ul_withviews .howto_list_clip[data-clip=true] a .icon-clip:before {
  content: "\e923";
  font-size: 26px;
  position: relative;
  top: 2px;
}
@media screen and (min-width: 769px) {
  .howto_list_ul,
  .howto_list_ul_withviews {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    border-bottom: none;
    margin-top: 0;
    margin-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
  }
  .howto_list_ul:after,
  .howto_list_ul_withviews:after {
    content: "";
    display: block;
    width: 30%;
  }
  .howto_list_ul > li,
  .howto_list_ul_withviews > li {
    margin-left: 0;
    margin-top: 48px;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 56px;
    border-top: none;
    -webkit-flex-basis: 30%;
            flex-basis: 30%;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .howto_list_ul > li:nth-child(-n+3),
  .howto_list_ul_withviews > li:nth-child(-n+3) {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  .howto_list_ul > li:nth-child(3n+1),
  .howto_list_ul_withviews > li:nth-child(3n+1) {
    margin-left: 0;
  }
  .howto_list_ul .howto_list_image_box,
  .howto_list_ul_withviews .howto_list_image_box {
    -webkit-flex-basis: auto;
            flex-basis: auto;
  }
  .howto_list_ul .howto_list_image_box a,
  .howto_list_ul_withviews .howto_list_image_box a {
    padding-top: 56.05%;
  }
  .howto_list_ul .howto_list_image_box img,
  .howto_list_ul_withviews .howto_list_image_box img {
    width: 100%;
    height: auto;
  }
  .howto_list_ul .howto_list_summary,
  .howto_list_ul_withviews .howto_list_summary {
    -webkit-flex-basis: auto;
            flex-basis: auto;
    padding: 10px 0 0;
  }
  .howto_list_ul .howto_list_title p,
  .howto_list_ul_withviews .howto_list_title p {
    font-size: 16px;
    margin-top: 5px;
    line-height: 1.41;
  }
  .howto_list_ul .howto_list_title h3,
  .howto_list_ul_withviews .howto_list_title h3 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 8px;
    margin-bottom: auto;
  }
  .howto_list_ul .howto_list_overview,
  .howto_list_ul_withviews .howto_list_overview {
    display: none;
  }
  .howto_list_ul .howto_list_user_wrapper,
  .howto_list_ul_withviews .howto_list_user_wrapper {
    position: relative;
    margin-bottom: 0;
    margin-top: auto;
  }
  .howto_list_ul .howto_list_user,
  .howto_list_ul_withviews .howto_list_user {
    margin: 5px 0 0;
    font-size: 12px;
  }
  .howto_list_ul .howto_list_viewcount,
  .howto_list_ul_withviews .howto_list_viewcount {
    font-size: 14px;
    margin-top: 0;
  }
  .howto_list_ul .howto_list_clip,
  .howto_list_ul_withviews .howto_list_clip {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin: 0;
  }
}

.howto_list_ul_withviews .howto_list_image_box {
  -webkit-flex-basis: 25%;
          flex-basis: 25%;
}
.howto_list_ul_withviews li .howto_list_ul_inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.howto_list_ul_withviews li .howto_list_function {
  padding: 0 15px;
  height: 40px;
  background: #f9f9f9;
}
.howto_list_ul_withviews .howto_list_title h3 {
  font-size: 14px;
}
.howto_list_ul_withviews .howto_list_title h3 .lineClampInner {
  max-height: 40px;
  font-size: 14px;
  line-height: 1.43;
}
.howto_list_ul_withviews .howto_list_viewcount {
  color: #003a4d;
  font-size: 12px;
  font-weight: 500;
}
.howto_list_ul_withviews .howto_list_yatta_total {
  padding-right: 20px;
}
.howto_list_ul_withviews .howto_list_user {
  margin-top: 10px;
  font-size: 12px;
  color: #9BC700;
  font-weight: 500;
}
.howto_list_ul_withviews .howto_list_user img {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  border: 1px solid #9BC700;
  margin-right: 10px;
}
.howto_list_ul_withviews .howto_list_user span {
  display: inline-block;
  width: 135px;
  vertical-align: middle;
  word-break: break-all;
}
@media screen and (min-width: 769px) {
  .howto_list_ul_withviews .howto_list_title_header {
    display: -webkit-flex;
    display: flex;
  }
  .howto_list_ul_withviews .howto_list_title h3 {
    font-size: 16px;
  }
  .howto_list_ul_withviews .howto_list_title h3 .lineClampInner {
    font-size: 16px;
  }
  .howto_list_ul_withviews .howto_list_viewcount.pcOnly-block {
    display: inline-block;
    margin-left: auto;
  }
  .howto_list_ul_withviews .howto_list_function-space.pcOnly-block {
    display: none;
  }
}

/*[ページネーション]*/
.list_pagenation_ul {
  margin: 47px 20px 0;
  width: calc(100% - 40px);
  list-style-type: none;
  padding: 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  /*
    .list_pagenation_backward {width: 53px;}
    .list_pagenation_prev {width: 48px;}
    .list_pagenation_next {width: 48px;}
    .list_pagenation_forward {width: 53px;}
  */
}
.list_pagenation_ul li {
  vertical-align: middle;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  -webkit-flex-basis: 10%;
          flex-basis: 10%;
}
.list_pagenation_ul .list_pagenation_text {
  text-align: center;
}
.list_pagenation_ul .current-page {
  text-decoration: underline;
}
.list_pagenation_ul button {
  display: block;
  border: none;
  width: 100%;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  box-sizing: border-box;
  font-size: 12px;
  border-radius: 0; /* width: 48px; */
  text-align: center;
  padding: 0;
  line-height: 46px;
  margin: auto;
}
.list_pagenation_ul button:hover {
  background-color: #fff;
}
.list_pagenation_ul .list_pagenation_backward button,
.list_pagenation_ul .list_pagenation_prev button,
.list_pagenation_ul .list_pagenation_next button,
.list_pagenation_ul .list_pagenation_forward button {
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  .list_pagenation_ul {
    margin: 65px auto 0;
    padding: 0 20px 0 20px;
    width: 706px;
  }
  .list_pagenation_ul .list_pagenation_text button {
    font-size: 14px;
  }
  .list_pagenation_ul .list_pagenation_backward button,
  .list_pagenation_ul .list_pagenation_prev button,
  .list_pagenation_ul .list_pagenation_next button,
  .list_pagenation_ul .list_pagenation_forward button {
    font-size: 26px;
  }
}

/* ajax リクエスト送信中に表示されるローディング中イメージ */
#ajax_loading {
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  background: url(/assets/ajax_loading-e2acfbb33b30025976074d92b8d1bd81b89e6151345e1fbac7b943b2a96a2b17.gif); /* ローディングイメージ */
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: none;
}

/*
  [A-0-2-1] テーマ選択結果一覧

 */
#theme_list #select_theme_howto_title {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 25px;
  line-height: 1;
  margin: 25px 20px 0;
  max-width: 1080px;
}
@media screen and (min-width: 769px) {
  #theme_list #select_theme_howto_title {
    margin: 48px auto 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#theme_list #select_theme_howto_title_sub {
  margin: 10px 20px 0;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 12px;
  line-height: 1;
  max-width: 1080px;
}
@media screen and (min-width: 769px) {
  #theme_list #select_theme_howto_title_sub {
    margin: 10px auto 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }
}
#theme_list #select_theme_howto_image {
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  padding-top: 52.18%;
}
#theme_list #select_theme_howto_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#theme_list #select_theme_howto_image .select_theme_howto_text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-weight: 200;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
#theme_list #select_theme_howto_image .select_theme_howto_text .select_theme_howto_text_ja {
  font-size: 32px;
}
#theme_list #select_theme_howto_image .select_theme_howto_text .select_theme_howto_text_en {
  font-size: 12px;
  margin-top: 6px;
}
@media screen and (min-width: 769px) {
  #theme_list #select_theme_howto_image {
    margin-top: 32px;
    padding-top: 0;
    height: 334px;
  }
  #theme_list #select_theme_howto_image .select_theme_howto_text .select_theme_howto_text_ja {
    font-size: 64px;
  }
  #theme_list #select_theme_howto_image .select_theme_howto_text .select_theme_howto_text_en {
    font-size: 24px;
    margin-top: 12px;
  }
}
@media screen and (min-width: 1300px) {
  #theme_list #select_theme_howto_image img {
    width: 100%;
    height: auto;
  }
}
#theme_list #selected_theme_list .howto_list_ul {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  #theme_list #selected_theme_list .howto_list_ul li {
    margin-top: 50px;
  }
  #theme_list #selected_theme_list .howto_list_ul li:nth-child(-n+3) {
    margin-top: 64px;
  }
}

/*
[B-0]Howto一覧
*/
#howto_detail {
  /*[画像]*/
  /*[テーマ＆step]*/
  /*[タイトルと画像のラッパー]*/
  /*[タイトル]*/
  /*[step, hours, 投稿ボタン]*/
  /*[SP版クリップボタン]*/
  /*[view]*/
  /*[ユーザープロフィール]*/
  /*[やった＆やりたいボタン]*/
  /*[PC版でセクションを真ん中寄せ]*/
  /*[編みかけセクション]*/
  /*[編みかけセクションの見出し]*/
  /*[チャート表示]*/
  /*[アクティビティなどのカテゴリ表示]*/
  /*[カテゴリ表示下の文章]*/
  /*[概要表示]*/
  /*[準備するものリストとSTEPを囲う枠]*/
  /*[やった!レポ いいねランキング]*/
  /*[STEPナビゲーション]*/
  /*[準備するものリスト]*/
  /*[STEP]*/
  /*[まとめ]*/
  /* [PDFダウンロード、クリップのボタンエリア] */
  /* [バナーエリア1] */
  /* [バナーエリア2] */
  /* [やった!レポを投稿] */
  /* [コメント] */
  /* [クリップしたユーザー] */
  /* [お知らせ] */
  /* [テーマ] */
  /* [やった、やりたい、PDFダウンロードのボタンエリア] */
  /* [レポ・コメント切替エリア] */
  /*
    #howto_detail_tab {
  */
  /* [みんなのやった！レポ] */
  /* SNSボタン */
  /*[ページネーション]*/
  /*
    .list_pagenation_ul {
      margin: 47px 20px 0;
      width: calc(100% - 40px);
      list-style-type: none;
      padding: 0px;
      display: table;

      li {
        display: table-cell;
        vertical-align: middle;
      }
      .list_pagenation_backward {width: 53px;}
      .list_pagenation_prev {width: 48px;}
      .list_pagenation_next {width: 48px;}
      .list_pagenation_forward {width: 53px;}
      .list_pagenation_text { text-align: center; }
      button {
        @include btn();
        background-color: transparent;
        box-sizing: border-box;
        font-size: 12px; border-radius: 0; border: 1px solid #262626; width: 48px; text-align: center; padding: 0; line-height: 46px;
        &:hover { background-color: #fff; }
      }
      @media screen and (min-width: 769px) {
        margin: 65px auto 0;
        padding: 0 94px 0 20px;
        width: 706px;
        .list_pagenation_backward {
          width: 72px;
        }
        .list_pagenation_forward {
          width: 72px;
        }
        .list_pagenation_text button{ font-size: 14px; }
      }
    }
  */
  /* 関連のあるHowTo */
  /*
  @media screen and (min-width: 769px) {
    .howto_list_ul_withviews {
      li {
        .howto_list_function { height: auto; padding: 0; background: transparent; }
      }
    }
    #related_howto_list {
      .howto_list_ul_withviews {
        .howto_list_ul_inner {
          flex-direction: column;
        }
        .howto_list_image_box {
          flex-basis: 100%;
        }
        .howto_list_summary {
          padding: 0;
        }
        .howto_list_theme {
          border-top-left-radius: 0;
          border-top-right-radius: 0;
        }
        .howto_list_yatta_yaritai {
          @include flexbox();
          width: 100%;
          height: 48px;
          background: #f5f5f5;
          text-align: center;
          align-items: center;
          .howto_list_yatta_btn,
          .howto_list_yaritai_btn {
            flex-basis: 50%;
          }
          .howto_list_yatta_btn {
            border-right: solid 1px #e1e1e1;
            .howto_list_yatta_total { padding-right: 0; }
          }
        }
      }
    }
    #latest_howto_list {
      .howto_list_ul_withviews {
        li {
          position: relative;
          flex-basis: 50%;
          margin-left: 0;
          padding-right: 78px;
          .howto_list_function {
            position: absolute;
            bottom: 20px;
            left: 112px;
            right: 78px;
            padding: 0 0 0 10px;
          }
        }
        .howto_list_image_box {
          flex-basis: 112px;
          height: 112px;
          a {
            height: 112px;
          }
          img {
            width: auto;
            height: 100%;
          }
        }
        .howto_list_summary { padding: 0 0 0 10px; flex-basis: 74.66%; }
        .howto_list_yatta_yaritai b { display: none; }
      }
      .howto_list_user { display: none; }
      .howto_list_function-space.pcOnly-block { display: block; height: 48px; }
    }
  }
  */
}
#howto_detail #howto_image {
  border-bottom: 5px solid #9BC700;
  max-height: 480px;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
#howto_detail #howto_image img {
  max-width: none;
  width: 100%;
  -webkit-align-self: center;
          align-self: center;
}
@media screen and (min-width: 769px) {
  #howto_detail #howto_image {
    border-bottom-width: 5px;
  }
}
@media screen and (min-width: 769px) {
  #howto_detail .howto_image_and_title:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    background-color: rgba(0, 0, 0, 0.25);
    width: 100%;
    height: calc(100% - 5px);
  }
}
@media screen and (min-width: 769px) {
  #howto_detail .howto_detail_header_inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0;
  }
}
#howto_detail .howto_detail_theme_outer {
  display: -webkit-flex;
  display: flex;
  padding: 10px 20px 0;
}
#howto_detail .howto_detail_theme_outer .howto_detail_theme_ul {
  margin: 0;
}
#howto_detail .howto_detail_theme_outer .howto_date {
  margin-top: 6px;
  margin-left: auto;
  font-weight: bold;
  line-height: 12px;
  text-align: right;
  color: #003a4d;
}
#howto_detail .howto_detail_theme_outer .howto_view-count {
  margin: 0 0 0 auto;
}
#howto_detail .howto_detail_theme_ul {
  list-style-type: none;
  padding: 0;
}
#howto_detail .howto_detail_theme_ul li {
  margin-right: 4px;
  margin-bottom: 4px;
  display: inline-block;
}
#howto_detail .howto_detail_theme_ul .icon-step {
  display: inline-block;
  margin-left: 6px;
  margin-right: 2px;
  font-size: 16px;
  vertical-align: bottom;
  color: #003a4d;
}
#howto_detail .howto_detail_theme_ul .howto_step_text {
  font-weight: 500;
  line-height: 12px;
  vertical-align: bottom;
  color: #003a4d;
}
@media screen and (min-width: 769px) {
  #howto_detail .howto_detail_theme_ul .howto_list_theme {
    font-size: 10px;
    line-height: 18px;
  }
  #howto_detail .howto_detail_theme_ul .icon-step {
    font-size: 16px;
    margin-left: 0;
  }
}
@media screen and (min-width: 769px) {
  #howto_detail .howto_image_and_title {
    position: relative;
  }
}
#howto_detail #howto_title {
  padding: 12px 20px 10px;
}
#howto_detail #howto_title h1 {
  margin: 0;
  font-size: 18px;
  line-height: 1.44;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  #howto_detail #howto_title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -55%);
            transform: translate(-50%, -55%);
    z-index: 1;
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
  }
  #howto_detail #howto_title .howto_title_date_view-count {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
  }
  #howto_detail #howto_title h1 {
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #fff;
  }
}
#howto_detail .howto_steps_hours_btn-entry {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 470px;
  padding: 0 20px 10px;
}
#howto_detail .howto_steps_hours_btn-entry .howto_steps {
  -webkit-flex-basis: 44px;
          flex-basis: 44px;
  max-width: 44px;
  margin-right: 4px;
  background: url(/assets/img_steps-9f72b676300ea7ec92f22d93abbcf4806b18ae0b0a3d7457977511ae962dd74f.svg) no-repeat 0 0;
  background-size: 44px 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  color: #76AD00;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 17px;
  padding-top: 6px;
}
#howto_detail .howto_steps_hours_btn-entry .howto_hours {
  -webkit-flex-basis: 44px;
          flex-basis: 44px;
  max-width: 44px;
  margin-right: 4px;
}
#howto_detail .howto_steps_hours_btn-entry .howto_btn-entry {
  -webkit-flex-basis: 183px;
          flex-basis: 183px;
  max-width: 183px;
}
#howto_detail .howto_steps_hours_btn-entry .howto_btn-entry .btn {
  background-color: #76AD00;
  border: none;
  font-size: 12px;
  line-height: 1.666;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
}
#howto_detail .howto_steps_hours_btn-entry .howto_btn-entry .btn a {
  color: #fff;
}
#howto_detail .howto_steps_hours_btn-entry .howto_btn-entry .icon-edit {
  margin-right: 5px;
  font-size: 20px;
  vertical-align: -5px;
}
@media screen and (min-width: 769px) {
  #howto_detail .howto_steps_hours_btn-entry {
    padding-left: 0;
    padding-right: 0;
    margin-left: 20px;
  }
  #howto_detail .howto_steps_hours_btn-entry .howto_steps {
    -webkit-flex-basis: 98px;
            flex-basis: 98px;
    max-width: 98px;
    margin-right: 10px;
    background-size: 98px 98px;
    width: 98px;
    height: 98px;
    font-size: 38px;
    padding-top: 13px;
  }
  #howto_detail .howto_steps_hours_btn-entry .howto_hours {
    -webkit-flex-basis: 98px;
            flex-basis: 98px;
    max-width: 98px;
    margin-right: 10px;
  }
  #howto_detail .howto_steps_hours_btn-entry .howto_btn-entry {
    -webkit-flex-basis: 252px;
            flex-basis: 252px;
    max-width: 252px;
  }
  #howto_detail .howto_steps_hours_btn-entry .howto_btn-entry .btn {
    font-size: 14px;
    line-height: 1.714;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  #howto_detail .howto_steps_hours_btn-entry .howto_btn-entry .icon-edit {
    margin-right: 6px;
    vertical-align: -5px;
  }
}
@media screen and (min-width: 769px) {
  #howto_detail .howto_steps_hours_btn-entry_pcOnly-detail_share_wrapper {
    margin-top: -51px;
    position: relative;
    z-index: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
#howto_detail #spOnly-howto_clip {
  margin: 7px 20px 0;
  width: calc(100% - 81px);
  border-top: 1px solid #76AD00;
  position: relative;
}
#howto_detail #spOnly-howto_clip .btn {
  position: absolute;
  top: -20px;
  right: -41px;
  border-color: #76AD00;
  background: #F1F7E0;
  border-radius: 100%;
  width: 41px;
  height: 41px;
  font-size: 15px;
  line-height: 1;
  color: #76AD00;
  padding-top: 11px;
}
#howto_detail #spOnly-howto_clip[data-clip=true] .icon-clip:before {
  content: "\e923";
  font-size: 24px;
  position: relative;
  top: -4px;
  left: -4px;
}
#howto_detail .howto_view {
  display: none;
}
@media screen and (min-width: 769px) {
  #howto_detail .howto_view {
    display: -webkit-flex;
    display: flex;
    padding: 0 20px;
    text-align: right;
    color: #B3B3B3;
    letter-spacing: 0.05em;
  }
  #howto_detail .howto_view .howto_date {
    font-size: 14px;
    font-weight: 500;
    color: #003a4d;
  }
  #howto_detail .howto_view button,
  #howto_detail .howto_view a {
    display: block;
    border: none;
    width: 100%;
    -webkit-appearance: none;
            appearance: none;
    border-radius: 0;
    padding: 0;
    width: auto;
    display: inline-block;
    line-height: 1;
    font-size: 12px;
    color: #999;
    font-weight: 600;
    margin-right: 15px;
    padding-right: 15px;
    border-right: solid 1px #e6e6e6;
  }
  #howto_detail .howto_view button [class^=icon],
  #howto_detail .howto_view a [class^=icon] {
    font-size: 20px;
  }
  #howto_detail .howto_view button [class^=icon]:before,
  #howto_detail .howto_view a [class^=icon]:before {
    vertical-align: -1px;
    margin-right: 7px;
  }
  #howto_detail .howto_view button b,
  #howto_detail .howto_view a b {
    margin-right: 6px;
    font-weight: 600;
    text-decoration: underline;
  }
  #howto_detail .howto_view button:hover, #howto_detail .howto_view button:active, #howto_detail .howto_view button:focus,
  #howto_detail .howto_view a:hover,
  #howto_detail .howto_view a:active,
  #howto_detail .howto_view a:focus {
    background-color: transparent;
    box-shadow: none;
  }
  #howto_detail .howto_view .howto_list_yatta_yaritai {
    margin-left: auto;
  }
  #howto_detail .howto_view [data-yatta=true] .howto_list_yatta_btn {
    color: #9BC700;
  }
  #howto_detail .howto_view [data-yaritai=true] .howto_list_yaritai_btn {
    color: #9BC700;
  }
}
#howto_detail .howto_detail_ul {
  margin: 0 20px 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
#howto_detail .howto_detail_ul .howto_profile_top {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#howto_detail .howto_detail_ul .howto_profile_img {
  margin-right: 10px;
}
#howto_detail .howto_detail_ul .howto_profile_img img {
  border-radius: 50%;
  border: 2px solid #76AD00;
  width: 52px;
}
#howto_detail .howto_detail_ul .howto_profile_text .howto_profile_name {
  font-weight: 500;
  line-height: 1;
  font-size: 14px;
  margin: auto;
}
#howto_detail .howto_detail_ul .howto_profile_text .howto_profile_name a {
  color: #76AD00;
}
#howto_detail .howto_detail_ul .howto_profile_text .howto_profile_class {
  font-size: 10px;
  line-height: 1;
  margin-top: 10px;
  color: #B3B3B3;
}
#howto_detail .howto_detail_ul .howto_detail_user_profile_ul {
  border-left: 4px solid #4C4C4C;
  padding-left: 10px;
  margin: 15px 0 0;
}
#howto_detail .howto_detail_ul .howto_detail_user_profile_ul dt {
  color: #4C4C4C;
}
#howto_detail .howto_detail_ul .howto_detail_user_profile_ul dt b {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 13.5px;
  margin-right: 10px;
}
#howto_detail .howto_detail_ul .howto_detail_user_profile_ul dt span {
  font-size: 10px;
  font-weight: 500;
}
#howto_detail .howto_detail_ul .howto_detail_user_profile_ul dd {
  margin-top: 5px;
  letter-spacing: 0.05em;
}
#howto_detail .howto_detail_ul .howto_detail_user_profile_ul .collapse {
  display: block !important;
}
#howto_detail .howto_detail_ul .howto_detail_user_profile_ul .accordion-body, #howto_detail .howto_detail_ul .howto_detail_user_profile_ul .accordion-body.collapsing {
  overflow: hidden;
  min-height: 2.85714286em;
}
#howto_detail .howto_detail_ul .howto_detail_user_profile_ul .accordion-body.lineClamp {
  text-align: justify;
}
#howto_detail .howto_detail_ul .howto_detail_user_profile_ul .accordion-body.lineClamp:not(.in):not(.collapsing) {
  background: #fff;
  overflow: hidden;
  width: 100%;
}
#howto_detail .howto_detail_ul .howto_detail_user_profile_ul .accordion-body.lineClamp:not(.in):not(.collapsing) .lineClampInner {
  display: block;
  font-size: 12px;
  max-height: 34.28571432px;
  line-height: 1.42857143;
  position: relative;
  word-break: break-all;
}
#howto_detail .howto_detail_ul .howto_detail_user_profile_ul .accordion-body.lineClamp:not(.in):not(.collapsing) .lineClampInner:before, #howto_detail .howto_detail_ul .howto_detail_user_profile_ul .accordion-body.lineClamp:not(.in):not(.collapsing) .lineClampInner:after {
  background: #fff;
  position: absolute;
}
#howto_detail .howto_detail_ul .howto_detail_user_profile_ul .accordion-body.lineClamp:not(.in):not(.collapsing) .lineClampInner:before {
  content: "...";
  top: 17.14285716px;
  right: 0;
}
#howto_detail .howto_detail_ul .howto_detail_user_profile_ul .accordion-body.lineClamp:not(.in):not(.collapsing) .lineClampInner:after {
  content: "";
  height: 100%;
  width: 100%;
}
#howto_detail .howto_detail_ul .howto_detail_user_profile_ul .accordion-body.lineClamp:not(.in):not(.collapsing) .lineClampInner:before {
  content: "…";
  width: 13px;
}
#howto_detail .howto_detail_ul .howto_detail_user_profile_ul .accordion-body.lineClamp .lineClampInner p {
  margin-bottom: 1.42857143em;
}
#howto_detail .howto_detail_ul .howto_detail_user_profile_ul .accordion-body.lineClamp.collapsing {
  height: 2.85714286em;
}
#howto_detail .howto_detail_ul .howto_detail_user_profile_ul .btn_close_text,
#howto_detail .howto_detail_ul .howto_detail_user_profile_ul .btn_close_open {
  display: block;
  margin-top: 10px;
  text-decoration: underline;
  color: #B3B3B3;
}
#howto_detail .howto_detail_ul .howto_detail_user_profile_ul .btn_close_text img,
#howto_detail .howto_detail_ul .howto_detail_user_profile_ul .btn_close_open img {
  width: 9px;
  height: 4px;
  margin-left: 10px;
}
#howto_detail .howto_detail_ul .howto_detail_user_profile_ul .btn_close_text {
  display: none;
}
#howto_detail .howto_detail_ul .howto_detail_user_profile_ul .accordion-toggle[aria-expanded=false] .btn_close_open {
  display: inline-block;
}
#howto_detail .howto_detail_ul .howto_detail_user_profile_ul .accordion-toggle[aria-expanded=false] .btn_close_text {
  display: none;
}
#howto_detail .howto_detail_ul .howto_detail_user_profile_ul .accordion-toggle[aria-expanded=true] .btn_close_open {
  display: none;
}
#howto_detail .howto_detail_ul .howto_detail_user_profile_ul .accordion-toggle[aria-expanded=true] .btn_close_text {
  display: block;
}
@media screen and (min-width: 769px) {
  #howto_detail .howto_detail_ul {
    margin-top: 0;
    padding-top: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 40px;
  }
  #howto_detail .howto_detail_ul .howto_profile_top {
    -webkit-flex-basis: 258px;
            flex-basis: 258px;
    max-width: 258px;
  }
  #howto_detail .howto_detail_ul .howto_profile_img {
    margin-right: 12px;
  }
  #howto_detail .howto_detail_ul .howto_profile_img img {
    width: 98px;
    border-width: 4px;
  }
  #howto_detail .howto_detail_ul .howto_profile_text .howto_profile_name {
    font-size: 18px;
  }
  #howto_detail .howto_detail_ul .howto_profile_text .howto_profile_class {
    font-size: 12px;
    margin-top: 12px;
  }
  #howto_detail .howto_detail_ul .howto_detail_user_profile_ul {
    -webkit-flex-basis: 41.34%;
            flex-basis: 41.34%;
    max-width: 41.34%;
    margin-top: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
  }
  #howto_detail .howto_detail_ul .howto_detail_user_profile_ul dt {
    -webkit-flex-basis: 17%;
            flex-basis: 17%;
    max-width: 17%;
  }
  #howto_detail .howto_detail_ul .howto_detail_user_profile_ul dt b {
    font-size: 16.5px;
    margin-right: 0;
    display: block;
  }
  #howto_detail .howto_detail_ul .howto_detail_user_profile_ul dt span {
    display: block;
    font-weight: normal;
  }
  #howto_detail .howto_detail_ul .howto_detail_user_profile_ul dd {
    margin-top: 0;
    -webkit-flex-basis: 83%;
            flex-basis: 83%;
    max-width: 83%;
  }
  #howto_detail .howto_detail_ul .howto_detail_user_profile_ul .accordion-body, #howto_detail .howto_detail_ul .howto_detail_user_profile_ul .accordion-body.collapsing {
    min-height: 4.28571429em;
  }
  #howto_detail .howto_detail_ul .howto_detail_user_profile_ul .accordion-body.lineClamp:not(.in):not(.collapsing) {
    background: #fff;
    overflow: hidden;
    width: 100%;
  }
  #howto_detail .howto_detail_ul .howto_detail_user_profile_ul .accordion-body.lineClamp:not(.in):not(.collapsing) .lineClampInner {
    display: block;
    font-size: 12px;
    max-height: 51.42857148px;
    line-height: 1.42857143;
    position: relative;
    word-break: break-all;
  }
  #howto_detail .howto_detail_ul .howto_detail_user_profile_ul .accordion-body.lineClamp:not(.in):not(.collapsing) .lineClampInner:before, #howto_detail .howto_detail_ul .howto_detail_user_profile_ul .accordion-body.lineClamp:not(.in):not(.collapsing) .lineClampInner:after {
    background: #fff;
    position: absolute;
  }
  #howto_detail .howto_detail_ul .howto_detail_user_profile_ul .accordion-body.lineClamp:not(.in):not(.collapsing) .lineClampInner:before {
    content: "...";
    top: 34.28571432px;
    right: 0;
  }
  #howto_detail .howto_detail_ul .howto_detail_user_profile_ul .accordion-body.lineClamp:not(.in):not(.collapsing) .lineClampInner:after {
    content: "";
    height: 100%;
    width: 100%;
  }
  #howto_detail .howto_detail_ul .howto_detail_user_profile_ul .accordion-body.lineClamp:not(.in):not(.collapsing) .lineClampInner:before {
    content: "…";
    width: 13px;
  }
  #howto_detail .howto_detail_ul .howto_detail_user_profile_ul .accordion-body.lineClamp.collapsing {
    height: 4.28571429em;
  }
  #howto_detail .howto_detail_ul .howto_detail_user_profile_ul .btn_close_text,
  #howto_detail .howto_detail_ul .howto_detail_user_profile_ul .btn_close_open {
    display: block;
    margin-top: 10px;
    text-decoration: underline;
  }
  #howto_detail .howto_detail_ul .howto_detail_user_profile_ul .btn_close_text a,
  #howto_detail .howto_detail_ul .howto_detail_user_profile_ul .btn_close_open a {
    color: #B3B3B3;
  }
  #howto_detail .howto_detail_ul .howto_detail_user_profile_ul .btn_close_text img,
  #howto_detail .howto_detail_ul .howto_detail_user_profile_ul .btn_close_open img {
    width: 9px;
    height: 4px;
    margin-left: 10px;
  }
  #howto_detail .howto_detail_ul .howto_detail_user_profile_ul .btn_close_text {
    display: none;
  }
  #howto_detail .howto_detail_ul #pcOnly-howto_clip {
    margin-left: 40px;
    -webkit-flex-basis: 205px;
            flex-basis: 205px;
    max-width: 205px;
  }
  #howto_detail .howto_detail_ul #pcOnly-howto_clip .btn {
    display: block;
    background-color: #F1F7E0;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    color: #898989;
    border-radius: 20px;
    border: none;
  }
  #howto_detail .howto_detail_ul #pcOnly-howto_clip .btn .icon-clip {
    font-size: 18px;
    margin-left: 7px;
    vertical-align: -2px;
    color: #76AD00;
  }
  #howto_detail .howto_detail_ul #pcOnly-howto_clip .btn:before {
    content: "クリップ";
  }
  #howto_detail .howto_detail_ul #pcOnly-howto_clip[data-clip=true] .icon-clip:before {
    content: "\e923";
    font-size: 24px;
  }
  #howto_detail .howto_detail_ul #pcOnly-howto_clip[data-clip=true] .btn:before {
    content: "クリップしました";
  }
  #howto_detail .howto_detail_ul #pcOnly-howto_fb-like {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #E1E1E1;
  }
}
#howto_detail .howto_detail_yatta_yaritai {
  position: fixed;
  width: 100%;
  bottom: 0;
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  border-top: 1px solid #E6E6E6;
  z-index: 2;
  background: #fff;
}
#howto_detail .howto_detail_yatta_yaritai > div {
  -webkit-flex-basis: 50%;
          flex-basis: 50%;
  text-align: center;
}
#howto_detail .howto_detail_yatta_yaritai button,
#howto_detail .howto_detail_yatta_yaritai a {
  display: block;
  border: none;
  width: 100%;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  padding: 0;
  line-height: 48px;
  font-size: 12px;
  color: #B3B3B3;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  #howto_detail .howto_detail_yatta_yaritai button,
  #howto_detail .howto_detail_yatta_yaritai a {
    font-weight: 700;
  }
}
#howto_detail .howto_detail_yatta_yaritai button [class^=icon],
#howto_detail .howto_detail_yatta_yaritai a [class^=icon] {
  font-size: 20px;
}
#howto_detail .howto_detail_yatta_yaritai button [class^=icon]:before,
#howto_detail .howto_detail_yatta_yaritai a [class^=icon]:before {
  vertical-align: -1px;
  margin-right: 7px;
}
#howto_detail .howto_detail_yatta_yaritai button b,
#howto_detail .howto_detail_yatta_yaritai a b {
  margin-right: 6px;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  #howto_detail .howto_detail_yatta_yaritai button b,
  #howto_detail .howto_detail_yatta_yaritai a b {
    font-weight: 700;
  }
}
#howto_detail .howto_detail_yatta_yaritai button.on,
#howto_detail .howto_detail_yatta_yaritai a.on {
  color: #9BC700;
}
#howto_detail .howto_detail_yatta_yaritai button:hover, #howto_detail .howto_detail_yatta_yaritai button:active, #howto_detail .howto_detail_yatta_yaritai button:focus,
#howto_detail .howto_detail_yatta_yaritai a:hover,
#howto_detail .howto_detail_yatta_yaritai a:active,
#howto_detail .howto_detail_yatta_yaritai a:focus {
  background-color: transparent;
  box-shadow: none;
}
#howto_detail .howto_detail_yatta_yaritai[data-yatta=true] .howto_list_yatta_btn {
  color: #9BC700;
}
#howto_detail .howto_detail_yatta_yaritai[data-yaritai=true] .howto_list_yaritai_btn {
  color: #9BC700;
}
@media screen and (min-width: 769px) {
  #howto_detail .howto_detail_yatta_yaritai {
    display: none;
  }
}
#howto_detail .section_inner {
  max-width: 1040px;
  margin: 0 auto;
}
#howto_detail .bglightgray {
  background-color: rgba(38, 38, 38, 0.05);
}
#howto_detail .graphpaperbox {
  padding: 48px 20px 45px;
  border-top: 1px solid rgba(38, 38, 38, 0.2);
  border-bottom: 1px solid rgba(38, 38, 38, 0.2);
  background: url(/assets/bg_graphpaperbox-7ff9c2334b2e64685e6e0866726993b751a4564dfe118342eb1fb3c79b1c4a2b.png) repeat 0 0;
  background-size: 10px auto;
}
@media screen and (min-width: 769px) {
  #howto_detail .graphpaperbox {
    padding-bottom: 48px;
  }
}
#howto_detail .howto_detail_title_lv1 {
  line-height: 1;
  text-align: center;
  color: #003A4D;
}
#howto_detail .howto_detail_title_lv1 div:nth-child(1) {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 24px;
}
#howto_detail .howto_detail_title_lv1 div:nth-child(2) {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
#howto_detail .howto_detail_title_lv1 [class^=icon] {
  font-size: 8px;
  vertical-align: 0.6em;
  margin-left: 20px;
}
@media screen and (min-width: 769px) {
  #howto_detail .howto_detail_title_lv1 {
    text-align: left;
  }
  #howto_detail .howto_detail_title_lv1 div:nth-child(1) {
    display: inline-block;
    font-size: 27px;
  }
  #howto_detail .howto_detail_title_lv1 div:nth-child(2) {
    display: inline-block;
    margin-top: 0;
    margin-left: 6px;
    font-size: 16px;
    vertical-align: 1px;
  }
  #howto_detail .howto_detail_title_lv1 [class^=icon] {
    display: none;
  }
}
#howto_detail .howto_detail_title_lv2 {
  margin-top: 24px;
  line-height: 1;
  text-align: center;
  padding: 0 0 11px;
  border-bottom: 3px double #262626;
}
#howto_detail .howto_detail_title_lv2 div:nth-child(1) {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 18px;
}
#howto_detail .howto_detail_title_lv2 div:nth-child(2) {
  margin-top: 10px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  #howto_detail .howto_detail_title_lv2 {
    margin-top: 32px;
  }
  #howto_detail .howto_detail_title_lv2 div:nth-child(2) {
    font-size: 12px;
  }
}
#howto_detail #basic_data {
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  #howto_detail #basic_data {
    margin-top: -50px;
  }
  #howto_detail #basic_data .basic_data_content {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  #howto_detail #basic_data .basic_data_1 {
    margin-right: 5.77%;
    -webkit-flex-basis: 17.5%;
            flex-basis: 17.5%;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  #howto_detail #basic_data .basic_data_1 .howto_detail_title_lv2 {
    margin-top: -2px;
    padding-bottom: 0;
    border-bottom: none;
  }
  #howto_detail #basic_data .basic_data_1 .howto_detail_title_lv2 div:nth-child(2) {
    margin-top: 5px;
  }
  #howto_detail #basic_data .basic_data_1 #grow_chart {
    -webkit-order: -1;
    -moz-order: -1;
    order: -1;
  }
  #howto_detail #basic_data .basic_data_2 {
    margin-left: 5.77%;
    -webkit-flex-basis: 66.34%;
            flex-basis: 66.34%;
    -webkit-order: -1;
    -moz-order: -1;
    order: -1;
  }
}
#howto_detail #grow_chart {
  padding: 20px 0 0;
}
#howto_detail #grow_chart .grow_chart_inner {
  position: relative;
  width: 195px;
  height: 190px;
  margin: 0 auto;
}
#howto_detail #grow_chart .growchart_chart canvas, #howto_detail #grow_chart .growchart_chart img {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  width: 144px;
  margin-left: auto;
  margin-right: auto;
}
#howto_detail #grow_chart .growchart_wild,
#howto_detail #grow_chart .growchart_nous,
#howto_detail #grow_chart .growchart_ethos {
  text-align: center;
  position: absolute;
}
#howto_detail #grow_chart .growchart_wild span,
#howto_detail #grow_chart .growchart_nous span,
#howto_detail #grow_chart .growchart_ethos span {
  display: block;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.1em;
}
#howto_detail #grow_chart .growchart_wild b,
#howto_detail #grow_chart .growchart_nous b,
#howto_detail #grow_chart .growchart_ethos b {
  display: block;
  font-size: 19px;
  line-height: 1;
  font-weight: 700;
}
#howto_detail #grow_chart .growchart_wild {
  top: 0;
  left: 0;
  width: 100%;
}
#howto_detail #grow_chart .growchart_wild b {
  margin-top: 4px;
}
#howto_detail #grow_chart .growchart_ethos {
  bottom: 0;
  right: 0;
}
#howto_detail #grow_chart .growchart_ethos span {
  margin-top: 4px;
}
#howto_detail #grow_chart .growchart_nous {
  bottom: 0;
  left: 0;
}
#howto_detail #grow_chart .growchart_nous span {
  margin-top: 4px;
}
@media screen and (min-width: 769px) {
  #howto_detail #grow_chart {
    padding: 0;
  }
  #howto_detail #grow_chart .grow_chart_inner {
    width: 182px;
    height: 178px;
  }
  #howto_detail #grow_chart .growchart_chart canvas, #howto_detail #grow_chart .growchart_chart img {
    top: 48px;
    width: 124px;
  }
  #howto_detail #grow_chart .growchart_wild span,
  #howto_detail #grow_chart .growchart_nous span,
  #howto_detail #grow_chart .growchart_ethos span {
    font-size: 14px;
  }
  #howto_detail #grow_chart .growchart_wild b,
  #howto_detail #grow_chart .growchart_nous b,
  #howto_detail #grow_chart .growchart_ethos b {
    font-size: 24px;
  }
  #howto_detail #grow_chart .growchart_wild b {
    margin-top: 5px;
  }
  #howto_detail #grow_chart .growchart_nous span {
    margin-top: 5px;
  }
  #howto_detail #grow_chart .growchart_ethos span {
    margin-top: 5px;
  }
}
#howto_detail #howto_category {
  padding-top: 10px;
}
#howto_detail #howto_category dl {
  margin: 10px 0 0;
  border: 1px solid #76AD00;
  display: table;
  width: 100%;
  border-radius: 5px;
}
#howto_detail #howto_category dt, #howto_detail #howto_category dd {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  padding: 5px 0;
}
#howto_detail #howto_category dt {
  background-color: #76AD00;
  color: #fff;
  position: relative;
  font-weight: normal;
}
#howto_detail #howto_category dd {
  position: relative;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.357;
  padding-left: 10px;
  padding-right: 10px;
  color: #76AD00;
}
@media screen and (min-width: 769px) {
  #howto_detail #howto_category {
    padding-top: 95px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  #howto_detail #howto_category dl {
    margin: 0;
    -webkit-flex-basis: 18.84%;
            flex-basis: 18.84%;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    background-color: #fff;
  }
  #howto_detail #howto_category dt, #howto_detail #howto_category dd {
    display: block;
    width: auto;
    -webkit-flex-basis: auto;
            flex-basis: auto;
  }
  #howto_detail #howto_category dt {
    line-height: 1;
    padding: 9px 0 10px;
    height: 31px;
  }
  #howto_detail #howto_category dd {
    line-height: 1.41;
    width: 100%;
    padding: 6px 0 7px;
    min-height: 50px;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  #howto_detail #howto_category dd span {
    padding: 0 5px;
  }
}
#howto_detail #howto_overview {
  padding-top: 21px;
}
#howto_detail #howto_overview a, #howto_detail #howto_overview a:visited, #howto_detail #howto_overview a:link {
  color: #76AD00;
  text-decoration: underline;
}
#howto_detail #howto_overview p {
  font-size: 14px;
  line-height: 1.71;
  margin: 22px 0 0;
  letter-spacing: 0.05em;
}
#howto_detail #howto_outline {
  padding: 0 20px 20px;
  border-bottom: 1px solid #D8D8D8;
}
#howto_detail #howto_outline #howto_outline_title {
  background: rgba(95, 226, 184, 0.3);
  border-radius: 5px;
  padding: 11px 15px;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  position: relative;
  color: #003A4D;
  letter-spacing: 0.12em;
  margin-bottom: 22px;
}
#howto_detail #howto_outline #howto_outline_title:after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 40px;
  border-top: 14px solid rgba(95, 226, 184, 0.3);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
#howto_detail #howto_outline #howto_outline_content p {
  font-size: 14px;
  line-height: 22px;
  margin: 22px 0 0;
}
#howto_detail #howto_outline #howto_outline_content p:first-child {
  margin-top: 0;
}
#howto_detail #howto_outline #howto_outline_content a {
  color: #76AD00;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  #howto_detail #howto_outline {
    padding: 0 0 30px;
  }
  #howto_detail #howto_outline #howto_outline_title {
    padding: 15px 20px;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 0;
  }
}
#howto_detail #howto_outline .embed_video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
#howto_detail #howto_outline .embed_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  #howto_detail .howto_need_step_list {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  #howto_detail .howto_need_step_list .howto_need_step_list_main {
    -webkit-flex-basis: 66.026%;
            flex-basis: 66.026%;
    max-width: 66.026%;
  }
  #howto_detail .howto_need_step_list .howto_need_step_list_side {
    -webkit-flex-basis: 30.192%;
            flex-basis: 30.192%;
    max-width: 30.192%;
  }
}
#howto_detail .howto_report-ranking {
  padding: 20px;
  border-bottom: 1px solid #D8D8D8;
}
#howto_detail .howto_report-ranking .howto_detail_title_lv1 {
  text-align: left;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #76AD00;
  background-color: #76AD00;
  color: #fff;
  padding: 13px 0 13px 67px;
  position: relative;
}
#howto_detail .howto_report-ranking .howto_detail_title_lv1 .icon-edit {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 40px;
}
#howto_detail .howto_report-ranking .howto_report-ranking_content {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #76AD00;
  padding: 0 10px 20px;
}
#howto_detail .howto_report-ranking .howto_report-ranking_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#howto_detail .howto_report-ranking .howto_report-ranking_item {
  margin-top: 10px;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#howto_detail .howto_report-ranking .howto_report-ranking_item_image_box {
  -webkit-flex-basis: 33.91%;
          flex-basis: 33.91%;
  max-width: 33.91%;
}
#howto_detail .howto_report-ranking .howto_report-ranking_item_image_box a {
  display: block;
  position: relative;
  border-radius: 5px;
  z-index: 1;
  overflow: hidden;
}
#howto_detail .howto_report-ranking .howto_report-ranking_item_image_box a:hover .howto_report-ranking_item_heart {
  display: block;
}
#howto_detail .howto_report-ranking .howto_report-ranking_item_heart {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.1);
}
#howto_detail .howto_report-ranking .howto_report-ranking_item_heart .howto_report-ranking_item_heart_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#howto_detail .howto_report-ranking .howto_report-ranking_item_heart .icon-heart {
  font-size: 18px;
  margin-right: 5px;
  vertical-align: -3px;
}
#howto_detail .howto_report-ranking .howto_report-ranking_item_summary {
  -webkit-flex-basis: 62.23%;
          flex-basis: 62.23%;
  max-width: 62.23%;
}
#howto_detail .howto_report-ranking .howto_report-ranking_item_message {
  background: #fff;
  overflow: hidden;
  width: 100%;
}
#howto_detail .howto_report-ranking .howto_report-ranking_item_message .lineClampInner {
  display: block;
  font-size: 14px;
  max-height: 60.018px;
  line-height: 1.429;
  position: relative;
  word-break: break-all;
}
#howto_detail .howto_report-ranking .howto_report-ranking_item_message .lineClampInner:before, #howto_detail .howto_report-ranking .howto_report-ranking_item_message .lineClampInner:after {
  background: #fff;
  position: absolute;
}
#howto_detail .howto_report-ranking .howto_report-ranking_item_message .lineClampInner:before {
  content: "...";
  top: 40.012px;
  right: 0;
}
#howto_detail .howto_report-ranking .howto_report-ranking_item_message .lineClampInner:after {
  content: "";
  height: 100%;
  width: 100%;
}
#howto_detail .howto_report-ranking .howto_report-ranking_item_message .lineClampInner:before {
  content: "";
}
#howto_detail .howto_report-ranking .howto_report-ranking_user {
  margin-top: 2px;
  bottom: -6px;
  -webkit-transform: translate(-40px);
          transform: translate(-40px);
  position: absolute;
  z-index: 1;
}
#howto_detail .howto_report-ranking .howto_report-ranking_user img {
  border-radius: 100%;
  border: 1px solid #76AD00;
  margin-right: 2px;
  width: 35px;
}
#howto_detail .howto_report-ranking .howto_report-ranking_user span {
  display: inline-block;
  color: #76AD00;
}
#howto_detail .howto_report-ranking .howto_report-ranking_btn {
  text-align: center;
  margin-top: 13px;
}
#howto_detail .howto_report-ranking .howto_report-ranking_btn .btn {
  background-color: #76AD00;
  border: none;
  border-radius: 0;
  color: #fff;
  width: 232px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 769px) {
  #howto_detail .howto_report-ranking {
    padding: 0;
    border-bottom: none;
    margin-bottom: 40px;
  }
  #howto_detail .howto_report-ranking .howto_detail_title_lv1 {
    padding: 20px 0 20px 74px;
  }
  #howto_detail .howto_report-ranking .howto_detail_title_lv1 div:nth-child(1),
  #howto_detail .howto_report-ranking .howto_detail_title_lv1 div:nth-child(2) {
    display: block;
  }
  #howto_detail .howto_report-ranking .howto_detail_title_lv1 div:nth-child(1) {
    font-size: 25px;
  }
  #howto_detail .howto_report-ranking .howto_detail_title_lv1 div:nth-child(2) {
    font-size: 13px;
    margin-left: 0;
    margin-top: 5px;
  }
  #howto_detail .howto_report-ranking .howto_detail_title_lv1 .icon-edit {
    margin-left: 20px;
  }
  #howto_detail .howto_report-ranking .howto_report-ranking_content {
    padding: 0 18px 20px;
  }
  #howto_detail .howto_report-ranking .howto_report-ranking_item {
    margin-top: 24px;
  }
  #howto_detail .howto_report-ranking .howto_report-ranking_item:first-child {
    margin-top: 16px;
  }
  #howto_detail .howto_report-ranking .howto_report-ranking_item:first-child .howto_report-ranking_item_image_box {
    -webkit-flex-basis: 43.8%;
            flex-basis: 43.8%;
    max-width: 43.8%;
  }
  #howto_detail .howto_report-ranking .howto_report-ranking_item:first-child .howto_report-ranking_item_summary {
    -webkit-flex-basis: 52.55%;
            flex-basis: 52.55%;
    max-width: 52.55%;
  }
  #howto_detail .howto_report-ranking .howto_report-ranking_item:first-child .howto_report-ranking_item_message {
    background: #fff;
    overflow: hidden;
    width: 100%;
  }
  #howto_detail .howto_report-ranking .howto_report-ranking_item:first-child .howto_report-ranking_item_message .lineClampInner {
    display: block;
    font-size: 14px;
    max-height: 100.03px;
    line-height: 1.429;
    position: relative;
    word-break: break-all;
  }
  #howto_detail .howto_report-ranking .howto_report-ranking_item:first-child .howto_report-ranking_item_message .lineClampInner:before, #howto_detail .howto_report-ranking .howto_report-ranking_item:first-child .howto_report-ranking_item_message .lineClampInner:after {
    background: #fff;
    position: absolute;
  }
  #howto_detail .howto_report-ranking .howto_report-ranking_item:first-child .howto_report-ranking_item_message .lineClampInner:before {
    content: "...";
    top: 80.024px;
    right: 0;
  }
  #howto_detail .howto_report-ranking .howto_report-ranking_item:first-child .howto_report-ranking_item_message .lineClampInner:after {
    content: "";
    height: 100%;
    width: 100%;
  }
  #howto_detail .howto_report-ranking .howto_report-ranking_item:first-child .howto_report-ranking_item_message .lineClampInner:before {
    content: "";
  }
  #howto_detail .howto_report-ranking .howto_report-ranking_item_image_box {
    -webkit-flex-basis: 32.12%;
            flex-basis: 32.12%;
    max-width: 32.12%;
  }
  #howto_detail .howto_report-ranking .howto_report-ranking_item_summary {
    -webkit-flex-basis: 64.23%;
            flex-basis: 64.23%;
    max-width: 64.23%;
  }
  #howto_detail .howto_report-ranking .howto_report-ranking_btn {
    margin-top: 20px;
  }
}
#howto_detail .howto_step_nav {
  margin-top: 13px;
}
#howto_detail .howto_step_nav:first-child {
  margin-top: 0;
}
#howto_detail .howto_step_nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#howto_detail .howto_step_nav a {
  border-color: #76AD00;
  padding: 5px 15px;
  color: #76AD00;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
}
#howto_detail .howto_step_nav a:hover {
  background-color: transparent;
}
#howto_detail .howto_step_nav .howto_step_nav_prev a, #howto_detail .howto_step_nav .howto_step_nav_prev a:visited, #howto_detail .howto_step_nav .howto_step_nav_prev a:link {
  background-color: #76AD00;
  color: white;
}
#howto_detail .howto_step_nav .howto_step_nav_prev .icon-prev-w {
  margin-right: 6px;
}
#howto_detail .howto_step_nav .howto_step_nav_next {
  margin-left: auto;
}
#howto_detail .howto_step_nav .howto_step_nav_next a, #howto_detail .howto_step_nav .howto_step_nav_next a:visited, #howto_detail .howto_step_nav .howto_step_nav_next a:link {
  background-color: #76AD00;
  color: white;
}
#howto_detail .howto_step_nav .howto_step_nav_next .icon-next-w {
  margin-left: 6px;
}
@media screen and (min-width: 769px) {
  #howto_detail .howto_step_nav {
    margin-top: 40px;
  }
  #howto_detail .howto_step_nav a {
    padding: 6px 15px;
    box-sizing: border-box;
    width: 230px;
  }
  #howto_detail .howto_step_nav .howto_step_nav_prev .icon-prev-w {
    margin-right: 8px;
  }
  #howto_detail .howto_step_nav .howto_step_nav_next .icon-next-w {
    margin-left: 8px;
  }
}
#howto_detail #howto_need {
  padding: 20px 20px 0;
}
#howto_detail #howto_need .howto_detail_title_lv1 {
  text-align: left;
}
#howto_detail #howto_need .howto_detail_title_lv1 .icon-up-s {
  display: none;
}
#howto_detail #howto_need .accordion-toggle {
  margin-top: 30px;
}
#howto_detail #howto_need .accordion-toggle .howto_detail_title_lv1 div:nth-child(1),
#howto_detail #howto_need .accordion-toggle .howto_detail_title_lv1 div:nth-child(2) {
  display: inline-block;
  margin-top: 0;
}
#howto_detail #howto_need .accordion-toggle[aria-expanded=false] .howto_detail_title_lv1 .icon-down-s {
  display: inline;
}
#howto_detail #howto_need .accordion-toggle[aria-expanded=false] .howto_detail_title_lv1 .icon-up-s {
  display: none;
}
#howto_detail #howto_need .accordion-toggle[aria-expanded=false] + .howto_detail_title_lv1 + #howto_need_things_list .howto_need_things_list_more {
  display: block;
}
#howto_detail #howto_need .accordion-toggle[aria-expanded=true] .howto_detail_title_lv1 .icon-down-s {
  display: none;
}
#howto_detail #howto_need .accordion-toggle[aria-expanded=true] .howto_detail_title_lv1 .icon-up-s {
  display: inline;
}
#howto_detail #howto_need .accordion-toggle[aria-expanded=true] + .howto_detail_title_lv1 + #howto_need_things_list .howto_need_things_list_more {
  display: none;
}
#howto_detail #howto_need #howto_need_things_list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 2;
  margin-top: 16px;
}
#howto_detail #howto_need #howto_need_things_list ul + ul {
  margin-top: 0;
}
#howto_detail #howto_need #howto_need_things_list li {
  border-bottom: 1px solid rgba(26, 95, 120, 0.4);
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
#howto_detail #howto_need #howto_need_things_list li p {
  margin: 0;
}
#howto_detail #howto_need #howto_need_things_list li p:nth-child(2) {
  text-align: right;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  #howto_detail #howto_need {
    padding: 30px 0 0;
  }
  #howto_detail #howto_need .accordion-toggle {
    pointer-events: none;
  }
  #howto_detail #howto_need .howto_need_things_list_more {
    display: none !important;
  }
  #howto_detail #howto_need .accordion-body {
    display: block;
  }
  #howto_detail #howto_need .howto_detail_title_lv1 {
    margin-top: 40px;
    padding-bottom: 14px;
    border-bottom: 2px solid #003A4D;
  }
  #howto_detail #howto_need .howto_detail_title_lv1 div:nth-child(1) {
    display: inline-block;
  }
  #howto_detail #howto_need .howto_detail_title_lv1 div:nth-child(2) {
    display: inline-block;
  }
  #howto_detail #howto_need #howto_need_things_list {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    margin-top: 10px;
  }
  #howto_detail #howto_need #howto_need_things_list ul {
    margin-top: 0;
  }
  #howto_detail #howto_need #howto_need_things_list li {
    border-bottom-color: rgba(38, 38, 38, 0.2);
  }
}
#howto_detail #howto_step_list {
  padding: 0 20px 20px;
  border-bottom: 1px solid #D8D8D8;
}
#howto_detail #howto_step_list a, #howto_detail #howto_step_list a:visited, #howto_detail #howto_step_list a:link {
  color: #76AD00;
  text-decoration: underline;
}
#howto_detail #howto_step_list .howto_detail_title_lv1_wrapper:first-child .howto_detail_title_lv1 {
  margin-top: 48px;
}
#howto_detail #howto_step_list .howto_detail_title_lv1 {
  margin: 35px 0 0;
  text-align: left;
}
#howto_detail #howto_step_list .howto_step_list_title {
  font-size: 18px;
  line-height: 1.444444444;
  font-weight: 700;
  margin-top: 10px;
  letter-spacing: 0.05em;
}
#howto_detail #howto_step_list .howto_step_list_title h2 {
  font-weight: 700;
  font-size: 18px;
  margin: auto;
  color: #003A4D;
}
#howto_detail #howto_step_list .w3-content {
  margin-top: 20px;
}
#howto_detail #howto_step_list .w3-content .howto_step_images_ul {
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
}
#howto_detail #howto_step_list .w3-content .howto_step_images_ul .howto_step_images_img {
  background-size: cover;
  background-position: 50% 50%;
  /*          cursor: pointer; */
}
#howto_detail #howto_step_list .w3-content .howto_step_images_ul .howto_step_images_img img {
  width: 100%;
  opacity: 0;
}
#howto_detail #howto_step_list .w3-content .howto_step_images_ul .howto_step_images_caption {
  color: #666666;
}
#howto_detail #howto_step_list .w3-content .howto_step_images_ul .slick-dots {
  position: initial;
  bottom: inherit;
  margin-top: 12px;
}
@media screen and (min-width: 769px) {
  #howto_detail #howto_step_list .w3-content .howto_step_images_ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #howto_detail #howto_step_list .w3-content .howto_step_images_ul li {
    -webkit-flex-basis: 164px;
            flex-basis: 164px;
    height: 164px;
    margin-right: 10px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #howto_detail #howto_step_list .w3-content .howto_step_images_ul li .howto_step_images_img {
    height: 164px;
    transition: opacity 150ms linear;
    opacity: 0;
  }
  #howto_detail #howto_step_list .w3-content .howto_step_images_ul li .howto_step_images_img img {
    height: 100%;
  }
  #howto_detail #howto_step_list .w3-content .howto_step_images_ul li:last-child {
    margin-right: 0;
  }
  #howto_detail #howto_step_list .w3-content .howto_step_images_ul li:hover {
    opacity: 0.75; /* 25％ほど透明にする */
  }
  #howto_detail #howto_step_list .w3-content .howto_step_images_ul li.firstChild {
    -webkit-order: -1;
            order: -1;
    -webkit-flex-basis: 688px;
            flex-basis: 688px;
    height: auto;
    margin-right: 0;
    padding-bottom: 10px;
    background-size: 0;
  }
  #howto_detail #howto_step_list .w3-content .howto_step_images_ul li.firstChild .howto_step_images_img {
    height: auto;
    opacity: 1;
  }
  #howto_detail #howto_step_list .w3-content .howto_step_images_ul li.firstChild .howto_step_images_img img {
    opacity: 1;
  }
  #howto_detail #howto_step_list .w3-content .howto_step_images_ul li.firstChild .howto_step_images_caption {
    height: 50%;
    top: calc(82px - 50%);
  }
  #howto_detail #howto_step_list .w3-content .howto_step_images_ul .howto_step_images_caption {
    position: relative;
    display: -webkit-flex;
    display: flex;
    margin-top: -82px;
    padding: 10px;
    min-height: 82px;
    -webkit-align-items: flex-end;
            align-items: flex-end;
    word-break: break-all;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
    color: #fff;
  }
  #howto_detail #howto_step_list .w3-content .howto_step_images_ul .howto_step_images_caption .howto_step_images_caption-inner {
    display: table;
    min-height: 36px;
  }
  #howto_detail #howto_step_list .w3-content .howto_step_images_ul .howto_step_images_caption .howto_step_images_caption-inner span {
    display: table-cell;
    vertical-align: middle;
  }
}
#howto_detail #howto_step_list .w3-content .howto_step_images_ul .slick-prev, #howto_detail #howto_step_list .w3-content .howto_step_images_ul .slick-next {
  top: 0;
  -webkit-transform: none;
          transform: none;
}
#howto_detail #howto_step_list .w3-content .howto_step_images_ul .slick-prev:before, #howto_detail #howto_step_list .w3-content .howto_step_images_ul .slick-next:before {
  color: #fff;
  text-align: center;
}
#howto_detail #howto_step_list .howto_step_list_explanation {
  display: block !important;
}
#howto_detail #howto_step_list .howto_step_list_explanation p {
  font-size: 14px;
  line-height: 1.71;
  margin: 10px 0 0;
  letter-spacing: 0.05em;
}
#howto_detail #howto_step_list .howto_step_list_explanation.collapse {
  height: auto;
}
#howto_detail #howto_step_list .howto_step_list_explanation.accordion-body:not(.hide-collapse), #howto_detail #howto_step_list .howto_step_list_explanation.accordion-body.collapsing {
  overflow: hidden;
  min-height: 21.42857145em;
}
#howto_detail #howto_step_list .howto_step_list_explanation .embed_video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
#howto_detail #howto_step_list .howto_step_list_explanation .embed_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#howto_detail #howto_step_list .howto_step_nav_prev a, #howto_detail #howto_step_list .howto_step_nav_prev a:visited, #howto_detail #howto_step_list .howto_step_nav_prev a:link, #howto_detail #howto_step_list .howto_step_nav_next a, #howto_detail #howto_step_list .howto_step_nav_next a:visited, #howto_detail #howto_step_list .howto_step_nav_next a:link {
  color: white;
}
#howto_detail #howto_step_list .btn_close_shade {
  position: relative;
  width: 100%;
  height: 70px;
  margin-top: -70px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
#howto_detail #howto_step_list .btn_close_text,
#howto_detail #howto_step_list .btn_close_open {
  display: block;
  margin-top: 10px;
  text-decoration: underline;
  color: #262626;
}
#howto_detail #howto_step_list .btn_close_text img,
#howto_detail #howto_step_list .btn_close_open img {
  width: 9px;
  height: 4px;
  margin-left: 10px;
  -webkit-filter: brightness(0.1);
          filter: brightness(0.1);
}
#howto_detail #howto_step_list .btn_close_text {
  display: none;
}
#howto_detail #howto_step_list .accordion-toggle[aria-expanded=false] .btn_close_open {
  display: inline;
}
#howto_detail #howto_step_list .accordion-toggle[aria-expanded=false] .btn_close_text {
  display: none;
}
#howto_detail #howto_step_list .accordion-toggle[aria-expanded=true] .btn_close_shade {
  display: none;
}
#howto_detail #howto_step_list .accordion-toggle[aria-expanded=true] .btn_close_open {
  display: none;
}
#howto_detail #howto_step_list .accordion-toggle[aria-expanded=true] .btn_close_text {
  display: block;
}
#howto_detail #howto_step_list .howto_step_list_explanation.hide-collapse + .accordion-toggle {
  display: none;
}
#howto_detail #howto_step_list .howto_step_list_title + .howto_step_list_explanation p:first-child {
  margin-top: 10px;
}
#howto_detail #howto_step_list .howto_step_list_point {
  margin-top: 23px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 15px 20px 50px;
  background: url(/images/howto_detail/bg_howto_step_list_point.png) no-repeat 0 0;
  background-size: 100% 100%;
}
#howto_detail #howto_step_list .howto_step_list_point .howto_step_list_point_title {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 25px;
  line-height: 1;
  margin: 25px 20px 0;
  max-width: 1080px;
  color: #003A4D;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  #howto_detail #howto_step_list .howto_step_list_point .howto_step_list_point_title {
    margin: 48px auto 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#howto_detail #howto_step_list .howto_step_list_point .howto_step_list_point_description p {
  font-size: 14px;
  line-height: 1.71;
  margin: 22px 0 0;
  letter-spacing: 0.05em;
  color: #003A4D;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  #howto_detail #howto_step_list {
    padding: 0 0 48px;
    border-bottom: none;
  }
  #howto_detail #howto_step_list a, #howto_detail #howto_step_list a:visited, #howto_detail #howto_step_list a:link {
    text-decoration: none;
  }
  #howto_detail #howto_step_list .howto_detail_title_lv1_wrapper {
    margin-top: 60px;
  }
  #howto_detail #howto_step_list .howto_detail_title_lv1_wrapper .howto_detail_title_lv1 {
    margin: 0;
    display: inline-block;
  }
  #howto_detail #howto_step_list .howto_detail_title_lv1_wrapper .howto_step_list_title {
    margin-top: 0;
    margin-left: 10px;
    display: inline-block;
  }
  #howto_detail #howto_step_list .howto_detail_title_lv1_wrapper .howto_step_list_title h2 {
    font-size: 26px;
    font-weight: 500;
  }
  #howto_detail #howto_step_list .howto_detail_title_lv1_wrapper:first-child .howto_detail_title_lv1 {
    margin-top: 0;
  }
  #howto_detail #howto_step_list .w3-content {
    margin-top: 20px;
  }
  #howto_detail #howto_step_list .howto_step_list_explanation p {
    margin-top: 25px;
  }
  #howto_detail #howto_step_list .howto_step_list_explanation.accordion-body:not(.hide-collapse), #howto_detail #howto_step_list .howto_step_list_explanation.accordion-body.collapsing {
    min-height: 7.75em;
  }
  #howto_detail #howto_step_list .howto_step_list_title + .howto_step_list_explanation p:first-child {
    margin-top: 25px;
  }
  #howto_detail #howto_step_list .btn_close_shade {
    display: none;
  }
  #howto_detail #howto_step_list .howto_step_list_point {
    margin-top: 48px;
    margin-left: 0;
    margin-right: 0;
    padding: 45px 40px 100px;
    background-image: url(/images/howto_detail/bg_howto_step_list_point_pc.png);
  }
  #howto_detail #howto_step_list .howto_step_list_point .howto_step_list_point_title {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  #howto_detail #howto_step_list .howto_step_list_point .howto_step_list_point_description p {
    margin-top: 34px;
    font-size: 16px;
    line-height: 24px;
  }
  #howto_detail #howto_step_list .btn_close_text,
  #howto_detail #howto_step_list .btn_close_open {
    margin-top: 25px;
    margin-left: auto;
    text-decoration: none;
    color: #76AD00;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    border: 1px solid #76AD00;
    border-radius: 6px;
    box-sizing: border-box;
    width: 170px;
    text-align: center;
    padding: 7px 0;
  }
  #howto_detail #howto_step_list .btn_close_text img,
  #howto_detail #howto_step_list .btn_close_open img {
    width: 13px;
    height: 7px;
    margin-left: 10px;
    -webkit-filter: brightness(1);
            filter: brightness(1);
    vertical-align: 2px;
  }
  #howto_detail #howto_step_list .accordion-toggle[aria-expanded=false] .btn_close_open {
    display: block;
  }
  #howto_detail #howto_step_list .accordion-toggle[aria-expanded=true] .btn_close_text {
    display: block;
  }
}
#howto_detail #howto_summary {
  padding: 35px 20px 0;
}
#howto_detail #howto_summary .howto_detail_title_lv1 {
  text-align: left;
}
#howto_detail #howto_summary .howto_detail_title_lv1 div:nth-child(1),
#howto_detail #howto_summary .howto_detail_title_lv1 div:nth-child(2) {
  display: inline-block;
}
#howto_detail #howto_summary .howto_summary_top {
  margin-top: 20px;
  margin-left: -3px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#howto_detail #howto_summary .howto_summary_img img {
  border-radius: 50%;
  border: 2px solid #9BC700;
  width: 80px;
  margin-right: 12px;
}
#howto_detail #howto_summary .howto_summary_text {
  font-weight: 500;
  line-height: 1;
  font-size: 20px;
}
#howto_detail #howto_summary .howto_summary_text a {
  color: #76AD00;
}
#howto_detail #howto_summary #howto_summary_area {
  margin: -12px -10px 0;
  background: url(/images/howto_detail/bg_howto_summary.png) no-repeat 0 0;
  background-size: 100% 100%;
}
#howto_detail #howto_summary #howto_summary_area #howto_summary_area_inner {
  padding: 20px 20px 40px;
}
#howto_detail #howto_summary #howto_summary_area p {
  font-size: 14px;
  line-height: 1.71;
  margin: 20px 0 0;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  #howto_detail #howto_summary {
    padding-top: 0;
  }
  #howto_detail #howto_summary .section_inner {
    padding-top: 46px;
    border-top: 1px solid #D8D8D8;
  }
  #howto_detail #howto_summary .howto_summary_bg_pc {
    background: url(/images/howto_detail/bg_howto_summary_pc.png) no-repeat 0 0;
    background-size: 100% 100%;
  }
  #howto_detail #howto_summary .howto_detail_title_lv1 {
    padding-top: 14px;
  }
  #howto_detail #howto_summary .howto_summary_top {
    margin-top: 30px;
  }
  #howto_detail #howto_summary .howto_summary_img img {
    width: 98px;
    border-width: 4px;
  }
  #howto_detail #howto_summary .howto_summary_text {
    font-size: 40px;
  }
  #howto_detail #howto_summary .howto_summary_name {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: rotate(-5deg) translateY(-40px);
            transform: rotate(-5deg) translateY(-40px);
  }
  #howto_detail #howto_summary #howto_summary_area {
    margin: 0;
    background: none;
  }
  #howto_detail #howto_summary #howto_summary_area #howto_summary_area_inner {
    padding: 0 16.923% 135px;
    margin-top: -50px;
  }
  #howto_detail #howto_summary #howto_summary_area p {
    margin-top: 25px;
  }
}
#howto_detail .howto_downlowd_clip {
  margin-top: 20px;
  padding: 0 20px 20px;
  border-bottom: 1px solid #D8D8D8;
}
#howto_detail .howto_downlowd_clip ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#howto_detail .howto_downlowd_clip li {
  margin-top: 15px;
}
#howto_detail .howto_downlowd_clip .btn {
  border: none;
  color: #fff;
  font-size: 14px;
  padding: 14px 0;
  border-radius: 24px;
  display: block;
  width: 100%;
}
#howto_detail .howto_downlowd_clip .btn .icon-pdf {
  font-size: 25px;
  margin-left: 12px;
  vertical-align: -6px;
}
#howto_detail .howto_downlowd_clip .btn .icon-clip {
  font-size: 23px;
  margin-left: 7px;
  vertical-align: -5px;
}
#howto_detail .howto_downlowd_clip .howto_downlowd_clip_btn_download .btn {
  background-color: #FF8B3E;
}
#howto_detail .howto_downlowd_clip .howto_downlowd_clip_btn_clip .btn {
  background-color: #76AD00;
}
#howto_detail .howto_downlowd_clip .howto_downlowd_clip_btn_clip[data-clip=false] .btn:before {
  content: "このHow Toをクリップ";
}
#howto_detail .howto_downlowd_clip .howto_downlowd_clip_btn_clip[data-clip=true] .icon-clip:before {
  content: "\e923";
  font-size: 30px;
  line-height: 0.5em;
}
#howto_detail .howto_downlowd_clip .howto_downlowd_clip_btn_clip[data-clip=true] .btn:before {
  content: "クリップしました";
}
@media screen and (min-width: 769px) {
  #howto_detail .howto_downlowd_clip {
    margin-top: 85px;
    padding: 0;
    border-bottom: none;
  }
  #howto_detail .howto_downlowd_clip .section_inner {
    border-top: 1px solid #D8D8D8;
  }
  #howto_detail .howto_downlowd_clip ul {
    margin-top: -24px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    width: 670px;
    margin-left: auto;
    margin-right: auto;
  }
  #howto_detail .howto_downlowd_clip li {
    margin-top: 0;
    width: 314px;
  }
}
#howto_detail .howto_banner_1 {
  padding: 5px 20px 0;
}
#howto_detail .howto_banner_1 ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#howto_detail .howto_banner_1 li {
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  #howto_detail .howto_banner_1 {
    padding: 55px 0 0;
  }
  #howto_detail .howto_banner_1 ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  #howto_detail .howto_banner_1 li {
    -webkit-flex-basis: 32.3%;
            flex-basis: 32.3%;
    margin-top: 0;
    margin-left: 1.55%;
  }
  #howto_detail .howto_banner_1 li:first-child {
    margin-left: 0;
  }
}
#howto_detail .howto_banner_2 {
  padding: 33px 20px 0;
}
#howto_detail .howto_banner_2 ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#howto_detail .howto_banner_2 li {
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  #howto_detail .howto_banner_2 {
    padding: 0;
    margin-bottom: 40px;
  }
  #howto_detail .howto_banner_2 li {
    margin-top: 20px;
  }
  #howto_detail .howto_banner_2 li:first-child {
    margin-top: 0;
  }
}
#howto_detail .howto_entry_yatta {
  margin-top: 20px;
  background: rgba(95, 226, 184, 0.2);
  padding: 20px;
}
#howto_detail .howto_entry_yatta .section_inner {
  max-width: 720px;
}
#howto_detail .howto_entry_yatta .howto_entry_yatta_title {
  font-size: 20px;
  line-height: 1;
  color: #003A4D;
  font-weight: 500;
}
#howto_detail .howto_entry_yatta .howto_entry_yatta_title .icon-edit {
  margin-right: 6px;
}
#howto_detail .howto_entry_yatta .howto_entry_yatta_title_sub {
  font-size: 14px;
  line-height: 1.429;
  color: #003A4D;
  margin-top: 12px;
}
#howto_detail .howto_entry_yatta .howto_entry_yatta_caution {
  font-size: 12px;
  line-height: 1.5;
  color: #8C8C8C;
  margin-top: 4px;
}
#howto_detail .howto_entry_yatta .howto_entry_yatta_content {
  margin: 6px -10px 0;
  padding: 9px 10px 15px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
#howto_detail .howto_entry_yatta .howto_entry_yatta_content_inner {
  position: relative;
}
#howto_detail .howto_entry_yatta .howto_entry_yatta_content_inner a:hover {
  opacity: 1;
}
#howto_detail .howto_entry_yatta .howto_entry_yatta_for_logout_user {
  background-color: rgba(118, 173, 0, 0.8);
  border-radius: 10px;
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% + 10px);
  z-index: 2;
  margin: -10px -10px 0;
}
#howto_detail .howto_entry_yatta .howto_entry_yatta_for_logout_user dl {
  margin: 0;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
#howto_detail .howto_entry_yatta .howto_entry_yatta_for_logout_user dt {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
#howto_detail .howto_entry_yatta .howto_entry_yatta_for_logout_user dd {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
#howto_detail .howto_entry_yatta .howto_entry_yatta_file_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
#howto_detail .howto_entry_yatta .howto_entry_yatta_file_list.images-0 li.howto_entry_yatta_file_item:nth-child(2),
#howto_detail .howto_entry_yatta .howto_entry_yatta_file_list.images-0 li.howto_entry_yatta_file_item:nth-child(3) {
  display: none;
}
#howto_detail .howto_entry_yatta .howto_entry_yatta_file_list.images-1 li.howto_entry_yatta_file_item:nth-child(3) {
  display: none;
}
#howto_detail .howto_entry_yatta .howto_entry_yatta_file_item {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  -webkit-flex-basis: 31.42%;
          flex-basis: 31.42%;
  max-width: 31.42%;
  margin-left: 2.87%;
}
#howto_detail .howto_entry_yatta .howto_entry_yatta_file_item:first-child {
  margin-left: 0;
}
#howto_detail .howto_entry_yatta .howto_entry_yatta_file_item .btn_delete_file {
  display: none;
  border: none;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 6px 0;
  z-index: 1;
  border-radius: 0;
  font-size: 14px;
  line-height: 1;
  color: #8C8C8C;
  text-align: center;
}
#howto_detail .howto_entry_yatta .howto_entry_yatta_file_item .btn_delete_file .icon-dustbox {
  font-size: 24px;
  margin-right: 10px;
  vertical-align: -4px;
}
#howto_detail .howto_entry_yatta .howto_entry_yatta_file_item .btn_delete_file.show-btn {
  display: block;
}
#howto_detail .howto_entry_yatta .howto_entry_yatta_file_item .btn_add_file {
  border: none;
  background: none transparent;
  padding: 0;
  width: 100%;
  height: 100%;
}
#howto_detail .howto_entry_yatta .howto_entry_yatta_file_item .btn_image0 {
  display: none;
  border: 1px solid #76AD00;
  border-radius: 5px;
  background: rgba(118, 173, 0, 0.05);
  text-align: center;
  color: #76AD00;
  width: 100%;
}
#howto_detail .howto_entry_yatta .howto_entry_yatta_file_item .btn_image0 .icon-camera {
  font-size: 42px;
  line-height: 100px;
}
#howto_detail .howto_entry_yatta .howto_entry_yatta_file_item #howto_yatta_preview1,
#howto_detail .howto_entry_yatta .howto_entry_yatta_file_item #howto_yatta_preview2,
#howto_detail .howto_entry_yatta .howto_entry_yatta_file_item #howto_yatta_preview3 {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-image: url(/images/howto_detail/bt_plus_photo.svg);
}
#howto_detail .howto_entry_yatta .howto_entry_yatta_file_item input[type=file] {
  display: none;
}
#howto_detail .howto_entry_yatta .howto_entry_yatta_file_list.images-0 li.howto_entry_yatta_file_item:nth-child(1) {
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
  max-width: 100%;
}
#howto_detail .howto_entry_yatta .howto_entry_yatta_file_list.images-0 li.howto_entry_yatta_file_item:nth-child(1) .btn_image0 {
  display: block;
}
#howto_detail .howto_entry_yatta .howto_entry_yatta_file_list.images-0 li.howto_entry_yatta_file_item:nth-child(1) .preview {
  display: none;
}
#howto_detail .howto_entry_yatta .howto_entry_yatta_file_list.images-0 li.howto_entry_yatta_file_item:nth-child(2),
#howto_detail .howto_entry_yatta .howto_entry_yatta_file_list.images-0 li.howto_entry_yatta_file_item:nth-child(3) {
  display: none;
}
#howto_detail .howto_entry_yatta .howto_entry_yatta_file_list.images-1 li.howto_entry_yatta_file_item:nth-child(3) {
  display: none;
}
#howto_detail .howto_entry_yatta .howto_entry_yatta_user {
  margin: 5px 0 0;
}
#howto_detail .howto_entry_yatta .howto_entry_yatta_user img {
  border: 1px solid #76AD00;
  width: 36px;
  border-radius: 100%;
}
#howto_detail .howto_entry_yatta .howto_entry_yatta_last_text {
  font-size: 12px;
  line-height: 1;
  text-align: right;
  color: #8C8C8C;
  margin-top: -1em;
}
#howto_detail .howto_entry_yatta .howto_entry_yatta_last_text b {
  font-weight: normal;
}
#howto_detail .howto_entry_yatta .howto_entry_yatta_input {
  margin-top: 5px;
  border: 1px solid #76AD00;
  border-radius: 5px;
}
#howto_detail .howto_entry_yatta .howto_entry_yatta_input input, #howto_detail .howto_entry_yatta .howto_entry_yatta_input textarea {
  padding: 0;
  font-size: 16px;
  width: 100%;
  border: none;
}
#howto_detail .howto_entry_yatta .howto_entry_yatta_input input:-ms-input-placeholder, #howto_detail .howto_entry_yatta .howto_entry_yatta_input textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #B3B3B3;
  font-weight: normal;
}
#howto_detail .howto_entry_yatta .howto_entry_yatta_input input:placeholder-shown, #howto_detail .howto_entry_yatta .howto_entry_yatta_input textarea:placeholder-shown {
  font-size: 14px;
  color: #B3B3B3;
  font-weight: normal;
}
#howto_detail .howto_entry_yatta .howto_entry_yatta_input input::-webkit-input-placeholder, #howto_detail .howto_entry_yatta .howto_entry_yatta_input textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #B3B3B3;
  font-weight: normal;
}
#howto_detail .howto_entry_yatta .howto_entry_yatta_input input:-moz-placeholder, #howto_detail .howto_entry_yatta .howto_entry_yatta_input textarea:-moz-placeholder {
  font-size: 14px;
  color: #B3B3B3;
  opacity: 1;
  font-weight: normal;
}
#howto_detail .howto_entry_yatta .howto_entry_yatta_input input::-moz-placeholder, #howto_detail .howto_entry_yatta .howto_entry_yatta_input textarea::-moz-placeholder {
  font-size: 14px;
  color: #B3B3B3;
  opacity: 1;
  font-weight: normal;
}
#howto_detail .howto_entry_yatta .howto_entry_yatta_input input:-ms-input-placeholder, #howto_detail .howto_entry_yatta .howto_entry_yatta_input textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #B3B3B3;
  font-weight: normal;
}
#howto_detail .howto_entry_yatta .howto_entry_yatta_input textarea {
  padding-right: 5px;
  height: 90px;
}
#howto_detail .howto_entry_yatta .howto_entry_yatta_input textarea::-webkit-scrollbar {
  width: 4px;
  margin-right: 10px;
}
#howto_detail .howto_entry_yatta .howto_entry_yatta_input textarea::-webkit-scrollbar-track {
  background: transparent;
}
#howto_detail .howto_entry_yatta .howto_entry_yatta_input textarea::-webkit-scrollbar-thumb {
  background: #76AD00;
  border-radius: 2px;
}
#howto_detail .howto_entry_yatta .howto_entry_yatta_input_top {
  padding: 10px 8px 10px 12px;
}
#howto_detail .howto_entry_yatta .howto_entry_yatta_input_bottom {
  border-top: 1px solid #76AD00;
  padding: 10px 12px;
}
#howto_detail .howto_entry_yatta .howto_entry_yatta_submit {
  margin-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
#howto_detail .howto_entry_yatta .btn_entry {
  display: block;
  border: none;
  width: 100%;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
  line-height: 48px;
  background-color: #76AD00;
}
#howto_detail .howto_entry_yatta .btn_login {
  display: block;
  border: none;
  width: 100%;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
  line-height: 48px;
  background-color: #FF8B3E;
}
@media screen and (min-width: 769px) {
  #howto_detail .howto_entry_yatta {
    margin-top: 80px;
    padding: 40px 0 50px;
  }
  #howto_detail .howto_entry_yatta .howto_entry_yatta_header {
    position: relative;
    padding-left: 50px;
  }
  #howto_detail .howto_entry_yatta .howto_entry_yatta_title {
    font-size: 24px;
    display: inline-block;
  }
  #howto_detail .howto_entry_yatta .howto_entry_yatta_title .icon-edit {
    font-size: 40px;
    margin-right: 0;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #howto_detail .howto_entry_yatta .howto_entry_yatta_title_sub {
    display: inline-block;
    vertical-align: 3px;
    margin-top: 0;
    margin-left: 20px;
  }
  #howto_detail .howto_entry_yatta .howto_entry_yatta_content {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding: 30px;
    border-radius: 10px;
  }
  #howto_detail .howto_entry_yatta .howto_entry_yatta_for_logout_user {
    height: calc(100% + 20px);
    margin-bottom: -10px;
  }
  #howto_detail .howto_entry_yatta .howto_entry_yatta_for_logout_user dt {
    font-size: 24px;
    line-height: 40px;
  }
  #howto_detail .howto_entry_yatta .howto_entry_yatta_for_logout_user dd {
    margin-top: 10px;
  }
  #howto_detail .howto_entry_yatta .howto_entry_yatta_file .btn {
    border-width: 2px;
  }
  #howto_detail .howto_entry_yatta .howto_entry_yatta_file_item {
    -webkit-flex-basis: 100px;
            flex-basis: 100px;
    max-width: 100px;
    margin-left: 20px;
  }
  #howto_detail .howto_entry_yatta .howto_entry_yatta_user_input {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  #howto_detail .howto_entry_yatta .howto_entry_yatta_user {
    -webkit-flex-basis: 56px;
            flex-basis: 56px;
    max-width: 56px;
    margin: 0;
    padding-top: 42px;
  }
  #howto_detail .howto_entry_yatta .howto_entry_yatta_user img {
    border-width: 2px;
    width: 56px;
  }
  #howto_detail .howto_entry_yatta .howto_entry_yatta_user_input_wrapper {
    position: relative;
    -webkit-flex-basis: calc(100% - 78px);
            flex-basis: calc(100% - 78px);
    max-width: calc(100% - 78px);
  }
  #howto_detail .howto_entry_yatta .howto_entry_yatta_user_input_wrapper:before {
    content: "";
    position: absolute;
    left: -12px;
    top: 62px;
    display: block;
    border-right: 12px solid #76AD00;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #howto_detail .howto_entry_yatta .howto_entry_yatta_user_input_wrapper:after {
    content: "";
    position: absolute;
    left: -9px;
    top: 62px;
    display: block;
    border-right: 12px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #howto_detail .howto_entry_yatta .howto_entry_yatta_last_text {
    margin-top: 10px;
  }
  #howto_detail .howto_entry_yatta .howto_entry_yatta_input {
    border-width: 2px;
  }
  #howto_detail .howto_entry_yatta .howto_entry_yatta_input textarea {
    height: 55px;
  }
  #howto_detail .howto_entry_yatta .howto_entry_yatta_input_top {
    padding: 12px 10px 12px 15px;
  }
  #howto_detail .howto_entry_yatta .howto_entry_yatta_input_bottom {
    border-width: 2px;
    padding: 12px 15px;
  }
  #howto_detail .howto_entry_yatta .howto_entry_yatta_submit {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  #howto_detail .howto_entry_yatta .btn_entry,
  #howto_detail .howto_entry_yatta .btn_login {
    width: 374px;
    margin-left: auto;
    margin-right: auto;
  }
}
#howto_detail .howto_entry_comment {
  margin-top: 48px;
  background: rgba(95, 226, 184, 0.2);
  padding: 20px;
}
#howto_detail .howto_entry_comment .section_inner {
  max-width: 720px;
}
#howto_detail .howto_entry_comment .howto_entry_comment_title {
  font-size: 20px;
  line-height: 1;
  color: #003A4D;
  font-weight: 500;
}
#howto_detail .howto_entry_comment .howto_entry_comment_title .icon-line-comment {
  margin-right: 6px;
}
#howto_detail .howto_entry_comment .howto_entry_comment_content {
  margin: 10px 0 0;
}
#howto_detail .howto_entry_comment .howto_entry_comment_content_inner {
  padding: 0 10px 15px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
#howto_detail .howto_entry_comment .howto_entry_comment_user {
  margin: 5px 0 0;
}
#howto_detail .howto_entry_comment .howto_entry_comment_user img {
  border: 1px solid #76AD00;
  width: 36px;
  border-radius: 100%;
}
#howto_detail .howto_entry_comment .howto_entry_comment_last_text {
  font-size: 12px;
  line-height: 1;
  text-align: right;
  color: #8C8C8C;
  margin-top: -1em;
}
#howto_detail .howto_entry_comment .howto_entry_comment_last_text b {
  font-weight: normal;
}
#howto_detail .howto_entry_comment .howto_entry_comment_input {
  margin-top: 5px;
  border: 1px solid #76AD00;
  border-radius: 5px;
  padding: 10px 8px 10px 12px;
}
#howto_detail .howto_entry_comment .howto_entry_comment_input input, #howto_detail .howto_entry_comment .howto_entry_comment_input textarea {
  padding: 0;
  font-size: 16px;
  width: 100%;
  border: none;
}
#howto_detail .howto_entry_comment .howto_entry_comment_input input:-ms-input-placeholder, #howto_detail .howto_entry_comment .howto_entry_comment_input textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #B3B3B3;
  font-weight: normal;
}
#howto_detail .howto_entry_comment .howto_entry_comment_input input:placeholder-shown, #howto_detail .howto_entry_comment .howto_entry_comment_input textarea:placeholder-shown {
  font-size: 14px;
  color: #B3B3B3;
  font-weight: normal;
}
#howto_detail .howto_entry_comment .howto_entry_comment_input input::-webkit-input-placeholder, #howto_detail .howto_entry_comment .howto_entry_comment_input textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #B3B3B3;
  font-weight: normal;
}
#howto_detail .howto_entry_comment .howto_entry_comment_input input:-moz-placeholder, #howto_detail .howto_entry_comment .howto_entry_comment_input textarea:-moz-placeholder {
  font-size: 14px;
  color: #B3B3B3;
  opacity: 1;
  font-weight: normal;
}
#howto_detail .howto_entry_comment .howto_entry_comment_input input::-moz-placeholder, #howto_detail .howto_entry_comment .howto_entry_comment_input textarea::-moz-placeholder {
  font-size: 14px;
  color: #B3B3B3;
  opacity: 1;
  font-weight: normal;
}
#howto_detail .howto_entry_comment .howto_entry_comment_input input:-ms-input-placeholder, #howto_detail .howto_entry_comment .howto_entry_comment_input textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #B3B3B3;
  font-weight: normal;
}
#howto_detail .howto_entry_comment .howto_entry_comment_input textarea {
  padding-right: 5px;
  height: 90px;
}
#howto_detail .howto_entry_comment .howto_entry_comment_input textarea::-webkit-scrollbar {
  width: 4px;
  margin-right: 10px;
}
#howto_detail .howto_entry_comment .howto_entry_comment_input textarea::-webkit-scrollbar-track {
  background: transparent;
}
#howto_detail .howto_entry_comment .howto_entry_comment_input textarea::-webkit-scrollbar-thumb {
  background: #76AD00;
  border-radius: 2px;
}
#howto_detail .howto_entry_comment .howto_entry_comment_input_top {
  padding: 10px 8px 10px 12px;
}
#howto_detail .howto_entry_comment .howto_entry_comment_submit {
  margin-top: 15px;
}
#howto_detail .howto_entry_comment .btn_entry {
  display: block;
  border: none;
  width: 100%;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
  line-height: 48px;
  background-color: #76AD00;
}
#howto_detail .howto_entry_comment .howto_entry_unsigned {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  border: none;
}
#howto_detail .howto_entry_comment .howto_entry_comment_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#howto_detail .howto_entry_comment .howto_entry_comment_item {
  margin-top: 15px;
}
#howto_detail .howto_entry_comment .howto_entry_comment_item .howto_entry_comment_user a {
  color: #76AD00;
  font-weight: 600;
}
#howto_detail .howto_entry_comment .howto_entry_comment_item .howto_entry_comment_user img {
  margin-right: 12px;
}
#howto_detail .howto_entry_comment .howto_entry_comment_header {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 12px;
  line-height: 1;
}
#howto_detail .howto_entry_comment .howto_entry_comment_date {
  color: #003A4D;
}
#howto_detail .howto_entry_comment .howto_entry_comment_detail {
  margin-top: 13px;
  position: relative;
  background-color: #fff;
  padding: 7px 12px;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
}
#howto_detail .howto_entry_comment .howto_entry_comment_detail:before {
  content: "";
  display: block;
  position: absolute;
  left: 11px;
  top: -11px;
  border-bottom: 11px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
#howto_detail .howto_entry_comment .howto_entry_comment_detail .btn_delete {
  width: 28px;
  height: 28px;
  right: -14px;
  top: -14px;
  bottom: auto;
}
@media screen and (min-width: 769px) {
  #howto_detail .howto_entry_comment {
    padding: 40px 0;
  }
  #howto_detail .howto_entry_comment .howto_entry_comment_title {
    font-size: 24px;
  }
  #howto_detail .howto_entry_comment .howto_entry_comment_title .icon-line-comment {
    margin-right: 10px;
    font-size: 40px;
    vertical-align: -8px;
  }
  #howto_detail .howto_entry_comment .howto_entry_comment_content {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }
  #howto_detail .howto_entry_comment .howto_entry_comment_content_inner {
    padding: 15px 30px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
  }
  #howto_detail .howto_entry_comment .howto_entry_comment_user_input {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  #howto_detail .howto_entry_comment .howto_entry_comment_user {
    -webkit-flex-basis: 56px;
            flex-basis: 56px;
    max-width: 56px;
    margin: 0;
    padding-top: 27px;
  }
  #howto_detail .howto_entry_comment .howto_entry_comment_user img {
    border-width: 2px;
    width: 56px;
  }
  #howto_detail .howto_entry_comment .howto_entry_comment_user_input_wrapper {
    position: relative;
    -webkit-flex-basis: calc(100% - 78px);
            flex-basis: calc(100% - 78px);
    max-width: calc(100% - 78px);
  }
  #howto_detail .howto_entry_comment .howto_entry_comment_user_input_wrapper:before {
    content: "";
    position: absolute;
    left: -12px;
    top: 47px;
    display: block;
    border-right: 12px solid #76AD00;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #howto_detail .howto_entry_comment .howto_entry_comment_user_input_wrapper:after {
    content: "";
    position: absolute;
    left: -9px;
    top: 47px;
    display: block;
    border-right: 12px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #howto_detail .howto_entry_comment .howto_entry_comment_last_text {
    margin-top: 0;
  }
  #howto_detail .howto_entry_comment .howto_entry_comment_input {
    border-width: 2px;
  }
  #howto_detail .howto_entry_comment .howto_entry_comment_input textarea {
    height: 55px;
  }
  #howto_detail .howto_entry_comment .howto_entry_comment_submit {
    margin-top: 10px;
  }
  #howto_detail .howto_entry_comment .btn_entry {
    width: 222px;
    margin-left: auto;
    line-height: 36px;
  }
  #howto_detail .howto_entry_comment .howto_entry_comment_item {
    margin-top: 20px;
  }
  #howto_detail .howto_entry_comment .howto_entry_comment_item .howto_entry_comment_user {
    padding-top: 23px;
    -webkit-flex-basis: 160px;
            flex-basis: 160px;
    max-width: 160px;
  }
  #howto_detail .howto_entry_comment .howto_entry_comment_item .howto_entry_comment_user img {
    width: 36px;
  }
  #howto_detail .howto_entry_comment .howto_entry_comment_item .howto_entry_comment_date {
    -webkit-flex-basis: calc(100% - 160px);
            flex-basis: calc(100% - 160px);
    max-width: calc(100% - 160px);
  }
  #howto_detail .howto_entry_comment .howto_entry_comment_header {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  #howto_detail .howto_entry_comment .howto_entry_comment_detail {
    margin-left: 160px;
    margin-top: -36px;
    padding: 11px 18px;
  }
  #howto_detail .howto_entry_comment .howto_entry_comment_detail:before {
    content: "";
    display: block;
    position: absolute;
    left: -11px;
    top: 10px;
    border-right: 11px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: none;
  }
}
#howto_detail .howto_clip_user {
  margin: 40px 20px 0;
  border: 1px solid #76AD00;
  border-radius: 5px;
}
#howto_detail .howto_clip_user .howto_clip_user_header {
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  background-color: #76AD00;
  padding: 9px 20px;
}
#howto_detail .howto_clip_user .howto_clip_user_header .icon-clip {
  font-size: 19px;
  vertical-align: -4px;
  margin-right: 12px;
}
#howto_detail .howto_clip_user .howto_clip_user_content {
  padding: 0 0 10px 8.27%;
}
#howto_detail .howto_clip_user .howto_clip_user_content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#howto_detail .howto_clip_user .howto_clip_user_content li {
  margin-top: 10px;
  margin-right: 5.1%;
  -webkit-flex-basis: 14.118%;
          flex-basis: 14.118%;
  max-width: 14.118%;
}
#howto_detail .howto_clip_user .howto_clip_user_content li img {
  border-radius: 100%;
}
@media screen and (min-width: 769px) {
  #howto_detail .howto_clip_user {
    margin: 0 0 40px;
    border-width: 2px;
  }
  #howto_detail .howto_clip_user .howto_clip_user_content {
    padding-left: 7.1%;
  }
  #howto_detail .howto_clip_user .howto_clip_user_content li {
    margin-right: 3.47%;
    -webkit-flex-basis: 12.5%;
            flex-basis: 12.5%;
    max-width: 12.5%;
  }
  #howto_detail .howto_clip_user .howto_clip_user_content li img {
    width: 100%;
  }
}
#howto_detail .howto_news .howto_detail_title_lv1 {
  margin-top: 48px;
  padding: 0 20px 12px;
  border-bottom: 2px solid #003A4D;
  text-align: left;
}
#howto_detail .howto_news .howto_news_content {
  padding: 0 20px;
}
#howto_detail .howto_news .howto_news_content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#howto_detail .howto_news .howto_news_content .howto_news_item {
  margin-top: 10px;
  border-left: 4px solid #76AD00;
}
#howto_detail .howto_news .howto_news_content a {
  display: block;
  border: 1px solid #DFDFDF;
  border-left: none;
  padding: 8px 10px 10px 12px;
}
#howto_detail .howto_news .howto_news_content .howto_news_item_date {
  font-size: 12px;
  line-height: 18px;
  display: inline-block;
  color: #003A4D;
}
#howto_detail .howto_news .howto_news_content .howto_news_item_category {
  background-color: #76AD00;
  display: inline-block;
  border-radius: 3px;
  font-size: 10px;
  line-height: 18px;
  color: #fff;
  padding: 0 10px;
  margin-left: 10px;
}
#howto_detail .howto_news .howto_news_content .howto_news_item_title {
  color: #262626;
  font-weight: 500;
  margin-top: 5px;
  background: #fff;
  overflow: hidden;
  width: 100%;
}
#howto_detail .howto_news .howto_news_content .howto_news_item_title .lineClampInner {
  display: block;
  font-size: 14px;
  max-height: 40.012px;
  line-height: 1.429;
  position: relative;
  word-break: break-all;
}
#howto_detail .howto_news .howto_news_content .howto_news_item_title .lineClampInner:before, #howto_detail .howto_news .howto_news_content .howto_news_item_title .lineClampInner:after {
  background: #fff;
  position: absolute;
}
#howto_detail .howto_news .howto_news_content .howto_news_item_title .lineClampInner:before {
  content: "...";
  top: 20.006px;
  right: 0;
}
#howto_detail .howto_news .howto_news_content .howto_news_item_title .lineClampInner:after {
  content: "";
  height: 100%;
  width: 100%;
}
#howto_detail .howto_news .howto_news_content .howto_news_item_title .lineClampInner:before {
  content: "";
}
@media screen and (min-width: 769px) {
  #howto_detail .howto_news {
    margin-bottom: 40px;
  }
  #howto_detail .howto_news .howto_detail_title_lv1 {
    margin-top: 0;
    padding: 0 0 10px;
  }
  #howto_detail .howto_news .howto_detail_title_lv1 div:nth-child(1),
  #howto_detail .howto_news .howto_detail_title_lv1 div:nth-child(2) {
    display: block;
  }
  #howto_detail .howto_news .howto_detail_title_lv1 div:nth-child(2) {
    margin-top: 7px;
    margin-left: 0;
  }
  #howto_detail .howto_news .howto_news_content {
    padding: 0;
  }
}
#howto_detail .theme .howto_detail_title_lv1 {
  margin-top: 48px;
  padding: 0 20px 12px;
  border-bottom: 2px solid #003A4D;
  text-align: left;
}
#howto_detail .theme .theme_list {
  padding: 0 20px;
}
#howto_detail .theme .theme_list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#howto_detail .theme .theme_list ul li {
  border-radius: 5px;
  overflow: hidden;
  width: auto;
  -webkit-flex-basis: 32%;
          flex-basis: 32%;
  /* WMGG-945 */
  flex-basis: 32%; /* WMGG-945 */
  max-width: 32%; /* WMGG-945 */
  margin-top: 10px;
  margin-left: 2%;
  margin-right: 0;
}
#howto_detail .theme .theme_list ul li:nth-child(3n+1) {
  margin-left: 0;
}
#howto_detail .theme .theme_list ul a, #howto_detail .theme .theme_list ul span {
  display: block;
  position: relative;
  padding-top: 50%; /* WMGG-952 */
  overflow: hidden;
  border-radius: 5px;
  z-index: 1;
}
#howto_detail .theme .theme_list ul img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#howto_detail .theme .theme_list ul .theme_list_text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-weight: 300; /* WMGG-952 */
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  /* WMGG-952 */
  /* WMGG-952 */
}
#howto_detail .theme .theme_list ul .theme_list_text .theme_list_text_ja {
  font-size: 1.4rem;
}
#howto_detail .theme .theme_list ul .theme_list_text .theme_list_text_en {
  font-size: 0.9rem;
  margin-top: 4px;
}
@media screen and (min-width: 769px) {
  #howto_detail .theme {
    margin-bottom: 40px;
  }
  #howto_detail .theme .howto_detail_title_lv1 {
    margin-top: 0;
    padding: 0 0 10px;
  }
  #howto_detail .theme .theme_list {
    padding: 0;
  }
  #howto_detail .theme .theme_list ul a, #howto_detail .theme .theme_list ul span {
    padding-top: 71.42%;
  }
}
#howto_detail #detail_howto_more {
  padding: 30px 20px 0;
}
#howto_detail #detail_howto_more #howto_more_link_box {
  margin: 30px auto 0;
}
#howto_detail #detail_howto_more #howto_more_link_box button {
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  #howto_detail #detail_howto_more #howto_more_link_box {
    margin: 30px auto 0;
    width: 58.46%;
  }
}
#howto_detail .howto_more_link {
  display: block;
  border: none;
  width: 100%;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  padding: 0;
  font-size: 14px;
  line-height: 48px;
  background-color: #fff;
  border: 1px solid #262626;
  font-size: 18px;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #howto_detail .howto_more_link {
    margin-left: auto;
    margin-right: auto;
  }
}
#howto_detail #howto_everyone_report {
  padding: 33px 20px 0;
  /*
      .howto_detail_tab_btn {
        margin-bottom: 10px;
        button { padding: 0; width: 100%; background: none; border: none; outline: none; }
        a {
          display: block; background-color: #9BC700; color: #fff; font-size: 16px; line-height: 48px; text-decoration: none; text-align: center;
          [class^="icon-"], [class*=" icon-"] {
            margin-right: 5px;
            font-size: 20px;
            vertical-align: -2px;
          }
        }
      }
  */
  /*
      .howto_yatta_report_image {
        a { position: relative; padding-top: 61.538%; overflow: hidden; display: block; }
        img {
          position: absolute;
          top: 50%;
          left: 50%;
          width: auto;
          max-width: none;
          height: 100%;
          transform: translate(-50%, -50%);
        }
      }
      .howto_yatta_report_user,
      .howto_yatta_comment_user {
        margin-top: 9px; font-size: 10px; color: #9BC700; font-weight: 500;
        img { width: 24px; height: 24px; border-radius: 12px; border: 1px solid  #9BC700; margin-right: 5px; }
      }
      .howto_yatta_report_user {
        span { display: inline-block; width: 95px; vertical-align: middle; word-break: break-all; }
      }
      .howto_yatta_report_timestamp,
      .howto_yatta_comment_timestamp { font-size: 10px; line-height: 1; margin-top: 10px; color: #B3B3B3; }
      .howto_yatta_report_message { line-height: 1.416; margin-top: 10px; max−width: 46.428%;}
      .howto_yatta_comment_message { line-height: 1.714; margin-top: 20px; border-radius: 5px; border-top-left-radius: 0; border: 1px solid  #262626; padding: 20px; position: relative;
        &:before { content: ""; top: -10px; left: -1px; position: absolute; width: 0; height: 0; border-left: 10px solid  #262626; border-top: 10px solid  transparent; }
        &:after { content: ""; top: -8px; left: 0; position: absolute; width: 0; height: 0; border-left: 10px solid  #fff; border-top: 10px solid  transparent; }
      }
  */
  /*
        .howto_report_comment_list {
          padding-top: 10px;
        }
  */
  /*
      #motion_area2 {
        display: none;
        .howto_report_comment {
          margin-top: 40px;
        }
      }
      .list_pagenation_ul { margin-left: 0; margin-right: 0; width: 100%; }
  */
}
#howto_detail #howto_everyone_report .howto_detail_title_lv1 {
  text-align: left;
}
#howto_detail #howto_everyone_report .howto_report_comment_header {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  font-size: 11px;
  line-height: 1.2;
  color: #003a4d;
}
#howto_detail #howto_everyone_report .howto_report_comment_header .howto_report_comment_timestamp {
  -webkit-flex-basis: 50%;
          flex-basis: 50%;
  max-width: 50%;
}
#howto_detail #howto_everyone_report .howto_report_comment_header .howto_report_comment_place {
  -webkit-flex-basis: 50%;
          flex-basis: 50%;
  max-width: 50%;
  text-align: right;
}
#howto_detail #howto_everyone_report .howto_yatta_report_image {
  margin-top: 5px;
  position: relative;
}
#howto_detail #howto_everyone_report .howto_yatta_report_image a {
  display: block;
}
#howto_detail #howto_everyone_report .howto_yatta_report_image .howto_yatta_report_prize {
  position: absolute;
  top: 7px;
  left: 7px;
}
#howto_detail #howto_everyone_report .howto_yatta_report_image .howto_yatta_report_prize img {
  width: 36px;
  height: 45px;
}
#howto_detail #howto_everyone_report .howto_yatta_report_image .howto_yatta_report_img_counter {
  position: absolute;
  bottom: 7px;
  right: 7px;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  color: #003A4D;
  background-color: rgba(255, 255, 255, 0.5);
}
#howto_detail #howto_everyone_report .howto_yatta_report_user {
  margin-top: 9px;
  font-size: 10px;
  color: #9BC700;
  font-weight: 500;
}
#howto_detail #howto_everyone_report .howto_yatta_report_user a {
  color: #76AD00;
}
#howto_detail #howto_everyone_report .howto_yatta_report_user img {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  border: 1px solid #9BC700;
  margin-right: 12px;
}
#howto_detail #howto_everyone_report .howto_yatta_report_user span {
  display: inline-block;
  width: calc(100% - 50px);
  vertical-align: middle;
  word-break: break-all;
  font-size: 12px;
}
#howto_detail #howto_everyone_report .howto_yatta_report_message {
  margin-top: 10px;
  text-align: justify;
  background: transparent;
  overflow: hidden;
  width: 100%;
}
#howto_detail #howto_everyone_report .howto_yatta_report_message .lineClampInner {
  display: block;
  font-size: 14px;
  max-height: 66.024px;
  line-height: 1.572;
  position: relative;
  word-break: break-all;
}
#howto_detail #howto_everyone_report .howto_yatta_report_message .lineClampInner:before, #howto_detail #howto_everyone_report .howto_yatta_report_message .lineClampInner:after {
  background: transparent;
  position: absolute;
}
#howto_detail #howto_everyone_report .howto_yatta_report_message .lineClampInner:before {
  content: "...";
  top: 44.016px;
  right: 0;
}
#howto_detail #howto_everyone_report .howto_yatta_report_message .lineClampInner:after {
  content: "";
  height: 100%;
  width: 100%;
}
#howto_detail #howto_everyone_report .howto_yatta_report_message .lineClampInner:before {
  content: "";
}
#howto_detail #howto_everyone_report .howto_yatta_report_message p {
  margin: 0;
  display: inline;
}
#howto_detail #howto_everyone_report #everyones_reports_link_box {
  margin-top: 38px;
}
#howto_detail #howto_everyone_report .everyones_reports_link {
  display: block;
  border: none;
  width: 100%;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  padding: 0;
  font-size: 16px;
  line-height: 48px;
  background: #76AD00;
  color: #fff;
  z-index: 1;
}
#howto_detail #howto_everyone_report .howto_detail_tab_wrapper {
  /*
        height: 48px;
        list-style-type: none; padding: 0; margin: 48px -10px 0;
        border-bottom: 2px solid  #262626;
        @include flexbox();
        @include flex-direction();
        @include justify-content(space-between);
        .howto_detail_tab_inner {
          display: inline-block;
        }
        li {
          position: relative;
        }
        li:first-child {
          flex-basis: 59%;
          .howto_detail_tab_inner {
            text-align: left;
          }
        }
        li:last-child {
          flex-basis: 41%;
          .howto_detail_tab_inner {
            text-align: center;
          }
          em { right: 6px; }
          a { padding-left: 16px; }
        }
        em {
          position: absolute; color: #fff; line-height: 1; text-align: center; background-color: #003a4d; display: inline-block; font-style: normal;
          border-radius: 13px; min-width: 26px; padding: 7px 2px;
          right: 10px;
          &:before {
            content: ''; position: absolute; width: 0; height: 0; margin: 0 auto;
            right: 0; left: -34px; top: 10px;
            border-left: 3px solid  transparent;
            border-right: 7px solid  #003a4d;
            border-top: 3px solid transparent;
            border-bottom: 3px solid transparent;
          }
        }
  */
  /*
        b { @include fontOswald(); font-size: 12px; display: block; line-height: 1; }
        span { display: block; font-size: 10px; font-weight: 500; line-height: 1; letter-spacing: 0.05em; margin-top: 7px; }
  */
}
#howto_detail #howto_everyone_report .howto_detail_tab_wrapper a {
  display: block;
  padding: 10px 10px 4px;
}
#howto_detail #howto_everyone_report .howto_detail_tab_wrapper li.active {
  background: #003a4d;
  /*
          em {
            color: #003a4d; background-color: #fff;
            &:before { border-right-color: #fff }
          }
          &:after {
            content: ''; position: absolute; width: 0; height: 0; margin: 0 auto;
            right: 0; top: 0;
            border-left: 0 solid  transparent;
            border-right: 10px solid  #fff;
            border-top: 0 solid transparent;
            border-bottom: 10px solid transparent;
          }
  */
}
#howto_detail #howto_everyone_report .howto_detail_tab_wrapper li.active a { /*  border-bottom: 2px solid  #003a4d; */
  text-decoration: none;
  color: #fff;
}
#howto_detail #howto_everyone_report .howto_detail_no_entry {
  font-size: 14px;
  line-height: 1;
  margin: 48px 0;
  text-align: center;
}
#howto_detail #howto_everyone_report .howto_report_comment_wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#howto_detail #howto_everyone_report .howto_report_comment {
  margin-top: 38px;
  position: relative;
  -webkit-flex-basis: 46.428%;
          flex-basis: 46.428%;
  max-width: 46.428%;
}
#howto_detail #howto_everyone_report .howto_report_comment:nth-child(-n+2) {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  #howto_detail #howto_everyone_report {
    padding-top: 50px;
    /*
          .howto_detail_tab_controls {
            @include flexbox();
            @include flex-direction();
            @include justify-content(space-between);
          }
    */
    /*
          .howto_detail_tab_btn {
            margin: 8px 0;
            flex-basis: 21.54%;
            a { font-size: 14px; }
            &:nth-child(1) { order: 2; }
            &:nth-child(2) { order: 3; }
          }
          .howto_yatta_report_image {
            a { position: relative; padding-top: 100%; overflow: hidden; }
            img {
              position: absolute;
              top: 50%;
              left: 50%;
              width: auto;
              max-width: none;
              height: 100%;
              transform: translate(-50%, -50%);
            }
          }
          .howto_yatta_report_user,
          .howto_yatta_comment_user {
            margin-top: 10px; font-size: 12px;
            img { margin-right: 10px; }
          }
          .howto_yatta_report_user {
            span { width: 135px; }
          }
          .howto_yatta_report_timestamp,
          .howto_yatta_comment_timestamp { font-size: 12px; }
          .howto_yatta_report_message { line-height: 1.71; margin-top: 10px; max−width: 16.92%;}
          .howto_yatta_comment_message { font-size: 14px; margin-top: 10px; border-radius: 10px; border-top-left-radius: 0; padding: 40px;
            &:before { left: -10px; top: -1px; border-right: 10px solid  #262626; border-bottom: 10px solid  transparent; border-top: none; border-left: none; }
            &:after { left: -8px; top: 0; border-right: 10px solid  #fff; border-bottom: 10px solid  transparent; border-top: none; border-left: none; }
          }
          #motion_area1 {
            .howto_report_comment_wrapper {
              @include justify-content(flex-start);
            }
            .howto_report_comment_list {
              padding-top: 25px;
            }
            .howto_report_comment {
              margin-top: 38px;
              margin-left: 3.84%;
              @include flex-basis(16.92%);
              max-width: 16.92%;
              &:nth-child(5n+1) { margin-left: 0; }
              &:nth-child(odd) .howto_yatta_report_image img {
                mask-image: image-url(/assets/img_mask_report_1-294d681f5e55c2cf77e69aed40f53a13b631d4dc5f0d9fcd303772ff5e480369.svg);
                mask-repeat: no-repeat;
                mask-position: center center;
              }
              &:nth-child(even) .howto_yatta_report_image img {
                mask-image: image-url(/assets/img_mask_report_2-e95fade514f5cf470971dc51411b940e4316ed6aabc4fdd3dca504691e2b3fbb.svg);
                mask-repeat: no-repeat;
                mask-position: center center;
              }
            }
          }
          #motion_area2 {
            .howto_report_comment {
              margin-top: 63px;
              padding-right: 11.346%;
            }
            .howto_report_comment_inner {
              @include flexbox();
              @include flex-direction();
              @include justify-content(space-between);
            }
            .howto_yatta_comment_timestamp { @include flex-basis(10.83%); max-width: 10.83%; }
            .howto_yatta_comment_message { @include flex-basis(87.32%); max-width: 87.32%; }
          }
          .list_pagenation_ul {
            margin: 65px auto 0;
            padding: 0 94px 0 20px;
            width: 658px;
           }
    */
  }
  #howto_detail #howto_everyone_report .howto_detail_title_lv1 div:nth-child(1) {
    display: block;
  }
  #howto_detail #howto_everyone_report .howto_detail_title_lv1 div:nth-child(2) {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  #howto_detail #howto_everyone_report .howto_report_comment_wrapper {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  #howto_detail #howto_everyone_report .howto_report_comment {
    -webkit-flex-basis: 16.92%;
            flex-basis: 16.92%;
    max-width: 16.92%;
    margin-left: 3.84%;
  }
  #howto_detail #howto_everyone_report .howto_report_comment:nth-child(-n+5) {
    margin-top: 24px;
  }
  #howto_detail #howto_everyone_report .howto_report_comment:nth-child(5n+1) {
    margin-left: 0;
  }
  #howto_detail #howto_everyone_report .howto_yatta_report_user {
    font-size: 12px;
  }
  #howto_detail #howto_everyone_report .howto_yatta_report_user img {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    margin-right: 6px;
  }
  #howto_detail #howto_everyone_report .howto_yatta_report_user h4 {
    width: 110px;
    font-size: 12px;
  }
  #howto_detail #howto_everyone_report .howto_report_comment_timestamp {
    font-size: 12px;
  }
  #howto_detail #howto_everyone_report .howto_yatta_report_message {
    font-size: 14px;
    line-height: 1.44;
    margin-top: 7px;
  }
  #howto_detail #howto_everyone_report .howto_detail_tab_wrapper {
    /*
            order: 1;
            flex-basis: 52.7%;
            height: auto;
            margin: 0 28px 0 0;
            border-bottom: 2px solid  #262626;
            em {
              position: absolute;
              right: 0;
              top: 50%;
              margin-top: -13px;
              margin-right: 20px;
              &:before {
                margin: auto 0;
                right: auto; left: -6px; top: 0; bottom: 0;
                border-top: 3px solid transparent;
                border-bottom: 3px solid transparent;
                border-right: 7px solid #003a4d;
                border-left: 0 solid transparent;
              }
            }
            a { padding-top: 8px; }
            li:first-child { flex-basis: 274px; }
            li:last-child {
              flex-basis: 274px;
              .howto_detail_tab_inner { text-align: left; }
              em { right: 0; }
            }
    */
    /*
            b { font-size: 20px; }
            span { font-size: 14px; }
    */
  }
  #howto_detail #howto_everyone_report .howto_detail_tab_wrapper li.active a { /* border-bottom: 2px solid  #262626;  */ }
  #howto_detail #howto_everyone_report .howto_detail_no_entry {
    margin: 30px 0;
    text-align: left;
    color: #b2b2b2;
  }
}
#howto_detail #detail_share {
  width: 100%;
  padding: 0 20px;
}
#howto_detail #detail_share ul {
  list-style-type: none;
  padding: 0;
  margin: 72px auto 0;
  width: 57.5%;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#howto_detail #detail_share li {
  -webkit-flex-basis: 26%;
          flex-basis: 26%;
}
#howto_detail #detail_share li:nth-child(1) a {
  color: #0F9C35;
}
#howto_detail #detail_share li:nth-child(2) a {
  color: #3B5993;
}
#howto_detail #detail_share li:nth-child(3) a {
  color: #55A7E9;
}
#howto_detail #detail_share .detail_share_text {
  display: block;
  font-weight: 700;
  font-size: 10px;
  text-align: center;
  margin-top: 6px;
  line-height: 1;
}
#howto_detail #detail_share a:hover .detail_share_text {
  opacity: 0.8;
}
@media screen and (min-width: 769px) {
  #howto_detail #detail_share ul {
    margin: 128px auto 0;
    width: 136px;
  }
  #howto_detail #detail_share li {
    -webkit-flex-basis: 48px;
            flex-basis: 48px;
  }
  #howto_detail #detail_share li:nth-child(1) {
    display: none;
  }
  #howto_detail #detail_share .detail_share_text {
    font-size: 12px;
    margin-top: 8px;
  }
}
#howto_detail #detail_share ul {
  width: 100%;
  margin: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
#howto_detail #detail_share li {
  -webkit-flex-basis: auto;
          flex-basis: auto;
  margin-right: 20px;
}
#howto_detail #detail_share li .howto_view_text {
  font-weight: bold;
}
#howto_detail #detail_share #share_line, #howto_detail #detail_share #share_facebook, #howto_detail #detail_share #share_twitter {
  height: 16px;
  width: auto;
}
#howto_detail #pcOnly-detail_share ul {
  list-style-type: none;
  padding: 0;
  margin: 72px auto 0;
  width: 57.5%;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#howto_detail #pcOnly-detail_share li {
  -webkit-flex-basis: 26%;
          flex-basis: 26%;
}
#howto_detail #pcOnly-detail_share li:nth-child(1) a {
  color: #0F9C35;
}
#howto_detail #pcOnly-detail_share li:nth-child(2) a {
  color: #3B5993;
}
#howto_detail #pcOnly-detail_share li:nth-child(3) a {
  color: #55A7E9;
}
#howto_detail #pcOnly-detail_share .detail_share_text {
  display: block;
  font-weight: 700;
  font-size: 10px;
  text-align: center;
  margin-top: 6px;
  line-height: 1;
}
#howto_detail #pcOnly-detail_share a:hover .detail_share_text {
  opacity: 0.8;
}
@media screen and (min-width: 769px) {
  #howto_detail #pcOnly-detail_share ul {
    margin: 128px auto 0;
    width: 136px;
  }
  #howto_detail #pcOnly-detail_share li {
    -webkit-flex-basis: 48px;
            flex-basis: 48px;
  }
  #howto_detail #pcOnly-detail_share li:nth-child(1) {
    display: none;
  }
  #howto_detail #pcOnly-detail_share .detail_share_text {
    font-size: 12px;
    margin-top: 8px;
  }
}
#howto_detail #pcOnly-detail_share ul {
  width: 132px;
  margin: 0;
  padding: 0 20px;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#howto_detail #pcOnly-detail_share #share_facebook, #howto_detail #pcOnly-detail_share #share_twitter {
  height: 40px;
  width: 40px;
}
#howto_detail #pcOnly-detail_share li {
  text-align: center;
}
#howto_detail #pcOnly-detail_share .detail_share_text {
  font-size: 10px;
}
#howto_detail #related_howto_list,
#howto_detail #latest_howto_list {
  max-width: 1040px;
  margin: 0 auto;
}
#howto_detail #related_howto_list .howto_detail_title_lv1,
#howto_detail #latest_howto_list .howto_detail_title_lv1 {
  margin-top: 48px;
  padding: 0 20px 12px;
  border-bottom: 2px solid #003A4D;
  /*
  margin-left: 10px;
  */
  text-align: left;
  /*
  .icon-up-s { display: none; }
  @media screen and (min-width: 769px) {
    margin-left: 0;
    div:nth-child(1) {
      display: block;
    }
    div:nth-child(2) {
      display: block;
      margin-top: 8px;
      margin-left: 0;
      font-size: 16px;
    }
  }
  */
}
#howto_detail #related_howto_list .howto_list_ul_withviews,
#howto_detail #latest_howto_list .howto_list_ul_withviews {
  margin-top: 0;
}
#howto_detail #related_howto_list .howto_list_ul_withviews > li,
#howto_detail #latest_howto_list .howto_list_ul_withviews > li {
  border-top: none;
  border-bottom: 1px solid #E0E0E0;
  padding: 0;
}
#howto_detail #related_howto_list .howto_list_image_box,
#howto_detail #latest_howto_list .howto_list_image_box {
  -webkit-flex-basis: 44.375%;
          flex-basis: 44.375%;
  max-width: 44.375%;
}
#howto_detail #related_howto_list .howto_list_summary,
#howto_detail #latest_howto_list .howto_list_summary {
  -webkit-flex-basis: 55.625%;
          flex-basis: 55.625%;
  max-width: 55.625%;
  padding: 7px 5px 0 10px;
  box-sizing: border-box;
  position: relative;
}
#howto_detail #related_howto_list .howto_list_summary h3,
#howto_detail #latest_howto_list .howto_list_summary h3 {
  margin: 0;
  background: #fff;
  overflow: hidden;
  width: 100%;
}
#howto_detail #related_howto_list .howto_list_summary h3 .lineClampInner,
#howto_detail #latest_howto_list .howto_list_summary h3 .lineClampInner {
  display: block;
  font-size: 16px;
  max-height: 40px;
  line-height: 1.25;
  position: relative;
  word-break: break-all;
}
#howto_detail #related_howto_list .howto_list_summary h3 .lineClampInner:before, #howto_detail #related_howto_list .howto_list_summary h3 .lineClampInner:after,
#howto_detail #latest_howto_list .howto_list_summary h3 .lineClampInner:before,
#howto_detail #latest_howto_list .howto_list_summary h3 .lineClampInner:after {
  background: #fff;
  position: absolute;
}
#howto_detail #related_howto_list .howto_list_summary h3 .lineClampInner:before,
#howto_detail #latest_howto_list .howto_list_summary h3 .lineClampInner:before {
  content: "...";
  top: 20px;
  right: 0;
}
#howto_detail #related_howto_list .howto_list_summary h3 .lineClampInner:after,
#howto_detail #latest_howto_list .howto_list_summary h3 .lineClampInner:after {
  content: "";
  height: 100%;
  width: 100%;
}
#howto_detail #related_howto_list .howto_list_summary h3 .lineClampInner:before,
#howto_detail #latest_howto_list .howto_list_summary h3 .lineClampInner:before {
  content: "";
}
#howto_detail #related_howto_list .howto_list_summary .howto_list_viewcount,
#howto_detail #latest_howto_list .howto_list_summary .howto_list_viewcount {
  margin: 0;
  color: #003A4D;
  position: absolute;
  bottom: 7px;
  right: 5px;
}
@media screen and (min-width: 769px) {
  #howto_detail #related_howto_list,
  #howto_detail #latest_howto_list {
    margin-bottom: 40px;
  }
  #howto_detail #related_howto_list .howto_detail_title_lv1,
  #howto_detail #latest_howto_list .howto_detail_title_lv1 {
    margin-top: 0;
    padding: 0 0 10px;
  }
  #howto_detail #related_howto_list .howto_detail_title_lv1 div:nth-child(1),
  #howto_detail #related_howto_list .howto_detail_title_lv1 div:nth-child(2),
  #howto_detail #latest_howto_list .howto_detail_title_lv1 div:nth-child(1),
  #howto_detail #latest_howto_list .howto_detail_title_lv1 div:nth-child(2) {
    display: block;
  }
  #howto_detail #related_howto_list .howto_detail_title_lv1 div:nth-child(2),
  #howto_detail #latest_howto_list .howto_detail_title_lv1 div:nth-child(2) {
    margin-top: 7px;
    margin-left: 0;
  }
  #howto_detail #related_howto_list .howto_list_ul_withviews,
  #howto_detail #latest_howto_list .howto_list_ul_withviews {
    display: block;
  }
  #howto_detail #related_howto_list .howto_list_ul_withviews > li,
  #howto_detail #latest_howto_list .howto_list_ul_withviews > li {
    margin-top: 16px;
    border-bottom: none;
    padding: 0;
  }
  #howto_detail #related_howto_list .howto_list_ul_withviews > li:first-child,
  #howto_detail #latest_howto_list .howto_list_ul_withviews > li:first-child {
    margin-top: 11px;
  }
  #howto_detail #related_howto_list .howto_list_image_box,
  #howto_detail #latest_howto_list .howto_list_image_box {
    -webkit-flex-basis: 45.22%;
            flex-basis: 45.22%;
    max-width: 45.22%;
  }
  #howto_detail #related_howto_list .howto_list_summary,
  #howto_detail #latest_howto_list .howto_list_summary {
    -webkit-flex-basis: 54.78%;
            flex-basis: 54.78%;
    max-width: 54.78%;
    padding-top: 0;
    padding-right: 0;
  }
  #howto_detail #related_howto_list .howto_list_summary h3,
  #howto_detail #latest_howto_list .howto_list_summary h3 {
    margin: 0;
    background: #fff;
    overflow: hidden;
    width: 100%;
  }
  #howto_detail #related_howto_list .howto_list_summary h3 .lineClampInner,
  #howto_detail #latest_howto_list .howto_list_summary h3 .lineClampInner {
    display: block;
    font-size: 16px;
    max-height: 60px;
    line-height: 1.25;
    position: relative;
    word-break: break-all;
  }
  #howto_detail #related_howto_list .howto_list_summary h3 .lineClampInner:before, #howto_detail #related_howto_list .howto_list_summary h3 .lineClampInner:after,
  #howto_detail #latest_howto_list .howto_list_summary h3 .lineClampInner:before,
  #howto_detail #latest_howto_list .howto_list_summary h3 .lineClampInner:after {
    background: #fff;
    position: absolute;
  }
  #howto_detail #related_howto_list .howto_list_summary h3 .lineClampInner:before,
  #howto_detail #latest_howto_list .howto_list_summary h3 .lineClampInner:before {
    content: "...";
    top: 40px;
    right: 0;
  }
  #howto_detail #related_howto_list .howto_list_summary h3 .lineClampInner:after,
  #howto_detail #latest_howto_list .howto_list_summary h3 .lineClampInner:after {
    content: "";
    height: 100%;
    width: 100%;
  }
  #howto_detail #related_howto_list .howto_list_summary h3 .lineClampInner:before,
  #howto_detail #latest_howto_list .howto_list_summary h3 .lineClampInner:before {
    content: "";
  }
  #howto_detail #related_howto_list .howto_list_summary .howto_list_viewcount,
  #howto_detail #latest_howto_list .howto_list_summary .howto_list_viewcount {
    bottom: -2px;
    right: 0;
  }
}

.page-B-0 .btn_goto_prev {
  bottom: 179px;
}
@media screen and (min-width: 769px) {
  .page-B-0 .btn_goto_prev {
    bottom: 146px;
  }
}
.page-B-0 .btn_goto_next {
  bottom: 126px;
}
@media screen and (min-width: 769px) {
  .page-B-0 .btn_goto_next {
    bottom: 93px;
  }
}
.page-B-0 .btn_pagetop {
  bottom: 68px;
}
@media screen and (min-width: 769px) {
  .page-B-0 .btn_pagetop {
    bottom: 35px;
  }
}

/*
  [J-0]ログイン情報入力

 */
section #login_J-0 {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  section #login_J-0 {
    margin-bottom: 0;
  }
}
section #login_J-0 h4.login_title {
  margin: 20px 0 10px;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 769px) {
  section #login_J-0 h4.login_title {
    margin-top: 72px;
    font-size: 36px;
  }
}
section #login_J-0 h6.login_title {
  margin: 0 0 20px 0;
  font-size: 10px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  section #login_J-0 h6.login_title {
    margin-bottom: 40px;
    font-size: 16px;
  }
}
section #login_J-0 .login_wrapper {
  width: 87.5vw;
  margin: 20px auto 0;
  padding: 0 6.25vw 25px;
  padding-top: 20px; /* ロンチ用 */
  background-color: #f7f7f7;
  border-top: solid 1px #e0e0e0;
  border-left: solid 1px #e0e0e0;
  border-right: solid 1px #e0e0e0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media screen and (min-width: 769px) {
  section #login_J-0 .login_wrapper {
    padding: 0 48px 45px;
    padding-top: 20px; /* ロンチ用 */
    width: 470px;
    border-width: 1px;
  }
}
section #login_J-0 #facebook_login_lisk_btn {
  margin: 30px auto 10px;
  background: #fff;
  border: none;
  outline: none;
  box-shadow: none;
}
@media screen and (min-width: 769px) {
  section #login_J-0 #facebook_login_lisk_btn {
    margin-bottom: 10px;
  }
}
section #login_J-0 #twitter_login_lisk_btn {
  margin: 10px auto 30px;
  background: #fff;
  border: none;
  outline: none;
  box-shadow: none;
}
@media screen and (min-width: 769px) {
  section #login_J-0 #twitter_login_lisk_btn {
    margin-bottom: 47px;
  }
}
@media screen and (min-width: 769px) {
  section #login_J-0 .text_separator {
    margin-bottom: 54px;
  }
}
section #login_J-0 .modalLogin_form_wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  height: 164px;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  section #login_J-0 .modalLogin_form_wrapper input[type=text].form-control,
  section #login_J-0 .modalLogin_form_wrapper input[type=password].form-control {
    font-size: 16px;
    -webkit-transform: scale(0.875) translate(-7%, -7%);
            transform: scale(0.875) translate(-7%, -7%);
    width: 114%;
    height: 54.7px;
  }
}
@media screen and (min-width: 769px) {
  section #login_J-0 .modalLogin_form_wrapper {
    height: 208px;
  }
}
section #login_J-0 .modalLogin_form_wrapper input[type=submit] {
  padding: 0;
  width: 100%;
  background-color: #9BC700;
  color: #fff;
  font-size: 18px;
  line-height: 48px;
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}
@media screen and (min-width: 769px) {
  section #login_J-0 .modalLogin_form_wrapper input[type=submit] {
    width: 100%;
    height: 54px;
    line-height: 54px;
  }
}
section #login_J-0 p.annotation {
  margin: 25px 0 0;
  font-size: 10px;
  text-align: right;
}
section #login_J-0 p.annotation a {
  color: #9bc700;
}
@media screen and (min-width: 769px) {
  section #login_J-0 p.annotation {
    margin-top: 40px;
    font-size: 16px;
  }
}
section #login_J-0 .regist_wrapper {
  width: 87.5vw;
  margin: 0 auto;
  padding: 30px 6.25vw;
  background-color: #ededed;
  border: solid 1px #e0e0e0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media screen and (min-width: 769px) {
  section #login_J-0 .regist_wrapper {
    padding: 45px 48px 60px;
    width: 470px;
  }
}
section #login_J-0 .regist_lisk_text {
  margin-bottom: 20px;
  color: #ff8c3e;
  line-height: 17px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  section #login_J-0 .regist_lisk_text {
    margin-bottom: 35px;
    font-size: 20px;
    line-height: 30px;
  }
}
section #login_J-0 #regist_lisk_btn {
  padding: 0;
  width: 100%;
  height: 48px;
  color: #ffffff;
  background-color: #ff8c3e;
  font-size: 18px;
  line-height: 48px;
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}
@media screen and (min-width: 769px) {
  section #login_J-0 #regist_lisk_btn {
    width: 100%;
    height: 54px;
    line-height: 54px;
  }
}

/* bootstrap カスタマイズ */
.modal.fade:not(.in).right .modal-dialog {
  -webkit-transform: translate3d(45%, 0, 0);
  transform: translate3d(45%, 0, 0);
}

/*
[I-0]メニュー（未ログイン時）/（ログイン時）共通
*/
#modal-login_menu {
  top: 0;
  right: 0;
  margin: 0;
  outline: none;
  border-radius: 0;
  /* [I-0]メニュー（未ログイン時）*/
  /* [I-0]メニュー（ログイン後）*/
}
#modal-login_menu .modal-dialog {
  width: 280px;
  margin: 0 0 0 auto;
  height: 100%;
}
#modal-login_menu .modal-content {
  border-radius: 0;
  border: none;
  min-height: 100%;
}
#modal-login_menu .modal-body {
  padding: 15px 20px 25px;
}
#modal-login_menu .modal-header {
  position: static;
}
#modal-login_menu .header_logo {
  display: none;
}
#modal-login_menu .header_profile {
  text-align: left;
}
#modal-login_menu .profile_username {
  display: inline-block;
  color: #fff;
}
#modal-login_menu .modal-header {
  background-color: #9BC700;
}
#modal-login_menu .bt_modal_close {
  -webkit-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  background-color: transparent;
  line-height: 1;
  padding: 7px 0;
  width: 20px;
  text-align: right;
}
#modal-login_menu .bt_modal_close img {
  width: 15px;
}
#modal-login_menu .modal_body_link {
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
#modal-login_menu .modal_body_link + .modal_body_link {
  border-top: none;
}
@media screen and (min-width: 769px) {
  #modal-login_menu {
    top: 0;
    right: 0;
    margin: 0;
    outline: none;
    border-radius: 0;
    padding-right: 0 !important;
  }
  #modal-login_menu .modal-dialog {
    width: auto;
    margin: 0;
    height: auto;
  }
  #modal-login_menu .modal-content {
    border-radius: 0;
    border: none;
    height: auto;
    border-bottom: 4px solid #1A5F78;
  }
  #modal-login_menu .header_logo {
    display: table-cell;
  }
  #modal-login_menu .header_profile {
    text-align: right;
  }
  #modal-login_menu .bt_modal_close {
    padding: 0;
    width: 32px;
    margin-left: 35px;
  }
  #modal-login_menu .bt_modal_close img {
    width: 32px;
  }
  #modal-login_menu .modal_body_inner {
    max-width: 1040px;
    margin: 0 auto;
  }
  #modal-login_menu .modal_body_link {
    border-top: none;
    border-bottom: none;
  }
}
#modal-login_menu .modal-body_before_login .modal_body_top_animation {
  position: absolute;
  width: 240px;
  height: 297px;
}
#modal-login_menu .modal-body_before_login .modal_body_top_animation img {
  position: absolute;
}
#modal-login_menu .modal-body_before_login .modal_body_top {
  position: relative;
  padding: 100px 20px 130px;
  text-align: center;
}
#modal-login_menu .modal-body_before_login .modal_body_top .text_title {
  display: block;
  line-height: 1.75;
}
#modal-login_menu .modal-body_before_login #login_menu2_btn_user_sign_in {
  margin: 30px 0;
  display: block;
  border: none;
  width: 100%;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
  line-height: 48px;
  background-color: #76AD00;
}
#modal-login_menu .modal-body_before_login #login_menu2_btn_inquiry {
  font-size: 10px;
  line-height: 38px;
  text-align: left;
  background-color: transparent;
  font-weight: 500;
  display: block;
  border: none;
  width: 100%;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  #modal-login_menu .modal-body_before_login {
    padding: 20px 20px 90px;
  }
  #modal-login_menu .modal-body_before_login .modal_body_inner {
    padding: 0 0 27px;
  }
  #modal-login_menu .modal-body_before_login .modal_body_top_animation {
    padding: 20px 20px 90px;
    margin: 0 auto;
    width: 1082px;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
  }
  #modal-login_menu .modal-body_before_login .modal_body_top_animation img {
    width: 100%;
    padding: 53px 20px 90px;
    bottom: 0;
    left: 0;
  }
  #modal-login_menu .modal-body_before_login .modal_body_top {
    background: none;
    padding: 70px 0 0;
  }
  #modal-login_menu .modal-body_before_login .modal_body_top .text_title {
    text-align: left;
    font-size: 1.8rem;
  }
  #modal-login_menu .modal-body_before_login #login_menu2_btn_user_sign_in {
    width: 334px;
    font-size: 18px;
    margin-bottom: 60px;
  }
  #modal-login_menu .modal-body_before_login #login_menu2_btn_inquiry {
    font-size: 14px;
    display: inline;
    width: auto;
    line-height: 1;
  }
}
#modal-login_menu .modal-body_after_login .modal_afterLoginTitle {
  padding-bottom: 15px;
  border-bottom: 3px double #262626;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#modal-login_menu .modal-body_after_login .modal_afterLoginTitle .modal_afterLoginTitle_inner em {
  display: block;
  font-size: 18px;
  font-style: normal;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
}
#modal-login_menu .modal-body_after_login .modal_afterLoginTitle .modal_afterLoginTitle_inner small {
  display: block;
  font-size: 10px;
  line-height: 1;
  margin-top: 9px;
  font-weight: 500;
}
#modal-login_menu .modal-body_after_login .modal_afterLoginTitle .modal_afterLoginTitle_btn {
  text-align: right;
}
#modal-login_menu .modal-body_after_login .modal_afterLoginTitle .modal_afterLoginTitle_btn a {
  font-size: 20px;
  color: #B3B3B3;
}
#modal-login_menu .modal-body_after_login .modal_afterLoginTitle .modal_afterLoginTitle_btn em {
  display: none;
}
#modal-login_menu .modal-body_after_login .modal_afterLoginContent {
  margin-top: 10px;
}
#modal-login_menu .modal-body_after_login .modal_afterLoginContent > div {
  box-sizing: border-box;
}
#modal-login_menu .modal-body_after_login .modal_afterLoginContent dl {
  margin: 0;
}
#modal-login_menu .modal-body_after_login .modal_afterLoginContent dt {
  font-weight: normal;
  text-align: center;
  font-size: 10px;
  line-height: 1;
  padding-top: 10px;
}
#modal-login_menu .modal-body_after_login .modal_afterLoginContent .modal_afterLoginContent_point {
  float: left;
  width: 58.33%;
  padding-bottom: 15px;
  border-bottom: 1px solid #E0E0E0;
}
#modal-login_menu .modal-body_after_login .modal_afterLoginContent .modal_afterLoginContent_point dd {
  text-align: center;
  margin-top: 3px;
  font-size: 40px;
  line-height: 1;
  font-weight: 200;
}
#modal-login_menu .modal-body_after_login .modal_afterLoginContent .modal_afterLoginContent_attribute {
  float: right;
  width: 41.67%;
  padding-left: 11px;
  padding-bottom: 10px;
  border-left: 1px solid #E0E0E0;
  box-sizing: border-box;
}
#modal-login_menu .modal-body_after_login .modal_afterLoginContent .modal_afterLoginContent_attribute #modal_afterLoginContent_attribute_graph {
  position: relative;
  text-align: center;
  margin-top: 18px;
}
#modal-login_menu .modal-body_after_login .modal_afterLoginContent .modal_afterLoginContent_attribute #modal_afterLoginContent_attribute_graph img.img-growchart {
  position: relative;
  width: 62%;
  margin: 0 auto;
}
#modal-login_menu .modal-body_after_login .modal_afterLoginContent .modal_afterLoginContent_attribute #modal_afterLoginContent_attribute_graph canvas {
  position: absolute;
  top: 0;
  left: 0;
}
#modal-login_menu .modal-body_after_login .modal_afterLoginContent .modal_afterLoginContent_attribute p {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  margin-top: 18px;
  text-align: center;
}
#modal-login_menu .modal-body_after_login .modal_afterLoginContent .modal_afterLoginContent_attribute ul {
  margin: 18px 0 0;
  list-style: none;
  padding: 0;
  font-size: 10px;
  line-height: 1;
}
#modal-login_menu .modal-body_after_login .modal_afterLoginContent .modal_afterLoginContent_attribute ul:before {
  content: "";
  display: block;
  background: url(/assets/img_menu_attribute_top-af461e49782e74dea3b1f7e7f86fe6b03155e5771f16f02fa21bac4b7cc02108.svg) no-repeat 50% 0;
  background-size: auto 6px;
  height: 6px;
}
#modal-login_menu .modal-body_after_login .modal_afterLoginContent .modal_afterLoginContent_attribute ul:after {
  margin-top: 15px;
  content: "";
  display: block;
  background: url(/assets/img_menu_attribute_bottom-cefafb65d89f7f36ed7fb281375c6646244ea2da77fd2ceee3e5474c6a7dff80.svg) no-repeat 50% 100%;
  background-size: auto 6px;
  height: 6px;
}
#modal-login_menu .modal-body_after_login .modal_afterLoginContent .modal_afterLoginContent_attribute li {
  margin-top: 15px;
}
#modal-login_menu .modal-body_after_login .modal_afterLoginContent .modal_afterLoginContent_attribute li span {
  vertical-align: middle;
  width: 23px;
  display: inline-block;
}
#modal-login_menu .modal-body_after_login .modal_afterLoginContent .modal_afterLoginContent_attribute li b {
  font-size: 12px;
  font-weight: normal;
}
#modal-login_menu .modal-body_after_login .modal_afterLoginContent .modal_afterLoginContent_attribute li:nth-child(1) span {
  font-size: 14px;
  color: #B9E310;
}
#modal-login_menu .modal-body_after_login .modal_afterLoginContent .modal_afterLoginContent_attribute li:nth-child(2) span {
  font-size: 16px;
  color: #F7E307;
}
#modal-login_menu .modal-body_after_login .modal_afterLoginContent .modal_afterLoginContent_attribute li:nth-child(3) span {
  font-size: 15px;
  color: #5FE8CF;
}
#modal-login_menu .modal-body_after_login .modal_afterLoginContent .modal_afterLoginContent_stage {
  float: left;
  width: 58.33%;
}
#modal-login_menu .modal-body_after_login .modal_afterLoginContent .modal_afterLoginContent_stage dt {
  padding-top: 19px;
}
#modal-login_menu .modal-body_after_login .modal_afterLoginContent .modal_afterLoginContent_stage dd {
  margin-top: 6px;
}
#modal-login_menu .modal-body_after_login .modal_afterLoginContent .modal_afterLoginContent_stage #modal_afterLoginContent_stage_img {
  height: 130px;
  display: table;
  width: 100%;
}
#modal-login_menu .modal-body_after_login .modal_afterLoginContent .modal_afterLoginContent_stage figcaption {
  font-size: 10px;
  font-weight: 500;
  color: #9BC700;
  margin-top: 10px;
  line-height: 1;
  text-align: center;
}
#modal-login_menu .modal-body_after_login .modal_afterLoginContent .modal_afterLoginContent_stage .modal_afterLoginContent_stage_img_inner {
  display: table-cell;
  text-align: center;
}
#modal-login_menu .modal-body_after_login .modal_afterLoginContent_bottom_buttons_hasIcon {
  margin: 10px 0;
  padding-top: 10px;
  border-top: 1px solid #E0E0E0;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
#modal-login_menu .modal-body_after_login .modal_afterLoginContent_bottom_buttons_hasIcon .modal_afterLoginContent_bottom_buttons_item {
  box-sizing: border-box;
  border-left: 1px solid #E0E0E0;
  -webkit-flex-basis: 33.3%;
          flex-basis: 33.3%;
}
#modal-login_menu .modal-body_after_login .modal_afterLoginContent_bottom_buttons_hasIcon .modal_afterLoginContent_bottom_buttons_item a {
  display: block;
  text-decoration: none;
  text-align: center;
}
#modal-login_menu .modal-body_after_login .modal_afterLoginContent_bottom_buttons_hasIcon .modal_afterLoginContent_bottom_buttons_item a span {
  font-size: 20px;
  line-height: 1;
  margin-top: 5px;
  display: block;
}
#modal-login_menu .modal-body_after_login .modal_afterLoginContent_bottom_buttons_hasIcon .modal_afterLoginContent_bottom_buttons_item a b {
  line-height: 1;
  font-size: 9px;
  margin-top: 9px;
  display: block;
  font-weight: normal;
}
#modal-login_menu .modal-body_after_login .modal_afterLoginContent_bottom_buttons_hasIcon .modal_afterLoginContent_bottom_buttons_item:first-child {
  border-left: none;
}
#modal-login_menu .modal-body_after_login .modal_afterLoginContent_bottom_buttons_hasIcon .modal_afterLoginContent_bottom_buttons_item.item-new {
  position: relative;
}
#modal-login_menu .modal-body_after_login .modal_afterLoginContent_bottom_buttons_hasIcon .modal_afterLoginContent_bottom_buttons_item.item-new:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 6px;
  right: 0;
  left: 40px;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #f54725;
}
#modal-login_menu .modal-body_after_login .modal_afterLoginContentOuter + .modal_body_link {
  border-top: none;
}
#modal-login_menu .modal-body_after_login #login_menu1_btn_user_sign_out {
  font-size: 10px;
  line-height: 38px;
  text-align: left;
  background-color: transparent;
  font-weight: 500;
  display: block;
  border: none;
  width: 100%;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  padding: 0;
}
#modal-login_menu .modal-body_after_login #login_menu1_btn_profile,
#modal-login_menu .modal-body_after_login #login_menu1_btn_inquiry {
  font-size: 10px;
  line-height: 38px;
  text-align: left;
  background-color: transparent;
  font-weight: 500;
  display: block;
  border: none;
  width: 100%;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  #modal-login_menu .modal-body_after_login {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  #modal-login_menu .modal-body_after_login .modal_afterLoginTitle {
    padding-bottom: 18px;
  }
  #modal-login_menu .modal-body_after_login .modal_afterLoginTitle .modal_afterLoginTitle_inner em {
    font-size: 30px;
    font-style: normal;
  }
  #modal-login_menu .modal-body_after_login .modal_afterLoginTitle .modal_afterLoginTitle_inner small {
    font-size: 12px;
    margin-top: 12px;
  }
  #modal-login_menu .modal-body_after_login .modal_afterLoginTitle .modal_afterLoginTitle_btn {
    text-align: right;
  }
  #modal-login_menu .modal-body_after_login .modal_afterLoginTitle .modal_afterLoginTitle_btn a {
    font-size: 32px;
    color: #B3B3B3;
  }
  #modal-login_menu .modal-body_after_login .modal_afterLoginTitle .modal_afterLoginTitle_btn a:hover {
    text-decoration: none;
  }
  #modal-login_menu .modal-body_after_login .modal_afterLoginTitle .modal_afterLoginTitle_btn em {
    font-style: normal;
    display: inline;
    vertical-align: middle;
    font-size: 12px;
    margin-right: 10px;
    line-height: 1;
  }
  #modal-login_menu .modal-body_after_login .modal_afterLoginTitle .modal_afterLoginTitle_btn span {
    vertical-align: middle;
  }
  #modal-login_menu .modal-body_after_login .modal_afterLoginContentOuter {
    border-bottom: 3px double #262626;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  #modal-login_menu .modal-body_after_login .modal_afterLoginContent {
    -webkit-flex-basis: 77.5%;
            flex-basis: 77.5%;
    padding-bottom: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
  }
  #modal-login_menu .modal-body_after_login .modal_afterLoginContent dt {
    font-size: 18px;
    margin-bottom: 56px;
  }
  #modal-login_menu .modal-body_after_login .modal_afterLoginContent .modal_afterLoginContent_point {
    float: none;
    border-bottom: none;
    padding-bottom: 0;
    -webkit-flex-basis: 35.23%;
            flex-basis: 35.23%;
  }
  #modal-login_menu .modal-body_after_login .modal_afterLoginContent .modal_afterLoginContent_point dd {
    margin-top: 50px;
    font-size: 80px;
  }
  #modal-login_menu .modal-body_after_login .modal_afterLoginContent .modal_afterLoginContent_attribute {
    float: none;
    width: auto;
    padding-left: 0;
    padding-bottom: 0;
    -webkit-flex-basis: 37.96%;
            flex-basis: 37.96%;
  }
  #modal-login_menu .modal-body_after_login .modal_afterLoginContent .modal_afterLoginContent_attribute figure {
    margin-top: 36px;
    padding: 0 13.07%;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  #modal-login_menu .modal-body_after_login .modal_afterLoginContent .modal_afterLoginContent_attribute #modal_afterLoginContent_attribute_graph {
    margin-top: 0;
    -webkit-flex-basis: 42.175%;
            flex-basis: 42.175%;
  }
  #modal-login_menu .modal-body_after_login .modal_afterLoginContent .modal_afterLoginContent_attribute #modal_afterLoginContent_attribute_graph img.img-growchart {
    width: auto;
  }
  #modal-login_menu .modal-body_after_login .modal_afterLoginContent .modal_afterLoginContent_attribute figcaption {
    -webkit-flex-basis: 42.92%;
            flex-basis: 42.92%;
  }
  #modal-login_menu .modal-body_after_login .modal_afterLoginContent .modal_afterLoginContent_attribute p {
    font-size: 18px;
    margin: 20px 0 0;
  }
  #modal-login_menu .modal-body_after_login .modal_afterLoginContent .modal_afterLoginContent_attribute ul {
    font-size: 12px;
    margin: 0;
  }
  #modal-login_menu .modal-body_after_login .modal_afterLoginContent .modal_afterLoginContent_attribute ul:after {
    margin-top: 9px;
  }
  #modal-login_menu .modal-body_after_login .modal_afterLoginContent .modal_afterLoginContent_attribute li {
    margin-top: 15px;
  }
  #modal-login_menu .modal-body_after_login .modal_afterLoginContent .modal_afterLoginContent_attribute li:first-child {
    margin-top: 12px;
  }
  #modal-login_menu .modal-body_after_login .modal_afterLoginContent .modal_afterLoginContent_attribute li span {
    width: 25px;
  }
  #modal-login_menu .modal-body_after_login .modal_afterLoginContent .modal_afterLoginContent_attribute li b {
    font-size: 16px;
  }
  #modal-login_menu .modal-body_after_login .modal_afterLoginContent .modal_afterLoginContent_attribute li:nth-child(1) span {
    font-size: 16px;
  }
  #modal-login_menu .modal-body_after_login .modal_afterLoginContent .modal_afterLoginContent_attribute li:nth-child(2) span {
    font-size: 18px;
  }
  #modal-login_menu .modal-body_after_login .modal_afterLoginContent .modal_afterLoginContent_attribute li:nth-child(3) span {
    font-size: 17px;
  }
  #modal-login_menu .modal-body_after_login .modal_afterLoginContent .modal_afterLoginContent_stage {
    float: left;
    width: auto;
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    -webkit-flex-basis: 26.79%;
            flex-basis: 26.79%;
  }
  #modal-login_menu .modal-body_after_login .modal_afterLoginContent .modal_afterLoginContent_stage dt {
    padding-top: 10px;
  }
  #modal-login_menu .modal-body_after_login .modal_afterLoginContent .modal_afterLoginContent_stage dd {
    margin-top: 20px;
    padding-bottom: 5px;
  }
  #modal-login_menu .modal-body_after_login .modal_afterLoginContent .modal_afterLoginContent_stage figcaption {
    font-size: 12px;
  }
  #modal-login_menu .modal-body_after_login .modal_afterLoginContent_bottom_buttons {
    -webkit-flex-basis: 20.7%;
            flex-basis: 20.7%;
  }
  #modal-login_menu .modal-body_after_login .modal_afterLoginContent_bottom_buttons_hasIcon {
    margin: 0;
    padding-top: 0;
    border-top: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  #modal-login_menu .modal-body_after_login .modal_afterLoginContent_bottom_buttons_hasIcon .modal_afterLoginContent_bottom_buttons_item {
    box-sizing: border-box;
    border-left: none;
    border-bottom: 1px solid #E0E0E0;
    -webkit-flex-basis: auto;
            flex-basis: auto;
  }
  #modal-login_menu .modal-body_after_login .modal_afterLoginContent_bottom_buttons_hasIcon .modal_afterLoginContent_bottom_buttons_item a {
    line-height: 56px;
    text-align: left;
    padding-left: 8%;
  }
  #modal-login_menu .modal-body_after_login .modal_afterLoginContent_bottom_buttons_hasIcon .modal_afterLoginContent_bottom_buttons_item a span {
    width: 35px;
    font-size: 23px;
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
  }
  #modal-login_menu .modal-body_after_login .modal_afterLoginContent_bottom_buttons_hasIcon .modal_afterLoginContent_bottom_buttons_item a b {
    font-size: 14px;
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
  }
  #modal-login_menu .modal-body_after_login .modal_afterLoginContent_bottom_buttons_hasIcon .modal_afterLoginContent_bottom_buttons_item.item-new:after {
    top: 4px;
    bottom: 0;
    right: 0;
    left: inherit;
    margin: auto 0;
  }
  #modal-login_menu .modal-body_after_login .modal_afterLoginContentOuter + .modal_body_link {
    border-top: none;
    text-align: right;
    margin-top: 15px;
  }
  #modal-login_menu .modal-body_after_login #login_menu1_btn_user_sign_out {
    font-size: 12px;
    line-height: 1;
    display: inline;
    width: auto;
  }
  #modal-login_menu .modal-body_after_login #login_menu1_btn_profile {
    line-height: 56px;
    text-align: left;
    padding-left: 8%;
    font-size: 14px;
    font-weight: normal;
    border-bottom: 1px solid #E0E0E0;
  }
  #modal-login_menu .modal-body_after_login #login_menu1_btn_profile:before {
    content: "\e900";
    font-family: "icon-wildmind" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 35px;
    font-size: 23px;
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
  }
  #modal-login_menu .modal-body_after_login #login_menu1_btn_inquiry {
    line-height: 56px;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    padding-left: 8%;
  }
}
@media screen and (min-width: 840px) {
  #modal-login_menu .modal-body_after_login .modal_afterLoginContent_bottom_buttons_hasIcon .modal_afterLoginContent_bottom_buttons_item.item-new:after {
    right: 10px;
  }
}
@media screen and (min-width: 900px) {
  #modal-login_menu .modal-body_after_login .modal_afterLoginContent_bottom_buttons_hasIcon .modal_afterLoginContent_bottom_buttons_item.item-new:after {
    right: 20px;
  }
}
@media screen and (min-width: 1000px) {
  #modal-login_menu .modal-body_after_login .modal_afterLoginContent_bottom_buttons_hasIcon .modal_afterLoginContent_bottom_buttons_item a,
  #modal-login_menu .modal-body_after_login #login_menu1_btn_profile,
  #modal-login_menu .modal-body_after_login #login_menu1_btn_inquiry {
    padding-left: 19%;
  }
}

/*
  [K-0]アカウント登録
  [K-0-1]アカウント登録詳細
  [K-1]アカウント登録情報確認
 */
@media screen and (min-width: 769px) {
  body.page-K-0,
  body.page-K-0-1,
  body.page-K-1 {
    background-color: #f7f7f7;
  }
}

section #regist_K-0,
section #regist_K-0-1,
section #regist_K-1 {
  padding-bottom: 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section #regist_K-0,
  section #regist_K-0-1,
  section #regist_K-1 {
    padding-bottom: 65px;
    background-color: #f7f7f7;
  }
}
section #regist_K-0 h4.regist_title,
section #regist_K-0-1 h4.regist_title,
section #regist_K-1 h4.regist_title {
  margin: 0 0 20px;
  padding: 20px 0 0;
}
@media screen and (min-width: 769px) {
  section #regist_K-0 h4.regist_title,
  section #regist_K-0-1 h4.regist_title,
  section #regist_K-1 h4.regist_title {
    margin-bottom: 30px;
    padding-top: 76px;
    font-size: 28px;
  }
}
section #regist_K-0 #facebook_login_lisk_btn,
section #regist_K-0-1 #facebook_login_lisk_btn,
section #regist_K-1 #facebook_login_lisk_btn {
  display: none; /*ロンチ用*/
  width: 87.5vw;
  margin: 20px auto 30px;
}
@media screen and (min-width: 769px) {
  section #regist_K-0 #facebook_login_lisk_btn,
  section #regist_K-0-1 #facebook_login_lisk_btn,
  section #regist_K-1 #facebook_login_lisk_btn {
    margin-bottom: 40px;
    width: 374px;
  }
}
section .regist_wrapper {
  margin: 0;
  padding: 0;
}
section .regist_wrapper hr {
  margin: 0 auto;
  border-color: #e0e0e0;
}
@media screen and (min-width: 769px) {
  section .regist_wrapper hr {
    width: 610px;
  }
}
section .regist_wrapper hr.small {
  width: 87.5vw;
}
@media screen and (min-width: 769px) {
  section .regist_wrapper hr.small {
    width: 570px;
  }
}
section .regist_wrapper .text_separator {
  display: none; /*ロンチ用*/
}
@media screen and (min-width: 769px) {
  section .regist_wrapper .text_separator {
    width: 610px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }
}
section .regist_wrapper .form_annotation {
  margin: 0 auto;
  width: 87.5vw;
  color: #8c8c8c;
  font-size: 10px;
  letter-spacing: 0.05em;
  text-align: right;
}
section .regist_wrapper .form_annotation ul.annotation_item {
  list-style-type: none;
  padding-left: 3em;
  text-align: left;
  color: orange;
}
section .regist_wrapper .form_annotation ul.annotation_item li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 769px) {
  section .regist_wrapper .form_annotation {
    width: 570px;
    font-size: 12px;
  }
}
section .regist_wrapper .form_wrapper {
  margin: 20px auto;
  width: 87.5vw;
}
@media screen and (min-width: 769px) {
  section .regist_wrapper .form_wrapper {
    width: 570px;
    margin-bottom: 40px;
  }
}
section .regist_wrapper .form_wrapper .field {
  margin-bottom: 25px;
  text-align: left;
}
@media screen and (min-width: 769px) {
  section .regist_wrapper .form_wrapper .field {
    margin-bottom: 0;
  }
}
section .regist_wrapper .form_wrapper .field .regist_label {
  display: block;
  text-align: left;
  color: #4c4c4c;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 12px;
  margin: 0;
}
section .regist_wrapper .form_wrapper .field .regist_label:before {
  content: " ";
  display: inline-block;
  height: 10px;
  width: 14px;
  font-size: 0;
  line-height: 10px;
  border-left: solid 3px #4c4c4c;
}
@media screen and (min-width: 769px) {
  section .regist_wrapper .form_wrapper .field .regist_label:before {
    height: 14px;
    border-width: 4px;
  }
}
@media screen and (min-width: 769px) {
  section .regist_wrapper .form_wrapper .field .regist_label {
    font-size: 16px;
    white-space: nowrap;
  }
}
section .regist_wrapper .form_wrapper .field input,
section .regist_wrapper .form_wrapper .field select,
section .regist_wrapper .form_wrapper .field textarea {
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  section .regist_wrapper .form_wrapper .field input.form-control,
  section .regist_wrapper .form_wrapper .field select.form-control,
  section .regist_wrapper .form_wrapper .field textarea.form-control {
    font-size: 16px;
    -webkit-transform: scale(0.875) translate(-7%, -7%);
            transform: scale(0.875) translate(-7%, -7%);
    width: 114%;
    height: 54.7px;
  }
  section .regist_wrapper .form_wrapper .field input.form-control.postal_code1,
  section .regist_wrapper .form_wrapper .field select.form-control.postal_code1,
  section .regist_wrapper .form_wrapper .field textarea.form-control.postal_code1 {
    width: 77.5px;
  }
  section .regist_wrapper .form_wrapper .field input.form-control.postal_code2,
  section .regist_wrapper .form_wrapper .field select.form-control.postal_code2,
  section .regist_wrapper .form_wrapper .field textarea.form-control.postal_code2 {
    width: 93.5px;
  }
}
@media screen and (min-width: 769px) {
  section .regist_wrapper .form_wrapper .field input,
  section .regist_wrapper .form_wrapper .field select,
  section .regist_wrapper .form_wrapper .field textarea {
    margin-bottom: 30px;
  }
}
section .regist_wrapper .form_wrapper .field input[type=checkbox] {
  display: none;
}
section .regist_wrapper .form_wrapper .field input[type=checkbox] + .customCheckbox {
  box-sizing: border-box;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  background: white;
  cursor: pointer;
  margin: 20px auto 30px;
}
section .regist_wrapper .form_wrapper .field input[type=checkbox]:checked + .customCheckbox:after {
  content: "";
  width: 14px;
  height: 8px;
  position: absolute;
  border-bottom: 3px solid #9BC700;
  border-left: 3px solid #9BC700;
  top: 3px;
  left: 2px;
}
@media screen and (max-width: 768px) {
  section .regist_wrapper .form_wrapper .field .form-control-select-wrapper {
    position: relative;
  }
  section .regist_wrapper .form_wrapper .field .form-control-select-wrapper select.form-control {
    height: 45.6px;
  }
  section .regist_wrapper .form_wrapper .field .form-control-select-wrapper:after {
    position: absolute;
    top: 10px;
  }
  section .regist_wrapper .form_wrapper .field textarea#terms {
    -webkit-transform: scale(0.75) translate(-17%, -17%);
            transform: scale(0.75) translate(-17%, -17%);
    margin-bottom: -45px;
    line-height: 22.66px;
    width: 133.3%;
    height: 200px;
  }
  section .regist_wrapper .form_wrapper .field textarea#privacy {
    -webkit-transform: scale(0.75) translate(-17%, -17%);
            transform: scale(0.75) translate(-17%, -17%);
    margin-bottom: -45px;
    line-height: 22.66px;
    width: 133.3%;
    height: 200px;
  }
}
section .regist_wrapper .form_wrapper .field.mini {
  width: 35.3125vw;
}
@media screen and (min-width: 769px) {
  section .regist_wrapper .form_wrapper .field.mini {
    width: 144px;
  }
}
section .regist_wrapper .form_wrapper .field.half {
  width: 40.625vw;
}
@media screen and (min-width: 769px) {
  section .regist_wrapper .form_wrapper .field.half {
    width: 144px;
  }
}
@media screen and (min-width: 769px) {
  section .regist_wrapper .form_wrapper .field.middle {
    width: 334px;
  }
}
section .regist_wrapper .form_wrapper .field.list ul {
  padding: 0;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  section .regist_wrapper .form_wrapper .field.list ul {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
}
section .regist_wrapper .form_wrapper .field.list ul li {
  margin-top: 10px;
  -webkit-flex-basis: 40.625vw;
          flex-basis: 40.625vw;
  list-style: none;
}
@media screen and (min-width: 769px) {
  section .regist_wrapper .form_wrapper .field.list ul li {
    -webkit-flex-basis: 144px;
            flex-basis: 144px;
    margin-left: 69px;
  }
}
@media screen and (min-width: 769px) {
  section .regist_wrapper .form_wrapper .field.list ul li:nth-child(3n+1) {
    margin-left: 0;
  }
}
section .regist_wrapper .form_wrapper .field.list ul li .regist_label {
  margin-bottom: -10px;
  color: #8c8c8c;
  font-size: 10px;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  section .regist_wrapper .form_wrapper .field.list ul li .regist_label {
    font-size: 16px;
  }
}
section .regist_wrapper .form_wrapper .field.list ul li .regist_label:before {
  content: none;
  border: none;
}
section .regist_wrapper .form_wrapper .field.list ul li .regist_label:after {
  content: "：";
}
@media screen and (min-width: 769px) {
  section .regist_wrapper .form_wrapper .field.list ul li input,
  section .regist_wrapper .form_wrapper .field.list ul li select {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  section .regist_wrapper .form_wrapper .field .postal_code_wrapper input {
    margin-bottom: 0;
  }
}
section .regist_wrapper .form_wrapper .field .postal_code_wrapper .field_with_errors {
  display: inline-block;
}
section .regist_wrapper .form_wrapper .form_annotation {
  text-align: left;
}
section .regist_wrapper .actions {
  margin: 0 auto;
  padding: 30px 0;
  width: 87.5vw;
  border-top: solid 1px #e0e0e0;
}
@media screen and (min-width: 769px) {
  section .regist_wrapper .actions {
    width: 570px;
    padding: 60px 20px 0;
  }
}
section .regist_wrapper .actions .actions_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  section .regist_wrapper .actions .actions_inner {
    width: 334px;
    margin-right: 0;
  }
}
section .regist_wrapper .actions .actions_inner button,
section .regist_wrapper .actions .actions_inner input {
  -webkit-flex-basis: 40.625vw;
          flex-basis: 40.625vw;
  padding: 0;
  color: #8c8c8c;
  font-size: 18px;
  line-height: 48px;
  border: solid 1px #8c8c8c;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}
@media screen and (min-width: 769px) {
  section .regist_wrapper .actions .actions_inner button,
  section .regist_wrapper .actions .actions_inner input {
    -webkit-flex-basis: 152px;
            flex-basis: 152px;
    height: 54px;
    line-height: 54px;
  }
}
section .regist_wrapper .actions .actions_inner input[type=submit]:not(.regist_cancel_btn) {
  background-color: #9BC700;
  color: #fff;
  border: none;
}
section .regist_wrapper .actions .actions_inner input.regist_cancel_btn {
  color: #8c8c8c;
}
section .regist_wrapper .actions .actions_inner_regist {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  section .regist_wrapper .actions .actions_inner_regist {
    width: 334px;
    margin-right: 0;
  }
}
section .regist_wrapper .actions .actions_inner_regist button,
section .regist_wrapper .actions .actions_inner_regist input {
  -webkit-flex-basis: 40.625vw;
          flex-basis: 40.625vw;
  padding: 0;
  color: #8c8c8c;
  font-size: 18px;
  line-height: 48px;
  border: solid 1px #8c8c8c;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}
@media screen and (min-width: 769px) {
  section .regist_wrapper .actions .actions_inner_regist button,
  section .regist_wrapper .actions .actions_inner_regist input {
    -webkit-flex-basis: 152px;
            flex-basis: 152px;
    height: 54px;
    line-height: 54px;
  }
}
section .regist_wrapper .actions .actions_inner_regist input[type=submit]:not(.regist_cancel_btn) {
  background-color: #9BC700;
  color: #fff;
  border: none;
}
section .regist_wrapper .actions .actions_inner_regist input.regist_cancel_btn {
  color: #8c8c8c;
}
section #regist_K-0-1 .regist_wrapper > .form_annotation {
  margin-bottom: 8px;
}
section #regist_K-0-1 .regist_wrapper .form_wrapper {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  section #regist_K-0-1 .regist_wrapper .form_wrapper {
    margin-top: 40px;
  }
}
section #regist_K-0-1 .regist_wrapper .form_wrapper.enquete_form > .form_annotation {
  margin-bottom: 24px;
}
section #regist_K-0-1 .regist_wrapper .actions .actions_inner {
  -webkit-flex-direction: column;
          flex-direction: column;
  height: 116px;
}
section #regist_K-0-1 .regist_wrapper .actions .actions_inner input {
  -webkit-flex-basis: 48px;
          flex-basis: 48px;
}
@media screen and (min-width: 769px) {
  section #regist_K-0-1 .regist_wrapper .actions .actions_inner {
    width: 392px;
    height: auto;
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  section #regist_K-0-1 .regist_wrapper .actions .actions_inner input {
    -webkit-flex-basis: 156px;
            flex-basis: 156px;
  }
  section #regist_K-0-1 .regist_wrapper .actions .actions_inner input.regist_confirm_btn {
    -webkit-flex-basis: 216px;
            flex-basis: 216px;
  }
}
section #regist_K-0-1 .regist_wrapper .actions .actions_inner_regist {
  -webkit-flex-direction: column;
          flex-direction: column;
  height: 116px;
}
section #regist_K-0-1 .regist_wrapper .actions .actions_inner_regist input {
  -webkit-flex-basis: 48px;
          flex-basis: 48px;
}
@media screen and (min-width: 769px) {
  section #regist_K-0-1 .regist_wrapper .actions .actions_inner_regist {
    width: 333px;
    height: auto;
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  section #regist_K-0-1 .regist_wrapper .actions .actions_inner_regist input {
    -webkit-flex-basis: 156px;
            flex-basis: 156px;
  }
  section #regist_K-0-1 .regist_wrapper .actions .actions_inner_regist input.regist_confirm_btn {
    -webkit-flex-basis: 156px;
            flex-basis: 156px;
  }
}
@media screen and (min-width: 769px) {
  section #regist_K-0-1 .regist_wrapper .panel-group {
    margin-bottom: 40px;
  }
}
section #regist_K-0-1 .regist_wrapper .panel-group .panel {
  border: none;
  background: none;
  box-shadow: none;
  border-radius: 0;
}
section #regist_K-0-1 .regist_wrapper .panel-group .panel .panel-heading {
  padding: 0;
  margin: 0 auto 30px;
  width: 87.5vw;
  background: #ededed;
  border-top: solid 2px #b3b3b3;
  border-bottom: solid 1px #e0e0e0;
  border-radius: 0;
}
@media screen and (min-width: 769px) {
  section #regist_K-0-1 .regist_wrapper .panel-group .panel .panel-heading {
    width: 570px;
    margin-bottom: 40px;
  }
}
section #regist_K-0-1 .regist_wrapper .panel-group .panel .panel-heading h6.panel-title {
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (min-width: 769px) {
  section #regist_K-0-1 .regist_wrapper .panel-group .panel .panel-heading h6.panel-title {
    font-size: 18px;
  }
}
section #regist_K-0-1 .regist_wrapper .panel-group .panel .panel-heading a.btn-accordion {
  display: block;
  padding: 12px 10px;
  width: 100%;
  height: 100%;
  text-align: left;
  color: #4c4c4c;
}
section #regist_K-0-1 .regist_wrapper .panel-group .panel .panel-heading a.btn-accordion:after {
  content: " ";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/assets/icon_drawer-2171feb317432f1d0d51ffe44e45b1442c055588e9ea14e2101912fd08402688.svg) no-repeat 50% 50%;
  background-size: 24px 24px;
  vertical-align: middle;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: -webkit-transform 250ms linear;
  transition: transform 250ms linear;
  transition: transform 250ms linear, -webkit-transform 250ms linear;
  float: right;
}
@media screen and (min-width: 769px) {
  section #regist_K-0-1 .regist_wrapper .panel-group .panel .panel-heading a.btn-accordion {
    padding: 20px;
  }
}
section #regist_K-0-1 .regist_wrapper .panel-group .panel .panel-heading a.btn-accordion.collapsed:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
section #regist_K-0-1 .regist_wrapper .panel-group .panel .panel-body {
  border: none;
  width: 87.5vw;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 769px) {
  section #regist_K-0-1 .regist_wrapper .panel-group .panel .panel-body {
    width: 570px;
  }
}
section #regist_K-0-1 .regist_wrapper .panel-group .panel .panel-body .form_wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
section #regist_K-0-1 .regist_wrapper .panel-group .panel .panel-body .form_wrapper .field:last-child {
  margin-bottom: 0;
}
section #regist_K-0-1 .regist_wrapper #registrations_detail_enquete_accordion {
  display: block; /*ロンチ用*/
}
@media screen and (min-width: 769px) {
  section #regist_K-0-1 .regist_wrapper #registrations_detail_enquete_accordion .panel {
    margin-bottom: 0;
  }
}
section #regist_K-0-1 .regist_wrapper #registrations_detail_enquete_accordion .panel .panel-heading {
  margin-bottom: 0;
}
section #regist_K-0-1 .regist_wrapper #registrations_detail_enquete_accordion .panel .panel-body {
  padding: 12px;
  color: #8c8c8c;
  font-size: 10px;
  letter-spacing: 0.05em;
  background: #f7f7f7;
  border-bottom: solid 1px #e0e0e0;
  text-align: left;
}
@media screen and (min-width: 769px) {
  section #regist_K-0-1 .regist_wrapper #registrations_detail_enquete_accordion .panel .panel-body {
    padding: 20px;
    font-size: 12px;
    line-height: 24px;
  }
}
section #regist_K-1 .regist_wrapper > .form_annotation {
  margin-bottom: 8px;
}
section #regist_K-1 .regist_wrapper .form_wrapper {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  section #regist_K-1 .regist_wrapper .form_wrapper {
    width: 610px;
  }
}
section #regist_K-1 .regist_wrapper .form_wrapper .field {
  padding-bottom: 17px;
  text-align: right;
}
@media screen and (min-width: 769px) {
  section #regist_K-1 .regist_wrapper .form_wrapper .field {
    margin-bottom: 25px;
    padding: 8px 20px 18px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
}
section #regist_K-1 .regist_wrapper .form_wrapper .field .regist_label {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  section #regist_K-1 .regist_wrapper .form_wrapper .field .regist_label {
    -webkit-flex-basis: 270px;
            flex-basis: 270px;
  }
}
section #regist_K-1 .regist_wrapper .form_wrapper .field .form-confirm {
  display: inline-block;
  margin-top: -6px;
  margin-left: auto;
  margin-right: 0;
  padding-left: 20px;
  width: auto;
  color: #262626;
  background: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 24px;
  border: none;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 769px) {
  section #regist_K-1 .regist_wrapper .form_wrapper .field .form-confirm {
    margin-top: -5px;
    font-size: 16px;
  }
}
section #regist_K-1 .regist_wrapper .form_wrapper .field ul {
  margin-left: 37.5vw;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  list-style: none;
}
@media screen and (min-width: 769px) {
  section #regist_K-1 .regist_wrapper .form_wrapper .field ul {
    width: 220px;
    margin-left: 0;
  }
}
section #regist_K-1 .regist_wrapper .form_wrapper .field ul li dl {
  display: -webkit-flex;
  display: flex;
  margin: 0;
  height: 24px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 24px;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
section #regist_K-1 .regist_wrapper .form_wrapper .field ul li dl dt {
  color: #8c8c8c;
  font-weight: 500;
}
section #regist_K-1 .regist_wrapper .form_wrapper .field ul li dl dd {
  font-weight: 500;
  text-align: right;
}
section #regist_K-1 .regist_wrapper .form_wrapper .field.mini {
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
section #regist_K-1 .regist_wrapper .form_wrapper .field.mini .regist_label {
  -webkit-flex-basis: 50%;
          flex-basis: 50%;
}
@media screen and (min-width: 769px) {
  section #regist_K-1 .regist_wrapper .form_wrapper .field.mini .regist_label {
    -webkit-flex-basis: 270px;
            flex-basis: 270px;
  }
}
section #regist_K-1 .regist_wrapper .form_wrapper .field.mini .form-control {
  padding-top: 0;
  padding-bottom: 0;
  height: auto;
}
section #regist_K-1 .regist_wrapper .form_wrapper .field:not(:last-child) {
  border-bottom: solid 1px #e0e0e0;
}
section #regist_K-1 .regist_wrapper .form_wrapper .field:last-child {
  margin-bottom: 0;
}
section #regist_K-1 .regist_wrapper .actions {
  border: none;
}
@media screen and (min-width: 769px) {
  section #regist_K-1 .regist_wrapper .actions .actions_inner button,
  section #regist_K-1 .regist_wrapper .actions .actions_inner input {
    -webkit-flex-basis: 156px;
            flex-basis: 156px;
    height: 64px;
  }
}
section #regist_K-1 .regist_wrapper .actions .actions_inner .regist_next_btn {
  background-color: #ff8c3e;
}
@media screen and (min-width: 769px) {
  section #regist_K-1 .regist_wrapper .actions .actions_inner_regist button,
  section #regist_K-1 .regist_wrapper .actions .actions_inner_regist input {
    -webkit-flex-basis: 156px;
            flex-basis: 156px;
    height: 64px;
  }
}
section #regist_K-1 .regist_wrapper .actions .actions_inner_regist .regist_next_btn {
  background-color: #ff8c3e;
}

/*
  [A-0-5] HowTo検索タブ
 */
#howto_search {
  /*  .icon_search {
      display: inline-block;
      width: 25px;
      height: 25px;
      margin-right: 5px;
      background: image-url(/assets/icon_search-2060f09e20593887853e18f1f386c9bbe541422f9789ed6c8e4ebd159c0d91ae.svg) no-repeat 50% 50%;
      background-size: 25px 25px;
    }*/
  padding: 20px 20px 0;
  margin: 0 auto;
  max-width: 1080px;
}
#howto_search .search_word_form {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
#howto_search .search_word_form .back_button {
  width: 24px;
  height: 24px;
}
#howto_search .search_word_form .back_button .img img-back {
  width: 24px;
  height: 24px;
}
#howto_search .search_word_form .search_word_text_field {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  overflow: hidden;
  border: 1px solid #767d83;
  border-radius: 10px;
  background-color: white;
}
#howto_search .search_word_form .search_word_text_field #search_text_field_btn {
  padding: 11px 11px;
  border: 0px;
  border-radius: 0px;
  width: 56px;
  height: 56px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #howto_search .search_word_form .search_word_text_field #search_text_field_btn {
    width: 54px;
    height: 46px;
    padding: 6px 10px;
  }
}
#howto_search .search_word_form .search_word_text_field #search_text_field_reset_btn {
  border-radius: 0px;
  width: 44px;
  height: 44px;
  padding: 10px 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
#howto_search .search_word_form .search_word_text_field .icon-search {
  font-size: 34px;
  width: 34px;
  height: 34px;
  border-radius: 5px;
  color: #262626;
}
#howto_search .search_word_form .search_word_text_field .icon_x-circle-fill {
  font-size: 24px;
  width: 24px;
  height: 24px;
  border-radius: 0px;
  color: #898989;
}
#howto_search .search_word_form .search_word_text_field input {
  width: 100%;
  height: 56px;
  padding: 11px 0px 11px 18px;
  border: none;
  box-sizing: border-box;
  font-size: 1em;
  outline: none;
}
@media screen and (max-width: 768px) {
  #howto_search .search_word_form .search_word_text_field input {
    height: 46px;
    padding: 6px 10px;
  }
}
#howto_search .search_word_form .search_word_text_field input::-webkit-input-placeholder {
  color: #676767;
}
#howto_search .search_word_form .search_word_text_field input:-ms-input-placeholder {
  color: #676767;
}
#howto_search .search_word_form .search_word_text_field input::-ms-input-placeholder {
  color: #676767;
}
#howto_search .search_word_form .search_word_text_field input::placeholder {
  color: #676767;
}
#howto_search .search_word_form .search_word_text_field button {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 0px 0px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
#howto_search .filter-heading {
  padding: 24px 0px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#howto_search #howto_search_condition {
  width: 120px;
}
#howto_search #howto_search_condition span {
  font-size: 25px;
  vertical-align: middle;
  margin-right: 5px;
}
#howto_search .accordion-group {
  padding: 0;
  border-bottom: 1px solid rgba(38, 38, 38, 0.2);
}
#howto_search input + .accordion-group {
  border-top: 1px solid rgba(38, 38, 38, 0.2);
  margin-top: 24px;
}
#howto_search .accordion-heading {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#howto_search .accordion-heading-inner {
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  #howto_search .accordion-heading-inner {
    padding-bottom: 8px;
  }
}
#howto_search .howto_search_filter_img {
  width: 32px;
  height: 32px;
}
#howto_search .accordion-toggle {
  left: 0;
  width: 100%;
  text-align: right;
}
#howto_search .accordion-toggle img {
  height: 8px;
  margin: 20px 0;
}
#howto_search .accordion-toggle .icon_down_w {
  display: inline;
}
#howto_search .accordion-toggle .icon_up_w {
  display: none;
}
#howto_search .accordion-toggle[aria-expanded=false] .icon_down_w {
  display: inline;
}
#howto_search .accordion-toggle[aria-expanded=false] .icon_up_w {
  display: none;
}
#howto_search .accordion-toggle[aria-expanded=true] .icon_down_w {
  display: none;
}
#howto_search .accordion-toggle[aria-expanded=true] .icon_up_w {
  display: inline;
}
@media screen and (max-width: 768px) {
  #howto_search .accordion-toggle {
    left: 0;
    width: 100%;
    text-align: right;
  }
}
#howto_search .accordion-body.collapse {
  display: block;
  overflow: hidden;
  height: 0px;
}
#howto_search .accordion-body.collapse .accordion-inner {
  display: none;
}
#howto_search .accordion-body.collapse .search_condition-preview {
  display: block;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 18px;
  color: #808080;
}
#howto_search .accordion-body.collapse.in {
  height: auto;
}
#howto_search .accordion-body.collapse.in .accordion-inner {
  display: block;
}
#howto_search .accordion-body.collapse.in .search_condition-preview {
  display: none;
}
#howto_search .accordion-body.collapsing {
  min-height: 52px;
}
#howto_search .accordion-body.collapsing .search_condition-preview {
  display: none;
}
#howto_search .search_condition_title {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 25px;
  line-height: 1;
  margin: 25px 20px 0;
  max-width: 1080px;
  margin: 0;
}
@media screen and (min-width: 769px) {
  #howto_search .search_condition_title {
    margin: 48px auto 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#howto_search .search_condition_title2 {
  margin: 10px 20px 0;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 12px;
  line-height: 1;
  max-width: 1080px;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  #howto_search .search_condition_title2 {
    margin: 10px auto 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }
}
#howto_search .accordion-body {
  padding-top: 10px;
  padding-bottom: 0;
}
#howto_search .accordion-inner {
  padding-top: 10px;
  padding-bottom: 24px;
}
#howto_search label {
  border: 1px dashed #262626;
  border-radius: 20px;
  line-height: 40px;
  white-space: nowrap;
  font-size: 18px;
  font-weight: normal;
  cursor: pointer;
  padding: 0 20px;
  margin: 10px 7px 0 0;
}
#howto_search label:hover {
  opacity: 0.8;
}
#howto_search .chk {
  display: none;
}
#howto_search .chk:checked + label {
  background-color: #262626;
  border: 1px solid #262626;
  color: #fff;
}
#howto_search #search_condition_growchart label {
  line-height: 56px;
  padding-left: 28px;
  padding-right: 48px;
  border-radius: 28px;
}
#howto_search #search_condition_growchart img {
  vertical-align: middle;
  max-width: none;
  height: 32px;
}
#howto_search #search_condition_growchart span {
  display: inline-block;
  vertical-align: 4px;
  width: 37px;
  margin-right: 10px;
  line-height: 1;
}
#howto_search #search_condition_post {
  margin-top: 48px;
}
#howto_search #search_condition_post input {
  display: block;
  border: none;
  width: 100%;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
  line-height: 48px;
  background-color: #76AD00;
  font-size: 18px;
}
#howto_search #search_condition_reset {
  margin-top: 48px;
}
#howto_search #search_condition_reset input {
  display: block;
  border: none;
  width: 100%;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  padding: 0;
  font-size: 14px;
  line-height: 48px;
  background-color: #fff;
  border: 1px solid #262626;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  #howto_search {
    padding-top: 32px;
  }
  #howto_search #howto_search_condition {
    font-size: 16px;
  }
  #howto_search #howto_search_condition span {
    font-size: 25px;
  }
  #howto_search .accordion-group {
    padding: 32px 0;
  }
  #howto_search .accordion-heading-inner {
    padding-top: 10px 0 0 0;
  }
  #howto_search input + .accordion-group {
    border-top: none;
    margin-top: 5px;
  }
  #howto_search .search_condition_title {
    margin: 0;
    padding: 0;
  }
  #howto_search .search_condition_title2 {
    padding-left: 0;
    padding-right: 0;
  }
  #howto_search .accordion-body {
    padding-top: 12px;
    padding-bottom: 0;
    display: block;
  }
  #howto_search label {
    padding: 0 40px;
    margin: 15px 17px 0 0;
  }
  #howto_search #search_condition_growchart label {
    padding-left: 30px;
    padding-right: 48px;
  }
  #howto_search #search_condition_post {
    margin: 64px auto 0;
    width: 314px;
  }
  #howto_search #search_condition_post input {
    font-size: 18px;
  }
  #howto_search #search_condition_reset {
    margin-left: auto;
    margin-right: auto;
    width: 314px;
  }
  #howto_search #search_condition_reset input {
    font-size: 18px;
  }
}

/*
  [A-0-5-1] HowTo検索結果一覧
 */
#howto_search_result #howto_search_result_title {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 25px;
  line-height: 1;
  margin: 25px 20px 0;
  max-width: 1080px;
}
@media screen and (min-width: 769px) {
  #howto_search_result #howto_search_result_title {
    margin: 48px auto 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#howto_search_result #howto_search_result_title_sub {
  margin: 10px 20px 0;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 12px;
  line-height: 1;
  max-width: 1080px;
}
@media screen and (min-width: 769px) {
  #howto_search_result #howto_search_result_title_sub {
    margin: 10px auto 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }
}
#howto_search_result #search_condition_outer {
  margin-bottom: 27px;
}
#howto_search_result #search_condition_title {
  position: relative;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #262626;
  padding: 10px 19px;
  margin: 22px 20px 0;
}
#howto_search_result #search_condition_title:before {
  position: absolute;
  top: -7px;
  left: -7px;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #fff;
}
#howto_search_result #search_condition_title:after {
  position: absolute;
  top: -7px;
  right: -7px;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #fff;
}
#howto_search_result #search_condition_list {
  border: 1px solid #262626;
  position: relative;
  padding: 14px 0;
  margin: 0 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#howto_search_result #search_condition_list:before {
  position: absolute;
  bottom: -7px;
  left: -7px;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-top: 1px solid #262626;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #fff;
}
#howto_search_result #search_condition_list:after {
  position: absolute;
  top: -7px;
  right: -7px;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-bottom: 1px solid #262626;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #fff;
}
#howto_search_result .search_condition_list_text {
  font-weight: 500;
  color: #808080;
  line-height: 1.41;
  padding: 0 14px;
  box-sizing: border-box;
  text-align: justify;
  -webkit-flex-basis: 75%;
          flex-basis: 75%;
  background: #fff;
  overflow: hidden;
  width: 100%;
  max-width: 75%;
  width: 75%;
}
#howto_search_result .search_condition_list_text .lineClampInner {
  display: block;
  font-size: 12px;
  max-height: 50.76px;
  line-height: 1.41;
  position: relative;
  word-break: break-all;
}
#howto_search_result .search_condition_list_text .lineClampInner:before, #howto_search_result .search_condition_list_text .lineClampInner:after {
  background: #fff;
  position: absolute;
}
#howto_search_result .search_condition_list_text .lineClampInner:before {
  content: "...";
  top: 33.84px;
  right: 0;
}
#howto_search_result .search_condition_list_text .lineClampInner:after {
  content: "";
  height: 100%;
  width: 100%;
}
#howto_search_result .search_condition_list_text:before {
  position: absolute;
  bottom: -7px;
  right: -7px;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-top: 1px solid #262626;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #fff;
}
#howto_search_result .search_condition_list_link {
  -webkit-flex-basis: 25%;
          flex-basis: 25%;
  border-left: 1px solid #262626;
  display: block;
  font-weight: 500;
  text-align: center;
  padding: 4px 0;
}
#howto_search_result .search_condition_list_link .icon-next-w {
  display: block;
  font-size: 16px;
}
#howto_search_result .search_condition_list_link b {
  display: block;
  line-height: 1;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  #howto_search_result #search_condition_outer {
    margin: 0 auto 26px;
    max-width: 1080px;
  }
  #howto_search_result #search_condition_title {
    padding: 8px 36px;
    margin-top: 34px;
    font-size: 16px;
  }
  #howto_search_result #search_condition_list {
    padding: 10px 0;
  }
  #howto_search_result .search_condition_list_text {
    font-size: 16px;
    line-height: 1.5;
    padding: 0 35px 0 40px;
    -webkit-flex-basis: 92%;
            flex-basis: 92%;
    background: #fff;
    overflow: hidden;
    width: 100%;
    max-width: 92%;
    width: 92%;
  }
  #howto_search_result .search_condition_list_text .lineClampInner {
    display: block;
    font-size: 16px;
    max-height: 48px;
    line-height: 1.5;
    position: relative;
    word-break: break-all;
  }
  #howto_search_result .search_condition_list_text .lineClampInner:before, #howto_search_result .search_condition_list_text .lineClampInner:after {
    background: #fff;
    position: absolute;
  }
  #howto_search_result .search_condition_list_text .lineClampInner:before {
    content: "...";
    top: 24px;
    right: 0;
  }
  #howto_search_result .search_condition_list_text .lineClampInner:after {
    content: "";
    height: 100%;
    width: 100%;
  }
  #howto_search_result .search_condition_list_link {
    -webkit-flex-basis: 8%;
            flex-basis: 8%;
    font-weight: 500;
    text-align: center;
    padding: 14px 0;
  }
  #howto_search_result .search_condition_list_link .icon-next-w {
    display: block;
    font-size: 24px;
  }
  #howto_search_result .search_condition_list_link b {
    margin-top: 8px;
  }
}

.howto_search_result_not_found {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  margin: 28px 20px 0;
  padding: 48px 0;
  font-size: 14px;
  line-height: 1.714285714;
  text-align: center;
  max-width: 1040px;
}

.howto_search_result_not_found_btn {
  margin-top: 24px;
  display: block;
  border: none;
  width: 100%;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  padding: 0;
  font-size: 14px;
  line-height: 48px;
  background-color: #fff;
  border: 1px solid #262626;
  font-size: 18px;
  max-width: 314px;
  display: inline-block;
}

#howto_search_result_not_found_text {
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .howto_search_result_not_found {
    margin: 62px auto 0;
    padding: 124px 20px 128px;
    font-size: 16px;
    line-height: 1;
  }
  .howto_search_result_not_found_btn {
    margin-top: 34px;
  }
}
@media screen and (min-width: 769px) {
  #howto_search_result_list .howto_list_ul {
    padding-left: 20px;
    padding-right: 20px;
  }
  #howto_search_result_list .howto_list_ul > li:nth-child(-n+3) {
    margin-top: 34px;
  }
}

/*
[I-4] やりたい！HowTo一覧
 */
#yaritai_I-4 {
  /*[ページネーション]*/
}
#yaritai_I-4 > h4 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 25px;
  line-height: 1;
  margin: 25px 20px 0;
  max-width: 1080px;
}
@media screen and (min-width: 769px) {
  #yaritai_I-4 > h4 {
    margin: 48px auto 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#yaritai_I-4 > h4 .icon-yaritai-fill {
  margin-right: 8px;
}
#yaritai_I-4 > h6 {
  margin: 10px 20px 0;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 12px;
  line-height: 1;
  max-width: 1080px;
}
@media screen and (min-width: 769px) {
  #yaritai_I-4 > h6 {
    margin: 10px auto 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }
}
#yaritai_I-4 .yaritai_howto_not_found {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  margin: 22px 20px 0;
  padding: 48px 0;
  font-size: 14px;
  line-height: 1.714285714;
  text-align: center;
  max-width: 1040px;
}
#yaritai_I-4 #yaritai_howto_not_found_text {
  letter-spacing: 0.05em;
}
#yaritai_I-4 .howto_list_ul_withviews {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #yaritai_I-4 .howto_list_ul_withviews {
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
  }
  #yaritai_I-4 .howto_list_ul_withviews > li {
    padding: 0;
    position: relative;
  }
  #yaritai_I-4 .howto_list_ul_withviews > li:first-child {
    margin-top: 0;
  }
  #yaritai_I-4 .howto_list_ul_withviews .howto_list_image_box {
    -webkit-flex-basis: 46.875%;
            flex-basis: 46.875%;
    max-width: 46.875%;
  }
  #yaritai_I-4 .howto_list_ul_withviews .howto_list_image_box a {
    height: 26.5625vw;
  }
  #yaritai_I-4 .howto_list_ul_withviews .howto_list_image_box a img {
    width: auto;
    height: 100%;
  }
  #yaritai_I-4 .howto_list_ul_withviews .howto_list_title {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
  }
  #yaritai_I-4 .howto_list_ul_withviews .howto_list_title .howto_list_title_header {
    padding: 10px 8px 0 10px;
    -webkit-flex-basis: 53.125%;
            flex-basis: 53.125%;
    max-width: 53.125%;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  #yaritai_I-4 .howto_list_ul_withviews .howto_list_title .howto_list_title_header p {
    font-size: 14px;
    line-height: 1.44;
  }
  #yaritai_I-4 .howto_list_ul_withviews .howto_list_title .howto_list_title_header h3 {
    font-size: 14px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.428;
    text-align: justify;
  }
  #yaritai_I-4 .howto_list_ul_withviews .howto_list_title .howto_list_title_header .howto_list_theme {
    border-radius: 4px;
  }
  #yaritai_I-4 .howto_list_ul_withviews .howto_list_user_wrapper {
    display: none;
  }
  #yaritai_I-4 .howto_list_ul_withviews .howto_list_content {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin: 0;
    padding: 8px 15px;
    background: #F1F7E0;
  }
  #yaritai_I-4 .howto_list_ul_withviews .howto_list_content .howto_list_viewcount {
    font-size: 12px;
    line-height: 24px;
    margin-top: 0;
  }
  #yaritai_I-4 .howto_list_ul_withviews .howto_list_content .howto_list_viewcount .viewcount_label {
    font-size: 12px;
  }
  #yaritai_I-4 .howto_list_ul_withviews .howto_list_clip {
    margin-top: 0;
  }
  #yaritai_I-4 .howto_list_ul_withviews .howto_list_clip a, #yaritai_I-4 .howto_list_ul_withviews .howto_list_clip button {
    background-color: #fff;
    color: #898989;
    font-size: 11px;
    line-height: 36px;
    width: 149px;
    text-decoration: none;
  }
  #yaritai_I-4 .howto_list_ul_withviews .howto_list_clip a .icon-clip, #yaritai_I-4 .howto_list_ul_withviews .howto_list_clip button .icon-clip {
    color: #898989;
    vertical-align: -3px;
  }
  #yaritai_I-4 .howto_list_ul_withviews .howto_list_clip a[data-clip=true] a:before .icon-clip, #yaritai_I-4 .howto_list_ul_withviews .howto_list_clip a[data-clip=true] button:before .icon-clip, #yaritai_I-4 .howto_list_ul_withviews .howto_list_clip button[data-clip=true] a:before .icon-clip, #yaritai_I-4 .howto_list_ul_withviews .howto_list_clip button[data-clip=true] button:before .icon-clip {
    color: #76AD00;
  }
}
@media screen and (min-width: 769px) {
  #yaritai_I-4 .howto_list_ul_withviews {
    padding-left: 20px;
    padding-right: 20px;
  }
  #yaritai_I-4 .howto_list_ul_withviews > li {
    margin-top: 48px;
  }
  #yaritai_I-4 .howto_list_ul_withviews > li:nth-child(-n+3) {
    margin-top: 60px;
  }
}
@media screen and (min-width: 769px) {
  #yaritai_I-4 {
    /*
        .howto_list_ul_withviews {
          li {
            .howto_list_function { height: auto; padding: 0; background: transparent; }
          }
          .howto_list_ul_inner {
            flex-direction: column;
          }
          .howto_list_image_box {
            flex-basis: 100%;
          }
          .howto_list_summary {
            padding: 0;
          }
          .howto_list_theme {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
          }
          .howto_list_yatta_yaritai {
            @include flexbox();
            width: 100%;
            height: 48px;
            background: #f5f5f5;
            text-align: center;
            align-items: center;
            .howto_list_yatta_btn,
            .howto_list_yaritai_btn {
              flex-basis: 50%;
            }
            .howto_list_yatta_btn {
              border-right: solid 1px #e1e1e1;
              .howto_list_yatta_total { padding-right: 0; }
            }
          }
        }
        */
  }
  #yaritai_I-4 .yaritai_howto_not_found {
    margin: 34px auto 0;
    padding: 124px 20px 128px;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
  }
}
#yaritai_I-4 .pagenation_wrapper {
  width: 100%;
}
#yaritai_I-4 .pagenation_wrapper .list_k_pagenation_ul {
  margin: 47px 20px 0;
  width: calc(100% - 40px);
  list-style-type: none;
  padding: 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  /*
        .list_k_pagenation_backward {width: 53px;}
        .list_k_pagenation_prev {width: 48px;}
        .list_k_pagenation_next {width: 48px;}
  */
}
#yaritai_I-4 .pagenation_wrapper .list_k_pagenation_ul li {
  vertical-align: middle;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  -webkit-flex-basis: 10%;
          flex-basis: 10%;
}
#yaritai_I-4 .pagenation_wrapper .list_k_pagenation_ul .list_k_pagenation_text {
  text-align: center;
}
#yaritai_I-4 .pagenation_wrapper .list_k_pagenation_ul .current-page {
  text-decoration: underline;
}
#yaritai_I-4 .pagenation_wrapper .list_k_pagenation_ul button {
  display: block;
  border: none;
  width: 100%;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  box-sizing: border-box;
  font-size: 12px;
  border-radius: 0; /* width: 48px; */
  text-align: center;
  padding: 0;
  line-height: 46px;
  margin: auto;
}
#yaritai_I-4 .pagenation_wrapper .list_k_pagenation_ul button:hover {
  background-color: #fff;
}
#yaritai_I-4 .pagenation_wrapper .list_k_pagenation_ul .list_k_pagenation_backward button,
#yaritai_I-4 .pagenation_wrapper .list_k_pagenation_ul .list_k_pagenation_prev button,
#yaritai_I-4 .pagenation_wrapper .list_k_pagenation_ul .list_k_pagenation_next button,
#yaritai_I-4 .pagenation_wrapper .list_k_pagenation_ul .list_k_pagenation_forward button {
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  #yaritai_I-4 .pagenation_wrapper .list_k_pagenation_ul {
    margin: 65px auto 0;
    padding: 0 94px 0 20px;
    width: 706px;
    clear: left;
  }
  #yaritai_I-4 .pagenation_wrapper .list_k_pagenation_ul .list_k_pagenation_backward {
    width: 72px;
  }
  #yaritai_I-4 .pagenation_wrapper .list_k_pagenation_ul .list_k_pagenation_text button {
    font-size: 14px;
  }
  #yaritai_I-4 .pagenation_wrapper .list_k_pagenation_ul .list_k_pagenation_backward button,
  #yaritai_I-4 .pagenation_wrapper .list_k_pagenation_ul .list_k_pagenation_prev button,
  #yaritai_I-4 .pagenation_wrapper .list_k_pagenation_ul .list_k_pagenation_next button,
  #yaritai_I-4 .pagenation_wrapper .list_k_pagenation_ul .list_k_pagenation_forward button {
    font-size: 26px;
  }
}

/*
[G-1] HowToまとめ
*/
#summary_G-1 #summary_info_image {
  position: relative;
  overflow: hidden;
  padding-top: 91.56%;
}
#summary_G-1 #summary_info_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#summary_G-1 #summary_info_heading {
  position: relative;
  z-index: 1;
  margin: -22px auto 0;
  padding: 0 20px;
  max-width: 1080px;
}
#summary_G-1 #summary_info_heading img {
  height: 37px;
}
#summary_G-1 #summary_info_wrapper {
  margin: 17px auto 0;
  padding: 0 20px;
  max-width: 1080px;
}
#summary_G-1 #summary_info_number {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 24px;
  line-height: 1;
}
#summary_G-1 #summary_info_date {
  line-height: 1;
  color: #B3B3B3;
  margin-top: 22px;
}
#summary_G-1 #summary_info_title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.444;
  margin-top: 10px;
}
#summary_G-1 #summary_info_text {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #E6E6E6;
  font-size: 14px;
  line-height: 1.714;
}
#summary_G-1 #summary_info_text a, #summary_G-1 #summary_info_text a:visited {
  color: #76ad00;
  text-decoration: underline;
}
#summary_G-1 #summary_info_text a:hover, #summary_G-1 #summary_info_text a:active {
  color: #76AD00;
  opacity: 0.7;
  text-decoration: underline;
}
#summary_G-1 #howto_other_summary_list_title {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 25px;
  line-height: 1;
  margin: 25px 20px 0;
  max-width: 1080px;
  margin-top: 96px;
}
@media screen and (min-width: 769px) {
  #summary_G-1 #howto_other_summary_list_title {
    margin: 48px auto 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#summary_G-1 #howto_other_summary_list_title_sub {
  margin: 10px 20px 0;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 12px;
  line-height: 1;
  max-width: 1080px;
}
@media screen and (min-width: 769px) {
  #summary_G-1 #howto_other_summary_list_title_sub {
    margin: 10px auto 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }
}
#summary_G-1 #howto_other_summary_list ul {
  list-style-type: none;
  padding: 0;
  margin: 20px 0 0;
}
#summary_G-1 #howto_other_summary_list li {
  position: relative;
  border-top: 1px solid #fff;
}
#summary_G-1 #howto_other_summary_list li a {
  position: relative;
  overflow: hidden;
  padding-top: 52.1875%;
  display: block;
}
#summary_G-1 #howto_other_summary_list li .howto_other_summary_list_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%; /* WMGG-944 横幅を少し大きめにとり、高さがMaxとなるようにする */
  max-width: none;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover; /* WMGG-944 はみ出た部分はトリミング */
}
#summary_G-1 #howto_other_summary_list li .howto_other_summary_list_text {
  padding: 0 20px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  box-sizing: border-box;
}
#summary_G-1 #howto_other_summary_list li .howto_other_summary_list_title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.444;
}
#summary_G-1 #howto_other_summary_list li .howto_other_summary_list_date {
  line-height: 1;
  margin-top: 10px;
}
#summary_G-1 #howto_other_summary_list li .howto_other_summary_list_number {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
}
@media screen and (min-width: 769px) {
  #summary_G-1 #summary_info_image {
    padding-top: 45.78%;
  }
  #summary_G-1 #summary_info_image img {
    width: 100%;
    height: auto;
  }
  #summary_G-1 #summary_info_heading {
    margin-top: -33px;
  }
  #summary_G-1 #summary_info_heading img {
    height: 62px;
  }
  #summary_G-1 #summary_info_wrapper {
    margin-top: 34px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #summary_G-1 #summary_info_number {
    -webkit-flex-basis: 10.5%;
            flex-basis: 10.5%;
    font-size: 36px;
  }
  #summary_G-1 #summary_info_wrapper_inner {
    -webkit-flex-basis: 89.5%;
            flex-basis: 89.5%;
  }
  #summary_G-1 #summary_info_date {
    font-size: 16px;
    margin-top: 0;
  }
  #summary_G-1 #summary_info_title {
    font-size: 24px;
    line-height: 1.416;
    padding-right: 12%;
  }
  #summary_G-1 #summary_info_text {
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    margin-top: 60px;
    padding: 60px 10.5% 0;
  }
  #summary_G-1 #howto_summary_list {
    margin-top: 64px;
    padding-bottom: 64px;
    background-color: #F7F7F7;
    border-top: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
  }
  #summary_G-1 #howto_summary_list .howto_list_ul li:nth-child(-n+3) {
    margin-top: 64px;
  }
  #summary_G-1 #howto_other_summary_list_title {
    margin-top: 125px;
  }
  #summary_G-1 #howto_other_summary_list ul {
    margin: 40px 0 0;
  }
  #summary_G-1 #howto_other_summary_list li {
    border-top: 4px solid #fff;
  }
  #summary_G-1 #howto_other_summary_list li a {
    padding-top: 26.09%;
  }
  #summary_G-1 #howto_other_summary_list li .howto_other_summary_list_title {
    font-size: 24px;
    line-height: 1.41;
  }
  #summary_G-1 #howto_other_summary_list li .howto_other_summary_list_date {
    font-size: 16px;
    margin-top: 12px;
  }
  #summary_G-1 #howto_other_summary_list li .howto_other_summary_list_number {
    right: auto;
    bottom: auto;
    top: 17.96%;
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.4);
  }
}
#summary_G-1 .embed_video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
#summary_G-1 .embed_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
[I-3] やった！HowTo一覧
 */
#yatta_I-3 {
  /*[ページネーション]*/
}
#yatta_I-3 > h4 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 25px;
  line-height: 1;
  margin: 25px 20px 0;
  max-width: 1080px;
}
@media screen and (min-width: 769px) {
  #yatta_I-3 > h4 {
    margin: 48px auto 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#yatta_I-3 > h4 .icon-yatta-fill {
  margin-right: 8px;
}
#yatta_I-3 > h6 {
  margin: 10px 20px 0;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 12px;
  line-height: 1;
  max-width: 1080px;
}
@media screen and (min-width: 769px) {
  #yatta_I-3 > h6 {
    margin: 10px auto 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }
}
#yatta_I-3 .yatta_howto_not_found {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  margin: 22px 20px 0;
  padding: 48px 0;
  font-size: 14px;
  line-height: 1.714285714;
  text-align: center;
  max-width: 1040px;
}
#yatta_I-3 #yatta_howto_not_found_text {
  letter-spacing: 0.05em;
}
#yatta_I-3 .howto_list_ul_withviews > li {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#yatta_I-3 .howto_list_accordion_wrapper {
  background: rgba(155, 199, 0, 0.35) url(/assets/bg_howto_list_accordion_wrapper-a464fc9e165a9f251b3eaa4a1b2265d37290a65c2cfd056dba72b8c1ac470c72.png) repeat 0 0;
  background-size: 5px 5px;
  border-bottom: 2px solid #9BC700;
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
}
#yatta_I-3 .howto_list_accordion_btn {
  background-color: #fff;
  border-radius: 11px;
  font-size: 10px;
  color: #8C8C8C;
  line-height: 22px;
  padding: 0 15px;
  opacity: 1;
  margin: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#yatta_I-3 .howto_list_accordion_btn:focus, #yatta_I-3 .howto_list_accordion_btn:hover, #yatta_I-3 .howto_list_accordion_btn:active {
  opacity: 0.8;
  text-decoration: none;
}
#yatta_I-3 .howto_list_accordion_btn[aria-expanded=true] {
  background-color: #9BC700;
  border-color: #9BC700;
  color: #fff;
}
#yatta_I-3 .howto_list_accordion_btn[aria-expanded=true] .howto_list_accordion_link_text2 {
  color: #fff;
  background-image: url(/assets/icon_up_w_white-3430e5e8a050eedb5e284a811ae515df6d0e33d043661ae1fab7f564d4ac2f95.svg);
}
#yatta_I-3 .howto_list_accordion_link_text1 {
  font-weight: 500;
}
#yatta_I-3 .howto_list_accordion_link_text2 {
  color: #9BC700;
  padding-right: 15px;
  background: url(/assets/icon_down_w_gray-043460f7e394d49f020cfdf636a5f0da5e657b2e527049455bc46e9492900c00.svg) no-repeat 100% 50%;
  background-size: 9px 4px;
}
#yatta_I-3 .report_list_item_wrapper {
  list-style-type: none;
  padding: 0 10px;
  margin: 0;
}
#yatta_I-3 .report_list_item {
  margin-bottom: 10px;
  padding: 10px;
  position: relative;
  border-top: none;
  background-color: #fff;
  border-radius: 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#yatta_I-3 .report_list_item_img {
  -webkit-flex-basis: 35%;
          flex-basis: 35%;
  position: relative;
  overflow: hidden;
  padding-top: 35%;
}
#yatta_I-3 .report_list_item_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#yatta_I-3 .report_list_item_text {
  -webkit-flex-basis: 60%;
          flex-basis: 60%;
}
#yatta_I-3 .report_list_item_date {
  font-size: 10px;
  line-height: 1;
  color: #B3B3B3;
}
#yatta_I-3 .report_list_item_message {
  line-height: 1.41;
  margin-top: 8px;
}
#yatta_I-3 .report_list_item_btn {
  position: absolute;
  top: 4px;
  right: 4px;
  line-height: 1;
}
#yatta_I-3 .report_list_item_btn button {
  border: none;
  padding: 0;
  background-color: transparent;
  width: 20px;
}
#yatta_I-3 .report_list_item_btn img {
  width: 8px;
}
@media screen and (max-width: 768px) {
  #yatta_I-3 .howto_list_accordion_wrapper {
    padding-top: 10px;
  }
  #yatta_I-3 .howto_list_accordion_wrapper .howto_list_accordion_btn {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  #yatta_I-3 .yatta_howto_not_found {
    margin: 34px auto 0;
    padding: 124px 20px 128px;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
  }
  #yatta_I-3 .howto_list_ul_withviews li .howto_list_function {
    height: auto;
    padding: 0;
    background: transparent;
  }
  #yatta_I-3 .howto_list_ul_withviews .howto_list_ul_inner {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  #yatta_I-3 .howto_list_ul_withviews .howto_list_image_box {
    flex-basis: 100%;
    -webkit-flex-basis: auto;
  }
  #yatta_I-3 .howto_list_ul_withviews .howto_list_summary {
    padding: 0;
  }
  #yatta_I-3 .howto_list_ul_withviews .howto_list_theme {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  #yatta_I-3 .howto_list_ul_withviews .howto_list_yatta_yaritai {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    width: 100%;
    height: 48px;
    background: #f5f5f5;
    text-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  #yatta_I-3 .howto_list_ul_withviews .howto_list_yatta_yaritai .howto_list_yatta_btn,
  #yatta_I-3 .howto_list_ul_withviews .howto_list_yatta_yaritai .howto_list_yaritai_btn {
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
  }
  #yatta_I-3 .howto_list_ul_withviews .howto_list_yatta_yaritai .howto_list_yatta_btn {
    border-right: solid 1px #e1e1e1;
  }
  #yatta_I-3 .howto_list_ul_withviews .howto_list_yatta_yaritai .howto_list_yatta_btn .howto_list_yatta_total {
    padding-right: 0;
  }
  #yatta_I-3 .howto_list_ul_withviews > li {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  #yatta_I-3 .howto_list_accordion_wrapper {
    background: none;
    border-bottom: none;
    -webkit-flex-basis: auto;
            flex-basis: auto;
    margin-top: 20px;
  }
  #yatta_I-3 .accordion-heading {
    margin-bottom: 30px;
  }
  #yatta_I-3 .howto_list_accordion_btn {
    border-radius: 15px;
    font-size: 12px;
    line-height: 30px;
    border: 1px solid #B3B3B3;
    margin: 0;
    letter-spacing: 0.05em;
  }
  #yatta_I-3 .howto_list_accordion_btn:focus, #yatta_I-3 .howto_list_accordion_btn:hover, #yatta_I-3 .howto_list_accordion_btn:active {
    opacity: 0.8;
    text-decoration: none;
  }
  #yatta_I-3 .howto_list_accordion_btn[aria-expanded=true] {
    background-color: #9BC700;
    border-color: #9BC700;
    color: #fff;
  }
  #yatta_I-3 .howto_list_accordion_btn[aria-expanded=true] .howto_list_accordion_link_text1 {
    background-image: url(/assets/icon_up_w_white-3430e5e8a050eedb5e284a811ae515df6d0e33d043661ae1fab7f564d4ac2f95.svg);
  }
  #yatta_I-3 .howto_list_accordion_btn[aria-expanded=true] .howto_list_accordion_link_text2 {
    color: #fff;
    background: none;
  }
  #yatta_I-3 .howto_list_accordion_link_text1 {
    font-weight: 500;
    background: url(/assets/icon_down_w_gray-043460f7e394d49f020cfdf636a5f0da5e657b2e527049455bc46e9492900c00.svg) no-repeat 0 55%;
    background-size: 16px 6px;
    padding-left: 27px;
  }
  #yatta_I-3 .howto_list_accordion_link_text2 {
    background: none;
    padding-right: 0;
  }
  #yatta_I-3 .accordion-body.collapsing, #yatta_I-3 .accordion-body.collapse.in {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
  }
  #yatta_I-3 .accordion-inner {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 10;
    background: url(/assets/bg_howto_list_accordion_wrapper-a464fc9e165a9f251b3eaa4a1b2265d37290a65c2cfd056dba72b8c1ac470c72.png) 0 0 #DBECBD;
    background-size: 5px 5px;
  }
  #yatta_I-3 .report_list_item_arrow {
    position: relative;
    margin: -18px auto 0;
    max-width: 1080px;
    max-width: 1080px;
  }
  #yatta_I-3 .report_list_item_arrow:before {
    content: "";
    position: relative;
    top: 28px;
    z-index: 11;
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
  #yatta_I-3 .howto_list_ul_withviews li:nth-child(3n+1) .report_list_item_arrow:before {
    left: 15%;
  }
  #yatta_I-3 .howto_list_ul_withviews li:nth-child(3n+2) .report_list_item_arrow:before {
    left: 50%;
  }
  #yatta_I-3 .howto_list_ul_withviews li:nth-child(3n) .report_list_item_arrow:before {
    left: 85%;
  }
  #yatta_I-3 .report_list_item_wrapper {
    padding: 0;
    max-width: 1040px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
  }
  #yatta_I-3 .report_list_item {
    margin-bottom: 0;
    padding: 20px;
    margin-top: 0;
    border-radius: 10px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  #yatta_I-3 .report_list_item_img {
    -webkit-flex-basis: auto;
            flex-basis: auto;
    padding: 0 10%;
  }
  #yatta_I-3 .report_list_item_img_inner {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
  }
  #yatta_I-3 .report_list_item_text {
    -webkit-flex-basis: auto;
            flex-basis: auto;
  }
  #yatta_I-3 .report_list_item_date {
    font-size: 12px;
    margin-top: 10px;
    letter-spacing: 0.05em;
  }
  #yatta_I-3 .report_list_item_message {
    line-height: 1.5;
    margin-top: 7px;
    letter-spacing: 0.05em;
  }
  #yatta_I-3 .report_list_item_btn {
    top: 14px;
    right: 14px;
  }
}
#yatta_I-3 .pagenation_wrapper {
  width: 100%;
}
#yatta_I-3 .pagenation_wrapper .list_k_pagenation_ul {
  margin: 47px 20px 0;
  width: calc(100% - 40px);
  list-style-type: none;
  padding: 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  /*
        .list_k_pagenation_backward {width: 53px;}
        .list_k_pagenation_prev {width: 48px;}
        .list_k_pagenation_next {width: 48px;}
  */
}
#yatta_I-3 .pagenation_wrapper .list_k_pagenation_ul li {
  vertical-align: middle;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  -webkit-flex-basis: 10%;
          flex-basis: 10%;
}
#yatta_I-3 .pagenation_wrapper .list_k_pagenation_ul .list_k_pagenation_text {
  text-align: center;
}
#yatta_I-3 .pagenation_wrapper .list_k_pagenation_ul button {
  display: block;
  border: none;
  width: 100%;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  box-sizing: border-box;
  font-size: 12px;
  border-radius: 0; /* width: 48px; */
  text-align: center;
  padding: 0;
  line-height: 46px;
  margin: auto;
}
#yatta_I-3 .pagenation_wrapper .list_k_pagenation_ul button:hover {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  #yatta_I-3 .pagenation_wrapper .list_k_pagenation_ul {
    margin: 65px auto 0;
    padding: 0 94px 0 20px;
    width: 706px;
    clear: left;
  }
  #yatta_I-3 .pagenation_wrapper .list_k_pagenation_ul .list_k_pagenation_backward {
    width: 72px;
  }
  #yatta_I-3 .pagenation_wrapper .list_k_pagenation_ul .list_k_pagenation_text button {
    font-size: 14px;
  }
  #yatta_I-3 .pagenation_wrapper .list_k_pagenation_ul .list_k_pagenation_backward button,
  #yatta_I-3 .pagenation_wrapper .list_k_pagenation_ul .list_k_pagenation_prev button,
  #yatta_I-3 .pagenation_wrapper .list_k_pagenation_ul .list_k_pagenation_next button,
  #yatta_I-3 .pagenation_wrapper .list_k_pagenation_ul .list_k_pagenation_forward button {
    font-size: 26px;
  }
}

/*
  [I-11]アカウント登録情報確認
 */
section #regist_I-11 {
  padding-bottom: 0;
  width: 100%;
  text-align: center;
}
section #regist_I-11 .regist_wrapper {
  margin: 0;
  padding: 0;
  border-top: solid 1px #e0e0e0;
  border-bottom: solid 1px #e0e0e0;
  background-color: #f7f7f7;
}
section #regist_I-11 .regist_wrapper h4.regist_title {
  margin: 0 0 20px;
  padding: 20px 0 0;
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .regist_wrapper h4.regist_title {
    margin-bottom: 50px;
    padding-top: 76px;
    font-size: 28px;
  }
}
section #regist_I-11 .regist_wrapper .form_annotation_wrapper {
  margin: 0 auto 8px;
  width: 87.5vw;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  color: #8c8c8c;
  font-size: 10px;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .regist_wrapper .form_annotation_wrapper {
    width: 570px;
  }
}
section #regist_I-11 .regist_wrapper .form_annotation_wrapper .form_annotation {
  margin: 0;
  width: auto;
}
section #regist_I-11 .regist_wrapper .form_annotation_wrapper .form_annotation-sub {
  text-align: left;
}
section #regist_I-11 .regist_wrapper hr {
  margin: 0 auto;
  border-color: #e0e0e0;
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .regist_wrapper hr {
    width: 610px;
  }
}
section #regist_I-11 .regist_wrapper hr.small {
  width: 87.5vw;
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .regist_wrapper hr.small {
    width: 570px;
  }
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .regist_wrapper .text_separator {
    width: 610px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }
}
section #regist_I-11 .regist_wrapper .form_annotation {
  margin: 0 auto;
  width: 87.5vw;
  color: #8c8c8c;
  font-size: 10px;
  letter-spacing: 0.05em;
  text-align: right;
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .regist_wrapper .form_annotation {
    width: 570px;
    font-size: 12px;
  }
}
section #regist_I-11 .regist_wrapper .form_wrapper {
  margin: 20px auto 30px;
  width: 87.5vw;
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .regist_wrapper .form_wrapper {
    width: 570px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
section #regist_I-11 .regist_wrapper .form_wrapper .field {
  margin-bottom: 25px;
  text-align: left;
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .regist_wrapper .form_wrapper .field {
    margin-bottom: 0;
  }
}
section #regist_I-11 .regist_wrapper .form_wrapper .field .regist_label {
  display: block;
  text-align: left;
  color: #4c4c4c;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 12px;
  margin: 0;
}
section #regist_I-11 .regist_wrapper .form_wrapper .field .regist_label:before {
  content: " ";
  display: inline-block;
  height: 10px;
  width: 14px;
  font-size: 0;
  line-height: 10px;
  border-left: solid 3px #4c4c4c;
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .regist_wrapper .form_wrapper .field .regist_label:before {
    height: 14px;
    border-width: 4px;
  }
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .regist_wrapper .form_wrapper .field .regist_label {
    font-size: 16px;
    white-space: nowrap;
  }
}
section #regist_I-11 .regist_wrapper .form_wrapper .field input,
section #regist_I-11 .regist_wrapper .form_wrapper .field select,
section #regist_I-11 .regist_wrapper .form_wrapper .field textarea {
  margin: 10px 0;
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .regist_wrapper .form_wrapper .field input,
  section #regist_I-11 .regist_wrapper .form_wrapper .field select,
  section #regist_I-11 .regist_wrapper .form_wrapper .field textarea {
    margin-bottom: 30px;
  }
}
section #regist_I-11 .regist_wrapper .form_wrapper .field.mini {
  width: 35.3125vw;
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .regist_wrapper .form_wrapper .field.mini {
    width: 144px;
  }
}
section #regist_I-11 .regist_wrapper .form_wrapper .field.half {
  width: 40.625vw;
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .regist_wrapper .form_wrapper .field.half {
    width: 144px;
  }
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .regist_wrapper .form_wrapper .field.middle {
    width: 334px;
  }
}
section #regist_I-11 .regist_wrapper .form_wrapper .field.list ul {
  padding: 0;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
section #regist_I-11 .regist_wrapper .form_wrapper .field.list ul li {
  margin-top: 10px;
  -webkit-flex-basis: 40.625vw;
          flex-basis: 40.625vw;
  list-style: none;
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .regist_wrapper .form_wrapper .field.list ul li {
    -webkit-flex-basis: 144px;
            flex-basis: 144px;
  }
}
section #regist_I-11 .regist_wrapper .form_wrapper .field.list ul li .regist_label {
  margin-bottom: -10px;
  color: #8c8c8c;
  font-size: 10px;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .regist_wrapper .form_wrapper .field.list ul li .regist_label {
    font-size: 16px;
  }
}
section #regist_I-11 .regist_wrapper .form_wrapper .field.list ul li .regist_label:before {
  content: none;
  border: none;
}
section #regist_I-11 .regist_wrapper .form_wrapper .field.list ul li .regist_label:after {
  content: "：";
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .regist_wrapper .form_wrapper .field.list ul li input,
  section #regist_I-11 .regist_wrapper .form_wrapper .field.list ul li select {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  section #regist_I-11 .regist_wrapper .form_wrapper .field .postal_code_wrapper input {
    margin-bottom: 0;
  }
}
section #regist_I-11 .regist_wrapper .form_wrapper .field .postal_code_wrapper .field_with_errors {
  display: inline-block;
}
section #regist_I-11 .regist_wrapper .form_wrapper .field ul {
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  list-style: none;
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .regist_wrapper .form_wrapper .field ul {
    width: 220px;
  }
}
section #regist_I-11 .regist_wrapper .form_wrapper .field ul li dl {
  display: -webkit-flex;
  display: flex;
  margin: 0;
  height: 24px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 24px;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
section #regist_I-11 .regist_wrapper .form_wrapper .field ul li dl dt {
  color: #8c8c8c;
  font-weight: 500;
}
section #regist_I-11 .regist_wrapper .form_wrapper .field ul li dl dd {
  font-weight: 500;
  text-align: right;
}
section #regist_I-11 .regist_wrapper .form_wrapper .field .image_wrapper {
  margin: 10px 0;
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .regist_wrapper .form_wrapper .field .image_wrapper.profile_img {
    width: 104px;
  }
}
section #regist_I-11 .regist_wrapper .form_wrapper .field .image_wrapper.profile_img > div, section #regist_I-11 .regist_wrapper .form_wrapper .field .image_wrapper.cover_img > div {
  border: 2px solid #e0e0e0;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .regist_wrapper .form_wrapper .field .image_wrapper.profile_img > div, section #regist_I-11 .regist_wrapper .form_wrapper .field .image_wrapper.cover_img > div {
    border-width: 4px;
  }
}
section #regist_I-11 .regist_wrapper .form_wrapper .field .image_wrapper.profile_img > div {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .regist_wrapper .form_wrapper .field .image_wrapper.profile_img > div {
    width: 96px;
    height: 96px;
  }
}
section #regist_I-11 .regist_wrapper .form_wrapper .field .image_wrapper.cover_img {
  width: 100%;
  height: 75px;
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .regist_wrapper .form_wrapper .field .image_wrapper.cover_img {
    height: 140px;
  }
}
section #regist_I-11 .regist_wrapper .form_wrapper .field .image_wrapper.cover_img > div {
  width: 100%;
  height: 75px;
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .regist_wrapper .form_wrapper .field .image_wrapper.cover_img > div {
    height: 140px;
  }
}
section #regist_I-11 .regist_wrapper .form_wrapper .field .image_wrapper.cover_img > div.img_orientation-5, section #regist_I-11 .regist_wrapper .form_wrapper .field .image_wrapper.cover_img > div.img_orientation-6, section #regist_I-11 .regist_wrapper .form_wrapper .field .image_wrapper.cover_img > div.img_orientation-7, section #regist_I-11 .regist_wrapper .form_wrapper .field .image_wrapper.cover_img > div.img_orientation-8 {
  width: 75px;
  height: 87.5vw;
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .regist_wrapper .form_wrapper .field .image_wrapper.cover_img > div.img_orientation-5, section #regist_I-11 .regist_wrapper .form_wrapper .field .image_wrapper.cover_img > div.img_orientation-6, section #regist_I-11 .regist_wrapper .form_wrapper .field .image_wrapper.cover_img > div.img_orientation-7, section #regist_I-11 .regist_wrapper .form_wrapper .field .image_wrapper.cover_img > div.img_orientation-8 {
    width: 140px;
    height: 570px;
  }
}
section #regist_I-11 .regist_wrapper .form_wrapper .field .image_wrapper.cover_img > div.img_orientation-5 {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(90deg) scaleX(-1) translate(-75px, -87.5vw);
          transform: rotate(90deg) scaleX(-1) translate(-75px, -87.5vw);
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .regist_wrapper .form_wrapper .field .image_wrapper.cover_img > div.img_orientation-5 {
    -webkit-transform: rotate(90deg) scaleX(-1) translate(-140px, -570px);
            transform: rotate(90deg) scaleX(-1) translate(-140px, -570px);
  }
}
section #regist_I-11 .regist_wrapper .form_wrapper .field .image_wrapper.cover_img > div.img_orientation-6 {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(90deg) translate(0, -87.5vw);
          transform: rotate(90deg) translate(0, -87.5vw);
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .regist_wrapper .form_wrapper .field .image_wrapper.cover_img > div.img_orientation-6 {
    -webkit-transform: rotate(90deg) translate(0, -570px);
            transform: rotate(90deg) translate(0, -570px);
  }
}
section #regist_I-11 .regist_wrapper .form_wrapper .field .image_wrapper.cover_img > div.img_orientation-7 {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(270deg) scaleX(-1) translate(0, 0);
          transform: rotate(270deg) scaleX(-1) translate(0, 0);
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .regist_wrapper .form_wrapper .field .image_wrapper.cover_img > div.img_orientation-7 {
    -webkit-transform: rotate(270deg) scaleX(-1) translate(0, 0);
            transform: rotate(270deg) scaleX(-1) translate(0, 0);
  }
}
section #regist_I-11 .regist_wrapper .form_wrapper .field .image_wrapper.cover_img > div.img_orientation-8 {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(270deg) translate(-75px, 0);
          transform: rotate(270deg) translate(-75px, 0);
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .regist_wrapper .form_wrapper .field .image_wrapper.cover_img > div.img_orientation-8 {
    -webkit-transform: rotate(270deg) translate(-140px, 0);
            transform: rotate(270deg) translate(-140px, 0);
  }
}
section #regist_I-11 .regist_wrapper .form_wrapper .field .image_controller {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .regist_wrapper .form_wrapper .field .image_controller {
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: 246px;
    margin-bottom: 30px;
    width: 324px;
  }
}
section #regist_I-11 .regist_wrapper .form_wrapper .field .image_controller .form_annotation.pcOnly-block {
  margin-bottom: 6px;
}
section #regist_I-11 .regist_wrapper .form_wrapper .field .image_controller button,
section #regist_I-11 .regist_wrapper .form_wrapper .field .image_controller label {
  display: block;
  border: none;
  width: 100%;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  padding: 0;
  height: 48px;
  margin: 0;
  box-shadow: none;
  outline: none;
}
section #regist_I-11 .regist_wrapper .form_wrapper .field .image_controller button.btn-delete,
section #regist_I-11 .regist_wrapper .form_wrapper .field .image_controller label.btn-delete {
  -webkit-flex-basis: 48px;
          flex-basis: 48px;
  font-size: 24px;
  color: #8c8c8c;
  border: solid 1px #8c8c8c;
  background: none;
}
section #regist_I-11 .regist_wrapper .form_wrapper .field .image_controller button.btn-delete[disabled],
section #regist_I-11 .regist_wrapper .form_wrapper .field .image_controller label.btn-delete[disabled] {
  opacity: 0.3;
}
section #regist_I-11 .regist_wrapper .form_wrapper .field .image_controller button.label-modify,
section #regist_I-11 .regist_wrapper .form_wrapper .field .image_controller label.label-modify {
  width: auto;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  margin-left: 10px;
}
section #regist_I-11 .regist_wrapper .form_wrapper .field .image_controller button.label-modify .btn-modify,
section #regist_I-11 .regist_wrapper .form_wrapper .field .image_controller label.label-modify .btn-modify {
  width: 100%;
  height: 100%;
  background-color: #9BC700;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 36px;
  text-align: center;
  border: none;
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .regist_wrapper .form_wrapper .field .image_controller button.label-modify .btn-modify,
  section #regist_I-11 .regist_wrapper .form_wrapper .field .image_controller label.label-modify .btn-modify {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .regist_wrapper .form_wrapper .field .image_controller button.label-modify,
  section #regist_I-11 .regist_wrapper .form_wrapper .field .image_controller label.label-modify {
    -webkit-flex-basis: 256px;
            flex-basis: 256px;
    -webkit-flex-grow: 0;
            flex-grow: 0;
    margin: 0;
  }
}
section #regist_I-11 .regist_wrapper .form_wrapper .field .image_controller input[type=file] {
  display: none;
}
section #regist_I-11 .regist_wrapper .form_wrapper .field .regist_terms {
  height: 115px;
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .regist_wrapper .form_wrapper .field .form-confirm {
    display: block;
    margin: 30px 0 50px 15px;
  }
}
section #regist_I-11 .regist_wrapper .form_wrapper .field.mini {
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
section #regist_I-11 .regist_wrapper .form_wrapper .field.mini .regist_label {
  -webkit-flex-basis: 50%;
          flex-basis: 50%;
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .regist_wrapper .form_wrapper .field.mini .regist_label {
    -webkit-flex-basis: 270px;
            flex-basis: 270px;
  }
}
section #regist_I-11 .regist_wrapper .form_wrapper .field.mini .form-control {
  padding-top: 0;
  padding-bottom: 0;
  height: auto;
}
section #regist_I-11 .regist_wrapper .form_wrapper .form_annotation {
  text-align: left;
}
section #regist_I-11 .regist_wrapper .form_wrapper #profile_image_upload .image_wrapper > div {
  background-image: url(/assets/img_user_default-09a41cc0711d41886d3f9efd0b82b48a84b36841c409432c5767e332fa5a8201.svg);
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .regist_wrapper .form_wrapper #profile_image_upload .image_wrapper {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .regist_wrapper .form_wrapper #profile_image_upload .image_controller {
    position: absolute;
    margin-top: -120px;
  }
}
section #regist_I-11 .regist_wrapper .form_wrapper #cover_image_upload .image_wrapper > div {
  background-image: url(/assets/background-132bebf4651d2b59eacec4a6e0400260576d1eda0e50c25a37593be0bd50a059.png);
}
section #regist_I-11 .regist_wrapper .actions {
  margin: 0 auto;
  padding: 30px 0 40px;
  width: 87.5vw;
  border-top: solid 1px #e0e0e0;
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .regist_wrapper .actions {
    width: 610px;
    padding: 40px 20px 60px;
  }
}
section #regist_I-11 .regist_wrapper .actions .actions_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  -webkit-flex-direction: column;
          flex-direction: column;
  height: 116px;
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .regist_wrapper .actions .actions_inner {
    width: 392px;
    margin-right: 0;
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
section #regist_I-11 .regist_wrapper .actions .actions_inner button,
section #regist_I-11 .regist_wrapper .actions .actions_inner input {
  padding: 0;
  color: #8c8c8c;
  font-size: 18px;
  line-height: 48px;
  border: solid 1px #8c8c8c;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  -webkit-flex-basis: 48px;
          flex-basis: 48px;
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .regist_wrapper .actions .actions_inner button,
  section #regist_I-11 .regist_wrapper .actions .actions_inner input {
    -webkit-flex-basis: 152px;
            flex-basis: 152px;
    height: 54px;
    line-height: 54px;
  }
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .regist_wrapper .actions .actions_inner input.regist_confirm_btn {
    -webkit-flex-basis: 216px;
            flex-basis: 216px;
  }
}
section #regist_I-11 .regist_wrapper .actions .actions_inner input[type=submit]:not(.regist_cancel_btn) {
  background-color: #9BC700;
  color: #fff;
  border: none;
}
section #regist_I-11 .regist_wrapper .actions .actions_inner input.regist_cancel_btn {
  color: #8c8c8c;
}
section #regist_I-11 .regist_wrapper .actions .actions_inner_regist {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  -webkit-flex-direction: column;
          flex-direction: column;
  height: 116px;
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .regist_wrapper .actions .actions_inner_regist {
    width: 325px;
    margin-right: 0;
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
section #regist_I-11 .regist_wrapper .actions .actions_inner_regist button,
section #regist_I-11 .regist_wrapper .actions .actions_inner_regist input {
  padding: 0;
  color: #8c8c8c;
  font-size: 18px;
  line-height: 48px;
  border: solid 1px #8c8c8c;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  -webkit-flex-basis: 48px;
          flex-basis: 48px;
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .regist_wrapper .actions .actions_inner_regist button,
  section #regist_I-11 .regist_wrapper .actions .actions_inner_regist input {
    -webkit-flex-basis: 152px;
            flex-basis: 152px;
    height: 54px;
    line-height: 54px;
  }
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .regist_wrapper .actions .actions_inner_regist input.regist_confirm_btn {
    -webkit-flex-basis: 152px;
            flex-basis: 152px;
  }
}
section #regist_I-11 .regist_wrapper .actions .actions_inner_regist input[type=submit]:not(.regist_cancel_btn) {
  background-color: #9BC700;
  color: #fff;
  border: none;
}
section #regist_I-11 .regist_wrapper .actions .actions_inner_regist input.regist_cancel_btn {
  color: #8c8c8c;
}
section #regist_I-11 .links {
  width: 87.5vw;
  margin: 0 auto 25px;
  text-align: left;
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .links {
    width: 610px;
    margin-bottom: 40px;
  }
}
section #regist_I-11 .links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section #regist_I-11 .links ul li {
  height: 62px;
  line-height: 62px;
  border-bottom: solid 1px #e0e0e0;
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .links ul li {
    height: 98px;
    line-height: 98px;
  }
}
section #regist_I-11 .links ul li a.btn-link {
  display: block;
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .links ul li a.btn-link {
    width: 570px;
    margin: 0 auto;
  }
}
section #regist_I-11 .links ul li a.btn-link .link-label {
  display: inline-block;
  text-align: left;
  color: #4c4c4c;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 12px;
  margin: 0;
}
section #regist_I-11 .links ul li a.btn-link .link-label:before {
  content: " ";
  display: inline-block;
  height: 10px;
  width: 14px;
  font-size: 0;
  line-height: 10px;
  border-left: solid 3px #4c4c4c;
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .links ul li a.btn-link .link-label:before {
    height: 14px;
    border-width: 4px;
  }
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .links ul li a.btn-link .link-label {
    font-size: 16px;
    white-space: nowrap;
  }
}
section #regist_I-11 .links ul li a.btn-link .icon-right {
  display: inline-block;
  width: 8px;
  height: 62px;
  margin-right: 6px;
  text-align: left;
  background: url(/assets/icon_right-debac34c059d4705a4d63c323172784de787a1581c216944a1c482c78bca81a3.svg) no-repeat right 50%;
  background-size: 8px 16px;
  float: right;
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .links ul li a.btn-link .icon-right {
    height: 98px;
  }
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .panel-group {
    margin-bottom: 40px;
  }
}
section #regist_I-11 .panel-group .panel {
  border: none;
  background: none;
  box-shadow: none;
  border-radius: 0;
}
section #regist_I-11 .panel-group .panel .panel-heading {
  padding: 0;
  margin: 0 auto 30px;
  width: 87.5vw;
  background: #ededed;
  border-top: solid 2px #b3b3b3;
  border-bottom: solid 1px #e0e0e0;
  border-radius: 0;
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .panel-group .panel .panel-heading {
    width: 570px;
    margin-bottom: 40px;
  }
}
section #regist_I-11 .panel-group .panel .panel-heading h6.panel-title {
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .panel-group .panel .panel-heading h6.panel-title {
    font-size: 18px;
  }
}
section #regist_I-11 .panel-group .panel .panel-heading a.btn-accordion {
  display: block;
  padding: 12px 10px;
  width: 100%;
  height: 100%;
  text-align: left;
  color: #4c4c4c;
}
section #regist_I-11 .panel-group .panel .panel-heading a.btn-accordion:after {
  content: " ";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/assets/icon_drawer-2171feb317432f1d0d51ffe44e45b1442c055588e9ea14e2101912fd08402688.svg) no-repeat 50% 50%;
  background-size: 24px 24px;
  vertical-align: middle;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: -webkit-transform 250ms linear;
  transition: transform 250ms linear;
  transition: transform 250ms linear, -webkit-transform 250ms linear;
  float: right;
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .panel-group .panel .panel-heading a.btn-accordion {
    padding: 20px;
  }
}
section #regist_I-11 .panel-group .panel .panel-heading a.btn-accordion.collapsed:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
section #regist_I-11 .panel-group .panel .panel-body {
  border: none;
  width: 87.5vw;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 769px) {
  section #regist_I-11 .panel-group .panel .panel-body {
    width: 570px;
  }
}
section #regist_I-11 .panel-group .panel .panel-body .form_wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
section #regist_I-11 .panel-group .panel .panel-body .form_wrapper .field:last-child {
  margin-bottom: 0;
}
section #regist_I-11 #registrations_detail_withdrawal_accordion {
  display: block; /*ロンチ用*/
}
@media screen and (min-width: 769px) {
  section #regist_I-11 #registrations_detail_withdrawal_accordion .panel {
    margin-bottom: 0;
  }
}
section #regist_I-11 #registrations_detail_withdrawal_accordion .panel .panel-heading {
  margin-bottom: 0;
}
section #regist_I-11 #registrations_detail_withdrawal_accordion .panel .panel-body {
  padding: 12px;
  color: #8c8c8c;
  font-size: 10px;
  letter-spacing: 0.05em;
  background: #f7f7f7;
  border-bottom: solid 1px #e0e0e0;
  text-align: left;
}
@media screen and (min-width: 769px) {
  section #regist_I-11 #registrations_detail_withdrawal_accordion .panel .panel-body {
    padding: 20px;
    font-size: 12px;
    line-height: 24px;
  }
}
section #regist_I-11 #introduction_count {
  font-size: 10px;
  text-align: right;
  color: #b3b3b3;
  line-height: 12px;
  margin-top: -12px;
}
@media screen and (min-width: 769px) {
  section #regist_I-11 #introduction_count {
    font-size: 12px;
    line-height: 14px;
    margin-top: -14px;
  }
}

/*
  [N-0]お知らせ一覧
 */
#info_N-0 #page_title {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 25px;
  line-height: 1;
  margin: 25px 20px 0;
  max-width: 1080px;
}
@media screen and (min-width: 769px) {
  #info_N-0 #page_title {
    margin: 48px auto 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#info_N-0 #page_title_sub {
  margin: 10px 20px 0;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 12px;
  line-height: 1;
  max-width: 1080px;
}
@media screen and (min-width: 769px) {
  #info_N-0 #page_title_sub {
    margin: 10px auto 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }
}
#info_N-0 .page_title_outer {
  max-width: 1080px;
  margin: 0 auto;
}
#info_N-0 #info_kind_list {
  width: 100%;
  height: 40px;
  margin: 10px 0;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 3.4;
  overflow: hidden;
  background: #f7f7f7;
}
#info_N-0 #info_kind_list .info_kind_item_group {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  list-style: none;
  padding: 0 8px;
  margin: 0;
  overflow-x: auto;
}
#info_N-0 #info_kind_list .info_kind_item {
  display: inline;
}
#info_N-0 #info_kind_list .info_kind_item a:focus {
  text-decoration: none;
}
#info_N-0 #info_kind_list .info_kind_item .info_kind_title {
  margin: 0 12px;
}
#info_N-0 #info_kind_list .info_kind_item .info_kind_title.active {
  color: #76ad00;
  border-bottom: solid 2px #76ad00;
}
#info_N-0 .info_list_item_group {
  margin: 10px 20px;
  padding: 0;
  list-style: none;
  border-left: 4px solid #9BC700;
  border-right: 1px solid #dfdfdf;
}
#info_N-0 .info_list_item {
  border-bottom: 1px solid #dfdfdf;
}
#info_N-0 .info_list_item:first-child {
  border-top: 1px solid #dfdfdf;
}
#info_N-0 .info_list_item a {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 1.55;
  padding-left: 10px;
}
#info_N-0 .info_list_item a:focus {
  text-decoration: none;
}
#info_N-0 .info_list_item a:hover {
  opacity: 1;
  background: #f7f7f7;
}
#info_N-0 .info_list_item .info_list_item_title {
  color: #262626;
  width: calc(100% - 28px);
  margin: 4px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.71;
  text-align: justify;
  text-justify: inter-ideograph;
}
#info_N-0 .info_list_item .icon-right-s {
  -webkit-flex-basis: 28px;
          flex-basis: 28px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  font-weight: 700;
  text-align: center;
  color: #76ad00;
}
#info_N-0 .info_list_item_header {
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding-top: 9px;
  font-size: 12px;
}
#info_N-0 .info_list_item_header .info_list_item_date {
  color: #003a4d;
  line-height: 1;
}
#info_N-0 .info_list_item_header .info_list_item_kind {
  margin: 0 0 0 4px;
  padding: 2px 8px 3px;
  color: #fff;
  background: #76ad00;
  font-size: 10px;
  line-height: 1;
  border-radius: 3px;
}
#info_N-0 .info_detail .info_list_item_header {
  margin: 25px 20px 12px;
}
#info_N-0 .info_detail .info_list_item_header .info_list_item_date {
  font-size: 13px;
}
#info_N-0 .info_detail .info_detail_message {
  margin: 20px 0;
  padding: 0 20px;
  background: #f7f7f7;
}
#info_N-0 .info_detail h1, #info_N-0 .info_detail h2, #info_N-0 .info_detail h3, #info_N-0 .info_detail h4, #info_N-0 .info_detail h5, #info_N-0 .info_detail h6 {
  margin: 30px 0;
  font-weight: 600;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #76ad00;
}
#info_N-0 .info_detail h2 {
  margin: 12px 20px 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 3.6rem;
}
#info_N-0 .info_detail .info_detail_message h1, #info_N-0 .info_detail .info_detail_message h2, #info_N-0 .info_detail .info_detail_message h3 {
  margin: 30px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 3.2rem;
}
#info_N-0 .info_detail h4, #info_N-0 .info_detail h5, #info_N-0 .info_detail h6 {
  font-size: 16px;
  line-height: 2.4rem;
}
#info_N-0 .info_detail img, #info_N-0 .info_detail video {
  margin-left: -20px;
  margin-right: -20px;
  width: 100vw;
  max-width: 100vw;
  height: auto;
}
#info_N-0 .info_detail p {
  margin: 28px 0;
  font-size: 14px;
  line-height: 2.2rem;
  letter-spacing: 0.025em;
}
#info_N-0 .info_detail a {
  color: #76ad00;
  text-decoration: underline;
}
#info_N-0 .info_detail ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#info_N-0 .info_detail ul li:before {
  content: "・";
}
#info_N-0 .info_detail table {
  width: 100% !important;
  border: none !important;
  margin: 30px 0;
}
#info_N-0 .info_detail table caption, #info_N-0 .info_detail table th, #info_N-0 .info_detail table td {
  color: #003a4d;
}
#info_N-0 .info_detail table caption {
  padding: 32px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 3.4rem;
  letter-spacing: 0.025em;
  text-align: center;
  border-top: 1px solid #003a4d;
}
#info_N-0 .info_detail table tr {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
#info_N-0 .info_detail table tr:first-child {
  border-top: 1px solid #003a4d;
}
#info_N-0 .info_detail table th, #info_N-0 .info_detail table td {
  letter-spacing: 0.025em;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #003a4d;
}
#info_N-0 .info_detail table th {
  padding: 8px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 2.4rem;
}
#info_N-0 .info_detail table td {
  padding: 12px 0;
  font-size: 12px;
  line-height: 2rem;
}
#info_N-0 .info_detail table td p {
  font-size: 12px;
}
#info_N-0 .info_list_item_caption {
  margin: 30px 20px 20px;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6rem;
  letter-spacing: 0.025em;
  color: #003a4d;
  border-left: 4px solid #003a4d;
}
#info_N-0 .info_list_link_box {
  margin: 30px 0;
}
#info_N-0 .info_list_link_box .btn {
  width: 75%;
  font-weight: 700;
  color: #003a4d;
}
@media screen and (max-width: 768px) {
  #info_N-0 .info_list_item a .info_list_item_title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  #info_N-0 .info_list_item a .icon-right-s {
    margin: 17px 0;
  }
}
@media screen and (min-width: 769px) {
  #info_N-0 .page_title_outer {
    text-align: center;
  }
  #info_N-0 #info_kind_list {
    background: transparent;
  }
  #info_N-0 #info_kind_list .info_kind_item_group {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  #info_N-0 #info_kind_list .info_kind_item .info_kind_title {
    margin: 0 24px;
  }
  #info_N-0 .info_list_item_group {
    margin: 10px auto;
    width: 720px;
    border-left-width: 8px;
  }
  #info_N-0 .info_list_item a {
    min-height: 78px;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  #info_N-0 .info_list_item a .info_list_item_title {
    width: 100%;
    margin: 20px 0;
  }
  #info_N-0 .info_list_item a .icon-right-s {
    -webkit-flex-basis: 52px;
            flex-basis: 52px;
  }
  #info_N-0 .info_list_item a:hover {
    background: transparent;
  }
  #info_N-0 .info_list_item a:hover .info_list_item_title {
    color: #76ad00;
    text-decoration: underline;
  }
  #info_N-0 .info_list_item_header {
    -webkit-flex-basis: 165px;
            flex-basis: 165px;
    padding: 0;
  }
  #info_N-0 .info_detail_outer {
    background: #f7f7f7;
  }
  #info_N-0 .info_detail {
    margin: 0 auto;
    width: 680px;
  }
  #info_N-0 .info_detail .info_list_item_header {
    margin-top: 0;
    padding-top: 25px;
    letter-spacing: 0.05rem;
  }
  #info_N-0 .info_detail .info_list_item_header .info_list_item_date {
    font-size: 14px;
  }
  #info_N-0 .info_detail h2 {
    font-weight: 600;
  }
  #info_N-0 .info_detail img, #info_N-0 .info_detail video {
    margin: 0;
    width: 640px;
  }
  #info_N-0 .info_detail .info_detail_message h4, #info_N-0 .info_detail .info_detail_message h5, #info_N-0 .info_detail .info_detail_message h6 {
    margin: 56px 0 30px;
  }
  #info_N-0 .info_detail table {
    margin: 50px 0 60px;
  }
  #info_N-0 .info_detail table caption {
    padding: 60px 0;
  }
  #info_N-0 .info_detail table tr {
    -webkit-flex-direction: row;
            flex-direction: row;
  }
  #info_N-0 .info_detail table th {
    -webkit-flex-basis: 25%;
            flex-basis: 25%;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding: 30px 20px;
    border-right: solid 1px #003a4d;
  }
  #info_N-0 .info_detail table th:last-child {
    border-right: none;
  }
  #info_N-0 .info_detail table td {
    -webkit-flex-basis: 75%;
            flex-basis: 75%;
    padding: 30px 20px 30px 40px;
    border-right: solid 1px #003a4d;
  }
  #info_N-0 .info_detail table td:last-child {
    border-right: none;
  }
  #info_N-0 .info_list_item_caption {
    margin: 60px auto 30px;
    width: 720px;
  }
  #info_N-0 .info_list_link_box {
    margin: 40px 0;
  }
  #info_N-0 .info_list_link_box .btn {
    width: 240px;
    height: 40px;
  }
}

/* ============================== プロフィール系ページ共通 */
/* cover */
#user_cover_image {
  position: relative;
  height: 56.25vw;
  background-size: cover;
  background-position: 50% 50%;
}
#user_cover_image img {
  width: 100%;
  max-width: none;
}
#user_cover_image #user_cover_image_btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  line-height: 1;
  z-index: 10;
}
#user_cover_image #user_cover_image_btn a {
  color: #fff;
}
@media screen and (min-width: 769px) {
  #user_cover_image {
    overflow: hidden;
    height: 334px;
  }
  #user_cover_image:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.3);
  }
  #user_cover_image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: none;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #user_cover_image #user_cover_image_btn {
    top: auto;
    right: 20px;
    bottom: 25px;
    font-size: 32px;
  }
  #user_cover_image #user_cover_image_btn .pcOnly-inline {
    font-size: 12px;
    vertical-align: middle;
    margin-right: 10px;
  }
  #user_cover_image #user_cover_image_btn .icon-pref {
    vertical-align: middle;
  }
}
@media screen and (min-width: 1040px) {
  #user_cover_image #user_cover_image_btn {
    right: calc(50% - 500px);
  }
}

/* profile */
#user_icon_name {
  position: relative;
  z-index: 1;
  text-align: center;
  line-height: 1;
  min-height: 134px;
  pointer-events: none;
  padding-bottom: 10px;
}
#user_icon_name #user_icon {
  margin-top: -42px;
}
#user_icon_name #user_icon img {
  width: 80px;
  border: 2px solid #9BC700;
  border-radius: 50%;
}
#user_icon_name #user_name {
  font-size: 20px;
  margin-top: 10px;
  font-weight: 500;
  color: #9BC700;
}
#user_icon_name #user_class {
  font-size: 12px;
  margin-top: 9px;
  color: #B3B3B3;
}
@media screen and (min-width: 769px) {
  #user_icon_name {
    text-align: left;
    min-height: none;
    max-width: 1080px;
    padding: 0 20px;
    margin: -55px auto 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  #user_icon_name #user_icon {
    margin-top: 0;
  }
  #user_icon_name #user_icon img {
    width: 136px;
    border-width: 4px;
  }
  #user_icon_name #user_name {
    font-size: 32px;
    margin-top: 0;
    margin-left: 24px;
    color: #fff;
  }
  #user_icon_name #user_class {
    position: absolute; /* font-size: 16px; */
    top: 30px;
    left: 180px;
    color: #fff;
  }
}

#user_award_area ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 2px;
  padding: 0;
}
#user_award_area li {
  margin-top: 20px;
  -webkit-flex-basis: 33.3%;
          flex-basis: 33.3%;
  max-width: 33.3%;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  list-style: none;
  text-align: center;
}
#user_award_area li img {
  padding: 0 12px 5px;
  margin: 0 auto;
  display: block;
}
#user_award_area li b {
  display: block;
  line-height: 16px;
  color: #003A4D;
}
@media screen and (min-width: 769px) {
  #user_award_area {
    margin: 40px auto 0;
    max-width: 1080px;
    padding: 0 140px;
    box-sizing: border-box;
  }
  #user_award_area li {
    -webkit-flex-basis: 118px;
            flex-basis: 118px;
    max-width: 118px;
    margin-right: 38px;
  }
  #user_award_area li img {
    padding: 0 0 12px;
  }
  #user_award_area li b {
    font-size: 14px;
    line-height: 18px;
  }
}

#user_profile_menu {
  width: 100%;
  margin: 0;
  background: #f9f9f9;
}
#user_profile_menu ul {
  width: 100%;
  max-width: 784px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
#user_profile_menu li {
  text-align: center;
  -webkit-flex-basis: 33.3%;
          flex-basis: 33.3%;
}
#user_profile_menu li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #003a4d;
  padding: 6px 0 5px;
  box-sizing: border-box;
}
#user_profile_menu li span {
  display: block;
  font-size: 20px;
}
#user_profile_menu li b {
  font-size: 10px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
#user_profile_menu li.active a {
  color: #8bb300;
  padding-bottom: 4px;
  border-bottom: solid 1px #8bb300;
}
#user_profile_menu li.item-new {
  position: relative;
}
#user_profile_menu li.item-new:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 6px;
  right: 0;
  left: 40px;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #f54725;
}
@media screen and (min-width: 769px) {
  #user_profile_menu {
    margin-top: -81px;
  }
  #user_profile_menu ul {
    max-width: 1040px;
    padding-left: 160px;
  }
  #user_profile_menu li {
    padding: 0;
  }
  #user_profile_menu li a {
    font-size: 14px;
    line-height: 1;
    padding: 13px 0 15px;
  }
  #user_profile_menu li span {
    display: inline;
    margin-right: 5px;
    vertical-align: -2px;
  }
  #user_profile_menu li b {
    font-size: 14px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #user_profile_menu li.active a {
    padding-bottom: 13px;
    border-bottom-width: 2px;
  }
  #user_profile_menu li.item-new:after {
    content: none;
  }
  #user_profile_menu li.item-new b:after {
    content: " ";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #f54725;
    margin-left: 8px;
  }
}

#activity_log_area {
  margin: 20px 20px 0;
  text-align: left;
}
#activity_log_area ul {
  margin-left: 0;
  padding: 0;
  list-style: none;
}
#activity_log_area li.active {
  border-bottom: solid 1px #8bb300;
}
#activity_log_area li.active a {
  color: #8bb300;
}
#activity_log_area li.item-new {
  position: relative;
  /*
        &:after {
          content: " ";
          display: inline-block;
          position: absolute;
          top: 6px;
          right: 0;
          //left: 40px;
          left: 0;
          //margin: 0 auto;
          margin-left: 0;
          width: 10px;
          height: 10px;
          border-radius: 5px;
          background: #f54725;
        }
  */
}
@media screen and (min-width: 769px) {
  #activity_log_area {
    max-width: 1080px;
    margin: 48px auto 0;
    padding: 0 140px;
    box-sizing: border-box;
  }
  #activity_log_area ul {
    margin-left: 0;
  }
  #activity_log_area li {
    padding: 0;
  }
  #activity_log_area li.item-new:after {
    top: 0;
    bottom: 0;
    right: 16px;
    left: 0;
    margin-left: 0;
  }
}

/*
  [B-3] ユーザープロフィール HTML
*/
#profile_B-3 {
  /* title */
  /* WILD MIND STATUS */
}
#profile_B-3 #user_profile_title,
#profile_B-3 #wild_mind_title,
#profile_B-3 #user_write_howto_title {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 25px;
  line-height: 1;
  margin: 25px 20px 0;
  max-width: 1080px;
}
@media screen and (min-width: 769px) {
  #profile_B-3 #user_profile_title,
  #profile_B-3 #wild_mind_title,
  #profile_B-3 #user_write_howto_title {
    margin: 48px auto 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#profile_B-3 #user_profile_title_sub,
#profile_B-3 #wild_mind_title_sub,
#profile_B-3 #user_write_howto_sub {
  margin: 10px 20px 0;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 12px;
  line-height: 1;
  max-width: 1080px;
}
@media screen and (min-width: 769px) {
  #profile_B-3 #user_profile_title_sub,
  #profile_B-3 #wild_mind_title_sub,
  #profile_B-3 #user_write_howto_sub {
    margin: 10px auto 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }
}
#profile_B-3 #user_profile_title {
  margin-top: 25px;
}
#profile_B-3 #wild_mind_title,
#profile_B-3 #user_write_howto_title {
  margin-top: 48px;
}
@media screen and (min-width: 769px) {
  #profile_B-3 #user_profile_title,
  #profile_B-3 #wild_mind_title,
  #profile_B-3 #user_write_howto_title {
    font-size: 27px;
  }
  #profile_B-3 #user_profile_title {
    margin-top: 30px;
  }
  #profile_B-3 #wild_mind_title,
  #profile_B-3 #user_write_howto_title {
    margin-top: 48px;
  }
}
#profile_B-3 #user_profile_area {
  /*
    文章
  */
  /*
    アクティビティログ
  */
}
#profile_B-3 #user_profile_area #user_introduction {
  margin: 25px 20px 0;
  font-size: 14px;
  line-height: 1.71;
}
@media screen and (min-width: 769px) {
  #profile_B-3 #user_profile_area #user_introduction {
    max-width: 1080px;
    margin: 48px auto 0;
    padding: 0 140px;
    box-sizing: border-box;
  }
}
#profile_B-3 #user_profile_area #activity_log_area {
  margin: 48px 20px 0;
  width: auto; /* 1040px @mod */
  /*
        h3 {
          font: bold 20px/1.5 Helvetica, Verdana, sans-serif;
        }

        img {
          width: 36px; height: 36px; border-radius: 18px; margin-right: 6px;
        }

        li p {
          font: 200 12px/1.5 Georgia, Times New Roman, serif;
        }

        li {
          padding: 10px;
          overflow: auto;
        }
  */
}
#profile_B-3 #user_profile_area #activity_log_area .activity_log_area_inner {
  padding: 0 0 10px;
  border-top: 1px solid #262626;
  border-bottom: 1px solid #262626;
}
#profile_B-3 #user_profile_area #activity_log_area .activity_log_area_inner > ul {
  list-style-type: none;
  padding: 10px 11px 0 10px;
  margin: 0 -11px 0 -10px;
  -webkit-overflow-scrolling: touch;
  max-height: 286px;
  overflow-y: auto;
}
#profile_B-3 #user_profile_area #activity_log_area .activity_log_area_inner > ul::-webkit-scrollbar {
  width: 4px;
  margin-right: 10px;
}
#profile_B-3 #user_profile_area #activity_log_area .activity_log_area_inner > ul::-webkit-scrollbar-track {
  background: transparent;
}
#profile_B-3 #user_profile_area #activity_log_area .activity_log_area_inner > ul::-webkit-scrollbar-thumb {
  background: #B2B2B2;
  border-radius: 2px;
}
#profile_B-3 #user_profile_area #activity_log_area .activity_log_area_inner > ul > li {
  padding-top: 7px;
  padding-bottom: 7px;
  border-top: 1px solid rgba(38, 38, 38, 0.2);
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#profile_B-3 #user_profile_area #activity_log_area .activity_log_area_inner > ul > li:first-child {
  border-top: none;
  padding-top: 0;
}
#profile_B-3 #user_profile_area #activity_log_area .activity_log_area_inner > ul > li:last-child {
  padding-bottom: 0;
}
#profile_B-3 #user_profile_area #activity_log_area .activity_log_area_inner > ul > li.item-new .activity_log_area_img {
  position: relative;
}
#profile_B-3 #user_profile_area #activity_log_area .activity_log_area_inner > ul > li.item-new .activity_log_area_img:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: -6px;
  left: -6px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #f54725;
}
#profile_B-3 #user_profile_area #activity_log_area .activity_log_area_img {
  -webkit-flex-basis: 64px;
          flex-basis: 64px;
  max-width: 64px;
}
#profile_B-3 #user_profile_area #activity_log_area .activity_log_area_text {
  -webkit-flex-basis: calc(100% - 74px);
          flex-basis: calc(100% - 74px);
  max-width: calc(100% - 74px);
  position: relative;
}
#profile_B-3 #user_profile_area #activity_log_area .activity_log_area_summary {
  line-height: 16px;
}
#profile_B-3 #user_profile_area #activity_log_area .activity_log_area_user {
  position: absolute;
  bottom: 0;
  right: 0;
}
#profile_B-3 #user_profile_area #activity_log_area .activity_log_area_user img {
  width: 30px;
  border-radius: 100%;
  border: 1px solid #76AD00;
  margin-right: 3px;
  vertical-align: middle;
}
#profile_B-3 #user_profile_area #activity_log_area .activity_log_area_user span {
  font-size: 11px;
  line-height: 30px;
  color: #76AD00;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  #profile_B-3 #user_profile_area #activity_log_area {
    margin: 48px auto 0;
    max-width: 1080px;
    padding-left: 140px;
    padding-right: 140px;
    box-sizing: border-box;
  }
  #profile_B-3 #user_profile_area #activity_log_area .activity_log_area_inner {
    padding: 4px 70px 14px 47px;
  }
  #profile_B-3 #user_profile_area #activity_log_area .activity_log_area_inner > ul {
    padding: 10px 39px 0 10px;
    margin: 0 -39px 0 0;
    -webkit-overflow-scrolling: touch;
    max-height: 286px;
    overflow-y: auto;
  }
  #profile_B-3 #user_profile_area #activity_log_area .activity_log_area_inner > ul::-webkit-scrollbar {
    width: 4px;
    margin-right: 10px;
  }
  #profile_B-3 #user_profile_area #activity_log_area .activity_log_area_inner > ul::-webkit-scrollbar-track {
    background: transparent;
  }
  #profile_B-3 #user_profile_area #activity_log_area .activity_log_area_inner > ul::-webkit-scrollbar-thumb {
    background: #B2B2B2;
    border-radius: 2px;
  }
  #profile_B-3 #user_profile_area #activity_log_area .activity_log_area_inner > ul > li {
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  #profile_B-3 #user_profile_area #activity_log_area .activity_log_area_inner > ul > li.item-new .activity_log_area_img:after {
    top: -10px;
    left: -10px;
    width: 20px;
    height: 20px;
  }
  #profile_B-3 #user_profile_area #activity_log_area .activity_log_area_text {
    -webkit-flex-basis: calc(100% - 92px);
            flex-basis: calc(100% - 92px);
    max-width: calc(100% - 92px);
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  #profile_B-3 #user_profile_area #activity_log_area .activity_log_area_summary {
    font-size: 14px;
    line-height: 24px;
    -webkit-flex-basis: calc(100% - 184px);
            flex-basis: calc(100% - 184px);
    max-width: calc(100% - 184px);
  }
  #profile_B-3 #user_profile_area #activity_log_area .activity_log_area_user {
    position: static;
    padding-right: 12px;
    text-align: right;
    -webkit-flex-basis: 164px;
            flex-basis: 164px;
    max-width: 164px;
  }
  #profile_B-3 #user_profile_area #activity_log_area .activity_log_area_user img {
    width: 36px;
    margin-right: 12px;
  }
  #profile_B-3 #user_profile_area #activity_log_area .activity_log_area_user span {
    font-size: 12px;
    line-height: 36px;
  }
}
#profile_B-3 #wm_status {
  padding-bottom: 48px;
  border-bottom: 1px solid #E6E6E6;
}
#profile_B-3 #wm_point {
  margin: 20px 20px 0;
  padding: 0 0 10px;
  border-top: 3px double #262626;
  border-bottom: 3px double #262626;
}
#profile_B-3 .wm_afterLoginContent {
  margin-top: 10px;
  /*[ページネーション]*/
}
#profile_B-3 .wm_afterLoginContent > div {
  box-sizing: border-box;
}
#profile_B-3 .wm_afterLoginContent dl {
  margin: 0;
}
#profile_B-3 .wm_afterLoginContent dt {
  font-weight: normal;
  text-align: center;
  font-size: 10px;
  line-height: 1;
  padding-top: 10px;
}
#profile_B-3 .wm_afterLoginContent .wm_afterLoginContent_point {
  float: left;
  width: 58.33%;
  padding-bottom: 15px;
  border-bottom: 1px solid #E0E0E0;
}
#profile_B-3 .wm_afterLoginContent .wm_afterLoginContent_point dd {
  text-align: center;
  margin-top: 3px;
  font-size: 40px;
  line-height: 1;
  font-weight: 200;
}
#profile_B-3 .wm_afterLoginContent .wm_afterLoginContent_attribute {
  float: right;
  width: 41.67%;
  padding-left: 11px;
  padding-bottom: 10px;
  border-left: 1px solid #E0E0E0;
  box-sizing: border-box;
}
#profile_B-3 .wm_afterLoginContent .wm_afterLoginContent_attribute #wm_afterLoginContent_attribute_graph {
  position: relative;
  text-align: center;
  margin-top: 18px;
}
#profile_B-3 .wm_afterLoginContent .wm_afterLoginContent_attribute #wm_afterLoginContent_attribute_graph img {
  position: relative;
  width: 62%;
  margin: 0 auto;
}
#profile_B-3 .wm_afterLoginContent .wm_afterLoginContent_attribute #wm_afterLoginContent_attribute_graph canvas {
  position: absolute;
  top: 0;
  left: 0;
}
#profile_B-3 .wm_afterLoginContent .wm_afterLoginContent_attribute p {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  margin-top: 18px;
  text-align: center;
}
#profile_B-3 .wm_afterLoginContent .wm_afterLoginContent_attribute ul {
  margin: 18px 0 0;
  list-style: none;
  padding: 0;
  font-size: 10px;
  line-height: 1;
}
#profile_B-3 .wm_afterLoginContent .wm_afterLoginContent_attribute ul:before {
  content: "";
  display: block;
  background: url(/assets/img_menu_attribute_top-af461e49782e74dea3b1f7e7f86fe6b03155e5771f16f02fa21bac4b7cc02108.svg) no-repeat 50% 0;
  background-size: auto 6px;
  height: 6px;
}
#profile_B-3 .wm_afterLoginContent .wm_afterLoginContent_attribute ul:after {
  margin-top: 15px;
  content: "";
  display: block;
  background: url(/assets/img_menu_attribute_bottom-cefafb65d89f7f36ed7fb281375c6646244ea2da77fd2ceee3e5474c6a7dff80.svg) no-repeat 50% 100%;
  background-size: auto 6px;
  height: 6px;
}
#profile_B-3 .wm_afterLoginContent .wm_afterLoginContent_attribute li {
  margin: 15px auto 0;
  width: 94px;
}
#profile_B-3 .wm_afterLoginContent .wm_afterLoginContent_attribute li span {
  vertical-align: middle;
  width: 23px;
  display: inline-block;
}
#profile_B-3 .wm_afterLoginContent .wm_afterLoginContent_attribute li b {
  font-size: 12px;
  font-weight: normal;
}
#profile_B-3 .wm_afterLoginContent .wm_afterLoginContent_attribute li:nth-child(1) span {
  font-size: 14px;
  color: #B9E310;
}
#profile_B-3 .wm_afterLoginContent .wm_afterLoginContent_attribute li:nth-child(2) span {
  font-size: 16px;
  color: #F7E307;
}
#profile_B-3 .wm_afterLoginContent .wm_afterLoginContent_attribute li:nth-child(3) span {
  font-size: 15px;
  color: #5FE8CF;
}
#profile_B-3 .wm_afterLoginContent .wm_afterLoginContent_stage {
  float: left;
  width: 58.33%;
}
#profile_B-3 .wm_afterLoginContent .wm_afterLoginContent_stage dt {
  padding-top: 19px;
}
#profile_B-3 .wm_afterLoginContent .wm_afterLoginContent_stage dd {
  margin-top: 6px;
}
#profile_B-3 .wm_afterLoginContent .wm_afterLoginContent_stage #wm_afterLoginContent_stage_img {
  height: 130px;
  display: table;
  width: 100%;
}
#profile_B-3 .wm_afterLoginContent .wm_afterLoginContent_stage figcaption {
  font-size: 10px;
  font-weight: 500;
  color: #9BC700;
  margin-top: 10px;
  line-height: 1;
  text-align: center;
}
#profile_B-3 .wm_afterLoginContent .wm_afterLoginContent_stage .wm_afterLoginContent_stage_img_inner {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  background: url(/assets/bg_menu_stage-9b5f8a12bd0465b8c81b69218803b6ae36ee9a4bf5e14da3a70ea8657d9d4383.svg) no-repeat center 100%;
  background-size: 122px 5px;
  padding-bottom: 5px;
}
#profile_B-3 .wm_afterLoginContent .wm_afterLoginContent_stage .wm_afterLoginContent_stage_img_inner img {
  width: 124px;
  -webkit-animation: stageAnimate 5s ease infinite;
          animation: stageAnimate 5s ease infinite;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@-webkit-keyframes stageAnimate {
  0% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
@keyframes stageAnimate {
  0% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
#profile_B-3 .wm_afterLoginContent .pagenation_wrapper {
  width: 100%;
}
#profile_B-3 .wm_afterLoginContent .pagenation_wrapper .list_k_pagenation_ul {
  margin: 47px 20px 0;
  width: calc(100% - 40px);
  list-style-type: none;
  padding: 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  /*
          .list_k_pagenation_backward {width: 53px;}
          .list_k_pagenation_prev {width: 48px;}
          .list_k_pagenation_next {width: 48px;}
  */
}
#profile_B-3 .wm_afterLoginContent .pagenation_wrapper .list_k_pagenation_ul li {
  vertical-align: middle;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  -webkit-flex-basis: 10%;
          flex-basis: 10%;
}
#profile_B-3 .wm_afterLoginContent .pagenation_wrapper .list_k_pagenation_ul .list_k_pagenation_text {
  text-align: center;
}
#profile_B-3 .wm_afterLoginContent .pagenation_wrapper .list_k_pagenation_ul button {
  display: block;
  border: none;
  width: 100%;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  box-sizing: border-box;
  font-size: 12px;
  border-radius: 0; /* width: 48px; */
  text-align: center;
  padding: 0;
  line-height: 46px;
  margin: auto;
}
#profile_B-3 .wm_afterLoginContent .pagenation_wrapper .list_k_pagenation_ul button:hover {
  background-color: #fff;
}
#profile_B-3 .wm_afterLoginContent .pagenation_wrapper .list_k_pagenation_ul .list_k_pagenation_backward button,
#profile_B-3 .wm_afterLoginContent .pagenation_wrapper .list_k_pagenation_ul .list_k_pagenation_prev button,
#profile_B-3 .wm_afterLoginContent .pagenation_wrapper .list_k_pagenation_ul .list_k_pagenation_next button,
#profile_B-3 .wm_afterLoginContent .pagenation_wrapper .list_k_pagenation_ul .list_k_pagenation_forward button {
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  #profile_B-3 .wm_afterLoginContent .pagenation_wrapper .list_k_pagenation_ul {
    margin: 65px auto 0;
    padding: 0 94px 0 20px;
    width: 706px;
    clear: left;
  }
  #profile_B-3 .wm_afterLoginContent .pagenation_wrapper .list_k_pagenation_ul .list_k_pagenation_backward {
    width: 72px;
  }
  #profile_B-3 .wm_afterLoginContent .pagenation_wrapper .list_k_pagenation_ul .list_k_pagenation_text button {
    font-size: 14px;
  }
  #profile_B-3 .wm_afterLoginContent .pagenation_wrapper .list_k_pagenation_ul .list_k_pagenation_backward button,
  #profile_B-3 .wm_afterLoginContent .pagenation_wrapper .list_k_pagenation_ul .list_k_pagenation_prev button,
  #profile_B-3 .wm_afterLoginContent .pagenation_wrapper .list_k_pagenation_ul .list_k_pagenation_next button,
  #profile_B-3 .wm_afterLoginContent .pagenation_wrapper .list_k_pagenation_ul .list_k_pagenation_forward button {
    font-size: 26px;
  }
}
@media screen and (min-width: 769px) {
  #profile_B-3 {
    /* WILD MIND STATUS */
  }
  #profile_B-3 #wm_status {
    padding-bottom: 0;
    margin-bottom: 130px;
  }
  #profile_B-3 #wm_point {
    padding-bottom: 0;
    border-top: none;
    border-bottom: none;
    max-width: 1040px;
    margin: 30px auto 0;
    padding: 0 120px 64px;
    box-sizing: border-box;
  }
  #profile_B-3 .wm_afterLoginContentOuter {
    border-top: 3px double #262626;
    border-bottom: 3px double #262626;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  #profile_B-3 .wm_afterLoginContent {
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    padding-bottom: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
  }
  #profile_B-3 .wm_afterLoginContent dt {
    font-size: 18px;
  }
  #profile_B-3 .wm_afterLoginContent .wm_afterLoginContent_point {
    float: none;
    border-bottom: none;
    padding-bottom: 0;
    -webkit-flex-basis: 35.23%;
            flex-basis: 35.23%;
  }
  #profile_B-3 .wm_afterLoginContent .wm_afterLoginContent_point dd {
    margin-top: 50px;
    font-size: 80px;
  }
  #profile_B-3 .wm_afterLoginContent .wm_afterLoginContent_attribute {
    float: none;
    width: auto;
    padding-left: 0;
    padding-bottom: 0;
    -webkit-flex-basis: 37.96%;
            flex-basis: 37.96%;
  }
  #profile_B-3 .wm_afterLoginContent .wm_afterLoginContent_attribute figure {
    margin-top: 36px;
    padding: 0 13.07%;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  #profile_B-3 .wm_afterLoginContent .wm_afterLoginContent_attribute #wm_afterLoginContent_attribute_graph {
    margin-top: 0;
    -webkit-flex-basis: 39.82%;
            flex-basis: 39.82%;
  }
  #profile_B-3 .wm_afterLoginContent .wm_afterLoginContent_attribute #wm_afterLoginContent_attribute_graph img {
    width: auto;
  }
  #profile_B-3 .wm_afterLoginContent .wm_afterLoginContent_attribute figcaption {
    -webkit-flex-basis: 42.92%;
            flex-basis: 42.92%;
  }
  #profile_B-3 .wm_afterLoginContent .wm_afterLoginContent_attribute p {
    font-size: 18px;
    margin: 20px 0 0;
  }
  #profile_B-3 .wm_afterLoginContent .wm_afterLoginContent_attribute ul {
    font-size: 12px;
    margin: 0;
  }
  #profile_B-3 .wm_afterLoginContent .wm_afterLoginContent_attribute ul:after {
    margin-top: 9px;
  }
  #profile_B-3 .wm_afterLoginContent .wm_afterLoginContent_attribute li {
    margin-top: 15px;
  }
  #profile_B-3 .wm_afterLoginContent .wm_afterLoginContent_attribute li:first-child {
    margin-top: 12px;
  }
  #profile_B-3 .wm_afterLoginContent .wm_afterLoginContent_attribute li span {
    width: 25px;
  }
  #profile_B-3 .wm_afterLoginContent .wm_afterLoginContent_attribute li b {
    font-size: 16px;
  }
  #profile_B-3 .wm_afterLoginContent .wm_afterLoginContent_attribute li:nth-child(1) span {
    font-size: 16px;
  }
  #profile_B-3 .wm_afterLoginContent .wm_afterLoginContent_attribute li:nth-child(2) span {
    font-size: 18px;
  }
  #profile_B-3 .wm_afterLoginContent .wm_afterLoginContent_attribute li:nth-child(3) span {
    font-size: 17px;
  }
  #profile_B-3 .wm_afterLoginContent .wm_afterLoginContent_stage {
    float: left;
    width: auto;
    border-left: 1px solid #E0E0E0;
    -webkit-flex-basis: 26.79%;
            flex-basis: 26.79%;
  }
  #profile_B-3 .wm_afterLoginContent .wm_afterLoginContent_stage dt {
    padding-top: 10px;
  }
  #profile_B-3 .wm_afterLoginContent .wm_afterLoginContent_stage dd {
    margin-top: 20px;
    padding-bottom: 5px;
  }
  #profile_B-3 .wm_afterLoginContent .wm_afterLoginContent_stage figcaption {
    font-size: 12px;
  }
  #profile_B-3 #user_howto_area .howto_list_ul_withviews li:nth-child(-n+3) {
    margin-top: 48px;
  }
  #profile_B-3 #user_howto_area .howto_list_ul_withviews li .howto_list_function {
    height: auto;
    padding: 0;
    background: transparent;
  }
  #profile_B-3 #user_howto_area .howto_list_ul_withviews .howto_list_ul_inner {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  #profile_B-3 #user_howto_area .howto_list_ul_withviews .howto_list_image_box {
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
  }
  #profile_B-3 #user_howto_area .howto_list_ul_withviews .howto_list_summary {
    padding: 0;
  }
  #profile_B-3 #user_howto_area .howto_list_ul_withviews .howto_list_theme {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  #profile_B-3 #user_howto_area .howto_list_ul_withviews .howto_list_yatta_yaritai {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    width: 100%;
    height: 48px;
    background: #f5f5f5;
    text-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  #profile_B-3 #user_howto_area .howto_list_ul_withviews .howto_list_yatta_yaritai .howto_list_yatta_btn,
  #profile_B-3 #user_howto_area .howto_list_ul_withviews .howto_list_yatta_yaritai .howto_list_yaritai_btn {
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
  }
  #profile_B-3 #user_howto_area .howto_list_ul_withviews .howto_list_yatta_yaritai .howto_list_yatta_btn {
    border-right: solid 1px #e1e1e1;
  }
  #profile_B-3 #user_howto_area .howto_list_ul_withviews .howto_list_yatta_yaritai .howto_list_yatta_btn .howto_list_yatta_total {
    padding-right: 0;
  }
}

/*
  [I-10] プライバシーポリシー
 */
#privacy_I-10 .page_section {
  margin-top: 42px;
  padding-top: 27px;
  border-top: 1px solid #E6E6E6;
  letter-spacing: 0.05em;
}
#privacy_I-10 .page_title {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 25px;
  line-height: 1;
  margin: 25px 20px 0;
  max-width: 1080px;
}
@media screen and (min-width: 769px) {
  #privacy_I-10 .page_title {
    margin: 48px auto 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#privacy_I-10 .page_title_outer p {
  text-align: right;
  padding: 0px 40px 0px;
  margin: 0px;
  font-size: 14px;
  line-height: 1.71;
}
#privacy_I-10 .page_title_outer p em {
  color: #FF8039;
  font-style: normal;
}
#privacy_I-10 .page_content {
  padding: 17px 20px 0px;
}
#privacy_I-10 .page_content section {
  padding: 10px 0px 0px;
  margin: 0 auto;
  max-width: 768px;
}
#privacy_I-10 .page_content section p {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.71;
  padding-left: 2em;
}
#privacy_I-10 .page_content section p em {
  color: #FF8039;
  font-style: normal;
}
#privacy_I-10 .page_content section p:first-child {
  margin-top: 0;
}
#privacy_I-10 .page_content section p.textindent {
  padding-left: 5em;
  text-indent: -3em;
}
#privacy_I-10 .page_content section a {
  color: #FF8039;
  text-decoration: underline;
}
#privacy_I-10 .page_content section header {
  font-size: 14px;
}
#privacy_I-10 .page_content section header em {
  color: #FF8039;
  font-style: normal;
}
#privacy_I-10 .page_content section footer {
  text-align: right;
  font-size: 14px;
}
#privacy_I-10 .page_content section footer em {
  color: #FF8039;
  font-style: normal;
}
#privacy_I-10 .page_content section ul {
  margin-left: 2em;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  #privacy_I-10 .page_section {
    margin-top: 60px;
  }
  #privacy_I-10 .page_content {
    padding: 30px 20px 0;
  }
  #privacy_I-10 .page_content section {
    padding: 10px 0px 0px;
    margin: 0 auto;
    max-width: 1080px;
  }
}

/*
  [I-10] 個人情報の取扱いについて
 */
#license_I-10 .page_section {
  margin-top: 42px;
  padding-top: 27px;
  border-top: 1px solid #E6E6E6;
  letter-spacing: 0.05em;
}
#license_I-10 .page_title {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 25px;
  line-height: 1;
  margin: 25px 20px 0;
  max-width: 1080px;
}
@media screen and (min-width: 769px) {
  #license_I-10 .page_title {
    margin: 48px auto 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#license_I-10 .page_title_outer p {
  text-align: right;
  padding: 0px 40px 0px;
  margin: 0px;
  font-size: 14px;
  line-height: 1.71;
}
#license_I-10 .page_title_outer p em {
  color: #FF8039;
  font-style: normal;
}
#license_I-10 .page_content {
  padding: 17px 20px 0px;
}
#license_I-10 .page_content section {
  padding: 10px 0px 0px;
  margin: 0 auto;
  max-width: 768px;
}
#license_I-10 .page_content section p {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.71;
  padding-left: 2em;
}
#license_I-10 .page_content section p em {
  color: #FF8039;
  font-style: normal;
}
#license_I-10 .page_content section p:first-child {
  margin-top: 0;
}
#license_I-10 .page_content section p.textindent {
  padding-left: 5em;
  text-indent: -3em;
}
#license_I-10 .page_content section p.textindent2 {
  padding-left: 10em;
  text-indent: -3em;
}
#license_I-10 .page_content section a {
  color: #FF8039;
  text-decoration: underline;
}
#license_I-10 .page_content section header {
  font-size: 14px;
}
#license_I-10 .page_content section header em {
  color: #FF8039;
  font-style: normal;
}
#license_I-10 .page_content section footer {
  text-align: right;
  font-size: 14px;
}
#license_I-10 .page_content section footer em {
  color: #FF8039;
  font-style: normal;
}
#license_I-10 .page_content section ul {
  margin-left: 2em;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  #license_I-10 .page_section {
    margin-top: 60px;
  }
  #license_I-10 .page_content {
    padding: 30px 20px 0;
  }
  #license_I-10 .page_content section {
    padding: 10px 0px 0px;
    margin: 0 auto;
    max-width: 1080px;
  }
}

/*
  [L-0] このサイトについて
 */
@media screen and (min-width: 769px) {
  #about_L-0 br.sp {
    display: none;
  }
}
#about_L-0 .page_section {
  margin-top: 42px;
  padding-top: 27px;
  border-top: 1px solid #E6E6E6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  #about_L-0 .page_section {
    margin-top: 60px;
  }
}
#about_L-0 .page_title_img + .page_section {
  border-top: none;
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  #about_L-0 .page_title_img + .page_section {
    border-top: none;
    margin-top: 0;
  }
}
#about_L-0 .page_title_img {
  overflow: hidden;
  position: relative;
  border-bottom: 5px solid #9BC700;
  padding-top: 52.18%;
  border: none;
}
#about_L-0 .page_title_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  #about_L-0 .page_title_img {
    border-bottom-width: 10px;
    padding-top: 0;
    height: 334px;
  }
}
#about_L-0 .page_title_img img {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 769px) {
  #about_L-0 .page_title_img img {
    width: 100%;
    height: 100%;
  }
}
#about_L-0 .page_title_img .page_title_outer {
  position: absolute;
  text-align: center;
  color: white;
  margin: auto;
  width: 100%;
  top: 50%;
}
#about_L-0 .page_title_img .page_title_outer .page_title {
  margin: auto;
}
#about_L-0 .page_title_img .page_title_outer .page_title, #about_L-0 .page_title_img .page_title_outer .page_title_sub {
  text-shadow: 0px 0px 15px black;
}
#about_L-0 .page_title {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 25px;
  line-height: 1;
  margin: 25px 20px 0;
  max-width: 1080px;
}
@media screen and (min-width: 769px) {
  #about_L-0 .page_title {
    margin: 48px auto 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#about_L-0 .page_title_sub {
  margin: 10px 20px 0;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 12px;
  line-height: 1;
  max-width: 1080px;
}
@media screen and (min-width: 769px) {
  #about_L-0 .page_title_sub {
    margin: 10px auto 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }
}
#about_L-0 .page_content {
  padding: 17px 20px 0;
  margin: 0 auto;
  max-width: 1080px;
}
@media screen and (min-width: 769px) {
  #about_L-0 .page_content {
    padding: 30px 20px 0;
  }
}
#about_L-0 .page_content h4 {
  font-size: 24px;
  line-height: 1.5em;
  color: #003a4d;
  font-weight: 500;
  margin: 30px 0 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #about_L-0 .page_content h4 {
    font-size: 36px;
    border-top: 1px solid #e2e2e2;
    letter-spacing: 0.05em;
    border: none;
    border-left-width: 4px;
    margin-top: 85px;
  }
}
@media screen and (min-width: 769px) {
  #about_L-0 .page_content h4, #about_L-0 .page_content p, #about_L-0 .page_content h5, #about_L-0 .page_content h6 {
    margin-left: 180px;
    margin-right: 180px;
  }
}
#about_L-0 .page_content h4 + p {
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  #about_L-0 .page_content h4 + p {
    margin-top: 25px;
  }
}
#about_L-0 .page_content p {
  font-size: 14px;
  line-height: 1.71;
  font-weight: 300;
}
#about_L-0 .page_content p em {
  color: #76ad00;
  font-style: normal;
  font-weight: bold;
}
#about_L-0 .page_content p:first-child {
  margin-top: 0;
}
#about_L-0 .page_content a {
  color: #76ad00;
  text-decoration: underline;
}
#about_L-0 .page_content_image {
  margin-top: 57px;
  text-align: center;
}
#about_L-0 .page_content_image figure {
  margin: 0;
}
#about_L-0 .page_content_image figcaption {
  color: #9BC700;
  font-weight: 500;
  margin-top: 7px;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  #about_L-0 .page_content_image {
    margin-top: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    position: relative;
  }
  #about_L-0 .page_content_image figure {
    margin: 0;
  }
  #about_L-0 .page_content_image figcaption {
    margin-top: 17px;
  }
}
#about_L-0 #sec_1 .page_content h3 {
  text-align: center;
  margin: 20px auto 40px;
  border: none;
  padding: 0;
  font-size: 32px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #003a4d;
  line-height: 1.3em;
}
@media screen and (min-width: 769px) {
  #about_L-0 #sec_1 .page_content h3 {
    font-size: 48px;
    line-height: 1.4em;
  }
}
#about_L-0 #sec_1 .page_content h4 {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  #about_L-0 #sec_1 .page_content h4 {
    margin-top: 50px;
  }
}
#about_L-0 #sec_1 .page_content h5 {
  font-weight: bold;
  font-size: 20px;
  line-height: 2em;
  color: #003a4d;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  #about_L-0 #sec_1 .page_content h5 {
    color: #003a4d;
    margin-top: 50px;
  }
}
#about_L-0 #sec_1 .page_content h6 {
  font-weight: bold;
  text-align: center;
  color: #003a4d;
  border-top: 1px solid #e2e2e2;
  margin-top: 60px;
  padding-top: 60px;
  font-size: 20px;
  line-height: 1.5em;
}
@media screen and (min-width: 769px) {
  #about_L-0 #sec_1 .page_content h6 {
    margin-top: 89px;
    padding-top: 89px;
    font-size: 24px;
  }
}
#about_L-0 #sec_1 .page_content h3.para_1 {
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #003a4d;
}
@media screen and (min-width: 769px) {
  #about_L-0 #sec_1 .page_content h3.para_1 {
    font-size: 48px;
  }
}
#about_L-0 #sec_1 .page_content p.para_1 {
  text-align: center;
  font-size: 19px;
  letter-spacing: 0.05em;
  font-weight: 300;
  padding-bottom: 0;
}
#about_L-0 #sec_1 .page_content p.para_2 {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 300;
  padding-bottom: 0;
}
#about_L-0 #sec_1 .page_content h4.para_2 {
  border-top: 1px solid #e2e2e2;
  margin-top: 60px;
  padding-top: 60px;
}
@media screen and (min-width: 769px) {
  #about_L-0 #sec_1 .page_content h4.para_2 {
    margin-top: 89px;
    padding-top: 89px;
  }
}
#about_L-0 #sec_1 .page_content h4.para_3 {
  letter-spacing: 0;
}
#about_L-0 #sec_1 .page_content p {
  font-size: 16px;
  line-height: 2em;
  color: #003a4d;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  #about_L-0 #sec_1 .page_content p {
    color: #003a4d;
  }
}
#about_L-0 #sec_1 .page_content img {
  width: 50px;
  display: block;
  margin: 50px auto auto;
}
#about_L-0 .page_content_image + p {
  margin-top: 58px;
}
#about_L-0 #sec_2 {
  margin-top: 87px;
  padding-top: 87px;
}
#about_L-0 #sec_2 .page_content_image figure img {
  width: 57.5%;
}
#about_L-0 #sec_2 .page_content_image figure:after {
  content: "\e90c";
  font-family: "icon-wildmind";
  margin: 37px 0;
  display: inline-block;
  font-size: 17px;
  line-height: 1;
}
#about_L-0 #sec_2 .page_content_image figure:last-child:after {
  content: normal;
  margin: 0;
}
@media screen and (min-width: 769px) {
  #about_L-0 #sec_2 .page_content_image figure {
    position: relative;
    -webkit-flex-basis: 19%;
            flex-basis: 19%;
  }
  #about_L-0 #sec_2 .page_content_image figure img {
    width: auto;
  }
  #about_L-0 #sec_2 .page_content_image figure:after {
    content: "\e909";
    margin: 0;
    font-size: 24px;
    position: absolute;
    right: -23%;
    bottom: 95px;
  }
  #about_L-0 #sec_2 .page_content_image figure:last-child:after {
    content: normal;
    margin: 0;
  }
}
#about_L-0 #sec_2 h2, #about_L-0 #sec_2 h3 {
  text-align: center;
}
#about_L-0 #sec_2 h2.page_title {
  margin-top: 0;
}
#about_L-0 #sec_2 h3 {
  margin-top: 11px;
}

/*
  お問い合わせ・運営会社について
 */
#contact .page_section {
  margin-top: 42px;
  padding-top: 27px;
  border-top: 1px solid #E6E6E6;
  letter-spacing: 0.05em;
}
#contact .page_section:first-child {
  margin-top: 0;
  border: none;
}
#contact .page_title {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 25px;
  line-height: 1;
  margin: 25px 20px 0;
  max-width: 1080px;
}
@media screen and (min-width: 769px) {
  #contact .page_title {
    margin: 48px auto 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#contact .page_content {
  padding: 17px 20px 0;
  margin: 0 auto;
  max-width: 1080px;
}
#contact .page_content h4 {
  font-size: 16px;
  line-height: 1.5;
  border-left: 3px solid #4C4C4C;
  color: #4C4C4C;
  font-weight: 500;
  padding-left: 8px;
}
#contact .page_content h4 + p {
  margin-top: 15px;
}
#contact .page_content p {
  margin: 25px 0 0;
  font-size: 14px;
  line-height: 1.71;
}
#contact .page_content p em {
  color: #FF8039;
  font-style: normal;
}
#contact .page_content p:first-child {
  margin-top: 0;
}
#contact .page_content a {
  color: #FF8039;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  #contact .page_section {
    margin-top: 60px;
  }
  #contact .page_content {
    padding: 30px 20px 0;
  }
  #contact .page_content h4, #contact .page_content p {
    margin-left: 108px;
    margin-right: 108px;
  }
  #contact .page_content h4 {
    border-left-width: 4px;
    padding-left: 10px;
  }
  #contact .page_content h4 + p {
    margin-top: 25px;
  }
}

/*
  [I-11-3]秘密の質問の変更
 */
section #regist_I-11-3 {
  padding-bottom: 0;
  width: 100%;
  text-align: center;
}
section #regist_I-11-3 h4.regist_title {
  margin: 0 0 20px;
  padding: 20px 0 0;
}
@media screen and (min-width: 769px) {
  section #regist_I-11-3 h4.regist_title {
    margin-bottom: 50px;
    padding-top: 76px;
    font-size: 28px;
  }
}
section #regist_I-11-3 .regist_wrapper {
  margin: 0;
  padding: 0;
  border-top: solid 1px #e0e0e0;
  border-bottom: solid 1px #e0e0e0;
  background-color: #f7f7f7;
}
section #regist_I-11-3 .regist_wrapper hr {
  margin: 0 auto;
  border-color: #e0e0e0;
}
@media screen and (min-width: 769px) {
  section #regist_I-11-3 .regist_wrapper hr {
    width: 610px;
  }
}
section #regist_I-11-3 .regist_wrapper .form_wrapper {
  margin: 20px auto 30px;
  width: 87.5vw;
}
@media screen and (min-width: 769px) {
  section #regist_I-11-3 .regist_wrapper .form_wrapper {
    width: 570px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
section #regist_I-11-3 .regist_wrapper .form_wrapper .regist_label {
  display: block;
  text-align: left;
  color: #4c4c4c;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 12px;
  margin: 0;
}
section #regist_I-11-3 .regist_wrapper .form_wrapper .regist_label:before {
  content: " ";
  display: inline-block;
  height: 10px;
  width: 14px;
  font-size: 0;
  line-height: 10px;
  border-left: solid 3px #4c4c4c;
}
@media screen and (min-width: 769px) {
  section #regist_I-11-3 .regist_wrapper .form_wrapper .regist_label:before {
    height: 14px;
    border-width: 4px;
  }
}
@media screen and (min-width: 769px) {
  section #regist_I-11-3 .regist_wrapper .form_wrapper .regist_label {
    font-size: 16px;
    white-space: nowrap;
  }
}
section #regist_I-11-3 .regist_wrapper .form_wrapper .field {
  margin-bottom: 25px;
  text-align: left;
}
@media screen and (min-width: 769px) {
  section #regist_I-11-3 .regist_wrapper .form_wrapper .field {
    margin-bottom: 0;
  }
}
section #regist_I-11-3 .regist_wrapper .form_wrapper .field .regist_label {
  display: block;
  text-align: left;
  color: #4c4c4c;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 12px;
  margin: 0;
}
section #regist_I-11-3 .regist_wrapper .form_wrapper .field .regist_label:before {
  content: " ";
  display: inline-block;
  height: 10px;
  width: 14px;
  font-size: 0;
  line-height: 10px;
  border-left: solid 3px #4c4c4c;
}
@media screen and (min-width: 769px) {
  section #regist_I-11-3 .regist_wrapper .form_wrapper .field .regist_label:before {
    height: 14px;
    border-width: 4px;
  }
}
@media screen and (min-width: 769px) {
  section #regist_I-11-3 .regist_wrapper .form_wrapper .field .regist_label {
    font-size: 16px;
    white-space: nowrap;
  }
}
section #regist_I-11-3 .regist_wrapper .form_wrapper .field input,
section #regist_I-11-3 .regist_wrapper .form_wrapper .field select,
section #regist_I-11-3 .regist_wrapper .form_wrapper .field textarea {
  margin: 10px 0;
}
@media screen and (min-width: 769px) {
  section #regist_I-11-3 .regist_wrapper .form_wrapper .field input,
  section #regist_I-11-3 .regist_wrapper .form_wrapper .field select,
  section #regist_I-11-3 .regist_wrapper .form_wrapper .field textarea {
    margin-bottom: 30px;
  }
}
section #regist_I-11-3 .actions {
  margin: 0 auto;
  padding: 30px 0;
  width: 87.5vw;
  border-top: solid 1px #e0e0e0;
}
@media screen and (min-width: 769px) {
  section #regist_I-11-3 .actions {
    width: 610px;
    padding: 60px 20px 0;
  }
}
section #regist_I-11-3 .actions .actions_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  section #regist_I-11-3 .actions .actions_inner {
    width: 334px;
    margin-right: 0;
  }
}
section #regist_I-11-3 .actions .actions_inner button,
section #regist_I-11-3 .actions .actions_inner input {
  -webkit-flex-basis: 40.625vw;
          flex-basis: 40.625vw;
  padding: 0;
  color: #8c8c8c;
  font-size: 18px;
  line-height: 48px;
  border: solid 1px #8c8c8c;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}
@media screen and (min-width: 769px) {
  section #regist_I-11-3 .actions .actions_inner button,
  section #regist_I-11-3 .actions .actions_inner input {
    -webkit-flex-basis: 152px;
            flex-basis: 152px;
    height: 54px;
    line-height: 54px;
  }
}
section #regist_I-11-3 .actions .actions_inner input[type=submit]:not(.regist_cancel_btn) {
  background-color: #9BC700;
  color: #fff;
  border: none;
}
section #regist_I-11-3 .actions .actions_inner input.regist_cancel_btn {
  color: #8c8c8c;
}

/*
[J-1-1] パスワードを忘れた場合（本人確認)
[J-1-2] パスワードを忘れた場合（パスワードの再設定)
[I-11-2] パスワード変更
*/
@media screen and (min-width: 769px) {
  body.page-J-1-1, body.page-J-1-2, body.page_I-11-2 {
    background-color: #f7f7f7;
  }
}

section #regist_J-1-1, section #passwd_J-1-2, section #passwd_I-11-2 {
  padding-bottom: 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section #regist_J-1-1, section #passwd_J-1-2, section #passwd_I-11-2 {
    padding-bottom: 65px;
    background-color: #f7f7f7;
  }
}
section #regist_J-1-1 h4.regist_title, section #regist_J-1-1 h4.passwd_title, section #passwd_J-1-2 h4.regist_title, section #passwd_J-1-2 h4.passwd_title, section #passwd_I-11-2 h4.regist_title, section #passwd_I-11-2 h4.passwd_title {
  margin: 0 0 20px;
  padding: 20px 0 0;
}
@media screen and (min-width: 769px) {
  section #regist_J-1-1 h4.regist_title, section #regist_J-1-1 h4.passwd_title, section #passwd_J-1-2 h4.regist_title, section #passwd_J-1-2 h4.passwd_title, section #passwd_I-11-2 h4.regist_title, section #passwd_I-11-2 h4.passwd_title {
    margin-bottom: 50px;
    padding-top: 76px;
    font-size: 28px;
  }
}
section #regist_J-1-1 .form_annotation, section #passwd_J-1-2 .form_annotation, section #passwd_I-11-2 .form_annotation {
  margin: 0 auto;
  width: 87.5vw;
  color: #8c8c8c;
  font-size: 10px;
  letter-spacing: 0.05em;
  text-align: left;
}
@media screen and (min-width: 769px) {
  section #regist_J-1-1 .form_annotation, section #passwd_J-1-2 .form_annotation, section #passwd_I-11-2 .form_annotation {
    width: 570px;
    font-size: 12px;
  }
}
section #regist_J-1-1 .form_wrapper, section #passwd_J-1-2 .form_wrapper, section #passwd_I-11-2 .form_wrapper {
  margin: 20px auto 30px;
  width: 87.5vw;
}
@media screen and (min-width: 769px) {
  section #regist_J-1-1 .form_wrapper, section #passwd_J-1-2 .form_wrapper, section #passwd_I-11-2 .form_wrapper {
    width: 570px;
    margin-bottom: 40px;
  }
}
section #regist_J-1-1 .form_wrapper .regist_label, section #passwd_J-1-2 .form_wrapper .regist_label, section #passwd_I-11-2 .form_wrapper .regist_label {
  display: block;
  text-align: left;
  color: #4c4c4c;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 12px;
  margin: 0;
}
section #regist_J-1-1 .form_wrapper .regist_label:before, section #passwd_J-1-2 .form_wrapper .regist_label:before, section #passwd_I-11-2 .form_wrapper .regist_label:before {
  content: " ";
  display: inline-block;
  height: 10px;
  width: 14px;
  font-size: 0;
  line-height: 10px;
  border-left: solid 3px #4c4c4c;
}
@media screen and (min-width: 769px) {
  section #regist_J-1-1 .form_wrapper .regist_label:before, section #passwd_J-1-2 .form_wrapper .regist_label:before, section #passwd_I-11-2 .form_wrapper .regist_label:before {
    height: 14px;
    border-width: 4px;
  }
}
@media screen and (min-width: 769px) {
  section #regist_J-1-1 .form_wrapper .regist_label, section #passwd_J-1-2 .form_wrapper .regist_label, section #passwd_I-11-2 .form_wrapper .regist_label {
    font-size: 16px;
    white-space: nowrap;
  }
}
section #regist_J-1-1 .form_wrapper input,
section #regist_J-1-1 .form_wrapper select,
section #regist_J-1-1 .form_wrapper textarea, section #passwd_J-1-2 .form_wrapper input,
section #passwd_J-1-2 .form_wrapper select,
section #passwd_J-1-2 .form_wrapper textarea, section #passwd_I-11-2 .form_wrapper input,
section #passwd_I-11-2 .form_wrapper select,
section #passwd_I-11-2 .form_wrapper textarea {
  margin: 10px 0;
}
@media screen and (min-width: 769px) {
  section #regist_J-1-1 .form_wrapper input,
  section #regist_J-1-1 .form_wrapper select,
  section #regist_J-1-1 .form_wrapper textarea, section #passwd_J-1-2 .form_wrapper input,
  section #passwd_J-1-2 .form_wrapper select,
  section #passwd_J-1-2 .form_wrapper textarea, section #passwd_I-11-2 .form_wrapper input,
  section #passwd_I-11-2 .form_wrapper select,
  section #passwd_I-11-2 .form_wrapper textarea {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  section #regist_J-1-1 .form_wrapper .postal_code_wrapper input, section #passwd_J-1-2 .form_wrapper .postal_code_wrapper input, section #passwd_I-11-2 .form_wrapper .postal_code_wrapper input {
    margin-bottom: 0;
  }
}
section #regist_J-1-1 .form_wrapper .postal_code_wrapper .field_with_errors, section #passwd_J-1-2 .form_wrapper .postal_code_wrapper .field_with_errors, section #passwd_I-11-2 .form_wrapper .postal_code_wrapper .field_with_errors {
  display: inline-block;
}
section #regist_J-1-1 .actions, section #passwd_J-1-2 .actions, section #passwd_I-11-2 .actions {
  margin: 0 auto;
  padding: 30px 0;
  width: 87.5vw;
  border-top: solid 1px #e0e0e0;
}
@media screen and (min-width: 769px) {
  section #regist_J-1-1 .actions, section #passwd_J-1-2 .actions, section #passwd_I-11-2 .actions {
    width: 610px;
    padding: 60px 20px 0;
  }
}
section #regist_J-1-1 .actions .actions_inner, section #passwd_J-1-2 .actions .actions_inner, section #passwd_I-11-2 .actions .actions_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  section #regist_J-1-1 .actions .actions_inner, section #passwd_J-1-2 .actions .actions_inner, section #passwd_I-11-2 .actions .actions_inner {
    width: 334px;
    margin-right: 0;
  }
}
section #regist_J-1-1 .actions .actions_inner button,
section #regist_J-1-1 .actions .actions_inner input, section #passwd_J-1-2 .actions .actions_inner button,
section #passwd_J-1-2 .actions .actions_inner input, section #passwd_I-11-2 .actions .actions_inner button,
section #passwd_I-11-2 .actions .actions_inner input {
  -webkit-flex-basis: 40.625vw;
          flex-basis: 40.625vw;
  padding: 0;
  color: #8c8c8c;
  font-size: 18px;
  line-height: 48px;
  border: solid 1px #8c8c8c;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}
@media screen and (min-width: 769px) {
  section #regist_J-1-1 .actions .actions_inner button,
  section #regist_J-1-1 .actions .actions_inner input, section #passwd_J-1-2 .actions .actions_inner button,
  section #passwd_J-1-2 .actions .actions_inner input, section #passwd_I-11-2 .actions .actions_inner button,
  section #passwd_I-11-2 .actions .actions_inner input {
    -webkit-flex-basis: 152px;
            flex-basis: 152px;
    height: 54px;
    line-height: 54px;
  }
}
section #regist_J-1-1 .actions .actions_inner input[type=submit]:not(.regist_cancel_btn), section #passwd_J-1-2 .actions .actions_inner input[type=submit]:not(.regist_cancel_btn), section #passwd_I-11-2 .actions .actions_inner input[type=submit]:not(.regist_cancel_btn) {
  background-color: #9BC700;
  color: #fff;
  border: none;
}
section #regist_J-1-1 .actions .actions_inner input.regist_cancel_btn, section #passwd_J-1-2 .actions .actions_inner input.regist_cancel_btn, section #passwd_I-11-2 .actions .actions_inner input.regist_cancel_btn {
  color: #8c8c8c;
}

/*
  [I-9] 利用規約
 */
#terms_I-9 .page_section {
  margin-top: 42px;
  padding-top: 27px;
  border-top: 1px solid #E6E6E6;
  letter-spacing: 0.05em;
}
#terms_I-9 .page_title {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 25px;
  line-height: 1;
  margin: 25px 20px 0;
  max-width: 1080px;
}
@media screen and (min-width: 769px) {
  #terms_I-9 .page_title {
    margin: 48px auto 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#terms_I-9 .page_title_outer p {
  text-align: right;
  padding: 0px 40px 0px;
  margin: 0px;
  font-size: 14px;
  line-height: 1.71;
}
#terms_I-9 .page_title_outer p em {
  color: #FF8039;
  font-style: normal;
}
#terms_I-9 .page_content {
  padding: 17px 20px 0px;
}
#terms_I-9 .page_content section {
  padding: 10px 0px 0px;
  margin: 0 auto;
  max-width: 768px;
}
#terms_I-9 .page_content section p {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.71;
  padding-left: 1em;
}
#terms_I-9 .page_content section p em {
  color: #FF8039;
  font-style: normal;
}
#terms_I-9 .page_content section p:first-child {
  margin-top: 0;
}
#terms_I-9 .page_content section p.textindent {
  padding-left: 3em;
  text-indent: -2em;
}
#terms_I-9 .page_content section a {
  color: #FF8039;
  text-decoration: underline;
}
#terms_I-9 .page_content section header {
  font-size: 14px;
}
#terms_I-9 .page_content section header em {
  color: #FF8039;
  font-style: normal;
}
#terms_I-9 .page_content section footer {
  font-size: 14px;
}
#terms_I-9 .page_content section footer em {
  color: #FF8039;
  font-style: normal;
}
#terms_I-9 .page_content section ol {
  padding-left: 2em;
  font-size: 14px;
}
#terms_I-9 .page_content section ol.parentheses {
  list-style-type: none;
  padding-left: 3em;
  font-size: 14px;
}
#terms_I-9 .page_content section ol.parentheses li {
  counter-increment: cnt;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
#terms_I-9 .page_content section ol.parentheses li:before {
  content: "(" counter(cnt) ") ";
}
@media screen and (min-width: 769px) {
  #terms_I-9 .page_section {
    margin-top: 60px;
  }
  #terms_I-9 .page_content {
    padding: 30px 20px 0;
  }
  #terms_I-9 .page_content section {
    padding: 10px 0px 0px;
    margin: 0 auto;
    max-width: 1080px;
  }
}

/*
  [O-0]緊急情報一覧
 */
#notice_O-0 #page_title {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 25px;
  line-height: 1;
  margin: 25px 20px 0;
  max-width: 1080px;
}
@media screen and (min-width: 769px) {
  #notice_O-0 #page_title {
    margin: 48px auto 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#notice_O-0 #page_title_sub {
  margin: 10px 20px 0;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 12px;
  line-height: 1;
  max-width: 1080px;
}
@media screen and (min-width: 769px) {
  #notice_O-0 #page_title_sub {
    margin: 10px auto 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }
}
#notice_O-0 .page_title_outer {
  max-width: 1080px;
  margin: 0 auto;
}
#notice_O-0 .accordion-group {
  letter-spacing: 0.05em;
  padding: 24px 20px;
}
#notice_O-0 .accordion-group:first-child {
  padding-top: 22px;
}
#notice_O-0 .accordion-group:nth-child(2n) {
  background-color: #F7F7F7;
}
#notice_O-0 .notice_list_item_title {
  border-left: 4px solid #9BC700;
  font-size: 18px;
  padding-left: 10px;
  line-height: 1.55;
  font-weight: 700;
}
#notice_O-0 .notice_list_item_date {
  color: #B3B3B3;
  font-size: 10px;
  line-height: 1;
  margin-top: 9px;
}
#notice_O-0 .notice_list_item_btn {
  text-align: right;
  margin-top: -20px;
}
#notice_O-0 .notice_list_item_btn a {
  display: inline-block;
  width: 32px;
  height: 20px;
  line-height: 0;
  background: url(/assets/icon_down_w_gray-043460f7e394d49f020cfdf636a5f0da5e657b2e527049455bc46e9492900c00.svg) no-repeat right bottom;
  background-size: 16px 6px;
}
#notice_O-0 .notice_list_item_btn [aria-expanded=true] {
  background-image: url(/assets/icon_up_w_gray-e27f56979825936228ca852a02429cc26e68b731a89d26b903c960a2b1d0f8bd.svg);
}
#notice_O-0 .accordion-inner {
  padding: 9px 0 24px;
}
#notice_O-0 .notice_list_item_text {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.71;
}
@media screen and (min-width: 769px) {
  #notice_O-0 .accordion-heading,
  #notice_O-0 .accordion-body {
    max-width: 650px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
  }
  #notice_O-0 .accordion-heading {
    padding-right: 0;
    position: relative;
  }
  #notice_O-0 .accordion-group {
    padding: 32px 20px;
  }
  #notice_O-0 .accordion-group:first-child {
    padding-top: 34px;
  }
  #notice_O-0 .notice_list_item_title {
    padding-right: 40px;
  }
  #notice_O-0 .notice_list_item_date {
    font-size: 12px;
    margin-top: 15px;
  }
  #notice_O-0 .notice_list_item_btn {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  #notice_O-0 .notice_list_item_btn a {
    width: 32px;
    height: 32px;
    background-position: 100% 50%;
  }
  #notice_O-0 .accordion-inner {
    padding: 18px 0 32px;
  }
  #notice_O-0 .notice_list_item_text {
    margin-top: 25px;
  }
}

/*
やったレポ一覧
 */
#howto_yatta_report_list {
  /*[ページネーション]*/
  /* 新着通知 */
  /*[slider用ボタン]*/
}
#howto_yatta_report_list > h4 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 25px;
  line-height: 1;
  margin: 25px 20px 0;
  max-width: 1080px;
}
@media screen and (min-width: 769px) {
  #howto_yatta_report_list > h4 {
    margin: 48px auto 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#howto_yatta_report_list > h4 .icon-yaritai-fill {
  margin-right: 8px;
}
#howto_yatta_report_list > h6 {
  margin: 10px 20px 0;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 12px;
  line-height: 1;
  max-width: 1080px;
}
@media screen and (min-width: 769px) {
  #howto_yatta_report_list > h6 {
    margin: 10px auto 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }
}
#howto_yatta_report_list .yatta_report_not_found {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  margin: 22px 20px 0;
  padding: 48px 0;
  font-size: 14px;
  line-height: 1.714285714;
  text-align: center;
  max-width: 1040px;
}
#howto_yatta_report_list #yatta_report_not_found_text {
  letter-spacing: 0.05em;
}
#howto_yatta_report_list #yatta_howto_list {
  padding: 0 20px 10px;
}
#howto_yatta_report_list .section_title {
  margin-top: 0;
  letter-spacing: 0;
}
#howto_yatta_report_list .howto_yatta_comment_wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#howto_yatta_report_list .howto_yatta_comment_item {
  margin-top: 25px;
  margin-bottom: 5px;
  position: relative;
  -webkit-flex-basis: 46.428%;
          flex-basis: 46.428%;
  max-width: 46.428%;
}
#howto_yatta_report_list .howto_yatta_comment_item:nth-child(1), #howto_yatta_report_list .howto_yatta_comment_item:nth-child(2) {
  margin-top: 20px;
}
#howto_yatta_report_list .howto_yatta_comment_header {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  font-size: 11px;
  line-height: 1.2;
  color: #003a4d;
}
#howto_yatta_report_list .howto_yatta_comment_header .howto_yatta_comment_timestamp {
  -webkit-flex-basis: 50%;
          flex-basis: 50%;
  max-width: 50%;
}
#howto_yatta_report_list .howto_yatta_comment_header .howto_yatta_comment_place {
  -webkit-flex-basis: 50%;
          flex-basis: 50%;
  max-width: 50%;
  text-align: right;
}
#howto_yatta_report_list .howto_yatta_comment_image {
  margin-top: 5px;
  position: relative;
}
#howto_yatta_report_list .howto_yatta_comment_image a {
  display: block;
}
#howto_yatta_report_list .howto_yatta_comment_image .howto_yatta_comment_prize {
  position: absolute;
  top: 7px;
  left: 7px;
}
#howto_yatta_report_list .howto_yatta_comment_image .howto_yatta_comment_prize img {
  width: 36px;
  height: 45px;
}
#howto_yatta_report_list .howto_yatta_comment_image .howto_yatta_comment_img_counter {
  position: absolute;
  bottom: 7px;
  right: 7px;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  color: #003A4D;
  background-color: rgba(255, 255, 255, 0.5);
}
#howto_yatta_report_list .howto_yatta_comment_user {
  margin-top: 9px;
  font-size: 10px;
  color: #9BC700;
  font-weight: 500;
}
#howto_yatta_report_list .howto_yatta_comment_user img {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  border: 1px solid #9BC700;
  margin-right: 6px;
}
#howto_yatta_report_list .howto_yatta_comment_user span {
  display: inline-block;
  width: 84px;
  vertical-align: middle;
  word-break: break-all;
  color: #9BC700;
}
#howto_yatta_report_list .howto_yatta_comment_timestamp {
  font-size: 10px;
  line-height: 1;
  margin-top: 10px;
  color: #003a4d;
}
#howto_yatta_report_list .howto_yatta_comment_message {
  margin-top: 10px;
  text-align: justify;
  background: transparent;
  overflow: hidden;
  width: 100%;
}
#howto_yatta_report_list .howto_yatta_comment_message .lineClampInner {
  display: block;
  font-size: 12px;
  max-height: 50.976px;
  line-height: 1.416;
  position: relative;
  word-break: break-all;
}
#howto_yatta_report_list .howto_yatta_comment_message .lineClampInner:before, #howto_yatta_report_list .howto_yatta_comment_message .lineClampInner:after {
  background: transparent;
  position: absolute;
}
#howto_yatta_report_list .howto_yatta_comment_message .lineClampInner:before {
  content: "...";
  top: 33.984px;
  right: 0;
}
#howto_yatta_report_list .howto_yatta_comment_message .lineClampInner:after {
  content: "";
  height: 100%;
  width: 100%;
}
#howto_yatta_report_list .howto_yatta_comment_message .lineClampInner:before {
  content: "";
}
#howto_yatta_report_list .howto_yatta_comment_message p {
  margin: 0;
  display: inline;
}
#howto_yatta_report_list .howto_yatta_comment_title {
  font-size: 10px;
  line-height: 1.5;
  margin-top: 6px;
  text-align: justify;
}
#howto_yatta_report_list .howto_yatta_comment_title a {
  text-decoration: underline;
  color: #9BC700;
}
#howto_yatta_report_list .ranking_badge {
  width: 43px;
  height: 46px;
  margin: -20px 0 -2px 10px;
  font-family: "Oswald", sans-serif;
  line-height: 28px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 43px 46px;
}
#howto_yatta_report_list .ranking_badge.ranking_1 {
  background-image: url(/assets/img_ranking_1-e3a882cde939fe18554268007b9757c58a7389d586e42a8ed82b777e49232b1f.svg);
}
#howto_yatta_report_list .ranking_badge.ranking_2 {
  background-image: url(/assets/img_ranking_2-cbaa7c3913c2617935f5cb47ac32733796cbc5eda00e14a05f5c9df9be00cf30.svg);
}
#howto_yatta_report_list .ranking_badge.ranking_3 {
  background-image: url(/assets/img_ranking_3-048b7ecf3c2ef19b1b0475ea06f126edc864b4748c897da11cf1dace8eb03886.svg);
}
#howto_yatta_report_list .ranking_badge.ranking_other {
  width: 36px;
  height: 45px;
  line-height: 36px;
  background-image: url(/assets/img_ranking_other-e300c37fb81ebdc541902cc4f1c775bf86de79ca4836e688ba2961b6e3b9bb4f.svg);
  background-size: 36px 45px;
}
@media screen and (min-width: 769px) {
  #howto_yatta_report_list .yatta_report_not_found {
    margin: 34px auto 0;
    padding: 124px 20px 128px;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
  }
  #howto_yatta_report_list .section_title {
    letter-spacing: 0.05em;
  }
  #howto_yatta_report_list #yatta_howto_list {
    display: block;
    list-style-type: none;
    padding: 0 20px;
    margin: 0 auto 0;
    max-width: 1080px;
  }
  #howto_yatta_report_list .howto_yatta_comment_wrapper {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  #howto_yatta_report_list .howto_yatta_comment_item {
    margin-top: 35px;
    margin-bottom: 2px;
    -webkit-flex-basis: 16.92%;
            flex-basis: 16.92%;
    max-width: 16.92%;
    margin-left: 3.84%;
  }
  #howto_yatta_report_list .howto_yatta_comment_item:nth-child(1), #howto_yatta_report_list .howto_yatta_comment_item:nth-child(2) {
    margin-top: 35px;
  }
  #howto_yatta_report_list .howto_yatta_comment_item:nth-child(5n+1) {
    margin-left: 0;
  }
  #howto_yatta_report_list .howto_yatta_comment_user {
    margin-top: 9px;
    font-size: 10px;
    color: #9BC700;
    font-weight: 500;
  }
  #howto_yatta_report_list .howto_yatta_comment_user img {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    border: 1px solid #9BC700;
    margin-right: 6px;
  }
  #howto_yatta_report_list .howto_yatta_comment_user span {
    display: inline-block;
    width: 84px;
    vertical-align: middle;
    word-break: break-all;
    color: #9BC700;
  }
  #howto_yatta_report_list .howto_yatta_comment_timestamp {
    font-size: 12px;
  }
  #howto_yatta_report_list .howto_yatta_comment_message {
    font-size: 14px;
    line-height: 1.44;
    margin-top: 7px;
  }
  #howto_yatta_report_list .howto_yatta_comment_title {
    font-size: 12px;
    line-height: 1.66;
    margin-top: 12px;
  }
}
#howto_yatta_report_list .pagenation_wrapper {
  width: 100%;
}
#howto_yatta_report_list .pagenation_wrapper .list_k_pagenation_ul {
  margin: 47px 20px 0;
  width: calc(100% - 40px);
  list-style-type: none;
  padding: 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  /*
        .list_k_pagenation_backward {width: 53px;}
        .list_k_pagenation_prev {width: 48px;}
        .list_k_pagenation_next { width: 48px;}
  */
}
#howto_yatta_report_list .pagenation_wrapper .list_k_pagenation_ul li {
  vertical-align: middle;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  -webkit-flex-basis: 10%;
          flex-basis: 10%;
}
#howto_yatta_report_list .pagenation_wrapper .list_k_pagenation_ul .list_k_pagenation_text {
  text-align: center;
}
#howto_yatta_report_list .pagenation_wrapper .list_k_pagenation_ul .current-page {
  text-decoration: underline;
}
#howto_yatta_report_list .pagenation_wrapper .list_k_pagenation_ul button {
  display: block;
  border: none;
  width: 100%;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  box-sizing: border-box;
  font-size: 12px;
  border-radius: 0; /* width: 48px; */
  text-align: center;
  padding: 0;
  line-height: 46px;
  margin: auto;
}
#howto_yatta_report_list .pagenation_wrapper .list_k_pagenation_ul button .list_k_pagenation_backward button,
#howto_yatta_report_list .pagenation_wrapper .list_k_pagenation_ul button .list_k_pagenation_prev button,
#howto_yatta_report_list .pagenation_wrapper .list_k_pagenation_ul button .list_k_pagenation_next button,
#howto_yatta_report_list .pagenation_wrapper .list_k_pagenation_ul button .list_k_pagenation_forward button {
  font-size: 18px;
}
#howto_yatta_report_list .pagenation_wrapper .list_k_pagenation_ul button:hover {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  #howto_yatta_report_list .pagenation_wrapper .list_k_pagenation_ul {
    margin: 65px auto 0;
    padding: 0 94px 0 20px;
    width: 706px;
    clear: left;
  }
  #howto_yatta_report_list .pagenation_wrapper .list_k_pagenation_ul .list_k_pagenation_backward {
    width: 72px;
  }
  #howto_yatta_report_list .pagenation_wrapper .list_k_pagenation_ul .list_k_pagenation_text button {
    font-size: 14px;
  }
  #howto_yatta_report_list .pagenation_wrapper .list_k_pagenation_ul .list_k_pagenation_backward button,
  #howto_yatta_report_list .pagenation_wrapper .list_k_pagenation_ul .list_k_pagenation_prev button,
  #howto_yatta_report_list .pagenation_wrapper .list_k_pagenation_ul .list_k_pagenation_next button,
  #howto_yatta_report_list .pagenation_wrapper .list_k_pagenation_ul .list_k_pagenation_forward button {
    font-size: 26px;
  }
}
#howto_yatta_report_list .menu_new {
  position: relative;
  display: inline-block;
  width: 15px;
}
#howto_yatta_report_list .menu_new .notifi1, #howto_yatta_report_list .menu_new .notifi2 {
  width: 10px;
  height: 10px;
  background: #F24830;
  border-radius: 50%;
  position: absolute;
  top: -11px;
  right: 0;
}
#howto_yatta_report_list .menu_new .notifi1 {
  -webkit-animation: menu_new_anime 2s ease-out 0s infinite;
          animation: menu_new_anime 2s ease-out 0s infinite;
}
@keyframes menu_new_anime {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  60% {
    -webkit-transform: scale(2.5, 2.5);
            transform: scale(2.5, 2.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2.5, 2.5);
            transform: scale(2.5, 2.5);
    opacity: 0;
  }
}
#howto_yatta_report_list .button_wrapper {
  text-align: center;
  margin-top: 30px;
}
#howto_yatta_report_list #button {
  /* 文字サイズを1.4emに指定 */
  font-size: 1.4em;
  /* 文字の太さをboldに指定 */
  font-weight: bold;
  /* 縦方向に10px、
   * 横方向に30pxの余白を指定 */
  padding: 10px 30px;
  /* 背景色を濃い緑色に指定 */
  background-color: #9BC700;
  /* 文字色を白色に指定 */
  color: #fff;
  /* ボーダーをなくす */
  border-style: none;
  /* 角丸の指定 */
  border-radius: 10px;
}

/*
[C-1] やった!レポ個別
 */
#yatta_report_detail {
  /*
    #yatta_report_image {
      float: left;
      width: 50%;
    }

    .yatta_report_images {
      .boxContainer {
        display: flex;
      }
    }

    #yatta_report_comment {
      width: 50%;
      overflow: scroll;
    }
    */
  /*
    .howto_yatta_comment_current_user {
      float: left;
      width: 10%
      img { width: 36px; height: 36px; border-radius: 18px; border: 1px solid  #9BC700; margin-right: 5px; }
    }

    .howto_yatta_iine_wrapper {
     float: left;
    }

    .howto_yatta_comment_wrapper {
      margin-top: 6px;
      color: #999;
      font-size: 18px;
      vertical-align: middle;
    }

    .report_comment_text {
      float: right;
      width: 90%
    }
  */
  /*
    .report_comment {
      position: relative;
      width: 90%
    }
  */
  /* SNSボタン */
  /*
    @media screen and (min-width: 769px) {
      .howto_yatta_report_user,
      .howto_yatta_like_user,
      .howto_yatta_comment_user {
        font-size: 12px;
        img { width: 36px; height: 36px; border-radius: 18px; margin-right: 6px; }
        h4 { width: 110px;  font-size: 12px;}
      }

      .howto_yatta_comment_current_user {
        float: left;
        width: 10%;
        img { width: 48px; height: 48px; border-radius: 24px; margin-right: 6px; }
      }
    }
  */
}
#yatta_report_detail #yatta_report_detail_inner {
  box-sizing: border-box;
  max-width: 840px;
  margin: 0 auto;
  background-color: rgba(95, 226, 184, 0.2);
  padding: 10px 20px 20px;
}
@media screen and (min-width: 769px) {
  #yatta_report_detail #yatta_report_detail_inner {
    border-radius: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  #yatta_report_detail #yatta_report_detail_inner #yatta_report_image {
    -webkit-flex-basis: 48.5%;
            flex-basis: 48.5%;
    max-width: 48.5%;
  }
  #yatta_report_detail #yatta_report_detail_inner #yatta_report_comment {
    -webkit-flex-basis: 49%;
            flex-basis: 49%;
    max-width: 49%;
  }
}
#yatta_report_detail .howto_yatta_detail_report_header .howto_yatta_report_user {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#yatta_report_detail .howto_yatta_detail_report_header .howto_yatta_report_user_img {
  -webkit-flex-basis: 56px;
          flex-basis: 56px;
  max-width: 56px;
}
#yatta_report_detail .howto_yatta_detail_report_header .howto_yatta_report_user_img img {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  border: 2px solid #76AD00;
}
#yatta_report_detail .howto_yatta_detail_report_header .howto_yatta_report_user_name {
  -webkit-flex-basis: calc(100% - 68px);
          flex-basis: calc(100% - 68px);
  max-width: calc(100% - 68px);
}
#yatta_report_detail .howto_yatta_detail_report_header .howto_yatta_report_user_name a {
  font-size: 18px;
  line-height: 1;
  color: #76AD00;
}
#yatta_report_detail .howto_yatta_detail_report_header .howto_yatta_report_user_name .howto_yatta_report_user_time_location {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 3px;
  color: #003A4D;
}
#yatta_report_detail .howto_yatta_detail_report_header .howto_yatta_report_user_name .report_position {
  display: inline-block;
  width: calc(100% - 80px);
  vertical-align: top;
}
@media screen and (min-width: 769px) {
  #yatta_report_detail .howto_yatta_detail_report_header {
    margin-top: 10px;
  }
  #yatta_report_detail .howto_yatta_detail_report_header .howto_yatta_report_user_name {
    font-size: 20px;
  }
}
#yatta_report_detail #yatta_report_image {
  margin-top: 10px;
}
#yatta_report_detail .yatta_report_main_image {
  position: relative;
  cursor: pointer;
}
#yatta_report_detail .yatta_report_main_image .icon-prev,
#yatta_report_detail .yatta_report_main_image .icon-next {
  position: absolute;
  font-size: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}
#yatta_report_detail .yatta_report_main_image .icon-prev {
  left: 10px;
}
#yatta_report_detail .yatta_report_main_image .icon-next {
  right: 10px;
}
#yatta_report_detail .yatta_report_main_image:hover {
  opacity: 0.75; /* 25％ほど透明にする */
}
#yatta_report_detail .yatta_report_images {
  margin-top: 10px;
}
#yatta_report_detail .yatta_report_images .report_images_ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#yatta_report_detail .yatta_report_images .report_images_ul .boxContainer {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#yatta_report_detail .yatta_report_images .report_images_ul .boxContainer li {
  -webkit-flex-basis: 96px;
          flex-basis: 96px;
  height: 96px;
  margin-right: 5px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
#yatta_report_detail .yatta_report_images .report_images_ul .boxContainer li .box {
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
  max-width: 100%;
}
#yatta_report_detail .yatta_report_images .report_images_ul .boxContainer li .box.is-active img {
  box-sizing: border-box;
  border: 4px solid #76AD00;
}
#yatta_report_detail .yatta_report_images .report_images_ul .boxContainer li:hover {
  opacity: 0.75; /* 25％ほど透明にする */
}
@media screen and (min-width: 769px) {
  #yatta_report_detail .yatta_report_images {
    margin-top: 12px;
  }
  #yatta_report_detail .yatta_report_images .report_images_ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #yatta_report_detail .yatta_report_images .report_images_ul .boxContainer {
    padding-left: 11.85%;
    padding-right: 11.85%;
  }
  #yatta_report_detail .yatta_report_images .report_images_ul .boxContainer li {
    -webkit-flex-basis: 88.7px;
            flex-basis: 88.7px;
    height: 88.7px;
    margin-right: 10px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #yatta_report_detail .yatta_report_images .report_images_ul .boxContainer li .box {
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  #yatta_report_detail .yatta_report_images .report_images_ul .boxContainer li .box.is-active img {
    outline: 4px solid #76AD00;
    border: none;
  }
  #yatta_report_detail .yatta_report_images .report_images_ul .boxContainer li .box:last-child {
    margin-right: 0;
  }
}
#yatta_report_detail .report_comment_wrapper_inner {
  margin: 10px -10px 0;
  border: 1px solid #DFDFDF;
  background-color: #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  #yatta_report_detail .report_comment_wrapper_inner {
    margin-left: 0;
    margin-right: 0;
  }
}
#yatta_report_detail .report_message {
  font-size: 14px;
  line-height: 20px;
  padding: 13px 10px;
  border-bottom: 1px solid #DFDFDF;
}
@media screen and (min-width: 769px) {
  #yatta_report_detail .report_message {
    padding: 13px 16px;
  }
}
#yatta_report_detail .howto_yatta_action_wrapper {
  color: #999999;
  font-size: 18px;
  line-height: 1;
  background-color: #EFEFEF;
  position: relative;
  padding-left: 12px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#yatta_report_detail .howto_yatta_action_wrapper:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -7px;
  left: 22px;
  border-top: 7px solid #EFEFEF;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
#yatta_report_detail .howto_yatta_action_wrapper .howto_yatta_iine_wrapper {
  margin-top: 0;
}
#yatta_report_detail .howto_yatta_action_wrapper .howto_yatta_comment_wrapper {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #DFDFDF;
}
#yatta_report_detail .howto_yatta_action_wrapper .iine-count,
#yatta_report_detail .howto_yatta_action_wrapper .comment-count {
  font-size: 14px;
  vertical-align: middle;
}
#yatta_report_detail .howto_yatta_action_wrapper .icon-line-heart {
  padding-bottom: 0;
  vertical-align: middle;
}
#yatta_report_detail .howto_yatta_action_wrapper .icon-line-comment {
  color: #8bb300;
  vertical-align: middle;
}
@media screen and (min-width: 769px) {
  #yatta_report_detail .howto_yatta_action_wrapper {
    padding-left: 18px;
  }
  #yatta_report_detail .howto_yatta_action_wrapper:after {
    left: 29px;
  }
  #yatta_report_detail .howto_yatta_action_wrapper .howto_yatta_iine_wrapper .btn {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#yatta_report_detail .howto_yatta_like_user img,
#yatta_report_detail .howto_yatta_comment_current_user img,
#yatta_report_detail .report_comment_user_img img {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  border: 1px solid #9BC700;
}
#yatta_report_detail .howto_yatta_like_user img {
  margin-right: 8px;
}
#yatta_report_detail .howto_yatta_like_user .howto_yatta_like_user_more {
  margin-left: 5px;
}
#yatta_report_detail .howto_yatta_like_user .howto_yatta_like_user_more img {
  border: none;
  width: 20px;
}
#yatta_report_detail .howto_yatta_like_user {
  margin: 10px 9px 0 9px;
  padding-bottom: 8px;
  border-bottom: 1px solid #DFDFDF;
}
@media screen and (min-width: 769px) {
  #yatta_report_detail .howto_yatta_like_user {
    margin: 10px 16px 0 16px;
    padding-bottom: 10px;
  }
}
#yatta_report_detail .comment_count_text {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding: 10px 10px 0;
}
@media screen and (min-width: 769px) {
  #yatta_report_detail .comment_count_text {
    padding: 16px 16px 0;
  }
}
#yatta_report_detail .comment_count_title {
  border-left: 3px solid #76AD00;
  padding-left: 7px;
  color: #76AD00;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}
#yatta_report_detail #comment_count {
  padding-top: 7px;
  color: #8C8C8C;
}
#yatta_report_detail .new_comment {
  position: relative;
  margin-top: 6px;
  padding: 0 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
#yatta_report_detail .new_comment .howto_yatta_comment_current_user {
  -webkit-flex-basis: 36px;
          flex-basis: 36px;
  max-width: 36px;
}
#yatta_report_detail .new_comment form {
  -webkit-flex-basis: calc(100% - 53px);
          flex-basis: calc(100% - 53px);
  max-width: calc(100% - 53px);
}
#yatta_report_detail .new_comment #report_comment_text_outer {
  position: relative;
  border: 1px solid #76AD00;
  border-radius: 5px;
  padding: 10px 8px 10px 12px;
}
#yatta_report_detail .new_comment #report_comment_text_outer:before {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: 13px;
  border-right: 12px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  z-index: 1;
}
#yatta_report_detail .new_comment #report_comment_text_outer:after {
  content: "";
  display: block;
  position: absolute;
  left: -12px;
  top: 13px;
  border-right: 12px solid #76AD00;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
#yatta_report_detail .new_comment #report_comment_text {
  font-size: 16px;
  height: 150px;
  padding: 0;
  padding-right: 5px;
  box-sizing: border-box;
  border: none;
}
#yatta_report_detail .new_comment #report_comment_text::-webkit-scrollbar {
  width: 4px;
  margin-right: 10px;
}
#yatta_report_detail .new_comment #report_comment_text::-webkit-scrollbar-track {
  background: transparent;
}
#yatta_report_detail .new_comment #report_comment_text::-webkit-scrollbar-thumb {
  background: #76AD00;
  border-radius: 2px;
}
#yatta_report_detail .new_comment #report_comment_text:-ms-input-placeholder {
  font-size: 14px;
  color: #B3B3B3;
  font-weight: normal;
}
#yatta_report_detail .new_comment #report_comment_text:placeholder-shown {
  font-size: 14px;
  color: #B3B3B3;
  font-weight: normal;
}
#yatta_report_detail .new_comment #report_comment_text::-webkit-input-placeholder {
  font-size: 14px;
  color: #B3B3B3;
  font-weight: normal;
}
#yatta_report_detail .new_comment #report_comment_text:-moz-placeholder {
  font-size: 14px;
  color: #B3B3B3;
  opacity: 1;
  font-weight: normal;
}
#yatta_report_detail .new_comment #report_comment_text::-moz-placeholder {
  font-size: 14px;
  color: #B3B3B3;
  opacity: 1;
  font-weight: normal;
}
#yatta_report_detail .new_comment #report_comment_text:-ms-input-placeholder {
  font-size: 14px;
  color: #B3B3B3;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  #yatta_report_detail .new_comment {
    padding-left: 16px;
    padding-right: 16px;
  }
  #yatta_report_detail .new_comment #report_comment_text {
    height: 96px;
  }
}
#yatta_report_detail .report_comment_button {
  margin-top: 10px;
  text-align: right;
}
#yatta_report_detail #comment_dialog_btn {
  display: block;
  border: none;
  width: 100%;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
  line-height: 48px;
  background-color: #76AD00;
  width: 137px;
  line-height: 36px;
  margin-left: auto;
}
#yatta_report_detail .report_comment_unsigned {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: none;
  background: none;
}
#yatta_report_detail .comments {
  margin: 0 9px;
  padding-bottom: 10px;
}
@media screen and (min-width: 769px) {
  #yatta_report_detail .comments {
    margin-left: 16px;
    margin-right: 16px;
    padding-bottom: 16px;
  }
}
#yatta_report_detail .report_comment {
  padding-top: 10px;
}
#yatta_report_detail .report_comment:first-child {
  border-top: 1px solid #DFDFDF;
  margin-top: 10px;
}
#yatta_report_detail .report_comment_user {
  padding-left: 1px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#yatta_report_detail .report_comment_user .report_comment_user_img {
  -webkit-flex-basis: 36px;
          flex-basis: 36px;
  max-width: 36px;
}
#yatta_report_detail .report_comment_user .report_comment_user_name {
  font-size: 12px;
  line-height: 1.2;
  -webkit-flex-basis: calc(100% - 42px);
          flex-basis: calc(100% - 42px);
  max-width: calc(100% - 42px);
}
#yatta_report_detail .report_comment_user .report_comment_user_name a {
  color: #76AD00;
  font-weight: 500;
}
#yatta_report_detail .report_comment_user .comment_timestamp {
  color: #B2B2B2;
}
#yatta_report_detail .report_comment_comment {
  margin-top: 13px;
  padding: 9px 12px 0;
  border: 1px solid #DFDFDF;
  border-radius: 5px;
  font-size: 14px;
  line-height: 20px;
  position: relative;
}
#yatta_report_detail .report_comment_comment:before {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  top: -10px;
  border-bottom: 12px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  z-index: 1;
}
#yatta_report_detail .report_comment_comment:after {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  top: -12px;
  border-bottom: 12px solid #DFDFDF;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
#yatta_report_detail .report_comment_comment .btn_delete {
  bottom: auto;
  top: -12px;
}
#yatta_report_detail .comment_share_wrapper {
  width: 100%;
  padding: 0;
  margin-top: 9px;
}
#yatta_report_detail .comment_share_wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 72px auto 0;
  width: 57.5%;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#yatta_report_detail .comment_share_wrapper li {
  -webkit-flex-basis: 26%;
          flex-basis: 26%;
}
#yatta_report_detail .comment_share_wrapper li:nth-child(1) a {
  color: #0F9C35;
}
#yatta_report_detail .comment_share_wrapper li:nth-child(2) a {
  color: #3B5993;
}
#yatta_report_detail .comment_share_wrapper li:nth-child(3) a {
  color: #55A7E9;
}
#yatta_report_detail .comment_share_wrapper .detail_share_text {
  display: block;
  font-weight: 700;
  font-size: 10px;
  text-align: center;
  margin-top: 6px;
  line-height: 1;
}
#yatta_report_detail .comment_share_wrapper a:hover .detail_share_text {
  opacity: 0.8;
}
@media screen and (min-width: 769px) {
  #yatta_report_detail .comment_share_wrapper ul {
    margin: 128px auto 0;
    width: 136px;
  }
  #yatta_report_detail .comment_share_wrapper li {
    -webkit-flex-basis: 48px;
            flex-basis: 48px;
  }
  #yatta_report_detail .comment_share_wrapper li:nth-child(1) {
    display: none;
  }
  #yatta_report_detail .comment_share_wrapper .detail_share_text {
    font-size: 12px;
    margin-top: 8px;
  }
}
#yatta_report_detail .comment_share_wrapper ul {
  width: 100%;
  margin: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
#yatta_report_detail .comment_share_wrapper li {
  -webkit-flex-basis: auto;
          flex-basis: auto;
  margin-right: 20px;
}
#yatta_report_detail .comment_share_wrapper li .howto_view_text {
  font-weight: bold;
}
#yatta_report_detail .comment_share_wrapper #share_line, #yatta_report_detail .comment_share_wrapper #share_facebook, #yatta_report_detail .comment_share_wrapper #share_twitter {
  height: 16px;
  width: auto;
}
@media screen and (min-width: 769px) {
  #yatta_report_detail .comment_share_wrapper {
    position: relative;
    width: 165px;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: -30px;
  }
  #yatta_report_detail .comment_share_wrapper ul {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  #yatta_report_detail .comment_share_wrapper li {
    margin-right: 0;
    margin-left: 10px;
    -webkit-flex-basis: 30px;
            flex-basis: 30px;
  }
  #yatta_report_detail .comment_share_wrapper li:nth-child(1) {
    display: block;
    -webkit-flex-basis: auto;
            flex-basis: auto;
  }
  #yatta_report_detail .comment_share_wrapper #share_facebook,
  #yatta_report_detail .comment_share_wrapper #share_twitter {
    height: 30px;
  }
}

/*
  [Q-1]やった！レポ一覧

  ページコンテンツ（<section id="contents"> 内のページレイアウトに適用する）
 */
.page-Q-1 #footer .meigen_wrapper {
  padding-top: 0;
  padding-bottom: 100px;
}
.page-Q-1 #footer .meigen_wrapper .meigen,
.page-Q-1 #footer .meigen_wrapper .meigen_speaker,
.page-Q-1 #footer .meigen_wrapper .meigen_book {
  display: none;
}
@media screen and (min-width: 769px) {
  .page-Q-1 #footer .meigen_wrapper {
    padding-bottom: 248px;
  }
}

#report_list {
  /*[見出し]*/
  /*[みんなのやった！レポ]*/
  /*[ページネーション]*/
  /*
    .list_pagenation_ul {
      margin: 47px 20px 0;
      width: calc(100% - 40px);
      list-style-type: none;
      padding: 0px;
      display: flex;
      clear: both;
  	flex-direction: row;
  	justify-content: space-between;
      li {
        vertical-align: middle;
      }

      .list_pagenation_backward {width: 53px;}
      .list_pagenation_prev {width: 48px;}
      .list_pagenation_next {width: 48px;}
      .list_pagenation_forward {width: 53px;}

      .list_pagenation_text {text-align: center;}
      button {
        @include btn();
        background-color: transparent;
        box-sizing: border-box;
        font-size: 12px;
        border-radius: 0;
        width: 48px;
        text-align: center;
        padding: 0;
        line-height: 46px;
        &:hover {
          background-color: #fff;
        }
      }
      @media screen and (min-width: 769px) {
        margin: 65px auto 0;
        padding: 0 94px 0 20px;
        width: 706px;
        clear: left;
        .list_pagenation_backward,
        .list_pagenation_prev,
        .list_pagenation_next,
        .list_pagenation_forward {
          width: 72px;
          & button{font-size: 26px;}
        }
        .list_pagenation_forward {
          width: 72px;
        }
        .list_pagenation_text button{
          font-size: 14px;
        }
      }
    }
  */
}
#report_list .section_title {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 25px;
  line-height: 1;
  margin: 25px 20px 0;
  max-width: 1080px;
  font-size: 26px;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  #report_list .section_title {
    margin: 48px auto 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 769px) {
  #report_list .section_title {
    padding-left: 0;
    padding-right: 0;
  }
}
#report_list .section_title_sub {
  margin: 10px 20px 0;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 12px;
  line-height: 1;
  max-width: 1080px;
  font-size: 14px;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  #report_list .section_title_sub {
    margin: 10px auto 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  #report_list .section_title_sub {
    margin-top: 8px;
    padding-left: 0;
    padding-right: 0;
  }
}
#report_list #everyones_reports {
  padding: 0 20px;
  /* みんなのやったレポに対するコメント・ユーザーアイコンの表示対応 */
}
#report_list #everyones_reports #everyones_reports_inner {
  margin: 0 auto;
  max-width: 1040px;
}
#report_list #everyones_reports #everyones_reports_inner .report_list_no_entry {
  margin: 30px 0;
  text-align: left;
  font-size: 14px;
  color: #b2b2b2;
}
#report_list #everyones_reports .section_title {
  margin-top: 0;
  letter-spacing: 0;
}
#report_list #everyones_reports .everyones_reports_sort {
  margin: 20px auto 0;
  width: 150px;
}
#report_list #everyones_reports .howto_yatta_comment_wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#report_list #everyones_reports .howto_yatta_comment_item {
  margin-top: 25px;
  position: relative;
  -webkit-flex-basis: 46.428%;
          flex-basis: 46.428%;
  max-width: 46.428%;
}
#report_list #everyones_reports .howto_yatta_comment_item:nth-child(-n+2) {
  margin-top: 20px;
}
#report_list #everyones_reports .howto_yatta_comment_header {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  font-size: 11px;
  line-height: 1.2;
  color: #003a4d;
}
#report_list #everyones_reports .howto_yatta_comment_header .howto_yatta_comment_timestamp {
  -webkit-flex-basis: 50%;
          flex-basis: 50%;
  max-width: 50%;
}
#report_list #everyones_reports .howto_yatta_comment_header .howto_yatta_comment_place {
  -webkit-flex-basis: 50%;
          flex-basis: 50%;
  max-width: 50%;
  text-align: right;
}
#report_list #everyones_reports .howto_yatta_comment_image {
  margin-top: 5px;
  position: relative;
}
#report_list #everyones_reports .howto_yatta_comment_image a {
  display: block;
}
#report_list #everyones_reports .howto_yatta_comment_image .howto_yatta_comment_prize {
  position: absolute;
  top: 7px;
  left: 7px;
}
#report_list #everyones_reports .howto_yatta_comment_image .howto_yatta_comment_prize img {
  width: 36px;
  height: 45px;
}
#report_list #everyones_reports .howto_yatta_comment_image .howto_yatta_comment_img_counter {
  position: absolute;
  bottom: 7px;
  right: 7px;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  color: #003A4D;
  background-color: rgba(255, 255, 255, 0.5);
}
#report_list #everyones_reports .howto_yatta_comment_user {
  margin-top: 9px;
  font-size: 10px;
  color: #9BC700;
  font-weight: 500;
}
#report_list #everyones_reports .howto_yatta_comment_user img {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  border: 1px solid #9BC700;
  margin-right: 12px;
}
#report_list #everyones_reports .howto_yatta_comment_user h4 {
  display: inline-block;
  width: 84px;
  vertical-align: middle;
  word-break: break-all;
  color: #76AD00;
  font-size: 10px;
}
#report_list #everyones_reports .howto_yatta_comment_message {
  margin-top: 10px;
  text-align: justify;
  background: transparent;
  overflow: hidden;
  width: 100%;
}
#report_list #everyones_reports .howto_yatta_comment_message .lineClampInner {
  display: block;
  font-size: 12px;
  max-height: 50.976px;
  line-height: 1.416;
  position: relative;
  word-break: break-all;
}
#report_list #everyones_reports .howto_yatta_comment_message .lineClampInner:before, #report_list #everyones_reports .howto_yatta_comment_message .lineClampInner:after {
  background: transparent;
  position: absolute;
}
#report_list #everyones_reports .howto_yatta_comment_message .lineClampInner:before {
  content: "...";
  top: 33.984px;
  right: 0;
}
#report_list #everyones_reports .howto_yatta_comment_message .lineClampInner:after {
  content: "";
  height: 100%;
  width: 100%;
}
#report_list #everyones_reports .howto_yatta_comment_message .lineClampInner:before {
  content: "";
}
#report_list #everyones_reports .howto_yatta_comment_message p {
  margin: 0;
  display: inline;
}
#report_list #everyones_reports .howto_yatta_comment_title {
  font-size: 10px;
  line-height: 1.5;
  margin-top: 6px;
  text-align: justify;
}
#report_list #everyones_reports .howto_yatta_comment_title a {
  text-decoration: underline;
  color: #9BC700;
}
#report_list #everyones_reports #everyones_reports_link_box {
  margin-top: 38px;
}
#report_list #everyones_reports .everyones_reports_link {
  display: block;
  border: none;
  width: 100%;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  padding: 0;
  font-size: 16px;
  line-height: 48px;
  background: #76AD00;
  color: #fff;
  z-index: 1;
}
#report_list #everyones_reports .howto_yatta_comment_comment_outer {
  margin-top: 0px;
  padding: 3px 3px 3px;
  border: 1px solid #9BC700;
  border-radius: 5px;
  font-size: 10px;
  margin-left: 40px;
  line-height: 20px;
  position: relative;
}
#report_list #everyones_reports .howto_yatta_comment_comment_outer:before {
  content: "";
  display: block;
  position: absolute;
  left: -6px;
  top: 7px;
  border-right: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  z-index: 1;
}
#report_list #everyones_reports .howto_yatta_comment_comment_outer:after {
  content: "";
  display: block;
  position: absolute;
  left: -7px;
  top: 7px;
  border-right: 7px solid #9BC700;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
#report_list #everyones_reports .howto_yatta_comment_user_img img {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  border: 1px solid #9BC700;
}
@media screen and (min-width: 769px) {
  #report_list #everyones_reports {
    padding: 0 20px;
    background-position: 50% 0;
    /* みんなのやったレポに対するコメント・ユーザーアイコンの表示対応 */
  }
  #report_list #everyones_reports .section_title {
    letter-spacing: 0.05em;
  }
  #report_list #everyones_reports .everyones_reports_header {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  #report_list #everyones_reports .everyones_reports_sort {
    -webkit-flex-basis: 175px;
            flex-basis: 175px;
    max-width: 175px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: 175px;
  }
  #report_list #everyones_reports .howto_yatta_comment_wrapper {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  #report_list #everyones_reports .howto_yatta_comment_item {
    margin-top: 48px;
    margin-bottom: 2px;
    -webkit-flex-basis: 16.92%;
            flex-basis: 16.92%;
    max-width: 16.92%;
    margin-left: 3.84%;
  }
  #report_list #everyones_reports .howto_yatta_comment_item:nth-child(-n+5) {
    margin-top: 30px;
  }
  #report_list #everyones_reports .howto_yatta_comment_item:nth-child(5n+1) {
    margin-left: 0;
  }
  #report_list #everyones_reports .howto_yatta_comment_user {
    font-size: 12px;
  }
  #report_list #everyones_reports .howto_yatta_comment_user img {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    margin-right: 6px;
  }
  #report_list #everyones_reports .howto_yatta_comment_user h4 {
    width: 110px;
    font-size: 12px;
  }
  #report_list #everyones_reports .howto_yatta_comment_timestamp {
    font-size: 12px;
  }
  #report_list #everyones_reports .howto_yatta_comment_message {
    font-size: 14px;
    line-height: 1.44;
    margin-top: 7px;
  }
  #report_list #everyones_reports .howto_yatta_comment_title {
    font-size: 12px;
    line-height: 1.66;
    margin-top: 12px;
  }
  #report_list #everyones_reports .howto_yatta_comment_comment_outer {
    margin-top: 0px;
    padding: 3px 3px 3px;
    border: 1px solid #9BC700;
    border-radius: 5px;
    font-size: 12px;
    margin-left: 40px;
    line-height: 20px;
    position: relative;
  }
  #report_list #everyones_reports .howto_yatta_comment_comment_outer:before {
    content: "";
    display: block;
    position: absolute;
    left: -6px;
    top: 7px;
    border-right: 7px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    z-index: 1;
  }
  #report_list #everyones_reports .howto_yatta_comment_comment_outer:after {
    content: "";
    display: block;
    position: absolute;
    left: -7px;
    top: 7px;
    border-right: 7px solid #9BC700;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
  }
  #report_list #everyones_reports .howto_yatta_comment_user_img img {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    border: 1px solid #9BC700;
  }
}

/*
  [R-0] ライター一覧
 */
#writer_R-0 #page_title {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 25px;
  line-height: 1;
  margin: 25px 20px 0;
  max-width: 1080px;
}
@media screen and (min-width: 769px) {
  #writer_R-0 #page_title {
    margin: 48px auto 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#writer_R-0 #page_title_sub {
  margin: 10px 20px 0;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 12px;
  line-height: 1;
  max-width: 1080px;
}
@media screen and (min-width: 769px) {
  #writer_R-0 #page_title_sub {
    margin: 10px auto 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }
}
#writer_R-0 #writter_list {
  max-width: 1080px;
  margin: 23px auto 0;
  padding: 0;
}
#writer_R-0 #writter_list #writter_list_ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#writer_R-0 #writter_list #writter_list_ul li {
  -webkit-flex-basis: 50%;
          flex-basis: 50%;
  max-width: 50%;
  text-align: center;
}
#writer_R-0 #writter_list .writter_icon {
  margin-top: 25px;
}
#writer_R-0 #writter_list .writter_icon img {
  border-radius: 100%;
  width: 96px;
  margin: 0 auto;
}
#writer_R-0 #writter_list .writter_nickname {
  margin: 7px auto 0;
  width: 75%;
  font-size: 14px;
  line-height: 1.71;
  font-weight: 500;
}
#writer_R-0 #writter_list .writter_nickname a {
  color: #262626;
}
#writer_R-0 #writter_list .writter_job_title {
  margin: 5px auto 0;
  width: 75%;
  font-size: 11px;
  line-height: 1.36;
  color: #76AD00;
}
#writer_R-0 #writter_list .writter_job_title a {
  color: #76AD00;
}
#writer_R-0 #writter_list .slick-dots {
  top: 40px;
}
@media screen and (min-width: 769px) {
  #writer_R-0 #writter_list {
    margin-top: 8px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #writer_R-0 #writter_list #writter_list_ul li {
    -webkit-flex-basis: 15%;
            flex-basis: 15%;
    max-width: 15%;
    margin-left: 2%;
  }
  #writer_R-0 #writter_list #writter_list_ul li:nth-child(6n+1) {
    margin-left: 0;
  }
  #writer_R-0 #writter_list .writter_icon {
    margin-top: 40px;
  }
  #writer_R-0 #writter_list .writter_icon img {
    width: 80px;
  }
  #writer_R-0 #writter_list .writter_nickname {
    margin-top: 5px;
    width: auto;
  }
  #writer_R-0 #writter_list .writter_job_title {
    margin-top: 2px;
    width: auto;
    font-size: 12px;
    line-height: 1.66;
  }
}

/*
MYやったレポ一 スライドショー
 */
#howto_yatta_report_slider {
  /*[slider用ボタン]*/
  /*[スライドショー]*/
}
#howto_yatta_report_slider .button_wrapper {
  text-align: center;
  margin-top: 150px;
}
#howto_yatta_report_slider #button {
  /* 文字サイズを1.4emに指定 */
  font-size: 1.4em;
  /* 文字の太さをboldに指定 */
  font-weight: bold;
  /* 縦方向に10px、
   * 横方向に30pxの余白を指定 */
  padding: 10px 30px;
  /* 背景色を濃い緑色に指定 */
  background-color: #9BC700;
  /* 文字色を白色に指定 */
  color: #fff;
  /* ボーダーをなくす */
  border-style: none;
  /* 角丸の指定 */
  border-radius: 10px;
}
#howto_yatta_report_slider #howto_yatta_report_images {
  margin-top: 15px;
}
#howto_yatta_report_slider #howto_yatta_report_images .howto_yatta_report_images_ul {
  list-style: none;
  padding: 0;
}
#howto_yatta_report_slider #howto_yatta_report_images .howto_yatta_report_images_ul .slick-list {
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
}
#howto_yatta_report_slider #howto_yatta_report_images .howto_yatta_report_images_ul .slick-slide {
  position: relative;
  overflow: hidden;
  height: 56.25vw;
}
#howto_yatta_report_slider #howto_yatta_report_images .howto_yatta_report_images_ul a {
  display: block;
  padding-top: 93.75%;
  overflow: hidden;
  outline: none;
}
#howto_yatta_report_slider #howto_yatta_report_images .howto_yatta_report_images_ul img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  width: auto;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#howto_yatta_report_slider #howto_yatta_report_images .slick-dots {
  position: absolute;
  bottom: -20px;
}
#howto_yatta_report_slider #howto_yatta_report_images .slick-prev button:before, #howto_yatta_report_slider #howto_yatta_report_images .slick-next button:before {
  display: none;
}
#howto_yatta_report_slider #howto_yatta_report_images .proc {
  display: none;
}
@media screen and (min-width: 478px) {
  #howto_yatta_report_slider #howto_yatta_report_images .howto_yatta_report_images_ul .slick-slide {
    width: calc(100vmin - 0px);
    height: calc(100vmin - 0px);
  }
  #howto_yatta_report_slider #howto_yatta_report_images .howto_yatta_report_images_ul .slick-slide a {
    padding-top: 70%;
  }
  #howto_yatta_report_slider #howto_yatta_report_images .howto_yatta_report_images_ul .slick-slide img {
    width: 100%;
  }
}
@media screen and (max-width: 940px) {
  #howto_yatta_report_slider #howto_yatta_report_images .howto_yatta_report_images_ul .slick-slide {
    width: calc(100vmin - 0px);
    height: calc(100vmin - 0px);
  }
  #howto_yatta_report_slider #howto_yatta_report_images .howto_yatta_report_images_ul .slick-slide img {
    width: 100%;
  }
  #howto_yatta_report_slider #howto_yatta_report_images .slick-prev:before, #howto_yatta_report_slider #howto_yatta_report_images .slick-next:before {
    color: #fff;
    font-style: italic;
    text-align: center;
  }
  #howto_yatta_report_slider #howto_yatta_report_images .slick-prev.about:before, #howto_yatta_report_slider #howto_yatta_report_images .slick-next.about:before {
    color: #003a4d;
  }
}
@media screen and (min-width: 769px) {
  #howto_yatta_report_slider #howto_yatta_report_images {
    margin-top: 70px;
  }
  #howto_yatta_report_slider #howto_yatta_report_images .howto_yatta_report_images_ul .slick-slide {
    width: 720px;
    height: 720px;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
  }
  #howto_yatta_report_slider #howto_yatta_report_images .howto_yatta_report_images_ul .slick-slide img {
    width: auto;
  }
  #howto_yatta_report_slider #howto_yatta_report_images .slick-dots {
    bottom: -20px;
  }
  #howto_yatta_report_slider #howto_yatta_report_images .slick-prev:before, #howto_yatta_report_slider #howto_yatta_report_images .slick-next:before {
    color: #fff;
    font-style: italic;
    text-align: center;
  }
  #howto_yatta_report_slider #howto_yatta_report_images .slick-prev.about:before, #howto_yatta_report_slider #howto_yatta_report_images .slick-next.about:before {
    color: #003a4d;
  }
  #howto_yatta_report_slider #howto_yatta_report_images .slick-prev {
    margin-top: -50px;
    left: 5%;
    -webkit-transform: translate(0, 100%) rotate(-6deg);
            transform: translate(0, 100%) rotate(-6deg);
  }
  #howto_yatta_report_slider #howto_yatta_report_images .slick-next {
    margin-top: -50px;
    right: 7%;
    -webkit-transform: translate(0, -50%) rotate(-6deg);
            transform: translate(0, -50%) rotate(-6deg);
  }
}
@media screen and (min-width: 769px) {
  #howto_yatta_report_slider #howto_yatta_report_images .howto_yatta_report_images_ul .slick-list {
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
  }
}
@media screen and (min-width: 1000px) {
  #howto_yatta_report_slider #howto_yatta_report_images .slick-prev {
    left: calc(50% - 360px);
  }
  #howto_yatta_report_slider #howto_yatta_report_images .slick-next {
    right: calc(50% - 360px);
  }
}
