@charset "utf-8";

/* *********************************************************
トイロジック公式サイト
Author    : Toylogic Web Support Team
File name : common_sp.css
Modified  : 2016-02-25
********************************************************* */

/* ========================================================
reset
=========================================================== */
/*! sanitize.css v3.2.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */

/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
}
button {
  -webkit-appearance: button;
  overflow: visible;
}
details {
  display: block;
}
html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-text-size-adjust: 100%;
}
input {
  -webkit-border-radius: 0;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
}
input[type="number"] {
  width: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
main {
  display: block;
}
pre {
  overflow: auto;
}
progress {
  display: inline-block;
}
small {
  font-size: 75%;
}
summary {
  display: block;
}
svg:not(:root) {
  overflow: hidden;
}
template {
  display: none;
}
textarea {
  overflow: auto;
}
[hidden] {
  display: none;
}
*,
:before,
:after {
  box-sizing: inherit;
}
:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}
*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}
:root {
  background-color: #fff;
  box-sizing: border-box;
  color: #000;
  cursor: default;
}
a {
  text-decoration: none;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
button,
input,
select,
textarea {
  background-color: transparent;
}
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}
button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
nav ol,
nav ul {
  list-style: none;
}
select {
  /*-moz-appearance:none;-webkit-appearance:none*/
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
textarea {
  resize: vertical;
}
::-moz-selection {
  background-color: #b3d4fc;
  color: #fff;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  color: #fff;
  text-shadow: none;
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled] {
  cursor: default;
}
[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}
[hidden][aria-hidden="false"]:focus {
  clip: auto;
}
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0")
      format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"),
    url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"),
    url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"),
    url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}

/* ========================================================
default
=========================================================== */

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  font-size: 62.5%; /* sets the base font to 10px for easier math */
  font-family: Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic,
    sans-serif;
  word-break: break-all;
}

body {
  font-size: 1.4rem;
  /* sets the default sizing to make sure nothing is actually 10px */
  /*! overflow: hidden; */
}

#container {
  width: 100%;
  overflow: hidden;
}
#home .contentsArea {
  padding-top: 10px;
}
.entryArea .contentsArea {
  padding-top: 0;
}
.contentsArea {
  padding-top: 60px;
  position: relative;
  width: 100%;
  background: #fff;
  clear: both;
}

.contentsArea:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  width: 100%;
  height: 1rem;
  background: linear-gradient(
      45deg,
      transparent 33.333%,
      #fff 33.333%,
      #fff 66.667%,
      transparent 66.667%
    ),
    linear-gradient(
      -45deg,
      transparent 33.333%,
      #fff 33.333%,
      #fff 66.667%,
      transparent 66.667%
    );
  background-size: 20px 40px;
}

.slidePage img {
  display: none;
}

.slidePage a {
  background: #ccc;
  width: 10%;
  height: 10px;
  margin: 0 3px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
}

#slidePager {
  text-align: center;
  margin-bottom: 11px;
  margin-top: -28px;
}

#home .slidePage a.active,
#home .slidePage a:hover {
  background: #ea7f00;
}

.mainSlider #jsSlide li:first-child {
  display: block;
}
.mainSlider {
  padding: 0;
  overflow: hidden;
}

img,
iframe {
  width: 100%;
  height: auto;
}

.bnrArea {
  padding: 0 3%;
  margin: 1rem auto 0;
  text-align: center;
}

.bnrArea:after {
  content: "";
  clear: both;
  display: table;
}

.bnrArea ul {
  margin: 0 auto;
}

.bnrArea li {
  list-style: none;
  display: inline-block;
  width: 49%;
  margin-bottom: 3%;
  font-size: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.bnrArea li:nth-child(odd) {
  float: left;
}
.bnrArea li:nth-child(even) {
  float: right;
}

.bnrArea li:nth-child(5) {
  /*トイログバナーの調整用*/
  float: right;
}

.bnrArea li img {
  border-radius: 4px;
  /*! border:2px solid #fff; */
}

@media screen and (min-width: 1280px) {
  html {
    font-size: 100%;
  }
}

h2 {
  font-family: orbitron;
  font-size: 2.4rem;
  text-align: center;
  color: #333;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
  margin: 1.5rem auto 2rem;
}

h2::first-letter {
  color: #ea4200;
  font-size: 3rem;
}

#home h2 {
  line-height: 1;
}

.secInner p {
  text-shadow: -1px -1px 0 rgba(255, 255, 255, 1);
}

.asideArea {
  display: none;
}
.moreLink {
  width: 60%;
  margin: 1.6rem auto 0;
}
.moreLink a {
  background: #fff;
  border-radius: 4px;
  color: #ea7f00;
  display: block;
  padding: 1rem 0;
  font-size: 1.8rem;
  text-align: center;
  margin: 0.5rem 0;
  /*! text-shadow: 1px 1px 0 rgba(0,0,0,.5);*/
  box-shadow: 0 2px 0 #d47300, 3px 4px 3px rgba(0, 0, 0, 0.2);
  border: 2px solid #ea7f00;
}

.moreLink a:after {
  content: "\f18e";
  font-family: "FontAwesome";
  padding-left: 0.5rem;
  font-size: 1.6rem;
}

/*=======================================
headerArea
========================================*/
.l-header {
  border-top: 4px solid #ea4200;
  padding: 6px 3% 6px;
  border-bottom: 1px solid #e1e1e1;
  width: 100%;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  position: fixed;
  z-index: 9999;
  background: #fff;
  height: 60px;
}

.l-header:after {
  clear: both;
  content: "";
  display: table;
}
.l-header h1 {
  float: left;
  width: 140px;
  display: block;
  z-index: 99;
  position: relative;
}
.l-header h1 a {
  /*! float: left; */
  /*! width: 40%; */
  padding: 0 3%;
  /*! max-width: 180px; */
}

.l-header h1:after {
  /*!display:table-cell;
  vertical-align: middle;
  padding-right: 3%;
  content:'\f03a';
  font-family: 'FontAwesome';
  font-size: 3rem;
  text-align: right;
  color:#333;
 float: right;
  min-height: 100%; */
}

.l-header h1 + nav {
  clear: both;
}

.gNavwrap {
  /*! position: fixed; */
  width: 100%;
  z-index: 99;
  background: #fff;
}

.gNavwrap.fixed {
  display: block !important;
}

.l-header .l-gNav {
  /*! box-shadow: 0px 9px 5px -5px rgba(0,0,0,0.2); */
  position: absolute;
  display: block;
  width: 100%;

  background: rgba(255, 255, 255, 0.9);
  clear: both;
  float: none;

  top: 57px;
}

.l-header .l-gNav li a {
  position: relative;
  display: block;
  padding: 16px 3%;
  text-transform: uppercase;
  transition: all 0.5s;
  font-size: 1.3rem;
  color: #e55812;
  color: #666;
  border-bottom: 1px solid #ccc;
}

.l-header .l-gNav li a::after {
  font-family: "FontAwesome";
  content: "\f105";
  color: #666;
  position: absolute;
  display: block;
  top: 50%;
  right: 3%;
  font-size: 2rem;
  margin-top: -1rem;
}

.l-header .l-gNav li.gNav01 a {
  border-left: 4px solid #bd2c2c;
}
.l-header .l-gNav li.gNav02 a {
  border-left: 4px solid #f28e17;
}
.l-header .l-gNav li.gNav03 a {
  border-left: 4px solid #e3d607;
}
.l-header .l-gNav li.gNav04 a {
  border-left: 4px solid #6eb00f;
}
.l-header .l-gNav li.gNav05 a {
  border-left: 4px solid #1ca399;
}
.l-header .l-gNav li.gNav06 a {
  border-left: 4px solid #427ad7;
}
.l-header .l-gNav li.gNav07 a {
  border-left: 4px solid #d44e97;
}

/*=======================================
パンくず、ソート(カテゴリ別？) ※一時的に
========================================*/
.pkzList {
  display: none;
}

#sort {
  display: none;
}

.entry {
  display: none;
}

/*=======================================
slideArea
========================================*/
.slideArea {
  /*! display: none; */ /*! padding-top: 60px; */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+69,0.29+100 */
  background: #efefef;
  background-image: -webkit-linear-gradient(
      transparent 50%,
      rgba(239, 239, 239, 0.5) 50%,
      rgba(239, 239, 239, 0.1)
    ),
    -webkit-linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1));
  background-size: 2px 2px;
  background-repeat: repeat;
  padding-top: 60px;
}

.slideInner {
  /*! padding-top: 16%; */
  padding-bottom: 30px;
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 80%,
    rgba(100, 100, 100, 0.1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 80%,
    rgba(100, 100, 100, 0.1) 100%
  );
}
/*=============================================
newsArea -detail
=============================================*/
#news .contentsArea {
  background: #efefef;
  background-image: -webkit-linear-gradient(
      transparent 50%,
      rgba(239, 239, 239, 0.5) 50%,
      rgba(239, 239, 239, 0.1)
    ),
    -webkit-linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1));
  background-size: 2px 2px;
  background-repeat: repeat;
}

#news.newsdetail .newsvisImg {
  display: none;
}
#news .contentsArea > .newsvisImg h2:after {
  content: "- ニュース -";
  display: block;
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 1rem;
  line-height: 1.1;
}
#news .newsSection {
  background: #fff;
  margin: 0 3%;
  margin-top: 14px;
  padding: 3%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  clear: both;
  position: relative;
}

#news .newsSection .NewsInfo li,
#news .newsSection .shareArea li {
  list-style: none;
}
#news .NewsInfo {
  margin-bottom: 2rem;
  display: block;
}
#news .NewsInfo li:nth-of-type(1) {
  float: left;
  line-height: 1;
  font-size: 1rem;
}
#news .NewsInfo li:nth-of-type(2) {
  /*ジャンル*/
  color: #fff;
  padding: 4px 5px 0;
  font-family: "Orbitron", sans-serif;
  display: inline-block;
  float: right;
  line-height: 1;
  font-size: 1rem;
}
#news .NewsInfo li.gameIco {
  background: #c9171b;
}
#news .NewsInfo li.newsIco {
  background: #33a3b7;
}
#news .NewsInfo li.blogIco {
  background: #18a42c;
}
#news .NewsInfo:after {
  display: table;
}
#news .NewsInfo time {
  font-size: 1.3rem;
  font-family: "Orbitron";
}
#news .newsMainimg img {
  border-radius: 6px;
  margin-bottom: 1rem;
}
#news .newsSection .shareArea {
  clear: both;
  margin-bottom: 1rem;
}
#news .newsSection .shareArea li {
  display: inline-block;
  vertical-align: top;
}

#news .newsSection .newsTtl {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}

.newsTxt p {
  padding-bottom: 1rem;
}
.newsTxt p br {
  display: block;
  /* line-height: 2; */
  padding-bottom: 2rem;
  display: n;
}

.newsTxt a {
  color: #ea4200;
  text-decoration: underline;
}

.newsTxt .entry {
  display: block;
}

.newsTxt .entry a {
  text-decoration: none;
}

.newsNav {
  margin: 3%;
  clear: both;
  padding-top: 10px;
  padding-bottom: 30px;
}

.newsNav:first-of-type {
  padding-bottom: 0;
  padding-top: 0;
}

.newsNav:after {
  content: "";
  display: table;
  clear: both;
}

.newsNav li a {
  display: block;
  background: #fff;
  padding: 0.75rem 1rem;
  text-align: center;
  border: 1px solid #ea4200;
  border-radius: 4px;
  color: #ea4200;
  font-size: 1.2rem;
}

.newsNav li {
  list-style: none;
  width: 48%;
}
.newsNav .nextNews {
  float: left;
}
.newsNav .nextNews a:before {
  content: "\f190";
  font-family: "FontAwesome";
  padding-right: 0.5rem;
  font-size: 1.6rem;
  display: inline-block;
}

.newsNav .prevNews {
  float: right;
}
.newsNav .prevNews a:after {
  content: "\f18e";
  font-family: "FontAwesome";
  padding-left: 0.5rem;
  font-size: 1.6rem;
  display: inline-block;
}

#news .newsProduct {
  width: 100%;
}

#news .newsProduct th,
#news .newsProduct td {
  display: block;
}

#news .newsProduct th,
#news .newsProduct tr > td:first-child {
  font-weight: bold;
  display: block;
  background: #f0f0f0;
  text-shadow: -1px -1px 0 #fff;
  padding: 10px;
  text-align: left;
  font-size: 1.2rem;
}

