@charset "UTF-8";
/*===========================================
Clear Settings
===========================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", sans-serif;
  line-height: 2.0;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  border: 0;
  color: #333333;
}

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

body {
  line-height: 1;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

.smp h1, .smp h2, .smp h3, .smp h4, .smp h5, .smp h6, .smp p, .smp li, .smp dt, .smp dd, .smp th, .smp td, .smp span, .smp strong, .smp em {
  font-weight: bold !important;
}

p, li {
  margin-bottom: 2%;
  text-align: left;
}

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

th, td {
  text-align: left;
  vertical-align: top;
}

strong {
  font-weight: normal;
}

em {
  font-style: normal;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select, textarea {
  vertical-align: middle;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", sans-serif;
  border: 1px solid #cccccc;
}

img {
  max-width: 100%;
  vertical-align: top;
  border: none;
}

sup {
  position: relative;
  top: -4px;
}

sub {
  position: relative;
  top: 1px;
}

strong {
  letter-spacing: 2px;
  color: #2a79db;
}

em {
  background-image: -moz-linear-gradient(top, transparent 60%, rgba(129, 176, 234, 0) 0%, #81b0ea 100%);
  background-image: -ms-linear-gradient(top, transparent 60%, rgba(129, 176, 234, 0) 0%, #81b0ea 100%);
  background-image: -o-linear-gradient(top, transparent 60%, rgba(129, 176, 234, 0) 0%, #81b0ea 100%);
  background-image: -webkit-gradient(linear, center top, center bottom, from(60%, transparent), to(rgba(129, 176, 234, 0) 0%, #81b0ea 100%));
  background-image: -webkit-linear-gradient(top, transparent 60%, rgba(129, 176, 234, 0) 0%, #81b0ea 100%);
  background-image: linear-gradient(top, transparent, 60% rgba(129, 176, 234, 0) 0%, #81b0ea 100%);
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
a:link {
  text-decoration: underline;
  color: #1e61b4;
}
a:visited {
  text-decoration: underline;
  color: #1e61b4;
}
a:active {
  text-decoration: underline;
  color: #1e61b4;
}
a:hover {
  text-decoration: none;
  color: #4b8ee1;
}
a:focus {
  -moz-outline-style: none;
}
a img {
  vertical-align: top;
  border: none;
}

::-moz-selection {
  text-shadow: none !important;
  background: #e5effb;
}

::selection {
  text-shadow: none !important;
  background: #e5effb;
}

/*===========================================
Base Layout
===========================================*/
main {
  position: relative;
  display: flex;
  flex: 1 0 auto;
  max-width: 2500px;
  min-height: 90vh;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
@media screen and (min-width: 0) and (max-width: 921px) {
  main {
    display: block;
    width: 100%;
    min-height: auto;
    padding-right: 0;
    padding-left: 0;
  }
}
main #contents {
  flex: 1 0 0;
}
main #contents > * {
  padding: 50px 10%;
  background: #f7fcfe;
}
@media (max-width: 922px) {
  main #contents > * {
    padding: 50px 5%;
  }
}
main #contents > *:nth-child(even) {
  background: #c2e6fa;
}
main.true-left-side #contents {
  padding-left: 0;
}
main.true-right-side #contents {
  padding-right: 0;
}

aside {
  position: relative;
  flex: 0 1 240px;
  z-index: 1;
}
aside#side-l {
  order: -1;
  margin-left: 6%;
}
aside#side-r {
  margin-right: 6%;
}

/*===========================================
Header Area Setting
===========================================*/
header {
  position: fixed;
  top: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 99;
}
header #header {
  padding-left: 6%;
  padding-right: 6%;
}
header #logo {
  position: fixed;
  top: 15px;
  padding: 0 30px;
}
@media screen and (min-width: 0) and (max-width: 921px) {
  header #logo {
    padding: 0 10px;
  }
}
header #logo h1 {
  margin: 0;
}
header #logo img {
  width: auto;
  height: 50px;
}

.is-fixed #header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.sp header #header {
  padding-left: 10px;
  padding-right: 10px;
  zoom: 1;
}
.sp header #header:before, .sp header #header:after {
  content: "";
  display: table;
}
.sp header #header:after {
  clear: both;
}
.sp header #logo {
  top: 10px;
}
.sp header #logo img {
  height: 35px;
}

/*===========================================
Footer Area Setting
===========================================*/
footer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background: #fafafa;
  border-top: 1px solid #eaeaea;
  z-index: 1;
}
footer #footer {
  width: 88%;
  max-width: 2500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 0) and (max-width: 921px) {
  footer #footer {
    width: 100%;
  }
}
@media screen and (min-width: 0) and (max-width: 921px) {
  footer #footer {
    padding: 0 20px;
  }
}
footer #footer #fnav {
  padding: 30px 0;
}
footer #footer #fnav > ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 433px) {
  footer #footer #fnav > ul {
    display: block;
  }
}
footer #footer #fnav > ul > li {
  width: 25%;
  margin: 0;
  padding: 10px;
}
@media screen and (min-width: 0) and (max-width: 921px) {
  footer #footer #fnav > ul > li {
    width: 50%;
  }
}
@media screen and (max-width: 433px) {
  footer #footer #fnav > ul > li {
    width: 100%;
    text-align: center;
  }
}
footer #footer #fnav > ul > li ul {
  padding: 5px 0;
}
@media screen and (max-width: 433px) {
  footer #footer #fnav > ul > li ul {
    display: none;
  }
}
footer #footer #fnav > ul > li ul li {
  margin: 0;
}
footer #footer #fnav > ul > li ul a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #888888;
}
footer #footer #fnav > ul > li ul a span {
  color: inherit;
}
footer #footer #fnav > ul > li ul a span:hover {
  color: #1e61b4;
}
footer #footer #fnav > ul a {
  display: block;
  position: relative;
  padding: 0 5px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  font-family: "Yu Mincho", "YuMincho", serif;
  text-decoration: none;
  color: #111111;
}
footer #footer #fnav > ul a span {
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: inherit;
  font-family: inherit;
}
footer #footer #fnav > ul a span:hover {
  color: #adcbf1;
}
footer #footer-bottom {
  zoom: 1;
  padding: 15px 0;
  background: #1e61b4;
}
footer #footer-bottom:before, footer #footer-bottom:after {
  content: "";
  display: table;
}
footer #footer-bottom:after {
  clear: both;
}
footer #footer-bottom #cnav {
  float: left;
  flex: auto;
  padding: 15px 0;
}
@media screen and (min-width: 0) and (max-width: 921px) {
  footer #footer-bottom #cnav {
    display: block;
    float: none;
    text-align: center;
  }
}
footer #footer-bottom #cnav ul {
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 433px) {
  footer #footer-bottom #cnav ul {
    display: flex;
  }
}
footer #footer-bottom #cnav li {
  display: inline-block;
  margin: 0;
  margin-right: 20px;
}
@media screen and (max-width: 433px) {
  footer #footer-bottom #cnav li {
    width: 50%;
    margin: 0;
    text-align: center;
  }
}
footer #footer-bottom #cnav a {
  display: block;
  position: relative;
  padding: 0 5px;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  text-decoration: none;
  color: #111111;
}
footer #footer-bottom #cnav a span {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: inherit;
  font-family: inherit;
}
footer #footer-bottom #cnav a span:hover {
  color: rgba(0, 0, 0, 0.5);
}
footer #footer-bottom #copy {
  display: block;
  padding: 15px 10px;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: 'Times New Roman', serif;
  text-align: center;
  color: #ffffff;
}

