@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700');*/
/*@import 'foundation/_normalize.scss';*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*$font-family: 'Noto Sans JP', sans-serif;*/
/*$font-family: 'Noto Sans Japanese', sans-serif !default;*/
/*$font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;*/
/*$font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !default;*/
/* base */
* {
  min-width: 0;
  min-height: 0;
}

a {
  color: #282828;
  text-decoration: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

a:focus {
  outline: none;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.5;
  }
}

ul {
  list-style: none outside;
}

ul li a {
  color: #282828;
}

img[src$=".svg"] {
  width: 100%;
}

hr {
  border-top: 1px solid #E2E2E2;
}

body, html {
  height: 100%;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  background-color: #F6F5E7;
  color: #282828;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.4rem;
  /*font-weight: 200;*/
  -webkit-font-smoothing: antialiased;
  line-height: 1.7;
  margin: 0;
  letter-spacing: 0.1em;
  /*-webkit-text-stroke-width: .4px !important;*/
  /*@include break-point(lg) {
    min-width: 1260px;
  }*/
}

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

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.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;
}

/* grid */
[class*='l-grid'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

[class*='l-grid'][class*='left'] {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

[class*='l-grid'][class*='center'] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

[class*='l-grid'][class*='right'] {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

[class*='l-grid'][class*='spaceBetween'] {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

[class*='l-grid'][class*='spaceAround'] {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

[class*='l-grid'][class*='stretch'] {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

[class*='l-grid'][class*='top'] {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

[class*='l-grid'][class*='middle'] {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

[class*='l-grid'][class*='bottom'] {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

[class*='l-grid'][class*='baseline'] {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

[class*='l-grid'][class*='line'] > [class*='l-column'] + [class*='l-column'] {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 30px;
}

[class*='l-grid'][class*='xsGutter'] {
  margin: 0 -2px;
}

[class*='l-grid'][class*='xsGutter'] > [class*='l-column'] {
  padding: 2px;
}

[class*='l-grid'][class*='smGutter'] {
  margin: 0 -5px;
}

[class*='l-grid'][class*='smGutter'] > [class*='l-column'] {
  padding: 5px;
}

[class*='l-grid'][class*='mdGutter'] {
  margin: 0 -6.625px;
}

[class*='l-grid'][class*='mdGutter'] > [class*='l-column'] {
  padding: 6.625px;
}

@media screen and (min-width: 768px) {
  [class*='l-grid'][class*='mdGutter'] {
    margin: 0 -13.25px;
  }
  [class*='l-grid'][class*='mdGutter'] > [class*='l-column'] {
    padding: 13.25px;
  }
}

[class*='l-grid'][class*='lgGutter'] {
  margin: 0 -17px;
}

[class*='l-grid'][class*='lgGutter'] > [class*='l-column'] {
  padding: 17px;
}

@media screen and (min-width: 768px) {
  [class*='l-grid'][class*='lgGutter'] {
    margin: 0 -34px;
  }
  [class*='l-grid'][class*='lgGutter'] > [class*='l-column'] {
    padding: 34px;
  }
}

@media screen and (min-width: 0px) {
  [class*='l-grid'][class*='xs1'] > [class*='l-column'] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*='l-grid'] > [class*='xs1'] {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  [class*='l-grid'][class*='xs2'] > [class*='l-column'] {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*='l-grid'] > [class*='xs2'] {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class*='l-grid'][class*='xs3'] > [class*='l-column'] {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class*='l-grid'] > [class*='xs3'] {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*='l-grid'][class*='xs4'] > [class*='l-column'] {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*='l-grid'] > [class*='xs4'] {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class*='l-grid'][class*='xs5'] > [class*='l-column'] {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*='l-grid'] > [class*='xs5'] {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  [class*='l-grid'][class*='xs6'] > [class*='l-column'] {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class*='l-grid'] > [class*='xs6'] {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*='l-grid'][class*='xs7'] > [class*='l-column'] {
    -ms-flex-preferred-size: 14.28571%;
    flex-basis: 14.28571%;
    max-width: 14.28571%;
  }
  [class*='l-grid'] > [class*='xs7'] {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  [class*='l-grid'][class*='xs8'] > [class*='l-column'] {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*='l-grid'] > [class*='xs8'] {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  [class*='l-grid'][class*='xs9'] > [class*='l-column'] {
    -ms-flex-preferred-size: 11.11111%;
    flex-basis: 11.11111%;
    max-width: 11.11111%;
  }
  [class*='l-grid'] > [class*='xs9'] {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*='l-grid'][class*='xs10'] > [class*='l-column'] {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*='l-grid'] > [class*='xs10'] {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  [class*='l-grid'][class*='xs11'] > [class*='l-column'] {
    -ms-flex-preferred-size: 9.09091%;
    flex-basis: 9.09091%;
    max-width: 9.09091%;
  }
  [class*='l-grid'] > [class*='xs11'] {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  [class*='l-grid'][class*='xs12'] > [class*='l-column'] {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  [class*='l-grid'] > [class*='xs12'] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 375px) {
  [class*='l-grid'][class*='sm1'] > [class*='l-column'] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*='l-grid'] > [class*='sm1'] {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  [class*='l-grid'][class*='sm2'] > [class*='l-column'] {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*='l-grid'] > [class*='sm2'] {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class*='l-grid'][class*='sm3'] > [class*='l-column'] {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class*='l-grid'] > [class*='sm3'] {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*='l-grid'][class*='sm4'] > [class*='l-column'] {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*='l-grid'] > [class*='sm4'] {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class*='l-grid'][class*='sm5'] > [class*='l-column'] {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*='l-grid'] > [class*='sm5'] {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  [class*='l-grid'][class*='sm6'] > [class*='l-column'] {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class*='l-grid'] > [class*='sm6'] {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*='l-grid'][class*='sm7'] > [class*='l-column'] {
    -ms-flex-preferred-size: 14.28571%;
    flex-basis: 14.28571%;
    max-width: 14.28571%;
  }
  [class*='l-grid'] > [class*='sm7'] {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  [class*='l-grid'][class*='sm8'] > [class*='l-column'] {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*='l-grid'] > [class*='sm8'] {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  [class*='l-grid'][class*='sm9'] > [class*='l-column'] {
    -ms-flex-preferred-size: 11.11111%;
    flex-basis: 11.11111%;
    max-width: 11.11111%;
  }
  [class*='l-grid'] > [class*='sm9'] {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*='l-grid'][class*='sm10'] > [class*='l-column'] {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*='l-grid'] > [class*='sm10'] {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  [class*='l-grid'][class*='sm11'] > [class*='l-column'] {
    -ms-flex-preferred-size: 9.09091%;
    flex-basis: 9.09091%;
    max-width: 9.09091%;
  }
  [class*='l-grid'] > [class*='sm11'] {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  [class*='l-grid'][class*='sm12'] > [class*='l-column'] {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  [class*='l-grid'] > [class*='sm12'] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  [class*='l-grid'][class*='md1'] > [class*='l-column'] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*='l-grid'] > [class*='md1'] {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  [class*='l-grid'][class*='md2'] > [class*='l-column'] {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*='l-grid'] > [class*='md2'] {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class*='l-grid'][class*='md3'] > [class*='l-column'] {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class*='l-grid'] > [class*='md3'] {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*='l-grid'][class*='md4'] > [class*='l-column'] {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*='l-grid'] > [class*='md4'] {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class*='l-grid'][class*='md5'] > [class*='l-column'] {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*='l-grid'] > [class*='md5'] {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  [class*='l-grid'][class*='md6'] > [class*='l-column'] {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class*='l-grid'] > [class*='md6'] {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*='l-grid'][class*='md7'] > [class*='l-column'] {
    -ms-flex-preferred-size: 14.28571%;
    flex-basis: 14.28571%;
    max-width: 14.28571%;
  }
  [class*='l-grid'] > [class*='md7'] {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  [class*='l-grid'][class*='md8'] > [class*='l-column'] {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*='l-grid'] > [class*='md8'] {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  [class*='l-grid'][class*='md9'] > [class*='l-column'] {
    -ms-flex-preferred-size: 11.11111%;
    flex-basis: 11.11111%;
    max-width: 11.11111%;
  }
  [class*='l-grid'] > [class*='md9'] {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*='l-grid'][class*='md10'] > [class*='l-column'] {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*='l-grid'] > [class*='md10'] {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  [class*='l-grid'][class*='md11'] > [class*='l-column'] {
    -ms-flex-preferred-size: 9.09091%;
    flex-basis: 9.09091%;
    max-width: 9.09091%;
  }
  [class*='l-grid'] > [class*='md11'] {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  [class*='l-grid'][class*='md12'] > [class*='l-column'] {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  [class*='l-grid'] > [class*='md12'] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  [class*='l-grid'][class*='lg1'] > [class*='l-column'] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*='l-grid'] > [class*='lg1'] {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  [class*='l-grid'][class*='lg2'] > [class*='l-column'] {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*='l-grid'] > [class*='lg2'] {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class*='l-grid'][class*='lg3'] > [class*='l-column'] {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class*='l-grid'] > [class*='lg3'] {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*='l-grid'][class*='lg4'] > [class*='l-column'] {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*='l-grid'] > [class*='lg4'] {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class*='l-grid'][class*='lg5'] > [class*='l-column'] {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*='l-grid'] > [class*='lg5'] {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  [class*='l-grid'][class*='lg6'] > [class*='l-column'] {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class*='l-grid'] > [class*='lg6'] {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*='l-grid'][class*='lg7'] > [class*='l-column'] {
    -ms-flex-preferred-size: 14.28571%;
    flex-basis: 14.28571%;
    max-width: 14.28571%;
  }
  [class*='l-grid'] > [class*='lg7'] {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  [class*='l-grid'][class*='lg8'] > [class*='l-column'] {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*='l-grid'] > [class*='lg8'] {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  [class*='l-grid'][class*='lg9'] > [class*='l-column'] {
    -ms-flex-preferred-size: 11.11111%;
    flex-basis: 11.11111%;
    max-width: 11.11111%;
  }
  [class*='l-grid'] > [class*='lg9'] {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*='l-grid'][class*='lg10'] > [class*='l-column'] {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*='l-grid'] > [class*='lg10'] {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  [class*='l-grid'][class*='lg11'] > [class*='l-column'] {
    -ms-flex-preferred-size: 9.09091%;
    flex-basis: 9.09091%;
    max-width: 9.09091%;
  }
  [class*='l-grid'] > [class*='lg11'] {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  [class*='l-grid'][class*='lg12'] > [class*='l-column'] {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  [class*='l-grid'] > [class*='lg12'] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 1400px) {
  [class*='l-grid'][class*='xl1'] > [class*='l-column'] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*='l-grid'] > [class*='xl1'] {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  [class*='l-grid'][class*='xl2'] > [class*='l-column'] {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*='l-grid'] > [class*='xl2'] {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class*='l-grid'][class*='xl3'] > [class*='l-column'] {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class*='l-grid'] > [class*='xl3'] {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*='l-grid'][class*='xl4'] > [class*='l-column'] {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*='l-grid'] > [class*='xl4'] {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class*='l-grid'][class*='xl5'] > [class*='l-column'] {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*='l-grid'] > [class*='xl5'] {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  [class*='l-grid'][class*='xl6'] > [class*='l-column'] {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class*='l-grid'] > [class*='xl6'] {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*='l-grid'][class*='xl7'] > [class*='l-column'] {
    -ms-flex-preferred-size: 14.28571%;
    flex-basis: 14.28571%;
    max-width: 14.28571%;
  }
  [class*='l-grid'] > [class*='xl7'] {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  [class*='l-grid'][class*='xl8'] > [class*='l-column'] {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*='l-grid'] > [class*='xl8'] {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  [class*='l-grid'][class*='xl9'] > [class*='l-column'] {
    -ms-flex-preferred-size: 11.11111%;
    flex-basis: 11.11111%;
    max-width: 11.11111%;
  }
  [class*='l-grid'] > [class*='xl9'] {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*='l-grid'][class*='xl10'] > [class*='l-column'] {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*='l-grid'] > [class*='xl10'] {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  [class*='l-grid'][class*='xl11'] > [class*='l-column'] {
    -ms-flex-preferred-size: 9.09091%;
    flex-basis: 9.09091%;
    max-width: 9.09091%;
  }
  [class*='l-grid'] > [class*='xl11'] {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  [class*='l-grid'][class*='xl12'] > [class*='l-column'] {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  [class*='l-grid'] > [class*='xl12'] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

/* column */
[class*='l-column'] {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.l-wrapper {
  height: 100%;
  margin: 0 auto;
  padding-top: 45px;
}

@media screen and (min-width: 1024px) {
  .l-wrapper {
    padding-top: 90px;
  }
  .login .l-wrapper {
    padding-top: 125px;
  }
}

.l-header {
  width: 100%;
  height: 45px;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 3;
  border-bottom: 1px solid #eaeaea;
  -webkit-box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
  .l-header {
    height: 90px;
  }
  .login .l-header {
    height: 125px;
  }
}

.l-header_inner {
  width: 100%;
  height: 100%;
  padding: 16px 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .l-header_inner {
    padding: 16px 20px;
  }
}

@media screen and (min-width: 1024px) {
  .l-header_inner {
    max-width: 1200px;
    height: 90px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 30px;
    z-index: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.l-header_logo {
  width: 187px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.l-header_logo img {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .l-header_logo {
    width: 30%;
    max-width: 374px;
    padding-right: 0;
    position: relative;
    z-index: 3;
  }
}

.l-header_logo a {
  display: block;
  position: relative;
}

.l-header_title {
  width: 44%;
  padding-left: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #2d4423;
  font-size: 19px;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.07em;
}

@media screen and (min-width: 1024px) {
  .l-header_title {
    width: 270px;
    padding-right: 0;
    position: relative;
    z-index: 3;
    top: 18px;
    font-size: 36px;
  }
}

.l-header_title a {
  display: block;
  position: relative;
  color: #2d4423;
}

.l-header_menu {
  margin: auto;
  overflow: hidden;
  position: absolute;
  z-index: 4;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  right: 0;
  display: block;
  background-color: #2d4423;
}

@media screen and (min-width: 1024px) {
  .l-header_menu {
    display: none;
  }
}

.l-header_menu_link {
  display: block;
  height: 100%;
}

.l-header_menu_inner {
  display: block;
  position: relative;
  padding: 15px 13px;
  font-size: 0;
}

.l-header_menu_line {
  background-color: #fff;
  display: block;
  width: 18px;
  height: 3px;
  text-indent: -9999px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  margin: 0 auto;
}

.l-header_menu_line + .l-header_menu_line {
  margin-top: 3px;
}

.l-header.is-active .l-header_menu_line:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}

.l-header.is-active .l-header_menu_line:nth-child(2) {
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}

.l-header.is-active .l-header_menu_line:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

.l-header.is-active .l-header_nav {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.l-header_nav.sp {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 45px 0 30px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  display: block;
  z-index: 2;
  background-color: #fff;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .l-header_nav.sp {
    display: none;
  }
}

.l-header_nav.sp .inner {
  /*background: rgb(0,0,0);
			background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(255,255,255,1) 10%);*/
}

.l-header_nav.sp .inner::before {
  content: "";
  width: 100%;
  -webkit-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 45px;
  left: 0;
  z-index: 1;
}

.l-header_nav.sp ul li a {
  display: block;
  padding: 5px 0;
  font-size: 1.5rem;
}

.l-header_nav.sp .nav-main {
  padding: 40px 0 20px;
}

.l-header_nav.sp .account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 14px;
  border-bottom: 1px solid #dbdbdb;
  position: relative;
  top: -34px;
  background-color: #fbfbfb;
}

.l-header_nav.sp .account p b {
  font-weight: normal;
  font-size: 1.7rem;
}

.l-header_nav.sp .list-works {
  border-top: 2px solid #2d4423;
}

.l-header_nav.sp .list-works h1 {
  color: #2d4423;
  background-color: #fbfbfb;
  line-height: 1;
  padding: 10px 0;
  font-size: 1.6rem;
  border-bottom: 1px solid #dbdbdb;
}

.l-header_nav.sp .list-works ul {
  padding: 14px 0 0;
}

.l-header_nav.pc {
  display: none;
}

@media screen and (min-width: 1024px) {
  .l-header_nav.pc {
    display: block;
  }
}

.l-header_nav.pc .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-header_nav.pc .nav-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header_nav.pc .nav-main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-header_nav.pc .nav-main ul li {
  margin-left: 10px;
}

.l-header_nav.pc .nav-main ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: bolder;
  color: #fff;
  background-color: #363;
  display: block;
  line-height: 1;
  letter-spacing: 0;
  padding: 9.5px 12px 9.5px 28px;
  border-radius: 12px;
  border: 2px solid #339933;
  text-align: right;
    background-image: url("/header/icon_signup.png?20240813");
    background-repeat: no-repeat;
    background-position: left 12px center;
    background-size: 16px auto;
    width: 6em;
	letter-spacing: 2px;
}
.l-header_nav.pc .nav-main ul li:first-child a {
  color: #339933;
  background-color: #fff;
    background-image: url("/header/icon_beginners.png?20240813");
    background-repeat: no-repeat;
    background-position: left 12px center;
    background-size: 16px auto;
    width: 8em;
	padding-left: 33px;
}
.l-header_nav.pc .nav-main ul li:last-child a {
  color: #339933;
  background-color: #fff;
    background-image: url("/header/icon_login.png");
    background-repeat: no-repeat;
    background-position: left 12px center;
    background-size: 16px auto;
    width: 5em;
}

.l-header .account.pc {
  display: none;
}

@media screen and (min-width: 1024px) {
  .l-header .account.pc {
    display: block;
    height: 35px;
    background-color: #FFF36B;
  }
  .l-header .account.pc ul {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative;
    left: 18px;
  }
  .l-header .account.pc ul li {
    position: relative;
  }
  .l-header .account.pc ul li::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 1px;
    height: 1em;
    background-color: #b3be97;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .l-header .account.pc ul li:last-child::after {
    content: none;
  }
  .l-header .account.pc ul li a {
    display: block;
    font-size: 1.5rem;
    padding: 0 18px;
  }
}

.l-footer {
  background-color: #2d4423;
    height: 150px;
}

.l-footer_inner {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0 0;
}

@media screen and (min-width: 1024px) {
  .l-footer_inner {
    width: 100%;
    max-width: 1200px;
    padding: 40px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-between;
    -ms-flex-pack: flex-between;
    justify-content: flex-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.l-footer nav {
  text-align: center;
  padding: 0 0 20px;
}

@media screen and (min-width: 1024px) {
  .l-footer nav {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
  }
}

@media screen and (min-width: 1024px) {
  .l-footer nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -18px;
  }
}

@media screen and (min-width: 1024px) {
  .l-footer nav ul li {
    position: relative;
  }
  .l-footer nav ul li::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 1px;
    height: 1em;
    background-color: #55674d;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .l-footer nav ul li:last-child::after {
    content: none;
  }
}

.l-footer nav ul li a {
  display: block;
  color: #fff;
  padding: 8px 0;
  font-size: 1.2rem;
  font-weight: 500;
}

@media screen and (min-width: 1024px) {
  .l-footer nav ul li a {
    font-size: 1.2rem;
    padding: 0 18px;
  }
}

.l-footer_copyright {
  color: #fff;
  font-size: 1.0rem;
  /* font-weight: 200; */
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 16px 0;
  border-top: 1px solid #55674d;
}

@media screen and (min-width: 1024px) {
  .l-footer_copyright {
    font-size: 1.2rem;
    border: 0;
    padding: 0;
  }
}

.l-footer_copyright span {
  font-family: Verdana;
}

.to-top {
  position: fixed;
  bottom: 50px;
  right: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
  background-color: #2d4423;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .to-top {
    width: 53px;
    height: 53px;
    bottom: 146px;
    right: 20px;
  }
}

.to-top::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3.5px 4px 3.5px;
  border-color: transparent transparent #ffffff transparent;
}

@media screen and (min-width: 768px) {
  .to-top::after {
    border-width: 0 5px 7px 5px;
  }
}

.to-top.is-active {
  opacity: 1;
  pointer-events: auto;
}

.l-container, .l-container-col1, .l-container-col2 {
  margin: 0 auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.l-container-col1 {
  padding: 18px 14px 40px;
}

@media screen and (min-width: 1024px) {
  .l-container-col1 {
    max-width: 1060px;
    padding: 50px 30px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.l-container-col1 .l-contents {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
  .l-container-col1 .l-contents-main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 800px;
  }
}

.l-container-col2 {
  padding: 18px 14px 40px;
}

@media screen and (min-width: 1024px) {
  .l-container-col2 {
    max-width: 1200px;
    padding: 50px 30px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.l-container-col2 .l-contents {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
  .l-container-col2 .l-contents-main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 50px;
    min-height: 800px;
  }
}

.l-container-col2 .l-contents-sub {
  display: none;
}

@media screen and (min-width: 1024px) {
  .l-container-col2 .l-contents-sub {
    display: block;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
  }
}

.l-contents {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.l-contents-section-top {
  margin: 40px 0;
}

@media screen and (min-width: 1024px) {
  .l-contents-section-top {
    margin: 50px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.l-contents-section-top:last-child {
  margin: 0;
}

.l-contents-section-top .inner {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
  .l-contents-section-top .inner {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.l-section {
  padding-bottom: 40px;
}

.l-section_header .title {
  border-bottom: 1px solid #000;
  padding: 0 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .l-section_header .title {
    padding: 0 0 12px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.l-section_header .title h1 {
  font-size: 17px;
  line-height: 1.4;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 40px;
  margin-top: -.2em;
}

@media screen and (min-width: 768px) {
  .l-section_header .title h1 {
    font-size: 24px;
  }
}

.l-section_header .title .detail {
  -ms-flex-preferred-size: 84px;
  flex-basis: 84px;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  height: 61px;
}

@media screen and (min-width: 768px) {
  .l-section_header .title .detail {
    -ms-flex-preferred-size: 142px;
    flex-basis: 142px;
    margin-top: -54px;
    height: 91px;
  }
}

.l-section_header .title .detail .logo {
  height: 40px;
  position: relative;
  display: block;
}

@media screen and (min-width: 768px) {
  .l-section_header .title .detail .logo {
    height: 68px;
  }
}

.l-section_header .title .detail .logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.l-section_header .title .detail .txt {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0px;
  display: block;
  border-top: 1px solid #000;
  padding: 4px 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-section_header .title .detail .txt {
    font-size: 12px;
  }
}

.l-section_header .title .detail .txt::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: 4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2px 0 2px 3.5px;
  border-color: transparent transparent transparent #000000;
}

@media screen and (min-width: 768px) {
  .l-section_header .title .detail .txt::after {
    border-width: 3px 0 3px 5px;
    right: 8px;
  }
}

.l-section_header h2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  padding: 8px 10px;
}

@media screen and (min-width: 768px) {
  .l-section_header h2 {
    font-size: 16px;
    padding: 8px 0;
  }
}

.l-section a.detail-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #f8f8f8;
  padding: 5px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .l-section a.detail-bottom {
    padding: 10px;
    width: 604px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.l-section a.detail-bottom .logo {
  -ms-flex-preferred-size: 125px;
  flex-basis: 125px;
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  .l-section a.detail-bottom .logo {
    -ms-flex-preferred-size: 226px;
    flex-basis: 226px;
    margin-right: 20px;
  }
}

.l-section a.detail-bottom .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-section a.detail-bottom .txt strong {
  font-size: 14px;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .l-section a.detail-bottom .txt strong {
    font-size: 25px;
  }
}

.l-section a.detail-bottom .txt strong em {
  font-size: 10px;
  font-weight: 200;
  display: block;
  font-style: normal;
}

@media screen and (min-width: 768px) {
  .l-section a.detail-bottom .txt strong em {
    font-size: 14px;
  }
}

.l-section a.detail-bottom .txt p {
  font-size: 10px;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .l-section a.detail-bottom .txt p {
    font-size: 16px;
  }
}

.home .l-contents-section-top h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  margin: 0 0 12px;
}

@media screen and (min-width: 1024px) {
  .home .l-contents-section-top h1 {
    margin: 0 0 24px;
  }
}

.home .l-contents-section-top h1 span {
  font-size: 2.1rem;
  line-height: 1.4;
  margin-right: 10px;
}

@media screen and (min-width: 1024px) {
  .home .l-contents-section-top h1 span {
    font-size: 3.1rem;
  }
}

.home .l-contents-section-top h1 em {
  display: block;
  background-color: #afc8c3;
  height: 2px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home .l-contents-section-top h1 em::after {
  content: "";
  width: 60px;
  display: block;
  background-color: #2d4423;
  height: 2px;
}

@media screen and (min-width: 1024px) {
  .home .l-contents-section-top h1 em::after {
    width: 250px;
  }
}

.home .info-top {
  background-color: #fff;
  padding: 5px 14px;
  margin: 0 0 20px;
  -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #eaeaea;
}

@media screen and (min-width: 1024px) {
  .home .info-top {
    margin: 0 0 34px;
  }
}

.home .info-top ul li + li {
  margin-top: .5em;
}

.home .info-top ul li a {
  font-size: 1.3rem;
}

@media screen and (min-width: 1024px) {
  .home .info-top ul li a {
    font-size: 1.6rem;
  }
}

.home .info-top time {
  margin-right: 14px;
}

.home .recomend-top {
  position: relative;
  background-color: #fff;
  padding: 10px 20px 10px 32px;
  margin: 0 0 20px;
  -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #eaeaea;
}

@media screen and (min-width: 1024px) {
  .home .recomend-top {
    padding: 14px 20px 30px 40px;
    margin: 0 0 40px;
  }
}

.home .recomend-top .ribon {
  position: absolute;
  top: -4px;
  left: 10px;
  width: 16px;
}

@media screen and (min-width: 1024px) {
  .home .recomend-top .ribon {
    top: -6px;
    left: 12px;
    width: 21px;
  }
}

.home .recomend-top h1 {
  font-size: 2.1rem;
  margin-bottom: .5em;
}

@media screen and (min-width: 1024px) {
  .home .recomend-top h1 {
    font-size: 2.4rem;
  }
}

.home .recomend-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home .recomend-top a .thumb {
  -ms-flex-preferred-size: 68px;
  flex-basis: 68px;
  max-width: 68px;
}

@media screen and (min-width: 1024px) {
  .home .recomend-top a .thumb {
    -ms-flex-preferred-size: 98px;
    flex-basis: 98px;
    max-width: 98px;
  }
}

.home .recomend-top a .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
  .home .recomend-top a .text {
    padding-left: 16px;
  }
}

.home .recomend-top a .text time {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(20%, #ffec1c));
  background: -webkit-linear-gradient(transparent 80%, #ffec1c 20%);
  background: linear-gradient(transparent 80%, #ffec1c 20%);
  margin-bottom: .5em;
  line-height: 1;
  font-size: 1.3rem;
}

@media screen and (min-width: 1024px) {
  .home .recomend-top a .text time {
    font-size: 1.6rem;
  }
}

.home .recomend-top a .text p {
  font-size: 1.3rem;
}

@media screen and (min-width: 1024px) {
  .home .recomend-top a .text p {
    font-size: 1.6rem;
  }
}

.home .ranking-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 -5px;
}

@media screen and (min-width: 1024px) {
  .home .ranking-top ul {
    margin: 0 -10px;
  }
}

.home .ranking-top ul li {
  -ms-flex-preferred-size: 33.3333%;
  flex-basis: 33.3333%;
  max-width: 33.3333%;
  padding: 0 5px;
}

@media screen and (min-width: 1024px) {
  .home .ranking-top ul li {
    padding: 0 10px;
  }
}

.home .ranking-top ul li a {
  display: block;
}

.home .ranking-top ul li a img {
  width: 100%;
}

.home .update ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px -10px;
}

@media screen and (min-width: 1024px) {
  .home .update ul {
    margin: 0 -11.5px -20px;
  }
}

.home .update ul li {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
  margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
  .home .update ul li {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    padding: 0 11.5px;
    margin-bottom: 20px;
  }
}

.home .update ul li a {
  display: block;
}

.home .update ul li a p {
  margin: 8px 0 0;
  letter-spacing: 0;
  line-height: 1.4;
  font-size: 1.2rem;
}

@media screen and (min-width: 1024px) {
  .home .update ul li a p {
    font-size: 1.4rem;
  }
}

.home .theme ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px -10px;
}

@media screen and (min-width: 1024px) {
  .home .theme ul {
    margin: 0 -11.5px;
  }
}

.home .theme ul li {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
  margin-bottom: 4px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .home .theme ul li {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    padding: 0 11.5px;
    margin-bottom: 4px;
  }
}

.home .theme ul li::before {
  content: "●";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 1.0rem;
  vertical-align: middle;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .home .theme ul li::before {
    left: 18px;
  }
}

.home .theme ul li a {
  display: block;
  font-size: 1.4rem;
  background-color: #dae1c7;
  color: #217111;
  line-height: 1;
  padding: 12px 0 8px 20px;
  text-decoration: underline;
  height: 38px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: calc( 100% - 16px);
}

@media screen and (min-width: 1024px) {
  .home .theme ul li a {
    font-size: 1.6rem;
    padding: 12px 0 8px 24px;
  }
}

.home .theme ul li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 38px 16px 0 0;
  border-color: #dae1c7 transparent transparent transparent;
}

.home .index .lr .right {
  margin-top: 40px;
}

@media screen and (min-width: 1024px) {
  .home .index .lr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px;
  }
  .home .index .lr .left, .home .index .lr .right {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 12px;
  }
  .home .index .lr .right {
    margin-top: 0;
  }
}

.home .index dl + dl {
  margin-top: 40px;
}

@media screen and (min-width: 1024px) {
  .home .index dl + dl {
    margin-top: 54px;
  }
}

.home .index dl dt a {
  display: block;
  font-size: 1.6rem;
  background-color: #2d4423;
  color: #fff;
  line-height: 1;
  padding: 12px 0 8px 12px;
  text-decoration: underline;
  height: 38px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: calc( 100% - 16px);
  border-left: 7px solid #172311;
}

@media screen and (min-width: 1024px) {
  .home .index dl dt a {
    font-size: 1.6rem;
    padding: 12px 0 8px 24px;
  }
}

.home .index dl dt a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 38px 16px 0 0;
  border-color: #2d4423 transparent transparent transparent;
}

.home .index dl dd {
  margin-top: 15px;
}

.home .index dl dd::before {
  content: "●";
  color: #217111;
  font-size: 1.0rem;
  margin-right: 4px;
}

.home .index dl dd a {
  color: #217111;
  text-decoration: underline;
}

@media screen and (min-width: 1024px) {
  .home .index dl dd a {
    font-size: 1.6rem;
  }
}

.home .index dl.num dd {
  position: relative;
  padding-left: 32px;
}

.home .index dl.num dd::before {
  content: none;
}

.home .index dl.num dd span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  width: 27px;
  height: 27px;
  position: absolute;
  left: 0;
  line-height: 1;
  text-align: center;
  background-color: #5c8e55;
  border-radius: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  letter-spacing: 0;
}

.home .column .banner-lg a {
  display: block;
}

.home .column .banner-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px -2px 0;
}

@media screen and (min-width: 1024px) {
  .home .column .banner-sm {
    margin: 80px -10px 0;
  }
}

.home .column .banner-sm li {
  padding: 0 2px;
}

@media screen and (min-width: 1024px) {
  .home .column .banner-sm li {
    padding: 0 10px;
  }
}

.home .column .banner-sm li a {
  display: block;
}

/* display */
[class*='u-db-'] {
  display: none;
}

[class*='u-di-'] {
  display: none;
}

[class*='u-df-'] {
  display: none;
}

@media screen and (min-width: 0px) {
  .u-db-xs {
    display: block !important;
  }
  br.u-db-xs, em.u-db-xs {
    display: inline !important;
  }
  .u-di-xs {
    display: inline-block !important;
  }
  .u-df-xs {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-dn-xs {
    display: none !important;
  }
}

[class*='u-db-'] {
  display: none;
}

[class*='u-di-'] {
  display: none;
}

[class*='u-df-'] {
  display: none;
}

@media screen and (min-width: 375px) {
  .u-db-sm {
    display: block !important;
  }
  br.u-db-sm, em.u-db-sm {
    display: inline !important;
  }
  .u-di-sm {
    display: inline-block !important;
  }
  .u-df-sm {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-dn-sm {
    display: none !important;
  }
}

[class*='u-db-'] {
  display: none;
}

[class*='u-di-'] {
  display: none;
}

[class*='u-df-'] {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-db-md {
    display: block !important;
  }
  br.u-db-md, em.u-db-md {
    display: inline !important;
  }
  .u-di-md {
    display: inline-block !important;
  }
  .u-df-md {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-dn-md {
    display: none !important;
  }
}

[class*='u-db-'] {
  display: none;
}

[class*='u-di-'] {
  display: none;
}

[class*='u-df-'] {
  display: none;
}

@media screen and (min-width: 1024px) {
  .u-db-lg {
    display: block !important;
  }
  br.u-db-lg, em.u-db-lg {
    display: inline !important;
  }
  .u-di-lg {
    display: inline-block !important;
  }
  .u-df-lg {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-dn-lg {
    display: none !important;
  }
}

[class*='u-db-'] {
  display: none;
}

[class*='u-di-'] {
  display: none;
}

[class*='u-df-'] {
  display: none;
}

@media screen and (min-width: 1400px) {
  .u-db-xl {
    display: block !important;
  }
  br.u-db-xl, em.u-db-xl {
    display: inline !important;
  }
  .u-di-xl {
    display: inline-block !important;
  }
  .u-df-xl {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-dn-xl {
    display: none !important;
  }
}

/* component */
.icon-arrow, .icon-arrow-blak, .l-section a.detail-bottom, .btn-more {
  position: relative;
}

.icon-arrow::before, .icon-arrow-blak::before, .l-section a.detail-bottom::before, .btn-more::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 16px;
  right: 26px;
  width: 8px;
  height: 1px;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .icon-arrow::before, .icon-arrow-blak::before, .l-section a.detail-bottom::before, .btn-more::before {
    width: 10px;
    bottom: 23px;
    right: 28px;
  }
}

.icon-arrow::after, .icon-arrow-blak::after, .l-section a.detail-bottom::after, .btn-more::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 16px;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 0 6px;
  border-color: transparent transparent transparent #ffffff;
}

@media screen and (min-width: 768px) {
  .icon-arrow::after, .icon-arrow-blak::after, .l-section a.detail-bottom::after, .btn-more::after {
    bottom: 23px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 0 8px;
    border-color: transparent transparent transparent #ffffff;
  }
}

.icon-arrow-blak::before, .l-section a.detail-bottom::before {
  width: 10px;
  background-color: #000;
  bottom: 12px;
  right: 16px;
}

@media screen and (min-width: 768px) {
  .icon-arrow-blak::before, .l-section a.detail-bottom::before {
    width: 20px;
    bottom: 20px;
    right: 34px;
    height: 2px;
  }
}

.icon-arrow-blak::after, .l-section a.detail-bottom::after {
  border-width: 5px 0 0 8px;
  border-color: transparent transparent transparent #000000;
  bottom: 12px;
  right: 8px;
}

@media screen and (min-width: 768px) {
  .icon-arrow-blak::after, .l-section a.detail-bottom::after {
    border-width: 9px 0 0 14px;
    bottom: 20px;
    right: 20px;
  }
}

.btn-more {
  display: block;
  margin-top: 30px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.2em;
  line-height: 1;
  background-color: #2d4423;
  padding: 12px 0;
  max-width: 480px;
  border-radius: 4px;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (min-width: 768px) {
  .btn-more {
    font-size: 16px;
    padding: 16px 0;
  }
  .btn-more:hover {
    opacity: .8;
  }
}

.btn-more.type02 {
  background-color: rgba(255, 255, 255, 0.78);
  color: #2d4423;
  border: 1px solid #2d4423;
}

.btn-more.type02::before {
  background-color: #2d4423;
}

.btn-more.type02::after {
  border-color: transparent transparent transparent #2d4423;
}

.btn-more.type03 {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.btn-detail {
  display: block;
  margin: 30px auto 0;
  color: #c32218;
  background-color: #fff;
  padding: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  border-radius: 4px;
  width: 76%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-detail::after {
  position: absolute;
  top: 2px;
  bottom: 0;
  left: auto;
  right: 20px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #2d4423;
  border-right: 1px solid #2d4423;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .btn-detail::after {
    width: 8px;
    height: 8px;
    right: 32px;
  }
}

@media screen and (min-width: 768px) {
  .btn-detail {
    font-size: 20px;
    width: 320px;
    margin: 40px 0 0;
    padding: 22px;
  }
  .btn-detail:hover {
    opacity: .8;
  }
}

.btn-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px auto 40px;
}

@media screen and (min-width: 768px) {
  .btn-set {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 90%;
    max-width: 680px;
    margin: 20px auto 60px;
  }
}

.btn-set a {
  border: 2px solid #2d4423;
  color: #2d4423;
  border-radius: 4px;
  -ms-flex-preferred-size: 62%;
  flex-basis: 62%;
  margin: 0 auto 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
  font-size: 13px;
  font-weight: 400;
}

.btn-set a:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .btn-set a {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin: 0 14px;
    padding: 12px 0;
    font-size: 18px;
  }
}

.btn-set a img {
  margin: 0 10px;
}

@media screen and (min-width: 768px) {
  .btn-set a img {
    margin: 0 20px;
  }
}

.btn-set a.estimate {
  background-color: #fff2f2;
}

.btn-set a.estimate img {
  width: 27px;
}

@media screen and (min-width: 768px) {
  .btn-set a.estimate img {
    width: 38px;
  }
}

.btn-set a.dl img {
  width: 35px;
}

@media screen and (min-width: 768px) {
  .btn-set a.dl img {
    width: 50px;
  }
}

.search-box {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto 20px;
}

@media screen and (min-width: 1024px) {
  .search-box {
    margin: 0;
    width: 236px;
  }
}

.search-box input[type="search"] {
  width: 100%;
  background-color: #ebebeb;
  border: 0;
  border-radius: 42.5px;
  padding: 16px 50px 16px 20px;
  font-size: 1.5rem;
  -webkit-appearance: none;
  outline: 0;
}

@media screen and (min-width: 1024px) {
  .search-box input[type="search"] {
    padding: 10px 40px 10px 20px;
  }
}

.search-box input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 0;
  width: 50px;
  background-color: transparent;
  background-image: url("../images//icon/search.png");
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
}

@media screen and (min-width: 1024px) {
  .search-box input[type="submit"] {
    width: 40px;
    background-size: 15px;
  }
}

.list-works.pc {
  position: fixed;
  top: 140px;
  z-index: 2;
  text-align: center;
  width: 300px;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
}

.login .list-works.pc {
  top: 175px;
}

.list-works.pc h1 {
  background-color: #2d4423;
  color: #fff;
  font-size: 2.1rem;
  line-height: 1;
  padding: 20px 0;
  position: relative;
}

.list-works.pc h1::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 13px 0 13px;
  border-color: #2d4423 transparent transparent transparent;
}

.list-works.pc ul {
  padding: 20px 30px 40px;
  text-align: left;
  border: 1px solid #eaeaea;
}

.list-works.pc ul li {
  border-bottom: 1px solid #eaeaea;
}

.list-works.pc ul li:last-child {
  border: 0;
}

.list-works.pc ul li a {
  font-size: 1.8rem;
  display: block;
  padding: 10px 0;
}

.box-entry {
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  padding: 14px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
  .box-entry {
    padding: 29px 44px;
  }
}

/* animation
================================================*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes Flash1 {
  100% {
    opacity: 0;
  }
}

@keyframes Flash1 {
  100% {
    opacity: 0;
  }
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
  clear: both;
}

.entry-content, .wp-input {
  /*--------------------------------------------------------------
	3.0 Alignments
	--------------------------------------------------------------*/
  /*--------------------------------------------------------------
	4.0 Clearings
	--------------------------------------------------------------*/
  /*--------------------------------------------------------------
	5.0 Typography
	--------------------------------------------------------------*/
  /* youtube */
  /*--------------------------------------------------------------
	6.0 Forms
	--------------------------------------------------------------*/
  /* Placeholder text color -- selectors need to be separate to work. */
  /*--------------------------------------------------------------
	7.0 Formatting
	--------------------------------------------------------------*/
  /*--------------------------------------------------------------
	8.0 Lists
	--------------------------------------------------------------*/
  /*--------------------------------------------------------------
	9.0 Tables
	--------------------------------------------------------------*/
  /*th:first-child,
	td:first-child {
		padding-left: 0;
	}

	th:last-child,
	td:last-child {
		padding-right: 0;
	}*/
  /*--------------------------------------------------------------
	10.0 Links
	--------------------------------------------------------------*/
  /*a:focus {
		outline: thin dotted;
	}*/
  /*a:hover,
	a:active {
		color: #000;
		outline: 0;
	}*/
}

.entry-content .alignleft, .wp-input .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.entry-content .alignright, .wp-input .alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.entry-content .aligncenter, .wp-input .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.entry-content .clear:before,
.entry-content .clear:after,
.entry-content .entry-content:before,
.entry-content .entry-content:after,
.entry-content .entry-footer:before,
.entry-content .entry-footer:after,
.entry-content .comment-content:before,
.entry-content .comment-content:after,
.entry-content .site-header:before,
.entry-content .site-header:after,
.entry-content .site-content:before,
.entry-content .site-content:after,
.entry-content .site-footer:before,
.entry-content .site-footer:after,
.entry-content .nav-links:before,
.entry-content .nav-links:after,
.entry-content .pagination:before,
.entry-content .pagination:after,
.entry-content .comment-author:before,
.entry-content .comment-author:after,
.entry-content .widget-area:before,
.entry-content .widget-area:after,
.entry-content .widget:before,
.entry-content .widget:after,
.entry-content .comment-meta:before,
.entry-content .comment-meta:after, .wp-input .clear:before,
.wp-input .clear:after,
.wp-input .entry-content:before,
.wp-input .entry-content:after,
.wp-input .entry-footer:before,
.wp-input .entry-footer:after,
.wp-input .comment-content:before,
.wp-input .comment-content:after,
.wp-input .site-header:before,
.wp-input .site-header:after,
.wp-input .site-content:before,
.wp-input .site-content:after,
.wp-input .site-footer:before,
.wp-input .site-footer:after,
.wp-input .nav-links:before,
.wp-input .nav-links:after,
.wp-input .pagination:before,
.wp-input .pagination:after,
.wp-input .comment-author:before,
.wp-input .comment-author:after,
.wp-input .widget-area:before,
.wp-input .widget-area:after,
.wp-input .widget:before,
.wp-input .widget:after,
.wp-input .comment-meta:before,
.wp-input .comment-meta:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.entry-content .clear:after,
.entry-content .entry-content:after,
.entry-content .entry-footer:after,
.entry-content .comment-content:after,
.entry-content .site-header:after,
.entry-content .site-content:after,
.entry-content .site-footer:after,
.entry-content .nav-links:after,
.entry-content .pagination:after,
.entry-content .comment-author:after,
.entry-content .widget-area:after,
.entry-content .widget:after,
.entry-content .comment-meta:after, .wp-input .clear:after,
.wp-input .entry-content:after,
.wp-input .entry-footer:after,
.wp-input .comment-content:after,
.wp-input .site-header:after,
.wp-input .site-content:after,
.wp-input .site-footer:after,
.wp-input .nav-links:after,
.wp-input .pagination:after,
.wp-input .comment-author:after,
.wp-input .widget-area:after,
.wp-input .widget:after,
.wp-input .comment-meta:after {
  clear: both;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6, .wp-input h1,
.wp-input h2,
.wp-input h3,
.wp-input h4,
.wp-input h5,
.wp-input h6 {
  clear: both;
  line-height: 1.4;
  margin: 0 0 0.75em;
  padding: 1em 0 0;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child, .wp-input h1:first-child,
.wp-input h2:first-child,
.wp-input h3:first-child,
.wp-input h4:first-child,
.wp-input h5:first-child,
.wp-input h6:first-child {
  padding-top: 0;
}

.entry-content h1, .wp-input h1 {
  font-size: 26px;
  font-weight: 800;
  margin: 1.0em 0 1.0em;
}

.entry-content h2, .wp-input h2 {
  font-size: 14px;
  font-weight: 800;
  margin: 1.0em 0 1.0em;
}

@media screen and (min-width: 768px) {
  .entry-content h2, .wp-input h2 {
    font-size: 18px;
  }
}

.entry-content h3, .wp-input h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 800;
}

.entry-content h4, .wp-input h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 800;
}

.entry-content h5, .wp-input h5 {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.entry-content h6, .wp-input h6 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 800;
}

.entry-content strong, .wp-input strong {
  font-weight: bold;
}

.entry-content p, .entry-content ul, .entry-content ol, .wp-input p, .wp-input ul, .wp-input ol {
  font-size: 12px;
  margin: 0 0 2.0em;
  padding: 0;
}

.entry-content p:last-child, .entry-content ul:last-child, .entry-content ol:last-child, .wp-input p:last-child, .wp-input ul:last-child, .wp-input ol:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .entry-content p, .entry-content ul, .entry-content ol, .wp-input p, .wp-input ul, .wp-input ol {
    font-size: 16px;
  }
}

.entry-content dfn,
.entry-content cite,
.entry-content em,
.entry-content i, .wp-input dfn,
.wp-input cite,
.wp-input em,
.wp-input i {
  font-style: italic;
}

.entry-content blockquote, .wp-input blockquote {
  color: #666;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.entry-content blockquote cite, .wp-input blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em;
}

.entry-content address, .wp-input address {
  margin: 0 0 1.5em;
}

.entry-content pre, .wp-input pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

.entry-content code,
.entry-content kbd,
.entry-content tt,
.entry-content var, .wp-input code,
.wp-input kbd,
.wp-input tt,
.wp-input var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

.entry-content abbr,
.entry-content acronym, .wp-input abbr,
.wp-input acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

.entry-content mark,
.entry-content ins, .wp-input mark,
.wp-input ins {
  background: #eee;
  text-decoration: none;
}

.entry-content big, .wp-input big {
  font-size: 125%;
}

.entry-content blockquote, .wp-input blockquote {
  quotes: "" "";
}

.entry-content q, .wp-input q {
  quotes: "“" "”" "‘" "’";
}

.entry-content blockquote:before,
.entry-content blockquote:after, .wp-input blockquote:before,
.wp-input blockquote:after {
  content: "";
}

.entry-content :focus, .wp-input :focus {
  outline: none;
}

.entry-content img, .wp-input img {
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
}

.entry-content figcaption,
.entry-content figure,
.entry-content main, .wp-input figcaption,
.wp-input figure,
.wp-input main {
  display: block;
  font-size: 1.2rem;
}

.entry-content figure, .wp-input figure {
  max-width: 100%;
}

.entry-content figure img, .wp-input figure img {
  margin-bottom: .5em;
}

.entry-content .hide, .wp-input .hide {
  display: none;
}

.entry-content .youtube, .wp-input .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: .8em;
}

.entry-content .youtube iframe, .wp-input .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.entry-content label, .wp-input label {
  color: #333;
  display: block;
  font-weight: 800;
  margin-bottom: 0.5em;
}

.entry-content fieldset, .wp-input fieldset {
  margin-bottom: 1em;
}

.entry-content input[type="text"],
.entry-content input[type="email"],
.entry-content input[type="url"],
.entry-content input[type="password"],
.entry-content input[type="search"],
.entry-content input[type="number"],
.entry-content input[type="tel"],
.entry-content input[type="range"],
.entry-content input[type="date"],
.entry-content input[type="month"],
.entry-content input[type="week"],
.entry-content input[type="time"],
.entry-content input[type="datetime"],
.entry-content input[type="datetime-local"],
.entry-content input[type="color"],
.entry-content textarea, .wp-input input[type="text"],
.wp-input input[type="email"],
.wp-input input[type="url"],
.wp-input input[type="password"],
.wp-input input[type="search"],
.wp-input input[type="number"],
.wp-input input[type="tel"],
.wp-input input[type="range"],
.wp-input input[type="date"],
.wp-input input[type="month"],
.wp-input input[type="week"],
.wp-input input[type="time"],
.wp-input input[type="datetime"],
.wp-input input[type="datetime-local"],
.wp-input input[type="color"],
.wp-input textarea {
  color: #666;
  background: #fff;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #bbb;
  border-radius: 3px;
  display: block;
  padding: 0.7em;
  width: 100%;
}

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

.entry-content select, .wp-input select {
  border: 1px solid #bbb;
  border-radius: 3px;
  height: 3em;
  max-width: 100%;
}

.entry-content input[type="radio"],
.entry-content input[type="checkbox"], .wp-input input[type="radio"],
.wp-input input[type="checkbox"] {
  margin-right: 0.5em;
}

.entry-content input[type="radio"] + label,
.entry-content input[type="checkbox"] + label, .wp-input input[type="radio"] + label,
.wp-input input[type="checkbox"] + label {
  font-weight: 400;
}

.entry-content button,
.entry-content input[type="button"],
.entry-content input[type="submit"], .wp-input button,
.wp-input input[type="button"],
.wp-input input[type="submit"] {
  background-color: #222;
  border: 0;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1;
  padding: 1em 2em;
  text-shadow: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.entry-content input + button,
.entry-content input + input[type="button"],
.entry-content input + input[type="submit"], .wp-input input + button,
.wp-input input + input[type="button"],
.wp-input input + input[type="submit"] {
  padding: 0.75em 2em;
}

.entry-content button.secondary,
.entry-content input[type="reset"],
.entry-content input[type="button"].secondary,
.entry-content input[type="reset"].secondary,
.entry-content input[type="submit"].secondary, .wp-input button.secondary,
.wp-input input[type="reset"],
.wp-input input[type="button"].secondary,
.wp-input input[type="reset"].secondary,
.wp-input input[type="submit"].secondary {
  background-color: #ddd;
  color: #222;
}

.entry-content button:hover,
.entry-content button:focus,
.entry-content input[type="button"]:hover,
.entry-content input[type="button"]:focus,
.entry-content input[type="submit"]:hover,
.entry-content input[type="submit"]:focus, .wp-input button:hover,
.wp-input button:focus,
.wp-input input[type="button"]:hover,
.wp-input input[type="button"]:focus,
.wp-input input[type="submit"]:hover,
.wp-input input[type="submit"]:focus {
  background: #767676;
}

.entry-content button.secondary:hover,
.entry-content button.secondary:focus,
.entry-content input[type="reset"]:hover,
.entry-content input[type="reset"]:focus,
.entry-content input[type="button"].secondary:hover,
.entry-content input[type="button"].secondary:focus,
.entry-content input[type="reset"].secondary:hover,
.entry-content input[type="reset"].secondary:focus,
.entry-content input[type="submit"].secondary:hover,
.entry-content input[type="submit"].secondary:focus, .wp-input button.secondary:hover,
.wp-input button.secondary:focus,
.wp-input input[type="reset"]:hover,
.wp-input input[type="reset"]:focus,
.wp-input input[type="button"].secondary:hover,
.wp-input input[type="button"].secondary:focus,
.wp-input input[type="reset"].secondary:hover,
.wp-input input[type="reset"].secondary:focus,
.wp-input input[type="submit"].secondary:hover,
.wp-input input[type="submit"].secondary:focus {
  background: #bbb;
}

.entry-content ::-webkit-input-placeholder, .wp-input ::-webkit-input-placeholder {
  color: #333;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

.entry-content :-moz-placeholder, .wp-input :-moz-placeholder {
  color: #333;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

.entry-content ::-moz-placeholder, .wp-input ::-moz-placeholder {
  color: #333;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

.entry-content :-ms-input-placeholder, .wp-input :-ms-input-placeholder {
  color: #333;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

.entry-content hr, .wp-input hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

.entry-content ul,
.entry-content ol, .wp-input ul,
.wp-input ol {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}

.entry-content ul, .wp-input ul {
  list-style: disc;
}

.entry-content ol, .wp-input ol {
  list-style: decimal;
}

.entry-content li > ul,
.entry-content li > ol, .wp-input li > ul,
.wp-input li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

.entry-content dt, .wp-input dt {
  font-weight: 700;
}

.entry-content dd, .wp-input dd {
  margin: 0 1.5em 1.5em;
}

.entry-content table, .wp-input table {
  border-collapse: collapse;
  margin: 0 0 10px;
  width: 100%;
  font-size: 12px;
  border: 1px solid #b4b4b4;
}

@media screen and (min-width: 768px) {
  .entry-content table, .wp-input table {
    font-size: 16px;
  }
}

.entry-content th, .entry-content td:first-child, .wp-input th, .wp-input td:first-child {
  background-color: #f7f7f7;
  border-right: 1px solid #b4b4b4;
  font-weight: 400;
}

.entry-content tr, .wp-input tr {
  border-bottom: 1px solid #b4b4b4;
}

.entry-content td, .wp-input td {
  padding: 7px 14px;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .entry-content td, .wp-input td {
    padding: 8px 20px;
    font-size: 16px;
  }
}

.entry-content a, .wp-input a {
  color: #00a0e9;
  /*text-decoration: underline;*/
}

.entry-content a:hover, .wp-input a:hover {
  text-decoration: underline;
  opacity: 1;
}

.introduction {
  margin: 20px 0 40px;
}

.introduction p {
  font-size: 12px;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .introduction p {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .img-set {
    overflow: hidden;
    margin-top: -30px;
  }
}

.img-set figure {
  margin: 30px 0 0;
}

@media screen and (min-width: 768px) {
  .img-set figure {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .img-set figure:nth-child(odd) {
    padding: 0 27px 0 0;
  }
  .img-set figure:nth-child(even) {
    padding: 0 0 0 27px;
  }
}

.img-set figcaption {
  text-align: center;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .img-set figcaption {
    font-size: 16px;
  }
}

.dl-movie h2 {
  text-align: center;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .dl-movie h2 {
    font-size: 22px;
  }
}

.dl-movie ul {
  list-style: none outside;
  margin: 0;
}

.dl-movie ul li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: .2em;
}

.dl-movie ul li::before {
  content: "・";
  color: #00a0e9;
}

.dl-movie ul li a {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .dl-movie ul li a:hover {
    text-decoration: underline;
    opacity: 1;
  }
}

.block-parallel {
  margin-bottom: 40px;
}

.block-parallel:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .block-parallel:last-child {
    margin-bottom: -20px;
  }
}

@media screen and (min-width: 768px) {
  .block-parallel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.block-parallel .image {
  margin: 0 0 10px;
}

@media screen and (min-width: 768px) {
  .block-parallel .image {
    width: 360px;
    margin: 0 20px 20px 0;
  }
}

.block-parallel .image img {
  margin-bottom: 0;
}

.block-parallel .text {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .block-parallel .text {
    width: 268px;
  }
  .block-parallel .text::after {
    content: "";
    clear: both;
  }
}

@media screen and (min-width: 1024px) {
  .block-parallel .text {
    width: 435px;
  }
}

.block-parallel .text h2 {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 1em;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .block-parallel .text h2 {
    font-size: 18px;
  }
}

.scroll {
  overflow: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.scroll::-webkit-scrollbar {
  height: 8px;
}

.scroll::-webkit-scrollbar-track {
  background: #fff;
}

.scroll::-webkit-scrollbar-thumb {
  background: #dadada;
  border-radius: 12px;
}

.wp-pagenavi {
  text-align: center;
  margin: 40px 0;
}

@media screen and (min-width: 768px) {
  .wp-pagenavi {
    margin: 60px 0;
  }
}

.wp-pagenavi a {
  display: inline-block;
  width: 30px;
  padding: 10px 0;
  margin: 0 6px;
  font-size: 11px;
  line-height: 1;
  text-decoration: none;
  background: #fff;
  color: #010101;
  text-align: center;
  letter-spacing: 0;
  vertical-align: top;
  border: 1px solid #b4b4b4;
}

@media screen and (min-width: 768px) {
  .wp-pagenavi a {
    width: 43px;
    padding: 12px 0;
    margin: 0 8px;
    font-size: 16px;
  }
}

.wp-pagenavi .current {
  display: inline-block;
  width: 30px;
  padding: 10px 0;
  margin: 0 6px;
  font-size: 11px;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0;
  color: #010101;
  vertical-align: top;
  border: 1px solid #2d4423;
}

@media screen and (min-width: 768px) {
  .wp-pagenavi .current {
    width: 43px;
    padding: 12px 0;
    margin: 0 8px;
    font-size: 16px;
  }
}




article {
       display: flex;
       margin-bottom: 10px;
       padding: 10px;
       overflow-wrap: normal;
       word-wrap: normal;
/**	border-radius: 5px;**/
/**	box-sizing: border-box;**/
/**	box-shadow: 0 0 5px #999;**/
}

article figure {
             margin-right: 10px;
             width: 150px;
             height: 150px;
        }
             article figure img {
             min-width: 100px;
             max-width: 100%;
             vertical-align: top;
             border: solid #cccccc 1px;
             }


.btn-push {
  display: inline-block;
  max-width: 150px;
  text-align: left;
  background-color: #ffa300;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  border-bottom: 4px solid #d37800;
}

.btn-push:active {
    transform: translateY(4px);
    border-bottom: none;
}






/* ここから下がボタンのCSS　*/
.btn-border {
  display: inline-block;
  width: 220px;
  max-width: 250px;
  text-align: center;
  border: 2px solid #339933;
  font-size: 1em;
  color: #339933;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
  transition: .4s;
  margin-top: 10px;
}

.btn-border:hover {
  background-color: #339933;
  border-color: #cbe585;
  color: #FFF;
}


.floating-banner {
    position: fixed; 
    z-index: 99999; 
    bottom: 0; 
    left: 0;
    text-align: center;
    padding: 0;
    display: block;
    width: 100%;
    background-color:#0383ff;
    margin: auto;
}
img.pcbottom {
    margin: auto;
}
.pcbottom {
    width: 800px;
    background-color:#0383ff;
}
.floating-banner:hover {
    opacity: .8; 
}
.sp {
    display: none; 
}
@media screen and (max-width: 768px) { 
    .pcbottom {
        display: none; 
    }
}

@media screen and (max-width: 768px) { 
    .sp {
        display: inline-block; 
        width: 100vw; 
    }
    .floating-banner  {
        top: unset; 
        right: 0; 
        bottom: 0; 
    }
}



.volume-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
  padding: 32px;
}

.volume-item {
  display: block;
  background: linear-gradient(135deg, #fafafa 70%, #dbeafe 100%);
  border-radius: 18px;
  padding: 28px 24px;
  text-decoration: none;
  color: #222;
  box-shadow: 0 6px 14px rgba(30,64,175,0.08);
  transition: transform .2s, box-shadow .2s, background .2s;
}

.volume-item:hover {
  background: linear-gradient(135deg, #6d96e7 70%, #b5d9f5 100%);
  color: #fff;
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 14px 28px rgba(30,64,175,0.17);
}

.volume-number {
  font-size: 15px;
  font-weight: 600;
  opacity: 0.6;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}

.volume-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.32;
}