#news .newsProduct th,
#news .newsProduct tr > td:nth-of-type(n + 2) {
  display: block;
  text-shadow: -1px -1px 0 #fff;
  margin: 2px 0;
  background: #f9f9f9;
  padding: 10px;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

#news .timeScedule tr:first-child {
  display: none;
}

#news .timeScedule tr td:first-child {
  display: block;
  width: 100%;
  background: #f0f0f0;
  text-shadow: -1px -1px 0 #fff;
  font-weight: bold;
  padding: 5px;
}
#news .timeScedule tr {
  background: #f9f9f9;
  width: 100%;
  display: block;
  padding: 0;
  padding: 0 0 10px 0;
}
#news .timeScedule tr td {
  display: inline-block;
  text-shadow: -1px -1px 0 #fff;
  margin: 2px 0;
  background: #f9f9f9;
  line-height: 1.3;
  padding: 0 5px;
}

#news.newsdetail .entry a {
  background: #71b001;
  border-radius: 4px;
  color: #fff;
  display: block;
  padding: 1rem 0;
  font-size: 1.6rem;
  text-align: center;
  margin: 0.5rem auto 2rem;
  box-shadow: 0 2px 0 #345100, 3px 4px 3px rgba(0, 0, 0, 0.2);
  border: 2px solid #689d0a;
  width: 80%;
}

.toyloSpeak {
  min-height: 100px;
  margin-top: 1.5rem;
  clear: both;
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 16px;
  margin-left: 120px; /*! margin-bottom: 30px; */
  float: none;
  min-height: 100px;
}
.toyloSpeak img.toyloFace {
  position: absolute;
  left: -120px;
  top: 50%;
  margin-top: -50px;
}
.toyloSpeak:after,
.toyloSpeak:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.toyloSpeak:after {
  border-color: transparent;
  border-right-color: #fff;
  border-width: 10px;
  margin-top: -10px;
  clear: both;
}
.toyloSpeak:before {
  border-color: rgba(232, 223, 223, 0);
  border-right-color: #ccc;
  border-width: 11px;
  margin-top: -11px;
}

.toyloSpeak {
  width: 80%;
  margin-left: 20%;
}

.toyloSpeak img.toyloFace {
  width: 20%;
  left: -25%;
  top: 0;
  margin-top: 0;
}

.toyloSpeak:after,
.toyloSpeak:before {
  top: 0;
  margin-top: 16px;
  right: 100%;
}

/*=======================================
newsImg,newsTriler
========================================*/
.newsTrailer {
  text-align: center;
}
.newsTrailer p {
  border-radius: 6px;
  overflow: hidden;
  margin: 0 auto;
  display: inline-block;
  line-height: 0;
}

.newsGalaly {
  width: 100%;
}
.newsGalaly li {
  width: 50%;
  display: inline-block;
  box-sizing: border-box;
  padding-bottom: 10px;
}
.newsGalaly li:nth-child(odd) {
  padding-right: 5px;
}
.newsGalaly li:nth-child(even) {
  padding-left: 5px;
}
.newsGalaly li a {
  display: block;
}
.newsGalaly li img {
  width: 100%;
  border-radius: 6px;
}

.newsGalaly.newsGalaly3column {
  display: flex;
  justify-content: space-between;
}
.newsGalaly.newsGalaly3column li {
  width: calc(33% - 3px);
  padding-right: 0;
  display: inline-flex;
  padding-left: 0;
}

/*=======================================
newsArea
========================================*/
.newsArea {
  position: relative;
  padding-bottom: 2rem;
  box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 6px 5px -5px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

#news .contentsArea > .newsvisImg h2:after {
  content: "- ニュース -";
  display: block;
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 1rem;
  line-height: 1.1;
}

.newsTtl {
  list-style: none;
}

#news .newsList a .newsArticle > ul {
  width: 100%;
  position: relative;
  padding: 14px 3%;
}

#news .newsList a {
  display: block;
  color: #333;
  position: relative;
}
#news .newsList a .newsArticle > ul > li.newsTmb {
  width: 40%;
  border-radius: 4px;
  overflow: hidden;
}

#news .newsList a .newsArticle > ul > li {
  vertical-align: top;
  display: inline-block;
  width: 55%;
}

.newsTmb img {
  opacity: 1;
  transition: opacity 0.3s;
}

.newsTmb img[data-src] {
  opacity: 0;
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c94200;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.newsTmb {
  position: relative;
  z-index: 0;
}
.newsTmb .img-loading-animation {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -32px; /* 32pxはあくまで例。 .some-loading-animationの高さ / 2 の値をセット */
  margin-left: -32px; /* 32pxはあくまで例。 .some-loading-animationの幅 / 2 の値をセット */
  z-index: -1; /* imgが表示された際に背部にまわるように設定。 */
}

/*=======================================
newsArea - home
========================================*/
#home .newsArticle,
.newsTopic,
#news .newsList > li {
  background: #fff;
  border-bottom: 1px solid #e1e1e1;
  width: 100%;
}

#home .newsList > li:nth-child(n + 5) {
  display: none;
}

.newsList > li:first-child {
  border-top: 1px solid #e1e1e1;
  margin-top: 1rem;
}

.newsArticle a,
.newsTopic a {
  display: block;
  color: #333;
  position: relative;
}

.newsArticle a::after,
.newsTopic a::after,
#news .newsList > li a:after {
  font-family: "FontAwesome";
  content: "\f105";
  color: #666;
  position: absolute;
  display: block;
  top: 50%;
  right: 3%;
  font-size: 2rem;
  margin-top: -1rem;
}

.newsArticle a > ul,
.newsTopic a > ul {
  width: 100%;
  position: relative;
  padding: 14px 3%;
}
.newsArticle a > ul > li,
.newsTopic a > ul > li {
  vertical-align: top;
  display: inline-block;
  width: 55%;
}

.newsArticle a > ul li,
.newsTopic a > ul li {
  list-style: none;
}

.newsArticle a > ul li.newsTtl,
.newsTopic a > ul li.newsTtl {
  line-height: 1.4;
}

.newsDate {
  color: #999;
  font-size: 1.1rem;
  display: inline-block;
}

.newsArticle .newsTmb,
.newsTopic .newsTmb {
  width: 40%;

  border-radius: 4px;
  overflow: hidden;
}

.newsTmb img {
  height: auto;
  /*! border-radius: 4px; */
}
.newsOutline {
  font-size: 1.2rem;
}
.newsArea .newsTxt {
  display: none;
}

.newsList .newsIco {
  vertical-align: middle;
  color: #fff;
  font-size: 1rem;
  padding: 4px 5px 0;
  font-family: "Orbitron", sans-serif;
  display: inline-block;
  line-height: 1;
  float: right;
}
.newsList .game .newsIco {
  background: #c9171b;
}
.newsList .news .newsIco {
  background: #33a3b7;
}
.newsList .blog .newsIco {
  background: #18a42c;
}

/*=======================================
worksArea
========================================*/
.worksArea {
  background: #efefef;
  background-image: -webkit-linear-gradient(
      transparent 50%,
      rgba(239, 239, 239, 0.5) 50%,
      rgba(239, 239, 239, 0.1)
    ),
    -webkit-linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1));
  background-size: 2px 2px;
  background-repeat: repeat;

  padding-top: 2rem;
  padding-bottom: 30px;
  /*! margin-top: 16px; */
  position: relative;
}
#works .worksArea {
  margin-top: 0;
  padding-top: 0;
}
#works .contentsArea {
  background: #efefef;
  background-image: -webkit-linear-gradient(
      transparent 50%,
      rgba(239, 239, 239, 0.5) 50%,
      rgba(239, 239, 239, 0.1)
    ),
    -webkit-linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1));
  background-size: 2px 2px;
  background-repeat: repeat;
}

.worksArea li {
  list-style: none;
}

.worksOutline {
  background: #fff;
  margin: 0 3%;
  margin-top: 14px;
  padding: 3%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  clear: both;
  position: relative;
}

.worksOutline:before,
.worksOutline:after {
  content: " ";
  display: table;
}

.worksOutline:after {
  clear: both;
}

.worksOutline {
  *zoom: 1;
}
#home .worksOutline:nth-child(n + 5) {
  display: none;
}

.newMark .worksTitle::after,
.newMark .newsTtl::after {
  content: "NEW!";
  color: #e11a36;
  font-family: "Orbitron", sans-serif;
  font-size: 1rem;
  padding-left: 0.5rem;
}

.worksOutline > ul:first-child > .worksImg {
  text-align: center;
  width: 30%;
  margin-top: 1rem;
  border-radius: 4px;
  border: 1px solid #eee;
  /*! -webkit-order: 1; */
  /*! order:1; */
  float: left;
  /*! display: inline-block; */
}

.worksOutline > ul:first-child .worksImg img {
  height: auto;
  max-width: 320px;
}

.worksOutline li.worksPlatform {
  width: 67%;
  float: left;
  padding-left: 3%;
  margin-top: 1rem;
  font-size: 1rem;
}

.worksOutline > ul:first-child > li:nth-child(5) {
  /*! -webkit-order: 5; */
  /*! order:5; */
  width: 67%;
  float: left;
  padding-left: 3%;

  /*! vertical-align: top; */
}
.worksOutline table {
  width: 100%;
  clear: both;
  margin-top: 0.2rem;
  border-collapse: separate;
  border-spacing: 0 0.3rem;
}

.worksOutline td:first-child {
  width: 6.5em;
  /*! vertical-align: top; */
}
.worksOutline td:nth-child(2) {
  padding-left: 3%;
}
.worksOutline td:first-child span {
  font-size: 1.1rem;
  display: block;
  color: #fff;
  background: #555;
  box-shadow: rgba(0, 0, 0, 0.65098) 1px 1px 1px 0px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.65098) 1px 1px 1px 0px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.65098) 1px 1px 1px 0px inset;
  border-radius: 3px;
  vertical-align: top;
  text-align: center;
  padding: 0.2rem 0;
  width: 100%;
}
.worksOutline tr:nth-child(1) td:first-child span:before {
  font-family: "FontAwesome";
  content: "\f290";
  padding-right: 0.3rem;
}

.worksOutline tr:nth-child(2) td:first-child span:before {
  font-family: "FontAwesome";
  content: "\f073 ";
  padding-right: 0.3rem;
}

.worksOutline td {
  border-spacing: 10px;
  font-size: 1.2rem;
  line-height: 1.2;
  vertical-align: top;
}

.worksOutline td.worksPlus {
  background: transparent;
  color: #333;
  text-align: left;
  padding: 0;
  line-height: 1.2;
  color: #aaa;
}

.worksTitle {
  /*! padding: 0 0 .8rem 6px; */
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  /*! border-left:4px solid #0095dd; */
  border-left: 4px solid #ea4200;
  margin-bottom: 0.1rem;
  padding-left: 3%;
}

.worksMoreinfo {
  /*! width: 58%; */
  /*! float: right; */
}

.worksMoreinfo li {
  /*! float: none; */
}
.worksMoreinfo li .worksGenr,
.worksMoreinfo li .worksTitle {
  display: none;
}
.worksGenr {
  color: #999;
  font-size: 1.1rem;
  line-height: 1.2;
  /*! padding: .4rem 0 .2rem 6px; */
  border-left: 4px solid #ea4200;
  padding-left: 3%;
  padding-bottom: 0.1rem;
}

.worksCopy {
  font-size: 1rem;
  color: #ccc;
  line-height: 1.2;
  margin: 1rem 0 1rem 0;
  float: left;
  width: 100%;
  clear: both;
  position: relative;
}

.worksMoreinfo .worksGenr,
.worksMoreinfo .worksTitle {
  display: none;
}

.worksList > li .worksPlatform li {
  color: #ea7f00;
  /*! font-family: orbitron; */
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  border: 1px solid #ea7f00;
  font-size: 1rem;
  margin-right: 2px;
  padding: 0 0.2rem;
  margin-bottom: 0.2rem;
}

.worksList > li .worksPlatform li span {
  padding: 0 0.2rem;
  display: inline-block;
  text-align: center;
}


.worksList > li .worksPlatform li.PS5 {
  border: 1px solid #0172ce;
  color: #0172ce;
}

.worksList > li .worksPlatform li.Xboxseriesxs {
  border: 1px solid #0f7a10;
  color: #0f7a10;
}