/*===========================================
Common Setting Area
===========================================*/
#contents > * > h1 {
  position: relative;
  margin-bottom: 5%;
  font-size: 26px;
  font-size: 1.625rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  text-align: center;
  line-height: 1.61;
}
#contents > * > h1:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 60px;
  height: 1px;
  background: #dedede;
}
#contents > * > h2 {
  position: relative;
  margin-bottom: 5%;
  font-size: 26px;
  font-size: 1.625rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  text-align: center;
  line-height: 1.61;
}
#contents > * > h2:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 60px;
  height: 1px;
  background: #dedede;
}
#contents > * > h3 {
  position: relative;
  margin-bottom: 5%;
  font-size: 26px;
  font-size: 1.625rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  text-align: center;
  line-height: 1.61;
}
#contents > * > h3:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 60px;
  height: 1px;
  background: #dedede;
}
#contents > * > h4 {
  position: relative;
  margin-bottom: 5%;
  font-size: 26px;
  font-size: 1.625rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  text-align: center;
  line-height: 1.61;
}
#contents > * > h4:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 60px;
  height: 1px;
  background: #dedede;
}
#contents > * > h5 {
  position: relative;
  margin-bottom: 5%;
  font-size: 26px;
  font-size: 1.625rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  text-align: center;
  line-height: 1.61;
}
#contents > * > h5:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 60px;
  height: 1px;
  background: #dedede;
}
#contents > * > h6 {
  position: relative;
  margin-bottom: 5%;
  font-size: 26px;
  font-size: 1.625rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  text-align: center;
  line-height: 1.61;
}
#contents > * > h6:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 60px;
  height: 1px;
  background: #dedede;
}

/*===========================================
Notes Setting Area
===========================================*/
.notes {
  margin: 8px 0;
  padding: 8px 0;
  list-style: none;
}
.notes li {
  margin-bottom: 1%;
  padding-left: 1em;
  font-size: 14px;
  font-size: 0.875rem;
  text-indent: -1.5em;
  line-height: 1.3;
  color: #888888;
}
.notes li:before {
  content: "  ※";
  padding: 0 5px;
}
.notes.number li {
  counter-increment: num 1;
  text-indent: -1.4em;
}
.notes.number li:before {
  content: counter(num);
}
.notes.alpha li {
  counter-increment: num 1;
  text-indent: -1.3em;
}
.notes.alpha li:before {
  content: counter(num,lower-alpha);
}

