/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(/assets/colorbox/overlay-63864997ceb1a5d3535140890972e8fcec137cda6f9f739ee9640f3824602047.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(/assets/colorbox/controls-c3f7ca0f7209d13fbd45e72bbbae9b525a26c979908692a5ddbd6234e3e724ba.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(/assets/colorbox/controls-c3f7ca0f7209d13fbd45e72bbbae9b525a26c979908692a5ddbd6234e3e724ba.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(/assets/colorbox/controls-c3f7ca0f7209d13fbd45e72bbbae9b525a26c979908692a5ddbd6234e3e724ba.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(/assets/colorbox/controls-c3f7ca0f7209d13fbd45e72bbbae9b525a26c979908692a5ddbd6234e3e724ba.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(/assets/colorbox/controls-c3f7ca0f7209d13fbd45e72bbbae9b525a26c979908692a5ddbd6234e3e724ba.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(/assets/colorbox/controls-c3f7ca0f7209d13fbd45e72bbbae9b525a26c979908692a5ddbd6234e3e724ba.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(/assets/colorbox/border-bd9c4ca94e6ef88a4b442945194f42fb695ddc3ee3d0c5c3325d12d24ef5d0dd.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(/assets/colorbox/border-bd9c4ca94e6ef88a4b442945194f42fb695ddc3ee3d0c5c3325d12d24ef5d0dd.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(/assets/colorbox/loading_background-57920b7d3cfb8c593c58de61920794b44164d3812e3b25cb9e142c01315286d9.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(/assets/colorbox/loading-d6863542aebeecab34023db5bd2781813a77fc52f0ef632afc2e23bb90bf23bc.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(/assets/colorbox/controls-c3f7ca0f7209d13fbd45e72bbbae9b525a26c979908692a5ddbd6234e3e724ba.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(/assets/colorbox/controls-c3f7ca0f7209d13fbd45e72bbbae9b525a26c979908692a5ddbd6234e3e724ba.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(/assets/colorbox/controls-c3f7ca0f7209d13fbd45e72bbbae9b525a26c979908692a5ddbd6234e3e724ba.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
@charset "UTF-8";
/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/assets/font-awesome/fa-solid-900-74883516ac6bb785f2d12d162d769fa7a8fabc7794ef44fc28ffc375b2d7c27c.eot);
  src: url(/assets/font-awesome/fa-solid-900-74883516ac6bb785f2d12d162d769fa7a8fabc7794ef44fc28ffc375b2d7c27c.eot#iefix) format("embedded-opentype"), url(/assets/font-awesome/fa-solid-900-e546fb3c56953992a5d20c52edb9e6d1b1141184b88ae19ba20a566d2ad98dbc.woff2) format("woff2"), url(/assets/font-awesome/fa-solid-900-195989f30d333ecf41e0021dbb92c690f367d2672c43199079d9be4b81dc90da.woff) format("woff"), url(/assets/font-awesome/fa-solid-900-aa4b725084f0ad0d2d28df4191084467663b409d7272ba2f1cb6ece2d03553ec.ttf) format("truetype"), url(/assets/font-awesome/fa-solid-900-387bea778f72246fad5ea5b69f68cd059a942e3ab181eb2390ad089bc9cc5e06.svg#fontawesome) format("svg");
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/font-awesome/fa-regular-400-aa1ea349a5a1557fdd700fa5b27df5a01e3b49761201c4d5a95c442e4f7b72c7.eot);
  src: url(/assets/font-awesome/fa-regular-400-aa1ea349a5a1557fdd700fa5b27df5a01e3b49761201c4d5a95c442e4f7b72c7.eot#iefix) format("embedded-opentype"), url(/assets/font-awesome/fa-regular-400-1efbec653801e7e6a8ea0cd94afd854c3d48225b52857008fe8a1d961cdfcc51.woff2) format("woff2"), url(/assets/font-awesome/fa-regular-400-180eef6acca110a022bb81621c04937b3d2edf09fb7644daba7f95368e73b0bd.woff) format("woff"), url(/assets/font-awesome/fa-regular-400-6fdc7b823f89434983845ce3435fa374af7e08912068b8955bdd6c697f1d2797.ttf) format("truetype"), url(/assets/font-awesome/fa-regular-400-00c96447c535a41055597d80db75302fc04fd1c909239eada694daa76cd77a20.svg#fontawesome) format("svg");
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: block;
  src: url(/assets/font-awesome/fa-brands-400-361037e19d0b6000027564e9edcad98c8a179be70c6c4e0a6ab54cd6d41685bd.eot);
  src: url(/assets/font-awesome/fa-brands-400-361037e19d0b6000027564e9edcad98c8a179be70c6c4e0a6ab54cd6d41685bd.eot#iefix) format("embedded-opentype"), url(/assets/font-awesome/fa-brands-400-c40f9aba3abc6fd5b0b28b1b125daa3b7bc43063955d456ae4d529705a6c975c.woff2) format("woff2"), url(/assets/font-awesome/fa-brands-400-8b2dc7ace7b22f70f42c11f1606d1ee82ad46445c2f05587928e239e567ff68e.woff) format("woff"), url(/assets/font-awesome/fa-brands-400-070fe2507cabb066093e6912b85147f7289f5dbb5b582d5c6aea80f9c406dcc5.ttf) format("truetype"), url(/assets/font-awesome/fa-brands-400-b077551ebb83f7299deaa16b45877ddd3eda20c4988ac79b6def416e7d2b6b3a.svg#fontawesome) format("svg");
}

/* line 43, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_path.scss */
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/* line 49, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_path.scss */
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 54, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_path.scss */
.fab {
  font-family: 'Font Awesome 5 Brands';
}

/* line 4, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_core.scss */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* line 5, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

/* line 11, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-xs {
  font-size: .75em;
}

/* line 15, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-sm {
  font-size: .875em;
}

/* line 20, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-1x {
  font-size: 1em;
}

/* line 20, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 20, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 20, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 20, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 20, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-6x {
  font-size: 6em;
}

/* line 20, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-7x {
  font-size: 7em;
}

/* line 20, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-8x {
  font-size: 8em;
}

/* line 20, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-9x {
  font-size: 9em;
}

/* line 20, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-10x {
  font-size: 10em;
}

/* line 3, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_fixed-width.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 4, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_list.scss */
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

/* line 9, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 12, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_list.scss */
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

/* line 4, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

/* line 10, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
}

/* line 11, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
}

/* line 18, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

/* line 19, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

/* line 4, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_animated.scss */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}

/* line 8, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_animated.scss */
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

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

/* line 4, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

/* line 5, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

/* line 6, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

/* line 8, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

/* line 9, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

/* line 10, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

/* line 16, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

/* line 4, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 13, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 20, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 24, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 28, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_stacked.scss */
.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 */
/* line 4, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 5, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-accessible-icon:before {
  content: "\f368";
}

/* line 6, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-accusoft:before {
  content: "\f369";
}

/* line 7, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

/* line 8, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ad:before {
  content: "\f641";
}

/* line 9, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 10, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-card:before {
  content: "\f2bb";
}

/* line 11, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 12, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 13, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-adversal:before {
  content: "\f36a";
}

/* line 14, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-affiliatetheme:before {
  content: "\f36b";
}

/* line 15, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-air-freshener:before {
  content: "\f5d0";
}

/* line 16, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-airbnb:before {
  content: "\f834";
}

/* line 17, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-algolia:before {
  content: "\f36c";
}

/* line 18, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 19, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 20, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 21, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 22, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-alipay:before {
  content: "\f642";
}

/* line 23, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-allergies:before {
  content: "\f461";
}

/* line 24, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 25, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-amazon-pay:before {
  content: "\f42c";
}

/* line 26, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 27, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 28, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-amilia:before {
  content: "\f36d";
}

/* line 29, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 30, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 31, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 32, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 33, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 34, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 35, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 36, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 37, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 38, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 39, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 40, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angry:before {
  content: "\f556";
}

/* line 41, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angrycreative:before {
  content: "\f36e";
}

/* line 42, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angular:before {
  content: "\f420";
}

/* line 43, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ankh:before {
  content: "\f644";
}

/* line 44, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-app-store:before {
  content: "\f36f";
}

/* line 45, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-app-store-ios:before {
  content: "\f370";
}

/* line 46, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-apper:before {
  content: "\f371";
}

/* line 47, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 48, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple-alt:before {
  content: "\f5d1";
}

/* line 49, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple-pay:before {
  content: "\f415";
}

/* line 50, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 51, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-archway:before {
  content: "\f557";
}

/* line 52, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

/* line 53, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

/* line 54, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

/* line 55, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

/* line 56, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 57, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 58, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 59, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 60, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 61, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 62, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 63, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 64, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 65, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt-h:before {
  content: "\f337";
}

/* line 66, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt-v:before {
  content: "\f338";
}

/* line 67, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-artstation:before {
  content: "\f77a";
}

/* line 68, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 69, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 70, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-asymmetrik:before {
  content: "\f372";
}

/* line 71, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 72, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-atlas:before {
  content: "\f558";
}

/* line 73, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-atlassian:before {
  content: "\f77b";
}

/* line 74, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-atom:before {
  content: "\f5d2";
}

/* line 75, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-audible:before {
  content: "\f373";
}

/* line 76, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 77, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-autoprefixer:before {
  content: "\f41c";
}

/* line 78, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-avianex:before {
  content: "\f374";
}

/* line 79, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-aviato:before {
  content: "\f421";
}

/* line 80, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-award:before {
  content: "\f559";
}

/* line 81, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-aws:before {
  content: "\f375";
}

/* line 82, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-baby:before {
  content: "\f77c";
}

/* line 83, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-baby-carriage:before {
  content: "\f77d";
}

/* line 84, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-backspace:before {
  content: "\f55a";
}

/* line 85, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 86, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bacon:before {
  content: "\f7e5";
}

/* line 87, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bacteria:before {
  content: "\e059";
}

/* line 88, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bacterium:before {
  content: "\e05a";
}

/* line 89, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bahai:before {
  content: "\f666";
}

/* line 90, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 91, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale-left:before {
  content: "\f515";
}

/* line 92, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale-right:before {
  content: "\f516";
}

/* line 93, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 94, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-band-aid:before {
  content: "\f462";
}

/* line 95, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 96, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 97, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bars:before {
  content: "\f0c9";
}

/* line 98, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-baseball-ball:before {
  content: "\f433";
}

/* line 99, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-basketball-ball:before {
  content: "\f434";
}

/* line 100, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bath:before {
  content: "\f2cd";
}

/* line 101, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-empty:before {
  content: "\f244";
}

/* line 102, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-full:before {
  content: "\f240";
}

/* line 103, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-half:before {
  content: "\f242";
}

/* line 104, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 105, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 106, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battle-net:before {
  content: "\f835";
}

/* line 107, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bed:before {
  content: "\f236";
}

/* line 108, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 109, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 110, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 111, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 112, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 113, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bezier-curve:before {
  content: "\f55b";
}

/* line 114, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bible:before {
  content: "\f647";
}

/* line 115, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 116, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-biking:before {
  content: "\f84a";
}

/* line 117, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bimobject:before {
  content: "\f378";
}

/* line 118, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 119, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-biohazard:before {
  content: "\f780";
}

/* line 120, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 121, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 122, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitcoin:before {
  content: "\f379";
}

/* line 123, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bity:before {
  content: "\f37a";
}

/* line 124, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 125, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blackberry:before {
  content: "\f37b";
}

/* line 126, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blender:before {
  content: "\f517";
}

/* line 127, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blender-phone:before {
  content: "\f6b6";
}

/* line 128, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 129, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blog:before {
  content: "\f781";
}

/* line 130, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blogger:before {
  content: "\f37c";
}

/* line 131, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blogger-b:before {
  content: "\f37d";
}

/* line 132, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 133, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 134, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 135, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bolt:before {
  content: "\f0e7";
}

/* line 136, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 137, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bone:before {
  content: "\f5d7";
}

/* line 138, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bong:before {
  content: "\f55c";
}

/* line 139, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 140, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-dead:before {
  content: "\f6b7";
}

/* line 141, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-medical:before {
  content: "\f7e6";
}

/* line 142, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-open:before {
  content: "\f518";
}

/* line 143, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-reader:before {
  content: "\f5da";
}

/* line 144, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 145, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bootstrap:before {
  content: "\f836";
}

/* line 146, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-all:before {
  content: "\f84c";
}

/* line 147, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-none:before {
  content: "\f850";
}

/* line 148, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-style:before {
  content: "\f853";
}

/* line 149, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bowling-ball:before {
  content: "\f436";
}

/* line 150, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-box:before {
  content: "\f466";
}

/* line 151, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-box-open:before {
  content: "\f49e";
}

/* line 152, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-box-tissue:before {
  content: "\e05b";
}

/* line 153, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes:before {
  content: "\f468";
}

/* line 154, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 155, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-brain:before {
  content: "\f5dc";
}

/* line 156, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bread-slice:before {
  content: "\f7ec";
}

/* line 157, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 158, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase-medical:before {
  content: "\f469";
}

/* line 159, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-broadcast-tower:before {
  content: "\f519";
}

/* line 160, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-broom:before {
  content: "\f51a";
}

/* line 161, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-brush:before {
  content: "\f55d";
}

/* line 162, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-btc:before {
  content: "\f15a";
}

/* line 163, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-buffer:before {
  content: "\f837";
}

/* line 164, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 165, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 166, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 167, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 168, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-burn:before {
  content: "\f46a";
}

/* line 169, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-buromobelexperte:before {
  content: "\f37f";
}

/* line 170, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 171, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus-alt:before {
  content: "\f55e";
}

/* line 172, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-business-time:before {
  content: "\f64a";
}

/* line 173, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-buy-n-large:before {
  content: "\f8a6";
}

/* line 174, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 175, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 176, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar:before {
  content: "\f133";
}

/* line 177, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-alt:before {
  content: "\f073";
}

/* line 178, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-check:before {
  content: "\f274";
}

/* line 179, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-day:before {
  content: "\f783";
}

/* line 180, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-minus:before {
  content: "\f272";
}

/* line 181, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-plus:before {
  content: "\f271";
}

/* line 182, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-times:before {
  content: "\f273";
}

/* line 183, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-week:before {
  content: "\f784";
}

/* line 184, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 185, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 186, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-campground:before {
  content: "\f6bb";
}

/* line 187, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-canadian-maple-leaf:before {
  content: "\f785";
}

/* line 188, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-candy-cane:before {
  content: "\f786";
}

/* line 189, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cannabis:before {
  content: "\f55f";
}

/* line 190, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-capsules:before {
  content: "\f46b";
}

/* line 191, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car:before {
  content: "\f1b9";
}

/* line 192, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-alt:before {
  content: "\f5de";
}

/* line 193, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-battery:before {
  content: "\f5df";
}

/* line 194, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-crash:before {
  content: "\f5e1";
}

/* line 195, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-side:before {
  content: "\f5e4";
}

/* line 196, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caravan:before {
  content: "\f8ff";
}

/* line 197, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 198, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 199, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 200, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-down:before {
  content: "\f150";
}

/* line 201, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-left:before {
  content: "\f191";
}

/* line 202, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-right:before {
  content: "\f152";
}

/* line 203, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-up:before {
  content: "\f151";
}

/* line 204, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 205, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-carrot:before {
  content: "\f787";
}

/* line 206, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 207, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 208, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cash-register:before {
  content: "\f788";
}

/* line 209, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cat:before {
  content: "\f6be";
}

/* line 210, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 211, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 212, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-apple-pay:before {
  content: "\f416";
}

/* line 213, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 214, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 215, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 216, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 217, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 218, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 219, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 220, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-centercode:before {
  content: "\f380";
}

/* line 221, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-centos:before {
  content: "\f789";
}

/* line 222, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 223, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chair:before {
  content: "\f6c0";
}

/* line 224, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard:before {
  content: "\f51b";
}

/* line 225, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard-teacher:before {
  content: "\f51c";
}

/* line 226, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-charging-station:before {
  content: "\f5e7";
}

/* line 227, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-area:before {
  content: "\f1fe";
}

/* line 228, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-bar:before {
  content: "\f080";
}

/* line 229, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-line:before {
  content: "\f201";
}

/* line 230, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-pie:before {
  content: "\f200";
}

/* line 231, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 232, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 233, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-double:before {
  content: "\f560";
}

/* line 234, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 235, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cheese:before {
  content: "\f7ef";
}

/* line 236, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess:before {
  content: "\f439";
}

/* line 237, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-bishop:before {
  content: "\f43a";
}

/* line 238, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-board:before {
  content: "\f43c";
}

/* line 239, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-king:before {
  content: "\f43f";
}

/* line 240, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-knight:before {
  content: "\f441";
}

/* line 241, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-pawn:before {
  content: "\f443";
}

/* line 242, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-queen:before {
  content: "\f445";
}

/* line 243, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-rook:before {
  content: "\f447";
}

/* line 244, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 245, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 246, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 247, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 248, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 249, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 250, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 251, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 252, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 253, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 254, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chromecast:before {
  content: "\f838";
}

/* line 255, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-church:before {
  content: "\f51d";
}

/* line 256, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 257, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-notch:before {
  content: "\f1ce";
}

/* line 258, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-city:before {
  content: "\f64f";
}

/* line 259, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clinic-medical:before {
  content: "\f7f2";
}

/* line 260, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard:before {
  content: "\f328";
}

/* line 261, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-check:before {
  content: "\f46c";
}

/* line 262, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-list:before {
  content: "\f46d";
}

/* line 263, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock:before {
  content: "\f017";
}

/* line 264, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 265, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-closed-captioning:before {
  content: "\f20a";
}

/* line 266, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 267, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-download-alt:before {
  content: "\f381";
}

/* line 268, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-meatball:before {
  content: "\f73b";
}

/* line 269, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-moon:before {
  content: "\f6c3";
}

/* line 270, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-moon-rain:before {
  content: "\f73c";
}

/* line 271, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-rain:before {
  content: "\f73d";
}

/* line 272, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-showers-heavy:before {
  content: "\f740";
}

/* line 273, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-sun:before {
  content: "\f6c4";
}

/* line 274, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-sun-rain:before {
  content: "\f743";
}

/* line 275, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-upload-alt:before {
  content: "\f382";
}

/* line 276, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloudflare:before {
  content: "\e07d";
}

/* line 277, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloudscale:before {
  content: "\f383";
}

/* line 278, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloudsmith:before {
  content: "\f384";
}

/* line 279, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloudversify:before {
  content: "\f385";
}

/* line 280, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cocktail:before {
  content: "\f561";
}

/* line 281, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-code:before {
  content: "\f121";
}

/* line 282, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-branch:before {
  content: "\f126";
}

/* line 283, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 284, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 285, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 286, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cog:before {
  content: "\f013";
}

/* line 287, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cogs:before {
  content: "\f085";
}

/* line 288, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-coins:before {
  content: "\f51e";
}

/* line 289, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 290, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 291, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-alt:before {
  content: "\f27a";
}

/* line 292, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-dollar:before {
  content: "\f651";
}

/* line 293, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-dots:before {
  content: "\f4ad";
}

/* line 294, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-medical:before {
  content: "\f7f5";
}

/* line 295, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-slash:before {
  content: "\f4b3";
}

/* line 296, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 297, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments-dollar:before {
  content: "\f653";
}

/* line 298, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compact-disc:before {
  content: "\f51f";
}

/* line 299, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 300, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 301, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress-alt:before {
  content: "\f422";
}

/* line 302, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress-arrows-alt:before {
  content: "\f78c";
}

/* line 303, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-concierge-bell:before {
  content: "\f562";
}

/* line 304, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-confluence:before {
  content: "\f78d";
}

/* line 305, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 306, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 307, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cookie:before {
  content: "\f563";
}

/* line 308, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cookie-bite:before {
  content: "\f564";
}

/* line 309, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-copy:before {
  content: "\f0c5";
}

/* line 310, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 311, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cotton-bureau:before {
  content: "\f89e";
}

/* line 312, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-couch:before {
  content: "\f4b8";
}

/* line 313, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cpanel:before {
  content: "\f388";
}

/* line 314, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 315, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-by:before {
  content: "\f4e7";
}

/* line 316, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 317, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 318, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 319, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 320, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 321, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 322, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 323, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 324, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 325, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 326, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-share:before {
  content: "\f4f2";
}

/* line 327, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-zero:before {
  content: "\f4f3";
}

/* line 328, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 329, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-critical-role:before {
  content: "\f6c9";
}

/* line 330, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 331, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop-alt:before {
  content: "\f565";
}

/* line 332, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cross:before {
  content: "\f654";
}

/* line 333, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 334, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crow:before {
  content: "\f520";
}

/* line 335, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crown:before {
  content: "\f521";
}

/* line 336, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crutch:before {
  content: "\f7f7";
}

/* line 337, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 338, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-css3-alt:before {
  content: "\f38b";
}

/* line 339, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 340, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 341, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cut:before {
  content: "\f0c4";
}

/* line 342, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cuttlefish:before {
  content: "\f38c";
}

/* line 343, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-d-and-d:before {
  content: "\f38d";
}

/* line 344, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

/* line 345, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dailymotion:before {
  content: "\e052";
}

/* line 346, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 347, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 348, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-deaf:before {
  content: "\f2a4";
}

/* line 349, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-deezer:before {
  content: "\e077";
}

/* line 350, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 351, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-democrat:before {
  content: "\f747";
}

/* line 352, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-deploydog:before {
  content: "\f38e";
}

/* line 353, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-deskpro:before {
  content: "\f38f";
}

/* line 354, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 355, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dev:before {
  content: "\f6cc";
}

/* line 356, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 357, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dharmachakra:before {
  content: "\f655";
}

/* line 358, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dhl:before {
  content: "\f790";
}

/* line 359, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagnoses:before {
  content: "\f470";
}

/* line 360, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-diaspora:before {
  content: "\f791";
}

/* line 361, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice:before {
  content: "\f522";
}

/* line 362, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-d20:before {
  content: "\f6cf";
}

/* line 363, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-d6:before {
  content: "\f6d1";
}

/* line 364, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-five:before {
  content: "\f523";
}

/* line 365, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-four:before {
  content: "\f524";
}

/* line 366, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-one:before {
  content: "\f525";
}

/* line 367, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-six:before {
  content: "\f526";
}

/* line 368, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-three:before {
  content: "\f527";
}

/* line 369, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-two:before {
  content: "\f528";
}

/* line 370, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 371, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-digital-ocean:before {
  content: "\f391";
}

/* line 372, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-digital-tachograph:before {
  content: "\f566";
}

/* line 373, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-directions:before {
  content: "\f5eb";
}

/* line 374, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-discord:before {
  content: "\f392";
}

/* line 375, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-discourse:before {
  content: "\f393";
}

/* line 376, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-disease:before {
  content: "\f7fa";
}

/* line 377, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-divide:before {
  content: "\f529";
}

/* line 378, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dizzy:before {
  content: "\f567";
}

/* line 379, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dna:before {
  content: "\f471";
}

/* line 380, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dochub:before {
  content: "\f394";
}

/* line 381, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-docker:before {
  content: "\f395";
}

/* line 382, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dog:before {
  content: "\f6d3";
}

/* line 383, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dollar-sign:before {
  content: "\f155";
}

/* line 384, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly:before {
  content: "\f472";
}

/* line 385, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly-flatbed:before {
  content: "\f474";
}

/* line 386, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-donate:before {
  content: "\f4b9";
}

/* line 387, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-door-closed:before {
  content: "\f52a";
}

/* line 388, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-door-open:before {
  content: "\f52b";
}

/* line 389, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dot-circle:before {
  content: "\f192";
}

/* line 390, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dove:before {
  content: "\f4ba";
}

/* line 391, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-download:before {
  content: "\f019";
}

/* line 392, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-draft2digital:before {
  content: "\f396";
}

/* line 393, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drafting-compass:before {
  content: "\f568";
}

/* line 394, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dragon:before {
  content: "\f6d5";
}

/* line 395, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-draw-polygon:before {
  content: "\f5ee";
}

/* line 396, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 397, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dribbble-square:before {
  content: "\f397";
}

/* line 398, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 399, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drum:before {
  content: "\f569";
}

/* line 400, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drum-steelpan:before {
  content: "\f56a";
}

/* line 401, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drumstick-bite:before {
  content: "\f6d7";
}

/* line 402, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 403, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumbbell:before {
  content: "\f44b";
}

/* line 404, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumpster:before {
  content: "\f793";
}

/* line 405, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumpster-fire:before {
  content: "\f794";
}

/* line 406, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dungeon:before {
  content: "\f6d9";
}

/* line 407, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dyalog:before {
  content: "\f399";
}

/* line 408, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-earlybirds:before {
  content: "\f39a";
}

/* line 409, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ebay:before {
  content: "\f4f4";
}

/* line 410, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 411, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-edge-legacy:before {
  content: "\e078";
}

/* line 412, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-edit:before {
  content: "\f044";
}

/* line 413, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-egg:before {
  content: "\f7fb";
}

/* line 414, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 415, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-elementor:before {
  content: "\f430";
}

/* line 416, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 417, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 418, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ello:before {
  content: "\f5f1";
}

/* line 419, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ember:before {
  content: "\f423";
}

/* line 420, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-empire:before {
  content: "\f1d1";
}

/* line 421, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 422, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 423, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open-text:before {
  content: "\f658";
}

/* line 424, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 425, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 426, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-equals:before {
  content: "\f52c";
}

/* line 427, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 428, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-erlang:before {
  content: "\f39d";
}

/* line 429, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ethereum:before {
  content: "\f42e";
}

/* line 430, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ethernet:before {
  content: "\f796";
}

/* line 431, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 432, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-euro-sign:before {
  content: "\f153";
}

/* line 433, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-evernote:before {
  content: "\f839";
}

/* line 434, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-exchange-alt:before {
  content: "\f362";
}

/* line 435, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 436, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 437, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 438, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 439, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand-alt:before {
  content: "\f424";
}

/* line 440, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand-arrows-alt:before {
  content: "\f31e";
}

/* line 441, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 442, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-alt:before {
  content: "\f35d";
}

/* line 443, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-square-alt:before {
  content: "\f360";
}

/* line 444, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 445, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-dropper:before {
  content: "\f1fb";
}

/* line 446, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 447, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 448, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 449, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-messenger:before {
  content: "\f39f";
}

/* line 450, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 451, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fan:before {
  content: "\f863";
}

/* line 452, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

/* line 453, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 454, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 455, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-faucet:before {
  content: "\e005";
}

/* line 456, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 457, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather:before {
  content: "\f52d";
}

/* line 458, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather-alt:before {
  content: "\f56b";
}

/* line 459, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fedex:before {
  content: "\f797";
}

/* line 460, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fedora:before {
  content: "\f798";
}

/* line 461, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-female:before {
  content: "\f182";
}

/* line 462, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 463, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-figma:before {
  content: "\f799";
}

/* line 464, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 465, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-alt:before {
  content: "\f15c";
}

/* line 466, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-archive:before {
  content: "\f1c6";
}

/* line 467, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-audio:before {
  content: "\f1c7";
}

/* line 468, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-code:before {
  content: "\f1c9";
}

/* line 469, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-contract:before {
  content: "\f56c";
}

/* line 470, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-csv:before {
  content: "\f6dd";
}

/* line 471, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-download:before {
  content: "\f56d";
}

/* line 472, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-excel:before {
  content: "\f1c3";
}

/* line 473, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-export:before {
  content: "\f56e";
}

/* line 474, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-image:before {
  content: "\f1c5";
}

/* line 475, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-import:before {
  content: "\f56f";
}

/* line 476, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-invoice:before {
  content: "\f570";
}

/* line 477, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-invoice-dollar:before {
  content: "\f571";
}

/* line 478, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-medical:before {
  content: "\f477";
}

/* line 479, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-medical-alt:before {
  content: "\f478";
}

/* line 480, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-pdf:before {
  content: "\f1c1";
}

/* line 481, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-powerpoint:before {
  content: "\f1c4";
}

/* line 482, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-prescription:before {
  content: "\f572";
}

/* line 483, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-signature:before {
  content: "\f573";
}

/* line 484, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-upload:before {
  content: "\f574";
}

/* line 485, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-video:before {
  content: "\f1c8";
}

/* line 486, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-word:before {
  content: "\f1c2";
}

/* line 487, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fill:before {
  content: "\f575";
}

/* line 488, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fill-drip:before {
  content: "\f576";
}

/* line 489, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-film:before {
  content: "\f008";
}

/* line 490, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 491, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fingerprint:before {
  content: "\f577";
}

/* line 492, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 493, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-alt:before {
  content: "\f7e4";
}

/* line 494, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 495, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 496, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-firefox-browser:before {
  content: "\e007";
}

/* line 497, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-aid:before {
  content: "\f479";
}

/* line 498, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 499, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-order-alt:before {
  content: "\f50a";
}

/* line 500, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-firstdraft:before {
  content: "\f3a1";
}

/* line 501, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fish:before {
  content: "\f578";
}

/* line 502, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fist-raised:before {
  content: "\f6de";
}

/* line 503, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 504, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 505, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-usa:before {
  content: "\f74d";
}

/* line 506, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 507, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 508, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flipboard:before {
  content: "\f44d";
}

/* line 509, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flushed:before {
  content: "\f579";
}

/* line 510, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fly:before {
  content: "\f417";
}

/* line 511, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 512, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-minus:before {
  content: "\f65d";
}

/* line 513, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 514, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-plus:before {
  content: "\f65e";
}

/* line 515, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-font:before {
  content: "\f031";
}

/* line 516, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 517, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-font-awesome-alt:before {
  content: "\f35c";
}

/* line 518, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-font-awesome-flag:before {
  content: "\f425";
}

/* line 519, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

/* line 520, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 521, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fonticons-fi:before {
  content: "\f3a2";
}

/* line 522, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-football-ball:before {
  content: "\f44e";
}

/* line 523, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 524, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 525, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 526, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 527, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 528, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 529, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-freebsd:before {
  content: "\f3a4";
}

/* line 530, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-frog:before {
  content: "\f52e";
}

/* line 531, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown:before {
  content: "\f119";
}

/* line 532, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown-open:before {
  content: "\f57a";
}

/* line 533, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fulcrum:before {
  content: "\f50b";
}

/* line 534, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-funnel-dollar:before {
  content: "\f662";
}

/* line 535, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-futbol:before {
  content: "\f1e3";
}

/* line 536, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-galactic-republic:before {
  content: "\f50c";
}

/* line 537, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-galactic-senate:before {
  content: "\f50d";
}

/* line 538, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 539, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gas-pump:before {
  content: "\f52f";
}

/* line 540, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gavel:before {
  content: "\f0e3";
}

/* line 541, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gem:before {
  content: "\f3a5";
}

/* line 542, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 543, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 544, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 545, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 546, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ghost:before {
  content: "\f6e2";
}

/* line 547, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 548, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gifts:before {
  content: "\f79c";
}

/* line 549, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 550, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-git-alt:before {
  content: "\f841";
}

/* line 551, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 552, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 553, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 554, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 555, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gitkraken:before {
  content: "\f3a6";
}

/* line 556, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 557, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gitter:before {
  content: "\f426";
}

/* line 558, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-cheers:before {
  content: "\f79f";
}

/* line 559, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-martini:before {
  content: "\f000";
}

/* line 560, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-martini-alt:before {
  content: "\f57b";
}

/* line 561, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-whiskey:before {
  content: "\f7a0";
}

/* line 562, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glasses:before {
  content: "\f530";
}

/* line 563, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 564, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 565, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 566, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-africa:before {
  content: "\f57c";
}

/* line 567, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-americas:before {
  content: "\f57d";
}

/* line 568, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-asia:before {
  content: "\f57e";
}

/* line 569, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-europe:before {
  content: "\f7a2";
}

/* line 570, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gofore:before {
  content: "\f3a7";
}

/* line 571, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-golf-ball:before {
  content: "\f450";
}

/* line 572, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-goodreads:before {
  content: "\f3a8";
}

/* line 573, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-goodreads-g:before {
  content: "\f3a9";
}

/* line 574, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 575, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-drive:before {
  content: "\f3aa";
}

/* line 576, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-pay:before {
  content: "\e079";
}

/* line 577, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-play:before {
  content: "\f3ab";
}

/* line 578, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus:before {
  content: "\f2b3";
}

/* line 579, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus-g:before {
  content: "\f0d5";
}

/* line 580, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 581, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 582, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gopuram:before {
  content: "\f664";
}

/* line 583, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 584, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gratipay:before {
  content: "\f184";
}

/* line 585, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 586, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-greater-than:before {
  content: "\f531";
}

/* line 587, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-greater-than-equal:before {
  content: "\f532";
}

/* line 588, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grimace:before {
  content: "\f57f";
}

/* line 589, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin:before {
  content: "\f580";
}

/* line 590, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-alt:before {
  content: "\f581";
}

/* line 591, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-beam:before {
  content: "\f582";
}

/* line 592, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-beam-sweat:before {
  content: "\f583";
}

/* line 593, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-hearts:before {
  content: "\f584";
}

/* line 594, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-squint:before {
  content: "\f585";
}

/* line 595, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-squint-tears:before {
  content: "\f586";
}

/* line 596, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-stars:before {
  content: "\f587";
}

/* line 597, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tears:before {
  content: "\f588";
}

/* line 598, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue:before {
  content: "\f589";
}

/* line 599, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue-squint:before {
  content: "\f58a";
}

/* line 600, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue-wink:before {
  content: "\f58b";
}

/* line 601, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-wink:before {
  content: "\f58c";
}

/* line 602, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-horizontal:before {
  content: "\f58d";
}

/* line 603, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-lines:before {
  content: "\f7a4";
}

/* line 604, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

/* line 605, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-vertical:before {
  content: "\f58e";
}

/* line 606, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gripfire:before {
  content: "\f3ac";
}

/* line 607, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grunt:before {
  content: "\f3ad";
}

/* line 608, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-guilded:before {
  content: "\e07e";
}

/* line 609, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-guitar:before {
  content: "\f7a6";
}

/* line 610, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gulp:before {
  content: "\f3ae";
}

/* line 611, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 612, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 613, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hacker-news-square:before {
  content: "\f3af";
}

/* line 614, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hackerrank:before {
  content: "\f5f7";
}

/* line 615, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hamburger:before {
  content: "\f805";
}

/* line 616, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hammer:before {
  content: "\f6e3";
}

/* line 617, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hamsa:before {
  content: "\f665";
}

/* line 618, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding:before {
  content: "\f4bd";
}

/* line 619, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-heart:before {
  content: "\f4be";
}

/* line 620, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-medical:before {
  content: "\e05c";
}

/* line 621, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-usd:before {
  content: "\f4c0";
}

/* line 622, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-water:before {
  content: "\f4c1";
}

/* line 623, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-lizard:before {
  content: "\f258";
}

/* line 624, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-middle-finger:before {
  content: "\f806";
}

/* line 625, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-paper:before {
  content: "\f256";
}

/* line 626, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-peace:before {
  content: "\f25b";
}

/* line 627, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-down:before {
  content: "\f0a7";
}

/* line 628, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-left:before {
  content: "\f0a5";
}

/* line 629, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-right:before {
  content: "\f0a4";
}

/* line 630, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-up:before {
  content: "\f0a6";
}

/* line 631, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-pointer:before {
  content: "\f25a";
}

/* line 632, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-rock:before {
  content: "\f255";
}

/* line 633, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-scissors:before {
  content: "\f257";
}

/* line 634, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-sparkles:before {
  content: "\e05d";
}

/* line 635, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-spock:before {
  content: "\f259";
}

/* line 636, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands:before {
  content: "\f4c2";
}

/* line 637, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-helping:before {
  content: "\f4c4";
}

/* line 638, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-wash:before {
  content: "\e05e";
}

/* line 639, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake:before {
  content: "\f2b5";
}

/* line 640, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-alt-slash:before {
  content: "\e05f";
}

/* line 641, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-slash:before {
  content: "\e060";
}

/* line 642, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hanukiah:before {
  content: "\f6e6";
}

/* line 643, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hard-hat:before {
  content: "\f807";
}

/* line 644, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 645, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-cowboy:before {
  content: "\f8c0";
}

/* line 646, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

/* line 647, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-wizard:before {
  content: "\f6e8";
}

/* line 648, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hdd:before {
  content: "\f0a0";
}

/* line 649, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-cough:before {
  content: "\e061";
}

/* line 650, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-cough-slash:before {
  content: "\e062";
}

/* line 651, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-mask:before {
  content: "\e063";
}

/* line 652, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-virus:before {
  content: "\e064";
}

/* line 653, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heading:before {
  content: "\f1dc";
}

/* line 654, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 655, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones-alt:before {
  content: "\f58f";
}

/* line 656, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-headset:before {
  content: "\f590";
}

/* line 657, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 658, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-broken:before {
  content: "\f7a9";
}

/* line 659, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 660, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-helicopter:before {
  content: "\f533";
}

/* line 661, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-highlighter:before {
  content: "\f591";
}

/* line 662, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hiking:before {
  content: "\f6ec";
}

/* line 663, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hippo:before {
  content: "\f6ed";
}

/* line 664, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hips:before {
  content: "\f452";
}

/* line 665, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hire-a-helper:before {
  content: "\f3b0";
}

/* line 666, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 667, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hive:before {
  content: "\e07f";
}

/* line 668, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hockey-puck:before {
  content: "\f453";
}

/* line 669, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-holly-berry:before {
  content: "\f7aa";
}

/* line 670, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-home:before {
  content: "\f015";
}

/* line 671, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hooli:before {
  content: "\f427";
}

/* line 672, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hornbill:before {
  content: "\f592";
}

/* line 673, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-horse:before {
  content: "\f6f0";
}

/* line 674, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-horse-head:before {
  content: "\f7ab";
}

/* line 675, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital:before {
  content: "\f0f8";
}

/* line 676, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-alt:before {
  content: "\f47d";
}

/* line 677, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-symbol:before {
  content: "\f47e";
}

/* line 678, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-user:before {
  content: "\f80d";
}

/* line 679, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hot-tub:before {
  content: "\f593";
}

/* line 680, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotdog:before {
  content: "\f80f";
}

/* line 681, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotel:before {
  content: "\f594";
}

/* line 682, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotjar:before {
  content: "\f3b1";
}

/* line 683, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 684, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 685, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 686, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 687, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-damage:before {
  content: "\f6f1";
}

/* line 688, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-user:before {
  content: "\e065";
}

/* line 689, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 690, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hryvnia:before {
  content: "\f6f2";
}

/* line 691, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 692, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hubspot:before {
  content: "\f3b2";
}

/* line 693, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 694, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ice-cream:before {
  content: "\f810";
}

/* line 695, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-icicles:before {
  content: "\f7ad";
}

/* line 696, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-icons:before {
  content: "\f86d";
}

/* line 697, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 698, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card:before {
  content: "\f2c2";
}

/* line 699, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card-alt:before {
  content: "\f47f";
}

/* line 700, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ideal:before {
  content: "\e013";
}

/* line 701, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-igloo:before {
  content: "\f7ae";
}

/* line 702, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-image:before {
  content: "\f03e";
}

/* line 703, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-images:before {
  content: "\f302";
}

/* line 704, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 705, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 706, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 707, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 708, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-infinity:before {
  content: "\f534";
}

/* line 709, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-info:before {
  content: "\f129";
}

/* line 710, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 711, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-innosoft:before {
  content: "\e080";
}

/* line 712, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 713, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-instagram-square:before {
  content: "\e055";
}

/* line 714, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-instalod:before {
  content: "\e081";
}

/* line 715, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-intercom:before {
  content: "\f7af";
}

/* line 716, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 717, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-invision:before {
  content: "\f7b0";
}

/* line 718, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 719, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 720, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-itch-io:before {
  content: "\f83a";
}

/* line 721, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-itunes:before {
  content: "\f3b4";
}

/* line 722, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-itunes-note:before {
  content: "\f3b5";
}

/* line 723, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-java:before {
  content: "\f4e4";
}

/* line 724, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jedi:before {
  content: "\f669";
}

/* line 725, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jedi-order:before {
  content: "\f50e";
}

/* line 726, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jenkins:before {
  content: "\f3b6";
}

/* line 727, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jira:before {
  content: "\f7b1";
}

/* line 728, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-joget:before {
  content: "\f3b7";
}

/* line 729, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-joint:before {
  content: "\f595";
}

/* line 730, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 731, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-journal-whills:before {
  content: "\f66a";
}

/* line 732, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-js:before {
  content: "\f3b8";
}

/* line 733, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-js-square:before {
  content: "\f3b9";
}

/* line 734, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 735, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kaaba:before {
  content: "\f66b";
}

/* line 736, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kaggle:before {
  content: "\f5fa";
}

/* line 737, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-key:before {
  content: "\f084";
}

/* line 738, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-keybase:before {
  content: "\f4f5";
}

/* line 739, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-keyboard:before {
  content: "\f11c";
}

/* line 740, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-keycdn:before {
  content: "\f3ba";
}

/* line 741, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-khanda:before {
  content: "\f66d";
}

/* line 742, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kickstarter:before {
  content: "\f3bb";
}

/* line 743, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kickstarter-k:before {
  content: "\f3bc";
}

/* line 744, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss:before {
  content: "\f596";
}

/* line 745, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss-beam:before {
  content: "\f597";
}

/* line 746, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss-wink-heart:before {
  content: "\f598";
}

/* line 747, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiwi-bird:before {
  content: "\f535";
}

/* line 748, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-korvue:before {
  content: "\f42f";
}

/* line 749, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark:before {
  content: "\f66f";
}

/* line 750, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 751, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 752, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-code:before {
  content: "\f5fc";
}

/* line 753, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-house:before {
  content: "\e066";
}

/* line 754, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-medical:before {
  content: "\f812";
}

/* line 755, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laravel:before {
  content: "\f3bd";
}

/* line 756, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 757, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 758, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh:before {
  content: "\f599";
}

/* line 759, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-beam:before {
  content: "\f59a";
}

/* line 760, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-squint:before {
  content: "\f59b";
}

/* line 761, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-wink:before {
  content: "\f59c";
}

/* line 762, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-layer-group:before {
  content: "\f5fd";
}

/* line 763, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 764, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 765, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lemon:before {
  content: "\f094";
}

/* line 766, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-less:before {
  content: "\f41d";
}

/* line 767, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-less-than:before {
  content: "\f536";
}

/* line 768, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-less-than-equal:before {
  content: "\f537";
}

/* line 769, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-down-alt:before {
  content: "\f3be";
}

/* line 770, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-up-alt:before {
  content: "\f3bf";
}

/* line 771, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 772, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lightbulb:before {
  content: "\f0eb";
}

/* line 773, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-line:before {
  content: "\f3c0";
}

/* line 774, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-link:before {
  content: "\f0c1";
}

/* line 775, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-linkedin:before {
  content: "\f08c";
}

/* line 776, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 777, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 778, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 779, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lira-sign:before {
  content: "\f195";
}

/* line 780, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 781, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 782, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 783, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 784, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 785, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 786, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock-open:before {
  content: "\f3c1";
}

/* line 787, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-down:before {
  content: "\f309";
}

/* line 788, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

/* line 789, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

/* line 790, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

/* line 791, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 792, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-luggage-cart:before {
  content: "\f59d";
}

/* line 793, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lungs:before {
  content: "\f604";
}

/* line 794, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lungs-virus:before {
  content: "\e067";
}

/* line 795, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lyft:before {
  content: "\f3c3";
}

/* line 796, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-magento:before {
  content: "\f3c4";
}

/* line 797, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 798, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 799, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-bulk:before {
  content: "\f674";
}

/* line 800, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mailchimp:before {
  content: "\f59e";
}

/* line 801, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-male:before {
  content: "\f183";
}

/* line 802, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mandalorian:before {
  content: "\f50f";
}

/* line 803, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map:before {
  content: "\f279";
}

/* line 804, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marked:before {
  content: "\f59f";
}

/* line 805, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marked-alt:before {
  content: "\f5a0";
}

/* line 806, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 807, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker-alt:before {
  content: "\f3c5";
}

/* line 808, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 809, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 810, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-markdown:before {
  content: "\f60f";
}

/* line 811, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-marker:before {
  content: "\f5a1";
}

/* line 812, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 813, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 814, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 815, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 816, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 817, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mask:before {
  content: "\f6fa";
}

/* line 818, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mastodon:before {
  content: "\f4f6";
}

/* line 819, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 820, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mdb:before {
  content: "\f8ca";
}

/* line 821, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medal:before {
  content: "\f5a2";
}

/* line 822, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medapps:before {
  content: "\f3c6";
}

/* line 823, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 824, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medium-m:before {
  content: "\f3c7";
}

/* line 825, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 826, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medrt:before {
  content: "\f3c8";
}

/* line 827, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 828, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-megaport:before {
  content: "\f5a3";
}

/* line 829, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh:before {
  content: "\f11a";
}

/* line 830, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-blank:before {
  content: "\f5a4";
}

/* line 831, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

/* line 832, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-memory:before {
  content: "\f538";
}

/* line 833, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mendeley:before {
  content: "\f7b3";
}

/* line 834, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-menorah:before {
  content: "\f676";
}

/* line 835, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 836, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-meteor:before {
  content: "\f753";
}

/* line 837, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microblog:before {
  content: "\e01a";
}

/* line 838, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 839, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 840, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-alt:before {
  content: "\f3c9";
}

/* line 841, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-alt-slash:before {
  content: "\f539";
}

/* line 842, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 843, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microscope:before {
  content: "\f610";
}

/* line 844, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microsoft:before {
  content: "\f3ca";
}

/* line 845, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 846, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 847, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 848, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mitten:before {
  content: "\f7b5";
}

/* line 849, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mix:before {
  content: "\f3cb";
}

/* line 850, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 851, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mixer:before {
  content: "\e056";
}

/* line 852, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mizuni:before {
  content: "\f3cc";
}

/* line 853, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile:before {
  content: "\f10b";
}

/* line 854, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-alt:before {
  content: "\f3cd";
}

/* line 855, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 856, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-monero:before {
  content: "\f3d0";
}

/* line 857, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill:before {
  content: "\f0d6";
}

/* line 858, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-alt:before {
  content: "\f3d1";
}

/* line 859, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wave:before {
  content: "\f53a";
}

/* line 860, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

/* line 861, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check:before {
  content: "\f53c";
}

/* line 862, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check-alt:before {
  content: "\f53d";
}

/* line 863, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-monument:before {
  content: "\f5a6";
}

/* line 864, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-moon:before {
  content: "\f186";
}

/* line 865, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mortar-pestle:before {
  content: "\f5a7";
}

/* line 866, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mosque:before {
  content: "\f678";
}

/* line 867, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 868, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mountain:before {
  content: "\f6fc";
}

/* line 869, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mouse:before {
  content: "\f8cc";
}

/* line 870, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 871, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mug-hot:before {
  content: "\f7b6";
}

/* line 872, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-music:before {
  content: "\f001";
}

/* line 873, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-napster:before {
  content: "\f3d2";
}

/* line 874, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-neos:before {
  content: "\f612";
}

/* line 875, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-network-wired:before {
  content: "\f6ff";
}

/* line 876, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 877, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-newspaper:before {
  content: "\f1ea";
}

/* line 878, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-nimblr:before {
  content: "\f5a8";
}

/* line 879, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-node:before {
  content: "\f419";
}

/* line 880, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-node-js:before {
  content: "\f3d3";
}

/* line 881, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-not-equal:before {
  content: "\f53e";
}

/* line 882, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-notes-medical:before {
  content: "\f481";
}

/* line 883, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-npm:before {
  content: "\f3d4";
}

/* line 884, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ns8:before {
  content: "\f3d5";
}

/* line 885, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-nutritionix:before {
  content: "\f3d6";
}

/* line 886, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 887, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 888, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-octopus-deploy:before {
  content: "\e082";
}

/* line 889, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 890, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 891, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-oil-can:before {
  content: "\f613";
}

/* line 892, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-old-republic:before {
  content: "\f510";
}

/* line 893, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-om:before {
  content: "\f679";
}

/* line 894, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 895, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 896, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 897, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 898, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-orcid:before {
  content: "\f8d2";
}

/* line 899, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-osi:before {
  content: "\f41a";
}

/* line 900, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-otter:before {
  content: "\f700";
}

/* line 901, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-outdent:before {
  content: "\f03b";
}

/* line 902, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-page4:before {
  content: "\f3d7";
}

/* line 903, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 904, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pager:before {
  content: "\f815";
}

/* line 905, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 906, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-roller:before {
  content: "\f5aa";
}

/* line 907, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-palette:before {
  content: "\f53f";
}

/* line 908, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-palfed:before {
  content: "\f3d8";
}

/* line 909, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pallet:before {
  content: "\f482";
}

/* line 910, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 911, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 912, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-parachute-box:before {
  content: "\f4cd";
}

/* line 913, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 914, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-parking:before {
  content: "\f540";
}

/* line 915, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-passport:before {
  content: "\f5ab";
}

/* line 916, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pastafarianism:before {
  content: "\f67b";
}

/* line 917, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paste:before {
  content: "\f0ea";
}

/* line 918, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-patreon:before {
  content: "\f3d9";
}

/* line 919, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 920, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 921, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 922, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 923, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-peace:before {
  content: "\f67c";
}

/* line 924, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen:before {
  content: "\f304";
}

/* line 925, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-alt:before {
  content: "\f305";
}

/* line 926, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-fancy:before {
  content: "\f5ac";
}

/* line 927, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-nib:before {
  content: "\f5ad";
}

/* line 928, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-square:before {
  content: "\f14b";
}

/* line 929, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-alt:before {
  content: "\f303";
}

/* line 930, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-ruler:before {
  content: "\f5ae";
}

/* line 931, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-penny-arcade:before {
  content: "\f704";
}

/* line 932, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-arrows:before {
  content: "\e068";
}

/* line 933, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-carry:before {
  content: "\f4ce";
}

/* line 934, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pepper-hot:before {
  content: "\f816";
}

/* line 935, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-perbyte:before {
  content: "\e083";
}

/* line 936, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 937, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-percentage:before {
  content: "\f541";
}

/* line 938, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-periscope:before {
  content: "\f3da";
}

/* line 939, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-booth:before {
  content: "\f756";
}

/* line 940, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phabricator:before {
  content: "\f3db";
}

/* line 941, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phoenix-framework:before {
  content: "\f3dc";
}

/* line 942, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phoenix-squadron:before {
  content: "\f511";
}

/* line 943, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 944, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-alt:before {
  content: "\f879";
}

/* line 945, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-slash:before {
  content: "\f3dd";
}

/* line 946, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 947, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-square-alt:before {
  content: "\f87b";
}

/* line 948, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-volume:before {
  content: "\f2a0";
}

/* line 949, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-photo-video:before {
  content: "\f87c";
}

/* line 950, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-php:before {
  content: "\f457";
}

/* line 951, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 952, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 953, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 954, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 955, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-square:before {
  content: "\e01e";
}

/* line 956, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-piggy-bank:before {
  content: "\f4d3";
}

/* line 957, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pills:before {
  content: "\f484";
}

/* line 958, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 959, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 960, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 961, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pizza-slice:before {
  content: "\f818";
}

/* line 962, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-place-of-worship:before {
  content: "\f67f";
}

/* line 963, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 964, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-arrival:before {
  content: "\f5af";
}

/* line 965, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-departure:before {
  content: "\f5b0";
}

/* line 966, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-slash:before {
  content: "\e069";
}

/* line 967, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 968, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 969, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-playstation:before {
  content: "\f3df";
}

/* line 970, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 971, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 972, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 973, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 974, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 975, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poll:before {
  content: "\f681";
}

/* line 976, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poll-h:before {
  content: "\f682";
}

/* line 977, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo:before {
  content: "\f2fe";
}

/* line 978, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo-storm:before {
  content: "\f75a";
}

/* line 979, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poop:before {
  content: "\f619";
}

/* line 980, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-portrait:before {
  content: "\f3e0";
}

/* line 981, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pound-sign:before {
  content: "\f154";
}

/* line 982, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 983, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pray:before {
  content: "\f683";
}

/* line 984, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-praying-hands:before {
  content: "\f684";
}

/* line 985, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription:before {
  content: "\f5b1";
}

/* line 986, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle:before {
  content: "\f485";
}

/* line 987, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle-alt:before {
  content: "\f486";
}

/* line 988, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 989, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-procedures:before {
  content: "\f487";
}

/* line 990, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 991, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-project-diagram:before {
  content: "\f542";
}

/* line 992, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pump-medical:before {
  content: "\e06a";
}

/* line 993, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pump-soap:before {
  content: "\e06b";
}

/* line 994, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pushed:before {
  content: "\f3e1";
}

/* line 995, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 996, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-python:before {
  content: "\f3e2";
}

/* line 997, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 998, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 999, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-question:before {
  content: "\f128";
}

/* line 1000, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 1001, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quidditch:before {
  content: "\f458";
}

/* line 1002, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quinscape:before {
  content: "\f459";
}

/* line 1003, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 1004, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 1005, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 1006, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quran:before {
  content: "\f687";
}

/* line 1007, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-r-project:before {
  content: "\f4f7";
}

/* line 1008, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-radiation:before {
  content: "\f7b9";
}

/* line 1009, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-radiation-alt:before {
  content: "\f7ba";
}

/* line 1010, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rainbow:before {
  content: "\f75b";
}

/* line 1011, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-random:before {
  content: "\f074";
}

/* line 1012, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-raspberry-pi:before {
  content: "\f7bb";
}

/* line 1013, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 1014, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-react:before {
  content: "\f41b";
}

/* line 1015, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reacteurope:before {
  content: "\f75d";
}

/* line 1016, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-readme:before {
  content: "\f4d5";
}

/* line 1017, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1018, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-receipt:before {
  content: "\f543";
}

/* line 1019, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-record-vinyl:before {
  content: "\f8d9";
}

/* line 1020, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1021, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-red-river:before {
  content: "\f3e3";
}

/* line 1022, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1023, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 1024, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1025, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-redhat:before {
  content: "\f7bc";
}

/* line 1026, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-redo:before {
  content: "\f01e";
}

/* line 1027, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-redo-alt:before {
  content: "\f2f9";
}

/* line 1028, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 1029, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-remove-format:before {
  content: "\f87d";
}

/* line 1030, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 1031, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reply:before {
  content: "\f3e5";
}

/* line 1032, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reply-all:before {
  content: "\f122";
}

/* line 1033, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-replyd:before {
  content: "\f3e6";
}

/* line 1034, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-republican:before {
  content: "\f75e";
}

/* line 1035, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-researchgate:before {
  content: "\f4f8";
}

/* line 1036, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-resolving:before {
  content: "\f3e7";
}

/* line 1037, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-restroom:before {
  content: "\f7bd";
}

/* line 1038, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 1039, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rev:before {
  content: "\f5b2";
}

/* line 1040, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ribbon:before {
  content: "\f4d6";
}

/* line 1041, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ring:before {
  content: "\f70b";
}

/* line 1042, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-road:before {
  content: "\f018";
}

/* line 1043, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-robot:before {
  content: "\f544";
}

/* line 1044, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 1045, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rocketchat:before {
  content: "\f3e8";
}

/* line 1046, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rockrms:before {
  content: "\f3e9";
}

/* line 1047, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-route:before {
  content: "\f4d7";
}

/* line 1048, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 1049, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1050, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruble-sign:before {
  content: "\f158";
}

/* line 1051, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler:before {
  content: "\f545";
}

/* line 1052, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-combined:before {
  content: "\f546";
}

/* line 1053, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-horizontal:before {
  content: "\f547";
}

/* line 1054, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-vertical:before {
  content: "\f548";
}

/* line 1055, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-running:before {
  content: "\f70c";
}

/* line 1056, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupee-sign:before {
  content: "\f156";
}

/* line 1057, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rust:before {
  content: "\e07a";
}

/* line 1058, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sad-cry:before {
  content: "\f5b3";
}

/* line 1059, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sad-tear:before {
  content: "\f5b4";
}

/* line 1060, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 1061, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-salesforce:before {
  content: "\f83b";
}

/* line 1062, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sass:before {
  content: "\f41e";
}

/* line 1063, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-satellite:before {
  content: "\f7bf";
}

/* line 1064, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-satellite-dish:before {
  content: "\f7c0";
}

/* line 1065, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-save:before {
  content: "\f0c7";
}

/* line 1066, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-schlix:before {
  content: "\f3ea";
}

/* line 1067, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-school:before {
  content: "\f549";
}

/* line 1068, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-screwdriver:before {
  content: "\f54a";
}

/* line 1069, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 1070, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-scroll:before {
  content: "\f70e";
}

/* line 1071, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sd-card:before {
  content: "\f7c2";
}

/* line 1072, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search:before {
  content: "\f002";
}

/* line 1073, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-dollar:before {
  content: "\f688";
}

/* line 1074, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-location:before {
  content: "\f689";
}

/* line 1075, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 1076, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 1077, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-searchengin:before {
  content: "\f3eb";
}

/* line 1078, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-seedling:before {
  content: "\f4d8";
}

/* line 1079, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sellcast:before {
  content: "\f2da";
}

/* line 1080, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1081, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-server:before {
  content: "\f233";
}

/* line 1082, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-servicestack:before {
  content: "\f3ec";
}

/* line 1083, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shapes:before {
  content: "\f61f";
}

/* line 1084, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-share:before {
  content: "\f064";
}

/* line 1085, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1086, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1087, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1088, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shekel-sign:before {
  content: "\f20b";
}

/* line 1089, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-alt:before {
  content: "\f3ed";
}

/* line 1090, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-virus:before {
  content: "\e06c";
}

/* line 1091, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 1092, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shipping-fast:before {
  content: "\f48b";
}

/* line 1093, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1094, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shoe-prints:before {
  content: "\f54b";
}

/* line 1095, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopify:before {
  content: "\e057";
}

/* line 1096, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 1097, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 1098, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 1099, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopware:before {
  content: "\f5b5";
}

/* line 1100, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 1101, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shuttle-van:before {
  content: "\f5b6";
}

/* line 1102, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign:before {
  content: "\f4d9";
}

/* line 1103, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-in-alt:before {
  content: "\f2f6";
}

/* line 1104, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 1105, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-out-alt:before {
  content: "\f2f5";
}

/* line 1106, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 1107, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-signature:before {
  content: "\f5b7";
}

/* line 1108, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sim-card:before {
  content: "\f7c4";
}

/* line 1109, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1110, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sink:before {
  content: "\e06d";
}

/* line 1111, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sistrix:before {
  content: "\f3ee";
}

/* line 1112, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 1113, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sith:before {
  content: "\f512";
}

/* line 1114, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skating:before {
  content: "\f7c5";
}

/* line 1115, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sketch:before {
  content: "\f7c6";
}

/* line 1116, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skiing:before {
  content: "\f7c9";
}

/* line 1117, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skiing-nordic:before {
  content: "\f7ca";
}

/* line 1118, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skull:before {
  content: "\f54c";
}

/* line 1119, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skull-crossbones:before {
  content: "\f714";
}

/* line 1120, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1121, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 1122, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 1123, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-slack-hash:before {
  content: "\f3ef";
}

/* line 1124, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-slash:before {
  content: "\f715";
}

/* line 1125, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sleigh:before {
  content: "\f7cc";
}

/* line 1126, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sliders-h:before {
  content: "\f1de";
}

/* line 1127, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1128, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile:before {
  content: "\f118";
}

/* line 1129, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-beam:before {
  content: "\f5b8";
}

/* line 1130, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-wink:before {
  content: "\f4da";
}

/* line 1131, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smog:before {
  content: "\f75f";
}

/* line 1132, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smoking:before {
  content: "\f48d";
}

/* line 1133, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smoking-ban:before {
  content: "\f54d";
}

/* line 1134, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sms:before {
  content: "\f7cd";
}

/* line 1135, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 1136, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 1137, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 1138, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowboarding:before {
  content: "\f7ce";
}

/* line 1139, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowflake:before {
  content: "\f2dc";
}

/* line 1140, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowman:before {
  content: "\f7d0";
}

/* line 1141, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowplow:before {
  content: "\f7d2";
}

/* line 1142, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-soap:before {
  content: "\e06e";
}

/* line 1143, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-socks:before {
  content: "\f696";
}

/* line 1144, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-solar-panel:before {
  content: "\f5ba";
}

/* line 1145, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort:before {
  content: "\f0dc";
}

/* line 1146, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-down:before {
  content: "\f15d";
}

/* line 1147, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

/* line 1148, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-up:before {
  content: "\f15e";
}

/* line 1149, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

/* line 1150, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-down:before {
  content: "\f160";
}

/* line 1151, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-down-alt:before {
  content: "\f884";
}

/* line 1152, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-up:before {
  content: "\f161";
}

/* line 1153, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-up-alt:before {
  content: "\f885";
}

/* line 1154, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-down:before {
  content: "\f0dd";
}

/* line 1155, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-down:before {
  content: "\f162";
}

/* line 1156, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

/* line 1157, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-up:before {
  content: "\f163";
}

/* line 1158, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

/* line 1159, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-up:before {
  content: "\f0de";
}

/* line 1160, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1161, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sourcetree:before {
  content: "\f7d3";
}

/* line 1162, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spa:before {
  content: "\f5bb";
}

/* line 1163, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1164, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-speakap:before {
  content: "\f3f3";
}

/* line 1165, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-speaker-deck:before {
  content: "\f83c";
}

/* line 1166, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spell-check:before {
  content: "\f891";
}

/* line 1167, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spider:before {
  content: "\f717";
}

/* line 1168, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 1169, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-splotch:before {
  content: "\f5bc";
}

/* line 1170, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1171, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spray-can:before {
  content: "\f5bd";
}

/* line 1172, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 1173, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-full:before {
  content: "\f45c";
}

/* line 1174, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-root-alt:before {
  content: "\f698";
}

/* line 1175, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-squarespace:before {
  content: "\f5be";
}

/* line 1176, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1177, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1178, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stackpath:before {
  content: "\f842";
}

/* line 1179, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stamp:before {
  content: "\f5bf";
}

/* line 1180, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star:before {
  content: "\f005";
}

/* line 1181, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-and-crescent:before {
  content: "\f699";
}

/* line 1182, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 1183, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half-alt:before {
  content: "\f5c0";
}

/* line 1184, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-of-david:before {
  content: "\f69a";
}

/* line 1185, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-of-life:before {
  content: "\f621";
}

/* line 1186, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-staylinked:before {
  content: "\f3f5";
}

/* line 1187, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1188, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1189, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam-symbol:before {
  content: "\f3f6";
}

/* line 1190, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 1191, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 1192, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 1193, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticker-mule:before {
  content: "\f3f7";
}

/* line 1194, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1195, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 1196, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 1197, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stopwatch:before {
  content: "\f2f2";
}

/* line 1198, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stopwatch-20:before {
  content: "\e06f";
}

/* line 1199, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-store:before {
  content: "\f54e";
}

/* line 1200, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-alt:before {
  content: "\f54f";
}

/* line 1201, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-alt-slash:before {
  content: "\e070";
}

/* line 1202, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-slash:before {
  content: "\e071";
}

/* line 1203, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-strava:before {
  content: "\f428";
}

/* line 1204, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stream:before {
  content: "\f550";
}

/* line 1205, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1206, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 1207, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stripe:before {
  content: "\f429";
}

/* line 1208, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stripe-s:before {
  content: "\f42a";
}

/* line 1209, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stroopwafel:before {
  content: "\f551";
}

/* line 1210, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-studiovinari:before {
  content: "\f3f8";
}

/* line 1211, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1212, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1213, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1214, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 1215, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 1216, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase-rolling:before {
  content: "\f5c1";
}

/* line 1217, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sun:before {
  content: "\f185";
}

/* line 1218, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 1219, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1220, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-supple:before {
  content: "\f3f9";
}

/* line 1221, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-surprise:before {
  content: "\f5c2";
}

/* line 1222, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-suse:before {
  content: "\f7d6";
}

/* line 1223, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-swatchbook:before {
  content: "\f5c3";
}

/* line 1224, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-swift:before {
  content: "\f8e1";
}

/* line 1225, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-swimmer:before {
  content: "\f5c4";
}

/* line 1226, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-swimming-pool:before {
  content: "\f5c5";
}

/* line 1227, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-symfony:before {
  content: "\f83d";
}

/* line 1228, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-synagogue:before {
  content: "\f69b";
}

/* line 1229, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sync:before {
  content: "\f021";
}

/* line 1230, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sync-alt:before {
  content: "\f2f1";
}

/* line 1231, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-syringe:before {
  content: "\f48e";
}

/* line 1232, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 1233, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-tennis:before {
  content: "\f45d";
}

/* line 1234, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 1235, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-alt:before {
  content: "\f3fa";
}

/* line 1236, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablets:before {
  content: "\f490";
}

/* line 1237, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-alt:before {
  content: "\f3fd";
}

/* line 1238, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 1239, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 1240, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tape:before {
  content: "\f4db";
}

/* line 1241, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 1242, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1243, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-teamspeak:before {
  content: "\f4f9";
}

/* line 1244, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-teeth:before {
  content: "\f62e";
}

/* line 1245, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-teeth-open:before {
  content: "\f62f";
}

/* line 1246, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 1247, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-telegram-plane:before {
  content: "\f3fe";
}

/* line 1248, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-high:before {
  content: "\f769";
}

/* line 1249, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-low:before {
  content: "\f76b";
}

/* line 1250, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1251, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tenge:before {
  content: "\f7d7";
}

/* line 1252, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 1253, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 1254, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 1255, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 1256, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 1257, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 1258, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-the-red-yeti:before {
  content: "\f69d";
}

/* line 1259, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-theater-masks:before {
  content: "\f630";
}

/* line 1260, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-themeco:before {
  content: "\f5c6";
}

/* line 1261, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 1262, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer:before {
  content: "\f491";
}

/* line 1263, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 1264, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 1265, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 1266, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 1267, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 1268, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-think-peaks:before {
  content: "\f731";
}

/* line 1269, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1270, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1271, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbtack:before {
  content: "\f08d";
}

/* line 1272, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket-alt:before {
  content: "\f3ff";
}

/* line 1273, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tiktok:before {
  content: "\e07b";
}

/* line 1274, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-times:before {
  content: "\f00d";
}

/* line 1275, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 1276, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 1277, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint-slash:before {
  content: "\f5c7";
}

/* line 1278, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tired:before {
  content: "\f5c8";
}

/* line 1279, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1280, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1281, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet:before {
  content: "\f7d8";
}

/* line 1282, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet-paper:before {
  content: "\f71e";
}

/* line 1283, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet-paper-slash:before {
  content: "\e072";
}

/* line 1284, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toolbox:before {
  content: "\f552";
}

/* line 1285, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tools:before {
  content: "\f7d9";
}

/* line 1286, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tooth:before {
  content: "\f5c9";
}

/* line 1287, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-torah:before {
  content: "\f6a0";
}

/* line 1288, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-torii-gate:before {
  content: "\f6a1";
}

/* line 1289, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tractor:before {
  content: "\f722";
}

/* line 1290, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trade-federation:before {
  content: "\f513";
}

/* line 1291, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1292, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-traffic-light:before {
  content: "\f637";
}

/* line 1293, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trailer:before {
  content: "\e041";
}

/* line 1294, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-train:before {
  content: "\f238";
}

/* line 1295, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tram:before {
  content: "\f7da";
}

/* line 1296, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender:before {
  content: "\f224";
}

/* line 1297, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1298, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1299, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-alt:before {
  content: "\f2ed";
}

/* line 1300, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-restore:before {
  content: "\f829";
}

/* line 1301, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-restore-alt:before {
  content: "\f82a";
}

/* line 1302, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1303, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 1304, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1305, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 1306, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 1307, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-loading:before {
  content: "\f4de";
}

/* line 1308, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-monster:before {
  content: "\f63b";
}

/* line 1309, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-moving:before {
  content: "\f4df";
}

/* line 1310, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-pickup:before {
  content: "\f63c";
}

/* line 1311, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tshirt:before {
  content: "\f553";
}

/* line 1312, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1313, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1314, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1315, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tv:before {
  content: "\f26c";
}

/* line 1316, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1317, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 1318, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 1319, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-typo3:before {
  content: "\f42b";
}

/* line 1320, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-uber:before {
  content: "\f402";
}

/* line 1321, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ubuntu:before {
  content: "\f7df";
}

/* line 1322, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-uikit:before {
  content: "\f403";
}

/* line 1323, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbraco:before {
  content: "\f8e8";
}

/* line 1324, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 1325, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella-beach:before {
  content: "\f5ca";
}

/* line 1326, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-uncharted:before {
  content: "\e084";
}

/* line 1327, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 1328, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-undo:before {
  content: "\f0e2";
}

/* line 1329, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-undo-alt:before {
  content: "\f2ea";
}

/* line 1330, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-uniregistry:before {
  content: "\f404";
}

/* line 1331, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-unity:before {
  content: "\e049";
}

/* line 1332, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 1333, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-university:before {
  content: "\f19c";
}

/* line 1334, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlink:before {
  content: "\f127";
}

/* line 1335, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 1336, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1337, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-unsplash:before {
  content: "\e07c";
}

/* line 1338, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-untappd:before {
  content: "\f405";
}

/* line 1339, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 1340, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ups:before {
  content: "\f7e0";
}

/* line 1341, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 1342, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user:before {
  content: "\f007";
}

/* line 1343, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-alt:before {
  content: "\f406";
}

/* line 1344, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-alt-slash:before {
  content: "\f4fa";
}

/* line 1345, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-astronaut:before {
  content: "\f4fb";
}

/* line 1346, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-check:before {
  content: "\f4fc";
}

/* line 1347, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 1348, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-clock:before {
  content: "\f4fd";
}

/* line 1349, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-cog:before {
  content: "\f4fe";
}

/* line 1350, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-edit:before {
  content: "\f4ff";
}

/* line 1351, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-friends:before {
  content: "\f500";
}

/* line 1352, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-graduate:before {
  content: "\f501";
}

/* line 1353, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-injured:before {
  content: "\f728";
}

/* line 1354, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-lock:before {
  content: "\f502";
}

/* line 1355, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 1356, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-minus:before {
  content: "\f503";
}

/* line 1357, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-ninja:before {
  content: "\f504";
}

/* line 1358, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-nurse:before {
  content: "\f82f";
}

/* line 1359, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1360, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1361, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-shield:before {
  content: "\f505";
}

/* line 1362, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-slash:before {
  content: "\f506";
}

/* line 1363, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-tag:before {
  content: "\f507";
}

/* line 1364, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-tie:before {
  content: "\f508";
}

/* line 1365, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 1366, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-users:before {
  content: "\f0c0";
}

/* line 1367, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-cog:before {
  content: "\f509";
}

/* line 1368, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-slash:before {
  content: "\e073";
}

/* line 1369, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-usps:before {
  content: "\f7e1";
}

/* line 1370, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ussunnah:before {
  content: "\f407";
}

/* line 1371, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-utensil-spoon:before {
  content: "\f2e5";
}

/* line 1372, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-utensils:before {
  content: "\f2e7";
}

/* line 1373, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vaadin:before {
  content: "\f408";
}

/* line 1374, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vector-square:before {
  content: "\f5cb";
}

/* line 1375, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 1376, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1377, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1378, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vest:before {
  content: "\e085";
}

/* line 1379, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vest-patches:before {
  content: "\e086";
}

/* line 1380, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1381, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 1382, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 1383, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vial:before {
  content: "\f492";
}

/* line 1384, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vials:before {
  content: "\f493";
}

/* line 1385, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-viber:before {
  content: "\f409";
}

/* line 1386, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-video:before {
  content: "\f03d";
}

/* line 1387, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-video-slash:before {
  content: "\f4e2";
}

/* line 1388, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vihara:before {
  content: "\f6a7";
}

/* line 1389, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo:before {
  content: "\f40a";
}

/* line 1390, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1391, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo-v:before {
  content: "\f27d";
}

/* line 1392, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1393, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus:before {
  content: "\e074";
}

/* line 1394, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus-slash:before {
  content: "\e075";
}

/* line 1395, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-viruses:before {
  content: "\e076";
}

/* line 1396, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 1397, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vnv:before {
  content: "\f40b";
}

/* line 1398, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-voicemail:before {
  content: "\f897";
}

/* line 1399, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volleyball-ball:before {
  content: "\f45f";
}

/* line 1400, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 1401, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-mute:before {
  content: "\f6a9";
}

/* line 1402, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 1403, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 1404, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vote-yea:before {
  content: "\f772";
}

/* line 1405, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vr-cardboard:before {
  content: "\f729";
}

/* line 1406, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vuejs:before {
  content: "\f41f";
}

/* line 1407, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-walking:before {
  content: "\f554";
}

/* line 1408, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wallet:before {
  content: "\f555";
}

/* line 1409, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-warehouse:before {
  content: "\f494";
}

/* line 1410, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-watchman-monitoring:before {
  content: "\e087";
}

/* line 1411, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-water:before {
  content: "\f773";
}

/* line 1412, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wave-square:before {
  content: "\f83e";
}

/* line 1413, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-waze:before {
  content: "\f83f";
}

/* line 1414, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-weebly:before {
  content: "\f5cc";
}

/* line 1415, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1416, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight:before {
  content: "\f496";
}

/* line 1417, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight-hanging:before {
  content: "\f5cd";
}

/* line 1418, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1419, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1420, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-whatsapp-square:before {
  content: "\f40c";
}

/* line 1421, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1422, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-whmcs:before {
  content: "\f40d";
}

/* line 1423, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1424, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1425, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wind:before {
  content: "\f72e";
}

/* line 1426, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-close:before {
  content: "\f410";
}

/* line 1427, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 1428, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 1429, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 1430, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 1431, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-bottle:before {
  content: "\f72f";
}

/* line 1432, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass:before {
  content: "\f4e3";
}

/* line 1433, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass-alt:before {
  content: "\f5ce";
}

/* line 1434, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wix:before {
  content: "\f5cf";
}

/* line 1435, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wizards-of-the-coast:before {
  content: "\f730";
}

/* line 1436, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wodu:before {
  content: "\e088";
}

/* line 1437, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 1438, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-won-sign:before {
  content: "\f159";
}

/* line 1439, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1440, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wordpress-simple:before {
  content: "\f411";
}

/* line 1441, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 1442, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 1443, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 1444, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpressr:before {
  content: "\f3e4";
}

/* line 1445, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 1446, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-x-ray:before {
  content: "\f497";
}

/* line 1447, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-xbox:before {
  content: "\f412";
}

/* line 1448, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 1449, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1450, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1451, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1452, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yammer:before {
  content: "\f840";
}

/* line 1453, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yandex:before {
  content: "\f413";
}

/* line 1454, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yandex-international:before {
  content: "\f414";
}

/* line 1455, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yarn:before {
  content: "\f7e3";
}

/* line 1456, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1457, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yen-sign:before {
  content: "\f157";
}

/* line 1458, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yin-yang:before {
  content: "\f6ad";
}

/* line 1459, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 1460, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 1461, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube-square:before {
  content: "\f431";
}

/* line 1462, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-zhihu:before {
  content: "\f63f";
}

/* line 4, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_screen-reader.scss */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 47, vendor/ruby/3.3.0/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
YUI 3.15.0 (build 834026e)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/* line 8, app/assets/stylesheets/landing_ja/lib/cssreset-min.css */
html {
  color: #000;
  background: #FFF;
}

/* line 8, app/assets/stylesheets/landing_ja/lib/cssreset-min.css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

/* line 8, app/assets/stylesheets/landing_ja/lib/cssreset-min.css */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 8, app/assets/stylesheets/landing_ja/lib/cssreset-min.css */
fieldset, img {
  border: 0;
}

/* line 8, app/assets/stylesheets/landing_ja/lib/cssreset-min.css */
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

/* line 8, app/assets/stylesheets/landing_ja/lib/cssreset-min.css */
ol, ul {
  list-style: none;
}

/* line 8, app/assets/stylesheets/landing_ja/lib/cssreset-min.css */
caption, th {
  text-align: left;
}

/* line 8, app/assets/stylesheets/landing_ja/lib/cssreset-min.css */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

/* line 8, app/assets/stylesheets/landing_ja/lib/cssreset-min.css */
q:before, q:after {
  content: '';
}

/* line 8, app/assets/stylesheets/landing_ja/lib/cssreset-min.css */
abbr, acronym {
  border: 0;
  font-variant: normal;
}

/* line 8, app/assets/stylesheets/landing_ja/lib/cssreset-min.css */
sup {
  vertical-align: text-top;
}

/* line 8, app/assets/stylesheets/landing_ja/lib/cssreset-min.css */
sub {
  vertical-align: text-bottom;
}

/* line 8, app/assets/stylesheets/landing_ja/lib/cssreset-min.css */
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

/* line 8, app/assets/stylesheets/landing_ja/lib/cssreset-min.css */
legend {
  color: #000;
}

/* line 8, app/assets/stylesheets/landing_ja/lib/cssreset-min.css */
#yui3-css-stamp.cssreset {
  display: none;
}

/* line 1, app/assets/stylesheets/landing_ja/lib/foundation.css */
meta.foundation-version {
  font-family: "/5.2.2/";
}

/* line 4, app/assets/stylesheets/landing_ja/lib/foundation.css */
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

/*meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }
*/
/* line 12, app/assets/stylesheets/landing_ja/lib/foundation.css */
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

/* line 16, app/assets/stylesheets/landing_ja/lib/foundation.css */
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

/* line 20, app/assets/stylesheets/landing_ja/lib/foundation.css */
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

/* line 24, app/assets/stylesheets/landing_ja/lib/foundation.css */
meta.foundation-data-attribute-namespace {
  font-family: false;
}

/* line 27, app/assets/stylesheets/landing_ja/lib/foundation.css */
html, body {
  height: 100%;
}

/* line 30, app/assets/stylesheets/landing_ja/lib/foundation.css */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 37, app/assets/stylesheets/landing_ja/lib/foundation.css */
html,
body {
  font-size: 100%;
}

/* line 41, app/assets/stylesheets/landing_ja/lib/foundation.css */
body {
  background: white;
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

/* line 51, app/assets/stylesheets/landing_ja/lib/foundation.css */
a:hover {
  cursor: pointer;
}

/* line 54, app/assets/stylesheets/landing_ja/lib/foundation.css */
img {
  max-width: 100%;
  height: auto;
}

/* line 58, app/assets/stylesheets/landing_ja/lib/foundation.css */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 61, app/assets/stylesheets/landing_ja/lib/foundation.css */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

/* line 69, app/assets/stylesheets/landing_ja/lib/foundation.css */
.left {
  float: left !important;
}

/* line 72, app/assets/stylesheets/landing_ja/lib/foundation.css */
.right {
  float: right !important;
}

/* line 75, app/assets/stylesheets/landing_ja/lib/foundation.css */
.clearfix {
  *zoom: 1;
}

/* line 77, app/assets/stylesheets/landing_ja/lib/foundation.css */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

/* line 80, app/assets/stylesheets/landing_ja/lib/foundation.css */
.clearfix:after {
  clear: both;
}

/* line 83, app/assets/stylesheets/landing_ja/lib/foundation.css */
.hide {
  display: none;
}

/* line 86, app/assets/stylesheets/landing_ja/lib/foundation.css */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 90, app/assets/stylesheets/landing_ja/lib/foundation.css */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 94, app/assets/stylesheets/landing_ja/lib/foundation.css */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 98, app/assets/stylesheets/landing_ja/lib/foundation.css */
select {
  width: 100%;
}

/* line 101, app/assets/stylesheets/landing_ja/lib/foundation.css */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  *zoom: 1;
}

/* line 109, app/assets/stylesheets/landing_ja/lib/foundation.css */
.row:before, .row:after {
  content: " ";
  display: table;
}

/* line 112, app/assets/stylesheets/landing_ja/lib/foundation.css */
.row:after {
  clear: both;
}

/* line 114, app/assets/stylesheets/landing_ja/lib/foundation.css */
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

/* line 118, app/assets/stylesheets/landing_ja/lib/foundation.css */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

/* line 121, app/assets/stylesheets/landing_ja/lib/foundation.css */
.row .row {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}

/* line 129, app/assets/stylesheets/landing_ja/lib/foundation.css */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}

/* line 132, app/assets/stylesheets/landing_ja/lib/foundation.css */
.row .row:after {
  clear: both;
}

/* line 134, app/assets/stylesheets/landing_ja/lib/foundation.css */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}

/* line 139, app/assets/stylesheets/landing_ja/lib/foundation.css */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}

/* line 142, app/assets/stylesheets/landing_ja/lib/foundation.css */
.row .row.collapse:after {
  clear: both;
}

/* line 145, app/assets/stylesheets/landing_ja/lib/foundation.css */
.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

@media only screen {
  /* line 153, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  /* line 158, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  /* line 163, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  /* line 168, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  /* line 173, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  /* line 178, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  /* line 183, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  /* line 188, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  /* line 193, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  /* line 198, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  /* line 203, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  /* line 208, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  /* line 213, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  /* line 218, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  /* line 223, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  /* line 228, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  /* line 233, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  /* line 238, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  /* line 243, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  /* line 248, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  /* line 253, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  /* line 258, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  /* line 263, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  /* line 268, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  /* line 273, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .column,
.columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  /* line 280, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-1 {
    width: 8.33333%;
  }
  /* line 283, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-2 {
    width: 16.66667%;
  }
  /* line 286, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-3 {
    width: 25%;
  }
  /* line 289, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-4 {
    width: 33.33333%;
  }
  /* line 292, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-5 {
    width: 41.66667%;
  }
  /* line 295, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-6 {
    width: 50%;
  }
  /* line 298, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-7 {
    width: 58.33333%;
  }
  /* line 301, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-8 {
    width: 66.66667%;
  }
  /* line 304, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-9 {
    width: 75%;
  }
  /* line 307, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-10 {
    width: 83.33333%;
  }
  /* line 310, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-11 {
    width: 91.66667%;
  }
  /* line 313, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-12 {
    width: 100%;
  }
  /* line 316, app/assets/stylesheets/landing_ja/lib/foundation.css */
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }
  /* line 319, app/assets/stylesheets/landing_ja/lib/foundation.css */
  [class*="column"] + .end[class*="column"] {
    float: left;
  }
  /* line 322, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-offset-0 {
    margin-left: 0% !important;
  }
  /* line 325, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-offset-1 {
    margin-left: 8.33333% !important;
  }
  /* line 328, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-offset-2 {
    margin-left: 16.66667% !important;
  }
  /* line 331, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-offset-3 {
    margin-left: 25% !important;
  }
  /* line 334, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-offset-4 {
    margin-left: 33.33333% !important;
  }
  /* line 337, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-offset-5 {
    margin-left: 41.66667% !important;
  }
  /* line 340, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-offset-6 {
    margin-left: 50% !important;
  }
  /* line 343, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-offset-7 {
    margin-left: 58.33333% !important;
  }
  /* line 346, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-offset-8 {
    margin-left: 66.66667% !important;
  }
  /* line 349, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-offset-9 {
    margin-left: 75% !important;
  }
  /* line 352, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-offset-10 {
    margin-left: 83.33333% !important;
  }
  /* line 355, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-offset-11 {
    margin-left: 91.66667% !important;
  }
  /* line 358, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-reset-order,
.small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  /* line 366, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .column.small-centered,
.columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  /* line 372, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .column.small-uncentered,
.columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
  /* line 378, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .column.small-uncentered.opposite,
.columns.small-uncentered.opposite {
    float: right;
  }
}

@media only screen and (min-width: 641px) {
  /* line 383, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  /* line 388, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  /* line 393, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  /* line 398, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  /* line 403, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  /* line 408, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  /* line 413, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  /* line 418, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  /* line 423, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  /* line 428, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  /* line 433, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  /* line 438, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  /* line 443, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  /* line 448, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  /* line 453, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  /* line 458, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  /* line 463, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  /* line 468, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  /* line 473, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  /* line 478, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  /* line 483, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  /* line 488, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  /* line 493, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  /* line 498, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  /* line 503, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .column,
.columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  /* line 510, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-1 {
    width: 8.33333%;
  }
  /* line 513, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-2 {
    width: 16.66667%;
  }
  /* line 516, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-3 {
    width: 25%;
  }
  /* line 519, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-4 {
    width: 33.33333%;
  }
  /* line 522, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-5 {
    width: 41.66667%;
  }
  /* line 525, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-6 {
    width: 50%;
  }
  /* line 528, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-7 {
    width: 58.33333%;
  }
  /* line 531, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-8 {
    width: 66.66667%;
  }
  /* line 534, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-9 {
    width: 75%;
  }
  /* line 537, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-10 {
    width: 83.33333%;
  }
  /* line 540, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-11 {
    width: 91.66667%;
  }
  /* line 543, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-12 {
    width: 100%;
  }
  /* line 546, app/assets/stylesheets/landing_ja/lib/foundation.css */
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }
  /* line 549, app/assets/stylesheets/landing_ja/lib/foundation.css */
  [class*="column"] + .end[class*="column"] {
    float: left;
  }
  /* line 552, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-offset-0 {
    margin-left: 0% !important;
  }
  /* line 555, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }
  /* line 558, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }
  /* line 561, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  /* line 564, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }
  /* line 567, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }
  /* line 570, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  /* line 573, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }
  /* line 576, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }
  /* line 579, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  /* line 582, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }
  /* line 585, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }
  /* line 588, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-reset-order,
.medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  /* line 596, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .column.medium-centered,
.columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  /* line 602, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .column.medium-uncentered,
.columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
  /* line 608, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .column.medium-uncentered.opposite,
.columns.medium-uncentered.opposite {
    float: right;
  }
  /* line 612, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  /* line 617, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  /* line 622, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  /* line 627, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  /* line 632, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  /* line 637, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  /* line 642, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  /* line 647, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  /* line 652, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  /* line 657, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  /* line 662, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  /* line 667, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  /* line 672, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  /* line 677, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  /* line 682, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  /* line 687, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  /* line 692, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  /* line 697, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  /* line 702, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  /* line 707, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  /* line 712, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  /* line 717, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  /* line 722, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  /* line 727, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}

@media only screen and (min-width: 769px) {
  /* line 732, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  /* line 737, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  /* line 742, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  /* line 747, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  /* line 752, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  /* line 757, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  /* line 762, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  /* line 767, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  /* line 772, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  /* line 777, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  /* line 782, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  /* line 787, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  /* line 792, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  /* line 797, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  /* line 802, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  /* line 807, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  /* line 812, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  /* line 817, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  /* line 822, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  /* line 827, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  /* line 832, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  /* line 837, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  /* line 842, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  /* line 847, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  /* line 852, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .column,
.columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  /* line 859, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-1 {
    width: 8.33333%;
  }
  /* line 862, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-2 {
    width: 16.66667%;
  }
  /* line 865, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-3 {
    width: 25%;
  }
  /* line 868, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-4 {
    width: 33.33333%;
  }
  /* line 871, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-5 {
    width: 41.66667%;
  }
  /* line 874, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-6 {
    width: 50%;
  }
  /* line 877, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-7 {
    width: 58.33333%;
  }
  /* line 880, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-8 {
    width: 66.66667%;
  }
  /* line 883, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-9 {
    width: 75%;
  }
  /* line 886, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-10 {
    width: 83.33333%;
  }
  /* line 889, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-11 {
    width: 91.66667%;
  }
  /* line 892, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-12 {
    width: 100%;
  }
  /* line 895, app/assets/stylesheets/landing_ja/lib/foundation.css */
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }
  /* line 898, app/assets/stylesheets/landing_ja/lib/foundation.css */
  [class*="column"] + .end[class*="column"] {
    float: left;
  }
  /* line 901, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-offset-0 {
    margin-left: 0% !important;
  }
  /* line 904, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-offset-1 {
    margin-left: 8.33333% !important;
  }
  /* line 907, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-offset-2 {
    margin-left: 16.66667% !important;
  }
  /* line 910, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-offset-3 {
    margin-left: 25% !important;
  }
  /* line 913, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-offset-4 {
    margin-left: 33.33333% !important;
  }
  /* line 916, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-offset-5 {
    margin-left: 41.66667% !important;
  }
  /* line 919, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-offset-6 {
    margin-left: 50% !important;
  }
  /* line 922, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-offset-7 {
    margin-left: 58.33333% !important;
  }
  /* line 925, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-offset-8 {
    margin-left: 66.66667% !important;
  }
  /* line 928, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-offset-9 {
    margin-left: 75% !important;
  }
  /* line 931, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-offset-10 {
    margin-left: 83.33333% !important;
  }
  /* line 934, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-offset-11 {
    margin-left: 91.66667% !important;
  }
  /* line 937, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-reset-order,
.large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  /* line 945, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .column.large-centered,
.columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  /* line 951, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .column.large-uncentered,
.columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
  /* line 957, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .column.large-uncentered.opposite,
.columns.large-uncentered.opposite {
    float: right;
  }
  /* line 961, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  /* line 966, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  /* line 971, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  /* line 976, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  /* line 981, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  /* line 986, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  /* line 991, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  /* line 996, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  /* line 1001, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  /* line 1006, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  /* line 1011, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  /* line 1016, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  /* line 1021, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  /* line 1026, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  /* line 1031, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  /* line 1036, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  /* line 1041, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  /* line 1046, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  /* line 1051, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  /* line 1056, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  /* line 1061, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  /* line 1066, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  /* line 1071, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  /* line 1076, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}

/* line 1080, app/assets/stylesheets/landing_ja/lib/foundation.css */
button, .button, .registration-oauth__twitter-btn, .registration-oauth__google-btn, .registration-oauth__facebook-btn, .registration-email-btn, .price-lineup__button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #008cba;
  border-color: #007095;
  color: white;
  transition: background-color 300ms ease-out;
}

/* line 1103, app/assets/stylesheets/landing_ja/lib/foundation.css */
button:hover, button:focus, .button:hover, .registration-oauth__twitter-btn:hover, .registration-oauth__google-btn:hover, .registration-oauth__facebook-btn:hover, .registration-email-btn:hover, .price-lineup__button:hover, .button:focus, .registration-oauth__twitter-btn:focus, .registration-oauth__google-btn:focus, .registration-oauth__facebook-btn:focus, .registration-email-btn:focus, .price-lineup__button:focus {
  background-color: #007095;
}

/* line 1105, app/assets/stylesheets/landing_ja/lib/foundation.css */
button:hover, button:focus, .button:hover, .registration-oauth__twitter-btn:hover, .registration-oauth__google-btn:hover, .registration-oauth__facebook-btn:hover, .registration-email-btn:hover, .price-lineup__button:hover, .button:focus, .registration-oauth__twitter-btn:focus, .registration-oauth__google-btn:focus, .registration-oauth__facebook-btn:focus, .registration-email-btn:focus, .price-lineup__button:focus {
  color: white;
}

/* line 1107, app/assets/stylesheets/landing_ja/lib/foundation.css */
button.secondary, .button.secondary, .secondary.registration-oauth__twitter-btn, .secondary.registration-oauth__google-btn, .secondary.registration-oauth__facebook-btn, .secondary.registration-email-btn, .secondary.price-lineup__button {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}

/* line 1111, app/assets/stylesheets/landing_ja/lib/foundation.css */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .secondary.registration-oauth__twitter-btn:hover, .secondary.registration-oauth__google-btn:hover, .secondary.registration-oauth__facebook-btn:hover, .secondary.registration-email-btn:hover, .secondary.price-lineup__button:hover, .button.secondary:focus, .secondary.registration-oauth__twitter-btn:focus, .secondary.registration-oauth__google-btn:focus, .secondary.registration-oauth__facebook-btn:focus, .secondary.registration-email-btn:focus, .secondary.price-lineup__button:focus {
  background-color: #b9b9b9;
}

/* line 1113, app/assets/stylesheets/landing_ja/lib/foundation.css */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .secondary.registration-oauth__twitter-btn:hover, .secondary.registration-oauth__google-btn:hover, .secondary.registration-oauth__facebook-btn:hover, .secondary.registration-email-btn:hover, .secondary.price-lineup__button:hover, .button.secondary:focus, .secondary.registration-oauth__twitter-btn:focus, .secondary.registration-oauth__google-btn:focus, .secondary.registration-oauth__facebook-btn:focus, .secondary.registration-email-btn:focus, .secondary.price-lineup__button:focus {
  color: #333333;
}

/* line 1115, app/assets/stylesheets/landing_ja/lib/foundation.css */
button.success, .button.success, .success.registration-oauth__twitter-btn, .success.registration-oauth__google-btn, .success.registration-oauth__facebook-btn, .success.registration-email-btn, .success.price-lineup__button {
  background-color: #43ac6a;
  border-color: #368a55;
  color: white;
}

/* line 1119, app/assets/stylesheets/landing_ja/lib/foundation.css */
button.success:hover, button.success:focus, .button.success:hover, .success.registration-oauth__twitter-btn:hover, .success.registration-oauth__google-btn:hover, .success.registration-oauth__facebook-btn:hover, .success.registration-email-btn:hover, .success.price-lineup__button:hover, .button.success:focus, .success.registration-oauth__twitter-btn:focus, .success.registration-oauth__google-btn:focus, .success.registration-oauth__facebook-btn:focus, .success.registration-email-btn:focus, .success.price-lineup__button:focus {
  background-color: #368a55;
}

/* line 1121, app/assets/stylesheets/landing_ja/lib/foundation.css */
button.success:hover, button.success:focus, .button.success:hover, .success.registration-oauth__twitter-btn:hover, .success.registration-oauth__google-btn:hover, .success.registration-oauth__facebook-btn:hover, .success.registration-email-btn:hover, .success.price-lineup__button:hover, .button.success:focus, .success.registration-oauth__twitter-btn:focus, .success.registration-oauth__google-btn:focus, .success.registration-oauth__facebook-btn:focus, .success.registration-email-btn:focus, .success.price-lineup__button:focus {
  color: white;
}

/* line 1123, app/assets/stylesheets/landing_ja/lib/foundation.css */
button.alert, .button.alert, .alert.registration-oauth__twitter-btn, .alert.registration-oauth__google-btn, .alert.registration-oauth__facebook-btn, .alert.registration-email-btn, .alert.price-lineup__button {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: white;
}

/* line 1127, app/assets/stylesheets/landing_ja/lib/foundation.css */
button.alert:hover, button.alert:focus, .button.alert:hover, .alert.registration-oauth__twitter-btn:hover, .alert.registration-oauth__google-btn:hover, .alert.registration-oauth__facebook-btn:hover, .alert.registration-email-btn:hover, .alert.price-lineup__button:hover, .button.alert:focus, .alert.registration-oauth__twitter-btn:focus, .alert.registration-oauth__google-btn:focus, .alert.registration-oauth__facebook-btn:focus, .alert.registration-email-btn:focus, .alert.price-lineup__button:focus {
  background-color: #cf2a0e;
}

/* line 1129, app/assets/stylesheets/landing_ja/lib/foundation.css */
button.alert:hover, button.alert:focus, .button.alert:hover, .alert.registration-oauth__twitter-btn:hover, .alert.registration-oauth__google-btn:hover, .alert.registration-oauth__facebook-btn:hover, .alert.registration-email-btn:hover, .alert.price-lineup__button:hover, .button.alert:focus, .alert.registration-oauth__twitter-btn:focus, .alert.registration-oauth__google-btn:focus, .alert.registration-oauth__facebook-btn:focus, .alert.registration-email-btn:focus, .alert.price-lineup__button:focus {
  color: white;
}

/* line 1131, app/assets/stylesheets/landing_ja/lib/foundation.css */
button.large, .button.large, .large.registration-oauth__twitter-btn, .large.registration-oauth__google-btn, .large.registration-oauth__facebook-btn, .large.registration-email-btn, .large.price-lineup__button {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1.25rem;
}

/* line 1137, app/assets/stylesheets/landing_ja/lib/foundation.css */
button.small, .button.small, .small.registration-oauth__twitter-btn, .small.registration-oauth__google-btn, .small.registration-oauth__facebook-btn, .small.registration-email-btn, .small.price-lineup__button {
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 0.8125rem;
}

/* line 1143, app/assets/stylesheets/landing_ja/lib/foundation.css */
button.tiny, .button.tiny, .tiny.registration-oauth__twitter-btn, .tiny.registration-oauth__google-btn, .tiny.registration-oauth__facebook-btn, .tiny.registration-email-btn, .tiny.price-lineup__button {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.6875rem;
}

/* line 1149, app/assets/stylesheets/landing_ja/lib/foundation.css */
button.expand, .button.expand, .expand.registration-oauth__twitter-btn, .expand.registration-oauth__google-btn, .expand.registration-oauth__facebook-btn, .expand.registration-email-btn, .expand.price-lineup__button {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

/* line 1153, app/assets/stylesheets/landing_ja/lib/foundation.css */
button.left-align, .button.left-align, .left-align.registration-oauth__twitter-btn, .left-align.registration-oauth__google-btn, .left-align.registration-oauth__facebook-btn, .left-align.registration-email-btn, .left-align.price-lineup__button {
  text-align: left;
  text-indent: 0.75rem;
}

/* line 1156, app/assets/stylesheets/landing_ja/lib/foundation.css */
button.right-align, .button.right-align, .right-align.registration-oauth__twitter-btn, .right-align.registration-oauth__google-btn, .right-align.registration-oauth__facebook-btn, .right-align.registration-email-btn, .right-align.price-lineup__button {
  text-align: right;
  padding-right: 0.75rem;
}

/* line 1159, app/assets/stylesheets/landing_ja/lib/foundation.css */
button.radius, .button.radius, .radius.registration-oauth__twitter-btn, .radius.registration-oauth__google-btn, .radius.registration-oauth__facebook-btn, .radius.registration-email-btn, .radius.price-lineup__button {
  border-radius: 3px;
}

/* line 1161, app/assets/stylesheets/landing_ja/lib/foundation.css */
button.round, .button.round, .round.registration-oauth__twitter-btn, .round.registration-oauth__google-btn, .round.registration-oauth__facebook-btn, .round.registration-email-btn, .round.price-lineup__button {
  border-radius: 1000px;
}

/* line 1163, app/assets/stylesheets/landing_ja/lib/foundation.css */
button.disabled, button[disabled], .button.disabled, .disabled.registration-oauth__twitter-btn, .disabled.registration-oauth__google-btn, .disabled.registration-oauth__facebook-btn, .disabled.registration-email-btn, .disabled.price-lineup__button, .button[disabled], .registration-oauth__twitter-btn[disabled], .registration-oauth__google-btn[disabled], .registration-oauth__facebook-btn[disabled], .registration-email-btn[disabled], .price-lineup__button[disabled] {
  background-color: #008cba;
  border-color: #007095;
  color: white;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

/* line 1170, app/assets/stylesheets/landing_ja/lib/foundation.css */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .disabled.registration-oauth__twitter-btn:hover, .disabled.registration-oauth__google-btn:hover, .disabled.registration-oauth__facebook-btn:hover, .disabled.registration-email-btn:hover, .disabled.price-lineup__button:hover, .button.disabled:focus, .disabled.registration-oauth__twitter-btn:focus, .disabled.registration-oauth__google-btn:focus, .disabled.registration-oauth__facebook-btn:focus, .disabled.registration-email-btn:focus, .disabled.price-lineup__button:focus, .button[disabled]:hover, .registration-oauth__twitter-btn[disabled]:hover, .registration-oauth__google-btn[disabled]:hover, .registration-oauth__facebook-btn[disabled]:hover, .registration-email-btn[disabled]:hover, .price-lineup__button[disabled]:hover, .button[disabled]:focus, .registration-oauth__twitter-btn[disabled]:focus, .registration-oauth__google-btn[disabled]:focus, .registration-oauth__facebook-btn[disabled]:focus, .registration-email-btn[disabled]:focus, .price-lineup__button[disabled]:focus {
  background-color: #007095;
}

/* line 1172, app/assets/stylesheets/landing_ja/lib/foundation.css */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .disabled.registration-oauth__twitter-btn:hover, .disabled.registration-oauth__google-btn:hover, .disabled.registration-oauth__facebook-btn:hover, .disabled.registration-email-btn:hover, .disabled.price-lineup__button:hover, .button.disabled:focus, .disabled.registration-oauth__twitter-btn:focus, .disabled.registration-oauth__google-btn:focus, .disabled.registration-oauth__facebook-btn:focus, .disabled.registration-email-btn:focus, .disabled.price-lineup__button:focus, .button[disabled]:hover, .registration-oauth__twitter-btn[disabled]:hover, .registration-oauth__google-btn[disabled]:hover, .registration-oauth__facebook-btn[disabled]:hover, .registration-email-btn[disabled]:hover, .price-lineup__button[disabled]:hover, .button[disabled]:focus, .registration-oauth__twitter-btn[disabled]:focus, .registration-oauth__google-btn[disabled]:focus, .registration-oauth__facebook-btn[disabled]:focus, .registration-email-btn[disabled]:focus, .price-lineup__button[disabled]:focus {
  color: white;
}

/* line 1174, app/assets/stylesheets/landing_ja/lib/foundation.css */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .disabled.registration-oauth__twitter-btn:hover, .disabled.registration-oauth__google-btn:hover, .disabled.registration-oauth__facebook-btn:hover, .disabled.registration-email-btn:hover, .disabled.price-lineup__button:hover, .button.disabled:focus, .disabled.registration-oauth__twitter-btn:focus, .disabled.registration-oauth__google-btn:focus, .disabled.registration-oauth__facebook-btn:focus, .disabled.registration-email-btn:focus, .disabled.price-lineup__button:focus, .button[disabled]:hover, .registration-oauth__twitter-btn[disabled]:hover, .registration-oauth__google-btn[disabled]:hover, .registration-oauth__facebook-btn[disabled]:hover, .registration-email-btn[disabled]:hover, .price-lineup__button[disabled]:hover, .button[disabled]:focus, .registration-oauth__twitter-btn[disabled]:focus, .registration-oauth__google-btn[disabled]:focus, .registration-oauth__facebook-btn[disabled]:focus, .registration-email-btn[disabled]:focus, .price-lineup__button[disabled]:focus {
  background-color: #008cba;
}

/* line 1176, app/assets/stylesheets/landing_ja/lib/foundation.css */
button.disabled.secondary, button.secondary[disabled], .button.disabled.secondary, .disabled.secondary.registration-oauth__twitter-btn, .disabled.secondary.registration-oauth__google-btn, .disabled.secondary.registration-oauth__facebook-btn, .disabled.secondary.registration-email-btn, .disabled.secondary.price-lineup__button, .button.secondary[disabled], .secondary.registration-oauth__twitter-btn[disabled], .secondary.registration-oauth__google-btn[disabled], .secondary.registration-oauth__facebook-btn[disabled], .secondary.registration-email-btn[disabled], .secondary.price-lineup__button[disabled] {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

/* line 1183, app/assets/stylesheets/landing_ja/lib/foundation.css */
button.disabled.secondary:hover, button.disabled.secondary:focus, button.secondary[disabled]:hover, button.secondary[disabled]:focus, .button.disabled.secondary:hover, .disabled.secondary.registration-oauth__twitter-btn:hover, .disabled.secondary.registration-oauth__google-btn:hover, .disabled.secondary.registration-oauth__facebook-btn:hover, .disabled.secondary.registration-email-btn:hover, .disabled.secondary.price-lineup__button:hover, .button.disabled.secondary:focus, .disabled.secondary.registration-oauth__twitter-btn:focus, .disabled.secondary.registration-oauth__google-btn:focus, .disabled.secondary.registration-oauth__facebook-btn:focus, .disabled.secondary.registration-email-btn:focus, .disabled.secondary.price-lineup__button:focus, .button.secondary[disabled]:hover, .secondary.registration-oauth__twitter-btn[disabled]:hover, .secondary.registration-oauth__google-btn[disabled]:hover, .secondary.registration-oauth__facebook-btn[disabled]:hover, .secondary.registration-email-btn[disabled]:hover, .secondary.price-lineup__button[disabled]:hover, .button.secondary[disabled]:focus, .secondary.registration-oauth__twitter-btn[disabled]:focus, .secondary.registration-oauth__google-btn[disabled]:focus, .secondary.registration-oauth__facebook-btn[disabled]:focus, .secondary.registration-email-btn[disabled]:focus, .secondary.price-lineup__button[disabled]:focus {
  background-color: #b9b9b9;
}

/* line 1185, app/assets/stylesheets/landing_ja/lib/foundation.css */
button.disabled.secondary:hover, button.disabled.secondary:focus, button.secondary[disabled]:hover, button.secondary[disabled]:focus, .button.disabled.secondary:hover, .disabled.secondary.registration-oauth__twitter-btn:hover, .disabled.secondary.registration-oauth__google-btn:hover, .disabled.secondary.registration-oauth__facebook-btn:hover, .disabled.secondary.registration-email-btn:hover, .disabled.secondary.price-lineup__button:hover, .button.disabled.secondary:focus, .disabled.secondary.registration-oauth__twitter-btn:focus, .disabled.secondary.registration-oauth__google-btn:focus, .disabled.secondary.registration-oauth__facebook-btn:focus, .disabled.secondary.registration-email-btn:focus, .disabled.secondary.price-lineup__button:focus, .button.secondary[disabled]:hover, .secondary.registration-oauth__twitter-btn[disabled]:hover, .secondary.registration-oauth__google-btn[disabled]:hover, .secondary.registration-oauth__facebook-btn[disabled]:hover, .secondary.registration-email-btn[disabled]:hover, .secondary.price-lineup__button[disabled]:hover, .button.secondary[disabled]:focus, .secondary.registration-oauth__twitter-btn[disabled]:focus, .secondary.registration-oauth__google-btn[disabled]:focus, .secondary.registration-oauth__facebook-btn[disabled]:focus, .secondary.registration-email-btn[disabled]:focus, .secondary.price-lineup__button[disabled]:focus {
  color: #333333;
}

/* line 1187, app/assets/stylesheets/landing_ja/lib/foundation.css */
button.disabled.secondary:hover, button.disabled.secondary:focus, button.secondary[disabled]:hover, button.secondary[disabled]:focus, .button.disabled.secondary:hover, .disabled.secondary.registration-oauth__twitter-btn:hover, .disabled.secondary.registration-oauth__google-btn:hover, .disabled.secondary.registration-oauth__facebook-btn:hover, .disabled.secondary.registration-email-btn:hover, .disabled.secondary.price-lineup__button:hover, .button.disabled.secondary:focus, .disabled.secondary.registration-oauth__twitter-btn:focus, .disabled.secondary.registration-oauth__google-btn:focus, .disabled.secondary.registration-oauth__facebook-btn:focus, .disabled.secondary.registration-email-btn:focus, .disabled.secondary.price-lineup__button:focus, .button.secondary[disabled]:hover, .secondary.registration-oauth__twitter-btn[disabled]:hover, .secondary.registration-oauth__google-btn[disabled]:hover, .secondary.registration-oauth__facebook-btn[disabled]:hover, .secondary.registration-email-btn[disabled]:hover, .secondary.price-lineup__button[disabled]:hover, .button.secondary[disabled]:focus, .secondary.registration-oauth__twitter-btn[disabled]:focus, .secondary.registration-oauth__google-btn[disabled]:focus, .secondary.registration-oauth__facebook-btn[disabled]:focus, .secondary.registration-email-btn[disabled]:focus, .secondary.price-lineup__button[disabled]:focus {
  background-color: #e7e7e7;
}

/* line 1189, app/assets/stylesheets/landing_ja/lib/foundation.css */
button.disabled.success, button.success[disabled], .button.disabled.success, .disabled.success.registration-oauth__twitter-btn, .disabled.success.registration-oauth__google-btn, .disabled.success.registration-oauth__facebook-btn, .disabled.success.registration-email-btn, .disabled.success.price-lineup__button, .button.success[disabled], .success.registration-oauth__twitter-btn[disabled], .success.registration-oauth__google-btn[disabled], .success.registration-oauth__facebook-btn[disabled], .success.registration-email-btn[disabled], .success.price-lineup__button[disabled] {
  background-color: #43ac6a;
  border-color: #368a55;
  color: white;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

/* line 1196, app/assets/stylesheets/landing_ja/lib/foundation.css */
button.disabled.success:hover, button.disabled.success:focus, button.success[disabled]:hover, button.success[disabled]:focus, .button.disabled.success:hover, .disabled.success.registration-oauth__twitter-btn:hover, .disabled.success.registration-oauth__google-btn:hover, .disabled.success.registration-oauth__facebook-btn:hover, .disabled.success.registration-email-btn:hover, .disabled.success.price-lineup__button:hover, .button.disabled.success:focus, .disabled.success.registration-oauth__twitter-btn:focus, .disabled.success.registration-oauth__google-btn:focus, .disabled.success.registration-oauth__facebook-btn:focus, .disabled.success.registration-email-btn:focus, .disabled.success.price-lineup__button:focus, .button.success[disabled]:hover, .success.registration-oauth__twitter-btn[disabled]:hover, .success.registration-oauth__google-btn[disabled]:hover, .success.registration-oauth__facebook-btn[disabled]:hover, .success.registration-email-btn[disabled]:hover, .success.price-lineup__button[disabled]:hover, .button.success[disabled]:focus, .success.registration-oauth__twitter-btn[disabled]:focus, .success.registration-oauth__google-btn[disabled]:focus, .success.registration-oauth__facebook-btn[disabled]:focus, .success.registration-email-btn[disabled]:focus, .success.price-lineup__button[disabled]:focus {
  background-color: #368a55;
}

/* line 1198, app/assets/stylesheets/landing_ja/lib/foundation.css */
button.disabled.success:hover, button.disabled.success:focus, button.success[disabled]:hover, button.success[disabled]:focus, .button.disabled.success:hover, .disabled.success.registration-oauth__twitter-btn:hover, .disabled.success.registration-oauth__google-btn:hover, .disabled.success.registration-oauth__facebook-btn:hover, .disabled.success.registration-email-btn:hover, .disabled.success.price-lineup__button:hover, .button.disabled.success:focus, .disabled.success.registration-oauth__twitter-btn:focus, .disabled.success.registration-oauth__google-btn:focus, .disabled.success.registration-oauth__facebook-btn:focus, .disabled.success.registration-email-btn:focus, .disabled.success.price-lineup__button:focus, .button.success[disabled]:hover, .success.registration-oauth__twitter-btn[disabled]:hover, .success.registration-oauth__google-btn[disabled]:hover, .success.registration-oauth__facebook-btn[disabled]:hover, .success.registration-email-btn[disabled]:hover, .success.price-lineup__button[disabled]:hover, .button.success[disabled]:focus, .success.registration-oauth__twitter-btn[disabled]:focus, .success.registration-oauth__google-btn[disabled]:focus, .success.registration-oauth__facebook-btn[disabled]:focus, .success.registration-email-btn[disabled]:focus, .success.price-lineup__button[disabled]:focus {
  color: white;
}

/* line 1200, app/assets/stylesheets/landing_ja/lib/foundation.css */
button.disabled.success:hover, button.disabled.success:focus, button.success[disabled]:hover, button.success[disabled]:focus, .button.disabled.success:hover, .disabled.success.registration-oauth__twitter-btn:hover, .disabled.success.registration-oauth__google-btn:hover, .disabled.success.registration-oauth__facebook-btn:hover, .disabled.success.registration-email-btn:hover, .disabled.success.price-lineup__button:hover, .button.disabled.success:focus, .disabled.success.registration-oauth__twitter-btn:focus, .disabled.success.registration-oauth__google-btn:focus, .disabled.success.registration-oauth__facebook-btn:focus, .disabled.success.registration-email-btn:focus, .disabled.success.price-lineup__button:focus, .button.success[disabled]:hover, .success.registration-oauth__twitter-btn[disabled]:hover, .success.registration-oauth__google-btn[disabled]:hover, .success.registration-oauth__facebook-btn[disabled]:hover, .success.registration-email-btn[disabled]:hover, .success.price-lineup__button[disabled]:hover, .button.success[disabled]:focus, .success.registration-oauth__twitter-btn[disabled]:focus, .success.registration-oauth__google-btn[disabled]:focus, .success.registration-oauth__facebook-btn[disabled]:focus, .success.registration-email-btn[disabled]:focus, .success.price-lineup__button[disabled]:focus {
  background-color: #43ac6a;
}

/* line 1202, app/assets/stylesheets/landing_ja/lib/foundation.css */
button.disabled.alert, button.alert[disabled], .button.disabled.alert, .disabled.alert.registration-oauth__twitter-btn, .disabled.alert.registration-oauth__google-btn, .disabled.alert.registration-oauth__facebook-btn, .disabled.alert.registration-email-btn, .disabled.alert.price-lineup__button, .button.alert[disabled], .alert.registration-oauth__twitter-btn[disabled], .alert.registration-oauth__google-btn[disabled], .alert.registration-oauth__facebook-btn[disabled], .alert.registration-email-btn[disabled], .alert.price-lineup__button[disabled] {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: white;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

/* line 1209, app/assets/stylesheets/landing_ja/lib/foundation.css */
button.disabled.alert:hover, button.disabled.alert:focus, button.alert[disabled]:hover, button.alert[disabled]:focus, .button.disabled.alert:hover, .disabled.alert.registration-oauth__twitter-btn:hover, .disabled.alert.registration-oauth__google-btn:hover, .disabled.alert.registration-oauth__facebook-btn:hover, .disabled.alert.registration-email-btn:hover, .disabled.alert.price-lineup__button:hover, .button.disabled.alert:focus, .disabled.alert.registration-oauth__twitter-btn:focus, .disabled.alert.registration-oauth__google-btn:focus, .disabled.alert.registration-oauth__facebook-btn:focus, .disabled.alert.registration-email-btn:focus, .disabled.alert.price-lineup__button:focus, .button.alert[disabled]:hover, .alert.registration-oauth__twitter-btn[disabled]:hover, .alert.registration-oauth__google-btn[disabled]:hover, .alert.registration-oauth__facebook-btn[disabled]:hover, .alert.registration-email-btn[disabled]:hover, .alert.price-lineup__button[disabled]:hover, .button.alert[disabled]:focus, .alert.registration-oauth__twitter-btn[disabled]:focus, .alert.registration-oauth__google-btn[disabled]:focus, .alert.registration-oauth__facebook-btn[disabled]:focus, .alert.registration-email-btn[disabled]:focus, .alert.price-lineup__button[disabled]:focus {
  background-color: #cf2a0e;
}

/* line 1211, app/assets/stylesheets/landing_ja/lib/foundation.css */
button.disabled.alert:hover, button.disabled.alert:focus, button.alert[disabled]:hover, button.alert[disabled]:focus, .button.disabled.alert:hover, .disabled.alert.registration-oauth__twitter-btn:hover, .disabled.alert.registration-oauth__google-btn:hover, .disabled.alert.registration-oauth__facebook-btn:hover, .disabled.alert.registration-email-btn:hover, .disabled.alert.price-lineup__button:hover, .button.disabled.alert:focus, .disabled.alert.registration-oauth__twitter-btn:focus, .disabled.alert.registration-oauth__google-btn:focus, .disabled.alert.registration-oauth__facebook-btn:focus, .disabled.alert.registration-email-btn:focus, .disabled.alert.price-lineup__button:focus, .button.alert[disabled]:hover, .alert.registration-oauth__twitter-btn[disabled]:hover, .alert.registration-oauth__google-btn[disabled]:hover, .alert.registration-oauth__facebook-btn[disabled]:hover, .alert.registration-email-btn[disabled]:hover, .alert.price-lineup__button[disabled]:hover, .button.alert[disabled]:focus, .alert.registration-oauth__twitter-btn[disabled]:focus, .alert.registration-oauth__google-btn[disabled]:focus, .alert.registration-oauth__facebook-btn[disabled]:focus, .alert.registration-email-btn[disabled]:focus, .alert.price-lineup__button[disabled]:focus {
  color: white;
}

/* line 1213, app/assets/stylesheets/landing_ja/lib/foundation.css */
button.disabled.alert:hover, button.disabled.alert:focus, button.alert[disabled]:hover, button.alert[disabled]:focus, .button.disabled.alert:hover, .disabled.alert.registration-oauth__twitter-btn:hover, .disabled.alert.registration-oauth__google-btn:hover, .disabled.alert.registration-oauth__facebook-btn:hover, .disabled.alert.registration-email-btn:hover, .disabled.alert.price-lineup__button:hover, .button.disabled.alert:focus, .disabled.alert.registration-oauth__twitter-btn:focus, .disabled.alert.registration-oauth__google-btn:focus, .disabled.alert.registration-oauth__facebook-btn:focus, .disabled.alert.registration-email-btn:focus, .disabled.alert.price-lineup__button:focus, .button.alert[disabled]:hover, .alert.registration-oauth__twitter-btn[disabled]:hover, .alert.registration-oauth__google-btn[disabled]:hover, .alert.registration-oauth__facebook-btn[disabled]:hover, .alert.registration-email-btn[disabled]:hover, .alert.price-lineup__button[disabled]:hover, .button.alert[disabled]:focus, .alert.registration-oauth__twitter-btn[disabled]:focus, .alert.registration-oauth__google-btn[disabled]:focus, .alert.registration-oauth__facebook-btn[disabled]:focus, .alert.registration-email-btn[disabled]:focus, .alert.price-lineup__button[disabled]:focus {
  background-color: #f04124;
}

@media only screen and (min-width: 40.063em) {
  /* line 1217, app/assets/stylesheets/landing_ja/lib/foundation.css */
  button, .button, .registration-oauth__twitter-btn, .registration-oauth__google-btn, .registration-oauth__facebook-btn, .registration-email-btn, .price-lineup__button {
    display: inline-block;
  }
}

/* line 1219, app/assets/stylesheets/landing_ja/lib/foundation.css */
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

/* Wrapped around .top-bar to contain to grid width */
/* line 1224, app/assets/stylesheets/landing_ja/lib/foundation.css */
.contain-to-grid {
  width: 100%;
  background: #333333;
}

/* line 1227, app/assets/stylesheets/landing_ja/lib/foundation.css */
.contain-to-grid .top-bar {
  margin-bottom: 0;
}

/* line 1230, app/assets/stylesheets/landing_ja/lib/foundation.css */
.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}

/* line 1236, app/assets/stylesheets/landing_ja/lib/foundation.css */
.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
}

/* line 1241, app/assets/stylesheets/landing_ja/lib/foundation.css */
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}

/* line 1245, app/assets/stylesheets/landing_ja/lib/foundation.css */
.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 98;
  margin-top: 45px;
}

/* line 1249, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #333333;
  margin-bottom: 0;
}

/* line 1256, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}

/* line 1259, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar .row {
  max-width: none;
}

/* line 1261, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar form,
.top-bar input {
  margin-bottom: 0;
}

/* line 1264, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar input {
  height: auto;
  padding-top: .35rem;
  padding-bottom: .35rem;
  font-size: 0.75rem;
}

/* line 1269, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar .button, .top-bar .registration-oauth__twitter-btn, .top-bar .registration-oauth__google-btn, .top-bar .registration-oauth__facebook-btn, .top-bar .registration-email-btn, .top-bar .price-lineup__button, .top-bar button {
  padding-top: .45rem;
  padding-bottom: .35rem;
  margin-bottom: 0;
  font-size: 0.75rem;
}

/* line 1274, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar .title-area {
  position: relative;
  margin: 0;
}

/* line 1277, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar .name {
  height: 45px;
  margin: 0;
  font-size: 16px;
}

/* line 1281, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar .name h1 {
  line-height: 45px;
  font-size: 1.0625rem;
  margin: 0;
}

/* line 1285, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar .name h1 a {
  font-weight: normal;
  color: white;
  width: 75%;
  display: block;
  padding: 0 15px;
}

/* line 1291, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}

/* line 1295, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar .toggle-topbar a {
  color: white;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
}

/* line 1305, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar .toggle-topbar.menu-icon {
  right: 15px;
  top: 50%;
  margin-top: -16px;
  padding-left: 40px;
}

/* line 1310, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar .toggle-topbar.menu-icon a {
  height: 34px;
  line-height: 33px;
  padding: 0;
  padding-right: 25px;
  color: white;
  position: relative;
}

/* line 1317, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar .toggle-topbar.menu-icon a::after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 16px;
  top: 0;
  height: 0;
  box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
}

/* line 1326, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar.expanded {
  height: auto;
  background: transparent;
}

/* line 1329, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar.expanded .title-area {
  background: #333333;
}

/* line 1331, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar.expanded .toggle-topbar a {
  color: #888888;
}

/* line 1333, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar.expanded .toggle-topbar a::after {
  box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
}

/* line 1336, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
}

/* line 1341, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar-section ul {
  width: 100%;
  height: auto;
  display: block;
  background: #333333;
  font-size: 16px;
  margin: 0;
}

/* line 1348, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-top: solid 1px #1a1a1a;
  clear: both;
  height: 1px;
  width: 100%;
}

/* line 1354, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: white;
  padding: 12px 0 12px 0;
  padding-left: 15px;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: normal;
  text-transform: none;
  background: #333333;
}

/* line 1365, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar-section ul li > a.button, .top-bar-section ul li > a.registration-oauth__twitter-btn, .top-bar-section ul li > a.registration-oauth__google-btn, .top-bar-section ul li > a.registration-oauth__facebook-btn, .top-bar-section ul li > a.registration-email-btn, .top-bar-section ul li > a.price-lineup__button {
  font-size: 0.8125rem;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #008cba;
  border-color: #007095;
  color: white;
}

/* line 1372, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.registration-oauth__twitter-btn:hover, .top-bar-section ul li > a.registration-oauth__google-btn:hover, .top-bar-section ul li > a.registration-oauth__facebook-btn:hover, .top-bar-section ul li > a.registration-email-btn:hover, .top-bar-section ul li > a.price-lineup__button:hover, .top-bar-section ul li > a.button:focus, .top-bar-section ul li > a.registration-oauth__twitter-btn:focus, .top-bar-section ul li > a.registration-oauth__google-btn:focus, .top-bar-section ul li > a.registration-oauth__facebook-btn:focus, .top-bar-section ul li > a.registration-email-btn:focus, .top-bar-section ul li > a.price-lineup__button:focus {
  background-color: #007095;
}

/* line 1374, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.registration-oauth__twitter-btn:hover, .top-bar-section ul li > a.registration-oauth__google-btn:hover, .top-bar-section ul li > a.registration-oauth__facebook-btn:hover, .top-bar-section ul li > a.registration-email-btn:hover, .top-bar-section ul li > a.price-lineup__button:hover, .top-bar-section ul li > a.button:focus, .top-bar-section ul li > a.registration-oauth__twitter-btn:focus, .top-bar-section ul li > a.registration-oauth__google-btn:focus, .top-bar-section ul li > a.registration-oauth__facebook-btn:focus, .top-bar-section ul li > a.registration-email-btn:focus, .top-bar-section ul li > a.price-lineup__button:focus {
  color: white;
}

/* line 1376, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar-section ul li > a.button.secondary, .top-bar-section ul li > a.secondary.registration-oauth__twitter-btn, .top-bar-section ul li > a.secondary.registration-oauth__google-btn, .top-bar-section ul li > a.secondary.registration-oauth__facebook-btn, .top-bar-section ul li > a.secondary.registration-email-btn, .top-bar-section ul li > a.secondary.price-lineup__button {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}

/* line 1380, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.secondary.registration-oauth__twitter-btn:hover, .top-bar-section ul li > a.secondary.registration-oauth__google-btn:hover, .top-bar-section ul li > a.secondary.registration-oauth__facebook-btn:hover, .top-bar-section ul li > a.secondary.registration-email-btn:hover, .top-bar-section ul li > a.secondary.price-lineup__button:hover, .top-bar-section ul li > a.button.secondary:focus, .top-bar-section ul li > a.secondary.registration-oauth__twitter-btn:focus, .top-bar-section ul li > a.secondary.registration-oauth__google-btn:focus, .top-bar-section ul li > a.secondary.registration-oauth__facebook-btn:focus, .top-bar-section ul li > a.secondary.registration-email-btn:focus, .top-bar-section ul li > a.secondary.price-lineup__button:focus {
  background-color: #b9b9b9;
}

/* line 1382, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.secondary.registration-oauth__twitter-btn:hover, .top-bar-section ul li > a.secondary.registration-oauth__google-btn:hover, .top-bar-section ul li > a.secondary.registration-oauth__facebook-btn:hover, .top-bar-section ul li > a.secondary.registration-email-btn:hover, .top-bar-section ul li > a.secondary.price-lineup__button:hover, .top-bar-section ul li > a.button.secondary:focus, .top-bar-section ul li > a.secondary.registration-oauth__twitter-btn:focus, .top-bar-section ul li > a.secondary.registration-oauth__google-btn:focus, .top-bar-section ul li > a.secondary.registration-oauth__facebook-btn:focus, .top-bar-section ul li > a.secondary.registration-email-btn:focus, .top-bar-section ul li > a.secondary.price-lineup__button:focus {
  color: #333333;
}

/* line 1384, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar-section ul li > a.button.success, .top-bar-section ul li > a.success.registration-oauth__twitter-btn, .top-bar-section ul li > a.success.registration-oauth__google-btn, .top-bar-section ul li > a.success.registration-oauth__facebook-btn, .top-bar-section ul li > a.success.registration-email-btn, .top-bar-section ul li > a.success.price-lineup__button {
  background-color: #43ac6a;
  border-color: #368a55;
  color: white;
}

/* line 1388, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.success.registration-oauth__twitter-btn:hover, .top-bar-section ul li > a.success.registration-oauth__google-btn:hover, .top-bar-section ul li > a.success.registration-oauth__facebook-btn:hover, .top-bar-section ul li > a.success.registration-email-btn:hover, .top-bar-section ul li > a.success.price-lineup__button:hover, .top-bar-section ul li > a.button.success:focus, .top-bar-section ul li > a.success.registration-oauth__twitter-btn:focus, .top-bar-section ul li > a.success.registration-oauth__google-btn:focus, .top-bar-section ul li > a.success.registration-oauth__facebook-btn:focus, .top-bar-section ul li > a.success.registration-email-btn:focus, .top-bar-section ul li > a.success.price-lineup__button:focus {
  background-color: #368a55;
}

/* line 1390, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.success.registration-oauth__twitter-btn:hover, .top-bar-section ul li > a.success.registration-oauth__google-btn:hover, .top-bar-section ul li > a.success.registration-oauth__facebook-btn:hover, .top-bar-section ul li > a.success.registration-email-btn:hover, .top-bar-section ul li > a.success.price-lineup__button:hover, .top-bar-section ul li > a.button.success:focus, .top-bar-section ul li > a.success.registration-oauth__twitter-btn:focus, .top-bar-section ul li > a.success.registration-oauth__google-btn:focus, .top-bar-section ul li > a.success.registration-oauth__facebook-btn:focus, .top-bar-section ul li > a.success.registration-email-btn:focus, .top-bar-section ul li > a.success.price-lineup__button:focus {
  color: white;
}

/* line 1392, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar-section ul li > a.button.alert, .top-bar-section ul li > a.alert.registration-oauth__twitter-btn, .top-bar-section ul li > a.alert.registration-oauth__google-btn, .top-bar-section ul li > a.alert.registration-oauth__facebook-btn, .top-bar-section ul li > a.alert.registration-email-btn, .top-bar-section ul li > a.alert.price-lineup__button {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: white;
}

/* line 1396, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.alert.registration-oauth__twitter-btn:hover, .top-bar-section ul li > a.alert.registration-oauth__google-btn:hover, .top-bar-section ul li > a.alert.registration-oauth__facebook-btn:hover, .top-bar-section ul li > a.alert.registration-email-btn:hover, .top-bar-section ul li > a.alert.price-lineup__button:hover, .top-bar-section ul li > a.button.alert:focus, .top-bar-section ul li > a.alert.registration-oauth__twitter-btn:focus, .top-bar-section ul li > a.alert.registration-oauth__google-btn:focus, .top-bar-section ul li > a.alert.registration-oauth__facebook-btn:focus, .top-bar-section ul li > a.alert.registration-email-btn:focus, .top-bar-section ul li > a.alert.price-lineup__button:focus {
  background-color: #cf2a0e;
}

/* line 1398, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.alert.registration-oauth__twitter-btn:hover, .top-bar-section ul li > a.alert.registration-oauth__google-btn:hover, .top-bar-section ul li > a.alert.registration-oauth__facebook-btn:hover, .top-bar-section ul li > a.alert.registration-email-btn:hover, .top-bar-section ul li > a.alert.price-lineup__button:hover, .top-bar-section ul li > a.button.alert:focus, .top-bar-section ul li > a.alert.registration-oauth__twitter-btn:focus, .top-bar-section ul li > a.alert.registration-oauth__google-btn:focus, .top-bar-section ul li > a.alert.registration-oauth__facebook-btn:focus, .top-bar-section ul li > a.alert.registration-email-btn:focus, .top-bar-section ul li > a.alert.price-lineup__button:focus {
  color: white;
}

/* line 1400, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar-section ul li > button {
  font-size: 0.8125rem;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #008cba;
  border-color: #007095;
  color: white;
}

/* line 1407, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  background-color: #007095;
}

/* line 1409, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  color: white;
}

/* line 1411, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar-section ul li > button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}

/* line 1415, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  background-color: #b9b9b9;
}

/* line 1417, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  color: #333333;
}

/* line 1419, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar-section ul li > button.success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: white;
}

/* line 1423, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  background-color: #368a55;
}

/* line 1425, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  color: white;
}

/* line 1427, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar-section ul li > button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: white;
}

/* line 1431, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  background-color: #cf2a0e;
}

/* line 1433, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  color: white;
}

/* line 1435, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar-section ul li:hover:not(.has-form) > a {
  background: #272727;
  color: white;
}

/* line 1438, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar-section ul li.active > a {
  background: #008cba;
  color: white;
}

/* line 1441, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar-section ul li.active > a:hover {
  background: #0078a0;
  color: white;
}

/* line 1444, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar-section .has-form {
  padding: 15px;
}

/* line 1446, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar-section .has-dropdown {
  position: relative;
}

/* line 1448, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  border-left-style: solid;
  margin-right: 15px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}

/* line 1461, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar-section .has-dropdown.moved {
  position: static;
}

/* line 1463, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar-section .has-dropdown.moved > .dropdown {
  display: block;
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  position: absolute !important;
  width: 100%;
}

/* line 1472, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar-section .has-dropdown.moved > a:after {
  display: none;
}

/* line 1474, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar-section .dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 99;
  display: block;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 1485, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}

/* line 1488, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 15px;
}

/* line 1491, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}

/* line 1493, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar-section .dropdown li.title h5 {
  margin-bottom: 0;
}

/* line 1495, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar-section .dropdown li.title h5 a {
  color: white;
  line-height: 22.5px;
  display: block;
}

/* line 1499, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar-section .dropdown li.has-form {
  padding: 8px 15px;
}

/* line 1501, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar-section .dropdown li .button, .top-bar-section .dropdown li .registration-oauth__twitter-btn, .top-bar-section .dropdown li .registration-oauth__google-btn, .top-bar-section .dropdown li .registration-oauth__facebook-btn, .top-bar-section .dropdown li .registration-email-btn, .top-bar-section .dropdown li .price-lineup__button, .top-bar-section .dropdown li button {
  top: auto;
}

/* line 1503, app/assets/stylesheets/landing_ja/lib/foundation.css */
.top-bar-section .dropdown label {
  padding: 8px 15px 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #777777;
  font-weight: bold;
  font-size: 0.625rem;
}

/* line 1511, app/assets/stylesheets/landing_ja/lib/foundation.css */
.js-generated {
  display: block;
}

@media only screen and (min-width: 40.063em) {
  /* line 1515, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .top-bar {
    background: #333333;
    *zoom: 1;
    overflow: visible;
  }
  /* line 1519, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  /* line 1522, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .top-bar:after {
    clear: both;
  }
  /* line 1524, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .top-bar .toggle-topbar {
    display: none;
  }
  /* line 1526, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .top-bar .title-area {
    float: left;
  }
  /* line 1528, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .top-bar .name h1 a {
    width: auto;
  }
  /* line 1530, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .top-bar input,
.top-bar .button,
.top-bar .registration-oauth__twitter-btn,
.top-bar .registration-oauth__google-btn,
.top-bar .registration-oauth__facebook-btn,
.top-bar .registration-email-btn,
.top-bar .price-lineup__button,
.top-bar button {
    font-size: 0.875rem;
    position: relative;
    top: 7px;
  }
  /* line 1536, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .top-bar.expanded {
    background: #333333;
  }
  /* line 1539, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .contain-to-grid .top-bar {
    max-width: 62.5rem;
    margin: 0 auto;
    margin-bottom: 0;
  }
  /* line 1544, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }
  /* line 1547, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  /* line 1551, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .top-bar-section ul li {
    float: left;
  }
  /* line 1553, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .top-bar-section ul li .js-generated {
    display: none;
  }
  /* line 1555, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .top-bar-section li.hover > a:not(.button):not(.registration-oauth__twitter-btn):not(.registration-oauth__google-btn):not(.registration-oauth__facebook-btn):not(.registration-email-btn):not(.price-lineup__button) {
    background: #272727;
    color: white;
  }
  /* line 1558, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .top-bar-section li:not(.has-form) a:not(.button):not(.registration-oauth__twitter-btn):not(.registration-oauth__google-btn):not(.registration-oauth__facebook-btn):not(.registration-email-btn):not(.price-lineup__button) {
    padding: 0 15px;
    line-height: 45px;
    background: #333333;
  }
  /* line 1562, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .top-bar-section li:not(.has-form) a:not(.button):not(.registration-oauth__twitter-btn):not(.registration-oauth__google-btn):not(.registration-oauth__facebook-btn):not(.registration-email-btn):not(.price-lineup__button):hover {
    background: #272727;
  }
  /* line 1564, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .top-bar-section li.active:not(.has-form) a:not(.button):not(.registration-oauth__twitter-btn):not(.registration-oauth__google-btn):not(.registration-oauth__facebook-btn):not(.registration-email-btn):not(.price-lineup__button) {
    padding: 0 15px;
    line-height: 45px;
    color: white;
    background: #008cba;
  }
  /* line 1569, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .top-bar-section li.active:not(.has-form) a:not(.button):not(.registration-oauth__twitter-btn):not(.registration-oauth__google-btn):not(.registration-oauth__facebook-btn):not(.registration-email-btn):not(.price-lineup__button):hover {
    background: #0078a0;
  }
  /* line 1571, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .top-bar-section .has-dropdown > a {
    padding-right: 35px !important;
  }
  /* line 1573, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 22.5px;
  }
  /* line 1583, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  /* line 1585, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .top-bar-section .has-dropdown.moved > .dropdown {
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  /* line 1592, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  /* line 1600, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 1rem;
    margin-top: -1px;
    right: 5px;
    line-height: 1.2;
  }
  /* line 1607, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  /* line 1612, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .top-bar-section .dropdown li a {
    color: white;
    line-height: 1;
    white-space: nowrap;
    padding: 12px 15px;
    background: #333333;
  }
  /* line 1618, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .top-bar-section .dropdown li:not(.has-form) a:not(.button):not(.registration-oauth__twitter-btn):not(.registration-oauth__google-btn):not(.registration-oauth__facebook-btn):not(.registration-email-btn):not(.price-lineup__button) {
    color: white;
    background: #333333;
  }
  /* line 1621, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .top-bar-section .dropdown li:not(.has-form):hover > a:not(.button):not(.registration-oauth__twitter-btn):not(.registration-oauth__google-btn):not(.registration-oauth__facebook-btn):not(.registration-email-btn):not(.price-lineup__button) {
    color: white;
    background: #272727;
  }
  /* line 1624, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #333333;
  }
  /* line 1627, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  /* line 1630, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #4e4e4e;
    clear: none;
    height: 45px;
    width: 0;
  }
  /* line 1637, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .top-bar-section .has-form {
    background: #333333;
    padding: 0 15px;
    height: 45px;
  }
  /* line 1641, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  /* line 1644, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  /* line 1646, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  /* line 1649, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }
  /* line 1652, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .no-js .top-bar-section ul li:hover > a {
    background: #272727;
    color: white;
  }
  /* line 1655, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .no-js .top-bar-section ul li:active > a {
    background: #008cba;
    color: white;
  }
  /* line 1658, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
}

/* line 1667, app/assets/stylesheets/landing_ja/lib/foundation.css */
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  transition: opacity 300ms ease-out;
  background-color: #008cba;
  border-color: #0078a0;
  color: white;
}

/* line 1680, app/assets/stylesheets/landing_ja/lib/foundation.css */
.alert-box .close {
  font-size: 1.375rem;
  padding: 9px 6px 4px;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.6875rem;
  right: 0.25rem;
  color: #333333;
  opacity: 0.3;
}

/* line 1690, app/assets/stylesheets/landing_ja/lib/foundation.css */
.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5;
}

/* line 1692, app/assets/stylesheets/landing_ja/lib/foundation.css */
.alert-box.radius {
  border-radius: 3px;
}

/* line 1694, app/assets/stylesheets/landing_ja/lib/foundation.css */
.alert-box.round {
  border-radius: 1000px;
}

/* line 1696, app/assets/stylesheets/landing_ja/lib/foundation.css */
.alert-box.success {
  background-color: #43ac6a;
  border-color: #3a945b;
  color: white;
}

/* line 1700, app/assets/stylesheets/landing_ja/lib/foundation.css */
.alert-box.alert {
  background-color: #B8883B;
  border-color: #B47700;
  color: white !important;
}

/* line 1704, app/assets/stylesheets/landing_ja/lib/foundation.css */
.alert-box.secondary {
  background-color: #e7e7e7;
  border-color: #c7c7c7;
  color: #4f4f4f;
}

/* line 1708, app/assets/stylesheets/landing_ja/lib/foundation.css */
.alert-box.warning {
  background-color: #f08a24;
  border-color: #de770f;
  color: white;
}

/* line 1712, app/assets/stylesheets/landing_ja/lib/foundation.css */
.alert-box.info {
  background-color: #a0d3e8;
  border-color: #74bfdd;
  color: #4f4f4f;
}

/* line 1716, app/assets/stylesheets/landing_ja/lib/foundation.css */
.alert-box.alert-close {
  opacity: 0;
}

/* line 1719, app/assets/stylesheets/landing_ja/lib/foundation.css */
.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

/* line 1726, app/assets/stylesheets/landing_ja/lib/foundation.css */
.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.375rem;
  display: block;
}

/* line 1731, app/assets/stylesheets/landing_ja/lib/foundation.css */
.inline-list > li > * {
  display: block;
}

/* line 1734, app/assets/stylesheets/landing_ja/lib/foundation.css */
.button-group {
  list-style: none;
  margin: 0;
  left: 0;
  *zoom: 1;
}

/* line 1739, app/assets/stylesheets/landing_ja/lib/foundation.css */
.button-group:before, .button-group:after {
  content: " ";
  display: table;
}

/* line 1742, app/assets/stylesheets/landing_ja/lib/foundation.css */
.button-group:after {
  clear: both;
}

/* line 1744, app/assets/stylesheets/landing_ja/lib/foundation.css */
.button-group li {
  margin: 0;
  float: left;
}

/* line 1747, app/assets/stylesheets/landing_ja/lib/foundation.css */
.button-group li > button, .button-group li .button, .button-group li .registration-oauth__twitter-btn, .button-group li .registration-oauth__google-btn, .button-group li .registration-oauth__facebook-btn, .button-group li .registration-email-btn, .button-group li .price-lineup__button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 1750, app/assets/stylesheets/landing_ja/lib/foundation.css */
.button-group li:first-child button, .button-group li:first-child .button, .button-group li:first-child .registration-oauth__twitter-btn, .button-group li:first-child .registration-oauth__google-btn, .button-group li:first-child .registration-oauth__facebook-btn, .button-group li:first-child .registration-email-btn, .button-group li:first-child .price-lineup__button {
  border-left: 0;
}

/* line 1752, app/assets/stylesheets/landing_ja/lib/foundation.css */
.button-group li:first-child {
  margin-left: 0;
}

/* line 1754, app/assets/stylesheets/landing_ja/lib/foundation.css */
.button-group.radius > * > button, .button-group.radius > * .button, .button-group.radius > * .registration-oauth__twitter-btn, .button-group.radius > * .registration-oauth__google-btn, .button-group.radius > * .registration-oauth__facebook-btn, .button-group.radius > * .registration-email-btn, .button-group.radius > * .price-lineup__button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 1757, app/assets/stylesheets/landing_ja/lib/foundation.css */
.button-group.radius > *:first-child button, .button-group.radius > *:first-child .button, .button-group.radius > *:first-child .registration-oauth__twitter-btn, .button-group.radius > *:first-child .registration-oauth__google-btn, .button-group.radius > *:first-child .registration-oauth__facebook-btn, .button-group.radius > *:first-child .registration-email-btn, .button-group.radius > *:first-child .price-lineup__button {
  border-left: 0;
}

/* line 1759, app/assets/stylesheets/landing_ja/lib/foundation.css */
.button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button, .button-group.radius > *:first-child > .registration-oauth__twitter-btn, .button-group.radius > *:first-child > .registration-oauth__google-btn, .button-group.radius > *:first-child > .registration-oauth__facebook-btn, .button-group.radius > *:first-child > .registration-email-btn, .button-group.radius > *:first-child > .price-lineup__button {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 1762, app/assets/stylesheets/landing_ja/lib/foundation.css */
.button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button, .button-group.radius > *:last-child > .registration-oauth__twitter-btn, .button-group.radius > *:last-child > .registration-oauth__google-btn, .button-group.radius > *:last-child > .registration-oauth__facebook-btn, .button-group.radius > *:last-child > .registration-email-btn, .button-group.radius > *:last-child > .price-lineup__button {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 1765, app/assets/stylesheets/landing_ja/lib/foundation.css */
.button-group.round > * > button, .button-group.round > * .button, .button-group.round > * .registration-oauth__twitter-btn, .button-group.round > * .registration-oauth__google-btn, .button-group.round > * .registration-oauth__facebook-btn, .button-group.round > * .registration-email-btn, .button-group.round > * .price-lineup__button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 1768, app/assets/stylesheets/landing_ja/lib/foundation.css */
.button-group.round > *:first-child button, .button-group.round > *:first-child .button, .button-group.round > *:first-child .registration-oauth__twitter-btn, .button-group.round > *:first-child .registration-oauth__google-btn, .button-group.round > *:first-child .registration-oauth__facebook-btn, .button-group.round > *:first-child .registration-email-btn, .button-group.round > *:first-child .price-lineup__button {
  border-left: 0;
}

/* line 1770, app/assets/stylesheets/landing_ja/lib/foundation.css */
.button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button, .button-group.round > *:first-child > .registration-oauth__twitter-btn, .button-group.round > *:first-child > .registration-oauth__google-btn, .button-group.round > *:first-child > .registration-oauth__facebook-btn, .button-group.round > *:first-child > .registration-email-btn, .button-group.round > *:first-child > .price-lineup__button {
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 1773, app/assets/stylesheets/landing_ja/lib/foundation.css */
.button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button, .button-group.round > *:last-child > .registration-oauth__twitter-btn, .button-group.round > *:last-child > .registration-oauth__google-btn, .button-group.round > *:last-child > .registration-oauth__facebook-btn, .button-group.round > *:last-child > .registration-email-btn, .button-group.round > *:last-child > .price-lineup__button {
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* line 1776, app/assets/stylesheets/landing_ja/lib/foundation.css */
.button-group.even-2 li {
  width: 50%;
}

/* line 1778, app/assets/stylesheets/landing_ja/lib/foundation.css */
.button-group.even-2 li > button, .button-group.even-2 li .button, .button-group.even-2 li .registration-oauth__twitter-btn, .button-group.even-2 li .registration-oauth__google-btn, .button-group.even-2 li .registration-oauth__facebook-btn, .button-group.even-2 li .registration-email-btn, .button-group.even-2 li .price-lineup__button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 1781, app/assets/stylesheets/landing_ja/lib/foundation.css */
.button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button, .button-group.even-2 li:first-child .registration-oauth__twitter-btn, .button-group.even-2 li:first-child .registration-oauth__google-btn, .button-group.even-2 li:first-child .registration-oauth__facebook-btn, .button-group.even-2 li:first-child .registration-email-btn, .button-group.even-2 li:first-child .price-lineup__button {
  border-left: 0;
}

/* line 1783, app/assets/stylesheets/landing_ja/lib/foundation.css */
.button-group.even-2 li button, .button-group.even-2 li .button, .button-group.even-2 li .registration-oauth__twitter-btn, .button-group.even-2 li .registration-oauth__google-btn, .button-group.even-2 li .registration-oauth__facebook-btn, .button-group.even-2 li .registration-email-btn, .button-group.even-2 li .price-lineup__button {
  width: 100%;
}

/* line 1785, app/assets/stylesheets/landing_ja/lib/foundation.css */
.button-group.even-3 li {
  width: 33.33333%;
}

/* line 1787, app/assets/stylesheets/landing_ja/lib/foundation.css */
.button-group.even-3 li > button, .button-group.even-3 li .button, .button-group.even-3 li .registration-oauth__twitter-btn, .button-group.even-3 li .registration-oauth__google-btn, .button-group.even-3 li .registration-oauth__facebook-btn, .button-group.even-3 li .registration-email-btn, .button-group.even-3 li .price-lineup__button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 1790, app/assets/stylesheets/landing_ja/lib/foundation.css */
.button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button, .button-group.even-3 li:first-child .registration-oauth__twitter-btn, .button-group.even-3 li:first-child .registration-oauth__google-btn, .button-group.even-3 li:first-child .registration-oauth__facebook-btn, .button-group.even-3 li:first-child .registration-email-btn, .button-group.even-3 li:first-child .price-lineup__button {
  border-left: 0;
}

/* line 1792, app/assets/stylesheets/landing_ja/lib/foundation.css */
.button-group.even-3 li button, .button-group.even-3 li .button, .button-group.even-3 li .registration-oauth__twitter-btn, .button-group.even-3 li .registration-oauth__google-btn, .button-group.even-3 li .registration-oauth__facebook-btn, .button-group.even-3 li .registration-email-btn, .button-group.even-3 li .price-lineup__button {
  width: 100%;
}

/* line 1794, app/assets/stylesheets/landing_ja/lib/foundation.css */
.button-group.even-4 li {
  width: 25%;
}

/* line 1796, app/assets/stylesheets/landing_ja/lib/foundation.css */
.button-group.even-4 li > button, .button-group.even-4 li .button, .button-group.even-4 li .registration-oauth__twitter-btn, .button-group.even-4 li .registration-oauth__google-btn, .button-group.even-4 li .registration-oauth__facebook-btn, .button-group.even-4 li .registration-email-btn, .button-group.even-4 li .price-lineup__button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 1799, app/assets/stylesheets/landing_ja/lib/foundation.css */
.button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button, .button-group.even-4 li:first-child .registration-oauth__twitter-btn, .button-group.even-4 li:first-child .registration-oauth__google-btn, .button-group.even-4 li:first-child .registration-oauth__facebook-btn, .button-group.even-4 li:first-child .registration-email-btn, .button-group.even-4 li:first-child .price-lineup__button {
  border-left: 0;
}

/* line 1801, app/assets/stylesheets/landing_ja/lib/foundation.css */
.button-group.even-4 li button, .button-group.even-4 li .button, .button-group.even-4 li .registration-oauth__twitter-btn, .button-group.even-4 li .registration-oauth__google-btn, .button-group.even-4 li .registration-oauth__facebook-btn, .button-group.even-4 li .registration-email-btn, .button-group.even-4 li .price-lineup__button {
  width: 100%;
}

/* line 1803, app/assets/stylesheets/landing_ja/lib/foundation.css */
.button-group.even-5 li {
  width: 20%;
}

/* line 1805, app/assets/stylesheets/landing_ja/lib/foundation.css */
.button-group.even-5 li > button, .button-group.even-5 li .button, .button-group.even-5 li .registration-oauth__twitter-btn, .button-group.even-5 li .registration-oauth__google-btn, .button-group.even-5 li .registration-oauth__facebook-btn, .button-group.even-5 li .registration-email-btn, .button-group.even-5 li .price-lineup__button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 1808, app/assets/stylesheets/landing_ja/lib/foundation.css */
.button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button, .button-group.even-5 li:first-child .registration-oauth__twitter-btn, .button-group.even-5 li:first-child .registration-oauth__google-btn, .button-group.even-5 li:first-child .registration-oauth__facebook-btn, .button-group.even-5 li:first-child .registration-email-btn, .button-group.even-5 li:first-child .price-lineup__button {
  border-left: 0;
}

/* line 1810, app/assets/stylesheets/landing_ja/lib/foundation.css */
.button-group.even-5 li button, .button-group.even-5 li .button, .button-group.even-5 li .registration-oauth__twitter-btn, .button-group.even-5 li .registration-oauth__google-btn, .button-group.even-5 li .registration-oauth__facebook-btn, .button-group.even-5 li .registration-email-btn, .button-group.even-5 li .price-lineup__button {
  width: 100%;
}

/* line 1812, app/assets/stylesheets/landing_ja/lib/foundation.css */
.button-group.even-6 li {
  width: 16.66667%;
}

/* line 1814, app/assets/stylesheets/landing_ja/lib/foundation.css */
.button-group.even-6 li > button, .button-group.even-6 li .button, .button-group.even-6 li .registration-oauth__twitter-btn, .button-group.even-6 li .registration-oauth__google-btn, .button-group.even-6 li .registration-oauth__facebook-btn, .button-group.even-6 li .registration-email-btn, .button-group.even-6 li .price-lineup__button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 1817, app/assets/stylesheets/landing_ja/lib/foundation.css */
.button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button, .button-group.even-6 li:first-child .registration-oauth__twitter-btn, .button-group.even-6 li:first-child .registration-oauth__google-btn, .button-group.even-6 li:first-child .registration-oauth__facebook-btn, .button-group.even-6 li:first-child .registration-email-btn, .button-group.even-6 li:first-child .price-lineup__button {
  border-left: 0;
}

/* line 1819, app/assets/stylesheets/landing_ja/lib/foundation.css */
.button-group.even-6 li button, .button-group.even-6 li .button, .button-group.even-6 li .registration-oauth__twitter-btn, .button-group.even-6 li .registration-oauth__google-btn, .button-group.even-6 li .registration-oauth__facebook-btn, .button-group.even-6 li .registration-email-btn, .button-group.even-6 li .price-lineup__button {
  width: 100%;
}

/* line 1821, app/assets/stylesheets/landing_ja/lib/foundation.css */
.button-group.even-7 li {
  width: 14.28571%;
}

/* line 1823, app/assets/stylesheets/landing_ja/lib/foundation.css */
.button-group.even-7 li > button, .button-group.even-7 li .button, .button-group.even-7 li .registration-oauth__twitter-btn, .button-group.even-7 li .registration-oauth__google-btn, .button-group.even-7 li .registration-oauth__facebook-btn, .button-group.even-7 li .registration-email-btn, .button-group.even-7 li .price-lineup__button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 1826, app/assets/stylesheets/landing_ja/lib/foundation.css */
.button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button, .button-group.even-7 li:first-child .registration-oauth__twitter-btn, .button-group.even-7 li:first-child .registration-oauth__google-btn, .button-group.even-7 li:first-child .registration-oauth__facebook-btn, .button-group.even-7 li:first-child .registration-email-btn, .button-group.even-7 li:first-child .price-lineup__button {
  border-left: 0;
}

/* line 1828, app/assets/stylesheets/landing_ja/lib/foundation.css */
.button-group.even-7 li button, .button-group.even-7 li .button, .button-group.even-7 li .registration-oauth__twitter-btn, .button-group.even-7 li .registration-oauth__google-btn, .button-group.even-7 li .registration-oauth__facebook-btn, .button-group.even-7 li .registration-email-btn, .button-group.even-7 li .price-lineup__button {
  width: 100%;
}

/* line 1830, app/assets/stylesheets/landing_ja/lib/foundation.css */
.button-group.even-8 li {
  width: 12.5%;
}

/* line 1832, app/assets/stylesheets/landing_ja/lib/foundation.css */
.button-group.even-8 li > button, .button-group.even-8 li .button, .button-group.even-8 li .registration-oauth__twitter-btn, .button-group.even-8 li .registration-oauth__google-btn, .button-group.even-8 li .registration-oauth__facebook-btn, .button-group.even-8 li .registration-email-btn, .button-group.even-8 li .price-lineup__button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 1835, app/assets/stylesheets/landing_ja/lib/foundation.css */
.button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button, .button-group.even-8 li:first-child .registration-oauth__twitter-btn, .button-group.even-8 li:first-child .registration-oauth__google-btn, .button-group.even-8 li:first-child .registration-oauth__facebook-btn, .button-group.even-8 li:first-child .registration-email-btn, .button-group.even-8 li:first-child .price-lineup__button {
  border-left: 0;
}

/* line 1837, app/assets/stylesheets/landing_ja/lib/foundation.css */
.button-group.even-8 li button, .button-group.even-8 li .button, .button-group.even-8 li .registration-oauth__twitter-btn, .button-group.even-8 li .registration-oauth__google-btn, .button-group.even-8 li .registration-oauth__facebook-btn, .button-group.even-8 li .registration-email-btn, .button-group.even-8 li .price-lineup__button {
  width: 100%;
}

/* line 1840, app/assets/stylesheets/landing_ja/lib/foundation.css */
.button-bar {
  *zoom: 1;
}

/* line 1842, app/assets/stylesheets/landing_ja/lib/foundation.css */
.button-bar:before, .button-bar:after {
  content: " ";
  display: table;
}

/* line 1845, app/assets/stylesheets/landing_ja/lib/foundation.css */
.button-bar:after {
  clear: both;
}

/* line 1847, app/assets/stylesheets/landing_ja/lib/foundation.css */
.button-bar .button-group {
  float: left;
  margin-right: 0.625rem;
}

/* line 1850, app/assets/stylesheets/landing_ja/lib/foundation.css */
.button-bar .button-group div {
  overflow: hidden;
}

/* Panels */
/* line 1854, app/assets/stylesheets/landing_ja/lib/foundation.css */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
}

/* line 1861, app/assets/stylesheets/landing_ja/lib/foundation.css */
.panel > :first-child {
  margin-top: 0;
}

/* line 1863, app/assets/stylesheets/landing_ja/lib/foundation.css */
.panel > :last-child {
  margin-bottom: 0;
}

/* line 1865, app/assets/stylesheets/landing_ja/lib/foundation.css */
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
  color: #333333;
}

/* line 1867, app/assets/stylesheets/landing_ja/lib/foundation.css */
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}

/* line 1870, app/assets/stylesheets/landing_ja/lib/foundation.css */
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}

/* line 1872, app/assets/stylesheets/landing_ja/lib/foundation.css */
.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #b6edff;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #ecfaff;
}

/* line 1879, app/assets/stylesheets/landing_ja/lib/foundation.css */
.panel.callout > :first-child {
  margin-top: 0;
}

/* line 1881, app/assets/stylesheets/landing_ja/lib/foundation.css */
.panel.callout > :last-child {
  margin-bottom: 0;
}

/* line 1883, app/assets/stylesheets/landing_ja/lib/foundation.css */
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p {
  color: #333333;
}

/* line 1885, app/assets/stylesheets/landing_ja/lib/foundation.css */
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}

/* line 1888, app/assets/stylesheets/landing_ja/lib/foundation.css */
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
  line-height: 1.4;
}

/* line 1890, app/assets/stylesheets/landing_ja/lib/foundation.css */
.panel.callout a:not(.button):not(.registration-oauth__twitter-btn):not(.registration-oauth__google-btn):not(.registration-oauth__facebook-btn):not(.registration-email-btn):not(.price-lineup__button) {
  color: #008cba;
}

/* line 1892, app/assets/stylesheets/landing_ja/lib/foundation.css */
.panel.radius {
  border-radius: 3px;
}

/* line 1895, app/assets/stylesheets/landing_ja/lib/foundation.css */
.dropdown.button, .dropdown.registration-oauth__twitter-btn, .dropdown.registration-oauth__google-btn, .dropdown.registration-oauth__facebook-btn, .dropdown.registration-email-btn, .dropdown.price-lineup__button, button.dropdown {
  position: relative;
  padding-right: 3.5625rem;
}

/* line 1898, app/assets/stylesheets/landing_ja/lib/foundation.css */
.dropdown.button:before, .dropdown.registration-oauth__twitter-btn:before, .dropdown.registration-oauth__google-btn:before, .dropdown.registration-oauth__facebook-btn:before, .dropdown.registration-email-btn:before, .dropdown.price-lineup__button:before, button.dropdown:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: white transparent transparent transparent;
  top: 50%;
}

/* line 1907, app/assets/stylesheets/landing_ja/lib/foundation.css */
.dropdown.button:before, .dropdown.registration-oauth__twitter-btn:before, .dropdown.registration-oauth__google-btn:before, .dropdown.registration-oauth__facebook-btn:before, .dropdown.registration-email-btn:before, .dropdown.price-lineup__button:before, button.dropdown:before {
  border-width: 0.375rem;
  right: 1.40625rem;
  margin-top: -0.15625rem;
}

/* line 1911, app/assets/stylesheets/landing_ja/lib/foundation.css */
.dropdown.button:before, .dropdown.registration-oauth__twitter-btn:before, .dropdown.registration-oauth__google-btn:before, .dropdown.registration-oauth__facebook-btn:before, .dropdown.registration-email-btn:before, .dropdown.price-lineup__button:before, button.dropdown:before {
  border-color: white transparent transparent transparent;
}

/* line 1913, app/assets/stylesheets/landing_ja/lib/foundation.css */
.dropdown.button.tiny, .dropdown.tiny.registration-oauth__twitter-btn, .dropdown.tiny.registration-oauth__google-btn, .dropdown.tiny.registration-oauth__facebook-btn, .dropdown.tiny.registration-email-btn, .dropdown.tiny.price-lineup__button, button.dropdown.tiny {
  padding-right: 2.625rem;
}

/* line 1915, app/assets/stylesheets/landing_ja/lib/foundation.css */
.dropdown.button.tiny:before, .dropdown.tiny.registration-oauth__twitter-btn:before, .dropdown.tiny.registration-oauth__google-btn:before, .dropdown.tiny.registration-oauth__facebook-btn:before, .dropdown.tiny.registration-email-btn:before, .dropdown.tiny.price-lineup__button:before, button.dropdown.tiny:before {
  border-width: 0.375rem;
  right: 1.125rem;
  margin-top: -0.125rem;
}

/* line 1919, app/assets/stylesheets/landing_ja/lib/foundation.css */
.dropdown.button.tiny:before, .dropdown.tiny.registration-oauth__twitter-btn:before, .dropdown.tiny.registration-oauth__google-btn:before, .dropdown.tiny.registration-oauth__facebook-btn:before, .dropdown.tiny.registration-email-btn:before, .dropdown.tiny.price-lineup__button:before, button.dropdown.tiny:before {
  border-color: white transparent transparent transparent;
}

/* line 1921, app/assets/stylesheets/landing_ja/lib/foundation.css */
.dropdown.button.small, .dropdown.small.registration-oauth__twitter-btn, .dropdown.small.registration-oauth__google-btn, .dropdown.small.registration-oauth__facebook-btn, .dropdown.small.registration-email-btn, .dropdown.small.price-lineup__button, button.dropdown.small {
  padding-right: 3.0625rem;
}

/* line 1923, app/assets/stylesheets/landing_ja/lib/foundation.css */
.dropdown.button.small:before, .dropdown.small.registration-oauth__twitter-btn:before, .dropdown.small.registration-oauth__google-btn:before, .dropdown.small.registration-oauth__facebook-btn:before, .dropdown.small.registration-email-btn:before, .dropdown.small.price-lineup__button:before, button.dropdown.small:before {
  border-width: 0.4375rem;
  right: 1.3125rem;
  margin-top: -0.15625rem;
}

/* line 1927, app/assets/stylesheets/landing_ja/lib/foundation.css */
.dropdown.button.small:before, .dropdown.small.registration-oauth__twitter-btn:before, .dropdown.small.registration-oauth__google-btn:before, .dropdown.small.registration-oauth__facebook-btn:before, .dropdown.small.registration-email-btn:before, .dropdown.small.price-lineup__button:before, button.dropdown.small:before {
  border-color: white transparent transparent transparent;
}

/* line 1929, app/assets/stylesheets/landing_ja/lib/foundation.css */
.dropdown.button.large, .dropdown.large.registration-oauth__twitter-btn, .dropdown.large.registration-oauth__google-btn, .dropdown.large.registration-oauth__facebook-btn, .dropdown.large.registration-email-btn, .dropdown.large.price-lineup__button, button.dropdown.large {
  padding-right: 3.625rem;
}

/* line 1931, app/assets/stylesheets/landing_ja/lib/foundation.css */
.dropdown.button.large:before, .dropdown.large.registration-oauth__twitter-btn:before, .dropdown.large.registration-oauth__google-btn:before, .dropdown.large.registration-oauth__facebook-btn:before, .dropdown.large.registration-email-btn:before, .dropdown.large.price-lineup__button:before, button.dropdown.large:before {
  border-width: 0.3125rem;
  right: 1.71875rem;
  margin-top: -0.15625rem;
}

/* line 1935, app/assets/stylesheets/landing_ja/lib/foundation.css */
.dropdown.button.large:before, .dropdown.large.registration-oauth__twitter-btn:before, .dropdown.large.registration-oauth__google-btn:before, .dropdown.large.registration-oauth__facebook-btn:before, .dropdown.large.registration-email-btn:before, .dropdown.large.price-lineup__button:before, button.dropdown.large:before {
  border-color: white transparent transparent transparent;
}

/* line 1937, app/assets/stylesheets/landing_ja/lib/foundation.css */
.dropdown.button.secondary:before, .dropdown.secondary.registration-oauth__twitter-btn:before, .dropdown.secondary.registration-oauth__google-btn:before, .dropdown.secondary.registration-oauth__facebook-btn:before, .dropdown.secondary.registration-email-btn:before, .dropdown.secondary.price-lineup__button:before, button.dropdown.secondary:before {
  border-color: #333333 transparent transparent transparent;
}

/* line 1940, app/assets/stylesheets/landing_ja/lib/foundation.css */
div.switch {
  position: relative;
  padding: 0;
  display: block;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 1.25rem;
  height: 2.25rem;
  background: white;
  border-color: #cccccc;
}

/* line 1951, app/assets/stylesheets/landing_ja/lib/foundation.css */
div.switch label {
  position: relative;
  left: 0;
  z-index: 2;
  float: left;
  width: 50%;
  height: 100%;
  margin: 0;
  font-weight: bold;
  text-align: left;
  transition: all 0.1s ease-out;
}

/* line 1962, app/assets/stylesheets/landing_ja/lib/foundation.css */
div.switch input {
  position: absolute;
  z-index: 3;
  opacity: 0;
  width: 100%;
  height: 100%;
  -moz-appearance: none;
}

/* line 1969, app/assets/stylesheets/landing_ja/lib/foundation.css */
div.switch input:hover, div.switch input:focus {
  cursor: pointer;
}

/* line 1971, app/assets/stylesheets/landing_ja/lib/foundation.css */
div.switch span:last-child {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  display: block;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  transition: all 0.1s ease-out;
}

/* line 1981, app/assets/stylesheets/landing_ja/lib/foundation.css */
div.switch input:not(:checked) + label {
  opacity: 0;
}

/* line 1983, app/assets/stylesheets/landing_ja/lib/foundation.css */
div.switch input:checked {
  display: none !important;
}

/* line 1985, app/assets/stylesheets/landing_ja/lib/foundation.css */
div.switch input {
  left: 0;
  display: block !important;
}

/* line 1988, app/assets/stylesheets/landing_ja/lib/foundation.css */
div.switch input:first-of-type + label,
div.switch input:first-of-type + span + label {
  left: -50%;
}

/* line 1991, app/assets/stylesheets/landing_ja/lib/foundation.css */
div.switch input:first-of-type:checked + label,
div.switch input:first-of-type:checked + span + label {
  left: 0%;
}

/* line 1994, app/assets/stylesheets/landing_ja/lib/foundation.css */
div.switch input:last-of-type + label,
div.switch input:last-of-type + span + label {
  right: -50%;
  left: auto;
  text-align: right;
}

/* line 1999, app/assets/stylesheets/landing_ja/lib/foundation.css */
div.switch input:last-of-type:checked + label,
div.switch input:last-of-type:checked + span + label {
  right: 0%;
  left: auto;
}

/* line 2003, app/assets/stylesheets/landing_ja/lib/foundation.css */
div.switch span.custom {
  display: none !important;
}

/* line 2005, app/assets/stylesheets/landing_ja/lib/foundation.css */
form.custom div.switch .hidden-field {
  margin-left: auto;
  position: absolute;
  visibility: visible;
}

/* line 2009, app/assets/stylesheets/landing_ja/lib/foundation.css */
div.switch label {
  padding: 0;
  line-height: 2.3rem;
  font-size: 0.875rem;
}

/* line 2013, app/assets/stylesheets/landing_ja/lib/foundation.css */
div.switch input:first-of-type:checked ~ span:last-child {
  left: 100%;
  margin-left: -2.1875rem;
}

/* line 2016, app/assets/stylesheets/landing_ja/lib/foundation.css */
div.switch span:last-child {
  width: 2.25rem;
  height: 2.25rem;
}

/* line 2019, app/assets/stylesheets/landing_ja/lib/foundation.css */
div.switch span:last-child {
  border-color: #b3b3b3;
  background: white;
  background: linear-gradient(to bottom, white 0%, #f2f2f2 100%);
  box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #f3faf6, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke;
}

/* line 2024, app/assets/stylesheets/landing_ja/lib/foundation.css */
div.switch:hover span:last-child, div.switch:focus span:last-child {
  background: white;
  background: linear-gradient(to bottom, white 0%, #e6e6e6 100%);
}

/* line 2027, app/assets/stylesheets/landing_ja/lib/foundation.css */
div.switch:active {
  background: transparent;
}

/* line 2029, app/assets/stylesheets/landing_ja/lib/foundation.css */
div.switch.large {
  height: 2.75rem;
}

/* line 2031, app/assets/stylesheets/landing_ja/lib/foundation.css */
div.switch.large label {
  padding: 0;
  line-height: 2.3rem;
  font-size: 1.0625rem;
}

/* line 2035, app/assets/stylesheets/landing_ja/lib/foundation.css */
div.switch.large input:first-of-type:checked ~ span:last-child {
  left: 100%;
  margin-left: -2.6875rem;
}

/* line 2038, app/assets/stylesheets/landing_ja/lib/foundation.css */
div.switch.large span:last-child {
  width: 2.75rem;
  height: 2.75rem;
}

/* line 2041, app/assets/stylesheets/landing_ja/lib/foundation.css */
div.switch.small {
  height: 1.75rem;
}

/* line 2043, app/assets/stylesheets/landing_ja/lib/foundation.css */
div.switch.small label {
  padding: 0;
  line-height: 2.1rem;
  font-size: 0.75rem;
}

/* line 2047, app/assets/stylesheets/landing_ja/lib/foundation.css */
div.switch.small input:first-of-type:checked ~ span:last-child {
  left: 100%;
  margin-left: -1.6875rem;
}

/* line 2050, app/assets/stylesheets/landing_ja/lib/foundation.css */
div.switch.small span:last-child {
  width: 1.75rem;
  height: 1.75rem;
}

/* line 2053, app/assets/stylesheets/landing_ja/lib/foundation.css */
div.switch.tiny {
  height: 1.375rem;
}

/* line 2055, app/assets/stylesheets/landing_ja/lib/foundation.css */
div.switch.tiny label {
  padding: 0;
  line-height: 1.9rem;
  font-size: 0.6875rem;
}

/* line 2059, app/assets/stylesheets/landing_ja/lib/foundation.css */
div.switch.tiny input:first-of-type:checked ~ span:last-child {
  left: 100%;
  margin-left: -1.3125rem;
}

/* line 2062, app/assets/stylesheets/landing_ja/lib/foundation.css */
div.switch.tiny span:last-child {
  width: 1.375rem;
  height: 1.375rem;
}

/* line 2065, app/assets/stylesheets/landing_ja/lib/foundation.css */
div.switch.radius {
  border-radius: 4px;
}

/* line 2067, app/assets/stylesheets/landing_ja/lib/foundation.css */
div.switch.radius span:last-child {
  border-radius: 3px;
}

/* line 2069, app/assets/stylesheets/landing_ja/lib/foundation.css */
div.switch.round {
  border-radius: 1000px;
}

/* line 2071, app/assets/stylesheets/landing_ja/lib/foundation.css */
div.switch.round span:last-child {
  border-radius: 999px;
}

/* line 2073, app/assets/stylesheets/landing_ja/lib/foundation.css */
div.switch.round label {
  padding: 0 0.5625rem;
}

/* Image Thumbnails */
/* line 2077, app/assets/stylesheets/landing_ja/lib/foundation.css */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px white;
  max-width: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  transition: all 200ms ease-out;
}

/* line 2084, app/assets/stylesheets/landing_ja/lib/foundation.css */
.th:hover, .th:focus {
  box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5);
}

/* line 2086, app/assets/stylesheets/landing_ja/lib/foundation.css */
.th.radius {
  border-radius: 3px;
}

/* Pricing Tables */
/* line 2090, app/assets/stylesheets/landing_ja/lib/foundation.css */
.pricing-table {
  border: solid 1px #dddddd;
  margin-left: 0;
  margin-bottom: 1.25rem;
}

/* line 2094, app/assets/stylesheets/landing_ja/lib/foundation.css */
.pricing-table * {
  list-style: none;
  line-height: 1;
}

/* line 2097, app/assets/stylesheets/landing_ja/lib/foundation.css */
.pricing-table .title {
  background-color: #333333;
  padding: 0.9375rem 1.25rem;
  text-align: center;
  color: #eeeeee;
  font-weight: normal;
  font-size: 1rem;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

/* line 2105, app/assets/stylesheets/landing_ja/lib/foundation.css */
.pricing-table .price {
  background-color: #f6f6f6;
  padding: 0.9375rem 1.25rem;
  text-align: center;
  color: #333333;
  font-weight: normal;
  font-size: 2rem;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

/* line 2113, app/assets/stylesheets/landing_ja/lib/foundation.css */
.pricing-table .description {
  background-color: white;
  padding: 0.9375rem;
  text-align: center;
  color: #777777;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.4;
  border-bottom: dotted 1px #dddddd;
}

/* line 2122, app/assets/stylesheets/landing_ja/lib/foundation.css */
.pricing-table .bullet-item {
  background-color: white;
  padding: 0.9375rem;
  text-align: center;
  color: #333333;
  font-size: 0.875rem;
  font-weight: normal;
  border-bottom: dotted 1px #dddddd;
}

/* line 2130, app/assets/stylesheets/landing_ja/lib/foundation.css */
.pricing-table .cta-button {
  background-color: white;
  text-align: center;
  padding: 1.25rem 1.25rem 0;
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Orbit Graceful Loading */
/* line 2151, app/assets/stylesheets/landing_ja/lib/foundation.css */
.slideshow-wrapper {
  position: relative;
}

/* line 2153, app/assets/stylesheets/landing_ja/lib/foundation.css */
.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}

/* line 2156, app/assets/stylesheets/landing_ja/lib/foundation.css */
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}

/* line 2159, app/assets/stylesheets/landing_ja/lib/foundation.css */
.slideshow-wrapper ul li:first-child {
  display: block;
}

/* line 2161, app/assets/stylesheets/landing_ja/lib/foundation.css */
.slideshow-wrapper .orbit-container {
  background-color: transparent;
}

/* line 2163, app/assets/stylesheets/landing_ja/lib/foundation.css */
.slideshow-wrapper .orbit-container li {
  display: block;
}

/* line 2165, app/assets/stylesheets/landing_ja/lib/foundation.css */
.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}

/* line 2167, app/assets/stylesheets/landing_ja/lib/foundation.css */
.slideshow-wrapper .preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555555 white;
  border-radius: 1000px;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* line 2184, app/assets/stylesheets/landing_ja/lib/foundation.css */
.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none;
}

/* line 2189, app/assets/stylesheets/landing_ja/lib/foundation.css */
.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transform: translateZ(0);
}

/* line 2195, app/assets/stylesheets/landing_ja/lib/foundation.css */
.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}

/* line 2198, app/assets/stylesheets/landing_ja/lib/foundation.css */
.orbit-container .orbit-slides-container.fade li {
  opacity: 0;
  transition: opacity 500ms ease-in-out;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 2206, app/assets/stylesheets/landing_ja/lib/foundation.css */
.orbit-container .orbit-slides-container.fade li.animate-in {
  opacity: 1;
  z-index: 20;
  transition: opacity 500ms ease-in-out;
}

/* line 2210, app/assets/stylesheets/landing_ja/lib/foundation.css */
.orbit-container .orbit-slides-container.fade li.animate-out {
  z-index: 10;
  transition: opacity 500ms ease-in-out;
}

/* line 2213, app/assets/stylesheets/landing_ja/lib/foundation.css */
.orbit-container .orbit-slides-container.swipe-next li {
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

/* line 2219, app/assets/stylesheets/landing_ja/lib/foundation.css */
.orbit-container .orbit-slides-container.swipe-next li.animate-in {
  -ms-transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 500ms;
}

/* line 2226, app/assets/stylesheets/landing_ja/lib/foundation.css */
.orbit-container .orbit-slides-container.swipe-next li.animate-out {
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  transition-duration: 500ms;
}

/* line 2233, app/assets/stylesheets/landing_ja/lib/foundation.css */
.orbit-container .orbit-slides-container.swipe-prev li {
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

/* line 2239, app/assets/stylesheets/landing_ja/lib/foundation.css */
.orbit-container .orbit-slides-container.swipe-prev li.animate-in {
  -ms-transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 500ms;
}

/* line 2246, app/assets/stylesheets/landing_ja/lib/foundation.css */
.orbit-container .orbit-slides-container.swipe-prev li.animate-out {
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  transition-duration: 500ms;
}

/* line 2253, app/assets/stylesheets/landing_ja/lib/foundation.css */
.orbit-container .orbit-slides-container li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

/* line 2263, app/assets/stylesheets/landing_ja/lib/foundation.css */
.orbit-container .orbit-slides-container li.active {
  opacity: 1;
  top: 0;
  left: 0;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 2272, app/assets/stylesheets/landing_ja/lib/foundation.css */
.orbit-container .orbit-slides-container li .orbit-caption {
  position: absolute;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.8);
  color: white;
  width: 100%;
  padding: 0.625rem 0.875rem;
  font-size: 0.875rem;
}

/* line 2280, app/assets/stylesheets/landing_ja/lib/foundation.css */
.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: white;
  background: rgba(0, 0, 0, 0);
  z-index: 10;
}

/* line 2288, app/assets/stylesheets/landing_ja/lib/foundation.css */
.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125rem;
}

/* line 2291, app/assets/stylesheets/landing_ja/lib/foundation.css */
.orbit-container .orbit-timer {
  position: absolute;
  top: 12px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}

/* line 2298, app/assets/stylesheets/landing_ja/lib/foundation.css */
.orbit-container .orbit-timer .orbit-progress {
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  width: 0%;
  position: relative;
  right: 20px;
  top: 5px;
}

/* line 2306, app/assets/stylesheets/landing_ja/lib/foundation.css */
.orbit-container .orbit-timer > span {
  display: none;
  position: absolute;
  top: 0px;
  right: 0;
  width: 11px;
  height: 14px;
  border: solid 4px white;
  border-top: none;
  border-bottom: none;
}

/* line 2316, app/assets/stylesheets/landing_ja/lib/foundation.css */
.orbit-container .orbit-timer.paused > span {
  right: -4px;
  top: 0px;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-left-style: solid;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  border-color: transparent white transparent transparent;
}

/* line 2329, app/assets/stylesheets/landing_ja/lib/foundation.css */
.orbit-container .orbit-timer.paused > span.dark {
  border-color: transparent #333333 transparent transparent;
}

/* line 2331, app/assets/stylesheets/landing_ja/lib/foundation.css */
.orbit-container:hover .orbit-timer > span {
  display: block;
}

/* line 2333, app/assets/stylesheets/landing_ja/lib/foundation.css */
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  position: absolute;
  top: 45%;
  margin-top: -25px;
  width: 36px;
  height: 60px;
  line-height: 50px;
  color: white;
  background-color: transparent;
  text-indent: -9999px !important;
  z-index: 10;
}

/* line 2345, app/assets/stylesheets/landing_ja/lib/foundation.css */
.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 2348, app/assets/stylesheets/landing_ja/lib/foundation.css */
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  display: block;
  width: 0;
  height: 0;
  border: inset 10px;
}

/* line 2357, app/assets/stylesheets/landing_ja/lib/foundation.css */
.orbit-container .orbit-prev {
  left: 0;
}

/* line 2359, app/assets/stylesheets/landing_ja/lib/foundation.css */
.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: white;
}

/* line 2363, app/assets/stylesheets/landing_ja/lib/foundation.css */
.orbit-container .orbit-prev:hover > span {
  border-right-color: white;
}

/* line 2365, app/assets/stylesheets/landing_ja/lib/foundation.css */
.orbit-container .orbit-next {
  right: 0;
}

/* line 2367, app/assets/stylesheets/landing_ja/lib/foundation.css */
.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: white;
  left: 50%;
  margin-left: -4px;
}

/* line 2373, app/assets/stylesheets/landing_ja/lib/foundation.css */
.orbit-container .orbit-next:hover > span {
  border-left-color: white;
}

/* line 2375, app/assets/stylesheets/landing_ja/lib/foundation.css */
.orbit-container .orbit-bullets-container {
  text-align: center;
}

/* line 2377, app/assets/stylesheets/landing_ja/lib/foundation.css */
.orbit-container .orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  float: none;
  text-align: center;
  display: block;
}

/* line 2385, app/assets/stylesheets/landing_ja/lib/foundation.css */
.orbit-container .orbit-bullets li {
  display: inline-block;
  width: 0.5625rem;
  height: 0.5625rem;
  background: #cccccc;
  float: none;
  margin-right: 6px;
  border-radius: 1000px;
}

/* line 2393, app/assets/stylesheets/landing_ja/lib/foundation.css */
.orbit-container .orbit-bullets li.active {
  background: #999999;
}

/* line 2395, app/assets/stylesheets/landing_ja/lib/foundation.css */
.orbit-container .orbit-bullets li:last-child {
  margin-right: 0;
}

/* line 2398, app/assets/stylesheets/landing_ja/lib/foundation.css */
.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}

/* line 2401, app/assets/stylesheets/landing_ja/lib/foundation.css */
.touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width: 40.063em) {
  /* line 2405, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
    display: inherit;
  }
  /* line 2408, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .touch .orbit-bullets {
    display: block;
  }
}

@media only screen and (max-width: 40em) {
  /* line 2411, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }
  /* line 2413, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin-left: 0% !important;
    opacity: 1 !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    transition: none !important;
  }
  /* line 2423, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .orbit-stack-on-small .orbit-timer {
    display: none;
  }
  /* line 2425, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .orbit-stack-on-small .orbit-next, .orbit-stack-on-small .orbit-prev {
    display: none;
  }
  /* line 2427, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .orbit-stack-on-small .orbit-bullets {
    display: none;
  }
}

/* line 2429, app/assets/stylesheets/landing_ja/lib/foundation.css */
[data-magellan-expedition], [data-magellan-expedition-clone] {
  background: white;
  z-index: 50;
  min-width: 100%;
  padding: 10px;
}

/* line 2434, app/assets/stylesheets/landing_ja/lib/foundation.css */
[data-magellan-expedition] .sub-nav, [data-magellan-expedition-clone] .sub-nav {
  margin-bottom: 0;
}

/* line 2436, app/assets/stylesheets/landing_ja/lib/foundation.css */
[data-magellan-expedition] .sub-nav dd, [data-magellan-expedition-clone] .sub-nav dd {
  margin-bottom: 0;
}

/* line 2438, app/assets/stylesheets/landing_ja/lib/foundation.css */
[data-magellan-expedition] .sub-nav a, [data-magellan-expedition-clone] .sub-nav a {
  line-height: 1.8em;
}

/* line 2441, app/assets/stylesheets/landing_ja/lib/foundation.css */
.tabs {
  *zoom: 1;
  margin-bottom: 0 !important;
}

/* line 2444, app/assets/stylesheets/landing_ja/lib/foundation.css */
.tabs:before, .tabs:after {
  content: " ";
  display: table;
}

/* line 2447, app/assets/stylesheets/landing_ja/lib/foundation.css */
.tabs:after {
  clear: both;
}

/* line 2449, app/assets/stylesheets/landing_ja/lib/foundation.css */
.tabs dd {
  position: relative;
  margin-bottom: 0 !important;
  float: left;
}

/* line 2453, app/assets/stylesheets/landing_ja/lib/foundation.css */
.tabs dd > a {
  display: block;
  background: #efefef;
  color: #222222;
  padding: 1rem 2rem;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1rem;
}

/* line 2460, app/assets/stylesheets/landing_ja/lib/foundation.css */
.tabs dd > a:hover {
  background: #e1e1e1;
}

/* line 2462, app/assets/stylesheets/landing_ja/lib/foundation.css */
.tabs dd.active a {
  background: white;
}

/* line 2464, app/assets/stylesheets/landing_ja/lib/foundation.css */
.tabs.radius dd:first-child a {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 2467, app/assets/stylesheets/landing_ja/lib/foundation.css */
.tabs.radius dd:last-child a {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 2470, app/assets/stylesheets/landing_ja/lib/foundation.css */
.tabs.vertical dd {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

/* line 2476, app/assets/stylesheets/landing_ja/lib/foundation.css */
.tabs-content {
  *zoom: 1;
  margin-bottom: 1.5rem;
  width: 100%;
}

/* line 2480, app/assets/stylesheets/landing_ja/lib/foundation.css */
.tabs-content:before, .tabs-content:after {
  content: " ";
  display: table;
}

/* line 2483, app/assets/stylesheets/landing_ja/lib/foundation.css */
.tabs-content:after {
  clear: both;
}

/* line 2485, app/assets/stylesheets/landing_ja/lib/foundation.css */
.tabs-content > .content {
  display: none;
  float: left;
  padding: 0.9375rem 0;
  width: 100%;
}

/* line 2490, app/assets/stylesheets/landing_ja/lib/foundation.css */
.tabs-content > .content.active {
  display: block;
  float: none;
}

/* line 2493, app/assets/stylesheets/landing_ja/lib/foundation.css */
.tabs-content > .content.contained {
  padding: 0.9375rem;
}

/* line 2495, app/assets/stylesheets/landing_ja/lib/foundation.css */
.tabs-content.vertical {
  display: block;
}

/* line 2497, app/assets/stylesheets/landing_ja/lib/foundation.css */
.tabs-content.vertical > .content {
  padding: 0 0.9375rem;
}

@media only screen and (min-width: 40.063em) {
  /* line 2501, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .tabs.vertical {
    width: 20%;
    float: left;
    margin-bottom: 1.25rem;
  }
  /* line 2506, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .tabs-content.vertical {
    width: 80%;
    float: left;
    margin-left: -1px;
  }
}

/* line 2510, app/assets/stylesheets/landing_ja/lib/foundation.css */
.no-js .tabs-content > .content {
  display: block;
  float: none;
}

/* line 2514, app/assets/stylesheets/landing_ja/lib/foundation.css */
ul.pagination {
  display: block;
  height: 1.5rem;
  margin-left: -0.3125rem;
}

/* line 2518, app/assets/stylesheets/landing_ja/lib/foundation.css */
ul.pagination li {
  height: 1.5rem;
  color: #222222;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
}

/* line 2523, app/assets/stylesheets/landing_ja/lib/foundation.css */
ul.pagination li a {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #999999;
  border-radius: 3px;
}

/* line 2528, app/assets/stylesheets/landing_ja/lib/foundation.css */
ul.pagination li:hover a,
ul.pagination li a:focus {
  background: #e6e6e6;
}

/* line 2531, app/assets/stylesheets/landing_ja/lib/foundation.css */
ul.pagination li.unavailable a {
  cursor: default;
  color: #999999;
}

/* line 2534, app/assets/stylesheets/landing_ja/lib/foundation.css */
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
  background: transparent;
}

/* line 2536, app/assets/stylesheets/landing_ja/lib/foundation.css */
ul.pagination li.current a {
  background: #008cba;
  color: white;
  font-weight: bold;
  cursor: default;
}

/* line 2541, app/assets/stylesheets/landing_ja/lib/foundation.css */
ul.pagination li.current a:hover, ul.pagination li.current a:focus {
  background: #008cba;
}

/* line 2543, app/assets/stylesheets/landing_ja/lib/foundation.css */
ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */
/* line 2548, app/assets/stylesheets/landing_ja/lib/foundation.css */
.pagination-centered {
  text-align: center;
}

/* line 2550, app/assets/stylesheets/landing_ja/lib/foundation.css */
.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

/* line 2554, app/assets/stylesheets/landing_ja/lib/foundation.css */
.side-nav {
  display: block;
  margin: 0;
  padding: 0.875rem 0;
  list-style-type: none;
  list-style-position: inside;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

/* line 2561, app/assets/stylesheets/landing_ja/lib/foundation.css */
.side-nav li {
  margin: 0 0 0.4375rem 0;
  font-size: 0.875rem;
}

/* line 2564, app/assets/stylesheets/landing_ja/lib/foundation.css */
.side-nav li a:not(.button):not(.registration-oauth__twitter-btn):not(.registration-oauth__google-btn):not(.registration-oauth__facebook-btn):not(.registration-email-btn):not(.price-lineup__button) {
  display: block;
  color: #008cba;
}

/* line 2567, app/assets/stylesheets/landing_ja/lib/foundation.css */
.side-nav li a:not(.button):not(.registration-oauth__twitter-btn):not(.registration-oauth__google-btn):not(.registration-oauth__facebook-btn):not(.registration-email-btn):not(.price-lineup__button):hover, .side-nav li a:not(.button):not(.registration-oauth__twitter-btn):not(.registration-oauth__google-btn):not(.registration-oauth__facebook-btn):not(.registration-email-btn):not(.price-lineup__button):focus {
  color: #1cc7ff;
}

/* line 2569, app/assets/stylesheets/landing_ja/lib/foundation.css */
.side-nav li.active > a:first-child:not(.button):not(.registration-oauth__twitter-btn):not(.registration-oauth__google-btn):not(.registration-oauth__facebook-btn):not(.registration-email-btn):not(.price-lineup__button) {
  color: #1cc7ff;
  font-weight: normal;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

/* line 2573, app/assets/stylesheets/landing_ja/lib/foundation.css */
.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  padding: 0;
  list-style: none;
  border-top-color: white;
}

/* line 2580, app/assets/stylesheets/landing_ja/lib/foundation.css */
.accordion {
  *zoom: 1;
  margin-bottom: 0;
}

/* line 2583, app/assets/stylesheets/landing_ja/lib/foundation.css */
.accordion:before, .accordion:after {
  content: " ";
  display: table;
}

/* line 2586, app/assets/stylesheets/landing_ja/lib/foundation.css */
.accordion:after {
  clear: both;
}

/* line 2588, app/assets/stylesheets/landing_ja/lib/foundation.css */
.accordion dd {
  display: block;
  margin-bottom: 0 !important;
}

/* line 2591, app/assets/stylesheets/landing_ja/lib/foundation.css */
.accordion dd.active > a {
  background: #e8e8e8;
}

/* line 2593, app/assets/stylesheets/landing_ja/lib/foundation.css */
.accordion dd > a {
  background: #efefef;
  color: #222222;
  padding: 1rem;
  display: block;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1rem;
}

/* line 2600, app/assets/stylesheets/landing_ja/lib/foundation.css */
.accordion dd > a:hover {
  background: #e3e3e3;
}

/* line 2602, app/assets/stylesheets/landing_ja/lib/foundation.css */
.accordion .content {
  display: none;
  padding: 0.9375rem;
}

/* line 2605, app/assets/stylesheets/landing_ja/lib/foundation.css */
.accordion .content.active {
  display: block;
  background: white;
}

/* line 2609, app/assets/stylesheets/landing_ja/lib/foundation.css */
.text-left {
  text-align: left !important;
}

/* line 2612, app/assets/stylesheets/landing_ja/lib/foundation.css */
.text-right {
  text-align: right !important;
}

/* line 2615, app/assets/stylesheets/landing_ja/lib/foundation.css */
.text-center {
  text-align: center !important;
}

/* line 2618, app/assets/stylesheets/landing_ja/lib/foundation.css */
.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 40em) {
  /* line 2622, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-only-text-left {
    text-align: left !important;
  }
  /* line 2625, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-only-text-right {
    text-align: right !important;
  }
  /* line 2628, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-only-text-center {
    text-align: center !important;
  }
  /* line 2631, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen {
  /* line 2634, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-text-left {
    text-align: left !important;
  }
  /* line 2637, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-text-right {
    text-align: right !important;
  }
  /* line 2640, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-text-center {
    text-align: center !important;
  }
  /* line 2643, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 2646, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-only-text-left {
    text-align: left !important;
  }
  /* line 2649, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-only-text-right {
    text-align: right !important;
  }
  /* line 2652, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-only-text-center {
    text-align: center !important;
  }
  /* line 2655, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 40.063em) {
  /* line 2658, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-text-left {
    text-align: left !important;
  }
  /* line 2661, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-text-right {
    text-align: right !important;
  }
  /* line 2664, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-text-center {
    text-align: center !important;
  }
  /* line 2667, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  /* line 2670, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-only-text-left {
    text-align: left !important;
  }
  /* line 2673, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-only-text-right {
    text-align: right !important;
  }
  /* line 2676, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-only-text-center {
    text-align: center !important;
  }
  /* line 2679, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 64.063em) {
  /* line 2682, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-text-left {
    text-align: left !important;
  }
  /* line 2685, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-text-right {
    text-align: right !important;
  }
  /* line 2688, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-text-center {
    text-align: center !important;
  }
  /* line 2691, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  /* line 2694, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .xlarge-only-text-left {
    text-align: left !important;
  }
  /* line 2697, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .xlarge-only-text-right {
    text-align: right !important;
  }
  /* line 2700, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .xlarge-only-text-center {
    text-align: center !important;
  }
  /* line 2703, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 90.063em) {
  /* line 2706, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .xlarge-text-left {
    text-align: left !important;
  }
  /* line 2709, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .xlarge-text-right {
    text-align: right !important;
  }
  /* line 2712, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .xlarge-text-center {
    text-align: center !important;
  }
  /* line 2715, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .xlarge-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  /* line 2718, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .xxlarge-only-text-left {
    text-align: left !important;
  }
  /* line 2721, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .xxlarge-only-text-right {
    text-align: right !important;
  }
  /* line 2724, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .xxlarge-only-text-center {
    text-align: center !important;
  }
  /* line 2727, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 120.063em) {
  /* line 2730, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .xxlarge-text-left {
    text-align: left !important;
  }
  /* line 2733, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .xxlarge-text-right {
    text-align: right !important;
  }
  /* line 2736, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .xxlarge-text-center {
    text-align: center !important;
  }
  /* line 2739, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}

/* Typography resets */
/* line 2742, app/assets/stylesheets/landing_ja/lib/foundation.css */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
/* line 2765, app/assets/stylesheets/landing_ja/lib/foundation.css */
a {
  color: #008cba;
  text-decoration: none;
  line-height: inherit;
}

/* line 2769, app/assets/stylesheets/landing_ja/lib/foundation.css */
a:hover, a:focus {
  color: #0078a0;
}

/* line 2771, app/assets/stylesheets/landing_ja/lib/foundation.css */
a img {
  border: none;
}

/* Default paragraph styles */
/* line 2775, app/assets/stylesheets/landing_ja/lib/foundation.css */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}

/* line 2782, app/assets/stylesheets/landing_ja/lib/foundation.css */
p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}

/* line 2785, app/assets/stylesheets/landing_ja/lib/foundation.css */
p aside {
  font-size: 0.875rem;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
/* line 2791, app/assets/stylesheets/landing_ja/lib/foundation.css */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  line-height: 1.4;
}

/* line 2797, app/assets/stylesheets/landing_ja/lib/foundation.css */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

/* line 2802, app/assets/stylesheets/landing_ja/lib/foundation.css */
h1 {
  font-size: 2.125rem;
}

/* line 2805, app/assets/stylesheets/landing_ja/lib/foundation.css */
h2 {
  font-size: 1.6875rem;
}

/* line 2808, app/assets/stylesheets/landing_ja/lib/foundation.css */
h3 {
  font-size: 1.375rem;
}

/* line 2811, app/assets/stylesheets/landing_ja/lib/foundation.css */
h4 {
  font-size: 1.125rem;
}

/* line 2814, app/assets/stylesheets/landing_ja/lib/foundation.css */
h5 {
  font-size: 1.125rem;
}

/* line 2817, app/assets/stylesheets/landing_ja/lib/foundation.css */
h6 {
  font-size: 1rem;
}

/* line 2820, app/assets/stylesheets/landing_ja/lib/foundation.css */
.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

/* line 2827, app/assets/stylesheets/landing_ja/lib/foundation.css */
hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}

/* Helpful Typography Defaults */
/* line 2835, app/assets/stylesheets/landing_ja/lib/foundation.css */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 2840, app/assets/stylesheets/landing_ja/lib/foundation.css */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 2845, app/assets/stylesheets/landing_ja/lib/foundation.css */
small {
  font-size: 60%;
  line-height: inherit;
}

/* line 2849, app/assets/stylesheets/landing_ja/lib/foundation.css */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #bd260d;
}

/* Lists */
/* line 2855, app/assets/stylesheets/landing_ja/lib/foundation.css */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit;
}

/* line 2864, app/assets/stylesheets/landing_ja/lib/foundation.css */
ul {
  margin-left: 1.1rem;
}

/* line 2866, app/assets/stylesheets/landing_ja/lib/foundation.css */
ul.no-bullet {
  margin-left: 0;
}

/* line 2868, app/assets/stylesheets/landing_ja/lib/foundation.css */
ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */
/* line 2875, app/assets/stylesheets/landing_ja/lib/foundation.css */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* line 2879, app/assets/stylesheets/landing_ja/lib/foundation.css */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}

/* line 2881, app/assets/stylesheets/landing_ja/lib/foundation.css */
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}

/* line 2884, app/assets/stylesheets/landing_ja/lib/foundation.css */
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}

/* line 2887, app/assets/stylesheets/landing_ja/lib/foundation.css */
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}

/* line 2890, app/assets/stylesheets/landing_ja/lib/foundation.css */
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
/* line 2894, app/assets/stylesheets/landing_ja/lib/foundation.css */
ol {
  margin-left: 1.4rem;
}

/* line 2896, app/assets/stylesheets/landing_ja/lib/foundation.css */
ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* Definition Lists */
/* line 2902, app/assets/stylesheets/landing_ja/lib/foundation.css */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

/* line 2905, app/assets/stylesheets/landing_ja/lib/foundation.css */
dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
/* line 2909, app/assets/stylesheets/landing_ja/lib/foundation.css */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  border-bottom: 1px dotted #dddddd;
  cursor: help;
}

/* line 2917, app/assets/stylesheets/landing_ja/lib/foundation.css */
abbr {
  text-transform: none;
}

/* Blockquotes */
/* line 2921, app/assets/stylesheets/landing_ja/lib/foundation.css */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #dddddd;
}

/* line 2925, app/assets/stylesheets/landing_ja/lib/foundation.css */
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555555;
}

/* line 2929, app/assets/stylesheets/landing_ja/lib/foundation.css */
blockquote cite:before {
  content: "\2014 \0020";
}

/* line 2931, app/assets/stylesheets/landing_ja/lib/foundation.css */
blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

/* line 2935, app/assets/stylesheets/landing_ja/lib/foundation.css */
blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

/* Microformats */
/* line 2941, app/assets/stylesheets/landing_ja/lib/foundation.css */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #dddddd;
  padding: 0.625rem 0.75rem;
}

/* line 2946, app/assets/stylesheets/landing_ja/lib/foundation.css */
.vcard li {
  margin: 0;
  display: block;
}

/* line 2949, app/assets/stylesheets/landing_ja/lib/foundation.css */
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

/* line 2953, app/assets/stylesheets/landing_ja/lib/foundation.css */
.vevent .summary {
  font-weight: bold;
}

/* line 2955, app/assets/stylesheets/landing_ja/lib/foundation.css */
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width: 40.063em) {
  /* line 2963, app/assets/stylesheets/landing_ja/lib/foundation.css */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
  /* line 2966, app/assets/stylesheets/landing_ja/lib/foundation.css */
  h1 {
    font-size: 2.75rem;
  }
  /* line 2969, app/assets/stylesheets/landing_ja/lib/foundation.css */
  h2 {
    font-size: 2.3125rem;
  }
  /* line 2972, app/assets/stylesheets/landing_ja/lib/foundation.css */
  h3 {
    font-size: 1.6875rem;
  }
  /* line 2975, app/assets/stylesheets/landing_ja/lib/foundation.css */
  h4 {
    font-size: 1.4375rem;
  }
}

/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
/* line 2983, app/assets/stylesheets/landing_ja/lib/foundation.css */
.print-only {
  display: none !important;
}

@media print {
  /* line 2987, app/assets/stylesheets/landing_ja/lib/foundation.css */
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /* line 2994, app/assets/stylesheets/landing_ja/lib/foundation.css */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 2998, app/assets/stylesheets/landing_ja/lib/foundation.css */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 3001, app/assets/stylesheets/landing_ja/lib/foundation.css */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 3004, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  /* line 3009, app/assets/stylesheets/landing_ja/lib/foundation.css */
  pre,
blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  /* line 3014, app/assets/stylesheets/landing_ja/lib/foundation.css */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  /* line 3018, app/assets/stylesheets/landing_ja/lib/foundation.css */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 3022, app/assets/stylesheets/landing_ja/lib/foundation.css */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  /* line 3028, app/assets/stylesheets/landing_ja/lib/foundation.css */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 3034, app/assets/stylesheets/landing_ja/lib/foundation.css */
  h2,
h3 {
    page-break-after: avoid;
  }
  /* line 3038, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .hide-on-print {
    display: none !important;
  }
  /* line 3041, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .print-only {
    display: block !important;
  }
  /* line 3044, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .hide-for-print {
    display: none !important;
  }
  /* line 3047, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .show-for-print {
    display: inherit !important;
  }
}

/* line 3049, app/assets/stylesheets/landing_ja/lib/foundation.css */
.split.button, .split.registration-oauth__twitter-btn, .split.registration-oauth__google-btn, .split.registration-oauth__facebook-btn, .split.registration-email-btn, .split.price-lineup__button {
  position: relative;
  padding-right: 5.0625rem;
}

/* line 3052, app/assets/stylesheets/landing_ja/lib/foundation.css */
.split.button span, .split.registration-oauth__twitter-btn span, .split.registration-oauth__google-btn span, .split.registration-oauth__facebook-btn span, .split.registration-email-btn span, .split.price-lineup__button span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}

/* line 3059, app/assets/stylesheets/landing_ja/lib/foundation.css */
.split.button span:before, .split.registration-oauth__twitter-btn span:before, .split.registration-oauth__google-btn span:before, .split.registration-oauth__facebook-btn span:before, .split.registration-email-btn span:before, .split.price-lineup__button span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: inset;
  top: 50%;
  left: 50%;
}

/* line 3068, app/assets/stylesheets/landing_ja/lib/foundation.css */
.split.button span:active, .split.registration-oauth__twitter-btn span:active, .split.registration-oauth__google-btn span:active, .split.registration-oauth__facebook-btn span:active, .split.registration-email-btn span:active, .split.price-lineup__button span:active {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 3070, app/assets/stylesheets/landing_ja/lib/foundation.css */
.split.button span, .split.registration-oauth__twitter-btn span, .split.registration-oauth__google-btn span, .split.registration-oauth__facebook-btn span, .split.registration-email-btn span, .split.price-lineup__button span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

/* line 3072, app/assets/stylesheets/landing_ja/lib/foundation.css */
.split.button span, .split.registration-oauth__twitter-btn span, .split.registration-oauth__google-btn span, .split.registration-oauth__facebook-btn span, .split.registration-email-btn span, .split.price-lineup__button span {
  width: 3.09375rem;
}

/* line 3074, app/assets/stylesheets/landing_ja/lib/foundation.css */
.split.button span:before, .split.registration-oauth__twitter-btn span:before, .split.registration-oauth__google-btn span:before, .split.registration-oauth__facebook-btn span:before, .split.registration-email-btn span:before, .split.price-lineup__button span:before {
  border-top-style: solid;
  border-width: 0.375rem;
  top: 48%;
  margin-left: -0.375rem;
}

/* line 3079, app/assets/stylesheets/landing_ja/lib/foundation.css */
.split.button span:before, .split.registration-oauth__twitter-btn span:before, .split.registration-oauth__google-btn span:before, .split.registration-oauth__facebook-btn span:before, .split.registration-email-btn span:before, .split.price-lineup__button span:before {
  border-color: white transparent transparent transparent;
}

/* line 3081, app/assets/stylesheets/landing_ja/lib/foundation.css */
.split.button.secondary span, .split.secondary.registration-oauth__twitter-btn span, .split.secondary.registration-oauth__google-btn span, .split.secondary.registration-oauth__facebook-btn span, .split.secondary.registration-email-btn span, .split.secondary.price-lineup__button span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

/* line 3083, app/assets/stylesheets/landing_ja/lib/foundation.css */
.split.button.secondary span:before, .split.secondary.registration-oauth__twitter-btn span:before, .split.secondary.registration-oauth__google-btn span:before, .split.secondary.registration-oauth__facebook-btn span:before, .split.secondary.registration-email-btn span:before, .split.secondary.price-lineup__button span:before {
  border-color: white transparent transparent transparent;
}

/* line 3085, app/assets/stylesheets/landing_ja/lib/foundation.css */
.split.button.alert span, .split.alert.registration-oauth__twitter-btn span, .split.alert.registration-oauth__google-btn span, .split.alert.registration-oauth__facebook-btn span, .split.alert.registration-email-btn span, .split.alert.price-lineup__button span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

/* line 3087, app/assets/stylesheets/landing_ja/lib/foundation.css */
.split.button.success span, .split.success.registration-oauth__twitter-btn span, .split.success.registration-oauth__google-btn span, .split.success.registration-oauth__facebook-btn span, .split.success.registration-email-btn span, .split.success.price-lineup__button span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

/* line 3089, app/assets/stylesheets/landing_ja/lib/foundation.css */
.split.button.tiny, .split.tiny.registration-oauth__twitter-btn, .split.tiny.registration-oauth__google-btn, .split.tiny.registration-oauth__facebook-btn, .split.tiny.registration-email-btn, .split.tiny.price-lineup__button {
  padding-right: 3.75rem;
}

/* line 3091, app/assets/stylesheets/landing_ja/lib/foundation.css */
.split.button.tiny span, .split.tiny.registration-oauth__twitter-btn span, .split.tiny.registration-oauth__google-btn span, .split.tiny.registration-oauth__facebook-btn span, .split.tiny.registration-email-btn span, .split.tiny.price-lineup__button span {
  width: 2.25rem;
}

/* line 3093, app/assets/stylesheets/landing_ja/lib/foundation.css */
.split.button.tiny span:before, .split.tiny.registration-oauth__twitter-btn span:before, .split.tiny.registration-oauth__google-btn span:before, .split.tiny.registration-oauth__facebook-btn span:before, .split.tiny.registration-email-btn span:before, .split.tiny.price-lineup__button span:before {
  border-top-style: solid;
  border-width: 0.375rem;
  top: 48%;
  margin-left: -0.375rem;
}

/* line 3098, app/assets/stylesheets/landing_ja/lib/foundation.css */
.split.button.small, .split.small.registration-oauth__twitter-btn, .split.small.registration-oauth__google-btn, .split.small.registration-oauth__facebook-btn, .split.small.registration-email-btn, .split.small.price-lineup__button {
  padding-right: 4.375rem;
}

/* line 3100, app/assets/stylesheets/landing_ja/lib/foundation.css */
.split.button.small span, .split.small.registration-oauth__twitter-btn span, .split.small.registration-oauth__google-btn span, .split.small.registration-oauth__facebook-btn span, .split.small.registration-email-btn span, .split.small.price-lineup__button span {
  width: 2.625rem;
}

/* line 3102, app/assets/stylesheets/landing_ja/lib/foundation.css */
.split.button.small span:before, .split.small.registration-oauth__twitter-btn span:before, .split.small.registration-oauth__google-btn span:before, .split.small.registration-oauth__facebook-btn span:before, .split.small.registration-email-btn span:before, .split.small.price-lineup__button span:before {
  border-top-style: solid;
  border-width: 0.4375rem;
  top: 48%;
  margin-left: -0.375rem;
}

/* line 3107, app/assets/stylesheets/landing_ja/lib/foundation.css */
.split.button.large, .split.large.registration-oauth__twitter-btn, .split.large.registration-oauth__google-btn, .split.large.registration-oauth__facebook-btn, .split.large.registration-email-btn, .split.large.price-lineup__button {
  padding-right: 5.5rem;
}

/* line 3109, app/assets/stylesheets/landing_ja/lib/foundation.css */
.split.button.large span, .split.large.registration-oauth__twitter-btn span, .split.large.registration-oauth__google-btn span, .split.large.registration-oauth__facebook-btn span, .split.large.registration-email-btn span, .split.large.price-lineup__button span {
  width: 3.4375rem;
}

/* line 3111, app/assets/stylesheets/landing_ja/lib/foundation.css */
.split.button.large span:before, .split.large.registration-oauth__twitter-btn span:before, .split.large.registration-oauth__google-btn span:before, .split.large.registration-oauth__facebook-btn span:before, .split.large.registration-email-btn span:before, .split.large.price-lineup__button span:before {
  border-top-style: solid;
  border-width: 0.3125rem;
  top: 48%;
  margin-left: -0.375rem;
}

/* line 3116, app/assets/stylesheets/landing_ja/lib/foundation.css */
.split.button.expand, .split.expand.registration-oauth__twitter-btn, .split.expand.registration-oauth__google-btn, .split.expand.registration-oauth__facebook-btn, .split.expand.registration-email-btn, .split.expand.price-lineup__button {
  padding-left: 2rem;
}

/* line 3118, app/assets/stylesheets/landing_ja/lib/foundation.css */
.split.button.secondary span:before, .split.secondary.registration-oauth__twitter-btn span:before, .split.secondary.registration-oauth__google-btn span:before, .split.secondary.registration-oauth__facebook-btn span:before, .split.secondary.registration-email-btn span:before, .split.secondary.price-lineup__button span:before {
  border-color: #333333 transparent transparent transparent;
}

/* line 3120, app/assets/stylesheets/landing_ja/lib/foundation.css */
.split.button.radius span, .split.radius.registration-oauth__twitter-btn span, .split.radius.registration-oauth__google-btn span, .split.radius.registration-oauth__facebook-btn span, .split.radius.registration-email-btn span, .split.radius.price-lineup__button span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 3123, app/assets/stylesheets/landing_ja/lib/foundation.css */
.split.button.round span, .split.round.registration-oauth__twitter-btn span, .split.round.registration-oauth__google-btn span, .split.round.registration-oauth__facebook-btn span, .split.round.registration-email-btn span, .split.round.price-lineup__button span {
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* line 3127, app/assets/stylesheets/landing_ja/lib/foundation.css */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: 99;
  display: none;
  top: 0;
  left: 0;
}

/* line 3138, app/assets/stylesheets/landing_ja/lib/foundation.css */
dialog, .reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 100;
  width: 100vw;
  top: 0;
  left: 0;
  background-color: white;
  padding: 1.25rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 40em) {
  /* line 3151, app/assets/stylesheets/landing_ja/lib/foundation.css */
  dialog, .reveal-modal {
    min-height: 100vh;
  }
}

@media only screen and (min-width: 40.063em) {
  /* line 3154, app/assets/stylesheets/landing_ja/lib/foundation.css */
  dialog, .reveal-modal {
    left: 50%;
  }
}

/* line 3156, app/assets/stylesheets/landing_ja/lib/foundation.css */
dialog .column,
dialog .columns, .reveal-modal .column,
.reveal-modal .columns {
  min-width: 0;
}

/* line 3160, app/assets/stylesheets/landing_ja/lib/foundation.css */
dialog > :first-child, .reveal-modal > :first-child {
  margin-top: 0;
}

/* line 3162, app/assets/stylesheets/landing_ja/lib/foundation.css */
dialog > :last-child, .reveal-modal > :last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 40.063em) {
  /* line 3165, app/assets/stylesheets/landing_ja/lib/foundation.css */
  dialog, .reveal-modal {
    margin-left: -40%;
    width: 80%;
  }
}

@media only screen and (min-width: 40.063em) {
  /* line 3169, app/assets/stylesheets/landing_ja/lib/foundation.css */
  dialog, .reveal-modal {
    top: 6.25rem;
  }
}

/* line 3171, app/assets/stylesheets/landing_ja/lib/foundation.css */
dialog .close-reveal-modal, .reveal-modal .close-reveal-modal {
  font-size: 2.5rem;
  line-height: 1;
  position: absolute;
  top: 0.5rem;
  right: 0.6875rem;
  color: #aaaaaa;
  font-weight: bold;
  cursor: pointer;
}

/* line 3181, app/assets/stylesheets/landing_ja/lib/foundation.css */
dialog[open] {
  display: block;
  visibility: visible;
}

@media only screen and (min-width: 40.063em) {
  /* line 3186, app/assets/stylesheets/landing_ja/lib/foundation.css */
  dialog, .reveal-modal {
    padding: 1.875rem;
  }
  /* line 3188, app/assets/stylesheets/landing_ja/lib/foundation.css */
  dialog.radius, .reveal-modal.radius {
    border-radius: 3px;
  }
  /* line 3190, app/assets/stylesheets/landing_ja/lib/foundation.css */
  dialog.round, .reveal-modal.round {
    border-radius: 1000px;
  }
  /* line 3192, app/assets/stylesheets/landing_ja/lib/foundation.css */
  dialog.collapse, .reveal-modal.collapse {
    padding: 0;
  }
  /* line 3194, app/assets/stylesheets/landing_ja/lib/foundation.css */
  dialog.full, .reveal-modal.full {
    top: 0;
    left: 0;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0 !important;
  }
}

@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  /* line 3201, app/assets/stylesheets/landing_ja/lib/foundation.css */
  dialog.tiny, .reveal-modal.tiny {
    margin-left: -15%;
    width: 30%;
  }
}

@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  /* line 3205, app/assets/stylesheets/landing_ja/lib/foundation.css */
  dialog.small, .reveal-modal.small {
    margin-left: -20%;
    width: 40%;
  }
}

@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  /* line 3209, app/assets/stylesheets/landing_ja/lib/foundation.css */
  dialog.medium, .reveal-modal.medium {
    margin-left: -30%;
    width: 60%;
  }
}

@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  /* line 3213, app/assets/stylesheets/landing_ja/lib/foundation.css */
  dialog.large, .reveal-modal.large {
    margin-left: -35%;
    width: 70%;
  }
}

@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  /* line 3217, app/assets/stylesheets/landing_ja/lib/foundation.css */
  dialog.xlarge, .reveal-modal.xlarge {
    margin-left: -47.5%;
    width: 95%;
  }
}

@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  /* line 3222, app/assets/stylesheets/landing_ja/lib/foundation.css */
  dialog.full, .reveal-modal.full {
    margin-left: -50vw;
    width: 100vw;
  }
}

@media print {
  /* line 3227, app/assets/stylesheets/landing_ja/lib/foundation.css */
  dialog, .reveal-modal {
    background: white !important;
  }
}

/* Tooltips */
/* line 3230, app/assets/stylesheets/landing_ja/lib/foundation.css */
.has-tip {
  border-bottom: dotted 1px #cccccc;
  cursor: help;
  font-weight: bold;
  color: #333333;
}

/* line 3235, app/assets/stylesheets/landing_ja/lib/foundation.css */
.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px #003f54;
  color: #008cba;
}

/* line 3238, app/assets/stylesheets/landing_ja/lib/foundation.css */
.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

/* line 3241, app/assets/stylesheets/landing_ja/lib/foundation.css */
.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 85%;
  left: 50%;
  width: 100%;
  color: white;
  background: #333333;
}

/* line 3254, app/assets/stylesheets/landing_ja/lib/foundation.css */
.tooltip > .nub {
  display: block;
  left: 5px;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent #333333 transparent;
  top: -10px;
}

/* line 3263, app/assets/stylesheets/landing_ja/lib/foundation.css */
.tooltip > .nub.rtl {
  left: auto;
  right: 5px;
}

/* line 3266, app/assets/stylesheets/landing_ja/lib/foundation.css */
.tooltip.radius {
  border-radius: 3px;
}

/* line 3268, app/assets/stylesheets/landing_ja/lib/foundation.css */
.tooltip.round {
  border-radius: 1000px;
}

/* line 3270, app/assets/stylesheets/landing_ja/lib/foundation.css */
.tooltip.round > .nub {
  left: 2rem;
}

/* line 3272, app/assets/stylesheets/landing_ja/lib/foundation.css */
.tooltip.opened {
  color: #008cba !important;
  border-bottom: dotted 1px #003f54 !important;
}

/* line 3276, app/assets/stylesheets/landing_ja/lib/foundation.css */
.tap-to-close {
  display: block;
  font-size: 0.625rem;
  color: #777777;
  font-weight: normal;
}

@media only screen and (min-width: 40.063em) {
  /* line 3283, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px;
  }
  /* line 3286, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    top: auto;
    bottom: -10px;
  }
  /* line 3290, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
  }
  /* line 3292, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px;
  }
  /* line 3298, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
  }
}

/* Clearing Styles */
/* line 3305, app/assets/stylesheets/landing_ja/lib/foundation.css */
.clearing-thumbs, [data-clearing] {
  *zoom: 1;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}

/* line 3310, app/assets/stylesheets/landing_ja/lib/foundation.css */
.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}

/* line 3313, app/assets/stylesheets/landing_ja/lib/foundation.css */
.clearing-thumbs:after, [data-clearing]:after {
  clear: both;
}

/* line 3315, app/assets/stylesheets/landing_ja/lib/foundation.css */
.clearing-thumbs li, [data-clearing] li {
  float: left;
  margin-right: 10px;
}

/* line 3318, app/assets/stylesheets/landing_ja/lib/foundation.css */
.clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
  margin-right: 0;
}

/* line 3321, app/assets/stylesheets/landing_ja/lib/foundation.css */
.clearing-blackout {
  background: #333333;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
}

/* line 3329, app/assets/stylesheets/landing_ja/lib/foundation.css */
.clearing-blackout .clearing-close {
  display: block;
}

/* line 3332, app/assets/stylesheets/landing_ja/lib/foundation.css */
.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

/* line 3339, app/assets/stylesheets/landing_ja/lib/foundation.css */
.clearing-touch-label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #aaa;
  font-size: 0.6em;
}

/* line 3346, app/assets/stylesheets/landing_ja/lib/foundation.css */
.visible-img {
  height: 95%;
  position: relative;
}

/* line 3349, app/assets/stylesheets/landing_ja/lib/foundation.css */
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  max-height: 100%;
  max-width: 100%;
}

/* line 3357, app/assets/stylesheets/landing_ja/lib/foundation.css */
.clearing-caption {
  color: #cccccc;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #333333;
  width: 100%;
  padding: 10px 30px 20px;
  position: absolute;
  left: 0;
}

/* line 3370, app/assets/stylesheets/landing_ja/lib/foundation.css */
.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #cccccc;
  display: none;
}

/* line 3378, app/assets/stylesheets/landing_ja/lib/foundation.css */
.clearing-close:hover, .clearing-close:focus {
  color: #ccc;
}

/* line 3381, app/assets/stylesheets/landing_ja/lib/foundation.css */
.clearing-assembled .clearing-container {
  height: 100%;
}

/* line 3383, app/assets/stylesheets/landing_ja/lib/foundation.css */
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

/* line 3386, app/assets/stylesheets/landing_ja/lib/foundation.css */
.clearing-feature li {
  display: none;
}

/* line 3388, app/assets/stylesheets/landing_ja/lib/foundation.css */
.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width: 40.063em) {
  /* line 3392, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .clearing-main-prev,
.clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }
  /* line 3398, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .clearing-main-prev > span,
.clearing-main-next > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border: solid 12px;
  }
  /* line 3406, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .clearing-main-prev > span:hover,
.clearing-main-next > span:hover {
    opacity: 0.8;
  }
  /* line 3410, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .clearing-main-prev {
    left: 0;
  }
  /* line 3412, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #cccccc;
  }
  /* line 3417, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .clearing-main-next {
    right: 0;
  }
  /* line 3419, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #cccccc;
  }
  /* line 3423, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .clearing-main-prev.disabled,
.clearing-main-next.disabled {
    opacity: 0.3;
  }
  /* line 3427, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center;
  }
  /* line 3432, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }
  /* line 3438, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .clearing-assembled .clearing-container .carousel > ul li {
    display: block;
    width: 120px;
    min-height: inherit;
    float: left;
    overflow: hidden;
    margin-right: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
    clear: none;
  }
  /* line 3450, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none;
  }
  /* line 3453, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    box-shadow: none;
    display: block;
  }
  /* line 3457, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }
  /* line 3460, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  /* line 3462, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: 0.8;
  }
  /* line 3464, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    overflow: hidden;
    height: 85%;
  }
  /* line 3469, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0;
  }
}

/* Progress Bar */
/* line 3476, app/assets/stylesheets/landing_ja/lib/foundation.css */
.progress {
  background-color: #f6f6f6;
  height: 1.5625rem;
  border: 1px solid white;
  padding: 0.125rem;
  margin-bottom: 0.625rem;
}

/* line 3482, app/assets/stylesheets/landing_ja/lib/foundation.css */
.progress .meter {
  background: #008cba;
  height: 100%;
  display: block;
}

/* line 3486, app/assets/stylesheets/landing_ja/lib/foundation.css */
.progress.secondary .meter {
  background: #e7e7e7;
  height: 100%;
  display: block;
}

/* line 3490, app/assets/stylesheets/landing_ja/lib/foundation.css */
.progress.success .meter {
  background: #43ac6a;
  height: 100%;
  display: block;
}

/* line 3494, app/assets/stylesheets/landing_ja/lib/foundation.css */
.progress.alert .meter {
  background: #f04124;
  height: 100%;
  display: block;
}

/* line 3498, app/assets/stylesheets/landing_ja/lib/foundation.css */
.progress.radius {
  border-radius: 3px;
}

/* line 3500, app/assets/stylesheets/landing_ja/lib/foundation.css */
.progress.radius .meter {
  border-radius: 2px;
}

/* line 3502, app/assets/stylesheets/landing_ja/lib/foundation.css */
.progress.round {
  border-radius: 1000px;
}

/* line 3504, app/assets/stylesheets/landing_ja/lib/foundation.css */
.progress.round .meter {
  border-radius: 999px;
}

/* line 3507, app/assets/stylesheets/landing_ja/lib/foundation.css */
.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.25rem 0 1.125rem;
  padding-top: 0.25rem;
  margin-right: 0;
  margin-left: -0.75rem;
}

/* line 3515, app/assets/stylesheets/landing_ja/lib/foundation.css */
.sub-nav dt {
  text-transform: uppercase;
}

/* line 3517, app/assets/stylesheets/landing_ja/lib/foundation.css */
.sub-nav dt,
.sub-nav dd,
.sub-nav li {
  float: left;
  display: inline;
  margin-left: 1rem;
  margin-bottom: 0.625rem;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  color: #999999;
}

/* line 3528, app/assets/stylesheets/landing_ja/lib/foundation.css */
.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
  text-decoration: none;
  color: #999999;
  padding: 0.1875rem 1rem;
}

/* line 3534, app/assets/stylesheets/landing_ja/lib/foundation.css */
.sub-nav dt a:hover,
.sub-nav dd a:hover,
.sub-nav li a:hover {
  color: #737373;
}

/* line 3538, app/assets/stylesheets/landing_ja/lib/foundation.css */
.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
  border-radius: 3px;
  font-weight: normal;
  background: #008cba;
  padding: 0.1875rem 1rem;
  cursor: default;
  color: white;
}

/* line 3547, app/assets/stylesheets/landing_ja/lib/foundation.css */
.sub-nav dt.active a:hover,
.sub-nav dd.active a:hover,
.sub-nav li.active a:hover {
  background: #0078a0;
}

/* Foundation Joyride */
/* line 3553, app/assets/stylesheets/landing_ja/lib/foundation.css */
.joyride-list {
  display: none;
}

/* Default styles for the container */
/* line 3557, app/assets/stylesheets/landing_ja/lib/foundation.css */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: #333333;
  color: white;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%;
}

/* line 3569, app/assets/stylesheets/landing_ja/lib/foundation.css */
.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px;
}

/* line 3574, app/assets/stylesheets/landing_ja/lib/foundation.css */
.joyride-content-wrapper {
  width: 100%;
  padding: 1.125rem 1.25rem 1.5rem;
}

/* line 3577, app/assets/stylesheets/landing_ja/lib/foundation.css */
.joyride-content-wrapper .button, .joyride-content-wrapper .registration-oauth__twitter-btn, .joyride-content-wrapper .registration-oauth__google-btn, .joyride-content-wrapper .registration-oauth__facebook-btn, .joyride-content-wrapper .registration-email-btn, .joyride-content-wrapper .price-lineup__button {
  margin-bottom: 0 !important;
}

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
/* line 3581, app/assets/stylesheets/landing_ja/lib/foundation.css */
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: 10px solid #333333;
}

/* line 3588, app/assets/stylesheets/landing_ja/lib/foundation.css */
.joyride-tip-guide .joyride-nub.top {
  border-top-style: solid;
  border-color: #333333;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: -20px;
}

/* line 3595, app/assets/stylesheets/landing_ja/lib/foundation.css */
.joyride-tip-guide .joyride-nub.bottom {
  border-bottom-style: solid;
  border-color: #333333 !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  bottom: -20px;
}

/* line 3602, app/assets/stylesheets/landing_ja/lib/foundation.css */
.joyride-tip-guide .joyride-nub.right {
  right: -20px;
}

/* line 3604, app/assets/stylesheets/landing_ja/lib/foundation.css */
.joyride-tip-guide .joyride-nub.left {
  left: -20px;
}

/* Typography */
/* line 3608, app/assets/stylesheets/landing_ja/lib/foundation.css */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: white;
}

/* line 3619, app/assets/stylesheets/landing_ja/lib/foundation.css */
.joyride-tip-guide p {
  margin: 0 0 1.125rem 0;
  font-size: 0.875rem;
  line-height: 1.3;
}

/* line 3624, app/assets/stylesheets/landing_ja/lib/foundation.css */
.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555555;
  position: absolute;
  right: 1.0625rem;
  bottom: 1rem;
}

/* line 3632, app/assets/stylesheets/landing_ja/lib/foundation.css */
.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666666;
}

/* line 3638, app/assets/stylesheets/landing_ja/lib/foundation.css */
.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777777 !important;
  text-decoration: none;
  font-size: 24px;
  font-weight: normal;
  line-height: 0.5 !important;
}

/* line 3647, app/assets/stylesheets/landing_ja/lib/foundation.css */
.joyride-close-tip:hover, .joyride-close-tip:focus {
  color: #eeeeee !important;
}

/* line 3650, app/assets/stylesheets/landing_ja/lib/foundation.css */
.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer;
}

/* line 3662, app/assets/stylesheets/landing_ja/lib/foundation.css */
.joyride-expose-wrapper {
  background-color: #ffffff;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  box-shadow: 0 0 15px white;
}

/* line 3669, app/assets/stylesheets/landing_ja/lib/foundation.css */
.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
}

/* Styles for screens that are at least 768px; */
@media only screen and (min-width: 40.063em) {
  /* line 3679, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .joyride-tip-guide {
    width: 300px;
    left: inherit;
  }
  /* line 3682, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .joyride-tip-guide .joyride-nub.bottom {
    border-color: #333333 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px;
  }
  /* line 3688, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .joyride-tip-guide .joyride-nub.right {
    border-color: #333333 !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: auto;
    right: -20px;
  }
  /* line 3696, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .joyride-tip-guide .joyride-nub.left {
    border-color: #333333 !important;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: -20px;
    right: auto;
  }
}

/* line 3704, app/assets/stylesheets/landing_ja/lib/foundation.css */
.label {
  font-weight: normal;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: inherit;
  padding: 0.25rem 0.5rem 0.375rem;
  font-size: 0.6875rem;
  background-color: #008cba;
  color: white;
}

/* line 3718, app/assets/stylesheets/landing_ja/lib/foundation.css */
.label.radius {
  border-radius: 3px;
}

/* line 3720, app/assets/stylesheets/landing_ja/lib/foundation.css */
.label.round {
  border-radius: 1000px;
}

/* line 3722, app/assets/stylesheets/landing_ja/lib/foundation.css */
.label.alert {
  background-color: #f04124;
  color: white;
}

/* line 3725, app/assets/stylesheets/landing_ja/lib/foundation.css */
.label.success {
  background-color: #43ac6a;
  color: white;
}

/* line 3728, app/assets/stylesheets/landing_ja/lib/foundation.css */
.label.secondary {
  background-color: #e7e7e7;
  color: #333333;
}

/* line 3732, app/assets/stylesheets/landing_ja/lib/foundation.css */
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 3737, app/assets/stylesheets/landing_ja/lib/foundation.css */
.off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}

/* line 3741, app/assets/stylesheets/landing_ja/lib/foundation.css */
.inner-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  *zoom: 1;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}

/* line 3751, app/assets/stylesheets/landing_ja/lib/foundation.css */
.inner-wrap:before, .inner-wrap:after {
  content: " ";
  display: table;
}

/* line 3754, app/assets/stylesheets/landing_ja/lib/foundation.css */
.inner-wrap:after {
  clear: both;
}

/* line 3757, app/assets/stylesheets/landing_ja/lib/foundation.css */
.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: white;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
}

/* line 3764, app/assets/stylesheets/landing_ja/lib/foundation.css */
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
  color: white;
  font-weight: bold;
  line-height: 2.8125rem;
  margin: 0;
}

/* line 3769, app/assets/stylesheets/landing_ja/lib/foundation.css */
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
  font-size: 1.125rem;
}

/* line 3771, app/assets/stylesheets/landing_ja/lib/foundation.css */
.right-small {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 3776, app/assets/stylesheets/landing_ja/lib/foundation.css */
.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0;
}

@media only screen and (min-width: 40.063em) {
  /* line 3783, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .tab-bar-section {
    text-align: left;
  }
}

/* line 3785, app/assets/stylesheets/landing_ja/lib/foundation.css */
.tab-bar-section.left {
  left: 0;
  right: 2.8125rem;
}

/* line 3788, app/assets/stylesheets/landing_ja/lib/foundation.css */
.tab-bar-section.right {
  left: 2.8125rem;
  right: 0;
}

/* line 3791, app/assets/stylesheets/landing_ja/lib/foundation.css */
.tab-bar-section.middle {
  left: 2.8125rem;
  right: 2.8125rem;
}

/* line 3795, app/assets/stylesheets/landing_ja/lib/foundation.css */
.tab-bar .menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  line-height: 2.0625rem;
  padding: 0;
  color: white;
  position: relative;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 3810, app/assets/stylesheets/landing_ja/lib/foundation.css */
.tab-bar .menu-icon span {
  position: absolute;
  display: block;
  height: 0;
  width: 1rem;
  line-height: 1;
  top: 0.9375rem;
  left: 0.90625rem;
  box-shadow: 0 0px 0 1px white, 0 7px 0 1px white, 0 14px 0 1px white;
}

/* line 3819, app/assets/stylesheets/landing_ja/lib/foundation.css */
.tab-bar .menu-icon:hover span {
  box-shadow: 0 0px 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3;
}

/* line 3823, app/assets/stylesheets/landing_ja/lib/foundation.css */
.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
}

/* line 3841, app/assets/stylesheets/landing_ja/lib/foundation.css */
.right-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

/* line 3844, app/assets/stylesheets/landing_ja/lib/foundation.css */
.move-right > .inner-wrap {
  -ms-transform: translate(15.625rem, 0);
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate3d(15.625rem, 0, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0);
}

/* line 3851, app/assets/stylesheets/landing_ja/lib/foundation.css */
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media only screen and (min-width: 40.063em) {
  /* line 3866, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .move-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

/* line 3869, app/assets/stylesheets/landing_ja/lib/foundation.css */
.move-left > .inner-wrap {
  -ms-transform: translate(-15.625rem, 0);
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate3d(-15.625rem, 0, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0);
}

/* line 3876, app/assets/stylesheets/landing_ja/lib/foundation.css */
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media only screen and (min-width: 40.063em) {
  /* line 3891, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .move-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

/* line 3894, app/assets/stylesheets/landing_ja/lib/foundation.css */
.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem;
}

/* line 3896, app/assets/stylesheets/landing_ja/lib/foundation.css */
.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem;
}

/* line 3898, app/assets/stylesheets/landing_ja/lib/foundation.css */
.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem;
}

/* line 3900, app/assets/stylesheets/landing_ja/lib/foundation.css */
.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem;
}

/* Foundation Dropdowns */
/* line 3904, app/assets/stylesheets/landing_ja/lib/foundation.css */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 99;
  margin-top: 2px;
  max-width: 200px;
}

/* line 3918, app/assets/stylesheets/landing_ja/lib/foundation.css */
.f-dropdown > *:first-child {
  margin-top: 0;
}

/* line 3920, app/assets/stylesheets/landing_ja/lib/foundation.css */
.f-dropdown > *:last-child {
  margin-bottom: 0;
}

/* line 3922, app/assets/stylesheets/landing_ja/lib/foundation.css */
.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent white transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 99;
}

/* line 3934, app/assets/stylesheets/landing_ja/lib/foundation.css */
.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 98;
}

/* line 3946, app/assets/stylesheets/landing_ja/lib/foundation.css */
.f-dropdown.right:before {
  left: auto;
  right: 10px;
}

/* line 3949, app/assets/stylesheets/landing_ja/lib/foundation.css */
.f-dropdown.right:after {
  left: auto;
  right: 9px;
}

/* line 3952, app/assets/stylesheets/landing_ja/lib/foundation.css */
.f-dropdown.drop-right {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 99;
  margin-top: 0;
  margin-left: 2px;
  max-width: 200px;
}

/* line 3967, app/assets/stylesheets/landing_ja/lib/foundation.css */
.f-dropdown.drop-right > *:first-child {
  margin-top: 0;
}

/* line 3969, app/assets/stylesheets/landing_ja/lib/foundation.css */
.f-dropdown.drop-right > *:last-child {
  margin-bottom: 0;
}

/* line 3971, app/assets/stylesheets/landing_ja/lib/foundation.css */
.f-dropdown.drop-right:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent white transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 10px;
  left: -12px;
  z-index: 99;
}

/* line 3983, app/assets/stylesheets/landing_ja/lib/foundation.css */
.f-dropdown.drop-right:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent #cccccc transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 9px;
  left: -14px;
  z-index: 98;
}

/* line 3995, app/assets/stylesheets/landing_ja/lib/foundation.css */
.f-dropdown.drop-left {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 99;
  margin-top: 0;
  margin-left: -2px;
  max-width: 200px;
}

/* line 4010, app/assets/stylesheets/landing_ja/lib/foundation.css */
.f-dropdown.drop-left > *:first-child {
  margin-top: 0;
}

/* line 4012, app/assets/stylesheets/landing_ja/lib/foundation.css */
.f-dropdown.drop-left > *:last-child {
  margin-bottom: 0;
}

/* line 4014, app/assets/stylesheets/landing_ja/lib/foundation.css */
.f-dropdown.drop-left:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent white;
  border-left-style: solid;
  position: absolute;
  top: 10px;
  right: -12px;
  left: auto;
  z-index: 99;
}

/* line 4027, app/assets/stylesheets/landing_ja/lib/foundation.css */
.f-dropdown.drop-left:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent transparent #cccccc;
  border-left-style: solid;
  position: absolute;
  top: 9px;
  right: -14px;
  left: auto;
  z-index: 98;
}

/* line 4040, app/assets/stylesheets/landing_ja/lib/foundation.css */
.f-dropdown.drop-top {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 99;
  margin-top: -2px;
  margin-left: 0;
  max-width: 200px;
}

/* line 4055, app/assets/stylesheets/landing_ja/lib/foundation.css */
.f-dropdown.drop-top > *:first-child {
  margin-top: 0;
}

/* line 4057, app/assets/stylesheets/landing_ja/lib/foundation.css */
.f-dropdown.drop-top > *:last-child {
  margin-bottom: 0;
}

/* line 4059, app/assets/stylesheets/landing_ja/lib/foundation.css */
.f-dropdown.drop-top:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: white transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -12px;
  left: 10px;
  right: auto;
  z-index: 99;
}

/* line 4073, app/assets/stylesheets/landing_ja/lib/foundation.css */
.f-dropdown.drop-top:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: #cccccc transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -14px;
  left: 9px;
  right: auto;
  z-index: 98;
}

/* line 4087, app/assets/stylesheets/landing_ja/lib/foundation.css */
.f-dropdown li {
  font-size: 0.875rem;
  cursor: pointer;
  line-height: 1.125rem;
  margin: 0;
}

/* line 4092, app/assets/stylesheets/landing_ja/lib/foundation.css */
.f-dropdown li:hover, .f-dropdown li:focus {
  background: #eeeeee;
}

/* line 4094, app/assets/stylesheets/landing_ja/lib/foundation.css */
.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #555555;
}

/* line 4098, app/assets/stylesheets/landing_ja/lib/foundation.css */
.f-dropdown.content {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  padding: 1.25rem;
  width: 100%;
  height: auto;
  max-height: none;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 99;
  max-width: 200px;
}

/* line 4112, app/assets/stylesheets/landing_ja/lib/foundation.css */
.f-dropdown.content > *:first-child {
  margin-top: 0;
}

/* line 4114, app/assets/stylesheets/landing_ja/lib/foundation.css */
.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}

/* line 4116, app/assets/stylesheets/landing_ja/lib/foundation.css */
.f-dropdown.tiny {
  max-width: 200px;
}

/* line 4118, app/assets/stylesheets/landing_ja/lib/foundation.css */
.f-dropdown.small {
  max-width: 300px;
}

/* line 4120, app/assets/stylesheets/landing_ja/lib/foundation.css */
.f-dropdown.medium {
  max-width: 500px;
}

/* line 4122, app/assets/stylesheets/landing_ja/lib/foundation.css */
.f-dropdown.large {
  max-width: 800px;
}

/* line 4125, app/assets/stylesheets/landing_ja/lib/foundation.css */
table {
  background: white;
  margin-bottom: 1.25rem;
  border: solid 1px #dddddd;
}

/* line 4129, app/assets/stylesheets/landing_ja/lib/foundation.css */
table thead,
table tfoot {
  background: whitesmoke;
}

/* line 4132, app/assets/stylesheets/landing_ja/lib/foundation.css */
table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #222222;
  text-align: left;
}

/* line 4141, app/assets/stylesheets/landing_ja/lib/foundation.css */
table tr th,
table tr td {
  padding: 0.5625rem 0.625rem;
  font-size: 0.875rem;
  color: #222222;
}

/* line 4146, app/assets/stylesheets/landing_ja/lib/foundation.css */
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #f9f9f9;
}

/* line 4148, app/assets/stylesheets/landing_ja/lib/foundation.css */
table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  display: table-cell;
  line-height: 1.125rem;
}

/* Standard Forms */
/* line 4157, app/assets/stylesheets/landing_ja/lib/foundation.css */
form {
  margin: 0 0 1rem;
}

/* Using forms within rows, we need to set some defaults */
/* line 4161, app/assets/stylesheets/landing_ja/lib/foundation.css */
form .row .row {
  margin: 0 -0.5rem;
}

/* line 4163, app/assets/stylesheets/landing_ja/lib/foundation.css */
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}

/* line 4166, app/assets/stylesheets/landing_ja/lib/foundation.css */
form .row .row.collapse {
  margin: 0;
}

/* line 4168, app/assets/stylesheets/landing_ja/lib/foundation.css */
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}

/* line 4171, app/assets/stylesheets/landing_ja/lib/foundation.css */
form .row .row.collapse input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 4174, app/assets/stylesheets/landing_ja/lib/foundation.css */
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}

/* Label Styles */
/* line 4181, app/assets/stylesheets/landing_ja/lib/foundation.css */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}

/* line 4190, app/assets/stylesheets/landing_ja/lib/foundation.css */
label.right {
  float: none;
  text-align: right;
}

/* line 4193, app/assets/stylesheets/landing_ja/lib/foundation.css */
label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}

/* line 4196, app/assets/stylesheets/landing_ja/lib/foundation.css */
label small {
  text-transform: capitalize;
  color: #676767;
}

/* line 4200, app/assets/stylesheets/landing_ja/lib/foundation.css */
select::-ms-expand {
  display: none;
}

@-moz-document url-prefix() {
  /* line 4204, app/assets/stylesheets/landing_ja/lib/foundation.css */
  select {
    background: #fafafa;
  }
  /* line 4207, app/assets/stylesheets/landing_ja/lib/foundation.css */
  select:hover {
    background: #f3f3f3;
  }
}

/* Attach elements to the beginning or end of an input */
/* line 4211, app/assets/stylesheets/landing_ja/lib/foundation.css */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
/* line 4228, app/assets/stylesheets/landing_ja/lib/foundation.css */
.postfix.button, .postfix.registration-oauth__twitter-btn, .postfix.registration-oauth__google-btn, .postfix.registration-oauth__facebook-btn, .postfix.registration-email-btn, .postfix.price-lineup__button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none;
}

/* line 4237, app/assets/stylesheets/landing_ja/lib/foundation.css */
.prefix.button, .prefix.registration-oauth__twitter-btn, .prefix.registration-oauth__google-btn, .prefix.registration-oauth__facebook-btn, .prefix.registration-email-btn, .prefix.price-lineup__button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none;
}

/* line 4246, app/assets/stylesheets/landing_ja/lib/foundation.css */
.prefix.button.radius, .prefix.radius.registration-oauth__twitter-btn, .prefix.radius.registration-oauth__google-btn, .prefix.radius.registration-oauth__facebook-btn, .prefix.radius.registration-email-btn, .prefix.radius.price-lineup__button {
  border-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 4251, app/assets/stylesheets/landing_ja/lib/foundation.css */
.postfix.button.radius, .postfix.radius.registration-oauth__twitter-btn, .postfix.radius.registration-oauth__google-btn, .postfix.radius.registration-oauth__facebook-btn, .postfix.radius.registration-email-btn, .postfix.radius.price-lineup__button {
  border-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 4256, app/assets/stylesheets/landing_ja/lib/foundation.css */
.prefix.button.round, .prefix.round.registration-oauth__twitter-btn, .prefix.round.registration-oauth__google-btn, .prefix.round.registration-oauth__facebook-btn, .prefix.round.registration-email-btn, .prefix.round.price-lineup__button {
  border-radius: 0;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 4261, app/assets/stylesheets/landing_ja/lib/foundation.css */
.postfix.button.round, .postfix.round.registration-oauth__twitter-btn, .postfix.round.registration-oauth__google-btn, .postfix.round.registration-oauth__facebook-btn, .postfix.round.registration-email-btn, .postfix.round.price-lineup__button {
  border-radius: 0;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
/* line 4267, app/assets/stylesheets/landing_ja/lib/foundation.css */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}

/* line 4272, app/assets/stylesheets/landing_ja/lib/foundation.css */
span.prefix.radius, label.prefix.radius {
  border-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 4277, app/assets/stylesheets/landing_ja/lib/foundation.css */
span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc;
}

/* line 4282, app/assets/stylesheets/landing_ja/lib/foundation.css */
span.postfix.radius, label.postfix.radius {
  border-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* We use this to get basic styling on all basic form elements */
/* line 4288, app/assets/stylesheets/landing_ja/lib/foundation.css */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

/* line 4318, app/assets/stylesheets/landing_ja/lib/foundation.css */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
}

/* line 4334, app/assets/stylesheets/landing_ja/lib/foundation.css */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}

/* line 4351, app/assets/stylesheets/landing_ja/lib/foundation.css */
input[type="text"][disabled], fieldset[disabled] input[type="text"],
input[type="password"][disabled], fieldset[disabled]
input[type="password"],
input[type="date"][disabled], fieldset[disabled]
input[type="date"],
input[type="datetime"][disabled], fieldset[disabled]
input[type="datetime"],
input[type="datetime-local"][disabled], fieldset[disabled]
input[type="datetime-local"],
input[type="month"][disabled], fieldset[disabled]
input[type="month"],
input[type="week"][disabled], fieldset[disabled]
input[type="week"],
input[type="email"][disabled], fieldset[disabled]
input[type="email"],
input[type="number"][disabled], fieldset[disabled]
input[type="number"],
input[type="search"][disabled], fieldset[disabled]
input[type="search"],
input[type="tel"][disabled], fieldset[disabled]
input[type="tel"],
input[type="time"][disabled], fieldset[disabled]
input[type="time"],
input[type="url"][disabled], fieldset[disabled]
input[type="url"],
textarea[disabled], fieldset[disabled]
textarea {
  background-color: #dddddd;
}

/* line 4379, app/assets/stylesheets/landing_ja/lib/foundation.css */
input.radius[type="text"],
input.radius[type="password"],
input.radius[type="date"],
input.radius[type="datetime"],
input.radius[type="datetime-local"],
input.radius[type="month"],
input.radius[type="week"],
input.radius[type="email"],
input.radius[type="number"],
input.radius[type="search"],
input.radius[type="tel"],
input.radius[type="time"],
input.radius[type="url"],
textarea.radius {
  border-radius: 3px;
}

/* line 4395, app/assets/stylesheets/landing_ja/lib/foundation.css */
input[type="submit"] {
  -webkit-appearance: none;
}

/* Respect enforced amount of rows for textarea */
/* line 4399, app/assets/stylesheets/landing_ja/lib/foundation.css */
textarea[rows] {
  height: auto;
}

/* Add height value for select elements to match text input height */
/* line 4403, app/assets/stylesheets/landing_ja/lib/foundation.css */
select {
  -webkit-appearance: none !important;
  background-color: #fafafa;
  background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: 97% center;
  border: 1px solid #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0;
  height: 2.3125rem;
}

/* line 4414, app/assets/stylesheets/landing_ja/lib/foundation.css */
select.radius {
  border-radius: 3px;
}

/* line 4416, app/assets/stylesheets/landing_ja/lib/foundation.css */
select:hover {
  background-color: #f3f3f3;
  border-color: #999999;
}

/* Adjust margin for form elements below */
/* line 4421, app/assets/stylesheets/landing_ja/lib/foundation.css */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0;
}

/* line 4427, app/assets/stylesheets/landing_ja/lib/foundation.css */
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */
/* line 4436, app/assets/stylesheets/landing_ja/lib/foundation.css */
input[type="file"] {
  width: 100%;
}

/* We add basic fieldset styling */
/* line 4440, app/assets/stylesheets/landing_ja/lib/foundation.css */
fieldset {
  border: 1px solid #dddddd;
  padding: 1.25rem;
  margin: 1.125rem 0;
}

/* line 4444, app/assets/stylesheets/landing_ja/lib/foundation.css */
fieldset legend {
  font-weight: bold;
  background: white;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

/* Error Handling */
/* line 4452, app/assets/stylesheets/landing_ja/lib/foundation.css */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white;
}

/* line 4462, app/assets/stylesheets/landing_ja/lib/foundation.css */
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

/* line 4465, app/assets/stylesheets/landing_ja/lib/foundation.css */
span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white;
}

/* line 4476, app/assets/stylesheets/landing_ja/lib/foundation.css */
.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}

/* line 4480, app/assets/stylesheets/landing_ja/lib/foundation.css */
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem;
}

/* line 4483, app/assets/stylesheets/landing_ja/lib/foundation.css */
.error label,
.error label.error {
  color: #f04124;
}

/* line 4486, app/assets/stylesheets/landing_ja/lib/foundation.css */
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white;
}

/* line 4496, app/assets/stylesheets/landing_ja/lib/foundation.css */
.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline;
}

/* line 4505, app/assets/stylesheets/landing_ja/lib/foundation.css */
.error span.error-message {
  display: block;
}

/* line 4508, app/assets/stylesheets/landing_ja/lib/foundation.css */
input.error,
textarea.error {
  margin-bottom: 0;
}

/* line 4512, app/assets/stylesheets/landing_ja/lib/foundation.css */
label.error {
  color: #f04124;
}

/* line 4515, app/assets/stylesheets/landing_ja/lib/foundation.css */
.range-slider {
  display: block;
  position: relative;
  width: 100%;
  height: 1rem;
  border: 1px solid #dddddd;
  margin: 1.25rem 0;
  -ms-touch-action: none;
  touch-action: none;
  background: #fafafa;
}

/* line 4525, app/assets/stylesheets/landing_ja/lib/foundation.css */
.range-slider.vertical-range {
  display: block;
  position: relative;
  width: 100%;
  height: 1rem;
  border: 1px solid #dddddd;
  margin: 1.25rem 0;
  -ms-touch-action: none;
  touch-action: none;
  display: inline-block;
  width: 1rem;
  height: 12.5rem;
}

/* line 4537, app/assets/stylesheets/landing_ja/lib/foundation.css */
.range-slider.vertical-range .range-slider-handle {
  margin-top: 0;
  margin-left: -0.5rem;
  position: absolute;
  bottom: -10.5rem;
}

/* line 4542, app/assets/stylesheets/landing_ja/lib/foundation.css */
.range-slider.vertical-range .range-slider-active-segment {
  width: 0.875rem;
  height: auto;
  bottom: 0;
}

/* line 4546, app/assets/stylesheets/landing_ja/lib/foundation.css */
.range-slider.radius {
  background: #fafafa;
  border-radius: 3px;
}

/* line 4549, app/assets/stylesheets/landing_ja/lib/foundation.css */
.range-slider.radius .range-slider-handle {
  background: #008cba;
  border-radius: 3px;
}

/* line 4552, app/assets/stylesheets/landing_ja/lib/foundation.css */
.range-slider.radius .range-slider-handle:hover {
  background: #007ba4;
}

/* line 4554, app/assets/stylesheets/landing_ja/lib/foundation.css */
.range-slider.round {
  background: #fafafa;
  border-radius: 1000px;
}

/* line 4557, app/assets/stylesheets/landing_ja/lib/foundation.css */
.range-slider.round .range-slider-handle {
  background: #008cba;
  border-radius: 1000px;
}

/* line 4560, app/assets/stylesheets/landing_ja/lib/foundation.css */
.range-slider.round .range-slider-handle:hover {
  background: #007ba4;
}

/* line 4563, app/assets/stylesheets/landing_ja/lib/foundation.css */
.range-slider-active-segment {
  display: inline-block;
  position: absolute;
  height: 0.875rem;
  background: #e5e5e5;
}

/* line 4569, app/assets/stylesheets/landing_ja/lib/foundation.css */
.range-slider-handle {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: -0.3125rem;
  width: 2rem;
  height: 1.375rem;
  border: 1px solid none;
  cursor: pointer;
  background: #008cba;
}

/* line 4579, app/assets/stylesheets/landing_ja/lib/foundation.css */
.range-slider-handle:hover {
  background: #007ba4;
}

/* line 4582, app/assets/stylesheets/landing_ja/lib/foundation.css */
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
  *zoom: 1;
}

/* line 4587, app/assets/stylesheets/landing_ja/lib/foundation.css */
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}

/* line 4590, app/assets/stylesheets/landing_ja/lib/foundation.css */
[class*="block-grid-"]:after {
  clear: both;
}

/* line 4592, app/assets/stylesheets/landing_ja/lib/foundation.css */
[class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  /* line 4599, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  /* line 4602, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 4604, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 4607, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  /* line 4610, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 4612, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 4615, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  /* line 4618, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 4620, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 4623, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  /* line 4626, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 4628, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 4631, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  /* line 4634, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 4636, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 4639, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  /* line 4642, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 4644, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 4647, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  /* line 4650, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 4652, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 4655, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  /* line 4658, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 4660, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 4663, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  /* line 4666, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 4668, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  /* line 4671, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  /* line 4674, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 4676, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  /* line 4679, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  /* line 4682, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 4684, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  /* line 4687, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  /* line 4690, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 4692, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 641px) {
  /* line 4695, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  /* line 4698, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 4700, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 4703, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  /* line 4706, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 4708, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 4711, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  /* line 4714, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 4716, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 4719, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  /* line 4722, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 4724, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 4727, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  /* line 4730, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 4732, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 4735, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  /* line 4738, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 4740, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 4743, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  /* line 4746, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 4748, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 4751, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  /* line 4754, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 4756, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 4759, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  /* line 4762, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 4764, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  /* line 4767, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  /* line 4770, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 4772, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  /* line 4775, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  /* line 4778, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 4780, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  /* line 4783, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  /* line 4786, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 4788, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 768px) {
  /* line 4791, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  /* line 4794, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 4796, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 4799, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  /* line 4802, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 4804, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 4807, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  /* line 4810, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 4812, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 4815, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  /* line 4818, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 4820, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 4823, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  /* line 4826, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 4828, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 4831, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  /* line 4834, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 4836, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 4839, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  /* line 4842, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 4844, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 4847, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  /* line 4850, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 4852, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 4855, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  /* line 4858, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 4860, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  /* line 4863, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  /* line 4866, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 4868, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  /* line 4871, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  /* line 4874, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 4876, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  /* line 4879, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  /* line 4882, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 4884, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

/* line 4886, app/assets/stylesheets/landing_ja/lib/foundation.css */
.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
}

/* line 4893, app/assets/stylesheets/landing_ja/lib/foundation.css */
.flex-video.widescreen {
  padding-bottom: 56.34%;
}

/* line 4895, app/assets/stylesheets/landing_ja/lib/foundation.css */
.flex-video.vimeo {
  padding-top: 0;
}

/* line 4897, app/assets/stylesheets/landing_ja/lib/foundation.css */
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 4907, app/assets/stylesheets/landing_ja/lib/foundation.css */
.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  padding: 0.125rem 0.25rem 0;
  border-radius: 3px;
}

/* small displays */
@media only screen {
  /* line 4922, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important;
  }
  /* line 4925, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important;
  }
  /* line 4928, app/assets/stylesheets/landing_ja/lib/foundation.css */
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table;
  }
  /* line 4931, app/assets/stylesheets/landing_ja/lib/foundation.css */
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }
  /* line 4934, app/assets/stylesheets/landing_ja/lib/foundation.css */
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }
  /* line 4937, app/assets/stylesheets/landing_ja/lib/foundation.css */
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important;
  }
  /* line 4940, app/assets/stylesheets/landing_ja/lib/foundation.css */
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important;
  }
}

/* medium displays */
@media only screen and (min-width: 40.063em) {
  /* line 4944, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important;
  }
  /* line 4947, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important;
  }
  /* line 4950, app/assets/stylesheets/landing_ja/lib/foundation.css */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table;
  }
  /* line 4953, app/assets/stylesheets/landing_ja/lib/foundation.css */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }
  /* line 4956, app/assets/stylesheets/landing_ja/lib/foundation.css */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }
  /* line 4959, app/assets/stylesheets/landing_ja/lib/foundation.css */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important;
  }
  /* line 4962, app/assets/stylesheets/landing_ja/lib/foundation.css */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important;
  }
}

/* large displays */
@media only screen and (min-width: 64.063em) {
  /* line 4966, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important;
  }
  /* line 4969, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important;
  }
  /* line 4972, app/assets/stylesheets/landing_ja/lib/foundation.css */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table;
  }
  /* line 4975, app/assets/stylesheets/landing_ja/lib/foundation.css */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }
  /* line 4978, app/assets/stylesheets/landing_ja/lib/foundation.css */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }
  /* line 4981, app/assets/stylesheets/landing_ja/lib/foundation.css */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important;
  }
  /* line 4984, app/assets/stylesheets/landing_ja/lib/foundation.css */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important;
  }
}

/* xlarge displays */
@media only screen and (min-width: 90.063em) {
  /* line 4988, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important;
  }
  /* line 4991, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important;
  }
  /* line 4994, app/assets/stylesheets/landing_ja/lib/foundation.css */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table;
  }
  /* line 4997, app/assets/stylesheets/landing_ja/lib/foundation.css */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }
  /* line 5000, app/assets/stylesheets/landing_ja/lib/foundation.css */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }
  /* line 5003, app/assets/stylesheets/landing_ja/lib/foundation.css */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important;
  }
  /* line 5006, app/assets/stylesheets/landing_ja/lib/foundation.css */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important;
  }
}

/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
  /* line 5010, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: inherit !important;
  }
  /* line 5013, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: none !important;
  }
  /* line 5016, app/assets/stylesheets/landing_ja/lib/foundation.css */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-only, table.show-for-xxlarge-up {
    display: table;
  }
  /* line 5019, app/assets/stylesheets/landing_ja/lib/foundation.css */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up {
    display: table-header-group !important;
  }
  /* line 5022, app/assets/stylesheets/landing_ja/lib/foundation.css */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up {
    display: table-row-group !important;
  }
  /* line 5025, app/assets/stylesheets/landing_ja/lib/foundation.css */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up {
    display: table-row !important;
  }
  /* line 5028, app/assets/stylesheets/landing_ja/lib/foundation.css */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up {
    display: table-cell !important;
  }
}

/* Orientation targeting */
/* line 5031, app/assets/stylesheets/landing_ja/lib/foundation.css */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

/* line 5035, app/assets/stylesheets/landing_ja/lib/foundation.css */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
/* line 5040, app/assets/stylesheets/landing_ja/lib/foundation.css */
table.hide-for-landscape, table.show-for-portrait {
  display: table;
}

/* line 5043, app/assets/stylesheets/landing_ja/lib/foundation.css */
thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

/* line 5046, app/assets/stylesheets/landing_ja/lib/foundation.css */
tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

/* line 5049, app/assets/stylesheets/landing_ja/lib/foundation.css */
tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

/* line 5052, app/assets/stylesheets/landing_ja/lib/foundation.css */
td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  /* line 5058, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .show-for-landscape,
.hide-for-portrait {
    display: inherit !important;
  }
  /* line 5062, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }
  /* Specific visibility for tables */
  /* line 5067, app/assets/stylesheets/landing_ja/lib/foundation.css */
  table.show-for-landscape, table.hide-for-portrait {
    display: table;
  }
  /* line 5070, app/assets/stylesheets/landing_ja/lib/foundation.css */
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }
  /* line 5073, app/assets/stylesheets/landing_ja/lib/foundation.css */
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  /* line 5076, app/assets/stylesheets/landing_ja/lib/foundation.css */
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }
  /* line 5079, app/assets/stylesheets/landing_ja/lib/foundation.css */
  td.show-for-landscape, td.hide-for-portrait,
th.show-for-landscape,
th.hide-for-portrait {
    display: table-cell !important;
  }
}

@media only screen and (orientation: portrait) {
  /* line 5084, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .show-for-portrait,
.hide-for-landscape {
    display: inherit !important;
  }
  /* line 5088, app/assets/stylesheets/landing_ja/lib/foundation.css */
  .hide-for-portrait,
.show-for-landscape {
    display: none !important;
  }
  /* Specific visibility for tables */
  /* line 5093, app/assets/stylesheets/landing_ja/lib/foundation.css */
  table.show-for-portrait, table.hide-for-landscape {
    display: table;
  }
  /* line 5096, app/assets/stylesheets/landing_ja/lib/foundation.css */
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }
  /* line 5099, app/assets/stylesheets/landing_ja/lib/foundation.css */
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  /* line 5102, app/assets/stylesheets/landing_ja/lib/foundation.css */
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }
  /* line 5105, app/assets/stylesheets/landing_ja/lib/foundation.css */
  td.show-for-portrait, td.hide-for-landscape,
th.show-for-portrait,
th.hide-for-landscape {
    display: table-cell !important;
  }
}

/* Touch-enabled device targeting */
/* line 5110, app/assets/stylesheets/landing_ja/lib/foundation.css */
.show-for-touch {
  display: none !important;
}

/* line 5113, app/assets/stylesheets/landing_ja/lib/foundation.css */
.hide-for-touch {
  display: inherit !important;
}

/* line 5116, app/assets/stylesheets/landing_ja/lib/foundation.css */
.touch .show-for-touch {
  display: inherit !important;
}

/* line 5119, app/assets/stylesheets/landing_ja/lib/foundation.css */
.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
/* line 5123, app/assets/stylesheets/landing_ja/lib/foundation.css */
table.hide-for-touch {
  display: table;
}

/* line 5126, app/assets/stylesheets/landing_ja/lib/foundation.css */
.touch table.show-for-touch {
  display: table;
}

/* line 5129, app/assets/stylesheets/landing_ja/lib/foundation.css */
thead.hide-for-touch {
  display: table-header-group !important;
}

/* line 5132, app/assets/stylesheets/landing_ja/lib/foundation.css */
.touch thead.show-for-touch {
  display: table-header-group !important;
}

/* line 5135, app/assets/stylesheets/landing_ja/lib/foundation.css */
tbody.hide-for-touch {
  display: table-row-group !important;
}

/* line 5138, app/assets/stylesheets/landing_ja/lib/foundation.css */
.touch tbody.show-for-touch {
  display: table-row-group !important;
}

/* line 5141, app/assets/stylesheets/landing_ja/lib/foundation.css */
tr.hide-for-touch {
  display: table-row !important;
}

/* line 5144, app/assets/stylesheets/landing_ja/lib/foundation.css */
.touch tr.show-for-touch {
  display: table-row !important;
}

/* line 5147, app/assets/stylesheets/landing_ja/lib/foundation.css */
td.hide-for-touch {
  display: table-cell !important;
}

/* line 5150, app/assets/stylesheets/landing_ja/lib/foundation.css */
.touch td.show-for-touch {
  display: table-cell !important;
}

/* line 5153, app/assets/stylesheets/landing_ja/lib/foundation.css */
th.hide-for-touch {
  display: table-cell !important;
}

/* line 5156, app/assets/stylesheets/landing_ja/lib/foundation.css */
.touch th.show-for-touch {
  display: table-cell !important;
}

/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@media only screen and (max-width: 640px) {
  /* line 12, app/assets/stylesheets/landing_ja/_common.scss */
  .small-zeropad, .small-zeropad ul, .small-zeropad li {
    padding: 0px;
  }
  /* line 13, app/assets/stylesheets/landing_ja/_common.scss */
  .small-zeromargin, .small-zeromargin ul, .small-zeromargin li {
    margin: 0px;
  }
}

/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 641px) {
  /* line 18, app/assets/stylesheets/landing_ja/_common.scss */
  .large-zeropad, .large-zeropad ul, .large-zeropad > li {
    padding: 0px;
  }
  /* line 19, app/assets/stylesheets/landing_ja/_common.scss */
  .large-zeromargin, .large-zeromargin ul, .large-zeromargin > li {
    margin: 0px;
  }
}

/* line 23, app/assets/stylesheets/landing_ja/_common.scss */
* {
  font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  text-rendering: optimizeLegibility;
  font-style: normal;
  vertical-align: baseline;
}

/* line 33, app/assets/stylesheets/landing_ja/_common.scss */
p {
  font-size: 14px;
  font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/* line 34, app/assets/stylesheets/landing_ja/_common.scss */
h1, h2, h3 {
  font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/* line 35, app/assets/stylesheets/landing_ja/_common.scss */
h4, h5, h6, h7 {
  font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/* line 37, app/assets/stylesheets/landing_ja/_common.scss */
article, aside, figure, figcaption, footer, header, nav, section {
  display: block;
}

/* line 41, app/assets/stylesheets/landing_ja/_common.scss */
html, body {
  background: #fff7ed;
  color: #4d4d4d;
  font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/* line 51, app/assets/stylesheets/landing_ja/_common.scss */
hr {
  background-color: #ececec;
  margin: 10px 0 15px;
}

/* line 56, app/assets/stylesheets/landing_ja/_common.scss */
table {
  border: none;
}

/* line 59, app/assets/stylesheets/landing_ja/_common.scss */
.gray {
  color: #c7c7c7;
}

/* line 63, app/assets/stylesheets/landing_ja/_common.scss */
.orange.h2 {
  font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #f25633;
}

/* line 68, app/assets/stylesheets/landing_ja/_common.scss */
span.small {
  font-size: smaller;
}

/* line 71, app/assets/stylesheets/landing_ja/_common.scss */
.align-center {
  text-align: center;
}

/* line 72, app/assets/stylesheets/landing_ja/_common.scss */
.clear {
  clear: both;
}

/* line 75, app/assets/stylesheets/landing_ja/_common.scss */
.regular {
  font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/* line 76, app/assets/stylesheets/landing_ja/_common.scss */
.medium {
  font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/* line 77, app/assets/stylesheets/landing_ja/_common.scss */
.bold {
  font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/* line 79, app/assets/stylesheets/landing_ja/_common.scss */
h1, h2 {
  letter-spacing: 2px;
}

/* line 81, app/assets/stylesheets/landing_ja/_common.scss */
.displaynone {
  display: none;
}

/* line 83, app/assets/stylesheets/landing_ja/_common.scss */
.label {
  margin-bottom: 0px;
}

/* line 85, app/assets/stylesheets/landing_ja/_common.scss */
.login-large {
  padding-top: 1.25rem;
  padding-bottom: 1.375rem;
  padding-right: 2.25rem;
  padding-left: 2.25rem;
  font-size: 1.5rem;
  background-position: 20px 25px !important;
}

/* line 94, app/assets/stylesheets/landing_ja/_common.scss */
.m-0 {
  margin: 0 !important;
}

/* line 97, app/assets/stylesheets/landing_ja/_common.scss */
.mt-0, .my-0 {
  margin-top: 0 !important;
}

/* line 100, app/assets/stylesheets/landing_ja/_common.scss */
.mr-0, .mx-0 {
  margin-right: 0 !important;
}

/* line 103, app/assets/stylesheets/landing_ja/_common.scss */
.mb-0 .my-0 {
  margin-bottom: 0 !important;
}

/* line 106, app/assets/stylesheets/landing_ja/_common.scss */
.ml-0, .mx-0 {
  margin-left: 0 !important;
}

/* line 109, app/assets/stylesheets/landing_ja/_common.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 112, app/assets/stylesheets/landing_ja/_common.scss */
.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}

/* line 115, app/assets/stylesheets/landing_ja/_common.scss */
.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}

/* line 118, app/assets/stylesheets/landing_ja/_common.scss */
.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 121, app/assets/stylesheets/landing_ja/_common.scss */
.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}

/* line 124, app/assets/stylesheets/landing_ja/_common.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 127, app/assets/stylesheets/landing_ja/_common.scss */
.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}

/* line 130, app/assets/stylesheets/landing_ja/_common.scss */
.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}

/* line 133, app/assets/stylesheets/landing_ja/_common.scss */
.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 136, app/assets/stylesheets/landing_ja/_common.scss */
.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}

/* line 139, app/assets/stylesheets/landing_ja/_common.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 142, app/assets/stylesheets/landing_ja/_common.scss */
.mt-3, .my-3 {
  margin-top: 1rem !important;
}

/* line 145, app/assets/stylesheets/landing_ja/_common.scss */
.mr-3, .mx-3 {
  margin-right: 1rem !important;
}

/* line 148, app/assets/stylesheets/landing_ja/_common.scss */
.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}

/* line 151, app/assets/stylesheets/landing_ja/_common.scss */
.ml-3, .mx-3 {
  margin-left: 1rem !important;
}

/* line 154, app/assets/stylesheets/landing_ja/_common.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 157, app/assets/stylesheets/landing_ja/_common.scss */
.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}

/* line 160, app/assets/stylesheets/landing_ja/_common.scss */
.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}

/* line 163, app/assets/stylesheets/landing_ja/_common.scss */
.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 166, app/assets/stylesheets/landing_ja/_common.scss */
.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}

/* line 169, app/assets/stylesheets/landing_ja/_common.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 172, app/assets/stylesheets/landing_ja/_common.scss */
.mt-5, .my-5 {
  margin-top: 3rem !important;
}

/* line 175, app/assets/stylesheets/landing_ja/_common.scss */
.mr-5, .mx-5 {
  margin-right: 3rem !important;
}

/* line 178, app/assets/stylesheets/landing_ja/_common.scss */
.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}

/* line 181, app/assets/stylesheets/landing_ja/_common.scss */
.ml-5, .mx-5 {
  margin-left: 3rem !important;
}

/* line 184, app/assets/stylesheets/landing_ja/_common.scss */
.p-0 {
  padding: 0 !important;
}

/* line 187, app/assets/stylesheets/landing_ja/_common.scss */
.pt-0, .py-0 {
  padding-top: 0 !important;
}

/* line 190, app/assets/stylesheets/landing_ja/_common.scss */
.pr-0, .px-0 {
  padding-right: 0 !important;
}

/* line 193, app/assets/stylesheets/landing_ja/_common.scss */
.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

/* line 196, app/assets/stylesheets/landing_ja/_common.scss */
.pl-0, .px-0 {
  padding-left: 0 !important;
}

/* line 199, app/assets/stylesheets/landing_ja/_common.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 202, app/assets/stylesheets/landing_ja/_common.scss */
.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}

/* line 205, app/assets/stylesheets/landing_ja/_common.scss */
.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}

/* line 208, app/assets/stylesheets/landing_ja/_common.scss */
.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 211, app/assets/stylesheets/landing_ja/_common.scss */
.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}

/* line 214, app/assets/stylesheets/landing_ja/_common.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 217, app/assets/stylesheets/landing_ja/_common.scss */
.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}

/* line 220, app/assets/stylesheets/landing_ja/_common.scss */
.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}

/* line 223, app/assets/stylesheets/landing_ja/_common.scss */
.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 226, app/assets/stylesheets/landing_ja/_common.scss */
.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}

/* line 229, app/assets/stylesheets/landing_ja/_common.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 232, app/assets/stylesheets/landing_ja/_common.scss */
.pt-3, .py-3 {
  padding-top: 1rem !important;
}

/* line 235, app/assets/stylesheets/landing_ja/_common.scss */
.pr-3, .px-3 {
  padding-right: 1rem !important;
}

/* line 238, app/assets/stylesheets/landing_ja/_common.scss */
.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}

/* line 241, app/assets/stylesheets/landing_ja/_common.scss */
.pl-3, .px-3 {
  padding-left: 1rem !important;
}

/* line 244, app/assets/stylesheets/landing_ja/_common.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 247, app/assets/stylesheets/landing_ja/_common.scss */
.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}

/* line 250, app/assets/stylesheets/landing_ja/_common.scss */
.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}

/* line 253, app/assets/stylesheets/landing_ja/_common.scss */
.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 256, app/assets/stylesheets/landing_ja/_common.scss */
.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}

/* line 259, app/assets/stylesheets/landing_ja/_common.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 262, app/assets/stylesheets/landing_ja/_common.scss */
.pt-5, .py-5 {
  padding-top: 3rem !important;
}

/* line 265, app/assets/stylesheets/landing_ja/_common.scss */
.pr-5, .px-5 {
  padding-right: 3rem !important;
}

/* line 268, app/assets/stylesheets/landing_ja/_common.scss */
.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}

/* line 271, app/assets/stylesheets/landing_ja/_common.scss */
.pl-5, .px-5 {
  padding-left: 3rem !important;
}

/* line 274, app/assets/stylesheets/landing_ja/_common.scss */
.m-auto {
  margin: auto !important;
}

/* line 277, app/assets/stylesheets/landing_ja/_common.scss */
.mt-auto, .my-auto {
  margin-top: auto !important;
}

/* line 280, app/assets/stylesheets/landing_ja/_common.scss */
.mr-auto, .mx-auto {
  margin-right: auto !important;
}

/* line 283, app/assets/stylesheets/landing_ja/_common.scss */
.mb-auto, .my-auto {
  margin-bottom: auto !important;
}

/* line 286, app/assets/stylesheets/landing_ja/_common.scss */
.ml-auto, .mx-auto {
  margin-left: auto !important;
}

/* line 289, app/assets/stylesheets/landing_ja/_common.scss */
.w-100 {
  width: 100%;
}

/* line 292, app/assets/stylesheets/landing_ja/_common.scss */
.text-white {
  color: #ffffff;
}

@media only screen and (min-width: 641px) {
  /* line 3, app/assets/stylesheets/landing_ja/_pc.scss */
  #header {
    background: #fff;
    border-top: 15px #f25633 solid;
  }
  /* line 6, app/assets/stylesheets/landing_ja/_pc.scss */
  #header > div.row.show-for-medium-up {
    position: relative;
  }
  /* line 8, app/assets/stylesheets/landing_ja/_pc.scss */
  #header > div.row.show-for-medium-up > .columns {
    text-align: center;
  }
  /* line 10, app/assets/stylesheets/landing_ja/_pc.scss */
  #header > div.row.show-for-medium-up > .columns a {
    display: block;
    color: #f25633;
  }
  /* line 13, app/assets/stylesheets/landing_ja/_pc.scss */
  #header > div.row.show-for-medium-up > .columns a:hover {
    opacity: 0.8;
  }
  /* line 19, app/assets/stylesheets/landing_ja/_pc.scss */
  #header .show-for-medium-up {
    padding-bottom: 1%;
  }
  /* line 22, app/assets/stylesheets/landing_ja/_pc.scss */
  #header .show-for-medium-up ul {
    display: inline-block;
    overflow: visible;
    width: 100%;
    margin: 0px;
  }
  /* line 28, app/assets/stylesheets/landing_ja/_pc.scss */
  #header .show-for-medium-up li {
    float: left;
  }
  /* line 30, app/assets/stylesheets/landing_ja/_pc.scss */
  #header .show-for-medium-up li.devider {
    content: "";
    border-right: 1px dotted #f25633;
    height: 40px;
    width: 100%;
  }
  /* line 32, app/assets/stylesheets/landing_ja/_pc.scss */
  #header .show-for-medium-up li.beginner {
    width: 12%;
    padding: 1.8% 0 0;
    text-align: center;
  }
  /* line 32, app/assets/stylesheets/landing_ja/_pc.scss */
  #header .show-for-medium-up li.beginner img {
    width: 95%;
  }
  /* line 34, app/assets/stylesheets/landing_ja/_pc.scss */
  #header .show-for-medium-up li.menu {
    width: 73%;
  }
  /* line 35, app/assets/stylesheets/landing_ja/_pc.scss */
  #header .show-for-medium-up li.menu ul {
    padding: 4% 0 0;
  }
  /* line 36, app/assets/stylesheets/landing_ja/_pc.scss */
  #header .show-for-medium-up li.menu li {
    width: 20%;
    padding: 0;
  }
  /* line 37, app/assets/stylesheets/landing_ja/_pc.scss */
  #header .show-for-medium-up li.menu li img {
    margin-top: -11%;
  }
  /* line 40, app/assets/stylesheets/landing_ja/_pc.scss */
  #header .show-for-medium-up li.menu li.service img {
    width: 98px;
  }
  /* line 44, app/assets/stylesheets/landing_ja/_pc.scss */
  #header .show-for-medium-up li.menu li.logo {
    padding: 0px;
  }
  /* line 46, app/assets/stylesheets/landing_ja/_pc.scss */
  #header .show-for-medium-up li.menu li.logo > a img {
    margin-top: -29%;
  }
  /* line 52, app/assets/stylesheets/landing_ja/_pc.scss */
  #header .show-for-medium-up li.sign {
    width: 15%;
    padding-top: 3%;
    text-align: center;
  }
  /* line 52, app/assets/stylesheets/landing_ja/_pc.scss */
  #header .show-for-medium-up li.sign li {
    width: 50%;
  }
  /* line 52, app/assets/stylesheets/landing_ja/_pc.scss */
  #header .show-for-medium-up li.sign li.signup {
    padding: 0 5% 0 15%;
  }
  /* line 52, app/assets/stylesheets/landing_ja/_pc.scss */
  #header .show-for-medium-up li.sign li.signin {
    padding: 0 15% 0 5%;
  }
  /* line 52, app/assets/stylesheets/landing_ja/_pc.scss */
  #header .show-for-medium-up li.sign li img {
    margin-top: -15%;
  }
  /* line 54, app/assets/stylesheets/landing_ja/_pc.scss */
  #header .show-for-medium-up .register {
    background: url(/assets/new/img/common/header/headcover-048e7028b4108c59e5754e65ca7c297fec71faec8ed614a91e2a88dfa37325f6.svg) no-repeat;
    border-radius: 0 0 10px 10px;
    width: 270px;
    height: 79px;
    text-align: center;
    position: absolute;
    bottom: -60px;
    margin-right: 0.9375rem;
    right: 0px;
  }
  /* line 65, app/assets/stylesheets/landing_ja/_pc.scss */
  #header .show-for-medium-up .register .signup2 {
    z-index: 10;
    margin: 6px 4px 0 0;
    background-color: #f9971e;
    box-shadow: 8px 8px 0 0 #ffe4c4;
    font-family: "mplus-2c-regular", "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    color: #fff;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    padding: 14px 25px;
  }
  /* line 76, app/assets/stylesheets/landing_ja/_pc.scss */
  #header .show-for-medium-up .register .signup2:hover {
    margin: 8px 4px 0 0;
    box-shadow: 4px 4px 0 0 #ffe4c4;
  }
  /* line 82, app/assets/stylesheets/landing_ja/_pc.scss */
  .breadcrumbs {
    display: block;
    padding: 22px 0.975rem 0px;
    height: 35px;
    overflow: hidden;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin-bottom: 0px;
    margin-left: 0;
    list-style: none;
  }
  /* line 91, app/assets/stylesheets/landing_ja/_pc.scss */
  .breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 14px;
    line-height: 0.6875rem;
    text-transform: uppercase;
    color: #f25633;
  }
  /* line 98, app/assets/stylesheets/landing_ja/_pc.scss */
  .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
    color: #f8a593;
  }
  /* line 100, app/assets/stylesheets/landing_ja/_pc.scss */
  .breadcrumbs > * a {
    color: #f25633;
  }
  /* line 102, app/assets/stylesheets/landing_ja/_pc.scss */
  .breadcrumbs > *.current {
    cursor: default;
    color: #4d4d4d;
  }
  /* line 105, app/assets/stylesheets/landing_ja/_pc.scss */
  .breadcrumbs > *.current a {
    cursor: default;
    color: #4d4d4d;
  }
  /* line 108, app/assets/stylesheets/landing_ja/_pc.scss */
  .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
    text-decoration: none;
  }
  /* line 110, app/assets/stylesheets/landing_ja/_pc.scss */
  .breadcrumbs > *.unavailable {
    color: #999999;
  }
  /* line 112, app/assets/stylesheets/landing_ja/_pc.scss */
  .breadcrumbs > *.unavailable a {
    color: #999999;
  }
  /* line 114, app/assets/stylesheets/landing_ja/_pc.scss */
  .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
    text-decoration: none;
    color: #999999;
    cursor: default;
  }
  /* line 119, app/assets/stylesheets/landing_ja/_pc.scss */
  .breadcrumbs > *:before {
    content: "/";
    color: #aaaaaa;
    margin: 0 0.75rem;
    position: relative;
    top: 1px;
  }
  /* line 125, app/assets/stylesheets/landing_ja/_pc.scss */
  .breadcrumbs > *:first-child:before {
    content: " ";
    margin: 0;
  }
  /* line 131, app/assets/stylesheets/landing_ja/_pc.scss */
  #mainvisual {
    padding: 0;
    margin: 0;
  }
  /* line 136, app/assets/stylesheets/landing_ja/_pc.scss */
  #footer > div {
    padding: 30px 0 30px;
  }
  /* line 139, app/assets/stylesheets/landing_ja/_pc.scss */
  #footer #taiken:before {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 40px solid transparent;
    border-top-color: rgba(217, 130, 21, 0.7);
    top: 0%;
    left: 46%;
  }
  /* line 143, app/assets/stylesheets/landing_ja/_pc.scss */
  #footer #taiken:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 30px solid transparent;
    box-shadow: 10px 10px 0 0 rgba(217, 130, 21, 0.7) inset;
    border-top-color: #fff7ed;
    top: 0%;
    left: 46.8%;
  }
  /* line 148, app/assets/stylesheets/landing_ja/_pc.scss */
  #footer #taiken {
    padding: 50px 0 30px;
    position: relative;
    -webkit-background-size: 60px 60px;
    -moz-background-size: 60px 60px;
    background-size: 60px 60px;
    background-color: #f9971e;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #f9a237), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #f9a237), color-stop(0.75, #f9a237), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, #f9a237 25%, transparent 25%, transparent 50%, #f9a237 50%, #f9a237 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, #f9a237 25%, transparent 25%, transparent 50%, #f9a237 50%, #f9a237 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, #f9a237 25%, transparent 25%, transparent 50%, #f9a237 50%, #f9a237 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, #f9a237 25%, transparent 25%, transparent 50%, #f9a237 50%, #f9a237 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, #f9a237 25%, transparent 25%, transparent 50%, #f9a237 50%, #f9a237 75%, transparent 75%, transparent);
    box-shadow: 0 10px 0 0 rgba(217, 130, 21, 0.7) inset;
  }
  /* line 176, app/assets/stylesheets/landing_ja/_pc.scss */
  #footer #taiken .button, #footer #taiken .registration-oauth__twitter-btn, #footer #taiken .registration-oauth__google-btn, #footer #taiken .registration-oauth__facebook-btn, #footer #taiken .registration-email-btn, #footer #taiken .price-lineup__button {
    display: inline-block;
    background-color: #fff6ec;
    color: #f25633;
    font-size: 50px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    width: 780px;
    border-radius: 10px;
    padding: 35px 0;
    box-shadow: 0 11px 0 0 #d57e1a;
  }
  /* line 186, app/assets/stylesheets/landing_ja/_pc.scss */
  #footer #taiken .button img, #footer #taiken .registration-oauth__twitter-btn img, #footer #taiken .registration-oauth__google-btn img, #footer #taiken .registration-oauth__facebook-btn img, #footer #taiken .registration-email-btn img, #footer #taiken .price-lineup__button img {
    width: 145px;
  }
  /* line 187, app/assets/stylesheets/landing_ja/_pc.scss */
  #footer #taiken .button img.arrow, #footer #taiken .registration-oauth__twitter-btn img.arrow, #footer #taiken .registration-oauth__google-btn img.arrow, #footer #taiken .registration-oauth__facebook-btn img.arrow, #footer #taiken .registration-email-btn img.arrow, #footer #taiken .price-lineup__button img.arrow {
    width: 50px;
  }
  /* line 188, app/assets/stylesheets/landing_ja/_pc.scss */
  #footer #taiken .button:hover, #footer #taiken .registration-oauth__twitter-btn:hover, #footer #taiken .registration-oauth__google-btn:hover, #footer #taiken .registration-oauth__facebook-btn:hover, #footer #taiken .registration-email-btn:hover, #footer #taiken .price-lineup__button:hover {
    opacity: 1;
    top: 2px;
    box-shadow: 0 4px 0 0 #d57e1a;
  }
  /* line 195, app/assets/stylesheets/landing_ja/_pc.scss */
  #footer #spfootmenu {
    display: none;
  }
  /* line 197, app/assets/stylesheets/landing_ja/_pc.scss */
  #footer #social > div {
    margin: 0 auto;
  }
  /* line 201, app/assets/stylesheets/landing_ja/_pc.scss */
  #footer #fvisual {
    padding: 0;
    background: url(/assets/new/img/common/foot-42cb59a88afff888a0afb79f4f27dc87aaab1404c2377395bd5ed28dde6eb542.jpg);
    height: 370px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  /* line 209, app/assets/stylesheets/landing_ja/_pc.scss */
  #footer #button {
    background: #f25633;
    padding: 40px 0 20px;
  }
  /* line 213, app/assets/stylesheets/landing_ja/_pc.scss */
  #footer #fmenu {
    margin-bottom: 0;
    background: #333;
    color: #999;
  }
  /* line 217, app/assets/stylesheets/landing_ja/_pc.scss */
  #footer #fmenu p, #footer #fmenu li {
    font-size: 12px;
  }
  /* line 220, app/assets/stylesheets/landing_ja/_pc.scss */
  #footer #fmenu h4 {
    color: #f25633;
    font-size: 14px;
  }
  /* line 224, app/assets/stylesheets/landing_ja/_pc.scss */
  #footer #fmenu ul {
    margin-left: 0;
  }
  /* line 227, app/assets/stylesheets/landing_ja/_pc.scss */
  #footer #fmenu a {
    color: #ececec;
  }
  /* line 234, app/assets/stylesheets/landing_ja/_pc.scss */
  #footer #fmenu .payment img {
    max-height: 60px;
    margin-bottom: 10px;
  }
  /* line 235, app/assets/stylesheets/landing_ja/_pc.scss */
  #footer #fmenu .movie img {
    float: right;
  }
  /* line 236, app/assets/stylesheets/landing_ja/_pc.scss */
  #footer #fmenu ul.social_icons {
    float: right;
    margin-top: 15px;
  }
  /* line 236, app/assets/stylesheets/landing_ja/_pc.scss */
  #footer #fmenu ul.social_icons li {
    float: left;
    margin-left: 3px;
  }
  /* line 236, app/assets/stylesheets/landing_ja/_pc.scss */
  #footer #fmenu ul.social_icons li img {
    opacity: 0.4;
  }
  /* line 236, app/assets/stylesheets/landing_ja/_pc.scss */
  #footer #fmenu ul.social_icons li img:hover {
    opacity: 1;
  }
  /* line 238, app/assets/stylesheets/landing_ja/_pc.scss */
  #footer #copyright {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #333;
    color: #999;
    font-size: 10px;
  }
  /* line 245, app/assets/stylesheets/landing_ja/_pc.scss */
  #footer #copyright .large-6 {
    margin: 0 auto;
  }
  /* line 248, app/assets/stylesheets/landing_ja/_pc.scss */
  #footer #copyright p {
    margin-top: 0px;
    font-size: 10px;
    color: #555;
  }
  /* line 253, app/assets/stylesheets/landing_ja/_pc.scss */
  #footer #copyright a {
    color: #777;
    font-size: 12px;
  }
  /* line 257, app/assets/stylesheets/landing_ja/_pc.scss */
  #footer #copyright ul.footsubmenu {
    width: 575px;
    margin: 0 auto;
  }
  /* line 257, app/assets/stylesheets/landing_ja/_pc.scss */
  #footer #copyright ul.footsubmenu li {
    float: left;
    margin-right: 30px;
  }
  /* line 257, app/assets/stylesheets/landing_ja/_pc.scss */
  #footer #copyright ul.footsubmenu li:last-child {
    margin-right: 0px;
  }
  /* line 260, app/assets/stylesheets/landing_ja/_pc.scss */
  .content {
    margin-top: 45px;
    overflow: visible;
  }
  /* line 263, app/assets/stylesheets/landing_ja/_pc.scss */
  .content > div:last-child {
    padding-bottom: 80px !important;
  }
  /* line 266, app/assets/stylesheets/landing_ja/_pc.scss */
  .content h2 {
    font-size: 30px;
    color: #4d4d4d;
    padding-left: 14px;
    margin-bottom: 20px;
    position: relative;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    border-left: #f25633 6px solid;
    min-height: 34px;
    line-height: 34px;
  }
  /* line 275, app/assets/stylesheets/landing_ja/_pc.scss */
  .content h2 .year {
    position: absolute;
    right: 0;
  }
  /* line 280, app/assets/stylesheets/landing_ja/_pc.scss */
  .content h2.regular {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  /* line 281, app/assets/stylesheets/landing_ja/_pc.scss */
  .content hr.h2_firstline {
    margin-top: 0px;
  }
  /* line 282, app/assets/stylesheets/landing_ja/_pc.scss */
  .content h3 {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 284, app/assets/stylesheets/landing_ja/_pc.scss */
  .content h3.big {
    font-size: 32px;
    margin-bottom: 10px;
    min-height: 52px;
    line-height: 52px;
  }
  /* line 287, app/assets/stylesheets/landing_ja/_pc.scss */
  .content h3.big span {
    position: relative;
    top: -2px;
    left: -3px;
  }
  /* line 289, app/assets/stylesheets/landing_ja/_pc.scss */
  .content h3.big img.count {
    margin-top: -10px;
    padding-right: 14px;
  }
  /* line 294, app/assets/stylesheets/landing_ja/_pc.scss */
  .content h3.medium {
    font-size: 24px;
    padding-left: 14px;
    border-left: #f25633 6px solid;
  }
  /* line 300, app/assets/stylesheets/landing_ja/_pc.scss */
  .content a {
    color: #39af4a;
  }
  /* line 302, app/assets/stylesheets/landing_ja/_pc.scss */
  .content a:visited {
    color: #39af4a;
    opacity: 0.8;
  }
  /* line 306, app/assets/stylesheets/landing_ja/_pc.scss */
  .content a:hover {
    opacity: 0.8;
  }
  /* line 309, app/assets/stylesheets/landing_ja/_pc.scss */
  .content a.button, .content a.registration-oauth__twitter-btn, .content a.registration-oauth__google-btn, .content a.registration-oauth__facebook-btn, .content a.registration-email-btn, .content a.price-lineup__button {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    color: #fff;
  }
  /* line 314, app/assets/stylesheets/landing_ja/_pc.scss */
  .content .panel {
    background: #fff;
    border-radius: 10px;
    border: none;
  }
  /* line 318, app/assets/stylesheets/landing_ja/_pc.scss */
  .content .panel h2, .content .panel h3, .content .panel h4, .content .panel div, .content .panel p {
    color: #4d4d4d;
  }
  /* line 321, app/assets/stylesheets/landing_ja/_pc.scss */
  .content .panel h4 {
    font-size: 16px;
    color: #f25633;
  }
  /* line 328, app/assets/stylesheets/landing_ja/_pc.scss */
  .content .sidebar .menu li {
    font-size: 17px;
    color: #4d4d4d;
    margin-bottom: 15px;
    padding-left: 13px;
    height: 5px;
    min-height: 24px;
    line-height: 24px;
  }
  /* line 335, app/assets/stylesheets/landing_ja/_pc.scss */
  .content .sidebar .menu li.current {
    padding-left: 7px;
    border-left: #f25633 6px solid;
  }
  /* line 341, app/assets/stylesheets/landing_ja/_pc.scss */
  .content > .mainvisual {
    padding: 0 !important;
  }
  /* line 344, app/assets/stylesheets/landing_ja/_pc.scss */
  .columns.sidebar ul {
    margin: 0 0 20px 0;
  }
  /* line 344, app/assets/stylesheets/landing_ja/_pc.scss */
  .columns.sidebar ul li {
    margin-bottom: 10px;
    padding-right: 0px;
  }
  /* line 344, app/assets/stylesheets/landing_ja/_pc.scss */
  .columns.sidebar ul li a {
    font-size: 15px;
    color: #4d4d4d;
  }
  /* line 348, app/assets/stylesheets/landing_ja/_pc.scss */
  .accordion.wide dd a {
    color: #4d4d4d;
    font-size: 16px;
    padding-right: 60px;
    background-color: #fff;
    border-bottom: 1px solid #ececec;
    position: relative;
    overflow: hidden;
  }
  /* line 357, app/assets/stylesheets/landing_ja/_pc.scss */
  .accordion.wide dd a .day {
    font-size: 14px;
    color: #c7c7c7;
  }
  /* line 361, app/assets/stylesheets/landing_ja/_pc.scss */
  .accordion.wide dd a:after {
    content: "";
    background: url(/assets/new/img/newsmedia/arrow-33d45f7f64640a76ef792a2cc4d64ff7f46a45695eeb219a9e6a3a279df3b652.svg) no-repeat;
    text-align: center;
    color: #ececec;
    width: 20px;
    height: 40px;
    font-size: 20px;
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -18px;
  }
  /* line 376, app/assets/stylesheets/landing_ja/_pc.scss */
  .accordion.wide dd.active a:after {
    content: "∨";
    font-size: 44px;
    top: 48%;
    right: 10px;
  }
  /* line 382, app/assets/stylesheets/landing_ja/_pc.scss */
  .accordion.wide dd .content {
    margin-top: 0;
  }
  /* line 388, app/assets/stylesheets/landing_ja/_pc.scss */
  .accordion.default dd {
    padding-bottom: 20px;
    background: url(/assets/new/img/common/down-60a09201d0b78b966f345299924088b1b6f45bb52e89bafd562b92b7cb22dbee.jpg) no-repeat;
    padding-left: 32px;
  }
  /* line 392, app/assets/stylesheets/landing_ja/_pc.scss */
  .accordion.default dd.active {
    background: url(/assets/new/img/common/up-aa00ceb1c0829a01b7aab88cbd12ec60aebb2373a4f068103e707008c41e696e.jpg) no-repeat;
  }
  /* line 395, app/assets/stylesheets/landing_ja/_pc.scss */
  .accordion.default dd > a {
    display: block;
    background: none;
    padding: 0;
    color: #f25633;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 402, app/assets/stylesheets/landing_ja/_pc.scss */
  .accordion.default dd .content {
    margin-top: 0;
  }
  /* line 408, app/assets/stylesheets/landing_ja/_pc.scss */
  .mainvisual_guidepage {
    background: url(/assets/new/img/guide/main-892951eba2e5d3e3829df2303ab7a2998eee6f4cfb0214746345f32c55823379.jpg);
    height: 370px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  /* line 414, app/assets/stylesheets/landing_ja/_pc.scss */
  .mainvisual_guidepage h1 img {
    text-align: left;
    padding: 100px 0 0 5%;
    width: 50%;
    max-width: 605px;
  }
  /* line 417, app/assets/stylesheets/landing_ja/_pc.scss */
  #guidepage h2 {
    font-size: 28px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin-bottom: 5px;
  }
  /* line 418, app/assets/stylesheets/landing_ja/_pc.scss */
  #guidepage h3 {
    font-size: 26px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin-bottom: 0px;
  }
  /* line 419, app/assets/stylesheets/landing_ja/_pc.scss */
  #guidepage h4 {
    font-size: 16px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 420, app/assets/stylesheets/landing_ja/_pc.scss */
  #guidepage p {
    font-size: 15px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 421, app/assets/stylesheets/landing_ja/_pc.scss */
  #guidepage hr {
    margin: 10px 0 20px;
  }
  /* line 422, app/assets/stylesheets/landing_ja/_pc.scss */
  #guidepage hr.guidetitle {
    margin: 2px 0 20px;
  }
  /* line 423, app/assets/stylesheets/landing_ja/_pc.scss */
  #guidepage .panel {
    padding-top: 14px;
  }
  /* line 424, app/assets/stylesheets/landing_ja/_pc.scss */
  #guidepage .large-2.columns.sidebar {
    padding-right: 0px;
  }
  /* line 425, app/assets/stylesheets/landing_ja/_pc.scss */
  #guidepage .count {
    width: 60px;
  }
  /* line 426, app/assets/stylesheets/landing_ja/_pc.scss */
  #guidepage .thumbnail {
    margin-top: 6px;
    margin-bottom: 20px;
  }
  /* line 430, app/assets/stylesheets/landing_ja/_pc.scss */
  #guidepage.content .sidebar .menu li {
    height: 50px;
  }
  /* line 431, app/assets/stylesheets/landing_ja/_pc.scss */
  #guidepage .skype_mark {
    max-width: 15%;
  }
  /* line 432, app/assets/stylesheets/landing_ja/_pc.scss */
  #guidepage .row {
    margin: 0 0 20px;
  }
  /* line 436, app/assets/stylesheets/landing_ja/_pc.scss */
  #faq .panel {
    padding-bottom: 5px;
  }
  /* line 437, app/assets/stylesheets/landing_ja/_pc.scss */
  #faq h3.regular {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin-top: 0px;
  }
  /* line 439, app/assets/stylesheets/landing_ja/_pc.scss */
  #faq .question dt {
    color: #f25633;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    padding-left: 32px;
    background: url(/assets/new/img/common/down-60a09201d0b78b966f345299924088b1b6f45bb52e89bafd562b92b7cb22dbee.jpg) no-repeat;
  }
  /* line 444, app/assets/stylesheets/landing_ja/_pc.scss */
  #faq .question dt.open {
    background: url(/assets/new/img/common/up-aa00ceb1c0829a01b7aab88cbd12ec60aebb2373a4f068103e707008c41e696e.jpg) no-repeat;
  }
  /* line 448, app/assets/stylesheets/landing_ja/_pc.scss */
  #faq .question dd {
    padding-left: 32px;
  }
  /* line 453, app/assets/stylesheets/landing_ja/_pc.scss */
  #contact .panel {
    padding-top: 1px;
    padding-bottom: 5px;
  }
  /* line 456, app/assets/stylesheets/landing_ja/_pc.scss */
  #contact .panel > div {
    margin: 30px 0 0;
  }
  /* line 458, app/assets/stylesheets/landing_ja/_pc.scss */
  #contact .panel > div .large-9 {
    padding-right: 50px;
    padding-left: 0px;
  }
  /* line 462, app/assets/stylesheets/landing_ja/_pc.scss */
  #contact .panel > div .large-9.padnot50 {
    padding-right: 0.9375rem;
  }
  /* line 464, app/assets/stylesheets/landing_ja/_pc.scss */
  #contact .panel .alert-box {
    max-width: 720px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    color: white;
    margin-right: auto;
    margin-left: auto;
  }
  /* line 465, app/assets/stylesheets/landing_ja/_pc.scss */
  #contact .panel .alert-box.alert {
    background: #B8883B;
  }
  /* line 465, app/assets/stylesheets/landing_ja/_pc.scss */
  #contact .panel .alert-box.alert .close {
    color: white;
    opacity: 1;
    margin-right: 10px;
  }
  /* line 466, app/assets/stylesheets/landing_ja/_pc.scss */
  #contact .panel form {
    margin-top: 40px;
  }
  /* line 467, app/assets/stylesheets/landing_ja/_pc.scss */
  #contact .panel form ul.row li.large-3 {
    padding-top: 5px;
  }
  /* line 469, app/assets/stylesheets/landing_ja/_pc.scss */
  #contact .panel form .small {
    font-size: 11px;
    display: block;
    margin-top: -12px;
    margin-bottom: 20px;
  }
  /* line 471, app/assets/stylesheets/landing_ja/_pc.scss */
  #contact .panel form table th {
    width: 100px;
    line-height: 2.3125rem;
    vertical-align: top;
  }
  /* line 480, app/assets/stylesheets/landing_ja/_pc.scss */
  .panel.shadow {
    box-shadow: 11px 11px 0 0 #fdefe0;
  }
  /* line 484, app/assets/stylesheets/landing_ja/_pc.scss */
  .button.signup, .signup.registration-oauth__twitter-btn, .signup.registration-oauth__google-btn, .signup.registration-oauth__facebook-btn, .signup.registration-email-btn, .signup.price-lineup__button {
    background-color: #f9971e;
    box-shadow: 8px 8px 0 0 #ffe4c4;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    color: #fff;
    border-radius: 5px;
    position: relative;
  }
  /* line 488, app/assets/stylesheets/landing_ja/_pc.scss */
  .button.signup:hover, .signup.registration-oauth__twitter-btn:hover, .signup.registration-oauth__google-btn:hover, .signup.registration-oauth__facebook-btn:hover, .signup.registration-email-btn:hover, .signup.price-lineup__button:hover {
    top: 2px;
    box-shadow: 4px 4px 0 0 #ffe4c4;
  }
  /* line 493, app/assets/stylesheets/landing_ja/_pc.scss */
  .button.orange, .orange.registration-oauth__twitter-btn, .orange.registration-oauth__google-btn, .orange.registration-oauth__facebook-btn, .orange.registration-email-btn, .orange.price-lineup__button {
    background-color: #f25633;
    box-shadow: 8px 8px 0 0 #fad9cf;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    color: #fff;
    border-radius: 5px;
    position: relative;
  }
  /* line 497, app/assets/stylesheets/landing_ja/_pc.scss */
  .button.orange:hover, .orange.registration-oauth__twitter-btn:hover, .orange.registration-oauth__google-btn:hover, .orange.registration-oauth__facebook-btn:hover, .orange.registration-email-btn:hover, .orange.price-lineup__button:hover {
    top: 2px;
    box-shadow: 4px 4px 0 0 #fad9cf;
  }
  /* line 501, app/assets/stylesheets/landing_ja/_pc.scss */
  .button.orange.login, .orange.login.registration-oauth__twitter-btn, .orange.login.registration-oauth__google-btn, .orange.login.registration-oauth__facebook-btn, .orange.login.registration-email-btn, .orange.login.price-lineup__button {
    background-color: #f25633;
    box-shadow: 8px 8px 0 0 #fad9cf;
    padding-right: 28px;
    padding-left: 51px;
    background-image: url(/assets/new/img/common/login-reverse-6a3137d9bb99cfd8ddd47d56213f7ac5a516f9300a1bf66a8511179ed0afc6a8.svg);
    background-position: 20px 14px;
    background-repeat: no-repeat;
  }
  /* line 511, app/assets/stylesheets/landing_ja/_pc.scss */
  .button.orange.login:hover, .orange.login.registration-oauth__twitter-btn:hover, .orange.login.registration-oauth__google-btn:hover, .orange.login.registration-oauth__facebook-btn:hover, .orange.login.registration-email-btn:hover, .orange.login.price-lineup__button:hover {
    top: 2px;
    box-shadow: 4px 4px 0 0 #fad9cf;
  }
  /* line 517, app/assets/stylesheets/landing_ja/_pc.scss */
  .button.lorange, .lorange.registration-oauth__twitter-btn, .lorange.registration-oauth__google-btn, .lorange.registration-oauth__facebook-btn, .lorange.registration-email-btn, .lorange.price-lineup__button {
    background-color: #f18d1e;
    box-shadow: 8px 8px 0 0 #d57e1a;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    color: #fff;
    border-radius: 5px;
    position: relative;
  }
  /* line 521, app/assets/stylesheets/landing_ja/_pc.scss */
  .button.lorange:hover, .lorange.registration-oauth__twitter-btn:hover, .lorange.registration-oauth__google-btn:hover, .lorange.registration-oauth__facebook-btn:hover, .lorange.registration-email-btn:hover, .lorange.price-lineup__button:hover {
    top: 2px;
    box-shadow: 4px 4px 0 0 #d57e1a;
  }
  /* line 528, app/assets/stylesheets/landing_ja/_pc.scss */
  #login > .large-8 {
    margin: 0 auto;
    float: none;
  }
  /* line 532, app/assets/stylesheets/landing_ja/_pc.scss */
  #login .alert-box {
    max-width: 720px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    color: white;
    margin-right: auto;
    margin-left: auto;
  }
  /* line 533, app/assets/stylesheets/landing_ja/_pc.scss */
  #login .alert-box.alert {
    background: #B8883B;
  }
  /* line 533, app/assets/stylesheets/landing_ja/_pc.scss */
  #login .alert-box.alert .close {
    color: white;
    opacity: 1;
    margin-right: 10px;
  }
  /* line 534, app/assets/stylesheets/landing_ja/_pc.scss */
  #login .large-3.columns {
    padding: 5px 0 0 30px;
  }
  /* line 535, app/assets/stylesheets/landing_ja/_pc.scss */
  #login .large-9.columns {
    padding-right: 35px;
  }
  /* line 536, app/assets/stylesheets/landing_ja/_pc.scss */
  #login .panel {
    max-width: 720px;
    margin: 0 auto;
  }
  /* line 537, app/assets/stylesheets/landing_ja/_pc.scss */
  #login h2 {
    color: #f25633;
    text-align: center;
    padding-left: 0;
    border: none;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin: 40px 0 20px;
  }
  /* line 544, app/assets/stylesheets/landing_ja/_pc.scss */
  #login .form {
    padding: 20px 40px;
  }
  /* line 547, app/assets/stylesheets/landing_ja/_pc.scss */
  #login .login_button {
    margin-top: 30px;
  }
  /* line 548, app/assets/stylesheets/landing_ja/_pc.scss */
  #login p.nonpass {
    margin-bottom: 0px;
    text-align: left;
    width: 215px;
    margin: 0 auto;
  }
  /* line 553, app/assets/stylesheets/landing_ja/_pc.scss */
  #login p.nonpass a {
    font-size: 13px;
  }
  /* line 557, app/assets/stylesheets/landing_ja/_pc.scss */
  body.individual-registration #register .steps div {
    background: url(/assets/new/img/register/step-4da757ed3779b467fdfa3507ee9bbe97d00de63142e9136a0f16961085db8835.svg) no-repeat;
    background-size: 100%;
  }
  /* line 564, app/assets/stylesheets/landing_ja/_pc.scss */
  #register.gate {
    margin-top: 60px !important;
  }
  /* line 567, app/assets/stylesheets/landing_ja/_pc.scss */
  #register .nonpass {
    font-size: 13px;
    margin-top: 10px;
  }
  /* line 568, app/assets/stylesheets/landing_ja/_pc.scss */
  #register .formspace {
    margin-bottom: 40px;
    overflow: hidden;
  }
  /* line 569, app/assets/stylesheets/landing_ja/_pc.scss */
  #register.content {
    margin-top: 0px;
  }
  /* line 570, app/assets/stylesheets/landing_ja/_pc.scss */
  #register > .large-10 {
    margin: 0 auto;
    float: none;
  }
  /* line 574, app/assets/stylesheets/landing_ja/_pc.scss */
  #register > h2 {
    color: #f25633;
    height: auto;
    padding-left: 0;
    border: none;
  }
  /* line 579, app/assets/stylesheets/landing_ja/_pc.scss */
  #register .panel {
    padding: 50px 85px;
    max-width: 803px;
    margin: 0 auto;
  }
  /* line 584, app/assets/stylesheets/landing_ja/_pc.scss */
  #register .steps {
    margin: 40px auto 20px;
    max-width: 843px;
    overflow: hidden;
    padding-right: 20px;
    padding-left: 25px;
  }
  /* line 590, app/assets/stylesheets/landing_ja/_pc.scss */
  #register .steps .step1 {
    padding-left: 57px;
  }
  /* line 591, app/assets/stylesheets/landing_ja/_pc.scss */
  #register .steps .step2 {
    padding-left: 48px;
  }
  /* line 592, app/assets/stylesheets/landing_ja/_pc.scss */
  #register .steps .step3 {
    padding-left: 77px;
  }
  /* line 593, app/assets/stylesheets/landing_ja/_pc.scss */
  #register .steps div {
    min-height: 65px;
    line-height: 266%;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 22px;
    color: #ffffff;
    overflow: hidden;
    opacity: 0.3;
  }
  /* line 601, app/assets/stylesheets/landing_ja/_pc.scss */
  #register .steps div.current {
    opacity: 1;
  }
  /* line 604, app/assets/stylesheets/landing_ja/_pc.scss */
  #register .steps div:last-child {
    margin-right: 0px;
    float: left;
  }
  /* line 610, app/assets/stylesheets/landing_ja/_pc.scss */
  #register.input .panel {
    padding: 50px 80px;
  }
  /* line 612, app/assets/stylesheets/landing_ja/_pc.scss */
  #register.input .panel .form h3, #register.input .panel .title h3 {
    font-size: 22px;
    margin: 0 0 40px;
  }
  /* line 612, app/assets/stylesheets/landing_ja/_pc.scss */
  #register.input .panel .form h3 span.strong, #register.input .panel .title h3 span.strong {
    color: #f25633;
  }
  /* line 613, app/assets/stylesheets/landing_ja/_pc.scss */
  #register.input .panel .form .nametag, #register.input .panel .title .nametag {
    padding-top: 30px;
    font-size: 15px;
  }
  /* line 614, app/assets/stylesheets/landing_ja/_pc.scss */
  #register.input .panel .form .nametag1, #register.input .panel .title .nametag1 {
    padding-top: 8px;
    font-size: 15px;
  }
  /* line 615, app/assets/stylesheets/landing_ja/_pc.scss */
  #register.input .panel .form .nametag2, #register.input .panel .title .nametag2 {
    padding-top: 2px;
    font-size: 15px;
  }
  /* line 616, app/assets/stylesheets/landing_ja/_pc.scss */
  #register.input .panel .form .nametag3, #register.input .panel .title .nametag3 {
    font-size: 14px;
  }
  /* line 617, app/assets/stylesheets/landing_ja/_pc.scss */
  #register.input .panel .form .formblock, #register.input .panel .title .formblock {
    margin-bottom: 30px;
  }
  /* line 618, app/assets/stylesheets/landing_ja/_pc.scss */
  #register.input .panel .form .formblocklast, #register.input .panel .title .formblocklast {
    margin-bottom: 20px;
  }
  /* line 620, app/assets/stylesheets/landing_ja/_pc.scss */
  #register.input .panel .termsofuse {
    padding: 10px;
    margin-bottom: 40px;
    border: #ececec 1px solid;
    overflow: scroll;
    height: 200px;
  }
  /* line 626, app/assets/stylesheets/landing_ja/_pc.scss */
  #register.input .panel .termsofuse > p {
    font-size: smaller;
  }
  /* line 632, app/assets/stylesheets/landing_ja/_pc.scss */
  #register.confirm .panel p.attention {
    color: #f25633;
    font-size: 28px;
    margin-bottom: 40px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 638, app/assets/stylesheets/landing_ja/_pc.scss */
  #register.confirm .panel p.thanks-for-invitation-code {
    color: #f25633;
    text-align: center;
    font-size: 18px;
  }
  /* line 643, app/assets/stylesheets/landing_ja/_pc.scss */
  #register.confirm .panel h3 {
    color: #f25633;
    font-size: 16px;
    margin-bottom: 40px;
  }
  /* line 648, app/assets/stylesheets/landing_ja/_pc.scss */
  #register.confirm .panel p.description_mail {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    color: #4d4d4d;
  }
  /* line 649, app/assets/stylesheets/landing_ja/_pc.scss */
  #register.confirm .panel p.mail {
    color: #f25633;
    font-size: 30px;
    margin: 40px auto 80px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 655, app/assets/stylesheets/landing_ja/_pc.scss */
  #register.confirm .panel p.ifnot {
    background: #ececec;
    border-radius: 5px;
    padding: 20px 0 20px;
    margin: 0 20px;
  }
  /* line 663, app/assets/stylesheets/landing_ja/_pc.scss */
  #register.complete .panel p {
    font-size: 28px;
    letter-spacing: 1px;
    color: #f25633;
    padding-left: 0;
    border: none;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin-bottom: 40px;
  }
  /* line 671, app/assets/stylesheets/landing_ja/_pc.scss */
  #register.complete .panel table {
    margin: 40px auto;
  }
  /* line 675, app/assets/stylesheets/landing_ja/_pc.scss */
  #register .help-block {
    font-size: 13px;
    margin-top: -10px;
    color: #B8883B;
  }
  /* line 678, app/assets/stylesheets/landing_ja/_pc.scss */
  #pressrelease .large-2.small-12.columns.sidebar, #news .large-2.small-12.columns.sidebar, #media .large-2.small-12.columns.sidebar, #presskit .large-2.small-12.columns.sidebar {
    padding-right: 0px;
  }
  /* line 679, app/assets/stylesheets/landing_ja/_pc.scss */
  #pressrelease .panel, #news .panel, #media .panel, #presskit .panel {
    padding-bottom: 10px;
  }
  /* line 680, app/assets/stylesheets/landing_ja/_pc.scss */
  #pressrelease hr.firstline, #news hr.firstline, #media hr.firstline, #presskit hr.firstline {
    margin-bottom: 0px;
  }
  /* line 681, app/assets/stylesheets/landing_ja/_pc.scss */
  #pressrelease h2.regular, #news h2.regular, #media h2.regular, #presskit h2.regular {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin: 0px 0 10px;
    font-size: 26px;
  }
  /* line 685, app/assets/stylesheets/landing_ja/_pc.scss */
  #pressrelease dl.row dd, #news dl.row dd, #media dl.row dd, #presskit dl.row dd {
    margin: 0px 1.25rem;
    padding: 20px 0;
    border-bottom: 1px solid #dddddd;
  }
  /* line 686, app/assets/stylesheets/landing_ja/_pc.scss */
  #pressrelease dl.row dd:last-child, #news dl.row dd:last-child, #media dl.row dd:last-child, #presskit dl.row dd:last-child {
    border: none;
  }
  /* line 687, app/assets/stylesheets/landing_ja/_pc.scss */
  #pressrelease dl.row .thumbnail, #news dl.row .thumbnail, #media dl.row .thumbnail, #presskit dl.row .thumbnail {
    padding-top: 3px;
    padding-left: 0px;
    overflow: hidden;
  }
  /* line 688, app/assets/stylesheets/landing_ja/_pc.scss */
  #pressrelease dl.row .day, #news dl.row .day, #media dl.row .day, #presskit dl.row .day {
    font-size: 14px;
    color: #c7c7c7;
  }
  /* line 689, app/assets/stylesheets/landing_ja/_pc.scss */
  #pressrelease dl.row h3, #news dl.row h3, #media dl.row h3, #presskit dl.row h3 {
    font-size: 16px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 24px;
  }
  /* line 690, app/assets/stylesheets/landing_ja/_pc.scss */
  #pressrelease dl.row .large-8, #pressrelease dl.row .large-11, #news dl.row .large-8, #news dl.row .large-11, #media dl.row .large-8, #media dl.row .large-11, #presskit dl.row .large-8, #presskit dl.row .large-11 {
    padding-left: 0px;
  }
  /* line 691, app/assets/stylesheets/landing_ja/_pc.scss */
  #pressrelease dl.row .large-1, #news dl.row .large-1, #media dl.row .large-1, #presskit dl.row .large-1 {
    padding-right: 0px;
  }
  /* line 692, app/assets/stylesheets/landing_ja/_pc.scss */
  #pressrelease dl.row .large-1 .arrow, #news dl.row .large-1 .arrow, #media dl.row .large-1 .arrow, #presskit dl.row .large-1 .arrow {
    background: url(/assets/new/img/newsmedia/arrow-33d45f7f64640a76ef792a2cc4d64ff7f46a45695eeb219a9e6a3a279df3b652.svg) no-repeat;
    text-align: center;
    width: 20px;
    height: 40px;
    display: block;
    margin-left: 16px;
  }
  /* line 702, app/assets/stylesheets/landing_ja/_pc.scss */
  #media dl.row dd {
    min-height: 148px;
  }
  /* line 702, app/assets/stylesheets/landing_ja/_pc.scss */
  #media dl.row dd .arrow {
    margin-top: 35px;
  }
  /* line 703, app/assets/stylesheets/landing_ja/_pc.scss */
  #pressrelease dl.row dd, #news dl.row dd {
    min-height: 120px;
  }
  /* line 703, app/assets/stylesheets/landing_ja/_pc.scss */
  #pressrelease dl.row dd .arrow, #news dl.row dd .arrow {
    margin-top: 24px;
  }
  /* line 704, app/assets/stylesheets/landing_ja/_pc.scss */
  #news.detail dl.row h3 {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 40px;
  }
  /* line 709, app/assets/stylesheets/landing_ja/_pc.scss */
  #presskit .panel hr {
    margin-bottom: 30px;
  }
  /* line 712, app/assets/stylesheets/landing_ja/_pc.scss */
  #presskit .panel .large-6 {
    line-height: 167px;
  }
  /* line 717, app/assets/stylesheets/landing_ja/_pc.scss */
  .mainvisual_story {
    background: url(/assets/new/img/story/main-cffb3e841e27ef3b592abfdf3a34db990e24be14a625224c291a5cb89c05a04d.jpg);
    height: 580px;
    background-position: center center;
    background-repeat: no-repeat;
    padding-left: 25px;
  }
  /* line 723, app/assets/stylesheets/landing_ja/_pc.scss */
  .mainvisual_story h1 {
    font-size: 47px;
    color: white;
    text-align: center;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    padding-top: 200px;
    letter-spacing: 4px;
  }
  /* line 726, app/assets/stylesheets/landing_ja/_pc.scss */
  #story.content {
    margin-top: 0;
  }
  /* line 728, app/assets/stylesheets/landing_ja/_pc.scss */
  #story.content > div {
    margin: 0 auto;
  }
  /* line 731, app/assets/stylesheets/landing_ja/_pc.scss */
  #story.content .flag {
    margin-top: -127px;
    margin-left: -212px;
    position: absolute;
    z-index: 5;
  }
  /* line 738, app/assets/stylesheets/landing_ja/_pc.scss */
  #story.content .panel {
    position: relative;
    padding: 100px 110px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    margin-bottom: 20px;
  }
  /* line 748, app/assets/stylesheets/landing_ja/_pc.scss */
  #story.content .panel h2 {
    color: #f25633;
    font-size: 30px;
    margin-bottom: 40px;
    padding-left: 0;
    border: none;
    letter-spacing: 4px;
  }
  /* line 755, app/assets/stylesheets/landing_ja/_pc.scss */
  #story.content .panel p.prologue {
    font-size: 20px;
    line-height: 2em;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    letter-spacing: 4px;
  }
  /* line 761, app/assets/stylesheets/landing_ja/_pc.scss */
  #story.content .panel p.content {
    line-height: 2.5em;
    padding-bottom: 200px;
    font-size: 16px;
  }
  /* line 767, app/assets/stylesheets/landing_ja/_pc.scss */
  #story.content .panel .bottom_img {
    position: absolute;
    bottom: 0;
  }
  /* line 771, app/assets/stylesheets/landing_ja/_pc.scss */
  #story.content .panel #image1 {
    left: -30px;
  }
  /* line 774, app/assets/stylesheets/landing_ja/_pc.scss */
  #story.content .panel #sign1 {
    left: 240px;
    bottom: 120px;
  }
  /* line 778, app/assets/stylesheets/landing_ja/_pc.scss */
  #story.content .panel #image2 {
    right: -30px;
  }
  /* line 781, app/assets/stylesheets/landing_ja/_pc.scss */
  #story.content .panel #sign2 {
    right: 240px;
    bottom: 120px;
  }
  /* line 788, app/assets/stylesheets/landing_ja/_pc.scss */
  #story .introduce h3 {
    margin: 80px auto 30px !important;
    color: #4d4d4d;
  }
  /* line 792, app/assets/stylesheets/landing_ja/_pc.scss */
  #story .introduce a {
    display: block;
    margin-top: 5px;
  }
  /* line 796, app/assets/stylesheets/landing_ja/_pc.scss */
  #privacy .panel .termsofuse, #legal .panel .termsofuse {
    padding: 50px 40px 80px;
  }
  /* line 799, app/assets/stylesheets/landing_ja/_pc.scss */
  #privacy .panel .termsofuse table th, #legal .panel .termsofuse table th {
    white-space: nowrap;
  }
  /* line 806, app/assets/stylesheets/landing_ja/_pc.scss */
  #course {
    margin-top: 0px;
    background: #fff;
  }
  /* line 809, app/assets/stylesheets/landing_ja/_pc.scss */
  #course .mainvisual {
    background: url(/assets/new/img/course/main-c04f88b30907833d733ab20b17d9b5c05fb978f90670f8217713c5b22e9f3a86.jpg) no-repeat;
    background-size: cover;
    background-color: #fff7ed;
    width: 100%;
    height: 480px;
    background-position: center center;
  }
  /* line 816, app/assets/stylesheets/landing_ja/_pc.scss */
  #course .mainvisual h1 {
    color: white;
    text-align: center;
    padding-top: 184px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 38px;
  }
  /* line 822, app/assets/stylesheets/landing_ja/_pc.scss */
  #course .mainvisual h1 span.strong {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
}

@media only screen and (min-width: 641px) and (min-width: 737px) and (max-width: 1024px) {
  /* line 816, app/assets/stylesheets/landing_ja/_pc.scss */
  #course .mainvisual h1 {
    width: 70%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 641px) {
  /* line 831, app/assets/stylesheets/landing_ja/_pc.scss */
  #course #icon {
    margin-top: -170px;
    margin-bottom: 30px;
  }
  /* line 832, app/assets/stylesheets/landing_ja/_pc.scss */
  #course #icon img {
    width: 70%;
    margin-top: 18%;
  }
  /* line 833, app/assets/stylesheets/landing_ja/_pc.scss */
  #course #icon a:hover {
    opacity: 1;
  }
  /* line 836, app/assets/stylesheets/landing_ja/_pc.scss */
  #course #icon > div {
    padding: 0;
  }
}

@media only screen and (min-width: 641px) and (min-width: 737px) and (max-width: 1024px) {
  /* line 831, app/assets/stylesheets/landing_ja/_pc.scss */
  #course #icon {
    margin-top: -120px;
  }
}

@media only screen and (min-width: 641px) {
  /* line 844, app/assets/stylesheets/landing_ja/_pc.scss */
  #course .accordion .content {
    margin: 0;
  }
  /* line 849, app/assets/stylesheets/landing_ja/_pc.scss */
  #course > div > div {
    padding: 0px 0 0;
  }
  /* line 852, app/assets/stylesheets/landing_ja/_pc.scss */
  #course > div .lead {
    color: #fff;
  }
  /* line 853, app/assets/stylesheets/landing_ja/_pc.scss */
  #course > div .lead .row {
    padding: 90px 0 40px;
  }
  /* line 854, app/assets/stylesheets/landing_ja/_pc.scss */
  #course > div .lead .large-6:first-child {
    margin-bottom: 40px;
  }
  /* line 858, app/assets/stylesheets/landing_ja/_pc.scss */
  #course > div .lead > div {
    padding-bottom: 80px;
  }
  /* line 862, app/assets/stylesheets/landing_ja/_pc.scss */
  #course > div .lead .explanation h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
  }
  /* line 867, app/assets/stylesheets/landing_ja/_pc.scss */
  #course > div .lead .explanation .button, #course > div .lead .explanation .registration-oauth__twitter-btn, #course > div .lead .explanation .registration-oauth__google-btn, #course > div .lead .explanation .registration-oauth__facebook-btn, #course > div .lead .explanation .registration-email-btn, #course > div .lead .explanation .price-lineup__button {
    background: #fff;
  }
  /* line 871, app/assets/stylesheets/landing_ja/_pc.scss */
  #course > div .lead .name {
    margin-bottom: 20px;
  }
  /* line 875, app/assets/stylesheets/landing_ja/_pc.scss */
  #course > div .details {
    padding-bottom: 40px;
  }
  /* line 877, app/assets/stylesheets/landing_ja/_pc.scss */
  #course > div .details .detail {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 40px;
    border-radius: 10px;
  }
  /* line 882, app/assets/stylesheets/landing_ja/_pc.scss */
  #course > div .details .detail h4 {
    margin-bottom: 20px;
  }
  /* line 885, app/assets/stylesheets/landing_ja/_pc.scss */
  #course > div .details .detail .thumb {
    margin-bottom: 20px;
  }
  /* line 889, app/assets/stylesheets/landing_ja/_pc.scss */
  #course > div .details .textbook {
    padding: 20px;
    border-radius: 10px;
    color: #fff;
  }
  /* line 893, app/assets/stylesheets/landing_ja/_pc.scss */
  #course > div .details .textbook h4 {
    color: #fff;
  }
  /* line 896, app/assets/stylesheets/landing_ja/_pc.scss */
  #course > div .details .textbook .sample {
    margin-bottom: 20px;
  }
  /* line 899, app/assets/stylesheets/landing_ja/_pc.scss */
  #course > div .details .textbook p {
    font-size: 14px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 906, app/assets/stylesheets/landing_ja/_pc.scss */
  #course .button.download, #course .download.registration-oauth__twitter-btn, #course .download.registration-oauth__google-btn, #course .download.registration-oauth__facebook-btn, #course .download.registration-email-btn, #course .download.price-lineup__button {
    background: #fff;
    padding: 5px 20px;
    border-radius: 17px;
  }
  /* line 912, app/assets/stylesheets/landing_ja/_pc.scss */
  #course #academy .lead {
    background: #29a5dc;
  }
  /* line 915, app/assets/stylesheets/landing_ja/_pc.scss */
  #course #academy .lead .explanation .button, #course #academy .lead .explanation .registration-oauth__twitter-btn, #course #academy .lead .explanation .registration-oauth__google-btn, #course #academy .lead .explanation .registration-oauth__facebook-btn, #course #academy .lead .explanation .registration-email-btn, #course #academy .lead .explanation .price-lineup__button {
    color: #29a5dc;
    box-shadow: 8px 8px 0 0 #2494c6;
  }
  /* line 918, app/assets/stylesheets/landing_ja/_pc.scss */
  #course #academy .lead .explanation .button:hover, #course #academy .lead .explanation .registration-oauth__twitter-btn:hover, #course #academy .lead .explanation .registration-oauth__google-btn:hover, #course #academy .lead .explanation .registration-oauth__facebook-btn:hover, #course #academy .lead .explanation .registration-email-btn:hover, #course #academy .lead .explanation .price-lineup__button:hover {
    opacity: 1;
    top: 2px;
    box-shadow: 4px 4px 0 0 #2494c6;
  }
  /* line 926, app/assets/stylesheets/landing_ja/_pc.scss */
  #course #academy .details {
    padding: 40px 0;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    background: #2494c6;
  }
  /* line 932, app/assets/stylesheets/landing_ja/_pc.scss */
  #course #academy .details > .detail h4 {
    font-size: 26px;
  }
  /* line 934, app/assets/stylesheets/landing_ja/_pc.scss */
  #course #academy .details > .detail h4 img {
    height: 30px;
  }
  /* line 938, app/assets/stylesheets/landing_ja/_pc.scss */
  #course #academy .details > .detail h5 {
    height: 75px;
  }
  /* line 939, app/assets/stylesheets/landing_ja/_pc.scss */
  #course #academy .details > .detail p {
    height: 264px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 941, app/assets/stylesheets/landing_ja/_pc.scss */
  #course #academy .details > .detail .beginner h4, #course #academy .details > .detail .beginner h5 {
    color: #86c03f;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 947, app/assets/stylesheets/landing_ja/_pc.scss */
  #course #academy .details > .detail .normal h4, #course #academy .details > .detail .normal h5 {
    color: #29a5dc;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 953, app/assets/stylesheets/landing_ja/_pc.scss */
  #course #academy .details > .detail .expert h4, #course #academy .details > .detail .expert h5 {
    color: #f18d1e;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 959, app/assets/stylesheets/landing_ja/_pc.scss */
  #course #academy .details .textbook {
    background: #29a5dc;
    padding-bottom: 20px !important;
  }
  /* line 962, app/assets/stylesheets/landing_ja/_pc.scss */
  #course #academy .details .textbook h4 {
    font-size: 1.4375rem;
  }
  /* line 964, app/assets/stylesheets/landing_ja/_pc.scss */
  #course #academy .details .button, #course #academy .details .registration-oauth__twitter-btn, #course #academy .details .registration-oauth__google-btn, #course #academy .details .registration-oauth__facebook-btn, #course #academy .details .registration-email-btn, #course #academy .details .price-lineup__button {
    color: #29a5dc;
  }
  /* line 967, app/assets/stylesheets/landing_ja/_pc.scss */
  #course #academy .details h6 {
    font-size: 18px;
    text-align: left;
  }
  /* line 970, app/assets/stylesheets/landing_ja/_pc.scss */
  #course #academy .details h6 span.color_green {
    color: #86c03f;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 971, app/assets/stylesheets/landing_ja/_pc.scss */
  #course #academy .details h6 span.color_blue {
    color: #29a5dc;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 972, app/assets/stylesheets/landing_ja/_pc.scss */
  #course #academy .details h6 span.color_red {
    color: #f25633;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 978, app/assets/stylesheets/landing_ja/_pc.scss */
  #course #travel .lead {
    background: #f18d1e;
  }
  /* line 981, app/assets/stylesheets/landing_ja/_pc.scss */
  #course #travel .lead .explanation .button, #course #travel .lead .explanation .registration-oauth__twitter-btn, #course #travel .lead .explanation .registration-oauth__google-btn, #course #travel .lead .explanation .registration-oauth__facebook-btn, #course #travel .lead .explanation .registration-email-btn, #course #travel .lead .explanation .price-lineup__button {
    color: #f18d1e;
    box-shadow: 8px 8px 0 0 #d57e1a;
  }
  /* line 984, app/assets/stylesheets/landing_ja/_pc.scss */
  #course #travel .lead .explanation .button:hover, #course #travel .lead .explanation .registration-oauth__twitter-btn:hover, #course #travel .lead .explanation .registration-oauth__google-btn:hover, #course #travel .lead .explanation .registration-oauth__facebook-btn:hover, #course #travel .lead .explanation .registration-email-btn:hover, #course #travel .lead .explanation .price-lineup__button:hover {
    opacity: 1;
    top: 2px;
    box-shadow: 4px 4px 0 0 #d57e1a;
  }
  /* line 992, app/assets/stylesheets/landing_ja/_pc.scss */
  #course #travel .details {
    padding: 40px 0;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    background: #d57e1a;
  }
  /* line 998, app/assets/stylesheets/landing_ja/_pc.scss */
  #course #travel .details .detail h4 {
    color: #f18d1e;
    font-size: 26px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 1004, app/assets/stylesheets/landing_ja/_pc.scss */
  #course #travel .details .textbook {
    background: #f18d1e;
    padding-bottom: 20px !important;
  }
  /* line 1008, app/assets/stylesheets/landing_ja/_pc.scss */
  #course #travel .details .button, #course #travel .details .registration-oauth__twitter-btn, #course #travel .details .registration-oauth__google-btn, #course #travel .details .registration-oauth__facebook-btn, #course #travel .details .registration-email-btn, #course #travel .details .price-lineup__button {
    color: #f18d1e;
  }
  /* line 1014, app/assets/stylesheets/landing_ja/_pc.scss */
  #course #free .lead {
    background: #86c03f;
  }
  /* line 1017, app/assets/stylesheets/landing_ja/_pc.scss */
  #course #free .lead .explanation .button, #course #free .lead .explanation .registration-oauth__twitter-btn, #course #free .lead .explanation .registration-oauth__google-btn, #course #free .lead .explanation .registration-oauth__facebook-btn, #course #free .lead .explanation .registration-email-btn, #course #free .lead .explanation .price-lineup__button {
    color: #86c03f;
    box-shadow: 8px 8px 0 0 #7baf39;
  }
  /* line 1020, app/assets/stylesheets/landing_ja/_pc.scss */
  #course #free .lead .explanation .button:hover, #course #free .lead .explanation .registration-oauth__twitter-btn:hover, #course #free .lead .explanation .registration-oauth__google-btn:hover, #course #free .lead .explanation .registration-oauth__facebook-btn:hover, #course #free .lead .explanation .registration-email-btn:hover, #course #free .lead .explanation .price-lineup__button:hover {
    opacity: 1;
    top: 2px;
    box-shadow: 4px 4px 0 0 #7baf39;
  }
  /* line 1028, app/assets/stylesheets/landing_ja/_pc.scss */
  #course #free .details {
    padding: 40px 0;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    background: #7baf39;
  }
  /* line 1034, app/assets/stylesheets/landing_ja/_pc.scss */
  #course #free .details .detail.row {
    padding-bottom: 20px !important;
  }
  /* line 1035, app/assets/stylesheets/landing_ja/_pc.scss */
  #course #free .details .detail h4 {
    color: #86c03f;
    font-size: 26px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 1040, app/assets/stylesheets/landing_ja/_pc.scss */
  #course #free .details .detail h5 {
    color: #86c03f;
    font-size: 23px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 1046, app/assets/stylesheets/landing_ja/_pc.scss */
  #course #free .details .textbook {
    padding-bottom: 20px !important;
  }
  /* line 1049, app/assets/stylesheets/landing_ja/_pc.scss */
  #course #free .details .button, #course #free .details .registration-oauth__twitter-btn, #course #free .details .registration-oauth__google-btn, #course #free .details .registration-oauth__facebook-btn, #course #free .details .registration-email-btn, #course #free .details .price-lineup__button {
    color: #86c03f;
  }
  /* line 1056, app/assets/stylesheets/landing_ja/_pc.scss */
  #index.content {
    margin: 0;
  }
  /* line 1059, app/assets/stylesheets/landing_ja/_pc.scss */
  #index > div {
    padding-top: 50px;
  }
  /* line 1061, app/assets/stylesheets/landing_ja/_pc.scss */
  #index > div h2 {
    padding-left: 0;
    border: none;
  }
  /* line 1065, app/assets/stylesheets/landing_ja/_pc.scss */
  #index .top-mainvisual {
    background: url(/assets/new/img/index/main3-62f450f482e96d94e4d9b2c119a5cd1935c3da3917161189d425c8441d9d9bb2.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 500px;
    background-position: center center;
    padding: 0px !important;
  }
  /* line 1073, app/assets/stylesheets/landing_ja/_pc.scss */
  #index .top-mainvisual .copy-box {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 500px;
  }
  /* line 1078, app/assets/stylesheets/landing_ja/_pc.scss */
  #index .top-mainvisual .copy-box .copy-box-inner {
    position: absolute;
    bottom: 12%;
    right: 33%;
    width: 376px;
    margin-right: -188px;
  }
  /* line 1084, app/assets/stylesheets/landing_ja/_pc.scss */
  #index .top-mainvisual .copy-box .copy-box-inner h1 {
    color: white;
    text-align: left;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 46px;
    letter-spacing: 0.6px;
    text-shadow: 5px 5px 10px rgba(234, 128, 0, 0.7);
  }
  /* line 1092, app/assets/stylesheets/landing_ja/_pc.scss */
  #index .top-mainvisual .copy-box .copy-box-inner h2 {
    color: white;
    text-align: left;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 30px;
    letter-spacing: 0.2px;
    text-shadow: 5px 5px 10px rgba(234, 128, 0, 0.7);
  }
  /* line 1101, app/assets/stylesheets/landing_ja/_pc.scss */
  #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .yoyaku {
    float: right;
    width: 90px;
  }
  /* line 1105, app/assets/stylesheets/landing_ja/_pc.scss */
  #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .button, #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .registration-oauth__twitter-btn, #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .registration-oauth__google-btn, #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .registration-oauth__facebook-btn, #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .registration-email-btn, #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .price-lineup__button {
    display: inline-block;
    background-color: #fff6ec;
    color: #f25633;
    font-size: 24px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    width: 376px;
    border-radius: 10px;
    padding: 20px 0;
    box-shadow: 0 6px 0 0 #d57e1a;
    margin: 10px 0 10px;
  }
  /* line 1116, app/assets/stylesheets/landing_ja/_pc.scss */
  #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .button img, #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .registration-oauth__twitter-btn img, #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .registration-oauth__google-btn img, #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .registration-oauth__facebook-btn img, #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .registration-email-btn img, #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .price-lineup__button img {
    width: 70px;
    padding: 0 15px 0 0px;
  }
  /* line 1120, app/assets/stylesheets/landing_ja/_pc.scss */
  #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .button img.arrow, #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .registration-oauth__twitter-btn img.arrow, #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .registration-oauth__google-btn img.arrow, #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .registration-oauth__facebook-btn img.arrow, #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .registration-email-btn img.arrow, #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .price-lineup__button img.arrow {
    width: 26px;
    padding: 0;
    margin: -4px 0 0 5px;
  }
  /* line 1125, app/assets/stylesheets/landing_ja/_pc.scss */
  #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .button:hover, #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .registration-oauth__twitter-btn:hover, #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .registration-oauth__google-btn:hover, #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .registration-oauth__facebook-btn:hover, #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .registration-email-btn:hover, #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .price-lineup__button:hover {
    opacity: 1;
    top: 2px;
    box-shadow: 0 4px 0 0 #d57e1a;
  }
  /* line 1135, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #most-supported-by-japan {
    background: #f25633;
  }
  /* line 1137, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #most-supported-by-japan h1, #index #most-supported-by-japan h2, #index #most-supported-by-japan h3, #index #most-supported-by-japan h4, #index #most-supported-by-japan h5 {
    color: #fff;
  }
  /* line 1140, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #most-supported-by-japan .ribbonwrap {
    position: relative;
    z-index: 1;
    background: url(/assets/new/img/index/svg/ribbon-e5dce6e9c88949c314c3c31bd7f4065450233755f3575a1ce4b1827bed057fda.svg) no-repeat;
    text-align: center;
    margin: 0 auto 20px;
    background-size: 100%;
  }
  /* line 1147, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #most-supported-by-japan .ribbonwrap h1 {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    letter-spacing: 0px;
    font-size: 27px;
    width: 100%;
    color: #f15532;
    text-align: center;
    margin: 0;
    padding: 22px 10px 53px;
    min-height: 120px;
  }
  /* line 1150, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #most-supported-by-japan .ribbonwrap h1 span.strong {
    font-size: 37px;
  }
}

@media only screen and (min-width: 641px) and (min-width: 737px) and (max-width: 1024px) {
  /* line 1147, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #most-supported-by-japan .ribbonwrap h1 {
    font-size: 20px;
  }
  /* line 1162, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #most-supported-by-japan .ribbonwrap h1 span.strong {
    font-size: 30px;
  }
}

@media only screen and (min-width: 641px) {
  /* line 1167, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #most-supported-by-japan h2 {
    font-size: 30px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    height: 130px;
    margin-bottom: 0px;
  }
  /* line 1168, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #most-supported-by-japan h2 span.number_1 img {
    width: 100%;
    padding: 1% 20% 0;
    margin-top: 20px;
  }
  /* line 1169, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #most-supported-by-japan h2 span.number_2 img {
    max-width: 108%;
    margin: 27px auto 0;
  }
  /* line 1170, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #most-supported-by-japan h2 span.number_3 img {
    width: 100%;
    padding: 0 15%;
    margin-top: 20px;
  }
  /* line 1171, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #most-supported-by-japan h3 {
    font-size: 22px;
    letter-spacing: 0px;
    margin-bottom: 0px;
  }
  /* line 1172, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #most-supported-by-japan h4 {
    font-size: 16px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    text-align: left;
    margin-left: 5px;
  }
  /* line 1173, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #most-supported-by-japan div.arrow-y {
    color: #f15532;
    font-size: 20px;
    background: url(/assets/new/img/index/svg/arrow-y-83253519c3fd9c302f7d11b90f2510ff0431ddc5851364542857971c3c7ec443.svg) no-repeat;
    background-size: 100%;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin: 30px auto 20px;
    padding: 12px 0 0;
    height: 60px;
    width: 135px;
  }
  /* line 1175, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #most-supported-by-japan .details {
    margin-bottom: 60px;
  }
  /* line 1177, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #most-supported-by-japan .details hr {
    margin: 3px auto 10px;
    border-color: white;
    width: 96%;
  }
  /* line 1184, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #anniversary {
    background-color: #f9c731;
    background-image: url(/assets/landing_ja/4th_bg-33a78d3201cab48d9f500e6d5f1d37cfea0d2fef84715ea9dd0b82adf733ebf0.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  /* line 1191, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #anniversary .anniversary__image {
    width: 200px;
  }
  /* line 1194, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #anniversary .anniversary__logo-ja {
    margin-left: 9px;
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    text-shadow: 2px 2px 4px #bb7415;
    letter-spacing: 2px;
  }
  /* line 1202, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #anniversary .anniversary__logo-ja-year {
    margin: 0px 2px 0px 6px;
    color: #ffffff;
    font-size: 60px;
  }
  /* line 1207, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #anniversary .anniversary__lead {
    margin-left: 9px;
    margin-top: 6px;
    color: white;
    line-height: 1.6em;
    font-size: 1.2em;
    text-shadow: 2px 2px 4px #bb7415;
  }
  /* line 1216, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #service {
    padding-top: 20px;
    color: #fff;
    background: #f9971e;
  }
  /* line 1220, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #service h1, #index #service h2, #index #service h3, #index #service h4 {
    color: #fff;
  }
  /* line 1221, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #service h1 {
    font-size: 33px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin: 0px 0 60px;
  }
  /* line 1225, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #service h1 span {
    font-size: 35px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 1229, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #service h1 + h2 {
    font-size: 20px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin-bottom: 0;
  }
  /* line 1236, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #service .skype {
    margin-top: -16px;
  }
  /* line 1240, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #service h4 {
    font-size: 26px;
    margin-bottom: 10px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 1245, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #service .mv {
    margin-bottom: 80px;
  }
  /* line 1248, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #service .lead {
    height: 130px;
    margin-bottom: 10px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 1252, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #service .lead .number_1 {
    margin-top: 15px;
  }
  /* line 1253, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #service .lead .number_2 {
    margin-top: 15px;
  }
  /* line 1254, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #service .lead .number_3 {
    margin-top: -15px;
    width: 78%;
  }
  /* line 1256, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #service .lesson .lead {
    line-height: 102px;
    font-size: 50px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 1261, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #service .hour .lead {
    padding-top: 25px;
    font-size: 30px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 1265, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #service .hour .lead span {
    font-size: 18px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 1270, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #service .details {
    margin-bottom: 70px;
  }
  /* line 1272, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #service .details p {
    text-align: left;
    font-size: 14px;
    width: 100%;
    margin: 8px auto 0;
    padding: 0;
  }
  /* line 1281, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #reasons {
    padding-bottom: 60px;
    background-color: #f9bf25;
    -webkit-background-size: 60px 60px;
    -moz-background-size: 60px 60px;
    background-size: 60px 60px;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #f9a237), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #f9a237), color-stop(0.75, #f9a237), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, #f9c439 25%, transparent 25%, transparent 50%, #f9c439 50%, #f9c439 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, #f9c439 25%, transparent 25%, transparent 50%, #f9c439 50%, #f9c439 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, #f9c439 25%, transparent 25%, transparent 50%, #f9c439 50%, #f9c439 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, #f9c439 25%, transparent 25%, transparent 50%, #f9c439 50%, #f9c439 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, #f9c439 25%, transparent 25%, transparent 50%, #f9c439 50%, #f9c439 75%, transparent 75%, transparent);
  }
  /* line 1309, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #reasons h1, #index #reasons h2 {
    color: white;
  }
  /* line 1310, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #reasons h3 {
    color: #f25633;
  }
  /* line 1311, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #reasons h4 {
    color: #4d4d4d;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0px;
  }
  /* line 1312, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #reasons h1 {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 40px;
  }
  /* line 1315, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #reasons h1 span.strong {
    font-size: 70px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 1320, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #reasons .panel {
    background: #fff5eb;
  }
  /* line 1321, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #reasons .panel:last-child, #index #reasons [class*="column"] + [class*="column"]:last-child {
    float: none;
  }
}

@media only screen and (min-width: 641px) and (min-width: 737px) and (max-width: 1024px) {
  /* line 1321, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #reasons .panel:last-child, #index #reasons [class*="column"] + [class*="column"]:last-child {
    float: left;
  }
}

@media only screen and (min-width: 641px) {
  /* line 1327, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #reasons h2 {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    color: white;
    height: 88px;
    font-size: 38px;
    position: relative;
    left: -49px;
    padding: 12px 0 0 60px;
    margin-bottom: 5px;
    background-size: 100%;
  }
  /* line 1337, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #reasons h2 span.strong {
    font-size: 53px;
    position: relative;
    top: 6px;
    left: 2px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 1344, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #reasons h2.ribbon_1 {
    background: url(/assets/new/img/index/svg/ribbon_1-8ed8e5fe2750e48fd17449e198b5c0937700da307dcac9d21a0db7126edbf465.svg) no-repeat;
  }
  /* line 1347, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #reasons h2.ribbon_2 {
    background: url(/assets/new/img/index/svg/ribbon_2-f6327eb60a8ea2ec58b69a888f79243f7c939c3b300bcff1bc2bf8ce1151a8a7.svg) no-repeat;
  }
  /* line 1350, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #reasons h2.ribbon_3 {
    background: url(/assets/new/img/index/svg/ribbon_3-3a960eadb16549262a04c319e5bfc7680fd3cc53e2a2b4517177daa874067576.svg) no-repeat;
    width: 104%;
  }
  /* line 1354, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #reasons h2.ribbon_4 {
    background: url(/assets/new/img/index/svg/ribbon_4-1b422e2e5a7a13756705480adc3abb500c8d1eb6267a04cc773aac0ef12099f5.svg) no-repeat;
  }
  /* line 1357, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #reasons h2.ribbon_5 {
    background: url(/assets/new/img/index/svg/ribbon_5-f53d62107913814ef5f52bfcbdd207b4d258bc0e904e361f8b6973621df5a54f.svg) no-repeat;
  }
  /* line 1361, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #reasons h5 {
    text-align: center;
  }
  /* line 1363, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #reasons h5.reason_1 img {
    margin-top: -90px;
  }
  /* line 1364, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #reasons h5.reason_2 img {
    margin-top: -110px;
    max-width: 140%;
    margin-left: -40px;
  }
  /* line 1365, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #reasons h5.reason_3 img {
    margin: -80px auto 0;
    width: 105%;
    max-width: 105%;
    margin-left: -15px;
  }
  /* line 1366, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #reasons h5.reason_4 img {
    margin: -70px 0 0 10px;
  }
  /* line 1367, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #reasons h5.reason_5 img {
    margin: -90px auto 0;
  }
  /* line 1369, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #reasons .reason {
    padding: 80px;
  }
  /* line 1371, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #reasons .reason .panel {
    position: relative;
    padding: 40px 50px;
  }
  /* line 1374, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #reasons .reason .panel h4 {
    font-size: 25px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin-bottom: 20px;
  }
  /* line 1379, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #reasons .reason .panel .count {
    position: absolute;
    top: -26px;
    left: -26px;
  }
  /* line 1388, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #partners {
    background: #39af4a;
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(/assets/landing_ja/companies_bg-5be93eac2d6bcb0ccd37587c1299dc6d5f95f87a25833891f4beebc7f1afc7ad.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
  }
  /* line 1389, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #partners .row {
    padding: 20px 0;
  }
  /* line 1397, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #partners h2 {
    color: #fff;
    margin: 30px 0 30px;
    font-size: 36px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 1403, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #partners .button, #index #partners .registration-oauth__twitter-btn, #index #partners .registration-oauth__google-btn, #index #partners .registration-oauth__facebook-btn, #index #partners .registration-email-btn, #index #partners .price-lineup__button {
    display: inline-block;
    background-color: #fff;
    color: #39af4a;
    border-radius: 5px;
    box-shadow: 8px 8px 0 0 #afdfb6;
  }
  /* line 1409, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #partners .button:hover, #index #partners .registration-oauth__twitter-btn:hover, #index #partners .registration-oauth__google-btn:hover, #index #partners .registration-oauth__facebook-btn:hover, #index #partners .registration-email-btn:hover, #index #partners .price-lineup__button:hover {
    opacity: 1;
    top: 2px;
    box-shadow: 4px 4px 0 0 #afdfb6;
  }
  /* line 1415, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #partners .partner {
    background: #fff;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 5px 20px;
    border-radius: 10px;
  }
  /* line 1421, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #partners .partner .logo {
    margin: 30px;
    height: 50px;
  }
  /* line 1425, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #partners .partner .logo_name {
    color: #f25633;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 1428, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #partners .partner .logo_name p {
    font-size: 14px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 1433, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #partners .partner .intro {
    margin-bottom: 30px;
    height: 100px;
  }
  /* line 1436, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #partners .partner .intro p {
    font-size: 14px;
  }
  /* line 1440, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #partners .partner .name p {
    font-size: 14px;
  }
  /* line 1448, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #price .row, #service #price .row {
    padding-bottom: 0px;
  }
  /* line 1449, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #price h1, #service #price h1 {
    color: #f25633;
    margin: 30px 0 0px;
    font-size: 36px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 1455, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #price .button, #index #price .registration-oauth__twitter-btn, #index #price .registration-oauth__google-btn, #index #price .registration-oauth__facebook-btn, #index #price .registration-email-btn, #index #price .price-lineup__button, #service #price .button, #service #price .registration-oauth__twitter-btn, #service #price .registration-oauth__google-btn, #service #price .registration-oauth__facebook-btn, #service #price .registration-email-btn, #service #price .price-lineup__button {
    display: inline-block;
    background-color: #f18d1e;
    color: #fff;
    border-radius: 5px;
    box-shadow: 8px 8px 0 0 #fceedf;
  }
  /* line 1461, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #price .button:hover, #index #price .registration-oauth__twitter-btn:hover, #index #price .registration-oauth__google-btn:hover, #index #price .registration-oauth__facebook-btn:hover, #index #price .registration-email-btn:hover, #index #price .price-lineup__button:hover, #service #price .button:hover, #service #price .registration-oauth__twitter-btn:hover, #service #price .registration-oauth__google-btn:hover, #service #price .registration-oauth__facebook-btn:hover, #service #price .registration-email-btn:hover, #service #price .price-lineup__button:hover {
    opacity: 1;
    top: 2px;
    box-shadow: 4px 4px 0 0 #fceedf;
  }
  /* line 1467, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #price .light, #service #price .light {
    float: right;
  }
  /* line 1468, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #price .standard, #service #price .standard {
    float: left;
  }
  /* line 1469, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #price .light, #index #price .standard, #service #price .light, #service #price .standard {
    background: #fff;
    margin-bottom: 30px;
    width: 95%;
    border-radius: 10px;
    box-shadow: 11px 11px 0 0 #fceedf;
    position: relative;
  }
  /* line 1476, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #price .light .header, #index #price .standard .header, #service #price .light .header, #service #price .standard .header {
    margin-top: -3px;
    border-radius: 10px 10px 0 0;
    color: #fff;
    padding-bottom: 50px;
  }
  /* line 1481, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #price .light .header h2, #index #price .standard .header h2, #service #price .light .header h2, #service #price .standard .header h2 {
    padding: 20px 0 30px;
    font-size: 20px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    color: #fff;
  }
  /* line 1489, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #price .light .header .price h3, #index #price .standard .header .price h3, #service #price .light .header .price h3, #service #price .standard .header .price h3 {
    font-size: 50px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    color: white;
    width: 90%;
    max-width: 280px;
    margin: 0 auto -2px;
    line-height: 7px;
    border-bottom: 3px solid white;
    padding-bottom: 5px;
  }
  /* line 1499, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #price .light .header .price h3.img.yen, #index #price .standard .header .price h3.img.yen, #service #price .light .header .price h3.img.yen, #service #price .standard .header .price h3.img.yen {
    width: 75%;
  }
  /* line 1500, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #price .light .header .price h3 > span, #index #price .standard .header .price h3 > span, #service #price .light .header .price h3 > span, #service #price .standard .header .price h3 > span {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    padding-bottom: 15px;
    display: inline-block;
  }
  /* line 1505, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #price .light .header .price h3 span.month, #index #price .standard .header .price h3 span.month, #service #price .light .header .price h3 span.month, #service #price .standard .header .price h3 span.month {
    font-size: 20px;
    padding-right: 10%;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 1510, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #price .light .header .price h3 span.yen, #index #price .standard .header .price h3 span.yen, #service #price .light .header .price h3 span.yen, #service #price .standard .header .price h3 span.yen {
    font-size: 20px;
    padding-right: 0;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 1517, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #price .light .header .sub h4, #index #price .standard .header .sub h4, #service #price .light .header .sub h4, #service #price .standard .header .sub h4 {
    font-size: 25px;
    margin-left: 130px;
    color: white;
  }
  /* line 1517, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #price .light .header .sub h4 span, #index #price .standard .header .sub h4 span, #service #price .light .header .sub h4 span, #service #price .standard .header .sub h4 span {
    font-size: 14px;
    color: white;
  }
  /* line 1519, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #price .light .detail, #index #price .standard .detail, #service #price .light .detail, #service #price .standard .detail {
    border-radius: 0 0 10px 10px;
    padding-bottom: 20px;
  }
  /* line 1522, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #price .light .detail table, #index #price .standard .detail table, #service #price .light .detail table, #service #price .standard .detail table {
    width: 100%;
    margin: 0 auto 30px;
  }
  /* line 1525, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #price .light .detail table td, #index #price .standard .detail table td, #service #price .light .detail table td, #service #price .standard .detail table td {
    background: #fff;
    height: 75px;
    vertical-align: middle;
    border-bottom: 1px dotted #ececec;
    color: #4d4d4d;
  }
  /* line 1532, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #price .light .detail table td:first-child, #index #price .standard .detail table td:first-child, #service #price .light .detail table td:first-child, #service #price .standard .detail table td:first-child {
    width: 37%;
    font-size: 18px;
    text-align: right;
    padding-top: 10px;
  }
  /* line 1538, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #price .light .detail table td:last-child, #index #price .standard .detail table td:last-child, #service #price .light .detail table td:last-child, #service #price .standard .detail table td:last-child {
    font-size: 22px;
  }
  /* line 1542, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #price .light .detail table tr:last-child td, #index #price .standard .detail table tr:last-child td, #service #price .light .detail table tr:last-child td, #service #price .standard .detail table tr:last-child td {
    border-bottom: none;
  }
  /* line 1548, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #price .light .emphasis, #index #price .standard .emphasis, #service #price .light .emphasis, #service #price .standard .emphasis {
    font-size: 30px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 1553, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #price .light, #service #price .light {
    margin-bottom: 0px;
  }
  /* line 1555, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #price .light .fukidashi, #service #price .light .fukidashi {
    position: absolute;
    top: 318px;
    left: -82px;
  }
  /* line 1560, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #price .light .header, #service #price .light .header {
    background: #ffbd21;
  }
  /* line 1564, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #price .light .detail td:first-child, #index #price .light .detail .emphasis, #service #price .light .detail td:first-child, #service #price .light .detail .emphasis {
    color: #ffbd21;
  }
  /* line 1570, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #price .standard .fukidashi, #service #price .standard .fukidashi {
    position: absolute;
    top: 318px;
    right: -60px;
  }
  /* line 1575, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #price .standard .lowest, #service #price .standard .lowest {
    position: absolute;
    top: -50px;
    right: -42px;
  }
  /* line 1580, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #price .standard .header, #service #price .standard .header {
    background: #f25633;
  }
  /* line 1584, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #price .standard .detail td:first-child, #index #price .standard .detail .emphasis, #service #price .standard .detail td:first-child, #service #price .standard .detail .emphasis {
    color: #f25633;
  }
  /* line 1589, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #price .attention, #service #price .attention {
    text-align: right;
  }
  /* line 1590, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #price .attention p, #service #price .attention p {
    font-size: 18px;
    margin-top: -10px;
    margin-right: 13px;
  }
  /* line 1593, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #price .attention_detail, #service #price .attention_detail {
    text-align: left;
    margin-top: 20px;
    padding-left: 40px;
  }
  /* line 1594, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #price .attention_detail p, #service #price .attention_detail p {
    font-size: 14px;
  }
  /* line 1599, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #price .price_button, #service #price .price_button {
    margin-top: 20px;
  }
  /* line 1600, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #price .price_button .button, #index #price .price_button .registration-oauth__twitter-btn, #index #price .price_button .registration-oauth__google-btn, #index #price .price_button .registration-oauth__facebook-btn, #index #price .price_button .registration-email-btn, #index #price .price_button .price-lineup__button, #service #price .price_button .button, #service #price .price_button .registration-oauth__twitter-btn, #service #price .price_button .registration-oauth__google-btn, #service #price .price_button .registration-oauth__facebook-btn, #service #price .price_button .registration-email-btn, #service #price .price_button .price-lineup__button {
    display: inline-block;
    background-color: #fff;
    color: #f25633;
    border-radius: 5px;
    box-shadow: 8px 8px 0 0 #fceedf;
  }
  /* line 1606, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #price .price_button .button:hover, #index #price .price_button .registration-oauth__twitter-btn:hover, #index #price .price_button .registration-oauth__google-btn:hover, #index #price .price_button .registration-oauth__facebook-btn:hover, #index #price .price_button .registration-email-btn:hover, #index #price .price_button .price-lineup__button:hover, #service #price .price_button .button:hover, #service #price .price_button .registration-oauth__twitter-btn:hover, #service #price .price_button .registration-oauth__google-btn:hover, #service #price .price_button .registration-oauth__facebook-btn:hover, #service #price .price_button .registration-email-btn:hover, #service #price .price_button .price-lineup__button:hover {
    opacity: 1;
    top: 2px;
    box-shadow: 4px 4px 0 0 #fceedf;
  }
  /* line 1615, app/assets/stylesheets/landing_ja/_pc.scss */
  #lets_try {
    background: #f25633;
    padding-bottom: 60px !important;
    padding-top: 20px !important;
  }
  /* line 1619, app/assets/stylesheets/landing_ja/_pc.scss */
  #lets_try .large-6 > div {
    margin: 0 auto;
  }
  /* line 1623, app/assets/stylesheets/landing_ja/_pc.scss */
  #lets_try .visual .voice {
    background: #fff;
    width: 220px;
    margin-bottom: 20px;
    margin-right: 10px;
    padding: 20px 10px 20px 17px;
    box-shadow: 11px 11px 0 0 #b64126;
    position: relative;
  }
  /* line 1631, app/assets/stylesheets/landing_ja/_pc.scss */
  #lets_try .visual .voice:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 10%;
    border: 10px solid transparent;
    border-left: 10px solid #fff;
    border-top: 10px solid #fff;
  }
  /* line 1640, app/assets/stylesheets/landing_ja/_pc.scss */
  #lets_try .visual .voice:before {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 13%;
    border: 10px solid transparent;
    border-left: 10px solid #b64126;
    border-top: 10px solid #b64126;
  }
  /* line 1650, app/assets/stylesheets/landing_ja/_pc.scss */
  #lets_try .visual .voice h2 {
    padding: 0;
    margin: 0;
    color: #f25633;
    font-size: 21px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    letter-spacing: 0px;
    border: 0px;
  }
  /* line 1658, app/assets/stylesheets/landing_ja/_pc.scss */
  #lets_try .visual .voice h2 span.strong {
    font-size: 27px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 1661, app/assets/stylesheets/landing_ja/_pc.scss */
  #lets_try .visual img {
    margin-top: 10px;
  }
  /* line 1663, app/assets/stylesheets/landing_ja/_pc.scss */
  #lets_try h1, #lets_try h3 {
    color: #fff;
  }
  /* line 1666, app/assets/stylesheets/landing_ja/_pc.scss */
  #lets_try h1 {
    color: #fff;
    margin: 30px 0 40px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 32px;
  }
  /* line 1671, app/assets/stylesheets/landing_ja/_pc.scss */
  #lets_try h1 span.strong {
    font-size: 50px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 1673, app/assets/stylesheets/landing_ja/_pc.scss */
  #lets_try h3 {
    padding-top: 50px;
    font-size: 16px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 1679, app/assets/stylesheets/landing_ja/_pc.scss */
  #lets_try .button, #lets_try .registration-oauth__twitter-btn, #lets_try .registration-oauth__google-btn, #lets_try .registration-oauth__facebook-btn, #lets_try .registration-email-btn, #lets_try .price-lineup__button {
    display: inline-block;
    background-color: #fff6ec;
    color: #f25633;
    font-size: 50px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    max-width: 780px;
    width: 90%;
    border-radius: 10px;
    padding: 35px 0;
    margin-top: 40px;
    box-shadow: 0 11px 0 0 #da402d;
  }
  /* line 1691, app/assets/stylesheets/landing_ja/_pc.scss */
  #lets_try .button img, #lets_try .registration-oauth__twitter-btn img, #lets_try .registration-oauth__google-btn img, #lets_try .registration-oauth__facebook-btn img, #lets_try .registration-email-btn img, #lets_try .price-lineup__button img {
    width: 145px;
  }
  /* line 1692, app/assets/stylesheets/landing_ja/_pc.scss */
  #lets_try .button img.arrow, #lets_try .registration-oauth__twitter-btn img.arrow, #lets_try .registration-oauth__google-btn img.arrow, #lets_try .registration-oauth__facebook-btn img.arrow, #lets_try .registration-email-btn img.arrow, #lets_try .price-lineup__button img.arrow {
    width: 50px;
  }
  /* line 1693, app/assets/stylesheets/landing_ja/_pc.scss */
  #lets_try .button:hover, #lets_try .registration-oauth__twitter-btn:hover, #lets_try .registration-oauth__google-btn:hover, #lets_try .registration-oauth__facebook-btn:hover, #lets_try .registration-email-btn:hover, #lets_try .price-lineup__button:hover {
    opacity: 1;
    top: 4px;
    box-shadow: 0 4px 0 0 #da402d;
  }
  /* line 1702, app/assets/stylesheets/landing_ja/_pc.scss */
  #partners.content {
    margin: 0;
  }
  /* line 1705, app/assets/stylesheets/landing_ja/_pc.scss */
  #partners > div {
    padding: 50px 0;
  }
  /* line 1707, app/assets/stylesheets/landing_ja/_pc.scss */
  #partners > div h2 {
    padding-left: 0;
    border: none;
  }
  /* line 1711, app/assets/stylesheets/landing_ja/_pc.scss */
  #partners #lead {
    color: #fff;
    background: #f25633;
  }
  /* line 1714, app/assets/stylesheets/landing_ja/_pc.scss */
  #partners #lead .row {
    padding-left: 30px;
  }
  /* line 1717, app/assets/stylesheets/landing_ja/_pc.scss */
  #partners #lead p {
    font-size: 24px;
  }
  /* line 1719, app/assets/stylesheets/landing_ja/_pc.scss */
  #partners #lead p.name {
    font-size: 16px;
  }
  /* line 1725, app/assets/stylesheets/landing_ja/_pc.scss */
  #partners #lists h2 {
    margin: 30px 0 80px;
  }
  /* line 1728, app/assets/stylesheets/landing_ja/_pc.scss */
  #partners #lists .partner {
    background: #fff;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 20px 30px;
    border-radius: 10px;
  }
  /* line 1735, app/assets/stylesheets/landing_ja/_pc.scss */
  #partners #lists .partner .logo {
    margin-bottom: 30px;
  }
  /* line 1738, app/assets/stylesheets/landing_ja/_pc.scss */
  #partners #lists .partner .logo_name {
    color: #f25633;
  }
  /* line 1740, app/assets/stylesheets/landing_ja/_pc.scss */
  #partners #lists .partner .logo_name p {
    font-size: 14px;
  }
  /* line 1744, app/assets/stylesheets/landing_ja/_pc.scss */
  #partners #lists .partner .intro {
    margin-bottom: 50px;
  }
  /* line 1746, app/assets/stylesheets/landing_ja/_pc.scss */
  #partners #lists .partner .intro p {
    font-size: 14px;
  }
  /* line 1750, app/assets/stylesheets/landing_ja/_pc.scss */
  #partners #lists .partner .name p {
    font-size: 14px;
  }
  /* line 1757, app/assets/stylesheets/landing_ja/_pc.scss */
  #company {
    background: #fff;
  }
  /* line 1759, app/assets/stylesheets/landing_ja/_pc.scss */
  #company.content {
    margin: 0;
  }
  /* line 1762, app/assets/stylesheets/landing_ja/_pc.scss */
  #company > div {
    padding: 50px 0;
  }
  /* line 1764, app/assets/stylesheets/landing_ja/_pc.scss */
  #company > div h2 {
    padding-left: 0;
    border: none;
  }
  /* line 1768, app/assets/stylesheets/landing_ja/_pc.scss */
  #company #lead {
    padding: 80px 0;
    color: #fff;
    background: #f25633;
  }
  /* line 1772, app/assets/stylesheets/landing_ja/_pc.scss */
  #company #lead p {
    font-size: 30px;
  }
  /* line 1774, app/assets/stylesheets/landing_ja/_pc.scss */
  #company #lead p.vision {
    font-size: 16px;
  }
  /* line 1779, app/assets/stylesheets/landing_ja/_pc.scss */
  #company #message {
    margin: 80px 0;
  }
  /* line 1783, app/assets/stylesheets/landing_ja/_pc.scss */
  #company #team h2 {
    margin-bottom: 80px;
  }
  /* line 1786, app/assets/stylesheets/landing_ja/_pc.scss */
  #company #team .wide {
    margin-bottom: 50px;
  }
  /* line 1789, app/assets/stylesheets/landing_ja/_pc.scss */
  #company #team .wide .thumb {
    margin-bottom: 30px;
  }
  /* line 1792, app/assets/stylesheets/landing_ja/_pc.scss */
  #company #team .profile {
    margin: 30px auto;
    padding-top: 30px;
    max-width: 220px;
  }
  /* line 1797, app/assets/stylesheets/landing_ja/_pc.scss */
  #company #team .detail {
    margin: 30px auto 50px;
    max-width: 500px;
  }
  /* line 1801, app/assets/stylesheets/landing_ja/_pc.scss */
  #company #team .button, #company #team .registration-oauth__twitter-btn, #company #team .registration-oauth__google-btn, #company #team .registration-oauth__facebook-btn, #company #team .registration-email-btn, #company #team .price-lineup__button {
    display: inline-block;
    background-color: #f25633;
    color: #fff;
    border-radius: 5px;
    box-shadow: 8px 8px 0 0 #fceedf;
  }
  /* line 1807, app/assets/stylesheets/landing_ja/_pc.scss */
  #company #team .button:hover, #company #team .registration-oauth__twitter-btn:hover, #company #team .registration-oauth__google-btn:hover, #company #team .registration-oauth__facebook-btn:hover, #company #team .registration-email-btn:hover, #company #team .price-lineup__button:hover {
    opacity: 1;
    top: 2px;
    box-shadow: 4px 4px 0 0 #fceedf;
  }
  /* line 1814, app/assets/stylesheets/landing_ja/_pc.scss */
  #company .visual {
    background: #39af4a;
    padding: 0;
  }
  /* line 1819, app/assets/stylesheets/landing_ja/_pc.scss */
  #company #data h2 {
    color: #f25633;
  }
  /* line 1822, app/assets/stylesheets/landing_ja/_pc.scss */
  #company #data table {
    margin: 0 auto;
  }
  /* line 1824, app/assets/stylesheets/landing_ja/_pc.scss */
  #company #data table td {
    background: #fff;
  }
  /* line 1831, app/assets/stylesheets/landing_ja/_pc.scss */
  #company #data .map {
    margin: 30px auto;
  }
  /* line 1838, app/assets/stylesheets/landing_ja/_pc.scss */
  #forpartners.content {
    margin: 0;
  }
  /* line 1841, app/assets/stylesheets/landing_ja/_pc.scss */
  #forpartners > div {
    padding: 50px 0;
  }
  /* line 1843, app/assets/stylesheets/landing_ja/_pc.scss */
  #forpartners > div h2 {
    padding-left: 0;
    border: none;
    height: auto;
  }
  /* line 1849, app/assets/stylesheets/landing_ja/_pc.scss */
  #forpartners #lead h2 {
    padding-bottom: 80px;
  }
  /* line 1852, app/assets/stylesheets/landing_ja/_pc.scss */
  #forpartners #lead h3 {
    font-size: 24px;
  }
  /* line 1855, app/assets/stylesheets/landing_ja/_pc.scss */
  #forpartners #lead .message {
    border-radius: 10px;
    background: #fff;
    margin: 50px auto 30px;
    padding: 25px 25px 50px;
    max-width: 300px;
  }
  /* line 1861, app/assets/stylesheets/landing_ja/_pc.scss */
  #forpartners #lead .message h4 {
    font-size: 18px;
    color: #f25633;
    padding-bottom: 100px;
  }
  /* line 1868, app/assets/stylesheets/landing_ja/_pc.scss */
  #forpartners #environment {
    background: #fff;
  }
  /* line 1870, app/assets/stylesheets/landing_ja/_pc.scss */
  #forpartners #environment h2 {
    color: #f25633;
    font-size: 24px;
    padding: 30px 0;
  }
  /* line 1875, app/assets/stylesheets/landing_ja/_pc.scss */
  #forpartners #environment .detail {
    margin: 50px auto;
    padding: 25px 0;
  }
  /* line 1879, app/assets/stylesheets/landing_ja/_pc.scss */
  #forpartners #environment .detail h4 {
    color: #f25633;
    font-size: 20px;
    padding-bottom: 30px;
  }
  /* line 1884, app/assets/stylesheets/landing_ja/_pc.scss */
  #forpartners #environment .detail p {
    font-size: 14px;
    padding: 0 20px;
  }
  /* line 1890, app/assets/stylesheets/landing_ja/_pc.scss */
  #forpartners #customers {
    background: #39af4a;
    padding-bottom: 50px;
  }
  /* line 1893, app/assets/stylesheets/landing_ja/_pc.scss */
  #forpartners #customers .panel {
    overflow: hidden;
  }
  /* line 1894, app/assets/stylesheets/landing_ja/_pc.scss */
  #forpartners #customers h2 {
    color: white;
    margint: 20px 0 20px;
  }
  /* line 1895, app/assets/stylesheets/landing_ja/_pc.scss */
  #forpartners #customers h3 {
    margin: 20px 0 40px;
  }
  /* line 1896, app/assets/stylesheets/landing_ja/_pc.scss */
  #forpartners #customers h4 {
    font-size: 22px;
    line-height: 29px;
  }
  /* line 1898, app/assets/stylesheets/landing_ja/_pc.scss */
  #forpartners #reason {
    background: white;
  }
  /* line 1900, app/assets/stylesheets/landing_ja/_pc.scss */
  #forpartners #reason img {
    margin-bottom: 40px;
  }
  /* line 1901, app/assets/stylesheets/landing_ja/_pc.scss */
  #forpartners #reason h2 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  /* line 1906, app/assets/stylesheets/landing_ja/_pc.scss */
  #forpartners #reason p {
    line-height: 2em;
  }
  /* line 1911, app/assets/stylesheets/landing_ja/_pc.scss */
  #forpartners #step h3 {
    font-size: 21px;
  }
  /* line 1912, app/assets/stylesheets/landing_ja/_pc.scss */
  #forpartners #step ul {
    margin: 0px;
  }
  /* line 1914, app/assets/stylesheets/landing_ja/_pc.scss */
  #forpartners #partners {
    background: #fff;
  }
  /* line 1916, app/assets/stylesheets/landing_ja/_pc.scss */
  #forpartners #partners h2 {
    font-size: 24px;
  }
  /* line 1919, app/assets/stylesheets/landing_ja/_pc.scss */
  #forpartners #partners .logo {
    vertical-align: middle;
  }
  /* line 1921, app/assets/stylesheets/landing_ja/_pc.scss */
  #forpartners #partners .logo.recruit {
    padding-top: 47px;
  }
  /* line 1925, app/assets/stylesheets/landing_ja/_pc.scss */
  #forpartners #partners .button, #forpartners #partners .registration-oauth__twitter-btn, #forpartners #partners .registration-oauth__google-btn, #forpartners #partners .registration-oauth__facebook-btn, #forpartners #partners .registration-email-btn, #forpartners #partners .price-lineup__button {
    display: inline-block;
    background-color: #f25633;
    color: #fff;
    border-radius: 5px;
    box-shadow: 8px 8px 0 0 #fceedf;
  }
  /* line 1931, app/assets/stylesheets/landing_ja/_pc.scss */
  #forpartners #partners .button:hover, #forpartners #partners .registration-oauth__twitter-btn:hover, #forpartners #partners .registration-oauth__google-btn:hover, #forpartners #partners .registration-oauth__facebook-btn:hover, #forpartners #partners .registration-email-btn:hover, #forpartners #partners .price-lineup__button:hover {
    opacity: 1;
    top: 2px;
    box-shadow: 4px 4px 0 0 #fceedf;
  }
  /* line 1941, app/assets/stylesheets/landing_ja/_pc.scss */
  #index.content, #teachers.content {
    margin: 0;
  }
  /* line 1944, app/assets/stylesheets/landing_ja/_pc.scss */
  #index > div, #teachers > div {
    padding: 70px 0;
  }
  /* line 1946, app/assets/stylesheets/landing_ja/_pc.scss */
  #index > div h2, #teachers > div h2 {
    padding-left: 0;
    border: none;
    height: auto;
    font-size: 35px;
    @includ font-bold;
    line-height: 43px;
    margin-bottom: 30px;
  }
  /* line 1955, app/assets/stylesheets/landing_ja/_pc.scss */
  #index .minilist, #teachers .minilist {
    height: 300px;
  }
  /* line 1956, app/assets/stylesheets/landing_ja/_pc.scss */
  #index .teachers__message, #teachers .teachers__message {
    margin-bottom: 24px;
  }
  /* line 1957, app/assets/stylesheets/landing_ja/_pc.scss */
  #index .mainvisual, #teachers .mainvisual {
    background: url(/assets/new/img/teachers/main-b0bdbeff5b6d1adde41683c6b9673d9e553e1eb7b6246625f8102c4ace021d8a.png) no-repeat;
    background-color: #f7cd04;
    background-size: cover;
    width: 100%;
    height: 500px;
    background-position: center center;
  }
  /* line 1958, app/assets/stylesheets/landing_ja/_pc.scss */
  #index .subvisual, #teachers .subvisual {
    background: url(/assets/new/img/teachers/main2-26094cfe1486c6acdf4433801dd5df70a410aa7c90fd4d9ea03e4e9c3f339270.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 500px;
    background-position: center center;
  }
  /* line 1959, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #support, #teachers #support {
    padding: 50px 0 40px;
    background: #29a5dc;
  }
  /* line 1962, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #support h2, #teachers #support h2 {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin-bottom: 50px;
  }
  /* line 1963, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #support h2, #index #support h4, #index #support p, #teachers #support h2, #teachers #support h4, #teachers #support p {
    color: #fff;
  }
  /* line 1966, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #support .lead, #index #support .support, #teachers #support .lead, #teachers #support .support {
    margin: 0 auto;
  }
  /* line 1969, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #support h4, #teachers #support h4 {
    font-size: 29px;
    line-height: 36px;
    margin-top: 30px;
  }
  /* line 1973, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #support h4 img, #teachers #support h4 img {
    max-width: 160px;
    margin: -15px 0 0 20px;
  }
  /* line 1978, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #support p, #teachers #support p {
    font-size: 21px;
  }
  /* line 1979, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #support .support, #teachers #support .support {
    margin-top: 55px;
  }
  /* line 1981, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #support .support p, #teachers #support .support p {
    margin: 30px auto 0;
    font-size: 14px;
  }
  /* line 1987, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #learning, #teachers #learning {
    background: #f9971e;
    padding-top: 20px;
  }
  /* line 1990, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #learning .steps.columns + .columns:before,
#index #learning .steps.columns + .columns::before, #teachers #learning .steps.columns + .columns:before,
#teachers #learning .steps.columns + .columns::before {
    content: url(/assets/new/img/service/svg/arrow-914c0d133c96812540ff92f39272263838869fdcf7f463ee9310023b7600f997.svg);
    position: absolute;
    top: 103px;
    left: -14px;
  }
  /* line 1997, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #learning h2, #index #learning h3, #index #learning h4, #index #learning p, #teachers #learning h2, #teachers #learning h3, #teachers #learning h4, #teachers #learning p {
    color: #fff;
  }
  /* line 2000, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #learning h2, #teachers #learning h2 {
    font-size: 35px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin-bottom: 20px;
  }
  /* line 2001, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #learning h3, #teachers #learning h3 {
    font-size: 25px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 2005, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #learning .row, #teachers #learning .row {
    padding-top: 40px;
  }
  /* line 2006, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #learning .feedback, #teachers #learning .feedback {
    margin: 30px auto;
  }
  /* line 2008, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #learning .feedback h4, #teachers #learning .feedback h4 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 20px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 2014, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #learning .feedback p, #teachers #learning .feedback p {
    width: 260px;
    font-size: 14px;
    margin: 0 auto;
  }
  /* line 2019, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #learning .feedback .thumb, #teachers #learning .feedback .thumb {
    background: #fff;
    width: 240px;
    height: 240px;
    line-height: 240px;
    border-radius: 120px;
    margin: 0 auto;
    position: relative;
  }
  /* line 2027, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #learning .feedback .thumb .number, #teachers #learning .feedback .thumb .number {
    position: absolute;
    width: 50px;
    left: 95px;
    top: -25px;
  }
  /* line 2036, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #quality, #teachers #quality {
    padding-bottom: 30px;
    background: #fff;
  }
  /* line 2039, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #quality h2, #index #quality h3, #index #quality h4, #teachers #quality h2, #teachers #quality h3, #teachers #quality h4 {
    color: #f25633;
  }
  /* line 2042, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #quality h2, #teachers #quality h2 {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin-bottom: 8px;
  }
  /* line 2043, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #quality h3, #teachers #quality h3 {
    font-size: 26px;
    margin-top: -7px;
    letter-spacing: 0px;
    line-height: 32px;
  }
  /* line 2049, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #quality h4, #teachers #quality h4 {
    font-size: 18px;
  }
  /* line 2052, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #quality > .row > div, #teachers #quality > .row > div {
    margin: 0 auto 0px;
  }
  /* line 2055, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #quality .lead, #teachers #quality .lead {
    margin-bottom: 70px;
  }
  /* line 2057, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #quality .lead p, #teachers #quality .lead p {
    font-size: 14px;
  }
  /* line 2063, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #quality .explanation, #teachers #quality .explanation {
    margin: 30px auto;
    max-width: 300px;
  }
  /* line 2066, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #quality .explanation div.thumb, #teachers #quality .explanation div.thumb {
    height: 150px;
    line-height: 150px;
  }
  /* line 2070, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #quality .explanation h4, #teachers #quality .explanation h4 {
    margin: 10px auto 20px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 2074, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #quality .explanation p, #teachers #quality .explanation p {
    font-size: 14px;
  }
  /* line 2080, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #criteria h2, #teachers #criteria h2 {
    color: #f25633;
    margin-bottom: 7px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 30px;
  }
  /* line 2086, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #criteria h2 + p, #teachers #criteria h2 + p {
    font-size: 14px;
  }
  /* line 2089, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #criteria .teacher, #teachers #criteria .teacher {
    margin: 20px auto 0;
    max-width: 300px;
  }
  /* line 2092, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #criteria .teacher h4, #teachers #criteria .teacher h4 {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 55px;
  }
  /* line 2095, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #criteria .teacher h4.beginner, #teachers #criteria .teacher h4.beginner {
    color: #86c03f;
  }
  /* line 2098, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #criteria .teacher h4.intermediate, #teachers #criteria .teacher h4.intermediate {
    color: #29a5dc;
  }
  /* line 2101, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #criteria .teacher h4.expert, #teachers #criteria .teacher h4.expert {
    color: #f18d1e;
  }
  /* line 2105, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #criteria .teacher p, #teachers #criteria .teacher p {
    text-align: left;
    font-size: 14px;
  }
  /* line 2111, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #school, #teachers #school {
    background: #29a5dc;
    color: #fff;
    padding-bottom: 40px;
  }
  /* line 2115, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #school > .row, #teachers #school > .row {
    margin-bottom: 30px;
  }
  /* line 2117, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #school > .row .large-5 > img, #teachers #school > .row .large-5 > img {
    padding-bottom: 20px;
  }
  /* line 2121, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #school h2, #teachers #school h2 {
    color: #fff;
    margin-bottom: 50px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 30px;
  }
  /* line 2127, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #school .caption, #teachers #school .caption {
    font-size: 14px;
  }
  /* line 2131, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #school .reason .lead, #teachers #school .reason .lead {
    font-size: 24px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 2135, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #school .reason .detail, #teachers #school .reason .detail {
    font-size: 14px;
  }
  /* line 2139, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #school .message, #teachers #school .message {
    background: #fff;
    padding: 20px 20px 20px 30px;
    margin-bottom: 30px;
    box-shadow: 11px 11px 0 0 #2494c6;
    position: relative;
    overflow: visible;
  }
  /* line 2146, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #school .message:before, #teachers #school .message:before {
    position: absolute;
    content: '';
    border: 7px solid transparent;
    border-right: 10px solid #2494c6;
    border-bottom: 10px solid #2494c6;
    top: 85%;
    left: -17px;
  }
  /* line 2156, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #school .message:after, #teachers #school .message:after {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-right: 10px solid #fff;
    border-bottom: 10px solid #fff;
    top: 80%;
    left: -20px;
  }
  /* line 2166, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #school .message p, #teachers #school .message p {
    color: #29a5dc;
    font-size: 14px;
    line-height: 1.8em;
  }
  /* line 2172, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #school .button, #index #school .registration-oauth__twitter-btn, #index #school .registration-oauth__google-btn, #index #school .registration-oauth__facebook-btn, #index #school .registration-email-btn, #index #school .price-lineup__button, #teachers #school .button, #teachers #school .registration-oauth__twitter-btn, #teachers #school .registration-oauth__google-btn, #teachers #school .registration-oauth__facebook-btn, #teachers #school .registration-email-btn, #teachers #school .price-lineup__button {
    display: inline-block;
    background-color: #fff;
    color: #29a5dc;
    border-radius: 5px;
    box-shadow: 8px 8px 0 0 #2494c6;
  }
  /* line 2178, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #school .button:hover, #index #school .registration-oauth__twitter-btn:hover, #index #school .registration-oauth__google-btn:hover, #index #school .registration-oauth__facebook-btn:hover, #index #school .registration-email-btn:hover, #index #school .price-lineup__button:hover, #teachers #school .button:hover, #teachers #school .registration-oauth__twitter-btn:hover, #teachers #school .registration-oauth__google-btn:hover, #teachers #school .registration-oauth__facebook-btn:hover, #teachers #school .registration-email-btn:hover, #teachers #school .price-lineup__button:hover {
    opacity: 1;
    top: 2px;
    box-shadow: 4px 4px 0 0 #2494c6;
  }
  /* line 2187, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #message h2, #teachers #message h2 {
    color: #f25633;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 30px;
    margin-bottom: 50px;
  }
  /* line 2193, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #message .name, #teachers #message .name {
    font-size: 20px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin: 10px auto 0;
  }
  /* line 2198, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #message .history, #teachers #message .history {
    margin-top: 0px;
    font-size: 14px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 2203, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #message img, #teachers #message img {
    width: 65%;
    border-radius: 300px;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
  }
  /* line 2208, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #message .message, #teachers #message .message {
    background: #fff;
    padding: 20px;
  }
  /* line 2211, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #message .message p, #teachers #message .message p {
    font-size: 14px;
  }
  /* line 2215, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #message .teacher_button, #teachers #message .teacher_button {
    margin-top: 20px;
  }
  /* line 2216, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #message .teacher_button .button, #index #message .teacher_button .registration-oauth__twitter-btn, #index #message .teacher_button .registration-oauth__google-btn, #index #message .teacher_button .registration-oauth__facebook-btn, #index #message .teacher_button .registration-email-btn, #index #message .teacher_button .price-lineup__button, #teachers #message .teacher_button .button, #teachers #message .teacher_button .registration-oauth__twitter-btn, #teachers #message .teacher_button .registration-oauth__google-btn, #teachers #message .teacher_button .registration-oauth__facebook-btn, #teachers #message .teacher_button .registration-email-btn, #teachers #message .teacher_button .price-lineup__button {
    display: inline-block;
    background-color: #fff;
    color: #f25633;
    border-radius: 5px;
    box-shadow: 8px 8px 0 0 #fceedf;
  }
  /* line 2222, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #message .teacher_button .button:hover, #index #message .teacher_button .registration-oauth__twitter-btn:hover, #index #message .teacher_button .registration-oauth__google-btn:hover, #index #message .teacher_button .registration-oauth__facebook-btn:hover, #index #message .teacher_button .registration-email-btn:hover, #index #message .teacher_button .price-lineup__button:hover, #teachers #message .teacher_button .button:hover, #teachers #message .teacher_button .registration-oauth__twitter-btn:hover, #teachers #message .teacher_button .registration-oauth__google-btn:hover, #teachers #message .teacher_button .registration-oauth__facebook-btn:hover, #teachers #message .teacher_button .registration-email-btn:hover, #teachers #message .teacher_button .price-lineup__button:hover {
    opacity: 1;
    top: 2px;
    box-shadow: 4px 4px 0 0 #fceedf;
  }
  /* line 2230, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #voice, #teachers #voice {
    background: #f9b80e;
    padding-bottom: 40px;
  }
  /* line 2233, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #voice h2, #teachers #voice h2 {
    color: #fff;
    margin-bottom: 30px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 36px;
  }
  /* line 2239, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #voice .voices, #teachers #voice .voices {
    margin-bottom: 60px;
  }
  /* line 2242, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #voice .voice, #teachers #voice .voice {
    background: #fff;
    margin: 30px auto;
    margin-bottom: 50px;
    padding: 20px;
    padding-bottom: 30px;
    box-shadow: 11px 11px 0 0 #dba037;
    position: relative;
  }
  /* line 2250, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #voice .voice:after, #teachers #voice .voice:after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 50%;
    border: 21px solid transparent;
    border-left: 20px solid #fff;
    border-top: 20px solid #fff;
  }
  /* line 2259, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #voice .voice:before, #teachers #voice .voice:before {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 53%;
    border: 20px solid transparent;
    border-left: 20px solid #dba037;
    border-top: 20px solid #dba037;
  }
  /* line 2269, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #voice .voice p, #teachers #voice .voice p {
    font-size: 14px;
  }
  /* line 2273, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #voice .button, #index #voice .registration-oauth__twitter-btn, #index #voice .registration-oauth__google-btn, #index #voice .registration-oauth__facebook-btn, #index #voice .registration-email-btn, #index #voice .price-lineup__button, #teachers #voice .button, #teachers #voice .registration-oauth__twitter-btn, #teachers #voice .registration-oauth__google-btn, #teachers #voice .registration-oauth__facebook-btn, #teachers #voice .registration-email-btn, #teachers #voice .price-lineup__button {
    display: inline-block;
    background-color: #fff;
    color: #f9b80e;
    border-radius: 5px;
    box-shadow: 8px 8px 0 0 #dba037;
  }
  /* line 2279, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #voice .button:hover, #index #voice .registration-oauth__twitter-btn:hover, #index #voice .registration-oauth__google-btn:hover, #index #voice .registration-oauth__facebook-btn:hover, #index #voice .registration-email-btn:hover, #index #voice .price-lineup__button:hover, #teachers #voice .button:hover, #teachers #voice .registration-oauth__twitter-btn:hover, #teachers #voice .registration-oauth__google-btn:hover, #teachers #voice .registration-oauth__facebook-btn:hover, #teachers #voice .registration-email-btn:hover, #teachers #voice .price-lineup__button:hover {
    opacity: 1;
    top: 2px;
    box-shadow: 4px 4px 0 0 #dba037;
  }
  /* line 2288, app/assets/stylesheets/landing_ja/_pc.scss */
  #index.content, #service.content {
    margin: 0;
  }
  /* line 2291, app/assets/stylesheets/landing_ja/_pc.scss */
  #index > div, #service > div {
    padding: 50px 0 20px;
  }
  /* line 2293, app/assets/stylesheets/landing_ja/_pc.scss */
  #index > div h2, #service > div h2 {
    padding-left: 0;
    border: none;
  }
  /* line 2297, app/assets/stylesheets/landing_ja/_pc.scss */
  #index .mainvisual, #service .mainvisual {
    background: url(/assets/new/img/index/main-f59b8156085731cccd85757b627b221af9faaebefa4e71395ad04b2b6acb677d.jpg) no-repeat;
    width: 100%;
    height: 500px;
    background-position: center center;
    background-size: cover;
  }
  /* line 2298, app/assets/stylesheets/landing_ja/_pc.scss */
  #index .mainvisual2, #service .mainvisual2 {
    background: url(/assets/new/img/index/main2-c279b2ac83633ad6992afd10174206faf1937031339ebebca03feed36d99f5a9.jpg) no-repeat;
    width: 100%;
    height: 500px;
    background-position: center center;
    background-size: cover;
  }
  /* line 2299, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #intro, #service #intro {
    padding-top: 70px;
    color: #fff;
    background: #f9971e;
  }
  /* line 2303, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #intro h1, #index #intro h2, #index #intro h3, #index #intro h4, #service #intro h1, #service #intro h2, #service #intro h3, #service #intro h4 {
    color: #fff;
  }
  /* line 2304, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #intro h1, #service #intro h1 {
    font-size: 32px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin: 0px 0 60px;
  }
  /* line 2308, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #intro h1 span, #service #intro h1 span {
    font-size: 35px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 2312, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #intro h1 + h2, #service #intro h1 + h2 {
    font-size: 20px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin-bottom: 0;
  }
  /* line 2319, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #intro .skype, #service #intro .skype {
    margin-top: -16px;
  }
  /* line 2323, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #intro h4, #service #intro h4 {
    font-size: 26px;
    margin-bottom: 10px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 2328, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #intro .mv, #service #intro .mv {
    margin-bottom: 80px;
  }
  /* line 2331, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #intro .lead, #service #intro .lead {
    height: 130px;
    margin-bottom: 10px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 2335, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #intro .lead .number_1, #service #intro .lead .number_1 {
    margin-top: 15px;
  }
  /* line 2336, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #intro .lead .number_2, #service #intro .lead .number_2 {
    margin-top: 15px;
  }
  /* line 2337, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #intro .lead .number_3, #service #intro .lead .number_3 {
    margin-top: -15px;
    width: 78%;
  }
  /* line 2339, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #intro .lesson .lead, #service #intro .lesson .lead {
    line-height: 102px;
    font-size: 50px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 2344, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #intro .hour .lead, #service #intro .hour .lead {
    padding-top: 25px;
    font-size: 30px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 2348, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #intro .hour .lead span, #service #intro .hour .lead span {
    font-size: 18px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 2353, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #intro .details, #service #intro .details {
    margin-bottom: 60px;
  }
  /* line 2355, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #intro .details p, #service #intro .details p {
    text-align: left;
    font-size: 14px;
    width: 100%;
    margin: 8px auto 0;
  }
  /* line 2364, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #flow, #service #flow {
    background: #39af4a;
    color: #fff;
    padding: 50px 0 50px;
  }
  /* line 2367, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #flow a, #service #flow a {
    color: white;
    text-decoration: underline;
  }
  /* line 2369, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #flow h2, #index #flow h4, #service #flow h2, #service #flow h4 {
    color: #fff;
  }
  /* line 2370, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #flow .button, #index #flow .registration-oauth__twitter-btn, #index #flow .registration-oauth__google-btn, #index #flow .registration-oauth__facebook-btn, #index #flow .registration-email-btn, #index #flow .price-lineup__button, #service #flow .button, #service #flow .registration-oauth__twitter-btn, #service #flow .registration-oauth__google-btn, #service #flow .registration-oauth__facebook-btn, #service #flow .registration-email-btn, #service #flow .price-lineup__button {
    display: inline-block;
    background-color: #fff;
    color: #39af4a;
    border-radius: 5px;
    box-shadow: 8px 8px 0 0 #4f663f;
  }
  /* line 2376, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #flow .button:hover, #index #flow .registration-oauth__twitter-btn:hover, #index #flow .registration-oauth__google-btn:hover, #index #flow .registration-oauth__facebook-btn:hover, #index #flow .registration-email-btn:hover, #index #flow .price-lineup__button:hover, #service #flow .button:hover, #service #flow .registration-oauth__twitter-btn:hover, #service #flow .registration-oauth__google-btn:hover, #service #flow .registration-oauth__facebook-btn:hover, #service #flow .registration-email-btn:hover, #service #flow .price-lineup__button:hover {
    opacity: 1;
    top: 2px;
    box-shadow: 4px 4px 0 0 #4f663f;
  }
  /* line 2382, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #flow h2, #service #flow h2 {
    margin-bottom: 50px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 35px;
  }
  /* line 2387, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #flow .steps .columns + .columns:before,
#index #flow .steps .columns + .columns::before, #service #flow .steps .columns + .columns:before,
#service #flow .steps .columns + .columns::before {
    content: url(/assets/new/img/service/svg/arrow-914c0d133c96812540ff92f39272263838869fdcf7f463ee9310023b7600f997.svg);
    position: absolute;
    top: 89px;
    left: -18px;
    opacity: 0.5;
  }
}

@media only screen and (min-width: 641px) and (min-width: 737px) and (max-width: 1024px) {
  /* line 2387, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #flow .steps .columns + .columns:before,
#index #flow .steps .columns + .columns::before, #service #flow .steps .columns + .columns:before,
#service #flow .steps .columns + .columns::before {
    top: 65px;
  }
}

@media only screen and (min-width: 641px) {
  /* line 2399, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #flow .step, #service #flow .step {
    max-width: 300px;
    margin: 30px auto;
  }
  /* line 2402, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #flow .step h4, #service #flow .step h4 {
    margin-top: 10px;
    font-size: 20px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 2407, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #flow .step p, #service #flow .step p {
    font-size: 14px;
  }
  /* line 2410, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #flow .step .thumb, #service #flow .step .thumb {
    background: #fff;
    width: 210px;
    height: 210px;
    line-height: 210px;
    border-radius: 105px;
    position: relative;
  }
}

@media only screen and (min-width: 641px) and (min-width: 737px) and (max-width: 1024px) {
  /* line 2410, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #flow .step .thumb, #service #flow .step .thumb {
    width: 150px;
    height: 150px;
    line-height: 150px;
  }
}

@media only screen and (min-width: 641px) {
  /* line 2423, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #flow .step .thumb .number, #service #flow .step .thumb .number {
    position: absolute;
    width: 50px;
    left: 80px;
    top: -25px;
  }
  /* line 2429, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #flow .step .thumb .illust1, #service #flow .step .thumb .illust1 {
    width: 88%;
  }
  /* line 2432, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #flow .step .thumb .illust2, #service #flow .step .thumb .illust2 {
    width: 70%;
  }
  /* line 2435, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #flow .step .thumb .illust3, #service #flow .step .thumb .illust3 {
    width: 67%;
  }
  /* line 2438, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #flow .step .thumb .illust4, #service #flow .step .thumb .illust4 {
    width: 83%;
  }
  /* line 2443, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #flow .large-10, #service #flow .large-10 {
    max-width: 990px;
    margin-right: auto;
    margin-left: auto;
  }
  /* line 2444, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #flow .equipments, #service #flow .equipments {
    padding: 30px;
  }
  /* line 2446, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #flow .equipments h3, #service #flow .equipments h3 {
    color: #39af4a;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 30px;
  }
  /* line 2447, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #flow .equipments .equipment, #service #flow .equipments .equipment {
    margin: 0 auto;
  }
  /* line 2449, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #flow .equipments .equipment .equipimg, #service #flow .equipments .equipment .equipimg {
    height: 150px;
  }
  /* line 2450, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #flow .equipments .equipment p, #service #flow .equipments .equipment p {
    font-size: 12px;
  }
  /* line 2451, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #flow .equipments .equipment p.equip, #service #flow .equipments .equipment p.equip {
    font-size: 16px;
    line-height: 20px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin: 0 auto;
  }
  /* line 2460, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #course_service, #service #course_service {
    background: #29a5dc;
    color: #fff;
    padding: 60px 0 30px;
  }
  /* line 2464, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #course_service h2, #index #course_service h3, #index #course_service h4, #service #course_service h2, #service #course_service h3, #service #course_service h4 {
    color: #fff;
  }
  /* line 2465, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #course_service h2, #service #course_service h2 {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 35px;
  }
  /* line 2466, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #course_service h3, #service #course_service h3 {
    margin: 70px 0 40px;
    font-size: 35px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 2467, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #course_service .large-12, #service #course_service .large-12 {
    margin-top: 0px;
  }
  /* line 2468, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #course_service .button, #index #course_service .registration-oauth__twitter-btn, #index #course_service .registration-oauth__google-btn, #index #course_service .registration-oauth__facebook-btn, #index #course_service .registration-email-btn, #index #course_service .price-lineup__button, #service #course_service .button, #service #course_service .registration-oauth__twitter-btn, #service #course_service .registration-oauth__google-btn, #service #course_service .registration-oauth__facebook-btn, #service #course_service .registration-email-btn, #service #course_service .price-lineup__button {
    display: inline-block;
    background-color: #fff;
    color: #29a5dc;
    margin-top: 40px;
    border-radius: 5px;
    box-shadow: 8px 8px 0 0 #2494c6;
  }
  /* line 2475, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #course_service .button:hover, #index #course_service .registration-oauth__twitter-btn:hover, #index #course_service .registration-oauth__google-btn:hover, #index #course_service .registration-oauth__facebook-btn:hover, #index #course_service .registration-email-btn:hover, #index #course_service .price-lineup__button:hover, #service #course_service .button:hover, #service #course_service .registration-oauth__twitter-btn:hover, #service #course_service .registration-oauth__google-btn:hover, #service #course_service .registration-oauth__facebook-btn:hover, #service #course_service .registration-email-btn:hover, #service #course_service .price-lineup__button:hover {
    opacity: 1;
    top: 2px;
    box-shadow: 4px 4px 0 0 #2494c6;
  }
  /* line 2482, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #course_service .courses > div, #service #course_service .courses > div {
    margin-top: 20px;
  }
  /* line 2487, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #course_service .recommend .thumb, #service #course_service .recommend .thumb {
    background: #fff;
    width: 190px;
    height: 190px;
    margin: 0 auto;
    line-height: 173px;
    border-radius: 105px;
  }
}

@media only screen and (min-width: 641px) and (min-width: 737px) and (max-width: 1024px) {
  /* line 2487, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #course_service .recommend .thumb, #service #course_service .recommend .thumb {
    width: 120px;
    height: 120px;
    line-height: 112px;
    border-radius: 50%;
  }
}

@media only screen and (min-width: 641px) {
  /* line 2500, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #course_service .recommend .thumb img.reco_1, #service #course_service .recommend .thumb img.reco_1 {
    width: 60%;
    margin: 9px 0 0;
  }
  /* line 2504, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #course_service .recommend .thumb img.reco_2, #service #course_service .recommend .thumb img.reco_2 {
    width: 80%;
    margin: 9px 0 0 8px;
  }
  /* line 2508, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #course_service .recommend .thumb img.reco_3, #service #course_service .recommend .thumb img.reco_3 {
    width: 80%;
    margin: 0 0 0;
  }
  /* line 2512, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #course_service .recommend .thumb img.reco_4, #service #course_service .recommend .thumb img.reco_4 {
    width: 80%;
    margin: 0 0 0;
  }
  /* line 2517, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #course_service .recommend h4, #service #course_service .recommend h4 {
    font-size: 17px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin: 10px auto 20px;
  }
  /* line 2522, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #course_service .recommend p, #service #course_service .recommend p {
    font-size: 14px;
  }
  /* line 2525, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #course_service .recommend .description, #service #course_service .recommend .description {
    height: 140px;
  }
  /* line 2529, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #course_service .recommend .recommend-course p.caption, #service #course_service .recommend .recommend-course p.caption {
    width: 150px;
    background: #fff;
    color: #29a5dc;
    font-size: 14px;
    height: 1.6em;
    line-height: 1.6em;
    border-radius: 0.8em;
    margin: 20px auto;
  }
  /* line 2542, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #guide, #service #guide {
    background: #f18d1e;
    color: #fff;
  }
  /* line 2545, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #guide h2, #index #guide h3, #index #guide h4, #service #guide h2, #service #guide h3, #service #guide h4 {
    color: #fff;
  }
  /* line 2546, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #guide h2, #service #guide h2 {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 35px;
  }
  /* line 2547, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #guide h4, #service #guide h4 {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 20px;
    margin-top: 20px;
  }
  /* line 2548, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #guide .button, #index #guide .registration-oauth__twitter-btn, #index #guide .registration-oauth__google-btn, #index #guide .registration-oauth__facebook-btn, #index #guide .registration-email-btn, #index #guide .price-lineup__button, #service #guide .button, #service #guide .registration-oauth__twitter-btn, #service #guide .registration-oauth__google-btn, #service #guide .registration-oauth__facebook-btn, #service #guide .registration-email-btn, #service #guide .price-lineup__button {
    display: inline-block;
    background-color: #fff;
    color: #f18d1e;
    border-radius: 5px;
    box-shadow: 8px 8px 0 0 #d57e1a;
  }
  /* line 2554, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #guide .button:hover, #index #guide .registration-oauth__twitter-btn:hover, #index #guide .registration-oauth__google-btn:hover, #index #guide .registration-oauth__facebook-btn:hover, #index #guide .registration-email-btn:hover, #index #guide .price-lineup__button:hover, #service #guide .button:hover, #service #guide .registration-oauth__twitter-btn:hover, #service #guide .registration-oauth__google-btn:hover, #service #guide .registration-oauth__facebook-btn:hover, #service #guide .registration-email-btn:hover, #service #guide .price-lineup__button:hover {
    opacity: 1;
    top: 2px;
    box-shadow: 4px 4px 0 0 #d57e1a;
  }
  /* line 2560, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #guide .description, #service #guide .description {
    height: 150px;
  }
  /* line 2561, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #guide .explanation, #service #guide .explanation {
    max-width: 300px;
    margin: 50px auto 0px;
  }
  /* line 2564, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #guide .explanation .thumb, #service #guide .explanation .thumb {
    background: #fff;
    width: 240px;
    height: 240px;
    line-height: 240px;
    border-radius: 120px;
    margin: 0 auto;
  }
  /* line 2572, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #guide .explanation h4, #service #guide .explanation h4 {
    font-size: 20px;
  }
  /* line 2575, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #guide .explanation p, #service #guide .explanation p {
    font-size: 14px;
    width: 250px;
    margin: 0 auto;
  }
  /* line 2580, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #guide .explanation + div, #service #guide .explanation + div {
    margin-bottom: 30px;
  }
  /* line 2586, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #question h2, #service #question h2 {
    color: #f25633;
  }
  /* line 2589, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #question .faq, #service #question .faq {
    margin-bottom: 40px;
  }
  /* line 2590, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #question .panel, #service #question .panel {
    padding: 50px 30px 0px 30px;
    margin-bottom: 50px;
    overflow: hidden;
  }
  /* line 2595, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #question p.question, #service #question p.question {
    color: #f25633;
    font-size: 14px;
    margin-bottom: 1em;
    padding-left: 0.9375rem;
  }
  /* line 2600, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #question p.question:before, #service #question p.question:before {
    content: 'Q.';
    position: absolute;
    left: 0.9375rem;
    top: 0;
  }
  /* line 2607, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #question p.answer, #service #question p.answer {
    font-size: 14px;
    position: relative;
    padding-left: 0.9375rem;
  }
  /* line 2611, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #question p.answer:before, #service #question p.answer:before {
    content: 'A.';
    position: absolute;
    left: 0px;
    top: 0;
  }
  /* line 2618, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #question .button, #index #question .registration-oauth__twitter-btn, #index #question .registration-oauth__google-btn, #index #question .registration-oauth__facebook-btn, #index #question .registration-email-btn, #index #question .price-lineup__button, #service #question .button, #service #question .registration-oauth__twitter-btn, #service #question .registration-oauth__google-btn, #service #question .registration-oauth__facebook-btn, #service #question .registration-email-btn, #service #question .price-lineup__button {
    display: inline-block;
    background-color: #f25633;
    color: #fff;
    border-radius: 5px;
    box-shadow: 8px 8px 0 0 #fceedf;
  }
  /* line 2624, app/assets/stylesheets/landing_ja/_pc.scss */
  #index #question .button:hover, #index #question .registration-oauth__twitter-btn:hover, #index #question .registration-oauth__google-btn:hover, #index #question .registration-oauth__facebook-btn:hover, #index #question .registration-email-btn:hover, #index #question .price-lineup__button:hover, #service #question .button:hover, #service #question .registration-oauth__twitter-btn:hover, #service #question .registration-oauth__google-btn:hover, #service #question .registration-oauth__facebook-btn:hover, #service #question .registration-email-btn:hover, #service #question .price-lineup__button:hover {
    opacity: 1;
    top: 2px;
    box-shadow: 4px 4px 0 0 #fceedf;
  }
  /* line 2634, app/assets/stylesheets/landing_ja/_pc.scss */
  #price.content {
    margin: 0;
  }
  /* line 2637, app/assets/stylesheets/landing_ja/_pc.scss */
  #price > div {
    padding: 50px 0;
  }
  /* line 2639, app/assets/stylesheets/landing_ja/_pc.scss */
  #price > div h2 {
    padding-left: 0;
    border: none;
  }
  /* line 2643, app/assets/stylesheets/landing_ja/_pc.scss */
  #price .mainvisual {
    background: url(/assets/new/img/price/main-95dfe630ed8129411ac3066bc5d53c903dc734a70899e057a021f4e95ebc1cb0.jpg) no-repeat;
    width: 100%;
    height: 500px;
    background-position: center center;
    background-size: cover;
  }
  /* line 2645, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #intro {
    background: #39af4a;
    padding-top: 10px;
  }
  /* line 2648, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #intro h2 {
    color: #fff;
    font-size: 31px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 48px;
    letter-spacing: 3px;
    text-align: center;
    padding: 40px 0 0;
  }
  /* line 2656, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #intro h2 span.strong {
    font-size: 43px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 2659, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #intro h2 span.strong:last-child {
    position: relative;
  }
  /* line 2661, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #intro h2 span.strong:last-child:after {
    content: '※';
    font-size: 10px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    position: absolute;
    top: -10px;
    right: -12px;
  }
  /* line 2672, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #intro p {
    font-size: 15px;
    color: #8c8;
  }
  /* line 2679, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #basic .row {
    padding-bottom: 0px;
  }
  /* line 2680, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #basic h1 {
    color: #f25633;
    margin: 30px 0 50px;
    font-size: 36px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 2686, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #basic .button, #price #basic .registration-oauth__twitter-btn, #price #basic .registration-oauth__google-btn, #price #basic .registration-oauth__facebook-btn, #price #basic .registration-email-btn, #price #basic .price-lineup__button {
    display: inline-block;
    background-color: #f18d1e;
    color: #fff;
    border-radius: 5px;
    box-shadow: 8px 8px 0 0 #fceedf;
  }
  /* line 2692, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #basic .button:hover, #price #basic .registration-oauth__twitter-btn:hover, #price #basic .registration-oauth__google-btn:hover, #price #basic .registration-oauth__facebook-btn:hover, #price #basic .registration-email-btn:hover, #price #basic .price-lineup__button:hover {
    opacity: 1;
    top: 2px;
    box-shadow: 4px 4px 0 0 #fceedf;
  }
  /* line 2698, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #basic .light {
    float: right;
  }
  /* line 2699, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #basic .standard {
    float: left;
  }
  /* line 2700, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #basic .light, #price #basic .standard {
    background: #fff;
    margin-bottom: 30px;
    width: 95%;
    border-radius: 10px;
    box-shadow: 11px 11px 0 0 #fceedf;
    position: relative;
  }
  /* line 2707, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #basic .light .header, #price #basic .standard .header {
    margin-top: -3px;
    border-radius: 10px 10px 0 0;
    color: #fff;
    padding-bottom: 50px;
  }
  /* line 2712, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #basic .light .header h2, #price #basic .standard .header h2 {
    padding: 20px 0 30px;
    font-size: 20px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    color: #fff;
  }
  /* line 2720, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #basic .light .header .price h3, #price #basic .standard .header .price h3 {
    font-size: 50px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    color: white;
    width: 90%;
    max-width: 280px;
    margin: 0 auto -2px;
    line-height: 7px;
    border-bottom: 3px solid white;
    padding-bottom: 5px;
  }
  /* line 2730, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #basic .light .header .price h3.img.yen, #price #basic .standard .header .price h3.img.yen {
    width: 75%;
  }
  /* line 2731, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #basic .light .header .price h3 > span.small, #price #basic .standard .header .price h3 > span.small {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    padding-bottom: 15px;
    display: inline-block;
  }
  /* line 2736, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #basic .light .header .price h3 span.month, #price #basic .standard .header .price h3 span.month {
    font-size: 20px;
    padding-right: 10%;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 2741, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #basic .light .header .price h3 span.yen, #price #basic .standard .header .price h3 span.yen {
    font-size: 20px;
    padding-right: 0;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 2748, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #basic .light .header .sub h4, #price #basic .standard .header .sub h4 {
    font-size: 25px;
    margin-left: 130px;
    color: white;
  }
  /* line 2748, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #basic .light .header .sub h4 span.small, #price #basic .standard .header .sub h4 span.small {
    font-size: 14px;
    color: white;
  }
  /* line 2750, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #basic .light .detail, #price #basic .standard .detail {
    border-radius: 0 0 10px 10px;
    padding-bottom: 20px;
  }
  /* line 2753, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #basic .light .detail table, #price #basic .standard .detail table {
    width: 100%;
    margin: 0 auto 30px;
  }
  /* line 2756, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #basic .light .detail table td, #price #basic .standard .detail table td {
    background: #fff;
    height: 75px;
    vertical-align: middle;
    border-bottom: 1px dotted #ececec;
    color: #4d4d4d;
  }
  /* line 2763, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #basic .light .detail table td:first-child, #price #basic .standard .detail table td:first-child {
    width: 37%;
    font-size: 18px;
    text-align: right;
    padding-top: 10px;
  }
  /* line 2769, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #basic .light .detail table td:last-child, #price #basic .standard .detail table td:last-child {
    font-size: 22px;
  }
  /* line 2773, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #basic .light .detail table tr:last-child td, #price #basic .standard .detail table tr:last-child td {
    border-bottom: none;
  }
  /* line 2779, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #basic .light .emphasis, #price #basic .standard .emphasis {
    font-size: 30px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 2784, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #basic .light {
    margin-bottom: 0px;
  }
  /* line 2786, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #basic .light .fukidashi {
    position: absolute;
    top: 318px;
    left: -90px;
  }
  /* line 2791, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #basic .light .header {
    background: #ffbd21;
  }
  /* line 2795, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #basic .light .detail td:first-child, #price #basic .light .detail .emphasis {
    color: #ffbd21;
  }
  /* line 2801, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #basic .standard .fukidashi {
    position: absolute;
    top: 318px;
    right: -60px;
  }
  /* line 2806, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #basic .standard .lowest {
    position: absolute;
    top: -50px;
    right: -42px;
  }
  /* line 2811, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #basic .standard .header {
    background: #f25633;
  }
  /* line 2815, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #basic .standard .detail td:first-child, #price #basic .standard .detail .emphasis {
    color: #f25633;
  }
  /* line 2820, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #basic .attention {
    text-align: right;
  }
  /* line 2821, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #basic .attention p {
    font-size: 18px;
    margin-top: -10px;
    margin-right: 13px;
  }
  /* line 2824, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #basic .attention_detail {
    text-align: left;
    margin-top: 20px;
    padding-left: 40px;
  }
  /* line 2825, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #basic .attention_detail p {
    font-size: 14px;
  }
  /* line 2830, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #basic .price_button {
    margin-top: 20px;
  }
  /* line 2833, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #extra {
    background: #fff;
    padding-top: 50px;
  }
  /* line 2836, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #extra h2 {
    color: #f25633;
    font-size: 36px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin-bottom: 30px;
  }
  /* line 2842, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #extra .explanation, #price #extra .attention {
    font-size: 14px;
  }
  /* line 2846, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #extra .plan table {
    margin: 30px auto 70px;
    box-shadow: 11px 11px 0 0 #fceedf;
    border-radius: 10px;
    overflow: hidden;
  }
  /* line 2851, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #extra .plan table th, #price #extra .plan table td {
    padding: 25px 20px;
    vertical-align: middle;
    text-align: center;
  }
  /* line 2856, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #extra .plan table th {
    background: #f25633;
    color: #fff;
    padding: 20px 20px;
    font-size: 16px;
  }
  /* line 2862, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #extra .plan table td {
    font-size: 23px;
    background-color: #fff7ed;
    border-left: 1px dotted #f25633;
  }
  /* line 2866, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #extra .plan table td:first-child {
    border-left: none;
  }
  /* line 2870, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #extra .plan table td.price {
    font-size: 18px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    color: #4d4d4d;
  }
  /* line 2872, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #extra .plan table tr:first-child th {
    border-bottom: 1px dotted #fff;
  }
  /* line 2875, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #extra .plan table tr:first-child td {
    border-bottom: 1px dotted #f25633;
    font-size: 24px;
    color: #4d4d4d;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 2883, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #extra .plan p {
    max-width: 820px;
    margin: 0 auto;
  }
  /* line 2890, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #payment h2, #price #payment h4 {
    color: #f25633;
  }
  /* line 2893, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #payment h2 {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 36px;
    margin-bottom: 50px;
  }
  /* line 2894, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #payment h4 {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 25px;
    letter-spacing: 0px;
  }
  /* line 2895, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #payment .attention {
    font-size: 12px;
  }
  /* line 2899, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #payment .lead > div {
    margin-bottom: 50px;
  }
  /* line 2902, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #payment .lead .explanation {
    margin: 0 auto;
  }
  /* line 2906, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #payment .display {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  /* line 2910, app/assets/stylesheets/landing_ja/_pc.scss */
  #price #payment .display p {
    margin: 10px 0;
    font-size: 14px;
  }
  /* line 2919, app/assets/stylesheets/landing_ja/_pc.scss */
  #voice .large-3.small-12 a {
    opacity: 0.7;
  }
  /* line 2920, app/assets/stylesheets/landing_ja/_pc.scss */
  #voice .large-3.small-12 a:hover {
    opacity: 1.0;
  }
  /* line 2921, app/assets/stylesheets/landing_ja/_pc.scss */
  #voice .large-3.small-12 a.active {
    opacity: 1.0;
  }
  /* line 2924, app/assets/stylesheets/landing_ja/_pc.scss */
  #voice .panel {
    margin: 0 auto 30px;
  }
  /* line 2927, app/assets/stylesheets/landing_ja/_pc.scss */
  #voice .panel h3.orange, #voice .panel h4.orange, #voice .panel h5.orange, #voice .panel p.orange, #voice .panel span.orange {
    color: #f25633;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 2932, app/assets/stylesheets/landing_ja/_pc.scss */
  #voice .panel h3 {
    font-size: 22px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin-top: 0px;
  }
  /* line 2937, app/assets/stylesheets/landing_ja/_pc.scss */
  #voice .panel h4 {
    margin-top: 50px;
    font-size: 20px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 2942, app/assets/stylesheets/landing_ja/_pc.scss */
  #voice .panel h5 {
    font-size: 18px;
  }
  /* line 2946, app/assets/stylesheets/landing_ja/_pc.scss */
  #voice .panel .story p {
    font-size: 14px;
  }
  /* line 2950, app/assets/stylesheets/landing_ja/_pc.scss */
  #voice .panel img {
    margin-bottom: 20px;
  }
  /* line 2952, app/assets/stylesheets/landing_ja/_pc.scss */
  #voice .panel img.left {
    margin-right: 20px;
  }
  /* line 2955, app/assets/stylesheets/landing_ja/_pc.scss */
  #voice .panel img.right {
    margin-left: 20px;
  }
  /* line 2960, app/assets/stylesheets/landing_ja/_pc.scss */
  #voice .panel.teacher h4 {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin-top: 0px;
    font-size: 20px;
  }
  /* line 2964, app/assets/stylesheets/landing_ja/_pc.scss */
  #voice .panel.teacher h4 span {
    color: #000;
    font-size: 10px;
    vertical-align: baseline;
    color: #4d4d4d;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    display: none;
    margin-top: 6px;
  }
  /* line 2974, app/assets/stylesheets/landing_ja/_pc.scss */
  #voice .panel.teacher h5 {
    font-size: 14px;
    margin-top: 10px;
  }
  /* line 2975, app/assets/stylesheets/landing_ja/_pc.scss */
  #voice .panel.teacher img {
    padding-top: 65px;
  }
  /* line 2976, app/assets/stylesheets/landing_ja/_pc.scss */
  #voice .panel.teacher p {
    font-size: 14px;
  }
  /* line 2979, app/assets/stylesheets/landing_ja/_pc.scss */
  #voice .panel.teacher .row {
    margin-bottom: 30px;
  }
  /* line 2986, app/assets/stylesheets/landing_ja/_pc.scss */
  #transactions ul.row {
    padding: 0 30px;
  }
  /* line 2988, app/assets/stylesheets/landing_ja/_pc.scss */
  #transactions ul.row li {
    font-size: 14px;
    padding: 1em 0;
    border-bottom: 1px solid #ececec;
  }
}

@media (max-width: 820px) and (min-width: 641px) {
  /* line 3, app/assets/stylesheets/landing_ja/_pad.scss */
  .content {
    margin-top: 40px;
  }
  /* line 6, app/assets/stylesheets/landing_ja/_pad.scss */
  .button.signup, .signup.registration-oauth__twitter-btn, .signup.registration-oauth__google-btn, .signup.registration-oauth__facebook-btn, .signup.registration-email-btn, .signup.price-lineup__button {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 7, app/assets/stylesheets/landing_ja/_pad.scss */
  .button.orange, .orange.registration-oauth__twitter-btn, .orange.registration-oauth__google-btn, .orange.registration-oauth__facebook-btn, .orange.registration-email-btn, .orange.price-lineup__button {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 14px;
  }
  /* line 8, app/assets/stylesheets/landing_ja/_pad.scss */
  .button.lorange, .lorange.registration-oauth__twitter-btn, .lorange.registration-oauth__google-btn, .lorange.registration-oauth__facebook-btn, .lorange.registration-email-btn, .lorange.price-lineup__button {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 10, app/assets/stylesheets/landing_ja/_pad.scss */
  .content a.button, .content a.registration-oauth__twitter-btn, .content a.registration-oauth__google-btn, .content a.registration-oauth__facebook-btn, .content a.registration-email-btn, .content a.price-lineup__button {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 14, app/assets/stylesheets/landing_ja/_pad.scss */
  .mainvisual_story {
    background-size: 140%;
  }
  /* line 14, app/assets/stylesheets/landing_ja/_pad.scss */
  .mainvisual_story h1 {
    font-size: 40px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    padding-left: 5px;
  }
  /* line 15, app/assets/stylesheets/landing_ja/_pad.scss */
  #story.content .panel h2 {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 16, app/assets/stylesheets/landing_ja/_pad.scss */
  #story.content .panel p.prologue {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 17, app/assets/stylesheets/landing_ja/_pad.scss */
  #story.content .panel {
    padding: 100px 40px;
  }
  /* line 18, app/assets/stylesheets/landing_ja/_pad.scss */
  #story.content .panel #image1 {
    width: 120px;
    left: 7px;
  }
  /* line 19, app/assets/stylesheets/landing_ja/_pad.scss */
  #story.content .panel #image2 {
    width: 120px;
    right: 2px;
  }
  /* line 20, app/assets/stylesheets/landing_ja/_pad.scss */
  #story.content .panel #sign1 {
    left: 140px;
    width: 180px;
  }
  /* line 21, app/assets/stylesheets/landing_ja/_pad.scss */
  #story.content .panel #sign2 {
    right: 140px;
    width: 180px;
  }
  /* line 22, app/assets/stylesheets/landing_ja/_pad.scss */
  #story .introduce h3 {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 24, app/assets/stylesheets/landing_ja/_pad.scss */
  .columns.sidebar ul {
    margin: 0 0 30px 0;
  }
  /* line 24, app/assets/stylesheets/landing_ja/_pad.scss */
  .columns.sidebar ul li {
    margin-bottom: 10px;
    padding-right: 0px;
  }
  /* line 24, app/assets/stylesheets/landing_ja/_pad.scss */
  .columns.sidebar ul li a {
    font-size: 13px;
    color: #4d4d4d;
  }
  /* line 26, app/assets/stylesheets/landing_ja/_pad.scss */
  #media dl.row dd {
    min-height: 148px;
  }
  /* line 26, app/assets/stylesheets/landing_ja/_pad.scss */
  #media dl.row dd .arrow {
    margin-top: 35px;
  }
  /* line 27, app/assets/stylesheets/landing_ja/_pad.scss */
  #pressrelease dl.row dd, #news dl.row dd {
    min-height: 120px;
  }
  /* line 27, app/assets/stylesheets/landing_ja/_pad.scss */
  #pressrelease dl.row dd .arrow, #news dl.row dd .arrow {
    margin-top: 25px;
  }
  /* line 31, app/assets/stylesheets/landing_ja/_pad.scss */
  #register.input .panel {
    padding: 50px 50px;
  }
  /* line 34, app/assets/stylesheets/landing_ja/_pad.scss */
  .mainvisual_guidepage h1 img {
    padding: 140px 0 0 5%;
  }
  /* line 38, app/assets/stylesheets/landing_ja/_pad.scss */
  #index .mainvisual {
    background: url(/assets/new/img/index/main3-62f450f482e96d94e4d9b2c119a5cd1935c3da3917161189d425c8441d9d9bb2.jpg) no-repeat;
    width: 100%;
    height: 500px;
    background-position: center center;
  }
  /* line 44, app/assets/stylesheets/landing_ja/_pad.scss */
  #index .mainvisual .copy-box {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 500px;
  }
  /* line 49, app/assets/stylesheets/landing_ja/_pad.scss */
  #index .mainvisual .copy-box .copy-box-inner {
    position: absolute;
    bottom: 25%;
    right: 8%;
  }
  /* line 53, app/assets/stylesheets/landing_ja/_pad.scss */
  #index .mainvisual .copy-box .copy-box-inner h1 {
    color: white;
    text-align: left;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 38px;
    letter-spacing: 0.6px;
    text-shadow: 5px 5px 10px rgba(234, 128, 0, 0.3);
  }
  /* line 61, app/assets/stylesheets/landing_ja/_pad.scss */
  #index .mainvisual .copy-box .copy-box-inner h2 {
    color: white;
    text-align: left;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 20px;
    letter-spacing: 0.2px;
    text-shadow: 5px 5px 10px rgba(234, 128, 0, 0.3);
  }
  /* line 70, app/assets/stylesheets/landing_ja/_pad.scss */
  #index .mainvisual .copy-box .copy-box-inner .taiken-box .yoyaku {
    float: left;
  }
  /* line 73, app/assets/stylesheets/landing_ja/_pad.scss */
  #index .mainvisual .copy-box .copy-box-inner .taiken-box .button, #index .mainvisual .copy-box .copy-box-inner .taiken-box .registration-oauth__twitter-btn, #index .mainvisual .copy-box .copy-box-inner .taiken-box .registration-oauth__google-btn, #index .mainvisual .copy-box .copy-box-inner .taiken-box .registration-oauth__facebook-btn, #index .mainvisual .copy-box .copy-box-inner .taiken-box .registration-email-btn, #index .mainvisual .copy-box .copy-box-inner .taiken-box .price-lineup__button {
    display: inline-block;
    background-color: #fff6ec;
    color: #f25633;
    font-size: 18px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    width: 300px;
    border-radius: 10px;
    padding: 15px 0;
    box-shadow: 0 6px 0 0 #d57e1a;
    margin: 30px 0 0 10px;
  }
  /* line 84, app/assets/stylesheets/landing_ja/_pad.scss */
  #index .mainvisual .copy-box .copy-box-inner .taiken-box .button img, #index .mainvisual .copy-box .copy-box-inner .taiken-box .registration-oauth__twitter-btn img, #index .mainvisual .copy-box .copy-box-inner .taiken-box .registration-oauth__google-btn img, #index .mainvisual .copy-box .copy-box-inner .taiken-box .registration-oauth__facebook-btn img, #index .mainvisual .copy-box .copy-box-inner .taiken-box .registration-email-btn img, #index .mainvisual .copy-box .copy-box-inner .taiken-box .price-lineup__button img {
    width: 70px;
    padding: 0 15px 0 0px;
  }
  /* line 88, app/assets/stylesheets/landing_ja/_pad.scss */
  #index .mainvisual .copy-box .copy-box-inner .taiken-box .button img.arrow, #index .mainvisual .copy-box .copy-box-inner .taiken-box .registration-oauth__twitter-btn img.arrow, #index .mainvisual .copy-box .copy-box-inner .taiken-box .registration-oauth__google-btn img.arrow, #index .mainvisual .copy-box .copy-box-inner .taiken-box .registration-oauth__facebook-btn img.arrow, #index .mainvisual .copy-box .copy-box-inner .taiken-box .registration-email-btn img.arrow, #index .mainvisual .copy-box .copy-box-inner .taiken-box .price-lineup__button img.arrow {
    width: 26px;
    padding: 0;
    margin: -4px 0 0 5px;
  }
  /* line 93, app/assets/stylesheets/landing_ja/_pad.scss */
  #index .mainvisual .copy-box .copy-box-inner .taiken-box .button:hover, #index .mainvisual .copy-box .copy-box-inner .taiken-box .registration-oauth__twitter-btn:hover, #index .mainvisual .copy-box .copy-box-inner .taiken-box .registration-oauth__google-btn:hover, #index .mainvisual .copy-box .copy-box-inner .taiken-box .registration-oauth__facebook-btn:hover, #index .mainvisual .copy-box .copy-box-inner .taiken-box .registration-email-btn:hover, #index .mainvisual .copy-box .copy-box-inner .taiken-box .price-lineup__button:hover {
    opacity: 1;
    top: 2px;
    box-shadow: 0 4px 0 0 #d57e1a;
  }
}

@media (max-width: 980px) and (min-width: 767px) {
  /* line 110, app/assets/stylesheets/landing_ja/_pad.scss */
  #index #intro .ribbonwrap h1 {
    font-size: 22px;
    padding: 18px 10px 43px;
  }
  /* line 110, app/assets/stylesheets/landing_ja/_pad.scss */
  #index #intro .ribbonwrap h1 span {
    font-size: 30px;
  }
  /* line 111, app/assets/stylesheets/landing_ja/_pad.scss */
  #index #intro h2 {
    font-size: 24px;
  }
  /* line 112, app/assets/stylesheets/landing_ja/_pad.scss */
  #index #intro h3 {
    font-size: 17px;
  }
  /* line 113, app/assets/stylesheets/landing_ja/_pad.scss */
  #index #intro h4 {
    font-size: 14px;
  }
  /* line 114, app/assets/stylesheets/landing_ja/_pad.scss */
  #index #service h1 {
    font-size: 25px;
  }
  /* line 114, app/assets/stylesheets/landing_ja/_pad.scss */
  #index #service h1 span {
    font-size: 25px;
  }
  /* line 115, app/assets/stylesheets/landing_ja/_pad.scss */
  #index #reasons .large-8 {
    padding: 0px;
  }
  /* line 116, app/assets/stylesheets/landing_ja/_pad.scss */
  #index #reasons h5.reason_3 img {
    margin: -40px auto 0;
  }
  /* line 117, app/assets/stylesheets/landing_ja/_pad.scss */
  #index #reasons h5.reason_4 img {
    margin-top: -30px;
  }
  /* line 118, app/assets/stylesheets/landing_ja/_pad.scss */
  #index #reasons h3 {
    font-size: 20px;
  }
  /* line 119, app/assets/stylesheets/landing_ja/_pad.scss */
  #index #reasons h4 {
    font-size: 15px;
  }
  /* line 120, app/assets/stylesheets/landing_ja/_pad.scss */
  #index #reasons h5.reason_4 img {
    margin-top: -60px;
  }
  /* line 121, app/assets/stylesheets/landing_ja/_pad.scss */
  #index #price .standard .fukidashi {
    right: -30px;
  }
  /* line 122, app/assets/stylesheets/landing_ja/_pad.scss */
  #index #price .light .fukidashi.show-for-medium-up {
    display: none !important;
  }
  /* line 123, app/assets/stylesheets/landing_ja/_pad.scss */
  #index #price .light .fukidashi.show-for-small-only {
    display: inline !important;
    top: 258px;
    left: 240px;
  }
  /* line 126, app/assets/stylesheets/landing_ja/_pad.scss */
  #service #intro h1 {
    font-size: 25px;
  }
  /* line 126, app/assets/stylesheets/landing_ja/_pad.scss */
  #service #intro h1 span {
    font-size: 25px;
  }
  /* line 127, app/assets/stylesheets/landing_ja/_pad.scss */
  #service #flow .step .thumb {
    width: 160px;
    height: 160px;
    line-height: 170px;
  }
  /* line 128, app/assets/stylesheets/landing_ja/_pad.scss */
  #service #flow .steps .columns + .columns:before, #service #flow .steps .columns + .columns::before {
    top: 69px;
  }
  /* line 129, app/assets/stylesheets/landing_ja/_pad.scss */
  #service #flow .step .thumb .number {
    left: 56px;
  }
  /* line 130, app/assets/stylesheets/landing_ja/_pad.scss */
  #service #course_service .recommend .thumb {
    width: 160px;
    height: 160px;
    line-height: 153px;
  }
  /* line 131, app/assets/stylesheets/landing_ja/_pad.scss */
  #service #course_service .recommend .description {
    height: 135px;
  }
  /* line 133, app/assets/stylesheets/landing_ja/_pad.scss */
  #index #price .standard .lowest, #service #price .standard .lowest {
    width: 110px;
  }
  /* line 134, app/assets/stylesheets/landing_ja/_pad.scss */
  #service #price .light .fukidashi.show-for-medium-up {
    display: none !important;
  }
  /* line 135, app/assets/stylesheets/landing_ja/_pad.scss */
  #service #price .light .fukidashi.show-for-small-only {
    display: inline !important;
    top: 258px;
    left: 240px;
  }
  /* line 136, app/assets/stylesheets/landing_ja/_pad.scss */
  #service #price .standard .fukidashi {
    top: 258px;
  }
  /* line 137, app/assets/stylesheets/landing_ja/_pad.scss */
  #index #price .light .detail table td:first-child, #index #price .standard .detail table td:first-child, #service #price .light .detail table td:first-child, #service #price .standard .detail table td:first-child {
    font-size: 16px;
  }
  /* line 138, app/assets/stylesheets/landing_ja/_pad.scss */
  #index #price .light .detail table td:last-child, #index #price .standard .detail table td:last-child, #service #price .light .detail table td:last-child, #service #price .standard .detail table td:last-child {
    font-size: 17px;
  }
  /* line 140, app/assets/stylesheets/landing_ja/_pad.scss */
  #index #service h4 {
    font-size: 20px;
  }
  /* line 141, app/assets/stylesheets/landing_ja/_pad.scss */
  #index #service .hour .lead span {
    font-size: 16px;
  }
  /* line 142, app/assets/stylesheets/landing_ja/_pad.scss */
  #price > div {
    padding-bottom: 20px;
  }
  /* line 143, app/assets/stylesheets/landing_ja/_pad.scss */
  #index #price h2 {
    margin-bottom: 0px;
  }
  /* line 144, app/assets/stylesheets/landing_ja/_pad.scss */
  #index #price .light .header h4, #index #price .standard .header h4 {
    margin-bottom: 0px;
  }
  /* line 145, app/assets/stylesheets/landing_ja/_pad.scss */
  #index #price .standard .lowest {
    width: 110px;
  }
  /* line 146, app/assets/stylesheets/landing_ja/_pad.scss */
  #index #price .light .header .sub, #index #price .standard .header .sub {
    font-size: 22px;
  }
  /* line 147, app/assets/stylesheets/landing_ja/_pad.scss */
  #index #price .light .detail table td:first-child, #index #price .standard .detail table td:first-child {
    font-size: 16px;
  }
  /* line 148, app/assets/stylesheets/landing_ja/_pad.scss */
  #index #price .light .detail table td:last-child, #index #price .standard .detail table td:last-child {
    font-size: 17px;
  }
  /* line 149, app/assets/stylesheets/landing_ja/_pad.scss */
  #index #price .light .fukidashi {
    top: 448px;
    left: -50px;
  }
  /* line 150, app/assets/stylesheets/landing_ja/_pad.scss */
  #index #price .standard .fukidashi {
    top: 258px;
    right: -40px;
  }
  /* line 151, app/assets/stylesheets/landing_ja/_pad.scss */
  #index #price .attention p {
    font-size: 16px;
  }
  /* line 152, app/assets/stylesheets/landing_ja/_pad.scss */
  #index #partners h2 {
    font-size: 32px;
  }
  /* line 153, app/assets/stylesheets/landing_ja/_pad.scss */
  #index #partners .partner .name p {
    font-size: 12px;
  }
  /* line 159, app/assets/stylesheets/landing_ja/_pad.scss */
  #index .mainvisual {
    background: url(/assets/new/img/index/main3-62f450f482e96d94e4d9b2c119a5cd1935c3da3917161189d425c8441d9d9bb2.jpg) no-repeat;
    width: 100%;
    height: 500px;
    background-position: center center;
  }
  /* line 165, app/assets/stylesheets/landing_ja/_pad.scss */
  #index .mainvisual .copy-box {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 500px;
  }
  /* line 170, app/assets/stylesheets/landing_ja/_pad.scss */
  #index .mainvisual .copy-box .copy-box-inner {
    position: absolute;
    bottom: 25%;
    right: 8%;
  }
  /* line 174, app/assets/stylesheets/landing_ja/_pad.scss */
  #index .mainvisual .copy-box .copy-box-inner h1 {
    color: white;
    text-align: left;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 38px;
    letter-spacing: 0.6px;
    text-shadow: 5px 5px 10px rgba(234, 128, 0, 0.3);
  }
  /* line 182, app/assets/stylesheets/landing_ja/_pad.scss */
  #index .mainvisual .copy-box .copy-box-inner h2 {
    color: white;
    text-align: left;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 20px;
    letter-spacing: 0.2px;
    text-shadow: 5px 5px 10px rgba(234, 128, 0, 0.3);
  }
  /* line 191, app/assets/stylesheets/landing_ja/_pad.scss */
  #index .mainvisual .copy-box .copy-box-inner .taiken-box .yoyaku {
    float: left;
  }
  /* line 194, app/assets/stylesheets/landing_ja/_pad.scss */
  #index .mainvisual .copy-box .copy-box-inner .taiken-box .button, #index .mainvisual .copy-box .copy-box-inner .taiken-box .registration-oauth__twitter-btn, #index .mainvisual .copy-box .copy-box-inner .taiken-box .registration-oauth__google-btn, #index .mainvisual .copy-box .copy-box-inner .taiken-box .registration-oauth__facebook-btn, #index .mainvisual .copy-box .copy-box-inner .taiken-box .registration-email-btn, #index .mainvisual .copy-box .copy-box-inner .taiken-box .price-lineup__button {
    display: inline-block;
    background-color: #fff6ec;
    color: #f25633;
    font-size: 18px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    width: 300px;
    border-radius: 10px;
    padding: 15px 0;
    box-shadow: 0 6px 0 0 #d57e1a;
    margin: 30px 0 0 10px;
  }
  /* line 205, app/assets/stylesheets/landing_ja/_pad.scss */
  #index .mainvisual .copy-box .copy-box-inner .taiken-box .button img, #index .mainvisual .copy-box .copy-box-inner .taiken-box .registration-oauth__twitter-btn img, #index .mainvisual .copy-box .copy-box-inner .taiken-box .registration-oauth__google-btn img, #index .mainvisual .copy-box .copy-box-inner .taiken-box .registration-oauth__facebook-btn img, #index .mainvisual .copy-box .copy-box-inner .taiken-box .registration-email-btn img, #index .mainvisual .copy-box .copy-box-inner .taiken-box .price-lineup__button img {
    width: 70px;
    padding: 0 15px 0 0px;
  }
  /* line 209, app/assets/stylesheets/landing_ja/_pad.scss */
  #index .mainvisual .copy-box .copy-box-inner .taiken-box .button img.arrow, #index .mainvisual .copy-box .copy-box-inner .taiken-box .registration-oauth__twitter-btn img.arrow, #index .mainvisual .copy-box .copy-box-inner .taiken-box .registration-oauth__google-btn img.arrow, #index .mainvisual .copy-box .copy-box-inner .taiken-box .registration-oauth__facebook-btn img.arrow, #index .mainvisual .copy-box .copy-box-inner .taiken-box .registration-email-btn img.arrow, #index .mainvisual .copy-box .copy-box-inner .taiken-box .price-lineup__button img.arrow {
    width: 26px;
    padding: 0;
    margin: -4px 0 0 5px;
  }
  /* line 214, app/assets/stylesheets/landing_ja/_pad.scss */
  #index .mainvisual .copy-box .copy-box-inner .taiken-box .button:hover, #index .mainvisual .copy-box .copy-box-inner .taiken-box .registration-oauth__twitter-btn:hover, #index .mainvisual .copy-box .copy-box-inner .taiken-box .registration-oauth__google-btn:hover, #index .mainvisual .copy-box .copy-box-inner .taiken-box .registration-oauth__facebook-btn:hover, #index .mainvisual .copy-box .copy-box-inner .taiken-box .registration-email-btn:hover, #index .mainvisual .copy-box .copy-box-inner .taiken-box .price-lineup__button:hover {
    opacity: 1;
    top: 2px;
    box-shadow: 0 4px 0 0 #d57e1a;
  }
  /* line 227, app/assets/stylesheets/landing_ja/_pad.scss */
  #teachers .mainvisual {
    background-size: 100%;
    height: 390px;
  }
  /* line 228, app/assets/stylesheets/landing_ja/_pad.scss */
  #teachers #support .support {
    margin-top: 5px;
  }
  /* line 229, app/assets/stylesheets/landing_ja/_pad.scss */
  #teachers #learning .feedback .thumb {
    width: 200px;
    height: 200px;
    line-height: 206px;
  }
  /* line 230, app/assets/stylesheets/landing_ja/_pad.scss */
  #teachers #learning .feedback .thumb img {
    width: 76%;
  }
  /* line 231, app/assets/stylesheets/landing_ja/_pad.scss */
  #teachers #learning .feedback .thumb .number {
    width: 50px;
    left: 75px;
  }
  /* line 232, app/assets/stylesheets/landing_ja/_pad.scss */
  #teachers #learning .feedback h4 {
    font-size: 16px;
  }
  /* line 233, app/assets/stylesheets/landing_ja/_pad.scss */
  #teachers #learning .feedback p {
    width: 100%;
  }
  /* line 234, app/assets/stylesheets/landing_ja/_pad.scss */
  #teachers #learning .steps.columns + .columns:before, #teachers #learning .steps.columns + .columns::before {
    top: 88px;
  }
  /* line 235, app/assets/stylesheets/landing_ja/_pad.scss */
  #teachers #learning {
    padding-bottom: 20px;
  }
  /* line 236, app/assets/stylesheets/landing_ja/_pad.scss */
  #teachers .subvisual {
    background-size: 150%;
    height: 430px;
  }
  /* line 237, app/assets/stylesheets/landing_ja/_pad.scss */
  #teachers #quality .lead {
    margin-bottom: 0px;
  }
  /* line 238, app/assets/stylesheets/landing_ja/_pad.scss */
  #teachers #quality > .row > div {
    margin: 0 auto 30px;
  }
  /* line 239, app/assets/stylesheets/landing_ja/_pad.scss */
  #teachers #quality .lead p {
    margin: 0px;
  }
  /* line 240, app/assets/stylesheets/landing_ja/_pad.scss */
  #teachers #quality .explanation h4 {
    font-size: 15px;
  }
  /* line 241, app/assets/stylesheets/landing_ja/_pad.scss */
  #teachers #school .caption {
    margin-top: 10px;
  }
  /* line 244, app/assets/stylesheets/landing_ja/_pad.scss */
  #lets_try h1 {
    font-size: 24px;
  }
  /* line 244, app/assets/stylesheets/landing_ja/_pad.scss */
  #lets_try h1 span {
    font-size: 38px;
  }
  /* line 245, app/assets/stylesheets/landing_ja/_pad.scss */
  #lets_try h3 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 640px) {
  /* line 2, app/assets/stylesheets/landing_ja/_sp.scss */
  .sp_clear {
    clear: both;
  }
  /* line 3, app/assets/stylesheets/landing_ja/_sp.scss */
  p {
    font-size: 14px;
  }
  /* line 4, app/assets/stylesheets/landing_ja/_sp.scss */
  span.textblock {
    display: block;
    width: 100%;
  }
  /* line 6, app/assets/stylesheets/landing_ja/_sp.scss */
  .columns.large-centered {
    float: none;
    margin: 0 auto;
  }
  /* line 11, app/assets/stylesheets/landing_ja/_sp.scss */
  #header {
    background: rgba(255, 255, 255, 0.96);
    height: 60px;
    width: 100%;
    z-index: 9999;
    border-top: 8px #f25633 solid;
  }
  /* line 17, app/assets/stylesheets/landing_ja/_sp.scss */
  #header > div.row.show-for-large-up {
    min-height: 117px;
    line-height: 117px;
    position: relative;
  }
  /* line 21, app/assets/stylesheets/landing_ja/_sp.scss */
  #header > div.row.show-for-large-up > .columns {
    padding: 29px 0;
    text-align: center;
  }
  /* line 24, app/assets/stylesheets/landing_ja/_sp.scss */
  #header > div.row.show-for-large-up > .columns a {
    display: block;
    color: #f25633;
  }
  /* line 27, app/assets/stylesheets/landing_ja/_sp.scss */
  #header > div.row.show-for-large-up > .columns a:hover {
    opacity: 0.8;
  }
  /* line 34, app/assets/stylesheets/landing_ja/_sp.scss */
  #header .left-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    width: 15.625rem;
    height: 2000px;
    top: 0;
    bottom: 0;
    position: absolute;
    overflow-y: auto;
    background: #fff7ed;
    z-index: 1001;
    box-sizing: content-box;
    -webkit-overflow-scrolling: touch;
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 53, app/assets/stylesheets/landing_ja/_sp.scss */
  #header .left-off-canvas-menu .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden;
  }
  /* line 55, app/assets/stylesheets/landing_ja/_sp.scss */
  #header .left-off-canvas-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  /* line 59, app/assets/stylesheets/landing_ja/_sp.scss */
  #header .left-off-canvas-menu ul li label {
    padding: 0.3rem 0.9375rem;
    color: white;
    text-transform: uppercase;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    background: #f25633;
    border-bottom: none;
    margin: 0;
  }
  /* line 67, app/assets/stylesheets/landing_ja/_sp.scss */
  #header .left-off-canvas-menu ul li a {
    display: block;
    padding: 0.66667rem;
    color: #f25633;
    border-bottom: 1px solid white;
    transition: background 300ms ease;
  }
  /* line 77, app/assets/stylesheets/landing_ja/_sp.scss */
  #header .show-for-small-only .small-tab-bar {
    height: 44px;
  }
  /* line 79, app/assets/stylesheets/landing_ja/_sp.scss */
  #header .show-for-small-only .small-tab-bar .left-small {
    width: 2.8125rem;
    height: 2.8125rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  /* line 85, app/assets/stylesheets/landing_ja/_sp.scss */
  #header .show-for-small-only .small-tab-bar .left-small img {
    width: 35px;
    margin: 19px 0 0 6px;
  }
  /* line 89, app/assets/stylesheets/landing_ja/_sp.scss */
  #header .show-for-small-only .small-tab-bar .logo {
    margin: 3px auto 0;
    margin-right: auto;
    margin-left: auto;
    width: 68px;
    padding: 0px;
  }
  /* line 95, app/assets/stylesheets/landing_ja/_sp.scss */
  #header .show-for-small-only .small-tab-bar .logo a img {
    position: relative;
    top: 0px;
  }
  /* line 98, app/assets/stylesheets/landing_ja/_sp.scss */
  #header .show-for-small-only .small-tab-bar .register .button, #header .show-for-small-only .small-tab-bar .register .registration-oauth__twitter-btn, #header .show-for-small-only .small-tab-bar .register .registration-oauth__google-btn, #header .show-for-small-only .small-tab-bar .register .registration-oauth__facebook-btn, #header .show-for-small-only .small-tab-bar .register .registration-email-btn, #header .show-for-small-only .small-tab-bar .register .price-lineup__button {
    margin: 18px 7px 0 0px;
    font-size: 8px;
    padding: 8px 4px 8px 15px;
    position: relative;
    text-align: left;
    background-color: #f9971e;
    box-shadow: 3px 3px 0 0 #ffe4c4;
    font-family: "mplus-2c-regular", "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    color: #fff;
  }
  /* line 108, app/assets/stylesheets/landing_ja/_sp.scss */
  #header .show-for-small-only .small-tab-bar .register .button:before, #header .show-for-small-only .small-tab-bar .register .registration-oauth__twitter-btn:before, #header .show-for-small-only .small-tab-bar .register .registration-oauth__google-btn:before, #header .show-for-small-only .small-tab-bar .register .registration-oauth__facebook-btn:before, #header .show-for-small-only .small-tab-bar .register .registration-email-btn:before, #header .show-for-small-only .small-tab-bar .register .price-lineup__button:before {
    content: '▶︎';
    position: absolute;
    top: 1em;
    left: 0.6em;
  }
  /* line 119, app/assets/stylesheets/landing_ja/_sp.scss */
  .breadcrumbs {
    display: block;
    padding: 16px 0.975rem 0px;
    height: 35px;
    overflow: hidden;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin-bottom: 0px;
    margin-left: 0;
    list-style: none;
  }
  /* line 128, app/assets/stylesheets/landing_ja/_sp.scss */
  .breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 10px;
    line-height: 0.6875rem;
    text-transform: uppercase;
    color: #f25633;
  }
  /* line 135, app/assets/stylesheets/landing_ja/_sp.scss */
  .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
    color: #f8a593;
  }
  /* line 137, app/assets/stylesheets/landing_ja/_sp.scss */
  .breadcrumbs > * a {
    color: #f25633;
  }
  /* line 139, app/assets/stylesheets/landing_ja/_sp.scss */
  .breadcrumbs > *.current {
    cursor: default;
    color: #4d4d4d;
  }
  /* line 142, app/assets/stylesheets/landing_ja/_sp.scss */
  .breadcrumbs > *.current a {
    cursor: default;
    color: #4d4d4d;
  }
  /* line 145, app/assets/stylesheets/landing_ja/_sp.scss */
  .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
    text-decoration: none;
  }
  /* line 147, app/assets/stylesheets/landing_ja/_sp.scss */
  .breadcrumbs > *.unavailable {
    color: #999999;
  }
  /* line 149, app/assets/stylesheets/landing_ja/_sp.scss */
  .breadcrumbs > *.unavailable a {
    color: #999999;
  }
  /* line 151, app/assets/stylesheets/landing_ja/_sp.scss */
  .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
    text-decoration: none;
    color: #999999;
    cursor: default;
  }
  /* line 156, app/assets/stylesheets/landing_ja/_sp.scss */
  .breadcrumbs > *:before {
    content: "/";
    color: #aaaaaa;
    margin: 0 0.45rem;
    position: relative;
    top: 1px;
  }
  /* line 162, app/assets/stylesheets/landing_ja/_sp.scss */
  .breadcrumbs > *:first-child:before {
    content: " ";
    margin: 0;
  }
  /* line 167, app/assets/stylesheets/landing_ja/_sp.scss */
  #mainvisual {
    padding: 0;
    margin: 0;
  }
  /* line 172, app/assets/stylesheets/landing_ja/_sp.scss */
  #footer > div {
    padding: 30px 0 0px;
  }
  /* line 175, app/assets/stylesheets/landing_ja/_sp.scss */
  #footer #taiken:before {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 20px solid transparent;
    border-top-color: rgba(217, 130, 21, 0.7);
    top: 0%;
    left: 44.5%;
  }
  /* line 179, app/assets/stylesheets/landing_ja/_sp.scss */
  #footer #taiken:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 15px solid transparent;
    box-shadow: 10px 10px 0 0 rgba(217, 130, 21, 0.7) inset;
    border-top-color: #fff7ed;
    top: 0%;
    left: 46%;
  }
  /* line 184, app/assets/stylesheets/landing_ja/_sp.scss */
  #footer #taiken {
    padding: 30px 0 20px;
    position: relative;
    -webkit-background-size: 60px 60px;
    -moz-background-size: 60px 60px;
    background-size: 60px 60px;
    background-color: #f9971e;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #f9a237), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #f9a237), color-stop(0.75, #f9a237), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, #f9a237 25%, transparent 25%, transparent 50%, #f9a237 50%, #f9a237 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, #f9a237 25%, transparent 25%, transparent 50%, #f9a237 50%, #f9a237 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, #f9a237 25%, transparent 25%, transparent 50%, #f9a237 50%, #f9a237 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, #f9a237 25%, transparent 25%, transparent 50%, #f9a237 50%, #f9a237 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, #f9a237 25%, transparent 25%, transparent 50%, #f9a237 50%, #f9a237 75%, transparent 75%, transparent);
    box-shadow: 0 10px 0 0 rgba(217, 130, 21, 0.7) inset;
  }
  /* line 212, app/assets/stylesheets/landing_ja/_sp.scss */
  #footer #taiken .button, #footer #taiken .registration-oauth__twitter-btn, #footer #taiken .registration-oauth__google-btn, #footer #taiken .registration-oauth__facebook-btn, #footer #taiken .registration-email-btn, #footer #taiken .price-lineup__button {
    display: inline-block;
    background-color: #fff;
    color: #f25633;
    font-size: 20px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    border-radius: 10px;
    box-shadow: 6px 6px 0 0 #d57e1a;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 21px;
  }
  /* line 223, app/assets/stylesheets/landing_ja/_sp.scss */
  #footer #taiken .button img.arrow, #footer #taiken .registration-oauth__twitter-btn img.arrow, #footer #taiken .registration-oauth__google-btn img.arrow, #footer #taiken .registration-oauth__facebook-btn img.arrow, #footer #taiken .registration-email-btn img.arrow, #footer #taiken .price-lineup__button img.arrow {
    width: 22px;
  }
  /* line 224, app/assets/stylesheets/landing_ja/_sp.scss */
  #footer #taiken .button img, #footer #taiken .registration-oauth__twitter-btn img, #footer #taiken .registration-oauth__google-btn img, #footer #taiken .registration-oauth__facebook-btn img, #footer #taiken .registration-email-btn img, #footer #taiken .price-lineup__button img {
    width: 22%;
    position: relative;
    top: -2px;
  }
  /* line 225, app/assets/stylesheets/landing_ja/_sp.scss */
  #footer #taiken .button:hover, #footer #taiken .registration-oauth__twitter-btn:hover, #footer #taiken .registration-oauth__google-btn:hover, #footer #taiken .registration-oauth__facebook-btn:hover, #footer #taiken .registration-email-btn:hover, #footer #taiken .price-lineup__button:hover {
    opacity: 1;
    top: 4px;
    left: 0px;
    box-shadow: 0 7px 0 0 #d57e1a;
  }
  /* line 233, app/assets/stylesheets/landing_ja/_sp.scss */
  #footer #spfootmenu {
    background: white;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
  }
  /* line 238, app/assets/stylesheets/landing_ja/_sp.scss */
  #footer #spfootmenu p {
    background: #f25633;
    text-align: center;
    margin: 0px;
    color: white;
    padding: 10px 0;
    display: block;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    letter-spacing: 3px;
  }
  /* line 248, app/assets/stylesheets/landing_ja/_sp.scss */
  #footer #spfootmenu ul {
    margin: 0;
    padding: 0;
  }
  /* line 251, app/assets/stylesheets/landing_ja/_sp.scss */
  #footer #spfootmenu ul li {
    border-bottom: 1px solid #f25633;
    text-align: center;
    width: 50%;
    float: left;
    padding: 0px;
    margin: 0px;
  }
  /* line 252, app/assets/stylesheets/landing_ja/_sp.scss */
  #footer #spfootmenu ul li:first-child {
    width: 100%;
    border-top: 1px solid #f25633;
  }
  /* line 256, app/assets/stylesheets/landing_ja/_sp.scss */
  #footer #spfootmenu ul li:nth-child(even) {
    border-right: 1px solid #f25633;
  }
  /* line 266, app/assets/stylesheets/landing_ja/_sp.scss */
  #footer #spfootmenu ul li a {
    color: #f25633;
    padding: 5px 0;
    display: block;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 275, app/assets/stylesheets/landing_ja/_sp.scss */
  #footer #social {
    padding: 20px 0 20px;
  }
  /* line 277, app/assets/stylesheets/landing_ja/_sp.scss */
  #footer #social > div {
    margin: 0 auto;
  }
  /* line 280, app/assets/stylesheets/landing_ja/_sp.scss */
  #footer #social .backtotop {
    text-align: center;
    padding: 0 0 20px;
  }
  /* line 283, app/assets/stylesheets/landing_ja/_sp.scss */
  #footer #social .backtotop a {
    font-size: 13px;
    color: #f25633;
  }
  /* line 289, app/assets/stylesheets/landing_ja/_sp.scss */
  #footer #fvisual {
    padding: 0;
    background: url(/assets/new/img/common/foot_sp-b5ba61297a3405b198af5ff6ac960739f96ccfff3d68af462de0aa8f096a0f6b.jpg);
    height: 150px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 170%;
  }
  /* line 297, app/assets/stylesheets/landing_ja/_sp.scss */
  #footer #button {
    background: #f25633;
    padding: 20px 0 0px;
  }
  /* line 301, app/assets/stylesheets/landing_ja/_sp.scss */
  #footer #fmenu {
    margin-bottom: 0;
    background: #333;
    color: #999;
  }
  /* line 305, app/assets/stylesheets/landing_ja/_sp.scss */
  #footer #fmenu p, #footer #fmenu li {
    font-size: 12px;
  }
  /* line 308, app/assets/stylesheets/landing_ja/_sp.scss */
  #footer #fmenu h4 {
    color: #f25633;
    font-size: 14px;
  }
  /* line 312, app/assets/stylesheets/landing_ja/_sp.scss */
  #footer #fmenu ul {
    margin-left: 0;
  }
  /* line 315, app/assets/stylesheets/landing_ja/_sp.scss */
  #footer #fmenu a {
    color: #ececec;
  }
  /* line 318, app/assets/stylesheets/landing_ja/_sp.scss */
  #footer #fmenu .payment, #footer #fmenu .movie {
    padding-left: 0px;
  }
  /* line 320, app/assets/stylesheets/landing_ja/_sp.scss */
  #footer #fmenu ul.social_icons {
    margin-top: 15px;
  }
  /* line 320, app/assets/stylesheets/landing_ja/_sp.scss */
  #footer #fmenu ul.social_icons li {
    width: 20%;
    float: left;
    margin-left: 8px;
  }
  /* line 320, app/assets/stylesheets/landing_ja/_sp.scss */
  #footer #fmenu ul.social_icons li img {
    opacity: 0.4;
  }
  /* line 320, app/assets/stylesheets/landing_ja/_sp.scss */
  #footer #fmenu ul.social_icons li img:hover {
    opacity: 1;
  }
  /* line 320, app/assets/stylesheets/landing_ja/_sp.scss */
  #footer #fmenu ul.social_icons li:last-child {
    width: 40%;
  }
  /* line 322, app/assets/stylesheets/landing_ja/_sp.scss */
  #footer #copyright {
    margin-bottom: 0;
    padding: 10px 0 10px;
    background: #333;
    color: #999;
    font-size: 10px;
  }
  /* line 328, app/assets/stylesheets/landing_ja/_sp.scss */
  #footer #copyright .large-6 {
    margin: 0 auto;
  }
  /* line 331, app/assets/stylesheets/landing_ja/_sp.scss */
  #footer #copyright p {
    margin: 0px auto 10px;
    font-size: 10px;
    color: #555;
  }
  /* line 336, app/assets/stylesheets/landing_ja/_sp.scss */
  #footer #copyright a {
    color: #777;
    font-size: 9px;
  }
  /* line 340, app/assets/stylesheets/landing_ja/_sp.scss */
  #footer #copyright ul.footsubmenu {
    width: 265px;
    margin: 0 auto;
  }
  /* line 340, app/assets/stylesheets/landing_ja/_sp.scss */
  #footer #copyright ul.footsubmenu li {
    float: left;
    margin-right: 15px;
  }
  /* line 340, app/assets/stylesheets/landing_ja/_sp.scss */
  #footer #copyright ul.footsubmenu li:last-child {
    margin-right: 0px;
  }
  /* line 342, app/assets/stylesheets/landing_ja/_sp.scss */
  #footer .footmenu_sp.show-for-small-only {
    padding: 39px 0;
  }
  /* line 344, app/assets/stylesheets/landing_ja/_sp.scss */
  #footer .footmenu_sp.show-for-small-only .row {
    padding: 0;
    border-top: 5px solid #f25633;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    height: 70px;
  }
  /* line 353, app/assets/stylesheets/landing_ja/_sp.scss */
  #footer .footmenu_sp.show-for-small-only .small-3 {
    border-right: 1px dotted #f25633;
    color: #f25633;
    padding: 5px 10px;
    font-size: 8px;
    height: 80px;
  }
  /* line 359, app/assets/stylesheets/landing_ja/_sp.scss */
  #footer .footmenu_sp.show-for-small-only .small-3:last-child {
    border-right: none;
  }
  /* line 365, app/assets/stylesheets/landing_ja/_sp.scss */
  .content {
    margin-top: 5px;
    overflow: visible;
  }
  /* line 368, app/assets/stylesheets/landing_ja/_sp.scss */
  .content > div:last-child {
    padding-bottom: 80px !important;
  }
  /* line 371, app/assets/stylesheets/landing_ja/_sp.scss */
  .content h2 {
    font-size: 26px;
    color: #4d4d4d;
    padding-left: 14px;
    margin-bottom: 20px;
    position: relative;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    border-left: #f25633 6px solid;
    min-height: 34px;
    line-height: 34px;
  }
  /* line 380, app/assets/stylesheets/landing_ja/_sp.scss */
  .content h2 .year {
    position: absolute;
    right: 0;
  }
  /* line 386, app/assets/stylesheets/landing_ja/_sp.scss */
  .content h2.regular {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 24px;
  }
  /* line 387, app/assets/stylesheets/landing_ja/_sp.scss */
  .content hr.h2_firstline {
    margin-top: 0px;
  }
  /* line 388, app/assets/stylesheets/landing_ja/_sp.scss */
  .content p {
    font-size: 14px;
  }
  /* line 389, app/assets/stylesheets/landing_ja/_sp.scss */
  .content h3 {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 391, app/assets/stylesheets/landing_ja/_sp.scss */
  .content h3.big {
    font-size: 32px;
    margin-bottom: 10px;
    min-height: 52px;
    line-height: 52px;
  }
  /* line 395, app/assets/stylesheets/landing_ja/_sp.scss */
  .content h3.big img.count {
    margin-top: -10px;
    padding-right: 14px;
  }
  /* line 400, app/assets/stylesheets/landing_ja/_sp.scss */
  .content h3.medium {
    font-size: 24px;
    padding-left: 14px;
    border-left: #f25633 6px solid;
  }
  /* line 406, app/assets/stylesheets/landing_ja/_sp.scss */
  .content a {
    color: #39af4a;
  }
  /* line 408, app/assets/stylesheets/landing_ja/_sp.scss */
  .content a:visited {
    color: #39af4a;
    opacity: 0.8;
  }
  /* line 412, app/assets/stylesheets/landing_ja/_sp.scss */
  .content a:hover {
    opacity: 0.8;
  }
  /* line 415, app/assets/stylesheets/landing_ja/_sp.scss */
  .content a.button, .content a.registration-oauth__twitter-btn, .content a.registration-oauth__google-btn, .content a.registration-oauth__facebook-btn, .content a.registration-email-btn, .content a.price-lineup__button {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    color: #fff;
  }
  /* line 420, app/assets/stylesheets/landing_ja/_sp.scss */
  .content .panel {
    background: #fff;
    border-radius: 10px;
    border: none;
  }
  /* line 424, app/assets/stylesheets/landing_ja/_sp.scss */
  .content .panel h2, .content .panel h3, .content .panel h4, .content .panel div, .content .panel p {
    color: #4d4d4d;
  }
  /* line 427, app/assets/stylesheets/landing_ja/_sp.scss */
  .content .panel h4 {
    font-size: 16px;
    color: #f25633;
  }
  /* line 433, app/assets/stylesheets/landing_ja/_sp.scss */
  .content .sidebar {
    margin-top: 15px;
  }
  /* line 435, app/assets/stylesheets/landing_ja/_sp.scss */
  .content .sidebar .menu li {
    font-size: 12px;
    color: #4d4d4d;
    margin-bottom: 15px;
    padding-left: 13px;
    height: 5px;
    min-height: 24px;
    line-height: 24px;
  }
  /* line 436, app/assets/stylesheets/landing_ja/_sp.scss */
  .content .sidebar .menu li a {
    color: #4d4d4d;
  }
  /* line 443, app/assets/stylesheets/landing_ja/_sp.scss */
  .content .sidebar .menu li.current {
    padding-left: 7px;
    border-left: #f25633 6px solid;
  }
  /* line 449, app/assets/stylesheets/landing_ja/_sp.scss */
  .content > .mainvisual {
    padding: 0 !important;
  }
  /* line 452, app/assets/stylesheets/landing_ja/_sp.scss */
  .columns.sidebar ul {
    margin: 0 0 20px 0;
  }
  /* line 452, app/assets/stylesheets/landing_ja/_sp.scss */
  .columns.sidebar ul li {
    margin-bottom: 10px;
  }
  /* line 455, app/assets/stylesheets/landing_ja/_sp.scss */
  .accordion.wide dd a {
    color: #4d4d4d;
    font-size: 14px;
    padding-right: 20px;
    background-color: #fff;
    border-bottom: 1px solid #ececec;
    position: relative;
    overflow: hidden;
  }
  /* line 464, app/assets/stylesheets/landing_ja/_sp.scss */
  .accordion.wide dd a .day {
    margin-top: 10px;
    font-size: 12px;
    color: #c7c7c7;
  }
  /* line 469, app/assets/stylesheets/landing_ja/_sp.scss */
  .accordion.wide dd a:after {
    content: ">";
    text-align: center;
    color: #ececec;
    font-size: 30px;
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -20px;
  }
  /* line 481, app/assets/stylesheets/landing_ja/_sp.scss */
  .accordion.wide dd.active a:after {
    content: "∨";
    font-size: 44px;
    top: 48%;
    right: 10px;
  }
  /* line 487, app/assets/stylesheets/landing_ja/_sp.scss */
  .accordion.wide dd .content {
    margin-top: 0;
  }
  /* line 492, app/assets/stylesheets/landing_ja/_sp.scss */
  #media .accordion.wide dd a {
    padding-left: 0px;
    padding-right: 28px;
  }
  /* line 494, app/assets/stylesheets/landing_ja/_sp.scss */
  .accordion.default dd {
    padding-bottom: 20px;
    background: url(/assets/new/img/common/down-60a09201d0b78b966f345299924088b1b6f45bb52e89bafd562b92b7cb22dbee.jpg) no-repeat;
    padding-left: 32px;
  }
  /* line 498, app/assets/stylesheets/landing_ja/_sp.scss */
  .accordion.default dd.active {
    background: url(/assets/new/img/common/up-aa00ceb1c0829a01b7aab88cbd12ec60aebb2373a4f068103e707008c41e696e.jpg) no-repeat;
  }
  /* line 501, app/assets/stylesheets/landing_ja/_sp.scss */
  .accordion.default dd > a {
    display: block;
    background: none;
    padding: 0;
    color: #f25633;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 508, app/assets/stylesheets/landing_ja/_sp.scss */
  .accordion.default dd .content {
    margin-top: 0;
  }
  /* line 514, app/assets/stylesheets/landing_ja/_sp.scss */
  .mainvisual_guidepage {
    background: url(/assets/new/img/guide/main_sp-6727a38b0086b9b5421189d5893b5c732926e940e3ae4a4422c77263d401a498.jpg);
    height: 140px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  /* line 520, app/assets/stylesheets/landing_ja/_sp.scss */
  .mainvisual_guidepage h1 img {
    text-align: left;
    padding: 50px 0 0 5%;
    width: 55%;
  }
  /* line 523, app/assets/stylesheets/landing_ja/_sp.scss */
  #guidepage h2 {
    font-size: 24px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin-bottom: 0px;
  }
  /* line 524, app/assets/stylesheets/landing_ja/_sp.scss */
  #guidepage h3 {
    font-size: 16px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin-top: 0px;
    min-height: 30px;
    line-height: 30px;
    margin-bottom: 0px;
  }
  /* line 525, app/assets/stylesheets/landing_ja/_sp.scss */
  #guidepage h4 {
    font-size: 14px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 526, app/assets/stylesheets/landing_ja/_sp.scss */
  #guidepage p {
    font-size: 12px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 527, app/assets/stylesheets/landing_ja/_sp.scss */
  #guidepage hr {
    margin: 10px 0 20px;
  }
  /* line 528, app/assets/stylesheets/landing_ja/_sp.scss */
  #guidepage hr.guidetitle {
    margin: 5px 0 20px;
  }
  /* line 529, app/assets/stylesheets/landing_ja/_sp.scss */
  #guidepage .panel {
    padding: 15px 15px 30px;
  }
  /* line 530, app/assets/stylesheets/landing_ja/_sp.scss */
  #guidepage .sidebar a {
    font-size: 13px;
    color: #4d4d4d;
  }
  /* line 531, app/assets/stylesheets/landing_ja/_sp.scss */
  #guidepage .sidebar .current a {
    font-size: 13px;
    color: #4d4d4d;
  }
  /* line 532, app/assets/stylesheets/landing_ja/_sp.scss */
  #guidepage .count {
    width: 34px;
    padding-right: 0px;
    margin-right: 5px;
    margin-top: -6px;
  }
  /* line 533, app/assets/stylesheets/landing_ja/_sp.scss */
  #guidepage .thumbnail {
    margin-bottom: 20px;
  }
  /* line 536, app/assets/stylesheets/landing_ja/_sp.scss */
  #guidepage .skype_mark {
    max-width: 30%;
  }
  /* line 537, app/assets/stylesheets/landing_ja/_sp.scss */
  #guidepage .row {
    margin: 0 0 20px;
  }
  /* line 541, app/assets/stylesheets/landing_ja/_sp.scss */
  #faq h3.regular {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 20px;
    margin: 20px 0 5px;
  }
  /* line 542, app/assets/stylesheets/landing_ja/_sp.scss */
  #faq .panel {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  /* line 544, app/assets/stylesheets/landing_ja/_sp.scss */
  #faq .question dt {
    color: #f25633;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    padding-left: 32px;
    background: url(/assets/new/img/common/down-60a09201d0b78b966f345299924088b1b6f45bb52e89bafd562b92b7cb22dbee.jpg) no-repeat;
  }
  /* line 549, app/assets/stylesheets/landing_ja/_sp.scss */
  #faq .question dt.open {
    background: url(/assets/new/img/common/up-aa00ceb1c0829a01b7aab88cbd12ec60aebb2373a4f068103e707008c41e696e.jpg) no-repeat;
  }
  /* line 553, app/assets/stylesheets/landing_ja/_sp.scss */
  #faq .question dd {
    padding-left: 32px;
  }
  /* line 555, app/assets/stylesheets/landing_ja/_sp.scss */
  #faq .question dd a {
    font-size: 13px;
  }
  /* line 556, app/assets/stylesheets/landing_ja/_sp.scss */
  #faq .question dd .content {
    padding: 10px 0 0 10px;
    font-size: 11px;
  }
  /* line 561, app/assets/stylesheets/landing_ja/_sp.scss */
  #contact .panel > div {
    margin: 20px 0;
  }
  /* line 563, app/assets/stylesheets/landing_ja/_sp.scss */
  #contact .panel > div .large-3.contacticon {
    padding: 0px;
  }
  /* line 568, app/assets/stylesheets/landing_ja/_sp.scss */
  #contact .panel .alert-box {
    max-width: 310px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    color: white;
    margin-right: auto;
    margin-left: auto;
  }
  /* line 569, app/assets/stylesheets/landing_ja/_sp.scss */
  #contact .panel .alert-box.alert {
    background: #B8883B;
  }
  /* line 569, app/assets/stylesheets/landing_ja/_sp.scss */
  #contact .panel .alert-box.alert .close {
    color: white;
    opacity: 1;
    margin-right: 10px;
  }
  /* line 570, app/assets/stylesheets/landing_ja/_sp.scss */
  #contact .panel form {
    margin-top: 10px;
  }
  /* line 573, app/assets/stylesheets/landing_ja/_sp.scss */
  #contact .panel form table th {
    width: 100px;
    line-height: 2.3125rem;
    vertical-align: top;
  }
  /* line 580, app/assets/stylesheets/landing_ja/_sp.scss */
  #contact .panel ul li {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
  }
  /* line 581, app/assets/stylesheets/landing_ja/_sp.scss */
  #contact .panel .small-0 {
    margin: 0;
    padding: 0;
  }
  /* line 582, app/assets/stylesheets/landing_ja/_sp.scss */
  #contact .panel .send {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 584, app/assets/stylesheets/landing_ja/_sp.scss */
  .panel.shadow {
    box-shadow: 6px 6px 0 0 #fdefe0;
  }
  /* line 587, app/assets/stylesheets/landing_ja/_sp.scss */
  .button, .registration-oauth__twitter-btn, .registration-oauth__google-btn, .registration-oauth__facebook-btn, .registration-email-btn, .price-lineup__button {
    white-space: normal;
  }
  /* line 589, app/assets/stylesheets/landing_ja/_sp.scss */
  .button.signup, .signup.registration-oauth__twitter-btn, .signup.registration-oauth__google-btn, .signup.registration-oauth__facebook-btn, .signup.registration-email-btn, .signup.price-lineup__button {
    background-color: #f9971e;
    box-shadow: 3px 3px 0 0 #f18d1e;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    color: #fff;
    border-radius: 5px;
    position: relative;
  }
  /* line 593, app/assets/stylesheets/landing_ja/_sp.scss */
  .button.signup:hover, .signup.registration-oauth__twitter-btn:hover, .signup.registration-oauth__google-btn:hover, .signup.registration-oauth__facebook-btn:hover, .signup.registration-email-btn:hover, .signup.price-lineup__button:hover {
    top: 2px;
    left: 2px;
    box-shadow: 3px 3px 0 0 #f18d1e;
  }
  /* line 599, app/assets/stylesheets/landing_ja/_sp.scss */
  .button.orange, .orange.registration-oauth__twitter-btn, .orange.registration-oauth__google-btn, .orange.registration-oauth__facebook-btn, .orange.registration-email-btn, .orange.price-lineup__button {
    background-color: #f25633;
    box-shadow: 6px 6px 0 0 #fad9cf;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    color: #fff;
    border-radius: 5px;
    position: relative;
    font-size: 14px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  /* line 606, app/assets/stylesheets/landing_ja/_sp.scss */
  .button.orange:hover, .orange.registration-oauth__twitter-btn:hover, .orange.registration-oauth__google-btn:hover, .orange.registration-oauth__facebook-btn:hover, .orange.registration-email-btn:hover, .orange.price-lineup__button:hover {
    top: 2px;
    left: 2px;
    box-shadow: 5px 5px 0 0 #f8a593;
  }
  /* line 611, app/assets/stylesheets/landing_ja/_sp.scss */
  .button.orange.login, .orange.login.registration-oauth__twitter-btn, .orange.login.registration-oauth__google-btn, .orange.login.registration-oauth__facebook-btn, .orange.login.registration-email-btn, .orange.login.price-lineup__button {
    padding-right: 20px;
    padding-left: 42px;
    background-image: url(/assets/new/img/common/login-reverse-6a3137d9bb99cfd8ddd47d56213f7ac5a516f9300a1bf66a8511179ed0afc6a8.svg);
    background-position: 14px 14px;
    background-repeat: no-repeat;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 620, app/assets/stylesheets/landing_ja/_sp.scss */
  .button.lorange, .lorange.registration-oauth__twitter-btn, .lorange.registration-oauth__google-btn, .lorange.registration-oauth__facebook-btn, .lorange.registration-email-btn, .lorange.price-lineup__button {
    background-color: #f18d1e;
    box-shadow: 6px 6px 0 0 #d57e1a;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    color: #fff;
    border-radius: 5px;
    position: relative;
  }
  /* line 624, app/assets/stylesheets/landing_ja/_sp.scss */
  .button.lorange:hover, .lorange.registration-oauth__twitter-btn:hover, .lorange.registration-oauth__google-btn:hover, .lorange.registration-oauth__facebook-btn:hover, .lorange.registration-email-btn:hover, .lorange.price-lineup__button:hover {
    top: 6px;
    left: 6px;
    box-shadow: 5px 5px 0 0 #d57e1a;
  }
  /* line 632, app/assets/stylesheets/landing_ja/_sp.scss */
  #login > .large-8 {
    margin: 0 auto;
    float: none;
  }
  /* line 636, app/assets/stylesheets/landing_ja/_sp.scss */
  #login .large-3.columns {
    font-size: 12px;
  }
  /* line 637, app/assets/stylesheets/landing_ja/_sp.scss */
  #login h2 {
    color: #f25633;
    text-align: center;
    padding-left: 0;
    border: none;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 22px;
    margin: 10px 0 0px;
  }
  /* line 645, app/assets/stylesheets/landing_ja/_sp.scss */
  #login .form {
    padding: 10px 0 0px;
  }
  /* line 648, app/assets/stylesheets/landing_ja/_sp.scss */
  #login .login_button {
    margin-top: 20px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 649, app/assets/stylesheets/landing_ja/_sp.scss */
  #login p.nonpass {
    margin-bottom: 0px;
    text-align: left;
    width: 215px;
    margin: 0 auto;
  }
  /* line 654, app/assets/stylesheets/landing_ja/_sp.scss */
  #login p.nonpass a {
    font-size: 12px;
  }
  /* line 659, app/assets/stylesheets/landing_ja/_sp.scss */
  body.individual-registration #register .steps div {
    background: url(/assets/new/img/register/step-4da757ed3779b467fdfa3507ee9bbe97d00de63142e9136a0f16961085db8835.svg) no-repeat;
    background-size: 100%;
  }
  /* line 665, app/assets/stylesheets/landing_ja/_sp.scss */
  #register .panel {
    padding: 30px 10px 20px;
  }
  /* line 666, app/assets/stylesheets/landing_ja/_sp.scss */
  #register .nonpass {
    font-size: 12px;
    margin-top: 10px;
  }
  /* line 667, app/assets/stylesheets/landing_ja/_sp.scss */
  #register .formspace {
    margin: 0 0 20px;
    overflow: hidden;
    font-size: 12px;
  }
  /* line 668, app/assets/stylesheets/landing_ja/_sp.scss */
  #register > .large-10 {
    margin: 0 auto;
    float: none;
  }
  /* line 672, app/assets/stylesheets/landing_ja/_sp.scss */
  #register > h2 {
    color: #f25633;
    height: auto;
    padding-left: 0;
    border: none;
    font-size: 22px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  /* line 682, app/assets/stylesheets/landing_ja/_sp.scss */
  #register .steps {
    margin: 20px auto 20px;
    overflow: hidden;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    overflow: hidden;
  }
  /* line 687, app/assets/stylesheets/landing_ja/_sp.scss */
  #register .steps div {
    min-height: 22px;
    line-height: 22px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    padding-left: 0.6375rem;
    height: 30px;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.3;
  }
  /* line 695, app/assets/stylesheets/landing_ja/_sp.scss */
  #register .steps div.current {
    opacity: 1;
  }
  /* line 698, app/assets/stylesheets/landing_ja/_sp.scss */
  #register .steps div:last-child {
    margin-right: 0px;
    float: left;
  }
  /* line 706, app/assets/stylesheets/landing_ja/_sp.scss */
  #register.input .panel .form h3 {
    font-size: 18px;
    margin: 0 0 30px;
  }
  /* line 706, app/assets/stylesheets/landing_ja/_sp.scss */
  #register.input .panel .form h3 span {
    color: #f25633;
  }
  /* line 707, app/assets/stylesheets/landing_ja/_sp.scss */
  #register.input .panel .form .nametag {
    font-size: 14px;
  }
  /* line 708, app/assets/stylesheets/landing_ja/_sp.scss */
  #register.input .panel .form .nametag1 {
    font-size: 14px;
  }
  /* line 709, app/assets/stylesheets/landing_ja/_sp.scss */
  #register.input .panel .form .nametag2 {
    font-size: 14px;
  }
  /* line 710, app/assets/stylesheets/landing_ja/_sp.scss */
  #register.input .panel .form .nametag3 {
    font-size: 14px;
  }
  /* line 714, app/assets/stylesheets/landing_ja/_sp.scss */
  #register.input .panel .termsofuse {
    padding: 10px;
    margin-bottom: 40px;
    border: #ececec 1px solid;
    overflow: scroll;
    height: 100px;
  }
  /* line 720, app/assets/stylesheets/landing_ja/_sp.scss */
  #register.input .panel .termsofuse > p {
    font-size: smaller;
  }
  /* line 726, app/assets/stylesheets/landing_ja/_sp.scss */
  #register.confirm .panel p.attention {
    color: #f25633;
    font-size: 14px;
    margin-bottom: 30px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 732, app/assets/stylesheets/landing_ja/_sp.scss */
  #register.confirm .panel h3 {
    color: #f25633;
    font-size: 12px;
    margin-bottom: 20px;
  }
  /* line 737, app/assets/stylesheets/landing_ja/_sp.scss */
  #register.confirm .panel p.description_mail {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    color: #4d4d4d;
    font-size: 12px;
  }
  /* line 738, app/assets/stylesheets/landing_ja/_sp.scss */
  #register.confirm .panel p.mail {
    color: #f25633;
    font-size: 20px;
    margin: 20px auto 40px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 744, app/assets/stylesheets/landing_ja/_sp.scss */
  #register.confirm .panel p.ifnot {
    background: #ececec;
    border-radius: 5px;
    padding: 20px;
    margin: 0 10px;
    font-size: 12px;
  }
  /* line 753, app/assets/stylesheets/landing_ja/_sp.scss */
  #register.complete .panel p {
    font-size: 16px;
    color: #f25633;
    padding-left: 0;
    border: none;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin-bottom: 20px;
  }
  /* line 760, app/assets/stylesheets/landing_ja/_sp.scss */
  #register.complete .panel table {
    margin: 40px auto;
  }
  /* line 764, app/assets/stylesheets/landing_ja/_sp.scss */
  #register .help-block {
    font-size: 13px;
    margin-top: -10px;
    margin-bottom: 10px;
    color: #B8883B;
  }
  /* line 767, app/assets/stylesheets/landing_ja/_sp.scss */
  #pressrelease .sidebar a, #news .sidebar a, #media .sidebar a, #presskit .sidebar a {
    font-size: 13px;
    color: #4d4d4d;
  }
  /* line 768, app/assets/stylesheets/landing_ja/_sp.scss */
  #pressrelease .sidebar .current a, #news .sidebar .current a, #media .sidebar .current a, #presskit .sidebar .current a {
    font-size: 13px;
    color: #4d4d4d;
  }
  /* line 769, app/assets/stylesheets/landing_ja/_sp.scss */
  #pressrelease .large-2.small-12.columns.sidebar, #news .large-2.small-12.columns.sidebar, #media .large-2.small-12.columns.sidebar, #presskit .large-2.small-12.columns.sidebar {
    padding-right: 0px;
  }
  /* line 770, app/assets/stylesheets/landing_ja/_sp.scss */
  #pressrelease .panel, #news .panel, #media .panel, #presskit .panel {
    padding: 20px 15px 10px;
  }
  /* line 772, app/assets/stylesheets/landing_ja/_sp.scss */
  #pressrelease hr, #news hr, #media hr, #presskit hr {
    margin-bottom: 5px;
  }
  /* line 773, app/assets/stylesheets/landing_ja/_sp.scss */
  #pressrelease hr.firstline, #news hr.firstline, #media hr.firstline, #presskit hr.firstline {
    margin-bottom: 0px;
  }
  /* line 775, app/assets/stylesheets/landing_ja/_sp.scss */
  #pressrelease h2 span.year, #news h2 span.year, #media h2 span.year, #presskit h2 span.year {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 776, app/assets/stylesheets/landing_ja/_sp.scss */
  #pressrelease h2.regular, #news h2.regular, #media h2.regular, #presskit h2.regular {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin: 0px 0 10px;
    font-size: 20px;
  }
  /* line 780, app/assets/stylesheets/landing_ja/_sp.scss */
  #pressrelease dl.row dd, #news dl.row dd, #media dl.row dd, #presskit dl.row dd {
    margin: 0px 1.25rem;
    padding: 20px 0;
    border-bottom: 1px solid #dddddd;
  }
  /* line 781, app/assets/stylesheets/landing_ja/_sp.scss */
  #pressrelease dl.row dd:last-child, #news dl.row dd:last-child, #media dl.row dd:last-child, #presskit dl.row dd:last-child {
    border: none;
  }
  /* line 782, app/assets/stylesheets/landing_ja/_sp.scss */
  #pressrelease dl.row .thumbnail, #news dl.row .thumbnail, #media dl.row .thumbnail, #presskit dl.row .thumbnail {
    padding-top: 3px;
    overflow: hidden;
  }
  /* line 783, app/assets/stylesheets/landing_ja/_sp.scss */
  #pressrelease dl.row .day, #news dl.row .day, #media dl.row .day, #presskit dl.row .day {
    font-size: 10px;
    margin-top: 10px;
    display: block;
    color: #c7c7c7;
  }
  /* line 784, app/assets/stylesheets/landing_ja/_sp.scss */
  #pressrelease dl.row h3, #news dl.row h3, #media dl.row h3, #presskit dl.row h3 {
    font-size: 14px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 24px;
  }
  /* line 787, app/assets/stylesheets/landing_ja/_sp.scss */
  #pressrelease dl.row .small-11.nopadleft, #news dl.row .small-11.nopadleft, #media dl.row .small-11.nopadleft, #presskit dl.row .small-11.nopadleft {
    padding-left: 0px;
  }
  /* line 788, app/assets/stylesheets/landing_ja/_sp.scss */
  #pressrelease dl.row .large-1 .arrow, #news dl.row .large-1 .arrow, #media dl.row .large-1 .arrow, #presskit dl.row .large-1 .arrow {
    background: url(/assets/new/img/newsmedia/arrow-33d45f7f64640a76ef792a2cc4d64ff7f46a45695eeb219a9e6a3a279df3b652.svg) no-repeat;
    text-align: center;
    width: 15px;
    height: 30px;
    display: block;
    margin-left: 4px;
    background-size: 100%;
  }
  /* line 799, app/assets/stylesheets/landing_ja/_sp.scss */
  #media dl.row dd .arrow {
    margin-top: 41px;
  }
  /* line 800, app/assets/stylesheets/landing_ja/_sp.scss */
  #pressrelease dl.row dd, #news dl.row dd {
    min-height: 142px;
  }
  /* line 800, app/assets/stylesheets/landing_ja/_sp.scss */
  #pressrelease dl.row dd .arrow, #news dl.row dd .arrow {
    margin-top: 51px;
  }
  /* line 801, app/assets/stylesheets/landing_ja/_sp.scss */
  #news.detail dl.row h3 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  /* line 805, app/assets/stylesheets/landing_ja/_sp.scss */
  #presskit .panel hr {
    margin: 0 0 10px;
  }
  /* line 808, app/assets/stylesheets/landing_ja/_sp.scss */
  #presskit .panel hr.show-for-small {
    margin: 0 0.9375rem 0;
  }
  /* line 811, app/assets/stylesheets/landing_ja/_sp.scss */
  #presskit .panel .large-6 {
    line-height: 167px;
  }
  /* line 816, app/assets/stylesheets/landing_ja/_sp.scss */
  .mainvisual_story {
    background: url(/assets/new/img/story/main_sp2-7e68c9bea2fb083e47b87975cdeafe69e84fd0e8ee9f3245fa7f47a6ae4483fd.jpg);
    background-repeat: no-repeat;
    height: 210px;
    background-position: center center;
    background-size: 100%;
  }
  /* line 822, app/assets/stylesheets/landing_ja/_sp.scss */
  .mainvisual_story h1 {
    font-size: 17px;
    color: white;
    text-align: center;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    padding-top: 24%;
    padding-left: 12px;
  }
  /* line 825, app/assets/stylesheets/landing_ja/_sp.scss */
  #story.content {
    margin-top: 0;
  }
  /* line 827, app/assets/stylesheets/landing_ja/_sp.scss */
  #story.content > div {
    margin: 0 auto;
  }
  /* line 830, app/assets/stylesheets/landing_ja/_sp.scss */
  #story.content .flag {
    margin-top: -40px;
    margin-left: -90px;
    position: absolute;
    z-index: 5;
    width: 180px;
  }
  /* line 838, app/assets/stylesheets/landing_ja/_sp.scss */
  #story.content .panel {
    position: relative;
    padding: 10px 15px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    margin-bottom: 20px;
  }
  /* line 847, app/assets/stylesheets/landing_ja/_sp.scss */
  #story.content .panel h2 {
    color: #f25633;
    font-size: 26px;
    margin-top: 50px;
    margin-bottom: 40px;
    padding-left: 0;
    border: none;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 855, app/assets/stylesheets/landing_ja/_sp.scss */
  #story.content .panel p.prologue {
    font-size: 13px;
    line-height: 2em;
    margin-bottom: 50px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 861, app/assets/stylesheets/landing_ja/_sp.scss */
  #story.content .panel p.content {
    line-height: 2.5em;
    padding-bottom: 200px;
    font-size: 13px;
  }
  /* line 867, app/assets/stylesheets/landing_ja/_sp.scss */
  #story.content .panel .bottom_img {
    position: absolute;
    bottom: 0;
  }
  /* line 871, app/assets/stylesheets/landing_ja/_sp.scss */
  #story.content .panel #image1 {
    left: 0px;
    width: 80px;
  }
  /* line 875, app/assets/stylesheets/landing_ja/_sp.scss */
  #story.content .panel #sign1 {
    left: 70px;
    bottom: 30px;
    width: 60px;
  }
  /* line 880, app/assets/stylesheets/landing_ja/_sp.scss */
  #story.content .panel #image2 {
    right: 0px;
    width: 80px;
  }
  /* line 884, app/assets/stylesheets/landing_ja/_sp.scss */
  #story.content .panel #sign2 {
    right: 80px;
    bottom: 30px;
    width: 60px;
  }
  /* line 892, app/assets/stylesheets/landing_ja/_sp.scss */
  #story .introduce h3 {
    font-size: 14px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin-top: 20px;
    color: #4d4d4d;
  }
  /* line 898, app/assets/stylesheets/landing_ja/_sp.scss */
  #story .introduce a {
    display: block;
    font-size: 12px;
    margin-top: 5px;
  }
  /* line 902, app/assets/stylesheets/landing_ja/_sp.scss */
  #privacy .panel, #legal .panel {
    padding: 10px 20px 20px;
  }
  /* line 904, app/assets/stylesheets/landing_ja/_sp.scss */
  #privacy .panel .termsofuse, #legal .panel .termsofuse {
    padding: 10px 0 20px;
  }
  /* line 906, app/assets/stylesheets/landing_ja/_sp.scss */
  #privacy .panel .termsofuse p, #legal .panel .termsofuse p {
    font-size: 14px;
  }
  /* line 910, app/assets/stylesheets/landing_ja/_sp.scss */
  #privacy .panel .termsofuse table th, #legal .panel .termsofuse table th {
    white-space: nowrap;
  }
  /* line 918, app/assets/stylesheets/landing_ja/_sp.scss */
  #course {
    margin-top: 0px;
    background: #fff;
  }
  /* line 920, app/assets/stylesheets/landing_ja/_sp.scss */
  #course .mainvisual {
    background: url(/assets/new/img/course/main_sp-e0c6da09cef4258a706bba67b463a6ee3dc75722e13fcd85ca8874c49869c06a.jpg) no-repeat;
    background-color: #fff7ed;
    width: 100%;
    height: 170px;
    background-position: center center;
    background-size: 135%;
  }
  /* line 920, app/assets/stylesheets/landing_ja/_sp.scss */
  #course .mainvisual h1 {
    color: white;
    text-align: center;
    padding-top: 13%;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 23px;
  }
  /* line 920, app/assets/stylesheets/landing_ja/_sp.scss */
  #course .mainvisual h1 span {
    display: block;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 922, app/assets/stylesheets/landing_ja/_sp.scss */
  #course #icon {
    margin-top: -50px;
    margin-bottom: 20px;
    margin-left: -5px;
  }
  /* line 923, app/assets/stylesheets/landing_ja/_sp.scss */
  #course #icon img {
    width: 95%;
    margin-top: 8%;
  }
  /* line 924, app/assets/stylesheets/landing_ja/_sp.scss */
  #course #icon a:hover {
    opacity: 1;
  }
  /* line 928, app/assets/stylesheets/landing_ja/_sp.scss */
  #course #icon > div {
    padding: 0;
  }
  /* line 933, app/assets/stylesheets/landing_ja/_sp.scss */
  #course .accordion .content {
    margin: 0;
  }
  /* line 938, app/assets/stylesheets/landing_ja/_sp.scss */
  #course > div > div {
    padding: 0px 0 0;
  }
  /* line 941, app/assets/stylesheets/landing_ja/_sp.scss */
  #course > div .lead {
    color: #fff;
  }
  /* line 942, app/assets/stylesheets/landing_ja/_sp.scss */
  #course > div .lead .row {
    padding: 30px 0 20px;
  }
  /* line 943, app/assets/stylesheets/landing_ja/_sp.scss */
  #course > div .lead .large-6:first-child {
    margin-bottom: 40px;
  }
  /* line 947, app/assets/stylesheets/landing_ja/_sp.scss */
  #course > div .lead > div {
    padding-bottom: 80px;
  }
  /* line 951, app/assets/stylesheets/landing_ja/_sp.scss */
  #course > div .lead .explanation h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
  }
  /* line 956, app/assets/stylesheets/landing_ja/_sp.scss */
  #course > div .lead .explanation .button, #course > div .lead .explanation .registration-oauth__twitter-btn, #course > div .lead .explanation .registration-oauth__google-btn, #course > div .lead .explanation .registration-oauth__facebook-btn, #course > div .lead .explanation .registration-email-btn, #course > div .lead .explanation .price-lineup__button {
    background: #fff;
  }
  /* line 960, app/assets/stylesheets/landing_ja/_sp.scss */
  #course > div .lead .name {
    margin-bottom: 20px;
  }
  /* line 962, app/assets/stylesheets/landing_ja/_sp.scss */
  #course > div .lead .name img {
    max-width: 103%;
  }
  /* line 964, app/assets/stylesheets/landing_ja/_sp.scss */
  #course > div .lead .lesson img {
    max-width: 135%;
  }
  /* line 966, app/assets/stylesheets/landing_ja/_sp.scss */
  #course > div .details {
    padding-bottom: 40px;
  }
  /* line 968, app/assets/stylesheets/landing_ja/_sp.scss */
  #course > div .details .detail {
    background-color: #fff;
    padding: 10px 0;
    margin-bottom: 40px;
    border-radius: 10px;
  }
  /* line 973, app/assets/stylesheets/landing_ja/_sp.scss */
  #course > div .details .detail h4 {
    margin-bottom: 20px;
  }
  /* line 976, app/assets/stylesheets/landing_ja/_sp.scss */
  #course > div .details .detail .thumb {
    margin-bottom: 20px;
  }
  /* line 980, app/assets/stylesheets/landing_ja/_sp.scss */
  #course > div .details .textbook {
    padding: 20px;
    border-radius: 10px;
    color: #fff;
  }
  /* line 984, app/assets/stylesheets/landing_ja/_sp.scss */
  #course > div .details .textbook h4 {
    color: #fff;
    font-size: 17px;
  }
  /* line 988, app/assets/stylesheets/landing_ja/_sp.scss */
  #course > div .details .textbook .sample {
    margin-bottom: 20px;
  }
  /* line 991, app/assets/stylesheets/landing_ja/_sp.scss */
  #course > div .details .textbook p {
    font-size: 14px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 998, app/assets/stylesheets/landing_ja/_sp.scss */
  #course .button.download, #course .download.registration-oauth__twitter-btn, #course .download.registration-oauth__google-btn, #course .download.registration-oauth__facebook-btn, #course .download.registration-email-btn, #course .download.price-lineup__button {
    background: #fff;
    padding: 5px 20px;
    border-radius: 17px;
  }
  /* line 1004, app/assets/stylesheets/landing_ja/_sp.scss */
  #course #academy .lead {
    background: #29a5dc;
  }
  /* line 1007, app/assets/stylesheets/landing_ja/_sp.scss */
  #course #academy .lead .explanation .button, #course #academy .lead .explanation .registration-oauth__twitter-btn, #course #academy .lead .explanation .registration-oauth__google-btn, #course #academy .lead .explanation .registration-oauth__facebook-btn, #course #academy .lead .explanation .registration-email-btn, #course #academy .lead .explanation .price-lineup__button {
    color: #29a5dc;
    box-shadow: 6px 6px 0 0 #2494c6;
  }
  /* line 1010, app/assets/stylesheets/landing_ja/_sp.scss */
  #course #academy .lead .explanation .button:hover, #course #academy .lead .explanation .registration-oauth__twitter-btn:hover, #course #academy .lead .explanation .registration-oauth__google-btn:hover, #course #academy .lead .explanation .registration-oauth__facebook-btn:hover, #course #academy .lead .explanation .registration-email-btn:hover, #course #academy .lead .explanation .price-lineup__button:hover {
    opacity: 1;
    top: 2px;
    box-shadow: 4px 4px 0 0 #2494c6;
  }
  /* line 1018, app/assets/stylesheets/landing_ja/_sp.scss */
  #course #academy .details {
    padding: 20px 0;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    background: #2494c6;
  }
  /* line 1023, app/assets/stylesheets/landing_ja/_sp.scss */
  #course #academy .details .large-4.columns.beginner, #course #academy .details .large-4.columns.normal, #course #academy .details .large-4.columns.expert {
    margin-bottom: 30px;
  }
  /* line 1025, app/assets/stylesheets/landing_ja/_sp.scss */
  #course #academy .details > .detail h4 {
    font-size: 23px;
    margin-bottom: 10px;
  }
  /* line 1028, app/assets/stylesheets/landing_ja/_sp.scss */
  #course #academy .details > .detail h4 img {
    height: 30px;
  }
  /* line 1032, app/assets/stylesheets/landing_ja/_sp.scss */
  #course #academy .details > .detail h5 {
    font-size: 16px;
  }
  /* line 1033, app/assets/stylesheets/landing_ja/_sp.scss */
  #course #academy .details > .detail p {
    font-size: 12px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin-bottom: 0px;
  }
  /* line 1034, app/assets/stylesheets/landing_ja/_sp.scss */
  #course #academy .details > .detail p.course_last {
    margin-bottom: 30px;
  }
  /* line 1036, app/assets/stylesheets/landing_ja/_sp.scss */
  #course #academy .details > .detail .beginner h4, #course #academy .details > .detail .beginner h5 {
    color: #86c03f;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 1042, app/assets/stylesheets/landing_ja/_sp.scss */
  #course #academy .details > .detail .normal h4, #course #academy .details > .detail .normal h5 {
    color: #29a5dc;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 1048, app/assets/stylesheets/landing_ja/_sp.scss */
  #course #academy .details > .detail .expert h4, #course #academy .details > .detail .expert h5 {
    color: #f18d1e;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 1054, app/assets/stylesheets/landing_ja/_sp.scss */
  #course #academy .details .textbook {
    background: #29a5dc;
    padding-bottom: 20px !important;
  }
  /* line 1058, app/assets/stylesheets/landing_ja/_sp.scss */
  #course #academy .details .button, #course #academy .details .registration-oauth__twitter-btn, #course #academy .details .registration-oauth__google-btn, #course #academy .details .registration-oauth__facebook-btn, #course #academy .details .registration-email-btn, #course #academy .details .price-lineup__button {
    color: #29a5dc;
  }
  /* line 1061, app/assets/stylesheets/landing_ja/_sp.scss */
  #course #academy .details h6 {
    font-size: 18px;
    text-align: left;
  }
  /* line 1064, app/assets/stylesheets/landing_ja/_sp.scss */
  #course #academy .details h6 span.color_green {
    color: #86c03f;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 1065, app/assets/stylesheets/landing_ja/_sp.scss */
  #course #academy .details h6 span.color_blue {
    color: #29a5dc;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 1066, app/assets/stylesheets/landing_ja/_sp.scss */
  #course #academy .details h6 span.color_red {
    color: #f25633;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 1072, app/assets/stylesheets/landing_ja/_sp.scss */
  #course #travel .lead {
    background: #f18d1e;
  }
  /* line 1075, app/assets/stylesheets/landing_ja/_sp.scss */
  #course #travel .lead .explanation .button, #course #travel .lead .explanation .registration-oauth__twitter-btn, #course #travel .lead .explanation .registration-oauth__google-btn, #course #travel .lead .explanation .registration-oauth__facebook-btn, #course #travel .lead .explanation .registration-email-btn, #course #travel .lead .explanation .price-lineup__button {
    color: #f18d1e;
    box-shadow: 8px 8px 0 0 #d57e1a;
  }
  /* line 1078, app/assets/stylesheets/landing_ja/_sp.scss */
  #course #travel .lead .explanation .button:hover, #course #travel .lead .explanation .registration-oauth__twitter-btn:hover, #course #travel .lead .explanation .registration-oauth__google-btn:hover, #course #travel .lead .explanation .registration-oauth__facebook-btn:hover, #course #travel .lead .explanation .registration-email-btn:hover, #course #travel .lead .explanation .price-lineup__button:hover {
    opacity: 1;
    top: 2px;
    box-shadow: 4px 4px 0 0 #d57e1a;
  }
  /* line 1086, app/assets/stylesheets/landing_ja/_sp.scss */
  #course #travel .details {
    padding: 20px 0;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    background: #d57e1a;
  }
  /* line 1092, app/assets/stylesheets/landing_ja/_sp.scss */
  #course #travel .details .detail h4 {
    color: #f18d1e;
    font-size: 21px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 1098, app/assets/stylesheets/landing_ja/_sp.scss */
  #course #travel .details .textbook {
    background: #f18d1e;
    padding-bottom: 20px !important;
  }
  /* line 1099, app/assets/stylesheets/landing_ja/_sp.scss */
  #course #travel .details .textbook h4 {
    font-size: 15px;
  }
  /* line 1103, app/assets/stylesheets/landing_ja/_sp.scss */
  #course #travel .details .button, #course #travel .details .registration-oauth__twitter-btn, #course #travel .details .registration-oauth__google-btn, #course #travel .details .registration-oauth__facebook-btn, #course #travel .details .registration-email-btn, #course #travel .details .price-lineup__button {
    color: #f18d1e;
  }
  /* line 1109, app/assets/stylesheets/landing_ja/_sp.scss */
  #course #free .lead {
    background: #86c03f;
  }
  /* line 1112, app/assets/stylesheets/landing_ja/_sp.scss */
  #course #free .lead .explanation .button, #course #free .lead .explanation .registration-oauth__twitter-btn, #course #free .lead .explanation .registration-oauth__google-btn, #course #free .lead .explanation .registration-oauth__facebook-btn, #course #free .lead .explanation .registration-email-btn, #course #free .lead .explanation .price-lineup__button {
    color: #86c03f;
    box-shadow: 8px 8px 0 0 #7baf39;
  }
  /* line 1115, app/assets/stylesheets/landing_ja/_sp.scss */
  #course #free .lead .explanation .button:hover, #course #free .lead .explanation .registration-oauth__twitter-btn:hover, #course #free .lead .explanation .registration-oauth__google-btn:hover, #course #free .lead .explanation .registration-oauth__facebook-btn:hover, #course #free .lead .explanation .registration-email-btn:hover, #course #free .lead .explanation .price-lineup__button:hover {
    opacity: 1;
    top: 2px;
    box-shadow: 4px 4px 0 0 #7baf39;
  }
  /* line 1123, app/assets/stylesheets/landing_ja/_sp.scss */
  #course #free .details {
    padding: 20px 0;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    background: #7baf39;
  }
  /* line 1129, app/assets/stylesheets/landing_ja/_sp.scss */
  #course #free .details .detail.row {
    padding-bottom: 20px !important;
  }
  /* line 1130, app/assets/stylesheets/landing_ja/_sp.scss */
  #course #free .details .detail h4 {
    color: #86c03f;
    font-size: 18px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 1135, app/assets/stylesheets/landing_ja/_sp.scss */
  #course #free .details .detail h5 {
    color: #86c03f;
    font-size: 18px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 1141, app/assets/stylesheets/landing_ja/_sp.scss */
  #course #free .details .textbook {
    padding-bottom: 20px !important;
  }
  /* line 1144, app/assets/stylesheets/landing_ja/_sp.scss */
  #course #free .details .button, #course #free .details .registration-oauth__twitter-btn, #course #free .details .registration-oauth__google-btn, #course #free .details .registration-oauth__facebook-btn, #course #free .details .registration-email-btn, #course #free .details .price-lineup__button {
    color: #86c03f;
  }
  /* line 1152, app/assets/stylesheets/landing_ja/_sp.scss */
  #index.content {
    margin: 0;
  }
  /* line 1155, app/assets/stylesheets/landing_ja/_sp.scss */
  #index > div {
    padding-top: 20px;
  }
  /* line 1157, app/assets/stylesheets/landing_ja/_sp.scss */
  #index > div h2 {
    padding-left: 0;
    border: none;
  }
  /* line 1161, app/assets/stylesheets/landing_ja/_sp.scss */
  #index .top-mainvisual {
    background: url(/assets/new/img/index/main3_sp-91f93a34c4166d57f269a2276ab5b650089be33b0b79b53f10bdad0046118276.jpg) no-repeat;
    width: 100%;
    height: 210px;
    background-position: center center;
    background-size: cover;
    padding: 0px !important;
  }
  /* line 1168, app/assets/stylesheets/landing_ja/_sp.scss */
  #index .top-mainvisual .copy-box {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 205px;
  }
  /* line 1173, app/assets/stylesheets/landing_ja/_sp.scss */
  #index .top-mainvisual .copy-box .copy-box-inner {
    position: absolute;
    top: 3%;
    right: 3%;
  }
  /* line 1177, app/assets/stylesheets/landing_ja/_sp.scss */
  #index .top-mainvisual .copy-box .copy-box-inner h1 {
    color: white;
    text-align: left;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 24px;
    letter-spacing: 0.6px;
    text-shadow: 5px 5px 10px rgba(234, 128, 0, 0.7);
    margin: 5px 0 0;
  }
  /* line 1186, app/assets/stylesheets/landing_ja/_sp.scss */
  #index .top-mainvisual .copy-box .copy-box-inner h2 {
    display: block;
    line-height: 17px;
    color: white;
    text-align: left;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 13px;
    letter-spacing: 0px;
    text-shadow: 5px 5px 10px rgba(234, 128, 0, 0.7);
    text-shadow: 5px 5px 10px rgba(234, 128, 0, 0.7);
    margin: 0 0 5px;
  }
  /* line 1199, app/assets/stylesheets/landing_ja/_sp.scss */
  #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .yoyaku {
    width: 57px;
    float: right;
  }
  /* line 1203, app/assets/stylesheets/landing_ja/_sp.scss */
  #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .button, #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .registration-oauth__twitter-btn, #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .registration-oauth__google-btn, #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .registration-oauth__facebook-btn, #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .registration-email-btn, #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .price-lineup__button {
    display: inline-block;
    background-color: #fff6ec;
    color: #f25633;
    font-size: 13px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    width: 190px;
    border-radius: 3px;
    padding: 8px 0;
    box-shadow: 0 6px 0 0 #d57e1a;
    margin: 8px 0 0;
  }
  /* line 1214, app/assets/stylesheets/landing_ja/_sp.scss */
  #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .button img, #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .registration-oauth__twitter-btn img, #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .registration-oauth__google-btn img, #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .registration-oauth__facebook-btn img, #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .registration-email-btn img, #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .price-lineup__button img {
    width: 40px;
    padding: 0 5px 0 0px;
  }
  /* line 1218, app/assets/stylesheets/landing_ja/_sp.scss */
  #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .button img.arrow, #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .registration-oauth__twitter-btn img.arrow, #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .registration-oauth__google-btn img.arrow, #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .registration-oauth__facebook-btn img.arrow, #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .registration-email-btn img.arrow, #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .price-lineup__button img.arrow {
    width: 13px;
    padding: 0;
    margin: -4px 0 0 1px;
  }
  /* line 1223, app/assets/stylesheets/landing_ja/_sp.scss */
  #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .button:hover, #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .registration-oauth__twitter-btn:hover, #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .registration-oauth__google-btn:hover, #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .registration-oauth__facebook-btn:hover, #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .registration-email-btn:hover, #index .top-mainvisual .copy-box .copy-box-inner .taiken-box .price-lineup__button:hover {
    opacity: 1;
    top: 2px;
    box-shadow: 0 4px 0 0 #d57e1a;
  }
  /* line 1233, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #most-supported-by-japan {
    background: #f25633;
  }
  /* line 1235, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #most-supported-by-japan h1, #index #most-supported-by-japan h2, #index #most-supported-by-japan h3, #index #most-supported-by-japan h4, #index #most-supported-by-japan h5 {
    color: #fff;
  }
  /* line 1236, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #most-supported-by-japan .ribbonwrap {
    position: relative;
    z-index: 1;
    background: url(/assets/new/img/index/svg/ribbon_sp-926e1da12c3d32c3e9e41daa2ca1f9dc1eb5404f27f9a137e0158ce21e4ebf8f.svg) no-repeat;
    text-align: center;
    margin: 0 auto 0px;
    background-size: 96%;
    background-position: center center;
  }
  /* line 1244, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #most-supported-by-japan .ribbonwrap h1 {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    letter-spacing: 0px;
    font-size: 13px;
    width: 100%;
    color: #f15532;
    text-align: center;
    margin: 0;
    padding: 9px 10px 5px;
    min-height: 75px;
  }
  /* line 1247, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #most-supported-by-japan .ribbonwrap h1 span.strong {
    font-size: 18px;
    display: block;
  }
  /* line 1258, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #most-supported-by-japan h2 {
    font-size: 22px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin-bottom: 5px;
  }
  /* line 1258, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #most-supported-by-japan h2 span.strong {
    font-size: 32px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  /* line 1258, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #most-supported-by-japan h2 span.number_2 {
    font-size: 70px;
  }
  /* line 1259, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #most-supported-by-japan div.arrow-y {
    color: #f15532;
    font-size: 12px;
    background: url(/assets/new/img/index/svg/arrow-y-83253519c3fd9c302f7d11b90f2510ff0431ddc5851364542857971c3c7ec443.svg) no-repeat;
    background-size: 100%;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin: 10px auto 0px;
    padding: 8px 0 0;
    height: 35px;
    width: 80px;
  }
  /* line 1260, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #most-supported-by-japan h3 {
    font-size: 22px;
    letter-spacing: 0px;
    margin-bottom: 0px;
  }
  /* line 1261, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #most-supported-by-japan h4 {
    font-size: 12px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    text-align: left;
    margin-left: 5px;
  }
  /* line 1263, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #most-supported-by-japan .details {
    margin-bottom: 60px;
  }
  /* line 1265, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #most-supported-by-japan .details hr {
    margin: 3px auto 10px;
    border-color: white;
    width: 96%;
  }
  /* line 1272, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #anniversary {
    background-color: #f9c731;
    background-repeat: no-repeat;
    background-position: right;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  /* line 1278, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #anniversary .anniversary__image {
    width: 200px;
  }
  /* line 1281, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #anniversary .anniversary__logo-ja {
    display: none;
  }
  /* line 1284, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #anniversary .anniversary__lead {
    text-align: center;
    margin-left: 9px;
    margin-top: 6px;
    color: white;
    line-height: 1.6em;
    font-size: 0.9em;
    text-shadow: 2px 2px 4px #bb7415;
  }
  /* line 1294, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #service {
    padding-top: 20px;
    color: #fff;
    background: #f9971e;
  }
  /* line 1295, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #service > div {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /* line 1299, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #service h1, #index #service h2, #index #service h3, #index #service h4 {
    color: #fff;
  }
  /* line 1300, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #service h1 {
    font-size: 20px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin: 0px 0 30px;
    letter-spacing: 0px;
  }
  /* line 1305, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #service h1 span {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 20px;
  }
  /* line 1306, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #service h1 + h2 {
    font-size: 16px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin-bottom: 0;
    line-height: 25px;
  }
  /* line 1314, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #service .skype {
    margin-top: 25px;
  }
  /* line 1317, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #service h4 {
    font-size: 20px;
    margin: 20px 0 10px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 1322, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #service .mv {
    margin-bottom: 30px;
  }
  /* line 1325, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #service .lead {
    margin-bottom: 10px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 1328, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #service .lead img.number_1 {
    width: 50%;
  }
  /* line 1329, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #service .lead img.number_2 {
    width: 50%;
    margin: -10px auto -10px;
  }
  /* line 1330, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #service .lead img.number_3 {
    width: 90%;
    padding: 0 15%;
    margin: -20px 0px 0px;
  }
  /* line 1332, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #service .lesson .lead {
    line-height: 102px;
    font-size: 50px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 1337, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #service .hour .lead {
    padding-top: 25px;
    font-size: 30px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 1341, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #service .hour .lead span {
    font-size: 18px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 1346, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #service .details {
    margin-bottom: 20px;
  }
  /* line 1348, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #service .details p {
    text-align: left;
    font-size: 13px;
    width: 100%;
    margin: 8px auto 0;
  }
  /* line 1356, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #reasons {
    background: #f9b80e;
    padding-top: 20px;
  }
  /* line 1360, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #reasons h1, #index #reasons h2 {
    color: white;
  }
  /* line 1361, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #reasons h1 {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
  }
  /* line 1365, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #reasons h1 span.strong {
    font-size: 36px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 1370, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #reasons .panel {
    background: #fff5eb;
    padding: 1rem;
  }
  /* line 1371, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #reasons .panel:last-child, #index #reasons [class*="column"] + [class*="column"]:last-child {
    float: none;
  }
  /* line 1372, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #reasons h2 {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    color: white;
    height: 60px;
    font-size: 20px;
    position: relative;
    left: -49px;
    padding: 10px 0 0 40px;
    background-size: 100%;
    margin-bottom: 0px;
  }
  /* line 1383, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #reasons h2 span.strong {
    font-size: 53px;
    position: relative;
    top: 6px;
    left: 2px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 1384, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #reasons h2.ribbon_1 {
    background: url(/assets/new/img/index/svg/ribbon_1-8ed8e5fe2750e48fd17449e198b5c0937700da307dcac9d21a0db7126edbf465.svg) no-repeat;
    background-size: 100%;
    width: 110%;
    left: -41px;
  }
}

@media only screen and (max-width: 640px) and (min-width: 375px) and (max-width: 413px) {
  /* line 1384, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #reasons h2.ribbon_1 {
    width: 100%;
    padding: 14px 0 0 50px;
    font-size: 26px;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 640px) {
  /* line 1396, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #reasons h2.ribbon_2 {
    background: url(/assets/new/img/index/svg/ribbon_2-f6327eb60a8ea2ec58b69a888f79243f7c939c3b300bcff1bc2bf8ce1151a8a7.svg) no-repeat;
    background-size: 100%;
    width: 110%;
    left: -40px;
    padding-top: 7px;
  }
}

@media only screen and (max-width: 640px) and (min-width: 375px) and (max-width: 413px) {
  /* line 1396, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #reasons h2.ribbon_2 {
    width: 100%;
    padding: 10px 0 0 50px;
    font-size: 26px;
    margin-bottom: 16px;
    left: -41px;
  }
}

@media only screen and (max-width: 640px) {
  /* line 1410, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #reasons h2.ribbon_3 {
    background: url(/assets/new/img/index/svg/ribbon_3-3a960eadb16549262a04c319e5bfc7680fd3cc53e2a2b4517177daa874067576.svg) no-repeat;
    background-size: 100%;
    width: 138%;
    left: -41px;
    font-size: 20px;
    padding-top: 6px;
  }
}

@media only screen and (max-width: 640px) and (min-width: 375px) and (max-width: 413px) {
  /* line 1410, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #reasons h2.ribbon_3 {
    padding: 10px 0 0 50px;
    width: 130%;
    font-size: 22px;
    left: -40px;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 640px) {
  /* line 1425, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #reasons h2.ribbon_4 {
    background: url(/assets/new/img/index/svg/ribbon_4-1b422e2e5a7a13756705480adc3abb500c8d1eb6267a04cc773aac0ef12099f5.svg) no-repeat;
    background-size: 100%;
    width: 132%;
    left: -39px;
    font-size: 20px;
    padding-top: 6px;
  }
}

@media only screen and (max-width: 640px) and (min-width: 375px) and (max-width: 413px) {
  /* line 1425, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #reasons h2.ribbon_4 {
    padding: 10px 0 0 50px;
    margin-bottom: 16px;
    font-size: 22px;
    left: -42px;
  }
}

@media only screen and (max-width: 640px) {
  /* line 1439, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #reasons h2.ribbon_5 {
    background: url(/assets/new/img/index/svg/ribbon_5-f53d62107913814ef5f52bfcbdd207b4d258bc0e904e361f8b6973621df5a54f.svg) no-repeat;
    background-size: 100%;
    font-size: 25px;
    width: 124%;
    left: -41px;
    padding-top: 10px;
    padding-left: 46px;
  }
}

@media only screen and (max-width: 640px) and (min-width: 375px) and (max-width: 413px) {
  /* line 1439, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #reasons h2.ribbon_5 {
    padding: 10px 0 0 50px;
    margin-bottom: 16px;
    font-size: 22px;
    width: 100%;
    left: -41px;
  }
}

@media only screen and (max-width: 640px) {
  /* line 1456, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #reasons h3 {
    color: #f25633;
    font-size: 18px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 21px;
  }
  /* line 1457, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #reasons h4 {
    color: #4d4d4d;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
  }
  /* line 1458, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #reasons h5 {
    text-align: center;
  }
  /* line 1460, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #reasons h5.reason_1 img {
    margin-top: 0px;
    width: 60%;
  }
  /* line 1461, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #reasons h5.reason_2 img {
    margin-top: 0px;
    max-width: 120%;
    margin-left: -7px;
    width: 110%;
  }
  /* line 1462, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #reasons h5.reason_3 img {
    margin: 0px auto 0;
    width: 105%;
    max-width: 105%;
    margin-left: 9px;
    width: 70%;
  }
  /* line 1463, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #reasons h5.reason_4 img {
    margin: 0px 0 0 10px;
    width: 70%;
  }
  /* line 1464, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #reasons h5.reason_5 img {
    margin: 0px auto 0;
    width: 50%;
  }
  /* line 1466, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #reasons .reason {
    padding: 80px;
  }
  /* line 1468, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #reasons .reason .panel {
    position: relative;
    padding: 40px 50px;
  }
  /* line 1471, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #reasons .reason .panel h4 {
    font-size: 25px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin-bottom: 20px;
  }
  /* line 1476, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #reasons .reason .panel .count {
    position: absolute;
    top: -26px;
    left: -26px;
  }
  /* line 1485, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #partners {
    background: #39af4a;
    padding-bottom: 0px;
  }
  /* line 1488, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #partners h2 {
    color: #fff;
    margin: 30px 0 0px;
    font-size: 18px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 1494, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #partners .button, #index #partners .registration-oauth__twitter-btn, #index #partners .registration-oauth__google-btn, #index #partners .registration-oauth__facebook-btn, #index #partners .registration-email-btn, #index #partners .price-lineup__button {
    display: inline-block;
    background-color: #fff;
    color: #39af4a;
    border-radius: 5px;
    margin-top: 0px;
    box-shadow: 6px 6px 0 0 #afdfb6;
  }
  /* line 1501, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #partners .button:hover, #index #partners .registration-oauth__twitter-btn:hover, #index #partners .registration-oauth__google-btn:hover, #index #partners .registration-oauth__facebook-btn:hover, #index #partners .registration-email-btn:hover, #index #partners .price-lineup__button:hover {
    opacity: 1;
    top: 4px;
    left: 4px;
    box-shadow: 7px 7px 0 0 #afdfb6;
  }
  /* line 1508, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #partners .partner {
    background: #fff;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 5px 15px;
    border-radius: 10px;
  }
  /* line 1514, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #partners .partner .logo {
    margin: 30px;
    height: 50px;
  }
  /* line 1518, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #partners .partner .logo_name {
    color: #f25633;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 1521, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #partners .partner .logo_name p {
    font-size: 14px;
  }
  /* line 1525, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #partners .partner .intro {
    margin-bottom: 30px;
    height: 70px;
  }
  /* line 1528, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #partners .partner .intro p {
    font-size: 14px;
  }
  /* line 1532, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #partners .partner .name p {
    font-size: 14px;
  }
  /* line 1540, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #price .row, #service #price .row {
    padding-bottom: 0px;
  }
  /* line 1541, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #price h1, #service #price h1 {
    color: #f25633;
    margin: 30px 0 0px;
    font-size: 30px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 1547, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #price .button, #index #price .registration-oauth__twitter-btn, #index #price .registration-oauth__google-btn, #index #price .registration-oauth__facebook-btn, #index #price .registration-email-btn, #index #price .price-lineup__button, #service #price .button, #service #price .registration-oauth__twitter-btn, #service #price .registration-oauth__google-btn, #service #price .registration-oauth__facebook-btn, #service #price .registration-email-btn, #service #price .price-lineup__button {
    display: inline-block;
    background-color: #f18d1e;
    color: #fff;
    border-radius: 5px;
    box-shadow: 8px 8px 0 0 #fceedf;
  }
  /* line 1553, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #price .button:hover, #index #price .registration-oauth__twitter-btn:hover, #index #price .registration-oauth__google-btn:hover, #index #price .registration-oauth__facebook-btn:hover, #index #price .registration-email-btn:hover, #index #price .price-lineup__button:hover, #service #price .button:hover, #service #price .registration-oauth__twitter-btn:hover, #service #price .registration-oauth__google-btn:hover, #service #price .registration-oauth__facebook-btn:hover, #service #price .registration-email-btn:hover, #service #price .price-lineup__button:hover {
    opacity: 1;
    top: 2px;
    box-shadow: 4px 4px 0 0 #fceedf;
  }
  /* line 1559, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #price .light, #service #price .light {
    float: right;
  }
  /* line 1560, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #price .standard, #service #price .standard {
    float: left;
  }
  /* line 1561, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #price .light, #index #price .standard, #service #price .light, #service #price .standard {
    background: #fff;
    margin-bottom: 30px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 4px 4px 0 0 #fceedf;
    position: relative;
  }
  /* line 1568, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #price .light .header, #index #price .standard .header, #service #price .light .header, #service #price .standard .header {
    margin-top: -3px;
    border-radius: 10px 10px 0 0;
    color: #fff;
    padding-bottom: 20px;
  }
  /* line 1573, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #price .light .header h2, #index #price .standard .header h2, #service #price .light .header h2, #service #price .standard .header h2 {
    padding: 20px 0 0px;
    font-size: 20px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    color: #fff;
  }
  /* line 1580, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #price .light .header .price h3, #index #price .standard .header .price h3, #service #price .light .header .price h3, #service #price .standard .header .price h3 {
    font-size: 50px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    color: white;
    width: 90%;
    max-width: 280px;
    margin: 0 auto -2px;
    line-height: 7px;
    border-bottom: 3px solid white;
    padding-bottom: 5px;
  }
  /* line 1590, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #price .light .header .price h3.img.yen, #index #price .standard .header .price h3.img.yen, #service #price .light .header .price h3.img.yen, #service #price .standard .header .price h3.img.yen {
    width: 75%;
  }
  /* line 1591, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #price .light .header .price h3 > span, #index #price .standard .header .price h3 > span, #service #price .light .header .price h3 > span, #service #price .standard .header .price h3 > span {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    padding-bottom: 15px;
    display: inline-block;
  }
  /* line 1596, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #price .light .header .price h3 span.month, #index #price .standard .header .price h3 span.month, #service #price .light .header .price h3 span.month, #service #price .standard .header .price h3 span.month {
    font-size: 20px;
    padding-right: 10%;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 1601, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #price .light .header .price h3 span.yen, #index #price .standard .header .price h3 span.yen, #service #price .light .header .price h3 span.yen, #service #price .standard .header .price h3 span.yen {
    font-size: 20px;
    padding-right: 0;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 1608, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #price .light .header .sub h4, #index #price .standard .header .sub h4, #service #price .light .header .sub h4, #service #price .standard .header .sub h4 {
    font-size: 25px;
    margin-left: 116px;
    color: white;
  }
  /* line 1608, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #price .light .header .sub h4 span, #index #price .standard .header .sub h4 span, #service #price .light .header .sub h4 span, #service #price .standard .header .sub h4 span {
    font-size: 14px;
    color: white;
  }
  /* line 1610, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #price .light .detail, #index #price .standard .detail, #service #price .light .detail, #service #price .standard .detail {
    border-radius: 0 0 10px 10px;
    padding-bottom: 10px;
  }
  /* line 1613, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #price .light .detail table, #index #price .standard .detail table, #service #price .light .detail table, #service #price .standard .detail table {
    width: 100%;
    margin: 0 auto 30px;
  }
  /* line 1616, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #price .light .detail table td, #index #price .standard .detail table td, #service #price .light .detail table td, #service #price .standard .detail table td {
    background: #fff;
    height: 75px;
    vertical-align: middle;
    border-bottom: 1px dotted #ececec;
    color: #4d4d4d;
  }
  /* line 1623, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #price .light .detail table td:first-child, #index #price .standard .detail table td:first-child, #service #price .light .detail table td:first-child, #service #price .standard .detail table td:first-child {
    width: 37%;
    font-size: 14px;
    text-align: right;
    padding-top: 10px;
  }
  /* line 1629, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #price .light .detail table td:last-child, #index #price .standard .detail table td:last-child, #service #price .light .detail table td:last-child, #service #price .standard .detail table td:last-child {
    font-size: 16px;
  }
  /* line 1633, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #price .light .detail table tr:last-child td, #index #price .standard .detail table tr:last-child td, #service #price .light .detail table tr:last-child td, #service #price .standard .detail table tr:last-child td {
    border-bottom: none;
  }
  /* line 1639, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #price .light .emphasis, #index #price .standard .emphasis, #service #price .light .emphasis, #service #price .standard .emphasis {
    font-size: 28px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 1644, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #price .light, #service #price .light {
    margin-bottom: 30px;
  }
  /* line 1646, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #price .light .fukidashi, #service #price .light .fukidashi {
    position: absolute;
    top: 255px;
    right: -9px;
    width: 30%;
  }
  /* line 1652, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #price .light .header, #service #price .light .header {
    background: #ffbd21;
  }
  /* line 1656, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #price .light .detail td:first-child, #index #price .light .detail .emphasis, #service #price .light .detail td:first-child, #service #price .light .detail .emphasis {
    color: #ffbd21;
  }
  /* line 1662, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #price .standard .fukidashi, #service #price .standard .fukidashi {
    position: absolute;
    top: 255px;
    right: -17px;
    width: 37%;
  }
  /* line 1668, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #price .standard .lowest, #service #price .standard .lowest {
    position: absolute;
    top: -33px;
    right: -14px;
    width: 25%;
  }
  /* line 1674, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #price .standard .yen, #service #price .standard .yen {
    width: 72%;
  }
  /* line 1675, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #price .standard .header, #service #price .standard .header {
    background: #f25633;
  }
  /* line 1679, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #price .standard .detail td:first-child, #index #price .standard .detail .emphasis, #service #price .standard .detail td:first-child, #service #price .standard .detail .emphasis {
    color: #f25633;
  }
  /* line 1684, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #price .attention, #service #price .attention {
    text-align: center;
  }
  /* line 1685, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #price .attention p, #service #price .attention p {
    font-size: 12px;
    margin-top: -10px;
  }
  /* line 1688, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #price .attention_detail, #service #price .attention_detail {
    text-align: left;
    margin-top: 20px;
    padding-left: 40px;
  }
  /* line 1689, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #price .attention_detail p, #service #price .attention_detail p {
    font-size: 14px;
  }
  /* line 1694, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #price .price_button, #service #price .price_button {
    margin-top: 20px;
  }
  /* line 1695, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #price .price_button .button, #index #price .price_button .registration-oauth__twitter-btn, #index #price .price_button .registration-oauth__google-btn, #index #price .price_button .registration-oauth__facebook-btn, #index #price .price_button .registration-email-btn, #index #price .price_button .price-lineup__button, #service #price .price_button .button, #service #price .price_button .registration-oauth__twitter-btn, #service #price .price_button .registration-oauth__google-btn, #service #price .price_button .registration-oauth__facebook-btn, #service #price .price_button .registration-email-btn, #service #price .price_button .price-lineup__button {
    display: inline-block;
    background-color: #fff;
    color: #f25633;
    border-radius: 5px;
    box-shadow: 8px 8px 0 0 #fceedf;
  }
  /* line 1701, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #price .price_button .button:hover, #index #price .price_button .registration-oauth__twitter-btn:hover, #index #price .price_button .registration-oauth__google-btn:hover, #index #price .price_button .registration-oauth__facebook-btn:hover, #index #price .price_button .registration-email-btn:hover, #index #price .price_button .price-lineup__button:hover, #service #price .price_button .button:hover, #service #price .price_button .registration-oauth__twitter-btn:hover, #service #price .price_button .registration-oauth__google-btn:hover, #service #price .price_button .registration-oauth__facebook-btn:hover, #service #price .price_button .registration-email-btn:hover, #service #price .price_button .price-lineup__button:hover {
    opacity: 1;
    top: 2px;
    box-shadow: 4px 4px 0 0 #fceedf;
  }
  /* line 1711, app/assets/stylesheets/landing_ja/_sp.scss */
  #lets_try {
    background: #f25633;
    padding-bottom: 60px !important;
    padding-top: 20px !important;
  }
  /* line 1715, app/assets/stylesheets/landing_ja/_sp.scss */
  #lets_try .large-6 > div {
    margin: 0 auto;
  }
  /* line 1719, app/assets/stylesheets/landing_ja/_sp.scss */
  #lets_try .visual .voice {
    background: #fff;
    margin-bottom: 20px;
    margin-right: 17px;
    padding: 10px 10px 10px 10px;
    box-shadow: 6px 6px 0 0 #b64126;
    position: relative;
  }
  /* line 1726, app/assets/stylesheets/landing_ja/_sp.scss */
  #lets_try .visual .voice:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 10%;
    border: 10px solid transparent;
    border-left: 10px solid #fff;
    border-top: 10px solid #fff;
  }
  /* line 1735, app/assets/stylesheets/landing_ja/_sp.scss */
  #lets_try .visual .voice:before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 13%;
    border: 10px solid transparent;
    border-left: 10px solid #b64126;
    border-top: 10px solid #b64126;
  }
  /* line 1745, app/assets/stylesheets/landing_ja/_sp.scss */
  #lets_try .visual .voice h2 {
    padding: 0;
    margin: 0;
    color: #f25633;
    font-size: 14px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    letter-spacing: 0px;
    border: none;
  }
  /* line 1753, app/assets/stylesheets/landing_ja/_sp.scss */
  #lets_try .visual .voice h2 span.strong {
    font-size: 22px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 1755, app/assets/stylesheets/landing_ja/_sp.scss */
  #lets_try .visual .voice img {
    width: 90%;
    margin-left: 22px;
  }
  /* line 1757, app/assets/stylesheets/landing_ja/_sp.scss */
  #lets_try .visual img {
    margin-top: 10px;
    width: 60%;
    margin-left: 41px;
  }
  /* line 1759, app/assets/stylesheets/landing_ja/_sp.scss */
  #lets_try h1, #lets_try h3 {
    color: #fff;
  }
  /* line 1762, app/assets/stylesheets/landing_ja/_sp.scss */
  #lets_try h1 {
    color: #fff;
    margin: 10px 0 25px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 20px;
  }
  /* line 1767, app/assets/stylesheets/landing_ja/_sp.scss */
  #lets_try h1 span.strong {
    font-size: 32px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 1769, app/assets/stylesheets/landing_ja/_sp.scss */
  #lets_try h3 {
    padding-top: 0px;
    font-size: 13px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 1774, app/assets/stylesheets/landing_ja/_sp.scss */
  #lets_try .button, #lets_try .registration-oauth__twitter-btn, #lets_try .registration-oauth__google-btn, #lets_try .registration-oauth__facebook-btn, #lets_try .registration-email-btn, #lets_try .price-lineup__button {
    display: inline-block;
    background-color: #fff6ec;
    color: #f25633;
    font-size: 20px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    border-radius: 10px;
    box-shadow: 0px 6px 0 0 #da402d;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 21px;
    margin-top: 20px;
  }
  /* line 1786, app/assets/stylesheets/landing_ja/_sp.scss */
  #lets_try .button img.arrow, #lets_try .registration-oauth__twitter-btn img.arrow, #lets_try .registration-oauth__google-btn img.arrow, #lets_try .registration-oauth__facebook-btn img.arrow, #lets_try .registration-email-btn img.arrow, #lets_try .price-lineup__button img.arrow {
    width: 22px;
  }
  /* line 1787, app/assets/stylesheets/landing_ja/_sp.scss */
  #lets_try .button img, #lets_try .registration-oauth__twitter-btn img, #lets_try .registration-oauth__google-btn img, #lets_try .registration-oauth__facebook-btn img, #lets_try .registration-email-btn img, #lets_try .price-lineup__button img {
    width: 22%;
    position: relative;
    top: -2px;
  }
  /* line 1788, app/assets/stylesheets/landing_ja/_sp.scss */
  #lets_try .button:hover, #lets_try .registration-oauth__twitter-btn:hover, #lets_try .registration-oauth__google-btn:hover, #lets_try .registration-oauth__facebook-btn:hover, #lets_try .registration-email-btn:hover, #lets_try .price-lineup__button:hover {
    opacity: 1;
    top: 4px;
    left: 0px;
    box-shadow: 0 7px 0 0 #d57e1a;
  }
  /* line 1800, app/assets/stylesheets/landing_ja/_sp.scss */
  #partners.content {
    margin: 0;
  }
  /* line 1803, app/assets/stylesheets/landing_ja/_sp.scss */
  #partners > div {
    padding: 50px 0;
  }
  /* line 1805, app/assets/stylesheets/landing_ja/_sp.scss */
  #partners > div h2 {
    padding-left: 0;
    border: none;
  }
  /* line 1809, app/assets/stylesheets/landing_ja/_sp.scss */
  #partners #lead {
    color: #fff;
    background: #f25633;
  }
  /* line 1812, app/assets/stylesheets/landing_ja/_sp.scss */
  #partners #lead .row {
    padding-left: 30px;
  }
  /* line 1815, app/assets/stylesheets/landing_ja/_sp.scss */
  #partners #lead p {
    font-size: 24px;
  }
  /* line 1817, app/assets/stylesheets/landing_ja/_sp.scss */
  #partners #lead p.name {
    font-size: 16px;
  }
  /* line 1823, app/assets/stylesheets/landing_ja/_sp.scss */
  #partners #lists h2 {
    margin: 30px 0 80px;
  }
  /* line 1826, app/assets/stylesheets/landing_ja/_sp.scss */
  #partners #lists .partner {
    background: #fff;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 20px 30px;
    border-radius: 10px;
  }
  /* line 1833, app/assets/stylesheets/landing_ja/_sp.scss */
  #partners #lists .partner .logo {
    margin-bottom: 30px;
  }
  /* line 1836, app/assets/stylesheets/landing_ja/_sp.scss */
  #partners #lists .partner .logo_name {
    color: #f25633;
  }
  /* line 1838, app/assets/stylesheets/landing_ja/_sp.scss */
  #partners #lists .partner .logo_name p {
    font-size: 14px;
  }
  /* line 1842, app/assets/stylesheets/landing_ja/_sp.scss */
  #partners #lists .partner .intro {
    margin-bottom: 50px;
  }
  /* line 1844, app/assets/stylesheets/landing_ja/_sp.scss */
  #partners #lists .partner .intro p {
    font-size: 14px;
  }
  /* line 1848, app/assets/stylesheets/landing_ja/_sp.scss */
  #partners #lists .partner .name p {
    font-size: 14px;
  }
  /* line 1854, app/assets/stylesheets/landing_ja/_sp.scss */
  #company {
    background: #fff;
  }
  /* line 1856, app/assets/stylesheets/landing_ja/_sp.scss */
  #company.content {
    margin: 0;
  }
  /* line 1859, app/assets/stylesheets/landing_ja/_sp.scss */
  #company > div {
    padding: 50px 0;
  }
  /* line 1861, app/assets/stylesheets/landing_ja/_sp.scss */
  #company > div h2 {
    padding-left: 0;
    border: none;
  }
  /* line 1865, app/assets/stylesheets/landing_ja/_sp.scss */
  #company #lead {
    padding: 80px 0;
    color: #fff;
    background: #f25633;
  }
  /* line 1869, app/assets/stylesheets/landing_ja/_sp.scss */
  #company #lead p {
    font-size: 30px;
  }
  /* line 1871, app/assets/stylesheets/landing_ja/_sp.scss */
  #company #lead p.vision {
    font-size: 16px;
  }
  /* line 1876, app/assets/stylesheets/landing_ja/_sp.scss */
  #company #message {
    margin: 80px 0;
  }
  /* line 1880, app/assets/stylesheets/landing_ja/_sp.scss */
  #company #team h2 {
    margin-bottom: 80px;
  }
  /* line 1883, app/assets/stylesheets/landing_ja/_sp.scss */
  #company #team .wide {
    margin-bottom: 50px;
  }
  /* line 1886, app/assets/stylesheets/landing_ja/_sp.scss */
  #company #team .wide .thumb {
    margin-bottom: 30px;
  }
  /* line 1889, app/assets/stylesheets/landing_ja/_sp.scss */
  #company #team .profile {
    margin: 30px auto;
    padding-top: 30px;
    max-width: 220px;
  }
  /* line 1894, app/assets/stylesheets/landing_ja/_sp.scss */
  #company #team .detail {
    margin: 30px auto 50px;
    max-width: 500px;
  }
  /* line 1898, app/assets/stylesheets/landing_ja/_sp.scss */
  #company #team .button, #company #team .registration-oauth__twitter-btn, #company #team .registration-oauth__google-btn, #company #team .registration-oauth__facebook-btn, #company #team .registration-email-btn, #company #team .price-lineup__button {
    display: inline-block;
    background-color: #f25633;
    color: #fff;
    border-radius: 5px;
    box-shadow: 6px 6px 0 0 #fceedf;
  }
  /* line 1904, app/assets/stylesheets/landing_ja/_sp.scss */
  #company #team .button:hover, #company #team .registration-oauth__twitter-btn:hover, #company #team .registration-oauth__google-btn:hover, #company #team .registration-oauth__facebook-btn:hover, #company #team .registration-email-btn:hover, #company #team .price-lineup__button:hover {
    opacity: 1;
    top: 4px;
    left: 4px;
    box-shadow: 7px 7px 0 0 #fceedf;
  }
  /* line 1912, app/assets/stylesheets/landing_ja/_sp.scss */
  #company .visual {
    background: #39af4a;
    padding: 0;
  }
  /* line 1917, app/assets/stylesheets/landing_ja/_sp.scss */
  #company #data h2 {
    color: #f25633;
  }
  /* line 1920, app/assets/stylesheets/landing_ja/_sp.scss */
  #company #data table {
    margin: 0 auto;
  }
  /* line 1922, app/assets/stylesheets/landing_ja/_sp.scss */
  #company #data table td {
    background: #fff;
  }
  /* line 1929, app/assets/stylesheets/landing_ja/_sp.scss */
  #company #data .map {
    margin: 30px auto;
  }
  /* line 1936, app/assets/stylesheets/landing_ja/_sp.scss */
  #forpartners.content {
    margin: 0;
  }
  /* line 1939, app/assets/stylesheets/landing_ja/_sp.scss */
  #forpartners > div {
    padding: 50px 0;
  }
  /* line 1941, app/assets/stylesheets/landing_ja/_sp.scss */
  #forpartners > div h2 {
    padding-left: 0;
    border: none;
    height: auto;
  }
  /* line 1947, app/assets/stylesheets/landing_ja/_sp.scss */
  #forpartners #lead h2 {
    padding-bottom: 20px;
    font-size: 18px;
  }
  /* line 1951, app/assets/stylesheets/landing_ja/_sp.scss */
  #forpartners #lead h3 {
    font-size: 22px;
  }
  /* line 1954, app/assets/stylesheets/landing_ja/_sp.scss */
  #forpartners #lead .message {
    border-radius: 10px;
    background: #fff;
    margin: 10px auto 30px;
    padding: 25px 25px 50px;
    max-width: 300px;
  }
  /* line 1960, app/assets/stylesheets/landing_ja/_sp.scss */
  #forpartners #lead .message h4 {
    font-size: 18px;
    color: #f25633;
    padding-bottom: 100px;
  }
  /* line 1967, app/assets/stylesheets/landing_ja/_sp.scss */
  #forpartners #environment {
    background: #fff;
  }
  /* line 1969, app/assets/stylesheets/landing_ja/_sp.scss */
  #forpartners #environment h2 {
    color: #f25633;
    font-size: 24px;
    padding: 30px 0;
    padding: 0px 20px;
  }
  /* line 1975, app/assets/stylesheets/landing_ja/_sp.scss */
  #forpartners #environment p.weare {
    padding: 0 14px;
  }
  /* line 1976, app/assets/stylesheets/landing_ja/_sp.scss */
  #forpartners #environment .detail {
    margin: 0px auto;
    padding: 25px 0;
  }
  /* line 1980, app/assets/stylesheets/landing_ja/_sp.scss */
  #forpartners #environment .detail h4 {
    color: #f25633;
    font-size: 20px;
    padding-bottom: 30px;
  }
  /* line 1985, app/assets/stylesheets/landing_ja/_sp.scss */
  #forpartners #environment .detail p {
    font-size: 14px;
  }
  /* line 1990, app/assets/stylesheets/landing_ja/_sp.scss */
  #forpartners #customers {
    background: #39af4a;
    padding-bottom: 50px;
  }
  /* line 1993, app/assets/stylesheets/landing_ja/_sp.scss */
  #forpartners #customers .panel {
    overflow: hidden;
  }
  /* line 1994, app/assets/stylesheets/landing_ja/_sp.scss */
  #forpartners #customers h2 {
    color: white;
    margint: 20px 0 20px;
  }
  /* line 1995, app/assets/stylesheets/landing_ja/_sp.scss */
  #forpartners #customers h3 {
    margin: 20px 0 40px;
  }
  /* line 1996, app/assets/stylesheets/landing_ja/_sp.scss */
  #forpartners #customers h4 {
    font-size: 17px;
    line-height: 26px;
  }
  /* line 1997, app/assets/stylesheets/landing_ja/_sp.scss */
  #forpartners #customers p {
    font-size: 12px;
    margin-top: 10px;
  }
  /* line 1999, app/assets/stylesheets/landing_ja/_sp.scss */
  #forpartners #reason {
    background: white;
  }
  /* line 2001, app/assets/stylesheets/landing_ja/_sp.scss */
  #forpartners #reason img {
    margin-bottom: 40px;
  }
  /* line 2002, app/assets/stylesheets/landing_ja/_sp.scss */
  #forpartners #reason h2 {
    font-size: 24px;
    padding: 0 30px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  /* line 2008, app/assets/stylesheets/landing_ja/_sp.scss */
  #forpartners #reason p {
    line-height: 2em;
    font-size: 13px;
  }
  /* line 2014, app/assets/stylesheets/landing_ja/_sp.scss */
  #forpartners #step h3 {
    font-size: 24px;
  }
  /* line 2015, app/assets/stylesheets/landing_ja/_sp.scss */
  #forpartners #step ul {
    margin: 0px;
  }
  /* line 2016, app/assets/stylesheets/landing_ja/_sp.scss */
  #forpartners #step ul li p {
    font-size: 13px;
  }
  /* line 2018, app/assets/stylesheets/landing_ja/_sp.scss */
  #forpartners #partners {
    background: #fff;
  }
  /* line 2020, app/assets/stylesheets/landing_ja/_sp.scss */
  #forpartners #partners h2 {
    font-size: 24px;
  }
  /* line 2023, app/assets/stylesheets/landing_ja/_sp.scss */
  #forpartners #partners .logo {
    vertical-align: middle;
  }
  /* line 2025, app/assets/stylesheets/landing_ja/_sp.scss */
  #forpartners #partners .logo.recruit {
    padding-top: 47px;
  }
  /* line 2029, app/assets/stylesheets/landing_ja/_sp.scss */
  #forpartners #partners .button, #forpartners #partners .registration-oauth__twitter-btn, #forpartners #partners .registration-oauth__google-btn, #forpartners #partners .registration-oauth__facebook-btn, #forpartners #partners .registration-email-btn, #forpartners #partners .price-lineup__button {
    display: inline-block;
    background-color: #f25633;
    color: #fff;
    border-radius: 5px;
    box-shadow: 6px 6px 0 0 #fceedf;
  }
  /* line 2035, app/assets/stylesheets/landing_ja/_sp.scss */
  #forpartners #partners .button:hover, #forpartners #partners .registration-oauth__twitter-btn:hover, #forpartners #partners .registration-oauth__google-btn:hover, #forpartners #partners .registration-oauth__facebook-btn:hover, #forpartners #partners .registration-email-btn:hover, #forpartners #partners .price-lineup__button:hover {
    opacity: 1;
    top: 2px;
    box-shadow: 4px 4px 0 0 #fceedf;
  }
  /* line 2044, app/assets/stylesheets/landing_ja/_sp.scss */
  #index.content, #teachers.content {
    margin: 0;
  }
  /* line 2047, app/assets/stylesheets/landing_ja/_sp.scss */
  #index > div, #teachers > div {
    padding: 20px 0;
  }
  /* line 2049, app/assets/stylesheets/landing_ja/_sp.scss */
  #index > div h2, #teachers > div h2 {
    padding-left: 0;
    border: none;
    height: auto;
    font-size: 18px;
    @includ font-bold;
    line-height: 24px;
    margin-bottom: 0px;
  }
  /* line 2058, app/assets/stylesheets/landing_ja/_sp.scss */
  #index .mainvisual, #teachers .mainvisual {
    background: url(/assets/new/img/teachers/main_sp-0ff5b7697a63d77572398304045d5069ab14e4bd87abc7caa0ad61f61f6265ee.png) no-repeat;
    background-color: #f7cd04;
    width: 100%;
    height: 160px;
    background-position: center center;
    background-size: 100%;
  }
  /* line 2059, app/assets/stylesheets/landing_ja/_sp.scss */
  #index .subvisual, #teachers .subvisual {
    background: url(/assets/new/img/teachers/main2_sp-d342f0b6879cae9b4cc82ad1396de2a23e1b0415ab5f3528e5f8681717080da0.jpg) no-repeat;
    width: 100%;
    height: 200px;
    background-position: center center;
    background-size: 165%;
  }
  /* line 2060, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #support, #teachers #support {
    padding: 30px 0 40px;
    background: #29a5dc;
  }
  /* line 2063, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #support h2, #teachers #support h2 {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin-bottom: 30px;
  }
  /* line 2064, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #support h2, #index #support h4, #index #support p, #teachers #support h2, #teachers #support h4, #teachers #support p {
    color: #fff;
  }
  /* line 2067, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #support .lead, #index #support .support, #teachers #support .lead, #teachers #support .support {
    margin: 0 auto;
  }
  /* line 2070, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #support h4, #teachers #support h4 {
    font-size: 42px;
    line-height: 36px;
    margin-top: 30px;
    margin-left: -11px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 2076, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #support h4 span.strong, #teachers #support h4 span.strong {
    font-size: 40px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 2080, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #support h4 img, #teachers #support h4 img {
    width: 40%;
    margin-bottom: 7px;
  }
  /* line 2085, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #support p, #teachers #support p {
    font-size: 18px;
  }
  /* line 2086, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #support .support, #teachers #support .support {
    margin-top: 10px;
  }
  /* line 2088, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #support .support p, #teachers #support .support p {
    margin: 15px auto 0;
    font-size: 14px;
  }
  /* line 2094, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #learning, #teachers #learning {
    background: #f9971e;
  }
  /* line 2096, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #learning .steps.columns + .columns:before,
#index #learning .steps.columns + .columns::before, #teachers #learning .steps.columns + .columns:before,
#teachers #learning .steps.columns + .columns::before {
    content: url(/assets/new/img/service/svg/arrow-914c0d133c96812540ff92f39272263838869fdcf7f463ee9310023b7600f997.svg);
    position: absolute;
    top: -38px;
    left: 46%;
    -moz-transform: rotate(-270deg);
    -webkit-transform: rotate(-270deg);
    -o-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
  }
  /* line 2107, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #learning h2, #index #learning h3, #index #learning h4, #index #learning p, #teachers #learning h2, #teachers #learning h3, #teachers #learning h4, #teachers #learning p {
    color: #fff;
  }
  /* line 2110, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #learning h2, #teachers #learning h2 {
    font-size: 20px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  /* line 2111, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #learning h3, #teachers #learning h3 {
    font-size: 18px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 2115, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #learning .row, #teachers #learning .row {
    padding-top: 0px;
  }
  /* line 2116, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #learning .feedback_first, #teachers #learning .feedback_first {
    margin-top: 0px;
    padding-top: 30px;
  }
  /* line 2117, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #learning .feedback, #teachers #learning .feedback {
    margin: 0px auto 20px;
    padding-top: 40px;
  }
  /* line 2120, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #learning .feedback h4, #teachers #learning .feedback h4 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 20px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 2126, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #learning .feedback p, #teachers #learning .feedback p {
    width: 260px;
    font-size: 14px;
    margin: 0 auto;
  }
  /* line 2131, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #learning .feedback .thumb, #teachers #learning .feedback .thumb {
    background: #fff;
    width: 180px;
    height: 180px;
    line-height: 180px;
    border-radius: 120px;
    margin: 0 auto;
    position: relative;
  }
  /* line 2139, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #learning .feedback .thumb img, #teachers #learning .feedback .thumb img {
    width: 85%;
  }
  /* line 2141, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #learning .feedback .thumb img.fb_3, #teachers #learning .feedback .thumb img.fb_3 {
    margin-top: -7px;
    width: 75%;
  }
  /* line 2142, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #learning .feedback .thumb img.number, #teachers #learning .feedback .thumb img.number {
    position: absolute;
    width: 50px;
    left: 36%;
    top: -18px;
  }
  /* line 2151, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #quality, #teachers #quality {
    padding-bottom: 30px;
    background: #fff;
  }
  /* line 2154, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #quality h2, #index #quality h3, #index #quality h4, #teachers #quality h2, #teachers #quality h3, #teachers #quality h4 {
    color: #f25633;
  }
  /* line 2157, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #quality h2, #teachers #quality h2 {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin-bottom: 8px;
  }
  /* line 2158, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #quality h3, #teachers #quality h3 {
    font-size: 15px;
    margin-top: 10px;
    letter-spacing: 0px;
    line-height: 22px;
  }
  /* line 2164, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #quality h4, #teachers #quality h4 {
    font-size: 18px;
  }
  /* line 2167, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #quality > .row > div, #teachers #quality > .row > div {
    margin: 0 auto 0px;
  }
  /* line 2170, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #quality .lead, #teachers #quality .lead {
    margin-bottom: 0px;
  }
  /* line 2172, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #quality .lead p, #teachers #quality .lead p {
    font-size: 14px;
  }
  /* line 2178, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #quality .explanation, #teachers #quality .explanation {
    margin: 30px auto 0;
    max-width: 300px;
  }
  /* line 2182, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #quality .explanation div.thumb img, #teachers #quality .explanation div.thumb img {
    width: 150px;
  }
  /* line 2183, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #quality .explanation div.thumb img.pen, #teachers #quality .explanation div.thumb img.pen {
    width: 70px;
  }
  /* line 2186, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #quality .explanation h4, #teachers #quality .explanation h4 {
    margin: 10px auto 20px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 2190, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #quality .explanation p, #teachers #quality .explanation p {
    font-size: 13px;
    margin-bottom: 0px;
  }
  /* line 2197, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #criteria h2, #teachers #criteria h2 {
    color: #f25633;
    margin-bottom: 7px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 22px;
  }
  /* line 2203, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #criteria h2 + p, #teachers #criteria h2 + p {
    font-size: 15px;
  }
  /* line 2206, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #criteria .teacher, #teachers #criteria .teacher {
    margin: 20px auto 0;
    max-width: 300px;
  }
  /* line 2209, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #criteria .teacher h4, #teachers #criteria .teacher h4 {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 35px;
  }
  /* line 2212, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #criteria .teacher h4.beginner, #teachers #criteria .teacher h4.beginner {
    color: #86c03f;
  }
  /* line 2215, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #criteria .teacher h4.intermediate, #teachers #criteria .teacher h4.intermediate {
    color: #29a5dc;
  }
  /* line 2218, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #criteria .teacher h4.expert, #teachers #criteria .teacher h4.expert {
    color: #f18d1e;
  }
  /* line 2222, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #criteria .teacher p, #teachers #criteria .teacher p {
    text-align: left;
    font-size: 12px;
  }
  /* line 2228, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #school, #teachers #school {
    background: #29a5dc;
    color: #fff;
    padding-bottom: 40px;
  }
  /* line 2232, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #school > .row, #teachers #school > .row {
    margin-bottom: 30px;
  }
  /* line 2234, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #school > .row .large-5 > img, #teachers #school > .row .large-5 > img {
    padding-bottom: 20px;
  }
  /* line 2238, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #school h2, #teachers #school h2 {
    color: #fff;
    margin-bottom: 10px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 22px;
  }
  /* line 2244, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #school .caption, #teachers #school .caption {
    font-size: 11px;
  }
  /* line 2248, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #school .reason .lead, #teachers #school .reason .lead {
    font-size: 17px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 2252, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #school .reason .detail, #teachers #school .reason .detail {
    font-size: 14px;
  }
  /* line 2256, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #school .message, #teachers #school .message {
    background: #fff;
    padding: 20px 20px 20px 30px;
    margin-bottom: 30px;
    box-shadow: 6px 6px 0 0 #2494c6;
    position: relative;
    overflow: visible;
  }
  /* line 2263, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #school .message:before, #teachers #school .message:before {
    position: absolute;
    content: '';
    border: 7px solid transparent;
    border-right: 10px solid #2494c6;
    border-bottom: 10px solid #2494c6;
    top: 85%;
    left: -17px;
  }
  /* line 2273, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #school .message:after, #teachers #school .message:after {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-right: 10px solid #fff;
    border-bottom: 10px solid #fff;
    top: 80%;
    left: -20px;
  }
  /* line 2283, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #school .message p, #teachers #school .message p {
    color: #29a5dc;
    font-size: 14px;
    line-height: 1.8em;
  }
  /* line 2289, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #school .button, #index #school .registration-oauth__twitter-btn, #index #school .registration-oauth__google-btn, #index #school .registration-oauth__facebook-btn, #index #school .registration-email-btn, #index #school .price-lineup__button, #teachers #school .button, #teachers #school .registration-oauth__twitter-btn, #teachers #school .registration-oauth__google-btn, #teachers #school .registration-oauth__facebook-btn, #teachers #school .registration-email-btn, #teachers #school .price-lineup__button {
    display: inline-block;
    background-color: #fff;
    color: #29a5dc;
    border-radius: 5px;
    box-shadow: 6px 6px 0 0 #2494c6;
  }
  /* line 2295, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #school .button:hover, #index #school .registration-oauth__twitter-btn:hover, #index #school .registration-oauth__google-btn:hover, #index #school .registration-oauth__facebook-btn:hover, #index #school .registration-email-btn:hover, #index #school .price-lineup__button:hover, #teachers #school .button:hover, #teachers #school .registration-oauth__twitter-btn:hover, #teachers #school .registration-oauth__google-btn:hover, #teachers #school .registration-oauth__facebook-btn:hover, #teachers #school .registration-email-btn:hover, #teachers #school .price-lineup__button:hover {
    opacity: 1;
    top: 4px;
    left: 4px;
    box-shadow: 7px 7px 0 0 #2494c6;
  }
  /* line 2305, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #message .row, #teachers #message .row {
    margin-bottom: 20px;
  }
  /* line 2306, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #message h2, #teachers #message h2 {
    color: #f25633;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 22px;
    margin-bottom: 10px;
  }
  /* line 2312, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #message .name, #teachers #message .name {
    font-size: 18px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin: 10px auto 0;
  }
  /* line 2317, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #message .history, #teachers #message .history {
    margin-top: 0px;
    font-size: 12px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin-bottom: 5px;
  }
  /* line 2323, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #message img, #teachers #message img {
    width: 65%;
    border-radius: 300px;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
  }
  /* line 2328, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #message .message, #teachers #message .message {
    background: #fff;
    padding: 20px;
  }
  /* line 2331, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #message .message p, #teachers #message .message p {
    font-size: 12px;
  }
  /* line 2335, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #message .teacher_button, #teachers #message .teacher_button {
    margin-top: 20px;
  }
  /* line 2336, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #message .teacher_button .button, #index #message .teacher_button .registration-oauth__twitter-btn, #index #message .teacher_button .registration-oauth__google-btn, #index #message .teacher_button .registration-oauth__facebook-btn, #index #message .teacher_button .registration-email-btn, #index #message .teacher_button .price-lineup__button, #teachers #message .teacher_button .button, #teachers #message .teacher_button .registration-oauth__twitter-btn, #teachers #message .teacher_button .registration-oauth__google-btn, #teachers #message .teacher_button .registration-oauth__facebook-btn, #teachers #message .teacher_button .registration-email-btn, #teachers #message .teacher_button .price-lineup__button {
    display: inline-block;
    background-color: #fff;
    color: #f25633;
    border-radius: 5px;
    box-shadow: 6px 6px 0 0 #fceedf;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  /* line 2344, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #message .teacher_button .button:hover, #index #message .teacher_button .registration-oauth__twitter-btn:hover, #index #message .teacher_button .registration-oauth__google-btn:hover, #index #message .teacher_button .registration-oauth__facebook-btn:hover, #index #message .teacher_button .registration-email-btn:hover, #index #message .teacher_button .price-lineup__button:hover, #teachers #message .teacher_button .button:hover, #teachers #message .teacher_button .registration-oauth__twitter-btn:hover, #teachers #message .teacher_button .registration-oauth__google-btn:hover, #teachers #message .teacher_button .registration-oauth__facebook-btn:hover, #teachers #message .teacher_button .registration-email-btn:hover, #teachers #message .teacher_button .price-lineup__button:hover {
    opacity: 1;
    top: 2px;
    box-shadow: 4px 4px 0 0 #fceedf;
  }
  /* line 2352, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #voice, #teachers #voice {
    padding: 20px 0 10px;
    background: #f9b80e;
  }
  /* line 2355, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #voice h2, #teachers #voice h2 {
    color: #fff;
    margin-bottom: 0px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 19px;
  }
  /* line 2361, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #voice .voice, #teachers #voice .voice {
    background: #fff;
    margin: 30px auto;
    margin-bottom: 40px;
    padding: 20px;
    padding-bottom: 10px;
    box-shadow: 6px 6px 0 0 #dba037;
    position: relative;
  }
  /* line 2369, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #voice .voice:after, #teachers #voice .voice:after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 50%;
    border: 20px solid transparent;
    border-left: 20px solid #fff;
    border-top: 20px solid #fff;
  }
  /* line 2378, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #voice .voice:before, #teachers #voice .voice:before {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 53%;
    border: 20px solid transparent;
    border-left: 20px solid #dba037;
    border-top: 20px solid #dba037;
  }
  /* line 2388, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #voice .voice p, #teachers #voice .voice p {
    font-size: 14px;
  }
  /* line 2392, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #voice img, #teachers #voice img {
    margin-top: 12px;
    width: 150px;
    height: 150px;
  }
  /* line 2397, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #voice .button, #index #voice .registration-oauth__twitter-btn, #index #voice .registration-oauth__google-btn, #index #voice .registration-oauth__facebook-btn, #index #voice .registration-email-btn, #index #voice .price-lineup__button, #teachers #voice .button, #teachers #voice .registration-oauth__twitter-btn, #teachers #voice .registration-oauth__google-btn, #teachers #voice .registration-oauth__facebook-btn, #teachers #voice .registration-email-btn, #teachers #voice .price-lineup__button {
    display: inline-block;
    background-color: #fff;
    color: #f9b80e;
    border-radius: 5px;
    box-shadow: 6px 6px 0 0 #dba037;
    margin-top: 40px;
  }
  /* line 2404, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #voice .button:hover, #index #voice .registration-oauth__twitter-btn:hover, #index #voice .registration-oauth__google-btn:hover, #index #voice .registration-oauth__facebook-btn:hover, #index #voice .registration-email-btn:hover, #index #voice .price-lineup__button:hover, #teachers #voice .button:hover, #teachers #voice .registration-oauth__twitter-btn:hover, #teachers #voice .registration-oauth__google-btn:hover, #teachers #voice .registration-oauth__facebook-btn:hover, #teachers #voice .registration-email-btn:hover, #teachers #voice .price-lineup__button:hover {
    opacity: 1;
    top: 4px;
    left: 4px;
    box-shadow: 7px 7px 0 0 #dba037;
  }
  /* line 2414, app/assets/stylesheets/landing_ja/_sp.scss */
  #index.content, #service.content {
    margin: 0;
  }
  /* line 2417, app/assets/stylesheets/landing_ja/_sp.scss */
  #index > div, #service > div {
    padding: 30px 0 30px;
  }
  /* line 2419, app/assets/stylesheets/landing_ja/_sp.scss */
  #index > div h2, #service > div h2 {
    padding-left: 0;
    border: none;
  }
  /* line 2423, app/assets/stylesheets/landing_ja/_sp.scss */
  #index .mainvisual, #service .mainvisual {
    background: url(/assets/new/img/index/main_sp-060898f9307e58a714eeede04086e0ef76c3c33f0997dd350f3141c9ee1801d4.jpg) no-repeat;
    width: 100%;
    height: 200px;
    background-position: center center;
    background-size: 180%;
  }
  /* line 2424, app/assets/stylesheets/landing_ja/_sp.scss */
  #index .mainvisual2, #service .mainvisual2 {
    background: url(/assets/new/img/index/main2_sp-7dd4edd6c963ee2760bfa87f1a0d2311cd95e31bfa7b9545d447c8c0968df3cd.jpg) no-repeat;
    width: 100%;
    height: 200px;
    background-position: center center;
    background-size: 210%;
  }
  /* line 2425, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #intro, #service #intro {
    padding-top: 20px;
    color: #fff;
    background: #f9971e;
  }
  /* line 2426, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #intro > div, #service #intro > div {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /* line 2430, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #intro h1, #index #intro h2, #index #intro h3, #index #intro h4, #service #intro h1, #service #intro h2, #service #intro h3, #service #intro h4 {
    color: #fff;
  }
  /* line 2431, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #intro h1, #service #intro h1 {
    font-size: 20px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin: 0px 0 30px;
    letter-spacing: 0px;
  }
  /* line 2436, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #intro h1 span, #service #intro h1 span {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 20px;
  }
  /* line 2437, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #intro h1 + h2, #service #intro h1 + h2 {
    font-size: 16px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin-bottom: 0;
    line-height: 25px;
  }
  /* line 2445, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #intro .skype, #service #intro .skype {
    margin-top: 25px;
  }
  /* line 2448, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #intro h4, #service #intro h4 {
    font-size: 20px;
    margin: 20px 0 10px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 2453, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #intro .mv, #service #intro .mv {
    margin-bottom: 30px;
  }
  /* line 2456, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #intro .lead, #service #intro .lead {
    margin-bottom: 10px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 2459, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #intro .lead img.number_1, #service #intro .lead img.number_1 {
    width: 50%;
  }
  /* line 2460, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #intro .lead img.number_2, #service #intro .lead img.number_2 {
    width: 50%;
    margin: -10px auto -10px;
  }
  /* line 2461, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #intro .lead img.number_3, #service #intro .lead img.number_3 {
    width: 90%;
    padding: 0 15%;
    margin: -20px 0px 0px;
  }
  /* line 2463, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #intro .lesson .lead, #service #intro .lesson .lead {
    line-height: 102px;
    font-size: 50px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 2468, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #intro .hour .lead, #service #intro .hour .lead {
    padding-top: 25px;
    font-size: 30px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 2472, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #intro .hour .lead span, #service #intro .hour .lead span {
    font-size: 18px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 2477, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #intro .details, #service #intro .details {
    margin-bottom: 20px;
  }
  /* line 2479, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #intro .details p, #service #intro .details p {
    text-align: left;
    font-size: 13px;
    width: 100%;
    margin: 8px auto 0;
  }
  /* line 2487, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #flow, #service #flow {
    background: #39af4a;
    color: #fff;
  }
  /* line 2490, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #flow a, #service #flow a {
    color: white;
  }
  /* line 2491, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #flow h2, #index #flow h4, #service #flow h2, #service #flow h4 {
    color: #fff;
  }
  /* line 2492, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #flow .button, #index #flow .registration-oauth__twitter-btn, #index #flow .registration-oauth__google-btn, #index #flow .registration-oauth__facebook-btn, #index #flow .registration-email-btn, #index #flow .price-lineup__button, #service #flow .button, #service #flow .registration-oauth__twitter-btn, #service #flow .registration-oauth__google-btn, #service #flow .registration-oauth__facebook-btn, #service #flow .registration-email-btn, #service #flow .price-lineup__button {
    display: inline-block;
    background-color: #fff;
    color: #39af4a;
    border-radius: 5px;
    box-shadow: 6px 6px 0 0 #4f663f;
  }
  /* line 2498, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #flow .button:hover, #index #flow .registration-oauth__twitter-btn:hover, #index #flow .registration-oauth__google-btn:hover, #index #flow .registration-oauth__facebook-btn:hover, #index #flow .registration-email-btn:hover, #index #flow .price-lineup__button:hover, #service #flow .button:hover, #service #flow .registration-oauth__twitter-btn:hover, #service #flow .registration-oauth__google-btn:hover, #service #flow .registration-oauth__facebook-btn:hover, #service #flow .registration-email-btn:hover, #service #flow .price-lineup__button:hover {
    opacity: 1;
    top: 4px;
    left: 4px;
    box-shadow: 7px 7px 0 0 #4f663f;
  }
  /* line 2505, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #flow h2, #service #flow h2 {
    margin-bottom: 30px;
  }
  /* line 2508, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #flow .steps .columns + .columns:before,
#index #flow .steps .columns + .columns::before, #service #flow .steps .columns + .columns:before,
#service #flow .steps .columns + .columns::before {
    content: url(/assets/new/img/service/svg/arrow-914c0d133c96812540ff92f39272263838869fdcf7f463ee9310023b7600f997.svg);
    position: absolute;
    top: -53px;
    left: 45%;
    opacity: 0.5;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
  }
  /* line 2520, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #flow .step, #service #flow .step {
    max-width: 300px;
    margin: 30px auto;
  }
  /* line 2523, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #flow .step h4, #service #flow .step h4 {
    margin-top: 10px;
    font-size: 18px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 2528, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #flow .step p, #service #flow .step p {
    font-size: 14px;
  }
  /* line 2531, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #flow .step .thumb, #service #flow .step .thumb {
    background: #fff;
    width: 180px;
    height: 180px;
    line-height: 190px;
    border-radius: 105px;
    position: relative;
    margin: 0 auto;
  }
  /* line 2539, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #flow .step .thumb img, #service #flow .step .thumb img {
    width: 82%;
  }
  /* line 2540, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #flow .step .thumb img.illust4, #service #flow .step .thumb img.illust4 {
    width: 71%;
    margin-top: -10px;
  }
  /* line 2541, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #flow .step .thumb img.number, #service #flow .step .thumb img.number {
    position: absolute;
    width: 50px !important;
    left: 35%;
    top: -25px;
  }
  /* line 2549, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #flow .equipments, #service #flow .equipments {
    padding: 30px 0;
  }
  /* line 2551, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #flow .equipments h3, #service #flow .equipments h3 {
    color: #39af4a;
  }
  /* line 2552, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #flow .equipments .equipment, #service #flow .equipments .equipment {
    margin: 0 auto 20px;
  }
  /* line 2554, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #flow .equipments .equipment .equipimg, #service #flow .equipments .equipment .equipimg {
    width: 65%;
    margin: 0 auto;
  }
  /* line 2555, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #flow .equipments .equipment p, #service #flow .equipments .equipment p {
    width: 80%;
    font-size: 14px;
    margin: 0 auto;
  }
  /* line 2563, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #course, #service #course {
    background: #29a5dc;
    color: #fff;
  }
  /* line 2566, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #course h2, #index #course h3, #index #course h4, #service #course h2, #service #course h3, #service #course h4 {
    color: #fff;
  }
  /* line 2567, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #course .button, #index #course .registration-oauth__twitter-btn, #index #course .registration-oauth__google-btn, #index #course .registration-oauth__facebook-btn, #index #course .registration-email-btn, #index #course .price-lineup__button, #service #course .button, #service #course .registration-oauth__twitter-btn, #service #course .registration-oauth__google-btn, #service #course .registration-oauth__facebook-btn, #service #course .registration-email-btn, #service #course .price-lineup__button {
    display: inline-block;
    background-color: #fff;
    color: #29a5dc;
    border-radius: 5px;
    box-shadow: 6px 6px 0 0 #2494c6;
  }
  /* line 2573, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #course .button:hover, #index #course .registration-oauth__twitter-btn:hover, #index #course .registration-oauth__google-btn:hover, #index #course .registration-oauth__facebook-btn:hover, #index #course .registration-email-btn:hover, #index #course .price-lineup__button:hover, #service #course .button:hover, #service #course .registration-oauth__twitter-btn:hover, #service #course .registration-oauth__google-btn:hover, #service #course .registration-oauth__facebook-btn:hover, #service #course .registration-email-btn:hover, #service #course .price-lineup__button:hover {
    opacity: 1;
    top: 4px;
    left: 4px;
    box-shadow: 7px 7px 0 0 #2494c6;
  }
  /* line 2585, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #course .recommend, #service #course .recommend {
    margin: 0 auto 50px;
    padding: 0 20px;
    max-width: 300px;
  }
  /* line 2589, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #course .recommend .thumb, #service #course .recommend .thumb {
    background: #fff;
    width: 210px;
    height: 210px;
    line-height: 210px;
    border-radius: 105px;
  }
  /* line 2596, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #course .recommend h4, #service #course .recommend h4 {
    font-size: 18px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin: 10px auto 20px;
  }
  /* line 2601, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #course .recommend p, #service #course .recommend p {
    font-size: 14px;
  }
  /* line 2605, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #course .recommend .recommend-course p.caption, #service #course .recommend .recommend-course p.caption {
    width: 150px;
    background: #fff;
    color: #29a5dc;
    font-size: 14px;
    height: 1.6em;
    line-height: 1.6em;
    border-radius: 0.8em;
    margin: 20px auto;
  }
  /* line 2618, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #course_service, #service #course_service {
    background: #29a5dc;
    color: #fff;
    padding: 30px 0 30px;
  }
  /* line 2622, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #course_service h2, #index #course_service h3, #index #course_service h4, #service #course_service h2, #service #course_service h3, #service #course_service h4 {
    color: #fff;
  }
  /* line 2623, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #course_service h2, #service #course_service h2 {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 26px;
    margin-bottom: 20px;
  }
  /* line 2628, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #course_service h3, #service #course_service h3 {
    margin: 40px 0 20px;
    font-size: 25px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 2629, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #course_service .large-12, #service #course_service .large-12 {
    margin-top: 0px;
  }
  /* line 2630, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #course_service .button, #index #course_service .registration-oauth__twitter-btn, #index #course_service .registration-oauth__google-btn, #index #course_service .registration-oauth__facebook-btn, #index #course_service .registration-email-btn, #index #course_service .price-lineup__button, #service #course_service .button, #service #course_service .registration-oauth__twitter-btn, #service #course_service .registration-oauth__google-btn, #service #course_service .registration-oauth__facebook-btn, #service #course_service .registration-email-btn, #service #course_service .price-lineup__button {
    display: inline-block;
    background-color: #fff;
    color: #29a5dc;
    margin-top: 40px;
    border-radius: 5px;
    box-shadow: 6px 6px 0 0 #2494c6;
  }
  /* line 2637, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #course_service .button:hover, #index #course_service .registration-oauth__twitter-btn:hover, #index #course_service .registration-oauth__google-btn:hover, #index #course_service .registration-oauth__facebook-btn:hover, #index #course_service .registration-email-btn:hover, #index #course_service .price-lineup__button:hover, #service #course_service .button:hover, #service #course_service .registration-oauth__twitter-btn:hover, #service #course_service .registration-oauth__google-btn:hover, #service #course_service .registration-oauth__facebook-btn:hover, #service #course_service .registration-email-btn:hover, #service #course_service .price-lineup__button:hover {
    opacity: 1;
    top: 2px;
    box-shadow: 4px 4px 0 0 #2494c6;
  }
  /* line 2643, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #course_service .courses, #service #course_service .courses {
    padding: 0 10px 0 0px;
  }
  /* line 2645, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #course_service .courses .large-4, #service #course_service .courses .large-4 {
    padding: 0px;
  }
  /* line 2646, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #course_service .courses > div, #service #course_service .courses > div {
    margin-top: 0px;
  }
  /* line 2650, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #course_service .recommend, #service #course_service .recommend {
    margin-bottom: 40px;
  }
  /* line 2652, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #course_service .recommend .thumb, #service #course_service .recommend .thumb {
    background: #fff;
    width: 180px;
    height: 180px;
    margin: 0 auto;
    line-height: 173px;
    border-radius: 105px;
  }
  /* line 2659, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #course_service .recommend .thumb img.reco_1, #service #course_service .recommend .thumb img.reco_1 {
    width: 60%;
    margin: 9px 0 0;
  }
  /* line 2660, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #course_service .recommend .thumb img.reco_2, #service #course_service .recommend .thumb img.reco_2 {
    width: 80%;
    margin: 9px 0 0 8px;
  }
  /* line 2661, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #course_service .recommend .thumb img.reco_3, #service #course_service .recommend .thumb img.reco_3 {
    width: 80%;
    margin: 0 0 0;
  }
  /* line 2662, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #course_service .recommend .thumb img.reco_4, #service #course_service .recommend .thumb img.reco_4 {
    width: 80%;
    margin: 0 0 0;
  }
  /* line 2664, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #course_service .recommend h4, #service #course_service .recommend h4 {
    font-size: 17px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin: 10px auto 20px;
  }
  /* line 2669, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #course_service .recommend p, #service #course_service .recommend p {
    font-size: 14px;
  }
  /* line 2674, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #course_service .recommend .recommend-course p.caption, #service #course_service .recommend .recommend-course p.caption {
    width: 150px;
    background: #fff;
    color: #29a5dc;
    font-size: 14px;
    height: 1.6em;
    line-height: 1.6em;
    border-radius: 0.8em;
    margin: 20px auto;
  }
  /* line 2687, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #guide, #service #guide {
    background: #f18d1e;
    color: #fff;
  }
  /* line 2690, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #guide h2, #index #guide h3, #index #guide h4, #service #guide h2, #service #guide h3, #service #guide h4 {
    color: #fff;
  }
  /* line 2691, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #guide .button, #index #guide .registration-oauth__twitter-btn, #index #guide .registration-oauth__google-btn, #index #guide .registration-oauth__facebook-btn, #index #guide .registration-email-btn, #index #guide .price-lineup__button, #service #guide .button, #service #guide .registration-oauth__twitter-btn, #service #guide .registration-oauth__google-btn, #service #guide .registration-oauth__facebook-btn, #service #guide .registration-email-btn, #service #guide .price-lineup__button {
    display: inline-block;
    background-color: #fff;
    color: #f18d1e;
    border-radius: 5px;
    box-shadow: 6px 6px 0 0 #d57e1a;
  }
  /* line 2697, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #guide .button:hover, #index #guide .registration-oauth__twitter-btn:hover, #index #guide .registration-oauth__google-btn:hover, #index #guide .registration-oauth__facebook-btn:hover, #index #guide .registration-email-btn:hover, #index #guide .price-lineup__button:hover, #service #guide .button:hover, #service #guide .registration-oauth__twitter-btn:hover, #service #guide .registration-oauth__google-btn:hover, #service #guide .registration-oauth__facebook-btn:hover, #service #guide .registration-email-btn:hover, #service #guide .price-lineup__button:hover {
    opacity: 1;
    top: 4px;
    left: 4px;
    box-shadow: 7px 7px 0 0 #d57e1a;
  }
  /* line 2704, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #guide .explanation, #service #guide .explanation {
    max-width: 300px;
    margin: 10px auto 10px;
  }
  /* line 2707, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #guide .explanation .thumb, #service #guide .explanation .thumb {
    background: #fff;
    width: 180px;
    height: 180px;
    line-height: 180px;
    border-radius: 120px;
    margin: 0 auto;
  }
  /* line 2714, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #guide .explanation .thumb img, #service #guide .explanation .thumb img {
    width: 80%;
  }
  /* line 2715, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #guide .explanation .thumb img.teachericon_3, #service #guide .explanation .thumb img.teachericon_3 {
    width: 65%;
  }
  /* line 2717, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #guide .explanation h4, #service #guide .explanation h4 {
    font-size: 18px;
  }
  /* line 2720, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #guide .explanation p, #service #guide .explanation p {
    font-size: 14px;
    width: 250px;
    margin: 0 auto;
  }
  /* line 2725, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #guide .explanation + div, #service #guide .explanation + div {
    margin-bottom: 30px;
  }
  /* line 2731, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #question h2, #service #question h2 {
    color: #f25633;
  }
  /* line 2734, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #question div.large-6, #service #question div.large-6 {
    padding-left: 23px;
    padding-right: 0px;
  }
  /* line 2738, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #question .panel, #service #question .panel {
    margin-bottom: 50px;
    overflow: hidden;
  }
  /* line 2742, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #question p.question, #service #question p.question {
    color: #f25633;
    font-size: 14px;
    margin-bottom: 1em;
    position: relative;
  }
  /* line 2747, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #question p.question:before, #service #question p.question:before {
    content: 'Q.';
    position: absolute;
    left: -20px;
    top: 0;
  }
  /* line 2754, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #question p.answer, #service #question p.answer {
    font-size: 14px;
    position: relative;
  }
  /* line 2757, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #question p.answer:before, #service #question p.answer:before {
    content: 'A.';
    position: absolute;
    left: -20px;
    top: 0;
  }
  /* line 2764, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #question .button, #index #question .registration-oauth__twitter-btn, #index #question .registration-oauth__google-btn, #index #question .registration-oauth__facebook-btn, #index #question .registration-email-btn, #index #question .price-lineup__button, #service #question .button, #service #question .registration-oauth__twitter-btn, #service #question .registration-oauth__google-btn, #service #question .registration-oauth__facebook-btn, #service #question .registration-email-btn, #service #question .price-lineup__button {
    display: inline-block;
    background-color: white;
    color: #f25633;
    border-radius: 5px;
    box-shadow: 6px 6px 0 0 #fceedf;
  }
  /* line 2770, app/assets/stylesheets/landing_ja/_sp.scss */
  #index #question .button:hover, #index #question .registration-oauth__twitter-btn:hover, #index #question .registration-oauth__google-btn:hover, #index #question .registration-oauth__facebook-btn:hover, #index #question .registration-email-btn:hover, #index #question .price-lineup__button:hover, #service #question .button:hover, #service #question .registration-oauth__twitter-btn:hover, #service #question .registration-oauth__google-btn:hover, #service #question .registration-oauth__facebook-btn:hover, #service #question .registration-email-btn:hover, #service #question .price-lineup__button:hover {
    opacity: 1;
    top: 4px;
    left: 4px;
    box-shadow: 7px 7px 0 0 #fceedf;
  }
  /* line 2781, app/assets/stylesheets/landing_ja/_sp.scss */
  #price .mainvisual {
    background: url(/assets/new/img/price/main_sp-76926ffa89399125db5d2bc2b9c81694d25ffe9f3b9cf3a619b9f60ed824dc5b.jpg) no-repeat;
    width: 100%;
    height: 200px;
    background-position: 60% center;
    background-size: 210%;
  }
  /* line 2782, app/assets/stylesheets/landing_ja/_sp.scss */
  #price.content {
    margin: 0;
  }
  /* line 2785, app/assets/stylesheets/landing_ja/_sp.scss */
  #price > div {
    padding: 30px 0;
  }
  /* line 2787, app/assets/stylesheets/landing_ja/_sp.scss */
  #price > div h2 {
    padding-left: 0;
    border: none;
  }
  /* line 2791, app/assets/stylesheets/landing_ja/_sp.scss */
  #price .pig img {
    width: 35%;
  }
  /* line 2792, app/assets/stylesheets/landing_ja/_sp.scss */
  #price .subvisual {
    padding: 0;
  }
  /* line 2795, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #intro {
    background: #39af4a;
    padding-top: 10px;
  }
  /* line 2798, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #intro h2 {
    color: #fff;
    font-size: 17px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 33px;
    letter-spacing: 3px;
    text-align: center;
  }
  /* line 2806, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #intro h2 span.strong {
    font-size: 31px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 2809, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #intro h2 span.strong:last-child {
    position: relative;
  }
  /* line 2811, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #intro h2 span.strong:last-child:after {
    content: '※';
    font-size: 10px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    position: absolute;
    top: -10px;
    right: -12px;
  }
  /* line 2822, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #intro p {
    font-size: 12px;
    color: #8c8;
  }
  /* line 2828, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #basic .row {
    padding-bottom: 0px;
  }
  /* line 2829, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #basic h1 {
    color: #f25633;
    margin: 30px 0 20px;
    font-size: 30px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 2835, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #basic .button, #price #basic .registration-oauth__twitter-btn, #price #basic .registration-oauth__google-btn, #price #basic .registration-oauth__facebook-btn, #price #basic .registration-email-btn, #price #basic .price-lineup__button {
    display: inline-block;
    background-color: #f18d1e;
    color: #fff;
    border-radius: 5px;
    box-shadow: 6px 6px 0 0 #fceedf;
  }
  /* line 2841, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #basic .button:hover, #price #basic .registration-oauth__twitter-btn:hover, #price #basic .registration-oauth__google-btn:hover, #price #basic .registration-oauth__facebook-btn:hover, #price #basic .registration-email-btn:hover, #price #basic .price-lineup__button:hover {
    opacity: 1;
    top: 2px;
    box-shadow: 4px 4px 0 0 #fceedf;
  }
  /* line 2847, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #basic .light {
    float: right;
  }
  /* line 2848, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #basic .standard {
    float: left;
  }
  /* line 2849, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #basic .light, #price #basic .standard {
    background: #fff;
    margin-bottom: 30px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 4px 4px 0 0 #fceedf;
    position: relative;
  }
  /* line 2856, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #basic .light .header, #price #basic .standard .header {
    margin-top: -3px;
    border-radius: 10px 10px 0 0;
    color: #fff;
    padding-bottom: 20px;
  }
  /* line 2861, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #basic .light .header h2, #price #basic .standard .header h2 {
    padding: 20px 0 0px;
    font-size: 20px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    color: #fff;
  }
  /* line 2868, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #basic .light .header .price h3, #price #basic .standard .header .price h3 {
    font-size: 50px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    color: white;
    width: 90%;
    max-width: 280px;
    margin: 0 auto -2px;
    line-height: 7px;
    border-bottom: 3px solid white;
    padding-bottom: 5px;
  }
  /* line 2878, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #basic .light .header .price h3.img.yen, #price #basic .standard .header .price h3.img.yen {
    width: 75%;
  }
  /* line 2879, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #basic .light .header .price h3 > span, #price #basic .standard .header .price h3 > span {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    padding-bottom: 15px;
    display: inline-block;
  }
  /* line 2884, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #basic .light .header .price h3 span.month, #price #basic .standard .header .price h3 span.month {
    font-size: 20px;
    padding-right: 10%;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 2889, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #basic .light .header .price h3 span.yen, #price #basic .standard .header .price h3 span.yen {
    font-size: 20px;
    padding-right: 0;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 2896, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #basic .light .header .sub h4, #price #basic .standard .header .sub h4 {
    font-size: 25px;
    margin-left: 130px;
    color: white;
  }
  /* line 2896, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #basic .light .header .sub h4 span, #price #basic .standard .header .sub h4 span {
    font-size: 14px;
    color: white;
  }
  /* line 2898, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #basic .light .detail, #price #basic .standard .detail {
    border-radius: 0 0 10px 10px;
    padding-bottom: 10px;
  }
  /* line 2901, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #basic .light .detail table, #price #basic .standard .detail table {
    width: 100%;
    margin: 0 auto 30px;
  }
  /* line 2904, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #basic .light .detail table td, #price #basic .standard .detail table td {
    background: #fff;
    height: 75px;
    vertical-align: middle;
    border-bottom: 1px dotted #ececec;
    color: #4d4d4d;
  }
  /* line 2911, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #basic .light .detail table td:first-child, #price #basic .standard .detail table td:first-child {
    width: 37%;
    font-size: 14px;
    text-align: right;
    padding-top: 10px;
  }
  /* line 2917, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #basic .light .detail table td:last-child, #price #basic .standard .detail table td:last-child {
    font-size: 16px;
  }
  /* line 2921, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #basic .light .detail table tr:last-child td, #price #basic .standard .detail table tr:last-child td {
    border-bottom: none;
  }
  /* line 2927, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #basic .light .emphasis, #price #basic .standard .emphasis {
    font-size: 28px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 2932, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #basic .light {
    margin-bottom: 20px;
  }
  /* line 2934, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #basic .light .fukidashi {
    position: absolute;
    top: 261px;
    right: -9px;
    width: 30%;
  }
  /* line 2940, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #basic .light .header {
    background: #ffbd21;
  }
  /* line 2944, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #basic .light .detail td:first-child, #price #basic .light .detail .emphasis {
    color: #ffbd21;
  }
  /* line 2950, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #basic .standard .fukidashi {
    position: absolute;
    top: 251px;
    right: -17px;
    width: 37%;
  }
  /* line 2956, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #basic .standard .lowest {
    position: absolute;
    top: -33px;
    right: -14px;
    width: 25%;
  }
  /* line 2962, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #basic .standard .yen {
    width: 72%;
  }
  /* line 2963, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #basic .standard .header {
    background: #f25633;
  }
  /* line 2967, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #basic .standard .detail td:first-child, #price #basic .standard .detail .emphasis {
    color: #f25633;
  }
  /* line 2972, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #basic .attention {
    text-align: center;
  }
  /* line 2973, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #basic .attention p {
    font-size: 12px;
    margin-top: -10px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 2976, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #basic .attention_detail {
    text-align: left;
    margin-top: 10px;
  }
  /* line 2977, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #basic .attention_detail p {
    font-size: 10px;
  }
  /* line 2981, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #basic .price_button {
    margin-top: 20px;
  }
  /* line 2982, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #basic .price_button .button, #price #basic .price_button .registration-oauth__twitter-btn, #price #basic .price_button .registration-oauth__google-btn, #price #basic .price_button .registration-oauth__facebook-btn, #price #basic .price_button .registration-email-btn, #price #basic .price_button .price-lineup__button {
    display: inline-block;
    background-color: #fff;
    color: #f25633;
    border-radius: 5px;
    box-shadow: 6px 6px 0 0 #fceedf;
  }
  /* line 2988, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #basic .price_button .button:hover, #price #basic .price_button .registration-oauth__twitter-btn:hover, #price #basic .price_button .registration-oauth__google-btn:hover, #price #basic .price_button .registration-oauth__facebook-btn:hover, #price #basic .price_button .registration-email-btn:hover, #price #basic .price_button .price-lineup__button:hover {
    opacity: 1;
    top: 2px;
    box-shadow: 4px 4px 0 0 #fceedf;
  }
  /* line 2998, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #extra {
    background: #fff;
    padding-top: 50px;
  }
  /* line 3001, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #extra h2 {
    color: #f25633;
    font-size: 30px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin-bottom: 30px;
  }
  /* line 3007, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #extra .explanation, #price #extra .attention {
    font-size: 14px;
  }
  /* line 3011, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #extra .plan table {
    margin: 20px auto 20px;
    box-shadow: 6px 6px 0 0 #fceedf;
    border-radius: 10px;
    overflow: hidden;
  }
  /* line 3016, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #extra .plan table th, #price #extra .plan table td {
    padding: 20px 5px;
    vertical-align: middle;
    text-align: center;
  }
  /* line 3021, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #extra .plan table th {
    background: #f25633;
    color: #fff;
    padding: 20px 3px;
    font-size: 9px;
  }
  /* line 3027, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #extra .plan table td {
    font-size: 12px;
    background-color: #fff7ed;
    border-left: 1px dotted #f25633;
  }
  /* line 3031, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #extra .plan table td:first-child {
    border-left: none;
  }
  /* line 3035, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #extra .plan table td.price {
    font-size: 9px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    color: #4d4d4d;
  }
  /* line 3037, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #extra .plan table tr:first-child th {
    border-bottom: 1px dotted #fff;
  }
  /* line 3040, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #extra .plan table tr:first-child td {
    border-bottom: 1px dotted #f25633;
    font-size: 10px;
    color: #4d4d4d;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 3048, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #extra .plan p {
    margin: 0 auto;
    font-size: 12px;
  }
  /* line 3055, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #payment h2, #price #payment h4 {
    color: #f25633;
  }
  /* line 3058, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #payment h2 {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 32px;
    margin-bottom: 20px;
  }
  /* line 3059, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #payment h4 {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 14px;
    letter-spacing: 0px;
  }
  /* line 3060, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #payment .attention {
    font-size: 12px;
  }
  /* line 3064, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #payment .lead > div {
    margin-bottom: 20px;
  }
  /* line 3067, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #payment .lead img {
    width: 80%;
  }
  /* line 3068, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #payment .lead .explanation {
    margin: 0 auto;
  }
  /* line 3072, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #payment .display {
    margin: 0 auto;
    margin-bottom: 50px;
  }
  /* line 3075, app/assets/stylesheets/landing_ja/_sp.scss */
  #price #payment .display p {
    margin: 10px 0;
    font-size: 14px;
  }
  /* line 3083, app/assets/stylesheets/landing_ja/_sp.scss */
  #voice .panel {
    margin: 0 auto 30px;
  }
  /* line 3086, app/assets/stylesheets/landing_ja/_sp.scss */
  #voice .panel h3.orange, #voice .panel h4.orange, #voice .panel h5.orange, #voice .panel p.orange, #voice .panel span.orange {
    color: #f25633;
  }
  /* line 3090, app/assets/stylesheets/landing_ja/_sp.scss */
  #voice .panel h3 {
    font-size: 22px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin-top: 0px;
  }
  /* line 3095, app/assets/stylesheets/landing_ja/_sp.scss */
  #voice .panel h4 {
    margin-top: 50px;
    font-size: 20px;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  /* line 3100, app/assets/stylesheets/landing_ja/_sp.scss */
  #voice .panel h5 {
    font-size: 18px;
  }
  /* line 3104, app/assets/stylesheets/landing_ja/_sp.scss */
  #voice .panel .story p {
    font-size: 14px;
  }
  /* line 3108, app/assets/stylesheets/landing_ja/_sp.scss */
  #voice .panel img {
    margin-bottom: 20px;
  }
  /* line 3110, app/assets/stylesheets/landing_ja/_sp.scss */
  #voice .panel img.left {
    margin-right: 20px;
  }
  /* line 3113, app/assets/stylesheets/landing_ja/_sp.scss */
  #voice .panel img.right {
    margin-left: 20px;
  }
  /* line 3118, app/assets/stylesheets/landing_ja/_sp.scss */
  #voice .panel.teacher h4 {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin-top: 0px;
    font-size: 20px;
  }
  /* line 3122, app/assets/stylesheets/landing_ja/_sp.scss */
  #voice .panel.teacher h4 span {
    color: #000;
    font-size: 10px;
    vertical-align: baseline;
    color: #4d4d4d;
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    display: none;
    margin-top: 6px;
  }
  /* line 3132, app/assets/stylesheets/landing_ja/_sp.scss */
  #voice .panel.teacher h5 {
    font-size: 14px;
    margin-top: 10px;
  }
  /* line 3133, app/assets/stylesheets/landing_ja/_sp.scss */
  #voice .panel.teacher img {
    padding-top: 65px;
  }
  /* line 3134, app/assets/stylesheets/landing_ja/_sp.scss */
  #voice .panel.teacher p {
    font-size: 14px;
  }
  /* line 3137, app/assets/stylesheets/landing_ja/_sp.scss */
  #voice .panel.teacher .row {
    margin-bottom: 30px;
  }
  /* line 3144, app/assets/stylesheets/landing_ja/_sp.scss */
  #transactions .panel {
    padding: 20px 5px;
  }
  /* line 3145, app/assets/stylesheets/landing_ja/_sp.scss */
  #transactions h2 {
    font-size: 20px;
  }
  /* line 3146, app/assets/stylesheets/landing_ja/_sp.scss */
  #transactions .large-3.small-3 {
    font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 13px;
  }
  /* line 3147, app/assets/stylesheets/landing_ja/_sp.scss */
  #transactions .large-9.small-9 {
    font-size: 12px;
  }
  /* line 3148, app/assets/stylesheets/landing_ja/_sp.scss */
  #transactions ul.row {
    padding: 0 30px;
  }
  /* line 3150, app/assets/stylesheets/landing_ja/_sp.scss */
  #transactions ul.row li {
    font-size: 14px;
    padding: 1em 0;
    border-bottom: 1px solid #ececec;
  }
}

/* line 6, app/assets/stylesheets/landing_ja/_ext.sass */
.header__navigation-wrapper {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 640px) {
  /* line 6, app/assets/stylesheets/landing_ja/_ext.sass */
  .header__navigation-wrapper {
    display: none;
  }
}

/* line 13, app/assets/stylesheets/landing_ja/_ext.sass */
.header__navigation-title {
  position: absolute;
  top: -15px;
  font-size: 11px;
  color: white;
  font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/* line 21, app/assets/stylesheets/landing_ja/_ext.sass */
.panel.faq-top-three {
  border: 1px #ddd solid;
  padding: 24px !important;
  margin-top: 12px;
}

/* line 26, app/assets/stylesheets/landing_ja/_ext.sass */
.faq-list {
  list-style-type: decimal;
}

/* line 29, app/assets/stylesheets/landing_ja/_ext.sass */
.faq-list__item {
  font-size: 14px;
  margin-bottom: 8px;
}

/* line 33, app/assets/stylesheets/landing_ja/_ext.sass */
.hidden {
  display: none;
}

/* line 36, app/assets/stylesheets/landing_ja/_ext.sass */
#cboxContent {
  background-color: #fff;
}

/* line 39, app/assets/stylesheets/landing_ja/_ext.sass */
#cboxLoadedContent {
  background-color: #fff;
}

/* line 42, app/assets/stylesheets/landing_ja/_ext.sass */
.teacher-introduction {
  background-color: #fff7ed;
  text-align: center;
  width: 100%;
  height: 100%;
  text-align: center;
  word-wrap: break-word;
  padding: 24px;
}

@media only screen and (max-width: 640px) {
  /* line 42, app/assets/stylesheets/landing_ja/_ext.sass */
  .teacher-introduction {
    padding: 4px;
  }
}

/* line 53, app/assets/stylesheets/landing_ja/_ext.sass */
.teacher-introduction img {
  margin-top: 12px;
  border-radius: 50%;
  width: 150px;
}

@media screen and (max-width: 640px) {
  /* line 53, app/assets/stylesheets/landing_ja/_ext.sass */
  .teacher-introduction img {
    width: 100px;
  }
}

/* line 59, app/assets/stylesheets/landing_ja/_ext.sass */
.teacher-introduction .name {
  font-weight: bold;
  font-size: 18px;
  margin-top: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
  /* line 59, app/assets/stylesheets/landing_ja/_ext.sass */
  .teacher-introduction .name {
    font-size: 16px;
  }
}

/* line 66, app/assets/stylesheets/landing_ja/_ext.sass */
.teacher-introduction p {
  font-size: 16px;
  line-height: 1.8em;
  text-align: left;
  padding-left: 24px;
  padding-right: 24px;
}

@media screen and (max-width: 640px) {
  /* line 66, app/assets/stylesheets/landing_ja/_ext.sass */
  .teacher-introduction p {
    font-size: 14px;
  }
}

/* line 75, app/assets/stylesheets/landing_ja/_ext.sass */
.footer-fix-banner-for-smartphone {
  display: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 640px) {
  /* line 75, app/assets/stylesheets/landing_ja/_ext.sass */
  .footer-fix-banner-for-smartphone {
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 10000;
    height: 60px;
    width: 100%;
    background: url(/assets/landing_ja/sp_banner-7060924e6d87644f166d7b2ebb3429ec30e09c5a8708f670b7587f90635731b1.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff4e7;
  }
}

/* line 94, app/assets/stylesheets/landing_ja/_ext.sass */
.voice__initial {
  margin-bottom: 0px;
  text-align: right;
}

/* line 101, app/assets/stylesheets/landing_ja/_ext.sass */
.price-lineup__title {
  color: #f25633;
  margin: 30px 0 50px;
  font-size: 36px;
  font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/* line 107, app/assets/stylesheets/landing_ja/_ext.sass */
.price-lineup__box {
  background-color: white;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 11px 11px 0 0 #fceedf;
}

/* line 113, app/assets/stylesheets/landing_ja/_ext.sass */
.price-lineup__header {
  margin-top: -3px;
  border-radius: 10px 10px 0 0;
  color: white;
  padding-bottom: 50px;
}

/* line 119, app/assets/stylesheets/landing_ja/_ext.sass */
.price-lineup__header.is-sub {
  background-color: #ffbd21;
}

/* line 121, app/assets/stylesheets/landing_ja/_ext.sass */
.price-lineup__header.is-main {
  background-color: #f25633;
}

/* line 124, app/assets/stylesheets/landing_ja/_ext.sass */
.price-lineup__header-title {
  padding: 20px 0px 0px 0px !important;
  margin-bottom: 0px !important;
  font-size: 20px !important;
  font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
  color: white !important;
}

/* line 131, app/assets/stylesheets/landing_ja/_ext.sass */
.price-lineup__price-block {
  width: 90%;
  border-bottom: 3px solid white;
  padding-bottom: 5px;
  margin: 0 auto;
}

/* line 137, app/assets/stylesheets/landing_ja/_ext.sass */
.price-lineup__price {
  font-size: 40px !important;
  font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
  color: white !important;
  line-height: 34px !important;
}

/* line 143, app/assets/stylesheets/landing_ja/_ext.sass */
.price-lineup__price-month {
  font-size: 18px;
  font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/* line 147, app/assets/stylesheets/landing_ja/_ext.sass */
.price-lineup__price-yen {
  font-size: 20px;
  font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/* line 151, app/assets/stylesheets/landing_ja/_ext.sass */
.price-lineup__price-sub {
  font-size: 20px;
  text-align: center;
  color: white;
  margin-top: 7px;
}

/* line 157, app/assets/stylesheets/landing_ja/_ext.sass */
.price-lineup__price-sub-small {
  font-size: 14px;
  color: white;
}

/* line 161, app/assets/stylesheets/landing_ja/_ext.sass */
.price-lineup__detail {
  border-radius: 0 0 10px 10px;
  padding-bottom: 20px;
}

/* line 165, app/assets/stylesheets/landing_ja/_ext.sass */
.price-lineup__detail-table {
  width: 100%;
  margin: 0 auto 30px;
}

/* line 168, app/assets/stylesheets/landing_ja/_ext.sass */
.price-lineup__detail-table td {
  background-color: white;
  height: 75px;
  vertical-align: middle;
  border-bottom: 1px dotted #ececec;
  color: #4d4d4d;
}

/* line 174, app/assets/stylesheets/landing_ja/_ext.sass */
.price-lineup__detail-table td:first-child {
  width: 34%;
  font-size: 12px;
  text-align: right;
  padding-top: 10px;
}

/* line 179, app/assets/stylesheets/landing_ja/_ext.sass */
.price-lineup__detail-table td:last-child {
  font-size: 16px;
}

/* line 182, app/assets/stylesheets/landing_ja/_ext.sass */
.price-lineup__detail-table tr:last-child td {
  border-bottom: none;
}

/* line 185, app/assets/stylesheets/landing_ja/_ext.sass */
.price-lineup__detail-strong {
  font-size: 20px;
  font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/* line 188, app/assets/stylesheets/landing_ja/_ext.sass */
.price-lineup__detail-strong.is-sub {
  color: #ffbd21;
}

/* line 190, app/assets/stylesheets/landing_ja/_ext.sass */
.price-lineup__detail-strong.is-main {
  color: #f25633;
}

/* line 193, app/assets/stylesheets/landing_ja/_ext.sass */
.price-lineup__attention {
  font-size: 15px;
  margin-top: -10px;
  margin-right: 13px;
  text-align: right;
}

/* line 199, app/assets/stylesheets/landing_ja/_ext.sass */
.price-lineup__attention-detail {
  font-size: 14px;
  margin-top: 20px;
  padding-left: 40px;
}

/* line 204, app/assets/stylesheets/landing_ja/_ext.sass */
.price-lineup__button {
  display: inline-block;
  background-color: #f18d1e;
  color: white !important;
  border-radius: 5px;
  box-shadow: 8px 8px 0 0 #fceedf;
}

/* line 211, app/assets/stylesheets/landing_ja/_ext.sass */
.price-lineup__button:hover {
  opacity: 1;
  top: 2px;
  box-shadow: 4px 4px 0 0 #fceedf;
  background-color: #f18d1e;
}

/* line 218, app/assets/stylesheets/landing_ja/_ext.sass */
#short-plan {
  background-color: #1d92d6;
  background: url(/assets/landing_ja/price_short_bg-628c71472220b39d86b6fec406f962f23fa8b4d00cdcc0c787d4f87e58e76ddc.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}

/* line 226, app/assets/stylesheets/landing_ja/_ext.sass */
#short-plan h2 {
  font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: white;
}

/* line 230, app/assets/stylesheets/landing_ja/_ext.sass */
#short-plan .attention {
  margin-top: 40px;
}

/* line 233, app/assets/stylesheets/landing_ja/_ext.sass */
.most-supported-by-japan__number, .most-supported-by-japan__lesson-price {
  font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 72px;
  letter-spacing: -1px;
  margin-top: 28px;
}

@media screen and (max-width: 640px) {
  /* line 233, app/assets/stylesheets/landing_ja/_ext.sass */
  .most-supported-by-japan__number, .most-supported-by-japan__lesson-price {
    font-size: 52px;
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 737px) and (max-width: 1024px) {
  /* line 233, app/assets/stylesheets/landing_ja/_ext.sass */
  .most-supported-by-japan__number, .most-supported-by-japan__lesson-price {
    font-size: 52px;
  }
}

@media screen and (max-width: 640px) {
  /* line 244, app/assets/stylesheets/landing_ja/_ext.sass */
  .most-supported-by-japan__lesson-price {
    margin-bottom: 12px;
  }
}

/* line 249, app/assets/stylesheets/landing_ja/_ext.sass */
.most-supported-by-japan__number-plus {
  font-size: 48px;
}

/* line 252, app/assets/stylesheets/landing_ja/_ext.sass */
.most-supported-by-japan__number-from {
  font-size: 24px;
}

/* line 256, app/assets/stylesheets/landing_ja/_ext.sass */
#qualifications {
  background-color: #39af4a;
  color: #ffffff;
}

/* line 260, app/assets/stylesheets/landing_ja/_ext.sass */
#qualifications .qualifications__title {
  font-size: 40px;
  font-weight: bold;
  text-shadow: 2px 2px 4px #bb7415;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  /* line 260, app/assets/stylesheets/landing_ja/_ext.sass */
  #qualifications .qualifications__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

/* line 270, app/assets/stylesheets/landing_ja/_ext.sass */
#qualifications .qualification {
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  /* line 270, app/assets/stylesheets/landing_ja/_ext.sass */
  #qualifications .qualification {
    margin-bottom: 0px;
  }
}

/* line 276, app/assets/stylesheets/landing_ja/_ext.sass */
#qualifications .qualification__link:link, #qualifications .qualification__link:visited, #qualifications .qualification__link:hover, #qualifications .qualification__link:active {
  color: #ffffff;
}

/* line 279, app/assets/stylesheets/landing_ja/_ext.sass */
#qualifications .qualification__logo {
  text-align: center;
  margin-bottom: 12px;
}

/* line 283, app/assets/stylesheets/landing_ja/_ext.sass */
#qualifications .qualification__content {
  line-height: 1.6em;
  font-size: 1.2em;
  text-align: center;
}

@media screen and (max-width: 640px) {
  /* line 283, app/assets/stylesheets/landing_ja/_ext.sass */
  #qualifications .qualification__content {
    font-size: 1em;
    line-height: 1.4em;
    margin-bottom: 16px;
  }
}

/* line 293, app/assets/stylesheets/landing_ja/_ext.sass */
#blog-latest-update {
  margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
  /* line 293, app/assets/stylesheets/landing_ja/_ext.sass */
  #blog-latest-update {
    margin-bottom: 0px;
  }
}

/* line 298, app/assets/stylesheets/landing_ja/_ext.sass */
#blog-latest-update .blog-latest-update__column {
  width: 25%;
}

@media screen and (max-width: 640px) {
  /* line 298, app/assets/stylesheets/landing_ja/_ext.sass */
  #blog-latest-update .blog-latest-update__column {
    width: 50%;
    margin-bottom: 24px;
  }
}

/* line 304, app/assets/stylesheets/landing_ja/_ext.sass */
.blog-latest-update__title {
  margin-bottom: 32px;
}

@media screen and (max-width: 640px) {
  /* line 304, app/assets/stylesheets/landing_ja/_ext.sass */
  .blog-latest-update__title {
    padding-left: 12px;
  }
}

/* line 309, app/assets/stylesheets/landing_ja/_ext.sass */
.blog-latest-update__title__inner {
  color: white !important;
  background-color: #f25633;
  padding: 9px;
}

@media screen and (max-width: 640px) {
  /* line 314, app/assets/stylesheets/landing_ja/_ext.sass */
  .blog-latest-update__title__sub {
    display: none;
  }
}

/* line 318, app/assets/stylesheets/landing_ja/_ext.sass */
.blog-latest-update__box {
  background-color: white;
  padding: 24px 9px;
  border-radius: 9px;
  display: flex;
  flex-wrap: wrap;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 640px) {
  /* line 318, app/assets/stylesheets/landing_ja/_ext.sass */
  .blog-latest-update__box {
    background-color: transparent;
    padding: 0px;
    border-radius: 0px;
  }
}

/* line 333, app/assets/stylesheets/landing_ja/_ext.sass */
.blog-update__eyecatch-image {
  position: relative;
  text-align: center;
  margin-bottom: 9px;
}

/* line 337, app/assets/stylesheets/landing_ja/_ext.sass */
.blog-update__eyecatch-image img {
  width: 200px;
  height: 150px;
  object-fit: cover;
}

/* line 342, app/assets/stylesheets/landing_ja/_ext.sass */
.blog-update__eyecatch-image__published {
  position: absolute;
  top: -8px;
  right: 0;
  background-color: white;
  color: #f25633;
  font-size: 12px;
  padding: 6px;
}

/* line 351, app/assets/stylesheets/landing_ja/_ext.sass */
.blog-update__title {
  font-size: 0.9em;
  line-height: 1.4em;
  color: #f25633;
}

/* line 356, app/assets/stylesheets/landing_ja/_ext.sass */
.supporters__mainvisual {
  background: url(/assets/landing_ja/supporter_eyecatch-38400c72f73dca19d915507195d0ac6e0ecfc11985cf2b83f55d28d62a0f9091.jpg);
  height: 580px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 25px;
}

@media screen and (max-width: 640px) {
  /* line 356, app/assets/stylesheets/landing_ja/_ext.sass */
  .supporters__mainvisual {
    height: 210px;
  }
}

/* line 368, app/assets/stylesheets/landing_ja/_ext.sass */
.supporters__panel {
  padding: 60px 110px 100px 110px;
  border: none;
  background-color: white;
}

@media screen and (max-width: 640px) {
  /* line 368, app/assets/stylesheets/landing_ja/_ext.sass */
  .supporters__panel {
    padding: 30px 15px;
  }
}

/* line 374, app/assets/stylesheets/landing_ja/_ext.sass */
.supporters__title {
  color: #f25633 !important;
  font-size: 30px;
  letter-spacing: 4px;
  margin-bottom: 40px !important;
}

@media screen and (max-width: 640px) {
  /* line 374, app/assets/stylesheets/landing_ja/_ext.sass */
  .supporters__title {
    font-size: 20px;
    margin-bottom: 20px !important;
  }
}

/* line 382, app/assets/stylesheets/landing_ja/_ext.sass */
.supporters__prologue {
  font-size: 20px;
  line-height: 2em;
  font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 4px;
  margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
  /* line 382, app/assets/stylesheets/landing_ja/_ext.sass */
  .supporters__prologue {
    font-size: 13px;
  }
}

/* line 390, app/assets/stylesheets/landing_ja/_ext.sass */
.supporters__image {
  margin-bottom: 48px;
}

/* line 393, app/assets/stylesheets/landing_ja/_ext.sass */
.timezone-notice {
  margin-bottom: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-color: #fdefe1;
  padding: 12px;
  border-radius: 6px;
}

/* line 402, app/assets/stylesheets/landing_ja/_ext.sass */
.timezone-notice .timezone-notice__left {
  text-align: center;
  width: 60px;
}

/* line 406, app/assets/stylesheets/landing_ja/_ext.sass */
.timezone-notice .timezone-notice__icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: #ef432d;
  color: white;
}

/* line 414, app/assets/stylesheets/landing_ja/_ext.sass */
.timezone-notice .timezone-notice__content {
  flex: 1;
  font-size: 0.75rem;
  line-height: 1.25rem;
}

/* line 419, app/assets/stylesheets/landing_ja/_ext.sass */
.panel.is-draft {
  min-height: 800px;
  background-image: url(/assets/draft-2e4d8b97f9ca8ed1537cabbefe1da6783c13840ae6edb9a80db85e5417165f2a.svg);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 70%;
}

/* line 1, app/assets/stylesheets/landing_ja/views/_common.sass */
#to_top {
  display: block;
  padding: 0 !important;
}

/* line 4, app/assets/stylesheets/landing_ja/views/_common.sass */
#to_top .to-top-button-container.container {
  bottom: 24px;
  z-index: 10;
  cursor: pointer;
}

/* line 8, app/assets/stylesheets/landing_ja/views/_common.sass */
#to_top .to-top-button-container.container.lg-width {
  position: fixed;
  right: 5%;
}

/* line 12, app/assets/stylesheets/landing_ja/views/_common.sass */
#to_top .to-top-button-container.container .to-top-button {
  display: block;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 24px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  border: solid #dcdcdc 2px;
  position: absolute;
  right: 24px;
  bottom: 24px;
}

/* line 28, app/assets/stylesheets/landing_ja/views/_common.sass */
#index #register-box {
  padding: 50px 20px;
}

/* line 30, app/assets/stylesheets/landing_ja/views/_common.sass */
#register-box {
  text-align: center;
  background-color: #f9bf25;
  background-size: 60px 60px;
  background-image: linear-gradient(-45deg, #f9c439 25%, transparent 25%, transparent 50%, #f9c439 50%, #f9c439 75%, transparent 75%, transparent);
}

/* line 35, app/assets/stylesheets/landing_ja/views/_common.sass */
#register-box .button, #register-box .registration-oauth__twitter-btn, #register-box .registration-oauth__google-btn, #register-box .registration-oauth__facebook-btn, #register-box .registration-email-btn, #register-box .price-lineup__button {
  display: inline-block;
  background-color: #fff6ec;
  color: #f25633;
  font-size: 24px;
  font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  width: 376px;
  border-radius: 10px;
  padding: 20px 0;
  box-shadow: 0 6px 0 0 #d57e1a;
  margin: 10px 0 10px;
}

/* line 46, app/assets/stylesheets/landing_ja/views/_common.sass */
#register-box .button img, #register-box .registration-oauth__twitter-btn img, #register-box .registration-oauth__google-btn img, #register-box .registration-oauth__facebook-btn img, #register-box .registration-email-btn img, #register-box .price-lineup__button img {
  width: 70px;
  padding: 0 15px 0 0px;
}

/* line 49, app/assets/stylesheets/landing_ja/views/_common.sass */
#register-box .button img.arrow, #register-box .registration-oauth__twitter-btn img.arrow, #register-box .registration-oauth__google-btn img.arrow, #register-box .registration-oauth__facebook-btn img.arrow, #register-box .registration-email-btn img.arrow, #register-box .price-lineup__button img.arrow {
  width: 26px;
  padding: 0;
  margin: -4px 0 0 5px;
}

/* line 53, app/assets/stylesheets/landing_ja/views/_common.sass */
#register-box .button:hover, #register-box .registration-oauth__twitter-btn:hover, #register-box .registration-oauth__google-btn:hover, #register-box .registration-oauth__facebook-btn:hover, #register-box .registration-email-btn:hover, #register-box .price-lineup__button:hover {
  opacity: 1;
  top: 2px;
  box-shadow: 0 4px 0 0 #d57e1a;
}

@media screen and (max-width: 640px) {
  /* line 35, app/assets/stylesheets/landing_ja/views/_common.sass */
  #register-box .button, #register-box .registration-oauth__twitter-btn, #register-box .registration-oauth__google-btn, #register-box .registration-oauth__facebook-btn, #register-box .registration-email-btn, #register-box .price-lineup__button {
    width: 100%;
    font-size: 20px;
  }
}

/* line 12, app/assets/stylesheets/landing_ja/views/_course.sass */
.academy__a1-a2 {
  border-radius: 10px;
  padding: 48px 20px 20px 20px;
  margin-bottom: 20px;
  color: white;
  background-color: #e65d3e;
}

@media screen and (max-width: 640px) {
  /* line 12, app/assets/stylesheets/landing_ja/views/_course.sass */
  .academy__a1-a2 {
    padding: 32px 0px 12px 0px;
  }
}

/* line 17, app/assets/stylesheets/landing_ja/views/_course.sass */
.academy__b1-b2 {
  border-radius: 10px;
  padding: 48px 20px 20px 20px;
  margin-bottom: 20px;
  color: white;
  background-color: #85b34c;
}

@media screen and (max-width: 640px) {
  /* line 17, app/assets/stylesheets/landing_ja/views/_course.sass */
  .academy__b1-b2 {
    padding: 32px 0px 12px 0px;
  }
}

/* line 22, app/assets/stylesheets/landing_ja/views/_course.sass */
.academy__c1-c2 {
  border-radius: 10px;
  padding: 48px 20px 20px 20px;
  margin-bottom: 20px;
  color: white;
  background-color: #29a5dc;
}

@media screen and (max-width: 640px) {
  /* line 22, app/assets/stylesheets/landing_ja/views/_course.sass */
  .academy__c1-c2 {
    padding: 32px 0px 12px 0px;
  }
}

/* line 27, app/assets/stylesheets/landing_ja/views/_course.sass */
.academy__title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 24px;
}

@media screen and (max-width: 640px) {
  /* line 27, app/assets/stylesheets/landing_ja/views/_course.sass */
  .academy__title {
    line-height: 1.6em;
  }
}

/* line 35, app/assets/stylesheets/landing_ja/views/_course.sass */
.academy__level {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 4px;
}

/* line 40, app/assets/stylesheets/landing_ja/views/_course.sass */
.academy__level-degree {
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
  font-size: 48px;
  margin-bottom: 12px;
}

/* line 45, app/assets/stylesheets/landing_ja/views/_course.sass */
.academy__level-description {
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 640px) {
  /* line 45, app/assets/stylesheets/landing_ja/views/_course.sass */
  .academy__level-description {
    margin-bottom: 36px;
  }
}

@media screen and (min-width: 737px) and (max-width: 1024px) {
  /* line 45, app/assets/stylesheets/landing_ja/views/_course.sass */
  .academy__level-description {
    margin-bottom: 36px;
  }
}

/* line 53, app/assets/stylesheets/landing_ja/views/_course.sass */
.academy__picture {
  width: 180px;
}

/* line 56, app/assets/stylesheets/landing_ja/views/_course.sass */
.academy__picture.is-right {
  float: right;
  margin-left: 16px;
  margin-bottom: 8px;
}

@media screen and (max-width: 640px) {
  /* line 56, app/assets/stylesheets/landing_ja/views/_course.sass */
  .academy__picture.is-right {
    float: none;
    width: 100%;
    margin-left: 0px;
    margin-bottom: 16px;
  }
}

/* line 66, app/assets/stylesheets/landing_ja/views/_course.sass */
.academy__picture.is-left {
  float: left;
  margin-right: 16px;
  margin-bottom: 8px;
}

@media screen and (max-width: 640px) {
  /* line 66, app/assets/stylesheets/landing_ja/views/_course.sass */
  .academy__picture.is-left {
    float: none;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 16px;
  }
}

/* line 76, app/assets/stylesheets/landing_ja/views/_course.sass */
.academy-detail {
  border-radius: 10px;
  padding: 48px 20px 20px 20px;
  margin-bottom: 20px;
  background-color: white;
  margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
  /* line 76, app/assets/stylesheets/landing_ja/views/_course.sass */
  .academy-detail {
    padding: 32px 0px 12px 0px;
  }
}

/* line 83, app/assets/stylesheets/landing_ja/views/_course.sass */
.academy-detail__title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 24px;
  padding-bottom: 6px;
}

/* line 88, app/assets/stylesheets/landing_ja/views/_course.sass */
.academy-detail__title.is-a1 {
  color: #e65d3e;
  border-bottom: 1px solid #e65d3e;
}

/* line 91, app/assets/stylesheets/landing_ja/views/_course.sass */
.academy-detail__title.is-a2 {
  color: #e65d3e;
  border-bottom: 1px solid #e65d3e;
}

/* line 94, app/assets/stylesheets/landing_ja/views/_course.sass */
.academy-detail__title.is-b1 {
  color: #85b34c;
  border-bottom: 1px solid #85b34c;
}

/* line 97, app/assets/stylesheets/landing_ja/views/_course.sass */
.academy-detail__title.is-b2 {
  color: #85b34c;
  border-bottom: 1px solid #85b34c;
}

/* line 100, app/assets/stylesheets/landing_ja/views/_course.sass */
.academy-detail__title.is-c1 {
  color: #29a5dc;
  border-bottom: 1px solid #29a5dc;
}

/* line 103, app/assets/stylesheets/landing_ja/views/_course.sass */
.academy-detail__title.is-c2 {
  color: #29a5dc;
  border-bottom: 1px solid #29a5dc;
}

/* line 107, app/assets/stylesheets/landing_ja/views/_course.sass */
.academy-detail__subtitle {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
}

/* line 112, app/assets/stylesheets/landing_ja/views/_course.sass */
.academy-detail__content {
  font-size: 14px;
  line-height: 1.8em;
  margin-left: 0.5em;
  margin-bottom: 18px;
}

/* line 118, app/assets/stylesheets/landing_ja/views/_course.sass */
.academy-detail__sample-movie {
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  margin-left: 20px;
}

@media screen and (max-width: 640px) {
  /* line 118, app/assets/stylesheets/landing_ja/views/_course.sass */
  .academy-detail__sample-movie {
    margin: 0 auto;
  }
}

/* line 125, app/assets/stylesheets/landing_ja/views/_course.sass */
.academy-detail__play-icon {
  position: relative;
  left: -195px;
  opacity: 0.8;
}

/* line 129, app/assets/stylesheets/landing_ja/views/_course.sass */
.academy-detail__play-icon img {
  width: 62px;
  height: 62px;
}

@media screen and (max-width: 640px) {
  /* line 125, app/assets/stylesheets/landing_ja/views/_course.sass */
  .academy-detail__play-icon {
    position: absolute;
    left: 86px;
    top: 36px;
    opacity: 0.8;
    width: 62px;
  }
}

@media screen and (min-width: 737px) and (max-width: 1024px) {
  /* line 125, app/assets/stylesheets/landing_ja/views/_course.sass */
  .academy-detail__play-icon {
    position: absolute;
    left: 116px;
    top: 50px;
    opacity: 0.8;
    width: 62px;
  }
}

/* line 145, app/assets/stylesheets/landing_ja/views/_course.sass */
.academy-detail__sample-book {
  width: 320px;
  margin-left: 20px;
  margin-bottom: 8px;
  border: 1px solid gray;
}

@media screen and (max-width: 640px) {
  /* line 145, app/assets/stylesheets/landing_ja/views/_course.sass */
  .academy-detail__sample-book {
    width: 100%;
    margin: 0 auto;
  }
}

/* line 5, app/assets/stylesheets/landing_ja/views/_registrations.sass */
.registration-oauth, .well {
  width: 100%;
  border-radius: 10px;
  background-color: #F5F5F5;
  padding: 24px 24px 12px 24px;
  margin-bottom: 18px;
  text-align: center;
}

/* line 12, app/assets/stylesheets/landing_ja/views/_registrations.sass */
.registration-oauth.gate, .gate.well {
  padding-top: 40px;
}

/* line 14, app/assets/stylesheets/landing_ja/views/_registrations.sass */
.registration-oauth.gate .registration-oauth__links, .gate.well .registration-oauth__links {
  margin-top: 20px;
}

/* line 20, app/assets/stylesheets/landing_ja/views/_registrations.sass */
.registration-oauth__links {
  margin-top: 24px;
}

/* line 23, app/assets/stylesheets/landing_ja/views/_registrations.sass */
.registration__birthday {
  width: 100px;
  display: inline-block;
}

/* line 40, app/assets/stylesheets/landing_ja/views/_registrations.sass */
.registration-email-btn {
  display: inline-block;
  border-radius: 6px;
  width: 240px;
  font-weight: bold;
  font-size: 18px;
  background-color: #F25632;
}

@media screen and (max-width: 640px) {
  /* line 40, app/assets/stylesheets/landing_ja/views/_registrations.sass */
  .registration-email-btn {
    display: block;
    width: 100%;
  }
}

/* line 37, app/assets/stylesheets/landing_ja/views/_registrations.sass */
.registration-email-btn.with-word {
  width: 320px;
}

/* line 43, app/assets/stylesheets/landing_ja/views/_registrations.sass */
.registration-email-btn:hover {
  background-color: #F25632;
}

/* line 46, app/assets/stylesheets/landing_ja/views/_registrations.sass */
.registration-oauth__facebook-btn {
  display: inline-block;
  border-radius: 6px;
  width: 240px;
  font-weight: bold;
  font-size: 18px;
  background-color: #3b5a96;
}

@media screen and (max-width: 640px) {
  /* line 46, app/assets/stylesheets/landing_ja/views/_registrations.sass */
  .registration-oauth__facebook-btn {
    display: block;
    width: 100%;
  }
}

/* line 37, app/assets/stylesheets/landing_ja/views/_registrations.sass */
.registration-oauth__facebook-btn.with-word {
  width: 320px;
}

/* line 50, app/assets/stylesheets/landing_ja/views/_registrations.sass */
.registration-oauth__google-btn {
  display: inline-block;
  border-radius: 6px;
  width: 240px;
  font-weight: bold;
  font-size: 18px;
  background-color: #cc5139;
}

@media screen and (max-width: 640px) {
  /* line 50, app/assets/stylesheets/landing_ja/views/_registrations.sass */
  .registration-oauth__google-btn {
    display: block;
    width: 100%;
  }
}

/* line 37, app/assets/stylesheets/landing_ja/views/_registrations.sass */
.registration-oauth__google-btn.with-word {
  width: 320px;
}

/* line 54, app/assets/stylesheets/landing_ja/views/_registrations.sass */
.registration-oauth__twitter-btn {
  display: inline-block;
  border-radius: 6px;
  width: 240px;
  font-weight: bold;
  font-size: 18px;
  background-color: #0099ec;
}

@media screen and (max-width: 640px) {
  /* line 54, app/assets/stylesheets/landing_ja/views/_registrations.sass */
  .registration-oauth__twitter-btn {
    display: block;
    width: 100%;
  }
}

/* line 37, app/assets/stylesheets/landing_ja/views/_registrations.sass */
.registration-oauth__twitter-btn.with-word {
  width: 320px;
}

/* line 58, app/assets/stylesheets/landing_ja/views/_registrations.sass */
.do-share {
  background: #f88500;
  color: white !important;
  font-weight: bold;
  text-align: center;
  margin: 30px auto;
  margin-bottom: 50px;
  padding: 20px;
  padding-bottom: 30px;
  position: relative;
}

/* line 69, app/assets/stylesheets/landing_ja/views/_registrations.sass */
.do-share:after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: 48%;
  border: 20px solid transparent;
  border-top: 20px solid #f88500;
}

/* line 77, app/assets/stylesheets/landing_ja/views/_registrations.sass */
.share-buttons {
  text-align: center;
}

/* line 82, app/assets/stylesheets/landing_ja/views/_registrations.sass */
.various-sign-up__header .strong {
  color: #f25633;
}

/* line 86, app/assets/stylesheets/landing_ja/views/_registrations.sass */
#register .alert {
  background-color: red;
  border-color: red;
}

/* line 1, app/assets/stylesheets/landing_ja/views/_news.sass */
.news__content {
  padding-top: 32px;
}

/* line 3, app/assets/stylesheets/landing_ja/views/_news.sass */
.news__content p {
  margin-bottom: 32px;
}

/* line 5, app/assets/stylesheets/landing_ja/views/_news.sass */
.news__content h4.basic {
  font-size: 18px;
  line-height: 24px;
}

/* line 8, app/assets/stylesheets/landing_ja/views/_news.sass */
.news__content h4.basic:not(:first-child) {
  margin-top: 36px;
}

@media screen and (max-width: 640px) {
  /* line 11, app/assets/stylesheets/landing_ja/views/_news.sass */
  .news__content iframe {
    width: 100%;
  }
}

/* line 14, app/assets/stylesheets/landing_ja/views/_news.sass */
.news__more {
  text-align: right;
  margin-bottom: 20px !important;
}

/* line 18, app/assets/stylesheets/landing_ja/views/_news.sass */
.content > #news {
  background: #f9b80e;
  padding: 50px 0 20px;
}

/* line 21, app/assets/stylesheets/landing_ja/views/_news.sass */
.content > #news h1 {
  margin: 30px 0 40px;
  font-size: 36px;
  color: #fff;
}

/* line 25, app/assets/stylesheets/landing_ja/views/_news.sass */
.content > #news h4 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
}

/* line 29, app/assets/stylesheets/landing_ja/views/_news.sass */
.content > #news h4:not(:first-child) {
  margin-top: 36px;
}

/* line 31, app/assets/stylesheets/landing_ja/views/_news.sass */
.content > #news p {
  font-size: 16px;
}

/* line 33, app/assets/stylesheets/landing_ja/views/_news.sass */
.content > #news .infomation__more {
  text-align: right;
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  /* line 38, app/assets/stylesheets/landing_ja/views/_news.sass */
  .content > #news h1 {
    font-size: 18px;
  }
  /* line 40, app/assets/stylesheets/landing_ja/views/_news.sass */
  .content > #news iframe {
    width: 100%;
  }
  /* line 42, app/assets/stylesheets/landing_ja/views/_news.sass */
  .content > #news img {
    width: auto;
    max-height: 300px;
  }
}

/* line 1, app/assets/stylesheets/landing_ja/views/_main_visual.sass */
.row-expand {
  max-width: 100% !important;
}

/* line 4, app/assets/stylesheets/landing_ja/views/_main_visual.sass */
.main-visual {
  background: url(/assets/landing_ja/top_bg-3d44242d9d657a3f5eede00e8238cdbb9a53cec80930a7f25224ea9267e6c320.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 72px !important;
}

@media screen and (max-width: 640px) {
  /* line 4, app/assets/stylesheets/landing_ja/views/_main_visual.sass */
  .main-visual {
    padding-top: 30px !important;
  }
}

/* line 17, app/assets/stylesheets/landing_ja/views/_main_visual.sass */
.main-visual__band {
  background-color: rgba(242, 86, 51, 0.6);
  text-align: center;
  color: white;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 10px 0;
  width: 100%;
}

@media screen and (max-width: 640px) {
  /* line 17, app/assets/stylesheets/landing_ja/views/_main_visual.sass */
  .main-visual__band {
    font-size: 1.4rem;
  }
}

/* line 29, app/assets/stylesheets/landing_ja/views/_main_visual.sass */
.main-visual__video {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  /* line 29, app/assets/stylesheets/landing_ja/views/_main_visual.sass */
  .main-visual__video {
    width: 100%;
  }
}

/* line 35, app/assets/stylesheets/landing_ja/views/_main_visual.sass */
.youtube-wrapper {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

@media screen and (max-width: 640px) {
  /* line 35, app/assets/stylesheets/landing_ja/views/_main_visual.sass */
  .youtube-wrapper {
    width: 100%;
  }
}

/* line 43, app/assets/stylesheets/landing_ja/views/_main_visual.sass */
.youtube-wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* line 50, app/assets/stylesheets/landing_ja/views/_main_visual.sass */
.main-visual__copy-box {
  position: relative;
}

@media screen and (max-width: 640px) {
  /* line 50, app/assets/stylesheets/landing_ja/views/_main_visual.sass */
  .main-visual__copy-box {
    margin-top: 24px;
  }
}

@media screen and (min-width: 737px) and (max-width: 1024px) {
  /* line 50, app/assets/stylesheets/landing_ja/views/_main_visual.sass */
  .main-visual__copy-box {
    margin-top: 24px;
  }
}

/* line 57, app/assets/stylesheets/landing_ja/views/_main_visual.sass */
.main-visual__copy-box h1 {
  color: white;
  text-align: left;
  font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 46px !important;
  letter-spacing: 0.6px;
  text-shadow: 5px 5px 10px rgba(234, 128, 0, 0.9);
}

@media screen and (max-width: 640px) {
  /* line 57, app/assets/stylesheets/landing_ja/views/_main_visual.sass */
  .main-visual__copy-box h1 {
    font-size: 32px !important;
    text-align: center;
  }
}

@media screen and (min-width: 737px) and (max-width: 1024px) {
  /* line 57, app/assets/stylesheets/landing_ja/views/_main_visual.sass */
  .main-visual__copy-box h1 {
    font-size: 36px !important;
    text-align: center;
  }
}

/* line 71, app/assets/stylesheets/landing_ja/views/_main_visual.sass */
.main-visual__copy-box h2 {
  color: white;
  text-align: left;
  font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 30px !important;
  letter-spacing: 0.2px;
  text-shadow: 5px 5px 10px rgba(234, 128, 0, 0.9);
}

@media screen and (max-width: 640px) {
  /* line 71, app/assets/stylesheets/landing_ja/views/_main_visual.sass */
  .main-visual__copy-box h2 {
    font-size: 20px !important;
    line-height: 36px !important;
    text-align: center;
  }
}

@media screen and (min-width: 737px) and (max-width: 1024px) {
  /* line 71, app/assets/stylesheets/landing_ja/views/_main_visual.sass */
  .main-visual__copy-box h2 {
    font-size: 24px !important;
    line-height: 36px !important;
    text-align: center;
  }
}

@media screen and (min-width: 737px) and (max-width: 1024px) {
  /* line 87, app/assets/stylesheets/landing_ja/views/_main_visual.sass */
  .main-visual__copy-box .taiken-box {
    text-align: center;
    padding-bottom: 24px;
  }
}

/* line 92, app/assets/stylesheets/landing_ja/views/_main_visual.sass */
.main-visual__copy-box .taiken-box .yoyaku {
  width: 90px;
  position: relative;
  left: 300px;
}

@media screen and (max-width: 640px) {
  /* line 92, app/assets/stylesheets/landing_ja/views/_main_visual.sass */
  .main-visual__copy-box .taiken-box .yoyaku {
    display: none;
  }
}

@media screen and (min-width: 737px) and (max-width: 1024px) {
  /* line 92, app/assets/stylesheets/landing_ja/views/_main_visual.sass */
  .main-visual__copy-box .taiken-box .yoyaku {
    display: none;
  }
}

/* line 101, app/assets/stylesheets/landing_ja/views/_main_visual.sass */
.main-visual__copy-box .taiken-box .button, .main-visual__copy-box .taiken-box .price-lineup__button, .main-visual__copy-box .taiken-box .registration-email-btn, .main-visual__copy-box .taiken-box .registration-oauth__facebook-btn, .main-visual__copy-box .taiken-box .registration-oauth__google-btn, .main-visual__copy-box .taiken-box .registration-oauth__twitter-btn {
  display: inline-block;
  background-color: #fff6ec;
  color: #f25633;
  font-size: 24px;
  font-family: "Helvetica", Helvetica, Arial, "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  width: 376px;
  border-radius: 10px;
  padding: 20px 0;
  box-shadow: 0 6px 0 0 #d57e1a;
  margin: 10px 0 10px;
}

/* line 112, app/assets/stylesheets/landing_ja/views/_main_visual.sass */
.main-visual__copy-box .taiken-box .button img, .main-visual__copy-box .taiken-box .price-lineup__button img, .main-visual__copy-box .taiken-box .registration-email-btn img, .main-visual__copy-box .taiken-box .registration-oauth__facebook-btn img, .main-visual__copy-box .taiken-box .registration-oauth__google-btn img, .main-visual__copy-box .taiken-box .registration-oauth__twitter-btn img {
  width: 70px;
  padding: 0 15px 0 0px;
}

/* line 115, app/assets/stylesheets/landing_ja/views/_main_visual.sass */
.main-visual__copy-box .taiken-box .button img.arrow, .main-visual__copy-box .taiken-box .price-lineup__button img.arrow, .main-visual__copy-box .taiken-box .registration-email-btn img.arrow, .main-visual__copy-box .taiken-box .registration-oauth__facebook-btn img.arrow, .main-visual__copy-box .taiken-box .registration-oauth__google-btn img.arrow, .main-visual__copy-box .taiken-box .registration-oauth__twitter-btn img.arrow {
  width: 26px;
  padding: 0;
  margin: -4px 0 0 5px;
}

/* line 119, app/assets/stylesheets/landing_ja/views/_main_visual.sass */
.main-visual__copy-box .taiken-box .button:hover, .main-visual__copy-box .taiken-box .price-lineup__button:hover, .main-visual__copy-box .taiken-box .registration-email-btn:hover, .main-visual__copy-box .taiken-box .registration-oauth__facebook-btn:hover, .main-visual__copy-box .taiken-box .registration-oauth__google-btn:hover, .main-visual__copy-box .taiken-box .registration-oauth__twitter-btn:hover {
  opacity: 1;
  top: 2px;
  box-shadow: 0 4px 0 0 #d57e1a;
}

@media screen and (max-width: 640px) {
  /* line 101, app/assets/stylesheets/landing_ja/views/_main_visual.sass */
  .main-visual__copy-box .taiken-box .button, .main-visual__copy-box .taiken-box .price-lineup__button, .main-visual__copy-box .taiken-box .registration-email-btn, .main-visual__copy-box .taiken-box .registration-oauth__facebook-btn, .main-visual__copy-box .taiken-box .registration-oauth__google-btn, .main-visual__copy-box .taiken-box .registration-oauth__twitter-btn {
    width: 100%;
    font-size: 20px;
  }
}

/* line 4, app/assets/stylesheets/landing_ja/views/_customvoice.sass */
.voice-item {
  position: relative;
  background-size: cover;
  width: 190px !important;
  opacity: 0.8;
  color: white;
  border-radius: 0.7em;
}

/* line 12, app/assets/stylesheets/landing_ja/views/_customvoice.sass */
.voice-item.active {
  opacity: 1.0;
}

/* line 14, app/assets/stylesheets/landing_ja/views/_customvoice.sass */
.voice-item:before {
  content: '';
  display: block;
  padding-top: 71%;
}

/* line 18, app/assets/stylesheets/landing_ja/views/_customvoice.sass */
.voice-item .voice-item__image {
  position: absolute;
  top: 0px;
}

/* line 21, app/assets/stylesheets/landing_ja/views/_customvoice.sass */
.voice-item .voice-item__image img {
  margin-top: 0px !important;
  border-radius: 0.7em;
}

/* line 24, app/assets/stylesheets/landing_ja/views/_customvoice.sass */
.voice-item .voice-item__number {
  position: absolute;
  top: 5px;
  left: 8px;
  font-size: 32px;
  line-height: 32px;
  font-weight: 900;
}

/* line 31, app/assets/stylesheets/landing_ja/views/_customvoice.sass */
.voice-item .voice-item__content {
  background-color: #F24A2F;
  position: absolute;
  top: 67%;
  width: 100%;
  height: 33%;
  padding: 4px 4px 4px 8px;
  font-size: 14px;
  line-height: 18px;
  border-bottom-left-radius: 0.7em;
  border-bottom-right-radius: 0.7em;
}

@media screen and (max-width: 640px) {
  /* line 44, app/assets/stylesheets/landing_ja/views/_customvoice.sass */
  .voice-item {
    width: 140px !important;
  }
  /* line 47, app/assets/stylesheets/landing_ja/views/_customvoice.sass */
  .voice-item .voice-item__image img {
    height: 99px !important;
  }
  /* line 49, app/assets/stylesheets/landing_ja/views/_customvoice.sass */
  .voice-item .voice-item__number {
    font-size: 24px;
    line-height: 24px;
  }
  /* line 52, app/assets/stylesheets/landing_ja/views/_customvoice.sass */
  .voice-item .voice-item__content {
    font-size: 10px;
    line-height: 12px;
  }
  /* line 57, app/assets/stylesheets/landing_ja/views/_customvoice.sass */
  #voice .large-3.small-12 li, #voice .large-12.small-12 li {
    padding-left: 20px;
  }
}

/* line 1, app/assets/stylesheets/landing_ja/views/_sign_up.sass */
.sign-up__large-logo {
  height: 92px;
}

/* line 4, app/assets/stylesheets/landing_ja/views/_sign_up.sass */
.sign-up__small-logo {
  height: 68px;
}

/* line 8, app/assets/stylesheets/landing_ja/views/_sign_up.sass */
.individual-registration .sign-up__large-logo {
  margin-top: -12px;
}