.worksList > li .worksPlatform li.Xboxone {
  border: 1px solid #089102;
  color: #089102;
}
.worksList > li .worksPlatform li.Xbox360 {
  border: 1px solid #2f822b;
  color: #2f822b; /*width: 57px;*/
}
.worksList > li .worksPlatform li.PS3 {
  border: 1px solid #234964;
  color: #234964;
}
.worksList > li .worksPlatform li.PS4 {
  border: 1px solid #123ba4;
  color: #123ba4;
}
.worksList > li .worksPlatform li.arcade {
  border: 1px solid #e61936;
  color: #e61936;
}
.worksList > li .worksPlatform li.ios {
  border: 1px solid #0385b0;
  color: #0385b0;
}
.worksList > li .worksPlatform li.android {
  border: 1px solid #6f9d00;
  color: #6f9d00;
}
.worksList > li .worksPlatform li.pcwin {
  border: 1px solid #3f3f3f;
  color: #3f3f3f;
}
.worksList > li .worksPlatform li.n3ds {
  border: 1px solid #f55e0b;
  color: #f55e0b;
}

.worksList > li .worksPlatform li.wii {
  border: 1px solid #0daff2;
  color: #0daff2;
}

.worksLink {
  width: 67%;
  float: right;
  display: block;
  margin-left: 3%;
}

.worksLink a {
  background: #ea7f00;
  border-radius: 4px;
  color: #fff;
  display: block;
  padding: 0.4rem 0;
  text-align: center;
  margin: 0.5rem 0;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  font-size: 1.4rem;
  box-shadow: 0 2px 0 #a73000, 3px 4px 3px rgba(0, 0, 0, 0.2);
}

.worksLink a:after {
  content: "\f18e";
  font-family: "FontAwesome";
  padding-left: 0.5rem;
  font-size: 1.6rem;
}

.serviceEnd {
  color: #c9171b;
}

.worksDl ul {
  grid-template-columns: 1fr 1fr;
  display: grid;
  width: 100%;
  padding-top: 3%;
  grid-column-gap: 3%;
}

.worksDl li {
  display: inline-grid;
}

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

/*=======================================
recruit
========================================*/
.recruitBtnlist {
  margin-top: 1rem;
}
.recruitBtnlist li {
  margin-bottom: 1rem;
  list-style: none;
}
.recruitBtnlist li a {
  color: #c31f1f;
  border: 1px solid #c31f1f;
  display: block;
  border-radius: 4px;
  padding: 1rem;
  text-align: center;
}

.recruitBtnlist li a:after {
  content: "\f18e";
  font-family: "FontAwesome";
  padding-left: 0.5rem;
  font-size: 1.6rem;
}

.recruitBtnlist li.internrecruit a {
  color: #48b8bf;
  border-color: #48b8bf;
}
.recruitBtnlist li.newrecruit a {
  color: #42a1d7;
  border-color: #42a1d7;
}
.recruitBtnlist li.newrecruit em {
  color: #f00;
  font-size: 1.1rem;
  display: block;
  line-height: 1.2;
  text-align: center;
  font-style: normal;
}

.recruitBtnlist li.newrecruit em a {
  display: inline;
  border: none;
  padding: 0;
  display: none;
}
.recruitBtnlist li.newrecruit br {
  display: none;
}

.recruitBtnlist li.partrecruit a {
  color: #21ae21;
  border: 1px solid #21ae21;
}

/*recruit_career*/
#recruit .careerTable th {
  display: none;
}

#recruit .careerTable th + td {
  padding: 0;
}

#recruit .careerTable td {
  padding: 10px;
}
a.jobBtn,
a.job_slide {
  color: #000;
  background: #fff;
  text-shadow: none;
  font-weight: bold;
  display: block;
  background: #f0f0f0;
  text-shadow: -1px -1px 0 #fff;
  padding: 10px;
  text-align: left;
  font-size: 1.2rem;
  position: relative;
}

a.jobBtn:after,
a.job_slide:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-top: solid 2px #7f7f7f;
  border-right: solid 2px #7f7f7f;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
  content: "";
}

#recruit .careerTable tr:nth-child(n + 2) td {
  padding: 0;
}
.jobDetail,
.job_list {
  padding: 1.5rem 10px 10px;
}
.jobDetail dt,
.job_list dt {
  border-bottom: 1px dotted #aaa;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.jobDetail dt:nth-of-type(n + 2),
.job_list dt:nth-of-type(n + 2) {
  margin-top: 1.5rem;
}
.jobDetail dd .job_list dd {
  margin-bottom: 1rem;
  padding-left: 1rem;
}
.careerTable + .entry,
.jobTable + .entry {
  display: block;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.careerTable + .entry a,
.jobTable + .entry a {
  background: #ea7f00;
  border-radius: 4px;
  color: #fff;
  display: block;
  padding: 1rem 0;
  font-size: 1.8rem;
  text-align: center;
  margin: 0.5rem auto 2rem;
  box-shadow: 0 2px 0 #d47300, 3px 4px 3px rgba(0, 0, 0, 0.2);
  border: 2px solid #ea7f00;
  width: 80%;
}

#recruit .careerTable a {
  display: block;
  padding: 1rem 3%;
  position: relative;
  color: #d44d00;
  background: #fff;
  border-bottom: 1px solid #efefef;
}
#recruit .careerTable a:after {
  font-family: "FontAwesome";
  content: "\f105";
  color: #d44d00;
  position: absolute;
  display: block;
  top: 50%;
  right: 3%;
  font-size: 2rem;
  margin-top: -1rem;
}

/* 特設 */
.recruitSubttl {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 55px;
  text-align: center;
  margin: 40px auto 20px;
}
.recruitSubttl:before,
.recruitSubttl:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: calc(50% - 7rem);
  height: 1px;
  background-color: #dddddd;
}
.recruitSubttl:before {
  left: 0;
}
.recruitSubttl:after {
  right: 0;
}

.recruitSpecial_list li {
  list-style: none;
  text-align: center;
  margin-bottom: 1rem;
  font-weight: bold;
}

.recruitSpecial_list li a {
  border: 1px solid #939393;
  display: block;
  border-radius: 6px;
  margin-bottom: 2px;
  position: relative;
  transition: 0.3s;
}
.recruitSpecial_list li a:before {
  position: absolute;
  top: 0;
  content: "";
  border: 2px solid #fff;
  width: calc(100%);
  height: 100%;
  border-radius: 6px;
  z-index: 1;
  height: calc(100%);
}

#recruit .recruitSpecial_list li a img {
  margin: 0;
  box-shadow: none;
}

.recruitSpecial_list li a span {
  display: block;
  width: calc(100% - 4px);
  position: absolute;
  bottom: 0;
  left: 2px;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 3px 0 6px;
  transition: 0.3s;
  font-weight: normal;
}
.recruitSpecial_list .recruitSpecial_pl a span {
  background: linear-gradient(to right, #09afb7, #08bc86);
}

.recruitSpecial_list .recruitSpecial_dz a span {
  background: linear-gradient(to right, #ce0b50, #ce770f);
}

.recruitSpecial_list .recruitSpecial_pg a span {
  background: linear-gradient(to right, #2d5ba0, #228995);
}
.recruitSpecial_list .recruitSpecial_log a span {
  background: linear-gradient(to right, #45c5e0, #6977e0);
}

/*=======================================
footerArea
========================================*/

.footerArea {
  position: relative;
}

.footerArea:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  width: 100%;
  height: 1rem;
  background: linear-gradient(
      45deg,
      transparent 33.333%,
      #3e3e3e 33.333%,
      #3e3e3e 66.667%,
      transparent 66.667%
    ),
    linear-gradient(
      -45deg,
      transparent 33.333%,
      #3e3e3e 33.333%,
      #3e3e3e 66.667%,
      transparent 66.667%
    );
  background-size: 20px 40px;
}

.footerArea .footerNav .l-columnInner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column; /* Safari */
  flex-direction: column;
}

.footerNav {
  background: #3e3e3e;
}
.footerNav .l-columnInner > ul {
  -webkit-order: 1;
  order: 1;
}

.footerNav .l-columnInner > ul li:first-child {
  display: none;
}
.footerNav .l-columnInner > ul a {
  color: #fff;
  padding: 16px 0;
  display: block;
  border-bottom: 1px solid #333;
  text-align: center;
  position: relative;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 1);
}

.footerNav .l-columnInner > ul li:nth-child(2) a {
  border-top: 1px solid #333;
}

.footerNav .l-columnInner > ul a:after {
  font-family: "FontAwesome";
  content: "\f105";
  color: #fff;
  position: absolute;
  display: block;
  top: 50%;
  right: 3%;
  font-size: 2rem;
  margin-top: -1rem;
}
.footerNav aside {
  text-align: center;
  -webkit-order: 0;
  order: 0;
}
.footerNav .snsArea ul {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}

.footerNav .snsArea ul:before {
  content: "SHARE";
  color: #888;
  font-size: 1.4rem;
  margin: 0 5px;
  display: inline-block;
  font-family: orbitron;
  z-index: 0;
}
.footerNav .snsArea li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  z-index: 2;
  background: #cd201f;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.footerNav .snsArea li:nth-child(2) {
  background: #4ca9ca;
}

.footerNav .snsArea li:first-child:after {
  content: "\f166";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 3rem;
  display: inline-block;
  padding: 10px 12px;
  z-index: -1;
}

.footerNav .snsArea li:nth-child(2):after {
  content: "\f099";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 3rem;
  padding: 10px 12px;
  display: inline-block;
  z-index: -1;
}

.footerNav .snsArea li img {
  height: 100%;
  display: none;
}

.footerNav .snsArea a {
  display: block;
  height: 3rem;
  width: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  padding-bottom: 20px;
  box-sizing: content-box;
}

.footerInfo {
  background: #232323;
  padding: 30px 0 10px;
  clear: both;
  text-align: center;
}

.footerInfo li {
  display: inline-block;
  overflow: hidden;
}
.footerInfo li:first-child:before,
.footerInfo .copyArea:before {
  content: none;
}
.footerInfo li:before {
  content: "｜";
  color: #fff;
}
.footerInfo a {
  color: #fff;
  font-size: 1.3rem;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
  z-index: 2;
  overflow: hidden;
}
.footerInfo a:hover {
  color: #232323;
  transition: 0.3s;
}
.footerInfo a::after {
  content: "";
  background: #fff;
  display: inline-block;
  position: absolute;
  bottom: -1px;
  width: 100%;
  left: 0;
  height: 1px;
  transition: 0.3s;
  z-index: -1;
}
.footerInfo a:hover::after {
  height: 100%;
  transition: 0.3s;
}

.footerInfo .copyArea {
  text-align: center;
  display: block;
  padding: 20px;
}
.footerInfo .copyArea small {
  /*googlewebfontでgeorgiaに*/
  color: #8b8b8b;
  font-size: 1.3rem;
  font-family: "Rokkitt", serif;
}

/*=============================================
script
=============================================*/
#home .bx-wrapper .bx-viewport {
  left: 0;
  box-shadow: none;
  border: none;
  background: #fff;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

#home .bx-wrapper .bx-viewport {
  position: relative;
  margin: 0 auto 0;
  *zoom: 1;
  overflow: hidden;
}

#home .bx-wrapper {
  margin-bottom: 40px;
}

#home #jsSlide li {
  /*読み込み時画像は隠しておk*/
  display: none;
}
#home .bx-viewport #jsSlide li {
  display: block !important;
}

#home .bx-wrapper .bx-pager.bx-default-pager a {
  background: #ccc;
  width: 30px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#home .bx-wrapper .bx-pager,
#home .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

#home .bx-wrapper .bx-pager.bx-default-pager a:hover,
#home .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #ea7f00;
}

/*=============================================
service
=============================================*/
#service .contentsArea > .servicevisImg h2:after {
  content: "- 事業概要 -";
  display: block;
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 2rem;
  line-height: 1.1;
}

#secService .secInner:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  width: 100%;
  height: 1rem;
  background: linear-gradient(
      45deg,
      transparent 33.333%,
      #fff 33.333%,
      #fff 66.667%,
      transparent 66.667%
    ),
    linear-gradient(
      -45deg,
      transparent 33.333%,
      #fff 33.333%,
      #fff 66.667%,
      transparent 66.667%
    );
  background-size: 20px 40px;
  left: 0;
}