@font-face {
  font-family: 'icomoon';
  src: url("/fonts/icomoon.eot?-9gbcbi");
  src: url("/fonts/icomoon.eot?#iefix-9gbcbi") format("embedded-opentype"), url("/fonts/icomoon.woff?-9gbcbi") format("woff"), url("/fonts/icomoon.ttf?-9gbcbi") format("truetype"), url("/fonts/icomoon.svg?-9gbcbi#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\ea01";
}

.icon-arrow:before {
  content: "\ea02";
}

.icon-close:before {
  content: "\ea03";
}

.icon-check:before {
  content: "\ea04";
}

.icon-plus:before {
  content: "\ea05";
}

.icon-minus:before {
  content: "\ea06";
}

.icon-menu:before {
  content: "\ea07";
}

.icon-loupe:before {
  content: "\ea08";
}

.icon-sitemap:before {
  content: "\ea09";
}

.icon-tel:before {
  content: "\ea10";
}

.icon-mail:before {
  content: "\ea11";
}

.icon-cart:before {
  content: "\ea12";
}

.icon-logout:before {
  content: "\ea13";
}

.icon-login:before {
  content: "\ea14";
}

.icon-man:before {
  content: "\ea15";
}

.icon-setting:before {
  content: "\ea16";
}

.icon-facebook:before {
  content: "\ea17";
}

.icon-twitter:before {
  content: "\ea18";
}

.icon-instagram:before {
  content: "\ea19";
}

/*===========================================
Parts Form
===========================================*/
form .form-group {
  padding: 1em;
}
form .form-group input[type="text"], form .form-group input[type="password"], form .form-group textarea {
  width: 100%;
}
form .form-group input, form .form-group select, form .form-group textarea {
  vertical-align: middle;
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid #cccccc;
}
form .form-group input[type="text"], form .form-group input[type="file"], form .form-group input[type="password"], form .form-group textarea {
  margin-bottom: 10px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: #333333;
}
form .form-group input[type="text"].error, form .form-group input[type="file"].error, form .form-group input[type="password"].error, form .form-group textarea.error {
  background: #ffe5e5;
  -webkit-box-shadow: 0 0 10px 0 #f80000;
  -moz-box-shadow: 0 0 10px 0 #f80000;
  -ms-box-shadow: 0 0 10px 0 #f80000;
  -o-box-shadow: 0 0 10px 0 #f80000;
  box-shadow: 0 0 10px 0 #f80000;
  border: 1px solid #ffe5e5;
  color: #111111;
}
form .form-group input[type="text"]:focus, form .form-group input[type="file"]:focus, form .form-group input[type="password"]:focus, form .form-group textarea:focus {
  -webkit-box-shadow: 0 0 10px 0 #3498db;
  -moz-box-shadow: 0 0 10px 0 #3498db;
  -ms-box-shadow: 0 0 10px 0 #3498db;
  -o-box-shadow: 0 0 10px 0 #3498db;
  box-shadow: 0 0 10px 0 #3498db;
  outline: 1px solid #9acced;
  border: 1px solid #9acced;
}
form .form-group label {
  display: block;
  margin-right: 10px;
  margin-bottom: 3px;
  text-align: left;
}
form .form-group label.required {
  line-height: 1.5;
}
form .form-group label.required:after {
  content: '*';
  margin: 0 10px;
  color: #d80000;
}
form .form-group span.example {
  display: block;
  margin-bottom: 3px;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: left;
  line-height: 1.2;
  color: #999999;
}
form .form-group .select {
  display: inline-block;
  position: relative;
}
form .form-group .select:after {
  content: "";
  font-family: "icomoon";
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  vertical-align: middle;
  pointer-events: none;
  transform: rotate(90deg);
  color: #888888;
}
form .form-group .select select {
  margin-bottom: 10px;
  padding: 5px 50px 5px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-align: left !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #cccccc;
  color: #333333;
}
form .form-group .select select.error {
  background: #ffe5e5;
  -webkit-box-shadow: 0 0 10px 0 #f80000;
  -moz-box-shadow: 0 0 10px 0 #f80000;
  -ms-box-shadow: 0 0 10px 0 #f80000;
  -o-box-shadow: 0 0 10px 0 #f80000;
  box-shadow: 0 0 10px 0 #f80000;
  border: 1px solid #ffe5e5;
}
form .form-group .select select:focus {
  -webkit-box-shadow: 0 0 10px 0 #3498db;
  -moz-box-shadow: 0 0 10px 0 #3498db;
  -ms-box-shadow: 0 0 10px 0 #3498db;
  -o-box-shadow: 0 0 10px 0 #3498db;
  box-shadow: 0 0 10px 0 #3498db;
  outline: 1px solid #9acced;
  border: 1px solid #9acced;
}
form .form-group .select select::-ms-expand {
  display: none;
}
form .form-group .check {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  line-height: 1.6;
}
form .form-group .check:before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 7px;
  width: 4px;
  height: 9px;
  line-height: 10px;
  text-align: center;
  border-right: 2px solid #d80000;
  border-bottom: 2px solid #d80000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  z-index: 1;
}
form .form-group .check:after {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #cccccc;
}
form .form-group .radio {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  line-height: 1.6;
}
form .form-group .radio:before {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
  width: 9px;
  height: 9px;
  line-height: 9px;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  background: #d80000;
  opacity: 0;
  z-index: 1;
}
form .form-group .radio:after {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #cccccc;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
form .form-group .form-check input[type=checkbox] {
  display: none;
}
form .form-group .form-check input[type=checkbox]:checked + .check span {
  color: #d80000;
}
form .form-group .form-check input[type=checkbox]:checked + .check:before {
  opacity: 1;
}
form .form-group .form-check input[type=radio] {
  display: none;
}
form .form-group .form-check input[type=radio]:checked + .radio span {
  color: #d80000;
}
form .form-group .form-check input[type=radio]:checked + .radio:before {
  opacity: 1;
}
form .form-group input[type="checkbox"], form .form-group input[type="radio"] {
  position: absolute;
  top: 12px;
  left: -23px;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 24px 0px #ffffff;
  -moz-box-shadow: 24px 0px #ffffff;
  -ms-box-shadow: 24px 0px #ffffff;
  -o-box-shadow: 24px 0px #ffffff;
  box-shadow: 24px 0px #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  z-index: 2;
}
form .form-group input[type="checkbox"]:checked, form .form-group input[type="radio"]:checked {
  box-shadow: none;
}
form .form-group input[type="checkbox"].error + label:before, form .form-group input[type="radio"].error + label:before {
  top: 3px;
  left: 7px;
}
form .form-group input[type="checkbox"].error + label:after, form .form-group input[type="radio"].error + label:after {
  left: 1px;
  background: #ffe5e5;
  -webkit-box-shadow: 0 0 10px 0 #f80000;
  -moz-box-shadow: 0 0 10px 0 #f80000;
  -ms-box-shadow: 0 0 10px 0 #f80000;
  -o-box-shadow: 0 0 10px 0 #f80000;
  box-shadow: 0 0 10px 0 #f80000;
  border: 1px solid #ffe5e5;
}
form .form-group input[type="radio"].error + label:before {
  top: 5px;
  left: 5px;
}
form .form-group .upload-area {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
form .form-group .upload-area > span {
  padding: 0.9em 1.8em;
  line-height: 1;
  background: #1e61b4;
  background-image: -moz-linear-gradient(top, #226dca 0%, #1e61b4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #226dca), color-stop(100%, #1e61b4));
  background-image: -webkit-linear-gradient(top, #226dca 0%, #1e61b4 100%);
  background-image: -o-linear-gradient(top, #226dca 0%, #1e61b4 100%);
  background-image: -ms-linear-gradient(top, #226dca 0%, #1e61b4 100%);
  background-image: linear-gradient(to bottom, #226dca 0%, #1e61b4 100%);
  border: 1px solid #1a559e;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  property: 41.1764705882%;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  cursor: pointer;
  margin: 0 0 5px 10px;
  padding: 8px 16px;
  white-space: nowrap;
}
form .form-group .upload-area > span:active {
  -webkit-box-shadow: inset 3px 3px 3px 0 #15447e;
  -moz-box-shadow: inset 3px 3px 3px 0 #15447e;
  -ms-box-shadow: inset 3px 3px 3px 0 #15447e;
  -o-box-shadow: inset 3px 3px 3px 0 #15447e;
  box-shadow: inset 3px 3px 3px 0 #15447e;
}
form .form-group .upload-area > span:hover {
  background: #1e61b4;
  background-image: -moz-linear-gradient(top, #2a79db 0%, #226dca 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2a79db), color-stop(100%, #226dca));
  background-image: -webkit-linear-gradient(top, #2a79db 0%, #226dca 100%);
  background-image: -o-linear-gradient(top, #2a79db 0%, #226dca 100%);
  background-image: -ms-linear-gradient(top, #2a79db 0%, #226dca 100%);
  background-image: linear-gradient(to bottom, #2a79db 0%, #226dca 100%);
}
form .form-group .upload-area > span.delete {
  padding: 0.9em 1.8em;
  line-height: 1;
  background: #dddddd;
  background-image: -moz-linear-gradient(top, #eaeaea 0%, #dddddd 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaeaea), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(top, #eaeaea 0%, #dddddd 100%);
  background-image: -o-linear-gradient(top, #eaeaea 0%, #dddddd 100%);
  background-image: -ms-linear-gradient(top, #eaeaea 0%, #dddddd 100%);
  background-image: linear-gradient(to bottom, #eaeaea 0%, #dddddd 100%);
  border: 1px solid #d0d0d0;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  property: 86.6666666667%;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
  color: #000000;
  cursor: pointer;
  padding: 8px;
}
form .form-group .upload-area > span.delete:active {
  -webkit-box-shadow: inset 3px 3px 3px 0 #9b9b9b;
  -moz-box-shadow: inset 3px 3px 3px 0 #9b9b9b;
  -ms-box-shadow: inset 3px 3px 3px 0 #9b9b9b;
  -o-box-shadow: inset 3px 3px 3px 0 #9b9b9b;
  box-shadow: inset 3px 3px 3px 0 #9b9b9b;
}
form .form-group .upload-area > span.delete:hover {
  background: #dddddd;
  background-image: -moz-linear-gradient(top, #f7f7f7 0%, #eaeaea 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #eaeaea));
  background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #eaeaea 100%);
  background-image: -o-linear-gradient(top, #f7f7f7 0%, #eaeaea 100%);
  background-image: -ms-linear-gradient(top, #f7f7f7 0%, #eaeaea 100%);
  background-image: linear-gradient(to bottom, #f7f7f7 0%, #eaeaea 100%);
}
form .form-group .upload-area > span.delete:before {
  content: "";
  font-family: "icomoon";
  vertical-align: middle;
  color: #888888;
}
form .form-group .upload-area input[type="file"] {
  display: none;
}
form .form-group .upload-area .text-box {
  order: -1;
  position: relative;
  width: 100%;
}
form .form-group .upload-area .text-box input[type="text"] {
  margin-bottom: 5px;
}
form .form-group .upload-area .text-box input[type="text"]:disabled {
  background: #ffffff;
}
form .form-group .upload-area .text-box input[type="text"].error {
  background: #ffe5e5;
}
form .form-group .upload-area .file-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 5px;
  cursor: pointer;
  background: none;
}
form .form-group .form-package {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 433px) {
  form .form-group .form-package {
    flex-wrap: wrap;
  }
}
form .form-group .form-package label {
  margin-left: 10px;
  margin-right: 10px;
  white-space: nowrap;
}
form .form-group .form-package label:first-child {
  margin-left: 0;
}
@media screen and (max-width: 433px) {
  form .form-group .form-package label {
    margin-left: 0;
  }
}
form .form-group .form-package + .example {
  margin-bottom: 15px;
}

/*===========================================
Parts List
===========================================*/
.parts-list {
  width: 100%;
  padding: 30px 0;
  overflow: hidden;
}

.parts-list-box {
  background: #ffffff;
}
.parts-list-box:first-child a {
  border-top: none;
}
.parts-list-box a {
  display: flex;
  align-items: flex-start;
  padding: 25px 0;
  text-decoration: none;
  border-top: 1px solid #efefef;
}
.parts-list-box a:hover .parts-list-image img {
  -webkit-transform: translate(-50%, -50%) scale(1.2, 1.2);
  -moz-transform: translate(-50%, -50%) scale(1.2, 1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2, 1.2);
  -o-transform: translate(-50%, -50%) scale(1.2, 1.2);
  transform: translate(-50%, -50%) scale(1.2, 1.2);
}
.parts-list-box .parts-list-text {
  margin-bottom: 5px;
  padding: 0 20px;
  text-align: left;
}
@media screen and (min-width: 0) and (max-width: 921px) {
  .parts-list-box .parts-list-text {
    padding: 0 10px;
  }
}
.parts-list-box .parts-list-text .parts-list-tag {
  display: inline-block;
  margin-bottom: 5px;
  padding: 2px 15px;
  line-height: 1;
  white-space: nowrap;
  background: #111111;
  color: #ffffff;
}
.parts-list-box .parts-list-text .parts-list-date {
  display: block;
  margin-bottom: 5px;
  line-height: 1;
  color: #999999;
}
.parts-list-box .parts-list-text .parts-list-title {
  display: block;
  margin-bottom: 5px;
}
.parts-list-box .parts-list-image {
  flex: 0 0 20%;
  order: -1;
  position: relative;
  margin-left: 20px;
  padding-right: 15px;
  overflow: hidden;
}
@media screen and (min-width: 0) and (max-width: 921px) {
  .parts-list-box .parts-list-image {
    flex: 0 0 30%;
  }
}
.parts-list-box .parts-list-image:before {
  content: "";
  display: block;
  padding-top: 70.7213578501%;
}
.parts-list-box .parts-list-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/*===========================================
Parts Table
===========================================*/
table {
  width: 100%;
  border-collapse: collapse;
}

tbody tr {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
tbody tr:hover {
  background: rgba(30, 97, 180, 0.1) !important;
}

th {
  padding: 10px 15px;
  line-height: 1.5;
  border: 1px solid #ccc;
}

td {
  padding: 10px 15px;
  line-height: 1.5;
  border: 1px solid #ccc;
}

caption {
  text-align: right;
}

.parts-table tbody > *:nth-child(even) {
  background: #f9f9f9;
}
.parts-table th {
  text-align: center;
  background: #1e61b4;
  color: #ffffff;
}
.parts-table.borderless {
  border: none;
}
.parts-table.borderless th, .parts-table.borderless td {
  border: none;
  border-bottom: 1px solid #cccccc;
}

/*===========================================
Parts Gallery
===========================================*/
.parts-gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.parts-gallery:after {
  content: '';
  display: block;
  width: 31.6666666667%;
}
@media screen and (min-width: 0) and (max-width: 921px) {
  .parts-gallery {
    display: block;
  }
}
.parts-gallery .parts-list-box {
  width: 31.6666666667%;
  margin-bottom: 30px;
  box-shadow: 0 2px 5px 0px #eaeaea;
  border: 1px solid #efefef;
}
@media screen and (min-width: 0) and (max-width: 921px) {
  .parts-gallery .parts-list-box {
    width: 100%;
  }
}
.parts-gallery .parts-list-box a {
  flex-direction: column;
  padding: 15px;
  border-top: none;
}
.parts-gallery .parts-list-box .parts-list-text {
  padding: 15px 0;
}
.parts-gallery .parts-list-box .parts-list-image {
  width: 100%;
  margin-left: 0;
}

/*===========================================
Grobal Navigation Area
===========================================*/
#gnav {
  position: relative;
  margin-left: 400px;
  text-align: right;
  box-sizing: border-box;
  overflow: hidden;
}
#gnav #gnavli {
  margin: 0;
  list-style: none;
  font-size: 0;
  white-space: nowrap;
}
#gnav li {
  display: inline-block;
  position: relative;
  margin: 0;
}
#gnav li > ul {
  position: absolute;
  text-align: left;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0px 1px 2px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0px 1px 2px 0 rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0px 1px 2px 0 rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0px 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0px 1px 2px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  opacity: 0;
  overflow: hidden;
}
#gnav li li {
  display: block;
  white-space: nowrap;
}
#gnav li li a {
  padding: 0;
}
#gnav li li a span {
  display: block;
  padding: 10px 20px;
  font-size: 15px;
  font-size: 0.9375rem;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#gnav li li a:hover span {
  background: #ffffff;
  color: #ffffff;
}
#gnav .haschild {
  position: relative;
  padding-right: 5px;
}
#gnav .haschild:after {
  content: "";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%) rotate(180deg);
  -moz-transform: translate(0, -50%) rotate(180deg);
  -ms-transform: translate(0, -50%) rotate(180deg);
  -o-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
}
#gnav a {
  display: block;
  position: relative;
  padding: 20px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  font-family: "游ゴシック", YuGothic, Hiragino Kaku Gothic ProN, Hiragino Sans, Noto Sans JP, BIZ UDPGothic, Meiryo, Helvetica Neue, Arial, sans-serif;
  text-decoration: none;
  color: #1e61b4;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#gnav a span {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}
#gnav .gnav-underbar {
  display: block;
  position: absolute;
  bottom: 25%;
  left: 0;
  width: 0;
  height: 1px;
  background: #1e61b4;
  pointer-events: none;
}

.is-fixed #gnav a:hover {
  background: #ffffff;
  color: #1e61b4;
}

/*===========================================
Side Grobal Navigation Area
===========================================*/
.sp #gnav {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  margin: auto;
  background: #1e61b4;
  overflow: hidden;
  overflow-y: auto;
  -webkit-transform: scale(5, 5);
  -moz-transform: scale(5, 5);
  -ms-transform: scale(5, 5);
  -o-transform: scale(5, 5);
  transform: scale(5, 5);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.sp #gnav #gnavli {
  display: table;
  margin: auto;
  padding: 100px 40px;
  background: transparent;
}
.sp #gnav #gnavli li {
  display: block;
}
.sp #gnav #gnavli li ul {
  position: static;
  height: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
  opacity: 1;
  overflow: hidden;
}
.sp #gnav #gnavli li ul span:before {
  content: "-";
  margin-right: 5px;
}
.sp #gnav a {
  display: block;
  padding: 20px 10px;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.sp #gnav a:hover {
  background: none;
}
.sp #gnav a:hover span {
  color: rgba(255, 255, 255, 0.5);
}
.sp #gnav span {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #ffffff;
}
.sp #gnav .haschild {
  position: relative;
}
.sp #gnav .haschild:after {
  display: none;
}
.sp #gnav .haschild .deploy {
  position: absolute;
  top: 20px;
  left: -30px;
}
.sp #gnav .haschild .deploy:before {
  content: "";
  font-family: "icomoon";
  display: block;
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  cursor: pointer;
}
.sp #gnav .haschild .deploy.opn:before {
  content: "";
  font-family: "icomoon";
}
.sp #smart-menu {
  float: right;
  padding: 10px;
}
.sp #smart-menu .menu {
  position: relative;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
}
.sp #smart-menu .menu:before, .sp #smart-menu .menu:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  margin-top: 1px;
  background: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sp #smart-menu .menu:before {
  top: 0;
}
.sp #smart-menu .menu:after {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.sp #smart-menu .menu span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
  text-align: center;
  line-height: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #ffffff;
}

