/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
  }

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
  }

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
  }

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[type="search"] {
  -webkit-appearance: textfield;
    outline-offset: -2px;
  }

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
    font: inherit;
  }

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* ここから */
* {
  box-sizing: border-box;
}

body{
  color: #2c2d2d;
  background: #fff;
  padding: 1em 1em 0;;
  font-size: 14px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.8;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
img[src$=".svg"] {
    width: 100%;
}
a{
  color: inherit;
}
/* common */

.nobraking{
  display: inline-block;
  white-space: nowrap;
}


/* header */

.hdr::before{
  content: "";
  position:fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 3.5em;
  background: #fff;
  box-shadow: 0 0 1.5em rgba(0,0,0,0.2);
}
.hdr::after{
  content: "";
  position:fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 3.5em;
  background: #fff;
  box-shadow: 0 0 1.5em rgba(0,0,0,0.2);
  border-radius: 50% 50% 0 0;
}
.hdr__ttl{
  position: fixed;
  top: 1.3rem;
  left: 0.5rem;
  z-index: 11;
  width: 4em;
  margin: 0;
  line-height: 1;
}
.hdr__subttl{
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 11;
  margin: 0;
  font-size: 0.7em;
  font-weight: bold;
  line-height: 1;
}
.hdr__subttl__sub{
  display: none;
}
.hdr__lang{
  position: fixed;
  top: 1.1rem;
  right: 0.5rem;
  z-index: 11;
  margin: 0;
  font-weight: bold;
  line-height: 1;
}
.hdr__lang__ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.hdr__lang__ul > li{
  display: inline-block;
}
.hdr__lang__ul > li::after{
  content: "/";
  display: inline;
  margin: 0 0.25em;
}
.hdr__lang__ul > li:last-of-type::after{
  display: none;
}
.hdr__nav{
  position: fixed;
  bottom: 1em;
  left: 0.5em;
  right: 0.5em;
  z-index: 11;
}
.hdr__nav__ul{
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hdr__nav__ul > li{
  margin: 0 1em;
}
.hdr__nav__btn{
  display: inline-block;
  text-decoration: none;
  padding-bottom: 0.15em;
  border-bottom: solid 0.2em #2c2d2d;
  font-weight: bold;
  line-height: 1;
}
.hdr__nav__store{
  position: fixed;
  top: 0.8rem;
  right: 4.5rem;
  z-index: 11;
  padding: 0.2em 0.4em;
  border-radius: 0.5em;
  background: #e61e59;
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
}
.hdr__nav__store::after{
  content: "";
  display: inline-block;
  vertical-align: -0.32em;
  width: 1.3em;
  height: 1.3em;
  margin: 0 -0.1em 0 0.3em;
  background: url(../img/icon_cart_w.svg) no-repeat 50% 50%;
  background-size: contain;
}

@media(min-width:30em){
  .hdr::before{
    height: 3.5em;
  }
  .hdr__ttl{
    width: 10rem;
    top: 0.5rem;
  }
  .hdr__subttl{
    top: 1.6rem;
    left: 11.3rem;
  }
  .hdr__lang{
    top: 1.5rem;
  }
  .hdr__nav__store{
    top: 0.9rem;
    font-size: 1.2em;
  }
}
@media(min-width:50em){
  .hdr::after{
    display: none;
  }
  .hdr__nav{
    bottom: auto;
    top: 1em;
    left: auto;
    right: 13em;
  }
}
@media(min-width:75em){
  .hdr::before{
    height: 5em;
  }
  .hdr__ttl{
    top: 1.3rem;
    left: 50%;
    transform: translateX(-50%);
    width: 7.5em;
  }
  .hdr__subttl{
    top: 3.1em;
    left: 2em;
    font-size: 1em;
  }
  .hdr__subttl__sub{
    display: inline;
  }
  .hdr__nav{
    top: 2.4em;
    right: 10em;
  }
  .hdr__lang{
    top: 0.5rem;
  }
  .hdr__nav__store{
    top: 1.4em;
    right: 0.5rem;
    font-size: 1.4em;
  }
}
@media(min-width:84em){
  .hdr__subttl{
    left: calc(50% - 40rem);
  }
  .hdr__lang,
  .hdr__nav__store{
    right: calc(50% - 40rem);
  }
  .hdr__nav{
    right: calc(50% - 32rem);
  }
}

/* サイトタイトル */
.sitename{
  background: #0d3f98;
  color: #fff;
  margin: -1em -1em 0;
  padding: 1em 1em 3em;
  text-align: center;
}
.logoarea{
  position: relative;
  background: #fff;
  color: #2c2d2d;
  margin: -1em -1em 30vw;
  padding: 5em 1em 18vw;
}
.logoarea::after{
  content: "";
  display: block;
  position: absolute;
  bottom: -23.5vw;
  left: 50%;
  transform: translateX(-50%);
  width: 55vw;
  height: 42vw;
  background: url(../img/ill_ttl.svg) no-repeat 50% 50%;
  background-size: contain;
}
.logoarea__logo{
  width: 80%;
  margin: 1em auto;
}
@media(min-width:40em){
  .sitename{
    padding-bottom: 4em;
  }
  .logoarea{
    margin-bottom: 16vw;
  }
  .logoarea::after{
    width: 35vw;
    bottom: -22.5vw;
    left: auto;
    right: 3em;
    transform: none;
  }
  .logoarea__logo{
    position: absolute;
    left: 3em;
    bottom: -10.5vw;
    width: calc(50vw - 3em);
  }
}
@media(min-width:84em){
  .sitename{
    padding-bottom: 5rem;
  }
  .logoarea{
    margin-bottom: 15rem;
    padding-bottom: 20rem;
  }
  .logoarea::after{
    right: calc(50% - 40rem);
    bottom: -12.9rem;
    width: 30rem;
    height: 23rem;
  }
  .logoarea__logo{
    width: 40rem;
    left: calc(50% - 40rem);
    bottom: -9rem;
  }
}
.tostore{
  margin: 2em 0;
  font-size: 1.2em;
  font-weight: bold;
}
.btn--store{
  display: table;
  margin: 0.5em auto;
  padding: 0.5em 1em;
  border-radius: 0.5em;
  background: #fff;
  color: #e61e59;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
}
.btn--store::before{
  content: "";
  display: inline-block;
  vertical-align: -0.32em;
  width: 1.4em;
  height: 1.4em;
  margin-right: 0.3em;
  background: url(../img/icon_cart.svg) no-repeat 50% 50%;
  background-size: contain;
}

.topress{
  margin: 2em 0;
  font-size: 1.2em;
}
.btn--press{
  display: table;
  margin: 0.5em auto;
  padding: 0.5em 1em;
  border-radius: 0.5em;
  background: #fff;
  color: #e61e59;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
}
@media(max-width:30em){
  .btn--press{
    font-size: 1em;
  }
}

/* 企業情報 */
.sec--com{
  background: #2e5cae;
  background: -moz-linear-gradient(left, #0d3f98, #2e5cae 30%, #2e5cae 70%, #0d3f98);
  background: -webkit-linear-gradient(left, #0d3f98, #2e5cae 30%, #2e5cae 70%, #0d3f98);
  background: linear-gradient(to right, #0d3f98, #2e5cae 30%, #2e5cae 70%, #0d3f98);
  color: #fff;
  margin: -1em -1em 0;
  padding: 10vw 1em;
  position: relative;
}
.sec--com::before{
  content: "";
  display: block;
  position: absolute;
  top: -4.93vw;
  left: 50%;
  transform: translateX(-50%);
  width: 80vw;
  height: 12vw;
  background: url(../img/bg_company.svg) no-repeat 50% 50%;
  background-size: contain;
}
.sec--com .sec__ttl{
  margin: 0 auto 6.66vw;
  padding: 0;
  line-height: 1;
  text-align: center;
}
.sec--com .sec__ttl span{
 	padding-bottom: 0.15em;
  border-bottom: solid 0.2em #fff;
}
.sec--com table {
  margin: 0 auto;
}
.sec--com table th {
  width: 20vw;
  text-align: left;
  vertical-align: top;
}
@media(min-width:40em){
  .sec--com{
    padding-top: 7.5vw;
    padding-bottom: 7.5vw;
  }
  .sec--com::before{
    top: -3.18vw;
    width: 55vw;
    height: 7.7vw;
  }
  .sec--com .sec__ttl{
    margin: 0 auto 30px;
  }
  .sec--com table {
    width: 80vw;
    margin: 0 auto;
  }
  .sec--com table th {
    width: 14vw;
    text-align: left;
  }
}
@media(min-width:60em){
  .sec--com table {
    width: 55vw;
  }
  .sec--com table th {
    width: 8vw;
  }
}
@media(min-width:84em){
  .sec--com{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .sec--com::before{
    top: -3.18rem;
    width: 55rem;
    height: 7.7rem;
  }
  .sec--com table {
    width: 40rem;
  }
  .sec--com table th {
    width: 7rem;
  }
}

/* アクセス */
.sec--acc{
  margin: 0 -1em;
  padding: 10vw 1em;
  position: relative;
}
.sec--acc::before{
  content: "";
  display: block;
  position: absolute;
  top: -7.33vw;
  left: 50%;
  transform: translateX(-50%);
  width: 80vw;
  height: 12vw;
  background: url(../img/bg_access_t.svg) no-repeat 50% 50%;
  background-size: contain;
}
.sec--acc::after{
  content: "";
  display: block;
  position: absolute;
  bottom: -7.2vw;
  left: 50%;
  transform: translateX(-50%);
  width: 80vw;
  height: 12vw;
  background: url(../img/bg_access_b.svg) no-repeat 50% 50%;
  background-size: contain;
}
.sec--acc .sec__ttl{
  margin: 0 auto 6.66vw;
  padding: 0;
  line-height: 1;
  text-align: center;
}
.sec--acc .sec__ttl span{
  padding-bottom: 0.15em;
  border-bottom: solid 0.2em #2c2d2d;
}
.sec--acc .map .map__txt span{
  font-weight: bold;
}
.sec--acc .map .map__more{
  margin: 0;
}
.sec--acc .map .map__txt{
  margin: 2em 0 1em;
}
@media(min-width:40em){
  .sec--acc{
    padding-top: 7.5vw;
    padding-bottom: 7.5vw;
  }
  .sec--acc::before{
    top: -4.54vw;
    width: 55vw;
    height: 7.7vw;
  }
  .sec--acc::after{
    bottom: -4.5vw;
    width: 55vw;
    height: 7.7vw;
  }
  .sec--acc .sec__ttl{
    margin: 0 auto 30px;
  }
  .sec--acc .map{
    margin: 0 auto;
    width: 90vw;
  }
}
@media(min-width:60em){
  .sec--acc .map{
    display: flex;
    width: 90vw;
  }
  .sec--acc div{
    width: 100%;
  }
  .sec--acc .map .map__txt{
    margin: 0 0 0 1em;
    width: 24vw;
  }
}
@media(min-width:84em){
  .sec--acc{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .sec--acc::before{
    top: -4.54rem;
    width: 55rem;
    height: 7.7rem;
  }
  .sec--acc::after{
    bottom: -4.5rem;
    width: 55rem;
    height: 7.7rem;
  }
  .sec--acc .map{
    width: 70rem;
  }
  .sec--acc .map .map__txt{
    width: 20rem;
  }
}

/* お問い合わせ */
.sec--con{
  background: #2e5cae;
  background: -moz-linear-gradient(left, #0d3f98, #2e5cae 30%, #2e5cae 70%, #0d3f98);
  background: -webkit-linear-gradient(left, #0d3f98, #2e5cae 30%, #2e5cae 70%, #0d3f98);
  background: linear-gradient(to right, #0d3f98, #2e5cae 30%, #2e5cae 70%, #0d3f98);
  color: #fff;
  margin: 0 -1em;
  padding: 10vw 1em;
}
.sec--con .sec__ttl{
  margin: 0 auto 6.66vw;
  padding: 0;
  line-height: 1;
  text-align: center;
}
.sec--con .sec__ttl span{
 	padding-bottom: 0.15em;
  border-bottom: solid 0.2em #fff;
}
.sec--con .con__txt{
  text-align: center;
}
@media(min-width:40em){
  .sec--con{
    padding-top: 7.5vw;
    padding-bottom: 5vw;
  }
  .sec--con .sec__ttl{
    margin: 0 auto 30px;
  }
}
@media(min-width:84em){
  .sec--con{
    padding-top: 7.5rem;
    padding-bottom: 5rem;
  }
}

/* form */
.wsm * {
  box-sizing: border-box;
}

.wsm_loading,
.wsm_input .wsm_confirmitem:not(.wsm_confirmarea-thumb),
.wsm_input .wsm_backbtn,
.wsm_input .wsm_confirmarea-thumb,
.wsm_confirm .wsm_notinconfirm,
.wsm_confirm .wsm_inputarea:not(.wsm_fieldset),
.wsm_confirm .wsm_erroritem,
.wsm_confirm .wsm_fieldset label,
.wsm_confirm.wsm_inputonce .wsm_written::before,
.wsm_confirm.wsm_inputonce .wsm_written::after,
.wsm_sending #wsm,
.wsm_sending .wsm_notinconfirm,
.wsm_done #wsm{
  display: none !important;
}
.wsm_confirmarea,
.wsm_sendingarea,
.wsm_donearea{
  display: none !important;
}
.wsm_confirm .wsm_confirmarea,
.wsm_sending .wsm_sendingarea,
.wsm_done .wsm_donearea{
  display: block !important;
}

/* button */
.wsm_btn:disabled{
  opacity: 0.15;
}
.wsm_btn{
  display: inline-block;
  margin: 0.75em 0.75em 0.75em 0;
  padding: 1em 1.5em;
  min-width: 10em;
  border: none;
  border-radius: 5px;
  background: #fbc400;
  color: #2c2d2d;
  font-weight: bold;
  -webkit-appearance: none;
  appearance: none;
  font-size: inherit;
  text-align: center;
  white-space: nowrap;
}
.wsm_backbtn{
  background: #ddd;
}
/* input */

.wsm_hidden{
  display: none;
}
.wsm_fieldset{
  border:none;
  margin: 0;
  padding: 0;
}
.wsm_required{
  display: inline-block;
  margin-left: 0.5em;
  padding: 0.25em 0.5em 0.15em;
   background: #e61959;
   color: #fff;
   border-radius: 0.25em;
   font-size: 0.8rem;
   line-height: 1;
}
.wsm_inputarea{
  display: table;
  position: relative;
  margin: 0;
  padding: 0 2em 0 0;
  border: none;
}
.wsm_inputarea-file{
  width: 20em;
  max-width: 100%;
}
.wsm_label{
  display: block;
  border: none;
  padding: 0;
  margin: 1em 0 0.5em;
  font-weight: bold;
}

.wsm input[type="text"],
.wsm input[type="email"],
.wsm input[type="tel"],
.wsm input[type="url"],
.wsm input[type="time"],
.wsm input[type="datetime"],
.wsm input[type="number"],
.wsm textarea,
.wsm select {
  padding: 0.5em;
  border: none;
  border-radius: 5px;
  font-size: 16px;
}
.wsm_inputonce .wsm_written input,
.wsm_inputonce .wsm_written textarea,
.wsm_inputonce .wsm_written select {
  border-color: #5c5;
}
.wsm_inputonce .wsm_haserror input,
.wsm_inputonce .wsm_haserror textarea,
.wsm_inputonce .wsm_haserror select {
  border-color: #c00;
}

.wsm_radio,
.wsm_check{
  display: inline-block;
  margin: 0;
  padding: 0;
}
.wsm_radio_btn,
.wsm_check_btn{
  display: none;
}
.wsm_radio_label,
.wsm_check_label{
  position: relative;
  display: inline-block;
  margin: 0.25em 0.25em 0.25em 0;
  padding: 0.25em 1em 0.25em 2rem;
  border: solid thin #ccc;
  border-radius: 0.25em;
}
.wsm_radio_label::before,
.wsm_check_label::before{
  content: "";
  position: absolute;
  left: 0.45em;
  top: 0.4em;
  width: 0.8em;
  height: 0.8em;
  border: solid 0.2em #999;
  border-radius: 50%;
  font-size: 1rem;
}
.wsm_check_label::before{
  border-radius: 0.25em;
}
.wsm_radio_btn:checked + .wsm_radio_label,
.wsm_check_btn:checked + .wsm_check_label{
  border-color: #9d9;
}
.wsm_radio_btn:checked + .wsm_radio_label::before{
  left: 0.65em;
  top: 0.55em;
  width: 0.45em;
  height: 0.45em;
  border: solid 0.2em #fff;
  border-radius: 50%;
  background: #5c5;
  box-shadow: 0 0 0 0.2em #ccc;
  font-size: 1rem;
}
.wsm_check_btn:checked + .wsm_check_label::after{
  content: "";
  position: absolute;
  left: 0.7em;
  top: 0.5em;
  width: 0.7em;
  height: 0.4em;
  border-left: solid 0.23em #5c5;
  border-bottom: solid 0.23em #5c5;
  transform: rotate(-45deg);
  font-size: 1rem;
}

.wsm_erroritem{
  visibility: hidden;
  position: relative;
  color: #c00;
  font-size: 0.85em;
}
.wsm_inputonce .wsm_erroritem.shown{
  visibility: visible;
}
.wsm_inputonce .wsm_written::before{
  content: "";
  position: absolute;
  top: 0.5em;
  right: 0;
  width: 1.25em;
  height: 1.25em;
  border-radius: 50%;
  background: #5c5;
}
.wsm_inputonce .wsm_written::after{
  content: "";
  position: absolute;
  top: 0.75em;

  right: 0.25em;
  width: 0.6em;
  height: 0.3em;
  border-left: solid 0.23em #fff;
  border-bottom: solid 0.23em #fff;
  transform: rotate(-45deg);
}
.wsm_inputonce .wsm_haserror::before{
  content: "";
  position: absolute;
  top: 0.5em;
  right: 0;
  width: 1.25em;
  height: 1.25em;
  border-radius: 50%;
  background: #c00;
}
.wsm_inputonce .wsm_haserror::after{
  content: "";
  position: absolute;
  top: 1em;
  right: 0.25em;
  width: 0.75em;
  height: 0;
  border-top:solid 0.3em #fff;
  border-left: none;
  border-bottom: none;
  transform: none;
}
.wsm_selectarea select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    margin:  0;
    padding: 0.5em 2.5em 0.5em 0.5em;
    background: transparent;
    position: relative;
    z-index: 1;
    border: solid thin #a6a69a;
    border-radius: 0.25em;
}
.wsm_selectarea select::-ms-expand {
    display: none;
}
.wsm_selectarea{
  position: relative;
  display: inline-block;
  max-width: calc(87vw - 2em);
  margin: 0;
}

.wsm_selectarea::after{
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0.6em;
    width: 0;
    height: 0;
    border-top: solid 0.6em #e0007f;
    border-left: solid 0.4em transparent;
    border-right: solid 0.4em transparent;
}

.wsm_spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
  opacity: 0.15;
}

.wsm_spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: wsm_bouncedelay 1.4s infinite ease-in-out both;
  animation: wsm_bouncedelay 1.4s infinite ease-in-out both;
}

.wsm_spinner .wsm_bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.wsm_spinner .wsm_bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes wsm_bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes wsm_bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}


/*
 * wsformmailer CSS ここまで
 */

/*
 * FilePond 1.8.5
 * Licensed under MIT, https://opensource.org/licenses/MIT
 * Please visit https://pqina.nl/filepond for details.
 */
.filepond--assistant {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
}

.filepond--browser {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 1em;
  top: 1.75em;
  width: calc(100% - 2em);
  opacity: 0;
  font-size: 0;
}

.filepond--drip {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0.1;
  pointer-events: none;
  border-radius: 0.5em;
  background: rgba(0, 0, 0, 0.01);
}

.filepond--drip-blob {
  position: absolute;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  top: 0;
  left: 0;
  width: 8em;
  height: 8em;
  margin-left: -4em;
  margin-top: -4em;
  background: #292625;
  border-radius: 50%;
  will-change: transform, opacity;
}

.filepond--drop-label {
  position: absolute;
  left: 1em;
  right: 1em;
  top: 0;
  margin: 0 0 1em 0;
  color: #4f4f4f;
  will-change: transform, opacity;
}

.filepond--drop-label label {
  display: block;
  padding: 1em 0;
  margin: 0;
  cursor: default;
  font-size: 0.875em;
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
}

.filepond--label-action {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
  -webkit-text-decoration-color: #a7a4a4;
  text-decoration-color: #a7a4a4;
  cursor: pointer;
}

.filepond--file-action-button {
  font-size: 1em;
  width: 1.625em;
  height: 1.625em;
  cursor: auto;
  font-family: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  border: none;
  color: #fff;
  outline: none;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: none;
  will-change: transform, opacity;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  transition: box-shadow 0.25s ease-in;
}
.filepond--file-action-button svg {
  width: 100%;
  height: 100%;
}
.filepond--file-action-button:hover,
.filepond--file-action-button:focus {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.9);
}

.filepond--file-info {
  position: static;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex: 1;
  flex: 1;
  margin: 0 0.5em 0 0;
  min-width: 0;
  will-change: transform, opacity;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filepond--file-info * {
  margin: 0;
}
.filepond--file-info .filepond--file-info-main {
  font-size: 0.75em;
  line-height: 1.2;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.filepond--file-info .filepond--file-info-sub {
  font-size: 0.625em;
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
  white-space: nowrap;
}
.filepond--file-info .filepond--file-info-sub:empty {
  display: none;
}

.filepond--file-status {
  position: static;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  min-width: 2.25em;
  text-align: right;
  will-change: transform, opacity;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filepond--file-status * {
  margin: 0;
  white-space: nowrap;
}
.filepond--file-status .filepond--file-status-main {
  font-size: 0.75em;
  line-height: 1.2;
}
.filepond--file-status .filepond--file-status-sub {
  font-size: 0.625em;
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
}

.filepond--file-wrapper {
  border: none;
  margin: 0;
  padding: 0;
  min-width: 0;
  height: 100%;
}
.filepond--file-wrapper > legend {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
}

.filepond--file {
  position: static;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0.5625em 0.5625em;
  color: #fff;
  border-radius: 0.5em;
}
.filepond--file .filepond--file-status {
  margin-left: auto;
  margin-right: 2.25em;
}
.filepond--file .filepond--processing-complete-indicator {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 2;
}
.filepond--file .filepond--processing-complete-indicator,
.filepond--file .filepond--file-action-button {
  position: absolute;
}
.filepond--file .filepond--progress-indicator {
  position: absolute;
  top: 0.75em;
  right: 0.75em;
}
.filepond--file .filepond--action-remove-item {
  left: 0.5625em;
}
.filepond--file .filepond--processing-complete-indicator,
.filepond--file
  .filepond--file-action-button:not(.filepond--action-remove-item) {
  right: 0.5625em;
}

[data-filepond-item-state='cancelled'] .filepond--file-info,
[data-filepond-item-state*='invalid'] .filepond--file-info,
[data-filepond-item-state*='error'] .filepond--file-info {
  margin-right: 2.25em;
}

[data-filepond-item-state='processing-complete']
  .filepond--action-revert-item-processing
  svg {
  -webkit-animation: fall 0.5s 0.125s linear both;
  animation: fall 0.5s 0.125s linear both;
}

[data-filepond-item-state='processing-complete'] .filepond--file-info-sub,
[data-filepond-item-state='processing-complete'] .filepond--file-status-sub {
  opacity: 0;
}

[data-filepond-item-state='processing-complete']
  .filepond--action-revert-item-processing
  ~ .filepond--file-info
  .filepond--file-info-sub,
[data-filepond-item-state='processing-complete']
  .filepond--action-revert-item-processing
  ~ .filepond--file-status
  .filepond--file-status-sub {
  opacity: 0.5;
}

[data-filepond-item-state*='invalid'] .filepond--panel,
[data-filepond-item-state*='invalid'] .filepond--file-wrapper,
[data-filepond-item-state*='error'] .filepond--panel,
[data-filepond-item-state*='error'] .filepond--file-wrapper {
  -webkit-animation: shake 0.65s linear both;
  animation: shake 0.65s linear both;
}

[data-filepond-item-state*='busy'] .filepond--progress-indicator svg {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

/**
 * States
 */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes shake {
  10%,
  90% {
    -webkit-transform: translateX(-0.0625em);
    transform: translateX(-0.0625em);
  }
  20%,
  80% {
    -webkit-transform: translateX(0.125em);
    transform: translateX(0.125em);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-0.25em);
    transform: translateX(-0.25em);
  }
  40%,
  60% {
    -webkit-transform: translateX(0.25em);
    transform: translateX(0.25em);
  }
}

@keyframes shake {
  10%,
  90% {
    -webkit-transform: translateX(-0.0625em);
    transform: translateX(-0.0625em);
  }
  20%,
  80% {
    -webkit-transform: translateX(0.125em);
    transform: translateX(0.125em);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-0.25em);
    transform: translateX(-0.25em);
  }
  40%,
  60% {
    -webkit-transform: translateX(0.25em);
    transform: translateX(0.25em);
  }
}

@-webkit-keyframes fall {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes fall {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.filepond--hopper[data-hopper-state='drag-over'] > * {
  pointer-events: none;
}

.filepond--progress-indicator {
  z-index: 103;
}

.filepond--file-action-button {
  z-index: 102;
}

.filepond--file-status {
  z-index: 101;
}

.filepond--file-info {
  z-index: 100;
}

.filepond--item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0 0 0.5em 0;
  will-change: transform, opacity;
}
.filepond--item > .filepond--panel {
  z-index: 1;
}
.filepond--item > .filepond--panel .filepond--panel-bottom {
  box-shadow: 0 0.0625em 0.125em -0.0625em rgba(0, 0, 0, 0.25);
}
.filepond--item > .filepond--file-wrapper {
  position: relative;
  z-index: 2;
}

.filepond--item-panel {
  background-color: #64605e;
}

[data-filepond-item-state='processing-complete'] .filepond--item-panel {
  background-color: #369763;
}

[data-filepond-item-state*='invalid'] .filepond--item-panel,
[data-filepond-item-state*='error'] .filepond--item-panel {
  background-color: #c44e47;
}

.filepond--item-panel {
  border-radius: 0.5em;
  transition: background-color 0.25s;
}

.filepond--list-scroller {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  will-change: transform;
}

.filepond--list-scroller[data-state='overflow'] {
  overflow-y: scroll;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
}
.filepond--list-scroller[data-state='overflow'] .filepond--list {
  bottom: 0;
  right: 0;
}

.filepond--list-scroller::-webkit-scrollbar {
  background: transparent;
}

.filepond--list-scroller::-webkit-scrollbar:vertical {
  width: 1em;
}

.filepond--list-scroller::-webkit-scrollbar:horizontal {
  height: 0;
}

.filepond--list-scroller::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 99999px;
  border: 0.3125em solid transparent;
  background-clip: content-box;
}

.filepond--list {
  position: absolute;
  top: 0;
  left: 1em;
  right: 1em;
  margin: 0;
  padding: 0;
  list-style-type: none;
  will-change: transform;
}

.filepond--panel-root {
  border-radius: 0.5em;
  background-color: #f1f0ef;
}

.filepond--panel {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  height: auto !important;
  pointer-events: none;
}

.filepond--panel[data-scalable='true'] {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-color: transparent !important;
  border: none !important;
}

.filepond--panel[data-scalable='false'] {
  bottom: 0;
}
.filepond--panel[data-scalable='false'] > div {
  display: none;
}

.filepond--panel-top,
.filepond--panel-bottom,
.filepond--panel-center {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

.filepond--panel-top,
.filepond--panel-bottom {
  height: 0.5em;
}

.filepond--panel-top {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom: none !important;
}
.filepond--panel-top::after {
  content: '';
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: inherit;
}

.filepond--panel-center,
.filepond--panel-bottom {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: translate3d(0, 0.5em, 0);
  transform: translate3d(0, 0.5em, 0);
}

.filepond--panel-bottom {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top: none !important;
}
.filepond--panel-bottom::before {
  content: '';
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  top: -1px;
  background-color: inherit;
}

.filepond--panel-center {
  height: 100px !important;
  border-top: none !important;
  border-bottom: none !important;
  border-radius: 0 !important;
}
.filepond--panel-center:not([style]) {
  visibility: hidden;
}

.filepond--progress-indicator {
  position: static;
  width: 1.25em;
  height: 1.25em;
  color: #fff;
  margin: 0;
  pointer-events: none;
  will-change: transform, opacity;
}

.filepond--progress-indicator svg {
  width: 100%;
  height: 100%;
}

.filepond--progress-indicator path {
  fill: none;
  stroke: currentColor;
}

.filepond--list-scroller {
  z-index: 6;
}

.filepond--drop-label {
  z-index: 5;
}

.filepond--drip {
  z-index: 3;
}

.filepond--root > .filepond--panel {
  z-index: 2;
}

.filepond--browser {
  z-index: 1;
}

.filepond--root {
  /* layout*/
  box-sizing: border-box;
  position: relative;
  margin-bottom: 1em;
  padding-top: 1em;
  /* base font size for whole component */
  font-size: 1rem;
  /* base line height */
  line-height: normal;
  /* up uses default system font family */
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica,
    Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  /* will increase font weight a bit on Safari */
  font-weight: 450;
  text-align: left;
  text-rendering: optimizeLegibility;
  direction: ltr;
  contain: layout style size;
}
.filepond--root * {
  font-size: inherit;
  box-sizing: inherit;
  line-height: inherit;
}

/*
 * FilePondPluginImagePreview 1.0.10
 * Licensed under MIT, https://opensource.org/licenses/MIT
 * Please visit https://pqina.nl/filepond for details.
 */
.filepond--image-preview-wrapper {
  z-index: 2;
}

.filepond--image-preview-overlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 5rem;
  max-height: 7rem;
  margin: 0;
  opacity: 0;
  z-index: 1;
  mix-blend-mode: multiply;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.filepond--image-preview-overlay:nth-of-type(2) {
  mix-blend-mode: normal;
}

.filepond--image-preview-overlay:nth-of-type(3) {
  mix-blend-mode: normal;
}

@supports (-webkit-marquee-repetition: infinite) and (object-fit: fill) {
  .filepond--image-preview-overlay {
    mix-blend-mode: normal;
  }
}

.filepond--image-preview-wrapper {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  border-radius: 0.45em;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.01);
}

.filepond--image-preview {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  background: #222;
  will-change: transform, opacity;
}
.filepond--image-preview div {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.filepond--image-preview canvas {
  position: absolute;
  left: 0;
  top: 0;
  will-change: transform;
}
.wsm{
  margin: 0 auto;
}
.wsm_inputarea{
  width: 100%;
  padding: 0 2em 0 0;
}
textarea{
  width: 100%;
  max-width: 100%;
  height: 10em;
  resize: vertical;
}
input{
  width: 100%;
}
.sec--con .wsm .btn__area{
  text-align: center;
  margin: 2em auto 0;
  clear: both;
}
.wsm_confirmarea,
.wsm_donearea{
  text-align: center;
  margin: 1em auto 2em;
}
@media(min-width:60em){
  .sec--con .wsm{
    width: 60rem;
  }
  .sec--con .wsm label{
    float: left;
    clear: both;
    width: 16rem;
    text-align: right;
    margin: 0 1em 0 0;
  }
  .sec--con .wsm .wsm_inputarea,
  .sec--con .wsm .wsm_confirmitem{
    width: 36rem;
    margin-left: calc(20vw + 1em);
  }
  .sec--con .wsm .wsm_inputarea textarea{
    width: 100%;
  }
  .sec--con .wsm .wsm_inputarea input{
    width: 50%;
  }
}

/* copyright */
.sec--copy{
  background: #2e5cae;
  background: -moz-linear-gradient(left, #0d3f98, #2e5cae 30%, #2e5cae 70%, #0d3f98);
  background: -webkit-linear-gradient(left, #0d3f98, #2e5cae 30%, #2e5cae 70%, #0d3f98);
  background: linear-gradient(to right, #0d3f98, #2e5cae 30%, #2e5cae 70%, #0d3f98);
  color: #fff;
  margin: -1em -1em 0;
  padding: 0 0 3em;
}
.sec--copy .copy{
  text-align: center;
  margin: 0 auto;
  padding: 0 0 2em;
}
@media(min-width:40em){
  .sec--copy{
    padding: 0;
  }
}