#service .contentsArea {
  background: #efefef;
  background-image: -webkit-linear-gradient(
      transparent 50%,
      rgba(239, 239, 239, 0.5) 50%,
      rgba(239, 239, 239, 0.1)
    ),
    -webkit-linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1));
  background-size: 2px 2px;
  background-repeat: repeat;
}
#secService .secInner {
  padding: 0 3% 30px;
  background: #fff;
  position: relative;
}

#secService .secInner img {
  border-radius: 6px;
  margin-bottom: 1rem;
  margin-top: 2rem;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #efefef;
  margin-left: -3px;
}

#secService .secInner em {
  font-weight: bold;
  font-size: 1.6rem;
  color: #d44d00;
  font-style: normal;
  line-height: 1.3;
  display: inline-block;
  padding-bottom: 1rem;
}

#secService .secInner p:nth-of-type(n + 2) {
  padding-bottom: 1rem;
}

#secService .secInner a {
  text-decoration: underline;
  color: #d44d00;
}

#secService .secInner .entry {
  text-align: center;
  display: block;
  margin: 12px 0 0;
}
#secService .secInner .entry a {
  background: #fff;
  border-radius: 4px;
  color: #ea4200;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  text-align: center;
  margin: 0.5rem 0;
  box-shadow: 0 2px 0 #d47300, 3px 4px 3px rgba(0, 0, 0, 0.2);
  border: 2px solid #ea4200;
}

#secService .secInner .entry a:after {
  content: "\f18e";
  font-family: "FontAwesome";
  padding-left: 0.5rem;
  font-size: 1.6rem;
}

/*=============================================
about
=============================================*/
#about .secInner table {
  width: 100%; /* table-layout: fixed; */ /* word-break: break-word; */ /* word-wrap: break-word; */
  box-sizing: border-box;
  display: block;
}

#about .secInner tbody,
#about .secInner tr {
  display: block;
}
#about .contentsArea {
  background: #efefef;
  background-image: -webkit-linear-gradient(
      transparent 50%,
      rgba(239, 239, 239, 0.5) 50%,
      rgba(239, 239, 239, 0.1)
    ),
    -webkit-linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1));
  background-size: 2px 2px;
  background-repeat: repeat;
}

#about .secInner tr:first-child td {
  display: block;
  text-shadow: -1px -1px 0 #fff;
  margin: 30px 0 0;
  background: #fff;
  padding: 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
}

#about .secInner th {
  display: block;
  background: #f0f0f0;
  text-shadow: -1px -1px 0 #fff;
  padding: 10px;
  text-align: left;
  font-size: 1.2rem;
}

#about .secInner td {
  display: block;
  text-shadow: -1px -1px 0 #fff;
  margin: 2px 0;
  background: #f9f9f9;
  padding: 10px;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

#about .secInner td .notes {
  color: #999;
  font-size: 0.9rem;
  line-height: 1;
}

#about #map_canvas {
  width: 100% !important;
  height: 250px !important;
  border-radius: 6px;
  margin-top: 1rem !important;
}

#about .secInner {
  padding: 0 3% 30px;
  background: #fff;
  position: relative;
}

#about .secInner img {
  border-radius: 6px;
  margin-bottom: 1rem;
  margin-top: 2rem;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #efefef;
  margin-left: -3px;
}

#about .secInner:before {
  content: "";
  display: block;

  position: absolute;
  top: -10px;
  width: 100%;
  height: 1rem;
  background: linear-gradient(
      45deg,
      transparent 33.333%,
      #fff 33.333%,
      #fff 66.667%,
      transparent 66.667%
    ),
    linear-gradient(
      -45deg,
      transparent 33.333%,
      #fff 33.333%,
      #fff 66.667%,
      transparent 66.667%
    );
  background-size: 20px 40px;
  left: 0;
}

/*=============================================
privacy
=============================================*/
#privacy li {
  list-style: none;
}

#privacy .subTtl {
  margin-bottom: 2rem;
}

#privacy .privacy li {
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}
.privacyContact {
  background: #efefef;
  border-radius: 6px;
  padding: 5% 5% 0;
}

/*=============================================
contact
=============================================*/

#contact .secInner {
  padding: 0 3% 30px;
  background: #fff;
  position: relative;
}

#contact .secInner p a{
  text-decoration: underline;
  color: #ea4200;
}

#contact th:before {
  content: "";
  border-left: 3px solid #d44d00;
  border-radius: 4px;
  margin-right: 0.5rem;
  border: 2px solid #d44d00;
  border-radius: 2px;
}

#contact th {
  margin-bottom: 0.5rem;
}

#contact th,
#contact td {
  display: block;
  text-align: left;
}
/* 
#entryform div.formWrap {
  background: #f1f1f1;
  padding: 15px;
  border-radius: 6px;
  margin-top: 1rem;
  overflow: hidden;
} */

#entryform div.formWrap td {
  margin-bottom: 2rem;
}

#entryform div.formWrap table {
  width: 100%;
}

#contact td {
  margin-bottom: 1.5rem;
}

#contact td li {
  list-style: none;
}

#contact td li dl {
  width: 100%;
  display: table;
}



.formtxt{
  background: #f3f0f0;
  padding: 1.6em 1.6em ;
  font-size: .9em;
  color: #212121;
  border-radius: .5em;
  margin: 1em 0 2em;
}
.formtxt .contact_bnrWrap{
  margin: 1.5em 0;
}
.formWrap{
	/* max-width: 1000px; */
	border-top: 4px solid #ddd;
	padding-top: 1em;
}


.formWrap .error-message{
	color: #d70303;
	margin-top: .25em;
	font-size: 1.1rem;
	color: #fff;
	background: #c00;
	padding: 0.2rem 0.7rem;
	border-radius: .3em;
	position: relative;
	margin:.75em 0;
}

.formWrap .error-message:before {
	content: "";
	position: absolute;
	top:-.75em;
	left: .5em;
	margin-top: -5px;
	border: .75em solid transparent;
	border-right: .75em solid #c00;
	transform:rotate(90deg)
}

.form-parts{
	display:flex;
	flex-wrap: wrap;
	gap: 0;
	padding: 1em 0;
	margin: 0;
	text-align: left;
	margin: 0 auto;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #ddd;
	flex-direction: column;
}
.form-parts:last-of-type{
	border:none;
	margin-bottom:0;
}
.form-parts div.formLabel{
	 /* text-align: right; */
	 width: 100%;
	 font-size: 1.2em;
	 font-weight:bold;
	 padding: 0  1em  .3em 0;
	 color:#212121;
}

.form-parts .formInput-notes{
  font-weight: normal;
  color: #666;
  display: block;
  margin-bottom:1em;
}
#tayori-form .form-parts div.formInput .formChecklist input {
  width:1em;
  margin-right: 1em;
}

.formLabel:after {
	content: '必須';
	display: inline-block;
	color: #cc3333;
	background: #fff;
	text-align: center;
	font-size: .8em;
	font-weight: normal;
	padding: 0 .5em;
	border-radius: .4em;
	border: 1px solid #cc3333;
	margin-right: .5em;
}

.form-parts div.formInput{
	width: 100%;
}

#tayori-form .form-parts div.formInput input{
	padding:1em;
	border-radius: .5em;
	width: 100%;
	border: 1px solid #a9a9a9;
}
#tayori-form .form-parts div.formInput.formChecklist{
  padding: 1em 0 0 1em;
  }
#tayori-form .form-parts div.formInput.formChecklist input {
    width: 1em;
    margin-right: 1em;
}

.formInput+.formLabel {
  margin-top: .5em;
}

.formChecklist > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1.5em;
}


.formChecklist > div label{
width: 100%;
}

.form-parts div.formInput select{
	padding: 1em 3em 1em 1em;
    border-radius: .5em;
    border: 1px solid #a9a9a9;
    width: 100%;
    -webkit-appearance: none;
    appearance: none; /* デフォルトの矢印を非表示 */
}

.form-parts div.formInput select::before {
    border-bottom: 4.5px solid red;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    content: "";
    position: absolute;
    right: 9px;
    top: 10px;
    width: 0;
}

.form-parts div.formSelect {
    position: relative;
    color: #333;
    text-decoration: none;
}

.formSelect::after {
    content: '';
    display: block;
    width: .5em; /* 矢印の大きさ */
    height: .5em; /* 矢印の大きさ */
    border-top: 2px solid #333; /* 矢印の太さ */
    border-left: 2px solid #333; /* 矢印の太さ */
	position: absolute;
	right: 1.5em;
	top: 1.5em;
	transform: rotate(225deg);
}

.formTextarea {
    width: 100%;
}

.form-agree {
	justify-content: center;
	border: none;
	font-size: 1.2rem;
  margin: 1em 0;
}
.form-agree > div{
  display:flex;
  align-items:center;
}
.form-agree a:first-of-type{
  text-decoration: underline;
  color: #ea4200;
  margin-left: .5em;
}
.form-agree label{
	color:#212121;
}

textarea {
	max-width: 100%;
	min-width: 100%;
    padding: 1em;
    border-radius: .5em;
	form-sizing:content;
	min-height: 20vh;
    max-height: 4lh;
}
.form-parts textarea:focus {
	background-color: #fff8f4;
	transition:.3s;
	border: 1px solid #d44d00;
}
.form-submit{
    justify-content: center;
    display: flex;
	font-size: 1.2em;
}

.form-submit button:disabled {
	background: #fff;
	border: none;
	box-shadow: none;
	transform: translateY(3px);
}
.form-submit button:disabled:after {
    content: '送信中...';
    /* background: #f1f3f4; */
    color: #dc4604;
    background: url(../../common/images/loading.gif) no-repeat;
    background-size: 1em;
    padding: 0 0 0 1.25em;
    width: 4em;
}
.formWrap .submit:hover{
	cursor: pointer;
}
.formWrap .submit{
background: #ea7f00;
color: #fff;
display: block;
padding: 10px 20px;
text-align: center;
box-shadow: 0 2px 0 #d47300, 3px 4px 3px rgba(0, 0, 0, 0.2);
border: 2px solid #ea7f00;

border-radius: 4px;
color: #fff;
display: block;
padding: 0.5em 1.8em;
text-align: center;

-webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
font-size: 1.5em;
font-weight: bold;
width: 300px;
}
.formWrap .cancel{
	background: #4e4e4e;
	color: #fff;
	display: block;
	padding: 10px 20px;
	text-align: center;
	box-shadow: 0 2px 0 #d47300, 3px 4px 3px rgba(0, 0, 0, 0.2);
	border: 2px solid #717171;

	border-radius: 4px;
	color: #fff;
	display: block;
	padding: 0.5em 1.8em;
	text-align: center;
	box-shadow: 0 2px 0 #939393, 3px 4px 3px rgba(0, 0, 0, 0.2);

	-webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
	transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
	font-size: 1.5em;
	font-weight: bold;
	width: 300px;
	background: #7e7c7c;
	cursor: pointer;
}

.form_staete_confirm .formSelect::after{
	display: none;
}

.formWrap .validation-error input,.formWrap .validation-error textarea {
    background: #ffecec;
}

.formLabel.formNotRequired:after{
  display: none;
}
#contact .contact_bnrWarlander {
  margin: 1em 0;
}

#contact .sendBtn li {
  width: 49%;
}
#contact .sendBtn li:nth-of-type(1) input {
  background: #fff;
  border-radius: 4px;
  color: #ea7f00;
  display: block;
  padding: 0.5rem 0;
  font-size: 1.3rem;
  text-align: center;
  margin: 0.5rem auto 2rem;
  box-shadow: 0 2px 0 #d47300, 3px 4px 3px rgba(0, 0, 0, 0.2);
  border: 2px solid #ea7f00;
  width: 100%;
  height: 5rem;
}
#contact .sendBtn li:nth-of-type(2) input {
  background: #ea7f00;
  border-radius: 4px;
  color: #fff;
  display: block;
  padding: 0.5rem 0;
  font-size: 1.3rem;
  text-align: center;
  margin: 0.5rem auto 2rem;
  box-shadow: 0 2px 0 #d47300, 3px 4px 3px rgba(0, 0, 0, 0.2);
  border: 2px solid #d47300;
  width: 100%;
  height: 5rem;
}
#contact .sendBtn li {
  list-style: none;
  display: inline-block;
}

#entryform .essential th:after {
  background: #d44d00;
  color: #fff;
  content: "required";
  font-size: 0.8em;
  padding: 2px 5px;
  margin-left: 5px;
  border-radius: 4px;
}

#contact td li dt {
  width: 20%;
  text-align: right;
  padding-right: 0.5rem;
}