.opn-menu::-webkit-scrollbar {
  display: none;
}
.opn-menu #gnav {
  height: 100vh;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
.opn-menu #smart-menu {
  position: fixed;
  top: 10px;
  right: 20px;
}
.opn-menu #smart-menu .menu:before {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #ffffff;
}
.opn-menu #smart-menu .menu:after {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background: #ffffff;
}
.opn-menu #smart-menu .menu span {
  display: block;
  position: static;
  line-height: 6;
  opacity: 0;
}

/*===========================================
Grobal Navigation Scrolbar Area
===========================================*/
#gnav .custom-scroll {
  position: relative;
  /* overflow: hidden; 動作確認の為非表示*/
}
#gnav .custom-scroll .scroll-wrap {
  margin-right: -17px;
  /* ブラウザスクロールバーを消す */
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#gnav .custom-scroll .scrollbar-area {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3px;
  /* 自作スクロールバーの幅 */
  background-color: #dddddd;
  overflow: hidden;
}
#gnav .custom-scroll .scrollbar {
  background-color: #1e61b4;
  cursor: pointer;
}
#gnav .custom-scroll .not_scrollbar .scroll-wrap {
  margin-right: -3px;
  /* オーバーレイスクロールバーの場合再調整 */
}
#gnav li .custom-scroll {
  position: absolute;
  height: 0;
  background: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  overflow: hidden;
}
#gnav li .scrollbar {
  height: 100px;
}