#contact .confirmArea td li dt {
  display: none;
}
#contact .confirmArea td li {
  display: inline-block;
}

#contact td li dt,
#contact td li dd {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 0.5rem;
}

#contact input {
  border: 1px solid #e1e1e1;
  background: #fff;
  /* box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2); */
  vertical-align: middle;
  padding: 5px 10px;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
  color: #000;
}
.uploadArea {
  margin-bottom: 0.3rem;
  position: relative;
}
.uploadButton {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  background: #ea7f00;
  color: #fff;
  text-align: center;
  padding: 10px;
  line-height: 30px;
  width: 100%;
  cursor: pointer;
}
.uploadButton:hover {
  background: #fff;
  color: #ea7f00;
}
.uploadButton input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.uploadValue {
  display: none;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  padding: 3px;
  color: #ffffff;
}
.filename {
  display: table-cell;
  padding-left: 0.5rem;
  vertical-align: middle;
  padding-right: 28px;
  position: relative;
  padding-top: 0.8rem;
  padding-bottom: 2rem;
}
.filename:before {
  content: "ファイル名";
  display: block;
  font-size: 0.8em;
  color: #666;
  line-height: 1.2;
}
.fileclear-wrap {
  display: table-cell;
  vertical-align: middle;
}

.fileclear {
  background: #c00;
  color: #fff;
  width: 24px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  vertical-align: top;
  border-radius: 40px;
  height: 24px;
  display: table;
  transition: 0.3s;
  margin-top: -12px;
}

.fileclear:hover {
  transition: 0.3s;
  cursor: pointer;
  background: #fff;
  color: #c00;
}
#contact .form-agree input{
  width: 1em;
  margin-right: .5em;
  padding: 2em;
}
#contact textarea,
#contact select {
  border: 1px solid #e1e1e1;
  background: #fff;
  /* box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2); */
  vertical-align: middle;
  padding: 1em;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
  color: #000;
  -webkit-appearance: none;
}

input[type="checkbox"]#doui:checked:before {
  position: absolute;
  left: 1px;
  top: 9px;
  display: block;
  content: "";
  width: 6px;
  height: 3px;
  background: #333;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right center;
}

input[type="checkbox"]#doui:checked:after {
  display: block;
  position: absolute;
  left: 6px;
  top: 8px;
  content: "";
  /* -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5); */
  width: 8px;
  height: 3px;
  background: #333;
  -webkit-transform: rotate(-53deg);
  -webkit-transform-origin: left center;
}

#contact .plDown {
  position: relative;
  display: block;
  background: #fff;
}

#contact .plDown:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 0;
  height: 0;
  margin: -2px 0 0 0;
  border: 5px solid transparent;
  border-top: 7px solid #000;
  z-index: 99;
}

#contact input#doui {
  width: 16px;
  height: 16px;
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  margin-right: 0.5rem;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  position: relative;
  vertical-align: -4px;
  margin-right: 10px;
  background: #fff;
  padding: 0;
}

#contact textarea {
  height: 10em;
  transition: 0.3s;
}
#contact .error {
  margin-bottom: 2rem;
}
#contact .error li:before {
  content: "\f071";
  font-family: fontAwesome;
  padding-right: 0.5rem;
  font-size: 14px;
}
#contact .error li {
  list-style: none;
  color: #fff;
  background: #f00;
  border-radius: 4px;
  font-weight: bold;
  padding: 5px 10px;
}

#contact .entryBtn input {
  background: #71b001;
  border-radius: 4px;
  color: #fff;
  display: block;
  padding: 1rem 0;
  font-size: 1.6rem;
  text-align: center;
  margin: 0.5rem auto 2rem;
  box-shadow: 0 2px 0 #345100, 3px 4px 3px rgba(0, 0, 0, 0.2);
  border: 2px solid #689d0a;
  width: 80%;
}

#contact .douiArea {
  text-align: center;
  margin-bottom: 1.5rem;
}

#contact .douiArea label a {
  text-decoration: underline;
  color: #ea4200;
}

#contact #entryform input:focus,
#contact #entryform .txtArea:focus {
  background-color: #fff8f4;
  transition: 0.3s;
  border: 1px solid #d44d00;
}

#contact #entryform .contNotes {
  color: #d50c0c;
  font-size: 1.1rem;
}

/*=============================================
enry form
=============================================*/
#entryform .subTtl {
  display: none;
}

#contact .contentsArea > .entryvisImg h2:after {
  content: "- エントリーフォーム -";
  display: block;
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 2rem;
  line-height: 1.1;
}
#contact .contentsArea > .entryvisImg h2.step2:after {
  content: "- 確認画面 -";
}
#contact .contentsArea > .entryvisImg h2.step3:after {
  content: "- エントリー完了 -";
}

#contact .entrysurvey ul {
  margin: 1rem 6px 2rem;
}

#contact .entrysurvey li {
  margin: 0.5rem 0;
}

.entrysurvey span {
  display: inline-block;
  vertical-align: top;
}

.formWrap .sendBtn {
  padding-top: 20px;
  border-top: 1px dashed #ccc;
}
#contact .entrysurvey input {
  width: 16px;
  height: 16px;
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  margin-right: 0.5rem;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  position: relative;
  vertical-align: -4px;
  margin-right: 10px;
  background: #fff;
  padding: 0;
}
#contact .entrysurvey input[type="checkbox"]:checked:before {
  position: absolute;
  left: 1px;
  top: 9px;
  display: block;
  content: "";
  width: 6px;
  height: 3px;
  background: #333;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right center;
}

#contact .entrysurvey input[type="checkbox"]:checked:after {
  display: block;
  position: absolute;
  left: 6px;
  top: 8px;
  content: "";
  /* -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5); */
  width: 8px;
  height: 3px;
  background: #333;
  -webkit-transform: rotate(-53deg);
  -webkit-transform-origin: left center;
}

#contact .entrysurvey input[type="text"] {
  position: relative;
  display: block;
  transform: scale(1);
  border: 1px solid #e1e1e1;
  background: #fff;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  padding: 5px 10px;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
  color: #000;
  -webkit-appearance: none;
  height: auto;
}

#contact .entrysurvey + span {
  display: inline-block;
}

.entryStepsp {
  border-radius: 4px;
  padding: 16px 16px 16px 24px;
  font-size: 13px;
  color: #666;
  border: 2px dashed #efefef;
  background: #fafafa;
}
.entryStepttl {
  text-align: center;
  margin-top: 30px;
  font-weight: bold;
  color: #666;
}
.entryStepsp li {
  list-style-type: decimal;
  margin-bottom: 0.75rem;
}
.entryStepsp li div {
  background: #eee;
  margin: 0.3rem 0 0.5rem;
  padding: 10px;
}
.entryStepsp li a {
  text-decoration: underline;
  color: #ea4200;
}

.entryupload .entryuploadArea {
  background: #fcf3da;
  border-radius: 6px;
  padding: 10px 0 30px;
  text-align: center;
}

#contact .errorTxt {
  background: #c00;
  color: #fff;
  padding: 4px 10px;
  margin: 10px 0 20px;
  display: block;
  border-radius: 4px;
  font-size: 12px;
  position: relative;
}
#contact .errorTxt:before {
  content: "";
  position: absolute;
  top: -12px;
  left: 30px;
  margin-left: -5px;
  border: 6px solid transparent;
  border-bottom: 6px solid #c00;
}

#contact .mailcomfirm .errorTxt {
  margin-bottom: 0;
}

#contact .douiArea .errorTxt:before {
  left: 50%;
}
#contact .douiArea .errorTxt {
  text-shadow: none;
}

#contact .cautiontxt {
  color: #c00;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 0;
}

・/* お問い合わせのSTEP
=================================================*/
.cd-breadcrumb, .cd-multi-steps {
  width: 100%;
  max-width: 768px;
  padding: 0.5em 1em;
  margin: 10px auto 24px;
  background-color: #edeff0;
  border-radius: 0.25em;
  font-size: 10px;
  line-height: 1.2;
  display: none;
}
.cd-breadcrumb:after,
.cd-multi-steps:after {
  content: "";
  display: table;
  clear: both;
}
.cd-breadcrumb li,
.cd-multi-steps li {
  display: inline-block;
  float: left;
  margin: 0.25rem 0;
}
.cd-breadcrumb li::after,
.cd-multi-steps li::after {
  display: inline-block;
  content: "\00bb";
  margin: 0 0.6em;
  color: #959fa5;
}
.cd-breadcrumb li:last-of-type::after,
.cd-multi-steps li:last-of-type::after {
  display: none;
}
.cd-breadcrumb li > *,
.cd-multi-steps li > * {
  /* single step */
  display: inline-block;
  font-size: 1.4rem;
  color: #2c3f4c;
}
.cd-breadcrumb li.current > *,
.cd-multi-steps li.current > * {
  /* selected step */
  color: #96c03d;
}
.no-touch .cd-breadcrumb a:hover,
.no-touch .cd-multi-steps a:hover {
  /* steps already visited */
  color: #96c03d;
}
.cd-breadcrumb.custom-separator li::after,
.cd-multi-steps.custom-separator li::after {
  /* replace the default arrow separator with a custom icon */
  content: "";
  height: 16px;
  width: 16px;
  background: url(../img/cd-custom-separator.svg) no-repeat center center;
  vertical-align: middle;
}
.cd-breadcrumb.custom-icons li > *::before,
.cd-multi-steps.custom-icons li > *::before {
  /* add a custom icon before each item */
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 0.4em;
  margin-top: -2px;
  background: url(../img/cd-custom-icons-01.svg) no-repeat 0 0;
  vertical-align: middle;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(2) > *::before,
.cd-multi-steps.custom-icons li:not(.current):nth-of-type(2) > *::before {
  /* change custom icon using image sprites */
  background-position: -20px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(3) > *::before,
.cd-multi-steps.custom-icons li:not(.current):nth-of-type(3) > *::before {
  background-position: -40px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(4) > *::before,
.cd-multi-steps.custom-icons li:not(.current):nth-of-type(4) > *::before {
  background-position: -60px 0;
}
.cd-breadcrumb.custom-icons li.current:first-of-type > *::before,
.cd-multi-steps.custom-icons li.current:first-of-type > *::before {
  /* change custom icon for the current item */
  background-position: 0 -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(2) > *::before,
.cd-multi-steps.custom-icons li.current:nth-of-type(2) > *::before {
  background-position: -20px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(3) > *::before,
.cd-multi-steps.custom-icons li.current:nth-of-type(3) > *::before {
  background-position: -40px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(4) > *::before,
.cd-multi-steps.custom-icons li.current:nth-of-type(4) > *::before {
  background-position: -60px -20px;
}
@media only screen and (min-width: 768px) {
  .cd-breadcrumb,
  .cd-multi-steps {
    padding: 0 1.2em;
  }
  .cd-breadcrumb li,
  .cd-multi-steps li {
    margin: 1.2em 0;
  }
  .cd-breadcrumb li::after,
  .cd-multi-steps li::after {
    margin: 0 1em;
  }
  .cd-breadcrumb li > *,
  .cd-multi-steps li > * {
    font-size: 1.6rem;
  }
}

.uploadChoice li {
  display: inline-block;
}

.uploadChoice input {
  display: none;
}
.uploadChoice label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-left: 20px;
  padding: 10px 20px;
  border-radius: 2px;
  color: #3e4956;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}
.uploadChoice label:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -10px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #bdc3c7;
  border-radius: 50%;
}
.uploadChoice input[type="radio"]:checked + label:after {
  position: absolute;
  content: "";
  top: 50%;
  left: -4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background: #d44d00;
}

.uploadWrap {
  margin-top: 0.5rem;
  background: #eee;
  padding: 1rem;
  border-radius: 6px;
  margin-bottom: 0.5rem;
  border: 2px dashed #ccc;
}

.filereset {
  position: relative;
  margin-top: 1.5rem;
}
.filereset i {
  display: inline-block;
  position: absolute;
  left: 1.5rem;
  z-index: 1;
  color: #333;
  padding-top: 15px;
}
#entryform .entryupload .filereset input {
  margin: 0;
  display: inline-block;
  background: transparent;
  background: #eee;
  border-radius: 4px;
  color: #333;
  padding: 10px 20px 10px 2.8rem;
  text-align: center;
  border: 1px solid #333;
}

/* --------------------------------

Triangle breadcrumb

-------------------------------- */
@media only screen and (min-width: 768px) {
  .cd-breadcrumb.triangle {
    /* reset basic style */
    background-color: transparent;
    padding: 0;
  }
  .cd-breadcrumb.triangle li {
    position: relative;
    padding: 0;
    margin: 4px 4px 4px 0;
  }
  .cd-breadcrumb.triangle li:last-of-type {
    margin-right: 0;
  }
  .cd-breadcrumb.triangle li > * {
    position: relative;
    padding: 1em 0.8em 1em 2.5em;
    color: #2c3f4c;
    background-color: #edeff0;
    /* the border color is used to style its ::after pseudo-element */
    border-color: #edeff0;
  }
  .cd-breadcrumb.triangle li.current > * {
    /* selected step */
    color: #ffffff;
    background-color: #96c03d;
    border-color: #96c03d;
  }
  .cd-breadcrumb.triangle li:first-of-type > * {
    padding-left: 1.6em;
    border-radius: 0.25em 0 0 0.25em;
  }
  .cd-breadcrumb.triangle li:last-of-type > * {
    padding-right: 1.6em;
    border-radius: 0 0.25em 0.25em 0;
  }
  .no-touch .cd-breadcrumb.triangle a:hover {
    /* steps already visited */
    color: #ffffff;
    background-color: #2c3f4c;
    border-color: #2c3f4c;
  }
  .cd-breadcrumb.triangle li::after,
  .cd-breadcrumb.triangle li > *::after {
    /*
    	li > *::after is the colored triangle after each item
    	li::after is the white separator between two items
    */
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    content: "";
    height: 0;
    width: 0;
    /* 48px is the height of the <a> element */
    border: 24px solid transparent;
    border-right-width: 0;
    border-left-width: 20px;
  }
  .cd-breadcrumb.triangle li::after {
    /* this is the white separator between two items */
    z-index: 1;
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
    border-left-color: #ffffff;
    /* reset style */
    margin: 0;
  }
  .cd-breadcrumb.triangle li > *::after {
    /* this is the colored triangle after each element */
    z-index: 2;
    border-left-color: inherit;
  }
  .cd-breadcrumb.triangle li:last-of-type::after,
  .cd-breadcrumb.triangle li:last-of-type > *::after {
    /* hide the triangle after the last step */
    display: none;
  }
  .cd-breadcrumb.triangle.custom-separator li::after {
    /* reset style */
    background-image: none;
  }
  .cd-breadcrumb.triangle.custom-icons li::after,
  .cd-breadcrumb.triangle.custom-icons li > *::after {
    /* 50px is the height of the <a> element */
    border-top-width: 25px;
    border-bottom-width: 25px;
  }

  @-moz-document url-prefix() {
    .cd-breadcrumb.triangle li::after,
    .cd-breadcrumb.triangle li > *::after {
      /* fix a bug on Firefix - tooth edge on css triangle */
      border-left-style: dashed;
    }
  }
}
/* --------------------------------

Custom icons hover effects - breadcrumb and multi-steps

-------------------------------- */
@media only screen and (min-width: 768px) {
  .no-touch
    .cd-breadcrumb.triangle.custom-icons
    li:first-of-type
    a:hover::before,
  .cd-breadcrumb.triangle.custom-icons li.current:first-of-type em::before,
  .no-touch
    .cd-multi-steps.text-center.custom-icons
    li:first-of-type
    a:hover::before,
  .cd-multi-steps.text-center.custom-icons li.current:first-of-type em::before {
    /* change custom icon using image sprites - hover effect or current item */
    background-position: 0 -40px;
  }
  .no-touch
    .cd-breadcrumb.triangle.custom-icons
    li:nth-of-type(2)
    a:hover::before,
  .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(2) em::before,
  .no-touch
    .cd-multi-steps.text-center.custom-icons
    li:nth-of-type(2)
    a:hover::before,
  .cd-multi-steps.text-center.custom-icons
    li.current:nth-of-type(2)
    em::before {
    background-position: -20px -40px;
  }
  .no-touch
    .cd-breadcrumb.triangle.custom-icons
    li:nth-of-type(3)
    a:hover::before,
  .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(3) em::before,
  .no-touch
    .cd-multi-steps.text-center.custom-icons
    li:nth-of-type(3)
    a:hover::before,
  .cd-multi-steps.text-center.custom-icons
    li.current:nth-of-type(3)
    em::before {
    background-position: -40px -40px;
  }
  .no-touch
    .cd-breadcrumb.triangle.custom-icons
    li:nth-of-type(4)
    a:hover::before,
  .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(4) em::before,
  .no-touch
    .cd-multi-steps.text-center.custom-icons
    li:nth-of-type(4)
    a:hover::before,
  .cd-multi-steps.text-center.custom-icons
    li.current:nth-of-type(4)
    em::before {
    background-position: -60px -40px;
  }
}
/* --------------------------------

Multi steps indicator

-------------------------------- */
@media only screen and (min-width: 768px) {
  .cd-multi-steps {
    /* reset style */
    background-color: transparent;
    padding: 0;
    text-align: center;
  }

  .cd-multi-steps li {
    position: relative;
    float: none;
    margin: 0.4em 40px 0.4em 0;
  }
  .cd-multi-steps li:last-of-type {
    margin-right: 0;
  }
  .cd-multi-steps li::after {
    /* this is the line connecting 2 adjacent items */
    position: absolute;
    content: "";
    height: 4px;
    background: #edeff0;
    /* reset style */
    margin: 0;
  }
  .cd-multi-steps li.visited::after {
    background-color: #96c03d;
  }
  .cd-multi-steps li > *,
  .cd-multi-steps li.current > * {
    position: relative;
    color: #2c3f4c;
  }

  .cd-multi-steps.custom-separator li::after {
    /* reset style */
    height: 4px;
    background: #edeff0;
  }

  .cd-multi-steps.text-center li::after {
    width: 100%;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%) translateX(-1px);
    -moz-transform: translateY(-50%) translateX(-1px);
    -ms-transform: translateY(-50%) translateX(-1px);
    -o-transform: translateY(-50%) translateX(-1px);
    transform: translateY(-50%) translateX(-1px);
  }
  .cd-multi-steps.text-center li > * {
    z-index: 1;
    padding: 0.6em 1em;
    border-radius: 0.25em;
    background-color: #edeff0;
  }
  .no-touch .cd-multi-steps.text-center a:hover {
    background-color: #2c3f4c;
  }
  .cd-multi-steps.text-center li.current > *,
  .cd-multi-steps.text-center li.visited > * {
    color: #ffffff;
    background-color: #96c03d;
  }
  .cd-multi-steps.text-center.custom-icons li.visited a::before {
    /* change the custom icon for the visited item - check icon */
    background-position: 0 -60px;
  }

  .cd-multi-steps.text-top li,
  .cd-multi-steps.text-bottom li {
    width: 200px;
    text-align: center;
  }
  .cd-multi-steps.text-top li::after,
  .cd-multi-steps.text-bottom li::after {
    /* this is the line connecting 2 adjacent items */
    position: absolute;
    left: 50%;
    /* 40px is the <li> right margin value */
    width: calc(100% + 40px);
  }
  .cd-multi-steps.text-top li > *::before,
  .cd-multi-steps.text-bottom li > *::before {
    /* this is the spot indicator */
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #edeff0;
  }
  .cd-multi-steps.text-top li.visited > *::before,
  .cd-multi-steps.text-top li.current > *::before,
  .cd-multi-steps.text-bottom li.visited > *::before,
  .cd-multi-steps.text-bottom li.current > *::before {
    background-color: #96c03d;
  }
  .no-touch .cd-multi-steps.text-top a:hover,
  .no-touch .cd-multi-steps.text-bottom a:hover {
    color: #96c03d;
  }
  .no-touch .cd-multi-steps.text-top a:hover::before,
  .no-touch .cd-multi-steps.text-bottom a:hover::before {
    box-shadow: 0 0 0 3px rgba(150, 192, 61, 0.3);
  }

  .cd-multi-steps.text-top li::after {
    /* this is the line connecting 2 adjacent items */
    bottom: 4px;
  }
  .cd-multi-steps.text-top li > * {
    padding-bottom: 20px;
  }
  .cd-multi-steps.text-top li > *::before {
    /* this is the spot indicator */
    bottom: 0;
  }

  .cd-multi-steps.text-bottom li::after {
    /* this is the line connecting 2 adjacent items */
    top: 3px;
  }
  .cd-multi-steps.text-bottom li > * {
    padding-top: 20px;
  }
  .cd-multi-steps.text-bottom li > *::before {
    /* this is the spot indicator */
    top: 0;
  }
}
/* --------------------------------

Add a counter to the multi-steps indicator

-------------------------------- */
.cd-multi-steps.count li {
  counter-increment: steps;
}

.cd-multi-steps.count li > *::before {
  content: counter(steps) " - ";
}

@media only screen and (min-width: 768px) {
  .cd-multi-steps.text-top.count li > *::before,
  .cd-multi-steps.text-bottom.count li > *::before {
    /* this is the spot indicator */
    content: counter(steps);
    height: 26px;
    width: 26px;
    line-height: 26px;
    font-size: 1.4rem;
    color: #ffffff;
  }

  .cd-multi-steps.text-top.count li:not(.current) em::before,
  .cd-multi-steps.text-bottom.count li:not(.current) em::before {
    /* steps not visited yet - counter color */
    color: #2c3f4c;
  }

  .cd-multi-steps.text-top.count li::after {
    bottom: 11px;
  }

  .cd-multi-steps.text-top.count li > * {
    padding-bottom: 34px;
  }

  .cd-multi-steps.text-bottom.count li::after {
    top: 11px;
  }

  .cd-multi-steps.text-bottom.count li > * {
    padding-top: 34px;
  }
}

.cd-multi-steps li em {
  font-size: 11px;
  font-style: normal;
}
.entryuploadArea input[type="file"] {
  font-size: 13px;
}
.cd-multi-steps li.current em {
  font-weight: bold;
}

.entryupload .entryuploadArea {
  background: #fcf3da;
  border-radius: 6px;
  padding: 10px 0 30px;
}

.entryupload .entryuploadArea ul {
  padding: 0 20px;
}
.entryupload li {
  border: 1px dotted #333;
  border-radius: 6px;
  padding: 16px 10px;
  width: 100%;
  margin: 0.5rem 5px 0.5rem 5px;
  background: rgba(255, 255, 255, 0.4);
}

.entryupload li div {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0.5rem;
}
#entryform .entryupload .entryuploadTtl {
  font-weight: bold;
  padding-top: 1rem;
  margin-bottom: 0;
}

.cd-multi-steps li:nth-of-type(1):before {
  content: "【Step1】";
}
.cd-multi-steps li:nth-of-type(2):before {
  content: "【Step2】";
}
.cd-multi-steps li:nth-of-type(3):before {
  content: "【Step3】";
}

.cd-multi-steps li.current:before {
  color: #96c03d;
}

/*=============================================
404
=============================================*/
.errorArea {
  height: calc(60vh - 60px);
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100vw;
  padding: 0 3%;
}
.errorTxt404 {
  font-size: 2.4rem;
  font-family: orbitron;
}

/*=============================================
policy
=============================================*/
#policy .subTtl {
  margin-bottom: 2rem;
}

.policySec {
  padding-top: 1rem;
}

/*=============================================
script
=============================================*/
/*.fixed {display:none;  position: fixed; top: 0; box-sizing: border-box; transition: .3s; -webkit-box-shadow: 0px 0px 16px rgba(51, 51, 51, 0.25); -moz-box-shadow: 0px 0px 16px rgba(51, 51, 51, 0.25); -ms-box-shadow: 0px 0px 16px rgba(51, 51, 51, 0.25); box-shadow: 0px 0px 16px rgba(51, 51, 51, 0.25); }*/
.toTopNav {
  position: fixed;
  bottom: 40px;
  right: 66px;
  z-index: 99;
  width: 0;
}
.toTopNav img {
  display: none;
}
.toTopNav a {
  position: relative;
}
.toTopNav a:before {
  content: "\f0aa";
  color: #ea4200;
  font-family: fontAwesome;
  font-size: 40px;
  display: block;
  position: absolute;
  left: 3px;
  z-index: 1;
  left: 4px;
  z-index: 1;
  bottom: -40px;
}
.toTopNav a:after {
  content: "";
  background: #fff;
  border-radius: 30px;
  width: 42px;
  height: 43px;
  display: block;
}
/*=============================================
Menu
=============================================*/

/*!
 * jquery-drawer v3.1.0
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */

.drawer-nav {
  position: fixed;
  z-index: 2;
  top: 0;
  overflow: hidden;
  width: 16.25rem;
  height: 100%;
  color: #222;
  background-color: #fff;
}
.drawer-brand {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3.75rem;
  display: block;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  text-decoration: none;
  color: #222;
}
.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: 0.75rem;
  text-decoration: none;
  color: #222;
}
.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}
.drawer-overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.drawer-open .drawer-overlay {
  display: block;
}
.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.drawer--top.drawer-open .drawer-nav {
  top: 0;
}
.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}
.drawer--left .drawer-nav {
  left: -16.25rem;
  -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-nav,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}