/*===========================================
Visual Area Setting
===========================================*/
#visual {
  position: relative;
  max-width: 2500px;
  width: 100%;
  height: 50vh;
  margin-left: auto;
  margin-right: auto;
  z-index: 0;
}
@media (max-width: 922px) {
  #visual {
    height: 25vh;
  }
}
#visual:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  box-shadow: 0 -4px 10px -4px rgba(0, 0, 0, 0.1) inset;
  z-index: 1;
  pointer-events: none;
}
#visual #visual-box {
  position: fixed;
  left: 0;
  right: 0;
  width: inherit;
  height: inherit;
  margin: 0 auto;
}
#visual #visual-box > * h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 30px;
  padding: 0 10%;
  font-size: 30px;
  font-size: 1.875rem;
  font-size: calc(30/16*100% + 0.5vw);
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", sans-serif;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  white-space: nowrap;
  line-height: 1.5;
  color: #ffffff;
  z-index: 1;
  animation: visual-fadein 3s ease-out forwards;
  animation-delay: 0.5s;
  opacity: 0;
}
#visual #visual-box > * p {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  margin-top: 30px;
  padding: 0 10%;
  font-size: 30px;
  font-size: 1.875rem;
  font-size: calc(30/16*100% + 0.5vw);
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", sans-serif;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.7), 0 0 10px rgba(255, 255, 255, 0.7), 0 0 10px rgba(255, 255, 255, 0.7), 0 0 10px rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  color: #333333;
  z-index: 1;
  animation: visual-fadein 3s ease-out forwards;
  animation-delay: 0.5s;
  opacity: 0;
}
#visual #visual-box > * p br {
  display: none;
}
@media (max-width: 922px) {
  #visual #visual-box > * p br {
    display: block;
  }
}
#visual #visual-box > * img {
  width: 100%;
  min-height: 100%;
  margin-top: -150px;
  object-fit: cover;
  object-position: bottom;
  animation: visual-fadein 3s ease-out forwards;
}
@media (max-width: 922px) {
  #visual #visual-box > * img {
    margin-top: 0;
  }
}
@keyframes visual-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#home #visual {
  height: 90vh;
}

/*===========================================
Header Customize
===========================================*/
header #logo {
  top: 10px;
}

.is-fixed #header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(34, 109, 202, 0.3);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/*===========================================
Heading2 Customize
===========================================*/
#contents > * > h2 {
  font-style: italic;
}
@media (max-width: 922px) {
  #contents > * > h2 {
    margin-bottom: 40px;
  }
}
#contents > * > h2:after {
  bottom: -10px;
  width: 100px;
  height: 2px;
  background: #1e61b4;
}

/*===========================================
Access Area Customize
===========================================*/
#achievements p:first-of-type {
  text-align: center;
}
@media (max-width: 922px) {
  #achievements p:first-of-type {
    text-align: left;
  }
}
#achievements .achievements-list {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 15px;
}
@media (max-width: 922px) {
  #achievements .achievements-list {
    display: block;
  }
}
#achievements .achievements-list li {
  flex: 0 0 calc(100%/3);
  list-style: none;
  padding-left: 15px;
  text-indent: -15px;
}
#achievements .achievements-list li:before {
  content: "・";
}
#achievements .achievements-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 15px;
}
@media (max-width: 922px) {
  #achievements .achievements-img {
    display: block;
  }
}
#achievements .achievements-img figure {
  flex: 0 0 calc(95%/3);
  margin-bottom: 10px;
}

/*===========================================
Access Area Customize
===========================================*/
#access .clm02 {
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}
@media (max-width: 922px) {
  #access .clm02 {
    height: 100%;
  }
}
#access .clm02 > * {
  flex: 0 0 50%;
  margin-left: 0;
  margin-right: 0;
}
#access #map {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}
@media (max-width: 922px) {
  #access #map {
    height: 300px;
  }
}
#access #map iframe {
  width: 100%;
  height: 100%;
}
#access figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/*===========================================
Copy Customize
===========================================*/
footer #footer-bottom #copy {
  padding: 0 10px;
}