.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem;
}
.drawer--right .drawer-nav {
  right: -16.25rem;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-nav,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}
.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem;
}
.drawer-hamburger {
  position: fixed;
  z-index: 4;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 2rem;
  padding: 0;
  padding: 18px 0.75rem 30px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border: 0;
  outline: 0;
  background-color: transparent;
}
.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}
.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #222;
}
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  position: absolute;
  top: -10px;
  left: 0;
  content: " ";
}
.drawer-hamburger-icon:after {
  top: 10px;
}
.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}
.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
  top: 0;
}
.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}
.drawer--sidebar,
.drawer--sidebar .drawer-contents {
  background-color: #fff;
}
@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }
  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}
@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
  }
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}
.drawer--navbarTopGutter {
  padding-top: 3.75rem;
}
.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}
.drawer-navbar {
  z-index: 3;
  top: 0;
  width: 100%;
}
.drawer-navbar--fixed {
  position: fixed;
}
.drawer-navbar-header {
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 0.75rem;
  text-align: center;
}
.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}
.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}
.drawer-navbar .drawer-nav {
  padding-top: 3.75rem;
}
.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}
@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }
  .drawer-navbar .drawer-menu--right {
    float: right;
  }
  .drawer-navbar .drawer-menu li {
    float: left;
  }
  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .drawer-navbar .drawer-hamburger {
    display: none;
  }
  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .drawer-navbar .drawer-menu {
    padding: 0;
  }
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: 0.75rem;
  }
}
.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}
.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: 0.75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222;
}
.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}
.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease,
    -webkit-transform 0.2s ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.drawer-container {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}
@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}

.drawer-nav {
  z-index: 2;
  top: 3px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  color: #222;
  background-color: transparent;
}

.drawer--right .drawer-nav {
  right: -100%;
}

.drawer--right .drawer-nav {
  right: -100%;
}

.drawer-hamburger {
  /*! position:fixed; */
  z-index: 4;
  float: right;
  display: block;
  width: auto;
  padding: 0;

  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent;
  /*! height: 43px; */
  vertical-align: middle;
  display: table-cell;
  margin-right: 3%;
  top: 14px;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 0;
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}
.drawer-hamburger-icon {
  position: relative;

  vertical-align: middle;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  width: 90%;
  height: 2px;
  /*! display: none; */
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #fff;
  margin: 0 auto;
  text-align: center;
}

.drawer-open .drawer-hamburger-icon,
.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
  background-color: #fff;
}

.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  position: absolute;
  top: 6px;
  left: 0;
  content: " ";
}
.drawer-hamburger-icon:after {
  top: 10px;
}
.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}
.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
  top: 0;
}
.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sr-only {
  padding: 0px 6px;
  border-radius: 4px;
  color: #ea4200;
  background: #fff;
  border: 1px solid #ea4200;
  font-family: orbitron;
  display: table-cell;
  vertical-align: middle;
  height: 36px;
  font-size: 12px;
  width: 80px;
  z-index: 2;
  position: relative;
}

.sr-only:before {
  content: "\f00b";
  font-family: fontAwesome;
  padding-right: 0.5rem;
  font-size: 14px;
}

.drawer-open .sr-only {
  transition: 0.3s;
  background: #ea4200;
  color: #fff;
}

.drawer-overlay {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  transition: 0.3s;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  height: 0;
}

/*=============================================
News - training2018
=============================================*/
.training2018wrap {
  background: url(../../news/images/2018/bg_training_2018.jpg) repeat-y 0 740px;
  background-size: 100%;
  margin-left: -3%;
  width: 106%;
}
.training2018 {
  background: url(../../news/images/2018/bg_training_2018_header.jpg) no-repeat;
  background-size: 100%;
  /* margin-left: -3%; */
  overflow: hidden;
  border-color: #fff;
  /* width: 106%; */
  padding: 60% 3% 1rem 4%;
  margin-bottom: 30px;
  position: relative;
}

.training2018:before {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
}

.training2018 .traSpeakwrap {
  position: relative;
  background: rgba(0, 0, 0, 0.75);
  background: linear-gradient(
    to right,
    rgba(17, 94, 112, 0.9) 0%,
    rgba(44, 128, 145, 0.9) 50%,
    rgba(17, 94, 112, 0.9) 100%
  );
  border: 1px solid #00aae9;
  border-radius: 4px;
  padding: 5% 3% 7%;
  margin-bottom: 2rem;
  color: #fff;
  box-shadow: 0 0 5px #00aae9;
  width: 88%;
  display: table;
  margin-left: 12%;
}

.training2018 .traSpeak {
  position: relative;
}

.training2018 .traSpeakin img.traSpeakIco {
  width: 20%;
  top: -5px;
  margin-top: 0;
  position: absolute;
  left: 4%;
  max-width: 86px;
}

.training2018 .traSpeakwrap {
  box-shadow: 0 0 0 3px #fff;
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(233, 247, 241, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(233, 247, 241, 1) 100%
  );
  border: 2px solid #5dc8a1;
  color: #142f27;
}

.training2018 .tra2018mob {
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.9) 0%,
    rgb(249, 247, 240) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.9) 0%,
    rgb(249, 247, 240) 100%
  );
  box-shadow: 0 0 0 3px #fff;
  color: #2f2914;
  border: 2px solid #e2b907;
}

.training2018 .traSpeakwrapin:before {
  content: "主人公";
  display: block;
  font-weight: bold;
  color: #173c0b;
  text-shadow: #fff 3px 0px, #fff -3px 0px, #fff 0px -3px, #fff 0px 3px,
    #fff 3px 3px, #fff -3px 3px, #fff 3px -3px, #fff -3px -3px, #fff 2px 3px,
    #fff -2px 3px, #fff 2px -3px, #fff -2px -3px, #fff 3px 2px, #fff -3px 1px,
    #fff 3px -2px, #fff -3px -2px;
  padding-left: 1rem;
  font-size: 1.6rem;
}

.training2018 .traSpeakwrap.tra2018mob .traSpeakwrapin:before {
  content: "モブ";
  display: block;
  font-weight: bold;
  color: #3c2f0b;
  text-shadow: #fff 3px 0px, #fff -3px 0px, #fff 0px -3px, #fff 0px 3px,
    #fff 3px 3px, #fff -3px 3px, #fff 3px -3px, #fff -3px -3px, #fff 2px 3px,
    #fff -2px 3px, #fff 2px -3px, #fff -2px -3px, #fff 3px 2px, #fff -3px 1px,
    #fff 3px -2px, #fff -3px -2px;
}

.training2018 .traSpeakin {
  padding: 2% 0 0 1rem;
}

.training2018 .traSpeakwrap:before {
  content: "";
  background: url(../../news/images/2017/img_training_2017_bg.png);
  width: 96%;
  height: 1rem;
  display: block;
  position: absolute;
  top: 0;
  /* z-index: 171; */
  background-size: contain;
  opacity: 0.2;
  transform: scale(1, -1);
}

.training2018 .traSpeakwrap:after {
  content: "";
  background: url(../../news/images/2017/img_training_2017_bg.png);
  width: 96%;
  height: 1rem;
  display: block;
  position: absolute;
  bottom: 0;
  /* z-index: 171; */
  background-size: contain;
  opacity: 0.2;
}
.training2018 .traSpeakin strong {
  font-weight: bold;
  font-size: 1.5rem;
  padding: 0 6px;
  color: #ffea00;
  background: linear-gradient(rgba(255, 204, 255, 0) 70%, #0095a4 30%);
}

.training2018 .traSpeakin b {
  color: #ffea00;
}

.training2018 a {
  text-decoration: underline;
  color: #ffea00;
}

.training2018 .traImg {
  margin: 1rem 0;
}
.training2018 .traImg img {
  border-radius: 6px;
}

.training2018 .appLink {
  width: 60%;
  display: block;
}

.training2018 .traSpeakin strong {
  font-weight: bold;
  font-size: 1.3rem;
  padding: 0 6px;
  background: linear-gradient(rgba(255, 204, 255, 0) 50%, #ffea00 30%);
  color: #142f27;
}

.training2018 .trabold1 {
  font-size: 1.3em;
  font-weight: bold;
}
.training2018 .trabold2 {
  font-size: 1.6em;
  font-weight: bold;
}
/*=============================================
News - training2017
=============================================*/
.training2017wrap {
  background: url(../../news/images/2017/bg_training_2017.jpg) repeat-y 0 740px;
  background-size: 100%;
  margin-left: -3%;
  width: 106%;
}
.training2017 {
  background: url(../../news/images/2017/bg_training_2017_header.jpg) no-repeat;
  background-size: 100%;
  /* margin-left: -3%; */
  overflow: hidden;
  border-color: #fff;
  /* width: 106%; */
  padding: 50% 3% 1rem 4%;
  margin-bottom: 30px;
  position: relative;
}

.training2017:before {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
}

.training2017 .traSpeakwrap {
  position: relative;
  background: rgba(0, 0, 0, 0.75);
  background: linear-gradient(
    to right,
    rgba(17, 94, 112, 0.9) 0%,
    rgba(44, 128, 145, 0.9) 50%,
    rgba(17, 94, 112, 0.9) 100%
  );
  border: 1px solid #00aae9;
  border-radius: 4px;
  padding: 5% 3% 7%;
  margin-bottom: 2rem;
  color: #fff;
  box-shadow: 0 0 5px #00aae9;
  width: 88%;
  display: table;
  margin-left: 12%;
}

.training2017 .traSpeak {
  position: relative;
}

.training2017 .traSpeakin img.traSpeakIco {
  width: 20%;
  top: -5px;
  margin-top: 0;
  position: absolute;
  left: 4%;
  max-width: 86px;
}

.training2017 .traSpeakwrap {
  border-color: #24e2db;
  box-shadow: 0 0 5px #24e2db;
}

.training2017 .tra2017girl {
  border-color: #e22480;
  box-shadow: 0 0 5px #e22480;
  background: linear-gradient(
    to right,
    rgba(109, 16, 64, 0.9) 0%,
    rgba(150, 46, 102, 0.9) 50%,
    rgba(109, 16, 64, 0.9) 100%
  );
}

.training2017 .traSpeakwrapin:before {
  content: "住民";
  display: block;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 1rem #24e2db;
  text-shadow: -2px -2px #115e70, 2px -2px #115e70, -2px 2px #115e70,
    2px 2px #115e70;
  padding-left: 1rem;
  font-size: 1.6rem;
}

.traSpeakwrap.tra2017girl .traSpeakwrapin:before {
  content: "少女";
  display: block;
  font-weight: bold;
  color: #e22480;
  color: #fff;
  text-shadow: 0 0 1rem #e22480;
  text-shadow: -2px -2px #6d1040, 2px -2px #6d1040, -2px 2px #6d1040,
    2px 2px #6d1040;
}

.training2017 .traSpeakin {
  padding: 2% 0 0 1rem;
}

.training2017 .traSpeakwrap:before {
  content: "";
  background: url(../../news/images/2017/img_training_2017_bg.png);
  width: 96%;
  height: 1rem;
  display: block;
  position: absolute;
  top: 0;
  /* z-index: 171; */
  background-size: contain;
  opacity: 0.2;
  transform: scale(1, -1);
}

.training2017 .traSpeakwrap:after {
  content: "";
  background: url(../../news/images/2017/img_training_2017_bg.png);
  width: 96%;
  height: 1rem;
  display: block;
  position: absolute;
  bottom: 0;
  /* z-index: 171; */
  background-size: contain;
  opacity: 0.2;
}
.training2017 .traSpeakin strong {
  font-weight: bold;
  font-size: 1.5rem;
  padding: 0 6px;
  color: #ffea00;
  background: linear-gradient(rgba(255, 204, 255, 0) 70%, #0095a4 30%);
}

.training2017 .traSpeakin b {
  color: #ffea00;
}

.training2017 a {
  text-decoration: underline;
  color: #ffea00;
}
.training2017 .traImg {
  margin-top: 1rem;
}

.training2017 .appLink {
  width: 60%;
  display: block;
}

/*=============================================
News - training2016
=============================================*/
.training2016 {
  background: url("../../news/images/2016/bg_training_2016.jpg") repeat-y;
  background-size: 100%;
  margin-left: -3%;
  overflow: hidden;
  border-color: #fff;
  width: 106%;
  padding: 1rem 3%;
  margin-bottom: 30px;
}
.training2016 .traSpeakwrap {
  position: relative;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #00aae9;
  border-radius: 4px;
  padding: 5% 3%;
  margin-bottom: 1.6rem;
  color: #fff;
  box-shadow: 0 0 5px #00aae9;
  width: 88%;
  display: table;
  margin-left: 12%;
}

.traSpeakin img.traSpeakIco {
  width: 20%;
  top: -5px;
  margin-top: 0;
  position: absolute;
  margin-left: -20%;
}

.training2016 .tra2016seita {
  border-color: #e95d00;
  box-shadow: 0 0 5px #e95d00;
}

.training2016 .traParirin {
  border-color: #04b6b0;
  box-shadow: 0 0 5px #04b6b0;
}

.traSpeakwrap:before {
  content: "シュウナ";
  display: block;
  font-weight: bold;
  color: #00aae9;
}

.tra2016seita:before {
  content: "セイタ";
  display: block;
  font-weight: bold;
  color: #e95d00;
}

.traParirin:before {
  content: "パリリン";
  display: block;
  font-weight: bold;
  color: #04b6b0;
}

.training2016 .traSpeakin strong {
  font-weight: bold;
  font-size: 1.5rem;
  padding: 0 6px;
  color: #ffea00;
  background: linear-gradient(rgba(255, 204, 255, 0) 70%, #0095a4 30%);
}

.training2016 .traSpeakin b {
  color: #ffea00;
}

.training2016 a {
  text-decoration: underline;
  color: #ffea00;
}
.training2016 .traImg {
  margin-top: 1rem;
}

.training2016 .appLink {
  width: 60%;
  display: block;
}

/*=============================================
News - training2019
=============================================*/

@-webkit-keyframes purupuru {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
  }
  5% {
    -webkit-transform: scale(1, 1.06) translate(-3%, -2%) skew(6deg, 0deg);
  }
  12% {
    -webkit-transform: scale(1, 0.94) translate(4%, 3%) skew(-6deg, 0deg);
  }
  15% {
    -webkit-transform: scale(1, 1.03) translate(1%, -2%) skew(-3deg, 0deg);
  }
  20% {
    -webkit-transform: scale(1, 0.97) translate(-1%, 1%) skew(3deg, 0deg);
  }
  30% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
  }
}

@keyframes purupuru {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
  }
  5% {
    -webkit-transform: scale(1, 1.06) translate(-3%, -2%) skew(6deg, 0deg);
  }
  12% {
    -webkit-transform: scale(1, 0.94) translate(4%, 3%) skew(-6deg, 0deg);
  }
  15% {
    -webkit-transform: scale(1, 1.03) translate(1%, -2%) skew(-3deg, 0deg);
  }
  20% {
    -webkit-transform: scale(1, 0.97) translate(-1%, 1%) skew(3deg, 0deg);
  }
  30% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
  }
}

.training2019wrap {
  color: #dedede;
  background: #000 url(/news/images/2019/sp_bg_training_2019_header.jpg)
    no-repeat;
  width: 100%;
  background-size: 100%;
  position: relative;
  overflow: hidden;
  width: 94vw;
  left: -3vw;
  margin-bottom: 2em;
}

.training2019wrap .pcVis {
  display: none;
}

.training2019wrap strong {
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#fc86e0e0),
    to(#fac43cf2)
  );
  background: -moz-linear-gradient(left, #fc86e0e0, #fac43cf2);
  background: linear-gradient(left, #fc86e0e0, #fac43cf2);
  color: #000;
  padding: 0.05em 0.25em;
  font-weight: bold;
  display: inline;
  margin: 0 0.25em;
  border-radius: 4px;
}

.training2019Header {
  position: relative;
}

.training2019Cap {
  text-align: center;
  padding-top: 4vw;
  z-index: 1;
  position: relative;
  width: 50%;
  margin: 0 auto;
}

.training2019Logo {
  width: 72vw;
  margin-top: 0;
  position: relative;
  z-index: 3;
  left: 20vw;
  top: -1vw;
}

.training2019Ttl {
  text-align: center;
}

.training2019Block {
  padding: 0 2%;
  margin-bottom: 60px;
  position: relative;
}

.training2019ImgMain {
  display: block;
  position: absolute;
  margin: 1.5rem auto 0;
  top: 8vw;
  left: 4vw;
  width: 26vw;
  height: 50vw;
}

.training2019ImgMain:before {
  content: "";
  position: absolute;
  background: url(/news/images/2019/bg_training2019_device.png) no-repeat;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 3vw;
  background-position: top center;
  top: 4vw;
  background-size: 100%;
  margin-left: 10%;
}

.training2019ImgMain .reflection {
  width: 18.5vw;
  margin: 0 auto;
  padding-top: 10vw;
  overflow: hidden;
  left: 5.5vw;
  position: relative;
}

.training2019ImgMain + .training2019Link {
  text-align: center;
  margin: -6vw auto 4vw;
}

.training2019TxtInner {
  position: relative;
}

.training2019TxtInner:nth-of-type(1) {
  grid-area: text1;
  z-index: 3;
}

.training2019TxtInner:nth-of-type(2) {
  grid-area: text2;
  padding-top: 0.5rem;
}

.training2019TxtInner p {
  vertical-align: top;
}

.training2019Speach {
  position: relative;
  width: 90%;
  margin: -0.5em auto 0;
  grid-area: Catch;
  animation: purupuru 3.2s linear 0s infinite;
}

.training2019Section {
  position: relative;
  padding: 0 2% 12rem 2%;
  background: url(/news/images/2019/sp_bg_training_2019_footer.jpg) bottom
    no-repeat;
  background-size: contain;
  z-index: 1;
}

#particles-js {
  position: absolute;
  bottom: 0;
  z-index: 0;
}

.training2019Skill {
  padding-bottom: 2.4rem;
  margin-left: 4%;
  background: url(/news/images/2019/training2019_skillimage.png) no-repeat;
  background-position: 100% 100%;
  background-size: 33%;
}

@media screen and (min-width: 816px) {
  .training2019Skill {
    background: none;
  }
}

.training2019skillImg {
  position: absolute;
  right: -50px;
  top: 24%;
  z-index: 0;
  transform: scale(0.6);
}

.training2019Skill li {
  width: calc(48% - 4px);
  height: calc(48% - 4px);
  border-top: 2px solid #a68913;
  border-bottom: 2px solid #96437b;
  position: relative;
  display: inline-flex;
  box-shadow: 0 0 10px #ffdc0b80;
  max-width: 204px;
  margin-bottom: calc(2% + 2px);
  margin-left: 2%;
}

.training2019Skill li img {
  position: absolute;
  bottom: 0.5em;
  width: auto;
  max-height: 1.4em;
  margin: 0 auto;
  left: 0.5em;
  height: 1.2em;
}

.training2019Skill li:before,
.training2019Skill li:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#a68913),
    to(#96437b)
  );
  background: -moz-linear-gradient(left, #a68913, #96437b);
  background: linear-gradient(left, #a68913, #96437b);
}

.training2019Skill li:after {
  right: 0;
}

.training2019Skill li video {
  left: 2px;
  position: relative;
}

.training2019Catch {
  text-align: center;
  width: 71vw;
  position: relative;
  z-index: 3;
  left: 11vw;
  top: -6vw;
}

.training2019Catch img {
  width: 100%;
}

.training2019SubTtl:before {
  content: "";
  display: inline-block;
  background: url(/news/images/2019/ico_training2019_subTtl.png) no-repeat;
  background-size: cover;
  width: 1.3em;
  height: 1.3em;
  position: absolute;
  left: calc(-1.1em - 0.5%);
  vertical-align: bottom;
}

.training2019SubTtl {
  position: relative;
  font-weight: bold;
  font-size: 1.8rem;
  color: #ffffff;
  line-height: 1.2;
  padding-bottom: 0.5em;
  text-shadow: 0 0 12px #ffd800, 0 0 12px #ffd800;
  margin-top: 2rem;
  margin-left: 6%;
  margin-right: 2%;
}

.training2019SubTtl + p {
  line-height: 1.8;
  margin-left: 6%;
  font-size: 0.9em;
  margin-right: 3%;
}

.training2019SubTtl em {
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  color: #ffffff;
}

.training2019Link {
  margin: 0 0 0 6%;
  position: relative;
  z-index: 3;
  max-width: 200px;
  width: 33%;
}

/*=============================================
News - タブ切り替え
=============================================*/
.jobtabs {
  position: relative;
  margin-top: 2rem;
}

.jobtabs input[type="radio"] {
  position: absolute;
  z-index: 1000;
  width: 49%;
  left: 0px;
  top: 0px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
}

.jobtabs input[type="radio"]:nth-of-type(2) {
  right: 0;
  left: initial;
}

.jobtabs label {
  background: #fefefe;
  font-size: 1rem;
  position: relative;
  padding: 10px 0;
  width: 49%;
  color: #ea4200;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
  border-radius: 3px 3px 0 0;
  min-width: 120px;
  border: 1px solid #ea4200;
  display: table-cell;
  float: left;
  margin-right: 1%;
  height: 50px;
  vertical-align: middle;
  line-height: 30px;
  z-index: 100;
}

.jobtabs input[type="radio"]:checked + label {
  background: #ea4200;
  z-index: 6;
  box-sizing: border-box;
  color: #fff;
}

.jobtabs label:first-of-type {
  z-index: 4;
}

.jobtabs label:nth-of-type(2) {
  margin-right: 0%;
  margin-left: 1%;
}

.jobtabs .newsProduct {
  border-top: 2px solid #ea4200;
  position: relative;
  bottom: 1px;
  z-index: 7;
  background: #f9f9f9;
}

.jobtabs .newsProduct tbody {
  padding: 1em 1em 1.5em;
  display: block;
}

.jobtabs .newsProduc tr > td:first-child {
  margin-top: 1rem;
  background: transparent;
}
.tabcontent1 .newsProduct,
.tabcontent2 .newsProduct {
  opacity: 0;
  transition: opacity linear 0.1s;
}
.tabcontent2 {
  position: absolute;
  top: 50px;
  left: 0;
}

input.tabselec1[type="radio"]:checked ~ .tabcontent1 .newsProduct,
input.tabselec2[type="radio"]:checked ~ .tabcontent2 .newsProduct {
  opacity: 1;
  transition: opacity linear 0.1s;
}

/*=======================================
gdpr
========================================*/
.cc-window .cc-message {
  font-size: 1.3rem !important;
  border-left: 2px solid #d15a2b;
  padding-left: 0.5rem;
}

.cc-compliance a.cc-btn {
  font-size: 1.3rem;
  font-weight: normal;
  border-width: 1px;
}
.cc-compliance a.cc-btn:before {
  font-family: "FontAwesome";
  content: "\f00c ";
  padding-right: 0.3rem;
  color: #5cd610;
}
.cc-compliance a.cc-btn:hover {
  background: #fefefe;
  color: #333;
}
.cc-message .cc-link {
  padding: 0;
  display: inline;
  position: relative;
  padding-right: 8px;
  background: url(https://www.toylogic.co.jp/common/images/bg_langarrow.gif)
    no-repeat center right;
}
body .cc-revoke,
body .cc-window {
  font-size: 1.1rem !important;
}

body .cc-window.cc-floating {
  padding: 3%;
}

/*=======================================
skeloton screen
========================================*/
.skeleton {
  width: 100%;
  height: 100%;
  background: #ececec;
  position: relative;
  overflow: hidden;
}
.skeleton img {
  position: relative;
  opacity: 1;
  transition: opacity 0.3s;
}
.skeleton::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.5),
    transparent
  );
  position: absolute;
  top: 0;
  left: 0;
  animation: skeleton-animation 1.2s linear infinite;
}
@keyframes skeleton-animation {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