/*===========================================
Buttom Customize
===========================================*/
.btn {
  padding: 0.9em 1.8em;
  line-height: 1;
  background: #1e61b4;
  background-image: -moz-linear-gradient(top, #226dca 0%, #1e61b4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #226dca), color-stop(100%, #1e61b4));
  background-image: -webkit-linear-gradient(top, #226dca 0%, #1e61b4 100%);
  background-image: -o-linear-gradient(top, #226dca 0%, #1e61b4 100%);
  background-image: -ms-linear-gradient(top, #226dca 0%, #1e61b4 100%);
  background-image: linear-gradient(to bottom, #226dca 0%, #1e61b4 100%);
  border: 1px solid #1a559e;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  property: 41.1764705882%;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  cursor: pointer;
  margin: 0 0 10px 10px;
  padding: 18px 50px;
  white-space: nowrap;
  text-decoration: none !important;
  color: #ffffff !important;
}
.btn:active {
  -webkit-box-shadow: inset 3px 3px 3px 0 #15447e;
  -moz-box-shadow: inset 3px 3px 3px 0 #15447e;
  -ms-box-shadow: inset 3px 3px 3px 0 #15447e;
  -o-box-shadow: inset 3px 3px 3px 0 #15447e;
  box-shadow: inset 3px 3px 3px 0 #15447e;
}
.btn:hover {
  background: #1e61b4;
  background-image: -moz-linear-gradient(top, #2a79db 0%, #226dca 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2a79db), color-stop(100%, #226dca));
  background-image: -webkit-linear-gradient(top, #2a79db 0%, #226dca 100%);
  background-image: -o-linear-gradient(top, #2a79db 0%, #226dca 100%);
  background-image: -ms-linear-gradient(top, #2a79db 0%, #226dca 100%);
  background-image: linear-gradient(to bottom, #2a79db 0%, #226dca 100%);
}
@media (max-width: 433px) {
  .btn {
    margin-left: 0;
  }
}

/*===========================================
Page Scroll Customize
===========================================*/
#page-scroll {
  display: none;
  position: fixed;
  bottom: 5%;
  right: 6%;
  width: 30px;
  height: 30px;
  border-top: 1px solid #111111;
  cursor: pointer;
  z-index: 1;
}
#page-scroll:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: rotate(-45deg);
  width: 13px;
  height: 13px;
  margin-top: -3px;
  margin-left: -7px;
  border-top: 1px solid #111111;
  border-right: 1px solid #111111;
}
#page-scroll span {
  display: none;
}

/*===========================================
Column Customize
===========================================*/
.clm02 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 922px) {
  .clm02 {
    display: block;
  }
}
.clm02 > * {
  margin: 10px 15px;
}
.clm02 .order01 {
  order: -1;
}

/*===========================================
Element Animation Customize
===========================================*/
.gimmick {
  opacity: 0;
  transition: transform 1s, opacity 1s, visibility 1s;
}

.gimmick-start.animation-fadein-left {
  opacity: 1;
  animation: fadeInLeft 1s ease 0.3s 1 normal backwards;
}
.gimmick-start.animation-fadein-right {
  opacity: 1;
  animation: fadeInRight 1s ease 0.3s 1 normal backwards;
}
.gimmick-start.animation-fadein-bottom {
  opacity: 1;
  animation: fadeIn 1s ease 0.3s 1 normal backwards;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-80px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(80px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(80px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*===========================================
Company Area
===========================================*/
#company table {
  margin: 20px 0;
}
#company table tbody > :nth-child(2n) {
  background: #eaf6fd;
}
#company table tbody th {
  padding: 25px 15px;
  vertical-align: middle;
  white-space: nowrap;
  background: none;
  border-bottom: 1px solid #1e61b4;
  color: #111111;
}
#company table tbody td {
  padding: 25px 15px;
  vertical-align: middle;
}
#company table tbody td ul {
  margin: 0;
  list-style: none;
}
#company table tbody td ul li {
  margin: 0;
  line-height: 1.5;
}
#company table tbody td a {
  padding: 0 10px;
  line-height: 1.5;
}

/*===========================================
Service Area
===========================================*/
#service table {
  margin: 20px 0;
}
#service table thead th {
  padding: 25px 15px;
  text-align: center;
  white-space: nowrap;
  background: #c2e6fa;
  color: #1e61b4;
}
#service table tbody > :nth-child(2n) {
  background: #eaf6fd;
}
#service table tbody th {
  padding: 25px 15px;
  text-align: center;
  vertical-align: middle;
  background: none;
  border-bottom: 1px solid #1e61b4;
  color: #111111;
}
@media (max-width: 922px) {
  #service table tbody th {
    text-align: left;
  }
}
#service table tbody td {
  padding: 25px 15px;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 922px) {
  #service table tbody td {
    text-align: left;
  }
}
#service table tbody td ul {
  margin: 0;
  list-style: none;
}
#service table tbody td ul li {
  margin: 0;
  line-height: 1.5;
}
#service table tbody td a {
  padding: 0 10px;
  line-height: 1.5;
}

/*===========================================
Company Area
===========================================*/
#recruit table {
  margin: 20px 0;
}
#recruit table tbody > :nth-child(2n) {
  background: #eaf6fd;
}
#recruit table tbody th {
  padding: 25px 35px;
  vertical-align: middle;
  white-space: nowrap;
  background: none;
  border-bottom: 1px solid #1e61b4;
  color: #111111;
}
@media (max-width: 922px) {
  #recruit table tbody th {
    padding: 25px 15px;
  }
}
#recruit table tbody td {
  padding: 25px 35px;
  vertical-align: middle;
}
@media (max-width: 922px) {
  #recruit table tbody td {
    padding: 25px 15px;
  }
}
#recruit table tbody td ul {
  margin: 0;
  list-style: none;
}
#recruit table tbody td ul li {
  margin: 0;
  line-height: 1.5;
}
#recruit table tbody td a {
  padding: 0 10px;
  line-height: 1.5;
}
#recruit #interview ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 25px 0;
}
@media (max-width: 922px) {
  #recruit #interview ul {
    display: block;
  }
}
#recruit #interview ul li {
  flex: 0 1 48%;
  display: flex;
  flex-wrap: nowrap;
  padding: 25px 0;
}
#recruit #interview ul li img {
  width: auto;
  height: 150px;
}
#recruit #interview ul li .interview-txt {
  padding: 0 25px;
}
@media (max-width: 922px) {
  #recruit #interview ul li .interview-txt {
    padding-right: 0;
  }
}
#recruit #interview ul li .interview-txt dl dd {
  color: #226dca;
}
#recruit #interview ul li span {
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
}
#recruit #schedule {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 25px 0;
}
@media (max-width: 922px) {
  #recruit #schedule {
    display: block;
    margin-bottom: 50px;
  }
}
#recruit #schedule > * {
  flex: 0 1 48%;
  text-align: center;
}
#recruit #schedule > * figure img {
  width: auto;
  height: 150px;
  margin-bottom: 15px;
}
#recruit #schedule > * figure figurecaption {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}
#recruit #schedule > * .timetable ol {
  list-style: none;
  border-left: 3px solid #cacaca;
}
#recruit #schedule > * .timetable ol li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 20px;
  line-height: 1.0;
}
#recruit #schedule > * .timetable ol li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -8px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  background: #1e61b4;
}
#recruit #schedule > * .timetable ol li span {
  display: block;
}
#recruit .contact-btn {
  margin: 50px 15px;
  text-align: center;
}

/*===========================================
Contact Area
===========================================*/
#contact .symbol-required {
  margin: 0 10px;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #1e61b4;
}
#contact #contact-form {
  padding: 0 10%;
}
@media (max-width: 922px) {
  #contact #contact-form {
    padding: 0;
  }
}
#contact form dl {
  display: flex;
  position: relative;
}
@media (max-width: 1400px) {
  #contact form dl {
    padding: 0 1%;
  }
}
@media (max-width: 1200px) {
  #contact form dl {
    display: block;
    padding: 0 5%;
  }
}
#contact form dl dt {
  flex: 0 0 30%;
  position: relative;
  padding: 35px 30px 20px 30px;
  font-weight: bold;
  white-space: nowrap;
  border-bottom: 1px solid #1e61b4;
}
#contact form dl dt .symbol-required {
  position: absolute;
  top: 35px;
  right: 0;
}
@media (max-width: 1200px) {
  #contact form dl dt {
    padding: 10px 0;
  }
  #contact form dl dt .symbol-required {
    top: 10px;
  }
}
#contact form dl dd {
  flex: 1 0 auto;
  padding: 30px 30px 20px 30px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 1200px) {
  #contact form dl dd {
    padding: 0 0 10px 0;
  }
}
#contact form input[type="text"], #contact form input[type="password"], #contact form input[type="email"], #contact form input[type="tel"], #contact form textarea {
  width: 100%;
}
#contact form input, #contact form select, #contact form textarea {
  vertical-align: middle;
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid #cccccc;
}
#contact form input[type="text"], #contact form input[type="file"], #contact form input[type="password"], #contact form input[type="email"], #contact form input[type="tel"], #contact form textarea {
  margin-bottom: 10px;
  padding: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: #333333;
}
#contact form input[type="text"].error, #contact form input[type="file"].error, #contact form input[type="password"].error, #contact form input[type="email"].error, #contact form input[type="tel"].error, #contact form textarea.error {
  background: #ffe5e5;
  -webkit-box-shadow: 0 0 10px 0 #f80000;
  -moz-box-shadow: 0 0 10px 0 #f80000;
  -ms-box-shadow: 0 0 10px 0 #f80000;
  -o-box-shadow: 0 0 10px 0 #f80000;
  box-shadow: 0 0 10px 0 #f80000;
  border: 1px solid #ffe5e5;
  color: #111111;
}
#contact form input[type="text"]:focus, #contact form input[type="file"]:focus, #contact form input[type="password"]:focus, #contact form input[type="email"]:focus, #contact form input[type="tel"]:focus, #contact form textarea:focus {
  -webkit-box-shadow: 0 0 10px 0 #3498db;
  -moz-box-shadow: 0 0 10px 0 #3498db;
  -ms-box-shadow: 0 0 10px 0 #3498db;
  -o-box-shadow: 0 0 10px 0 #3498db;
  box-shadow: 0 0 10px 0 #3498db;
  outline: 1px solid #9acced;
  border: 1px solid #9acced;
}
#contact form label {
  display: block;
  margin-right: 10px;
  margin-bottom: 3px;
  text-align: left;
}
#contact form label.required {
  line-height: 1.5;
}
#contact form label.required:after {
  content: '*';
  margin: 0 10px;
  color: #d80000;
}
#contact form span.example {
  display: block;
  margin-bottom: 3px;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: left;
  line-height: 1.2;
  color: #999999;
}
#contact form span.error_blank {
  display: block;
  margin-bottom: 3px;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: left;
  line-height: 1.2;
  color: #d80000;
}
#contact form .select {
  display: inline-block;
  position: relative;
}
#contact form .select:after {
  content: "";
  font-family: "icomoon";
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  vertical-align: middle;
  pointer-events: none;
  transform: rotate(90deg);
  color: #888888;
}
#contact form .select select {
  margin-bottom: 10px;
  padding: 5px 50px 5px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-align: left !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #cccccc;
  color: #333333;
}
#contact form .select select.error {
  background: #ffe5e5;
  -webkit-box-shadow: 0 0 10px 0 #f80000;
  -moz-box-shadow: 0 0 10px 0 #f80000;
  -ms-box-shadow: 0 0 10px 0 #f80000;
  -o-box-shadow: 0 0 10px 0 #f80000;
  box-shadow: 0 0 10px 0 #f80000;
  border: 1px solid #ffe5e5;
}
#contact form .select select:focus {
  -webkit-box-shadow: 0 0 10px 0 #3498db;
  -moz-box-shadow: 0 0 10px 0 #3498db;
  -ms-box-shadow: 0 0 10px 0 #3498db;
  -o-box-shadow: 0 0 10px 0 #3498db;
  box-shadow: 0 0 10px 0 #3498db;
  outline: 1px solid #9acced;
  border: 1px solid #9acced;
}
#contact form .select select::-ms-expand {
  display: none;
}
#contact form .check {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  line-height: 1.6;
}
#contact form .check:before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 7px;
  width: 4px;
  height: 9px;
  line-height: 10px;
  text-align: center;
  border-right: 2px solid #5488e2;
  border-bottom: 2px solid #5488e2;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  z-index: 1;
}
#contact form .check:after {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #cccccc;
}
#contact form .radio {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  line-height: 1.6;
}
#contact form .radio:before {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
  width: 9px;
  height: 9px;
  line-height: 9px;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  background: #5488e2;
  opacity: 0;
  z-index: 1;
}
#contact form .radio:after {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #cccccc;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
#contact form .form-check input[type=checkbox] {
  display: none;
}
#contact form .form-check input[type=checkbox]:checked + .check span {
  color: #d80000;
}
#contact form .form-check input[type=checkbox]:checked + .check:before {
  opacity: 1;
}
#contact form .form-check input[type=radio] {
  display: none;
}
#contact form .form-check input[type=radio]:checked + .radio span {
  color: #d80000;
}
#contact form .form-check input[type=radio]:checked + .radio:before {
  opacity: 1;
}
#contact form input[type="checkbox"], #contact form input[type="radio"] {
  position: absolute;
  top: 12px;
  left: -23px;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 24px 0px #ffffff;
  -moz-box-shadow: 24px 0px #ffffff;
  -ms-box-shadow: 24px 0px #ffffff;
  -o-box-shadow: 24px 0px #ffffff;
  box-shadow: 24px 0px #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  z-index: 2;
}
#contact form input[type="checkbox"]:checked, #contact form input[type="radio"]:checked {
  box-shadow: none;
}
#contact form input[type="checkbox"].error + label:before, #contact form input[type="radio"].error + label:before {
  top: 3px;
  left: 7px;
}
#contact form input[type="checkbox"].error + label:after, #contact form input[type="radio"].error + label:after {
  left: 1px;
  background: #ffe5e5;
  -webkit-box-shadow: 0 0 10px 0 #f80000;
  -moz-box-shadow: 0 0 10px 0 #f80000;
  -ms-box-shadow: 0 0 10px 0 #f80000;
  -o-box-shadow: 0 0 10px 0 #f80000;
  box-shadow: 0 0 10px 0 #f80000;
  border: 1px solid #ffe5e5;
}
#contact form input[type="radio"].error + label:before {
  top: 5px;
  left: 5px;
}
#contact form .upload-area {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
#contact form .upload-area > span {
  padding: 0.9em 1.8em;
  line-height: 1;
  background: #226dca;
  background-image: -moz-linear-gradient(top, #2a79db 0%, #226dca 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2a79db), color-stop(100%, #226dca));
  background-image: -webkit-linear-gradient(top, #2a79db 0%, #226dca 100%);
  background-image: -o-linear-gradient(top, #2a79db 0%, #226dca 100%);
  background-image: -ms-linear-gradient(top, #2a79db 0%, #226dca 100%);
  background-image: linear-gradient(to bottom, #2a79db 0%, #226dca 100%);
  border: 1px solid #1e61b4;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  property: 46.1764705882%;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  cursor: pointer;
  margin: 0 0 5px 10px;
  padding: 8px 16px;
  white-space: nowrap;
}
#contact form .upload-area > span:active {
  -webkit-box-shadow: inset 3px 3px 3px 0 #184c8d;
  -moz-box-shadow: inset 3px 3px 3px 0 #184c8d;
  -ms-box-shadow: inset 3px 3px 3px 0 #184c8d;
  -o-box-shadow: inset 3px 3px 3px 0 #184c8d;
  box-shadow: inset 3px 3px 3px 0 #184c8d;
}
#contact form .upload-area > span:hover {
  background: #226dca;
  background-image: -moz-linear-gradient(top, #3f87df 0%, #2a79db 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f87df), color-stop(100%, #2a79db));
  background-image: -webkit-linear-gradient(top, #3f87df 0%, #2a79db 100%);
  background-image: -o-linear-gradient(top, #3f87df 0%, #2a79db 100%);
  background-image: -ms-linear-gradient(top, #3f87df 0%, #2a79db 100%);
  background-image: linear-gradient(to bottom, #3f87df 0%, #2a79db 100%);
}
#contact form .upload-area > span.delete {
  padding: 0.9em 1.8em;
  line-height: 1;
  background: #dddddd;
  background-image: -moz-linear-gradient(top, #eaeaea 0%, #dddddd 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaeaea), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(top, #eaeaea 0%, #dddddd 100%);
  background-image: -o-linear-gradient(top, #eaeaea 0%, #dddddd 100%);
  background-image: -ms-linear-gradient(top, #eaeaea 0%, #dddddd 100%);
  background-image: linear-gradient(to bottom, #eaeaea 0%, #dddddd 100%);
  border: 1px solid #d0d0d0;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  property: 86.6666666667%;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
  color: #000000;
  cursor: pointer;
  padding: 8px;
}
#contact form .upload-area > span.delete:active {
  -webkit-box-shadow: inset 3px 3px 3px 0 #9b9b9b;
  -moz-box-shadow: inset 3px 3px 3px 0 #9b9b9b;
  -ms-box-shadow: inset 3px 3px 3px 0 #9b9b9b;
  -o-box-shadow: inset 3px 3px 3px 0 #9b9b9b;
  box-shadow: inset 3px 3px 3px 0 #9b9b9b;
}
#contact form .upload-area > span.delete:hover {
  background: #dddddd;
  background-image: -moz-linear-gradient(top, #f7f7f7 0%, #eaeaea 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #eaeaea));
  background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #eaeaea 100%);
  background-image: -o-linear-gradient(top, #f7f7f7 0%, #eaeaea 100%);
  background-image: -ms-linear-gradient(top, #f7f7f7 0%, #eaeaea 100%);
  background-image: linear-gradient(to bottom, #f7f7f7 0%, #eaeaea 100%);
}
#contact form .upload-area > span.delete:before {
  content: "";
  font-family: "icomoon";
  vertical-align: middle;
  color: #888888;
}
#contact form .upload-area input[type="file"] {
  display: none;
}
#contact form .upload-area .text-box {
  order: -1;
  position: relative;
  width: 100%;
}
#contact form .upload-area .text-box input[type="text"] {
  margin-bottom: 5px;
}
#contact form .upload-area .text-box input[type="text"]:disabled {
  background: #ffffff;
}
#contact form .upload-area .text-box input[type="text"].error {
  background: #ffe5e5;
}
#contact form .upload-area .file-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 5px;
  cursor: pointer;
  background: none;
}
#contact form .form-package {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 433px) {
  #contact form .form-package {
    flex-wrap: wrap;
  }
}
#contact form .form-package label {
  margin-left: 10px;
  margin-right: 10px;
  white-space: nowrap;
}
#contact form .form-package label:first-child {
  margin-left: 0;
}
@media screen and (max-width: 433px) {
  #contact form .form-package label {
    margin-left: 0;
  }
}
#contact form .form-package + .example {
  margin-bottom: 15px;
}
#contact .btn {
  padding: 0.9em 1.8em;
  line-height: 1;
  background: #1e61b4;
  background-image: -moz-linear-gradient(top, #226dca 0%, #1e61b4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #226dca), color-stop(100%, #1e61b4));
  background-image: -webkit-linear-gradient(top, #226dca 0%, #1e61b4 100%);
  background-image: -o-linear-gradient(top, #226dca 0%, #1e61b4 100%);
  background-image: -ms-linear-gradient(top, #226dca 0%, #1e61b4 100%);
  background-image: linear-gradient(to bottom, #226dca 0%, #1e61b4 100%);
  border: 1px solid #1a559e;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  property: 41.1764705882%;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  cursor: pointer;
  margin: 0 0 10px 10px;
  padding: 11px 16px;
  white-space: nowrap;
  text-decoration: none;
}
#contact .btn:active {
  -webkit-box-shadow: inset 3px 3px 3px 0 #15447e;
  -moz-box-shadow: inset 3px 3px 3px 0 #15447e;
  -ms-box-shadow: inset 3px 3px 3px 0 #15447e;
  -o-box-shadow: inset 3px 3px 3px 0 #15447e;
  box-shadow: inset 3px 3px 3px 0 #15447e;
}
#contact .btn:hover {
  background: #1e61b4;
  background-image: -moz-linear-gradient(top, #2a79db 0%, #226dca 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2a79db), color-stop(100%, #226dca));
  background-image: -webkit-linear-gradient(top, #2a79db 0%, #226dca 100%);
  background-image: -o-linear-gradient(top, #2a79db 0%, #226dca 100%);
  background-image: -ms-linear-gradient(top, #2a79db 0%, #226dca 100%);
  background-image: linear-gradient(to bottom, #2a79db 0%, #226dca 100%);
}
@media (max-width: 433px) {
  #contact .btn {
    margin-left: 0;
  }
}
#contact #form_submit {
  margin: 30px 0;
  text-align: center;
}
#contact #form_submit .btn {
  padding: 18px 50px;
}

/*# sourceMappingURL=style.css.map */
