@charset "UTF-8";
/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
Object
========================================================================== */
.f-border-module {
  box-sizing: border-box;
  width: 100%;
  margin-top: 55px;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 6.25%;
  padding-left: 6.25%;
  border-style: solid;
  border-width: 1px;
  border-color: #cacaca;
}
@media print, screen and (min-width: 48em) {
  .f-border-module {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.f-border-module.f-border-module--complete {
  margin-top: 0;
  padding-top: 24px;
  padding-bottom: 24px;
}

.f-border-module__heading {
  margin-bottom: 8px;
  font-size: 146.5%;
  font-weight: bold;
  text-align: center;
}

.f-border-module__msg {
  margin-top: -5px;
  margin-bottom: 10px;
  text-align: center;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: bold;
}
@media print, screen and (min-width: 48em) {
  .f-border-module__msg {
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 40.0625em) {
  .f-border-module__msg br {
    display: none;
  }
}
.f-border-module__msg span {
  margin-right: 26px;
  color: #dc4437;
}

.f-border-module__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}

.f-border-module__button {
  width: 100%;
}
@media print, screen and (min-width: 40.0625em) {
  .f-border-module__button {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
}

.f-bottom-module {
  margin-top: 55px;
}

.f-button-2 {
  box-sizing: border-box;
  display: block;
  height: 36px;
  padding-right: 23px;
  padding-left: 23px;
  background-color: #333;
  border: none;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: bold;
  font-size: 108%;
  color: #fff;
  text-align: center;
  letter-spacing: 0.045em;
  transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}
@media print, screen and (min-width: 61.25em) {
  .f-button-2 {
    cursor: pointer;
  }
}
.browser-is-ff .f-button-2 {
  padding-top: 2px;
}
.browser-is-ie .f-button-2 {
  padding-top: 7px;
}
@media print, screen and (min-width: 61.25em) {
  .f-button-2:hover {
    background-color: #555;
  }
}

.f-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.f-button-container__inner {
  width: auto;
  padding-top: 30px;
}
@media print, screen and (min-width: 48em) {
  .f-button-container__inner {
    padding-top: 55px;
  }
}

.f-button-container--button .f-button-container__inner {
  width: 100%;
}
@media print, screen and (min-width: 48em) {
  .f-button-container--button .f-button-container__inner {
    width: 300px;
  }
}

.f-cgi-table table tr {
  display: block;
  margin-top: 16px;
}
@media print, screen and (min-width: 48em) {
  .f-cgi-table table tr {
    margin-top: 32px;
  }
}
.f-cgi-table table tr:first-child {
  margin-top: 0;
}
.f-cgi-table table td {
  display: block;
}
.f-cgi-table table td:first-child {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: bold;
  font-size: 116%;
}
@media print, screen and (min-width: 48em) {
  .f-cgi-table table td:first-child {
    font-size: 131%;
  }
}
.f-cgi-table table td:last-child {
  color: #dc4437;
}

.f-content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.f-field {
  border: none;
  margin-top: 16px;
}
@media print, screen and (min-width: 48em) {
  .f-field {
    margin-top: 32px;
  }
}
.f-field:first-child {
  margin-top: 0;
}

.f-form-counter {
  box-sizing: border-box;
  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 120px;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(51, 51, 51, 0.8);
  font-size: 108%;
  font-weight: bold;
  text-align: center;
  color: #fff;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s 0s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s 0s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s 0s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s 0s;
}
@media print, screen and (min-width: 61.25em) {
  .f-form-counter {
    top: 270px;
    left: auto;
    width: 117px;
    height: 78px;
    margin-left: 760px;
    background-color: #333;
    color: #fff;
    white-space: nowrap;
    -webkit-transform: none;
            transform: none;
  }
}
.f-form-counter.is-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.f-form-counter:before {
  display: none;
  position: absolute;
  left: -10px;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 10px 5.5px 0;
  border-color: transparent #333333 transparent transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
@media print, screen and (min-width: 61.25em) {
  .f-form-counter:before {
    display: block;
  }
}
.f-form-counter p {
  display: block;
  z-index: 1000;
  position: relative;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  line-height: 1.4;
}
@media print, screen and (min-width: 61.25em) {
  .f-form-counter p {
    width: 100%;
    padding-top: 9px;
  }
}
.f-form-counter p br {
  display: none;
}
@media print, screen and (min-width: 61.25em) {
  .f-form-counter p br {
    display: block;
  }
}
.f-form-counter span {
  margin-right: 5px;
}
@media print, screen and (min-width: 61.25em) {
  .f-form-counter span {
    margin-right: 0;
  }
}
.f-form-counter em {
  margin-right: 4px;
  margin-left: 4px;
  font-family: "Oswald", sans-serif;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-size: 167%;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
}

.f-form {
  margin-top: 45px;
}

.f-image {
  margin-bottom: 10px;
}
.f-image img {
  display: block;
  position: relative;
  z-index: 1;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.f-image--border {
  position: relative;
}
.f-image--border:after {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #cacaca;
  content: "";
  box-sizing: border-box;
}

@media print, screen and (min-width: 61.25em) {
  .f-image--check {
    cursor: pointer;
  }
}

.f-input-text {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 4px;
  padding-right: 10px;
  padding-left: 10px;
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #cacaca;
  border-radius: 3px;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  -webkit-font-feature-settings: unset;
          font-feature-settings: unset;
  font-size: 123.1%;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1) inset;
  transition: all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.f-input-text:focus {
  border-color: #2975cc;
  outline: none;
}
.is-success .f-input-text {
  background-color: #fff;
}
.is-error .f-input-text {
  background-color: #fae5e5;
  border-color: #f5a0a0;
}
.f-input-text.f-input-text--calendar {
  background-repeat: no-repeat;
  background-position: top 50% right 9px;
  background-image: url(//www.elecom.co.jp/common/svg/icon_calendar.svg);
}
.f-input-text[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.f-input-text[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.f-input-text[type="number"] {
  -moz-appearance: textfield;
}
.f-input-text[type="text"]::-webkit-input-placeholder {
  color: #b2b2b2;
}
.f-input-text:-ms-input-placeholder {
  color: #b2b2b2;
}
.f-input-text::-moz-placeholder {
  color: #b2b2b2;
}

.f-label-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 48em) {
  .f-label-container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.f-label-msg {
  width: 100%;
  color: #dc4437;
}
@media print, screen and (min-width: 48em) {
  .f-label-msg {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    margin-left: 20px;
  }
}
.f-label-msg.f-label-msg--error {
  display: none;
}
.is-error .f-label-msg.f-label-msg--error {
  display: block;
}

.f-label {
  margin-right: 8px;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: bold;
  font-size: 116%;
}
@media print, screen and (min-width: 48em) {
  .f-label {
    font-size: 131%;
  }
}

a.f-link-arrow {
  color: #2051b2;
}
a.f-link-arrow:before, a.f-link-arrow:after {
  display: inline-block;
  position: relative;
  top: -0.1em;
  width: 5px;
  height: 5px;
  border-style: solid;
  border-color: #2051b2;
  -webkit-transform: translateX(0) rotate(45deg);
          transform: translateX(0) rotate(45deg);
  content: "";
}
@media print, screen and (min-width: 61.25em) {
  a.f-link-arrow:before, a.f-link-arrow:after {
    transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
a.f-link-arrow:before {
  display: none;
  left: 3px;
  margin-right: 8px;
  border-width: 0 0 2px 2px;
}
a.f-link-arrow:after {
  margin-left: 8px;
  border-width: 2px 2px 0 0;
}
a.f-link-arrow.f-link-arrow--reverse:before {
  display: inline-block;
}
a.f-link-arrow.f-link-arrow--reverse:after {
  display: none;
}
@media print, screen and (min-width: 61.25em) {
  a.f-link-arrow:hover {
    color: #009DFF;
  }
}
@media print, screen and (min-width: 61.25em) {
  a.f-link-arrow:hover:before, a.f-link-arrow:hover:after {
    border-color: #009DFF;
  }
}
@media print, screen and (min-width: 61.25em) {
  a.f-link-arrow:hover:before {
    -webkit-transform: translateX(-3px) rotate(45deg);
            transform: translateX(-3px) rotate(45deg);
  }
}
@media print, screen and (min-width: 61.25em) {
  a.f-link-arrow:hover:after {
    -webkit-transform: translateX(3px) rotate(45deg);
            transform: translateX(3px) rotate(45deg);
  }
}

.f-link-blank {
  position: relative;
  padding-right: 22px;
}
.f-link-blank:link, .f-link-blank:visited, .f-link-blank:active, .f-link-blank:hover {
  color: #2051b2;
}
.f-link-blank:before, .f-link-blank:after {
  box-sizing: border-box;
  position: absolute;
  width: 12px;
  height: 8px;
  transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  content: "";
}
.f-link-blank:before {
  top: 4px;
  right: 3px;
  background-color: #2051b2;
}
.browser-is-safari.device-is-mobile .f-link-blank:before {
  top: 2px;
}
.f-link-blank:after {
  top: 7px;
  right: 0;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #2051b2;
}
.browser-is-safari.device-is-mobile .f-link-blank:after {
  top: 5px;
}
@media print, screen and (min-width: 48em) {
  .f-link-blank.f-link-blank--msg {
    margin-left: 26px;
  }
}
.f-link-blank.f-link-blank--msg:before {
  top: 3px;
}
.f-link-blank.f-link-blank--msg:after {
  top: 6px;
}
@media print, screen and (min-width: 61.25em) {
  .f-link-blank:hover {
    color: #009DFF;
  }
}
@media print, screen and (min-width: 61.25em) {
  .f-link-blank:hover:before {
    background-color: #009DFF;
  }
}
@media print, screen and (min-width: 61.25em) {
  .f-link-blank:hover:after {
    border-color: #009DFF;
  }
}

.f-product-heading {
  margin-top: 18px;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 40.0625em) {
  .f-product-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media print, screen and (min-width: 61.25em) {
  .f-product-heading {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

.f-product-heading__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 8px;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: bold;
  line-height: 1.4;
  font-size: 182%;
}
@media print, screen and (min-width: 40.0625em) {
  .f-product-heading__title {
    padding-right: 10px;
    line-height: 1.0;
  }
}
@media print, screen and (min-width: 48em) {
  .f-product-heading__title {
    font-size: 229%;
    margin-bottom: 5px;
  }
}
.browser-is-ie .f-product-heading__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media print, screen and (min-width: 61.25em) {
  .browser-is-ie .f-product-heading__title {
    margin-top: 3px;
  }
}

.f-required-tag {
  box-sizing: border-box;
  display: none;
  width: 2rem;
  height: 1rem;
  margin-right: 4px;
  background-color: #dc4437;
  font-size: 85%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.65;
}
.f-required-tag.f-required-tag--inline {
  display: inline-block;
}
.is-required .f-required-tag {
  display: inline-block;
}
.browser-is-safari.device-is-mobile .f-required-tag {
  line-height: 1.6;
}
.browser-is-ff .f-required-tag {
  line-height: 1.55;
}
.browser-is-ie .f-required-tag {
  line-height: 1.55;
  margin-bottom: 5px;
}

.f-select {
  display: block;
  position: relative;
  width: 100%;
  background: #fff;
}
.f-select > select {
  z-index: 1;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 44px;
  padding-top: 7px;
  padding-bottom: 4px;
  padding-right: 10px;
  padding-left: 10px;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #cacaca;
  border-radius: 0;
  border-radius: 3px;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  -webkit-font-feature-settings: unset;
          font-feature-settings: unset;
  font-size: 123.1%;
  line-height: 1.5;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1) inset;
  cursor: pointer;
}
@media print, screen and (min-width: 48em) {
  .f-select > select {
    height: auto;
  }
}
.f-select > select::-ms-expand {
  display: none;
}
.f-select > select > option {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  -webkit-font-feature-settings: unset;
          font-feature-settings: unset;
}
.is-error .f-select > select {
  border-color: #f5a0a0;
}
.f-select:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  margin: -2px 0 0 0;
  border-top-style: solid;
  border-top-width: 5px;
  border-top-color: #000000;
  border-right-style: solid;
  border-right-width: 5px;
  border-right-color: transparent;
  border-left-style: solid;
  border-left-width: 5px;
  border-left-color: transparent;
}
.is-success .f-select {
  background-color: #fff;
}
.is-error .f-select {
  background-color: #fae5e5;
}

.f-sentence {
  margin-bottom: 8px;
}
@media print, screen and (min-width: 61.25em) {
  .f-sentence {
    margin-bottom: 8px;
  }
}
.f-sentence:last-child {
  margin-bottom: 0;
}
.f-sentence a {
  color: #2051b2;
}
@media print, screen and (min-width: 61.25em) {
  .f-sentence a:hover {
    color: #009DFF;
  }
}
.f-sentence em {
  font-style: normal;
  font-weight: bold;
  color: #dc4437;
}
.f-sentence.f-sentence--center {
  text-align: center;
}
.f-sentence.f-sentence--bottom_0 {
  margin-bottom: 0;
}
.f-sentence.f-sentence--large {
  font-size: 116%;
}

@media print, screen and (min-width: 48em) {
  .f-sentence__sp-break {
    display: none;
  }
}

.f-step-module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  min-height: 56px;
  margin-top: 32px;
  margin-bottom: 20px;
  background-color: #e6e6e6;
}
.browser-is-ie .f-step-module {
  min-height: 0;
}

.f-step-module__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  position: relative;
  width: calc(100% / 3);
  padding-left: 18px;
  color: #888888;
}
@media print, screen and (min-width: 48em) {
  .f-step-module__item {
    padding-left: 36px;
  }
}
.f-step-module__item.is-active {
  background-color: #014099;
  color: #fff;
}
.f-step-module__item.is-active:first-child:before {
  display: none;
}
.f-step-module__item:first-child {
  padding-left: 6px;
}
@media print, screen and (min-width: 48em) {
  .f-step-module__item:first-child {
    padding-left: 22px;
  }
}
.f-step-module__item:last-child:after {
  display: none;
}
.f-step-module__item:before, .f-step-module__item:after {
  position: absolute;
  right: -14px;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 14px;
  border-color: transparent transparent transparent #888;
  content: '';
}
.f-step-module__item:before {
  margin-top: -35px;
}
.f-step-module__item:after {
  margin: -35px 1px 0 0;
  border-left-color: #e6e6e6;
}
.f-step-module__item.is-active:before {
  left: 0;
  border-left-color: #e6e6e6;
}
.f-step-module__item.is-active:after {
  border-left-color: #014099;
}
.browser-is-ie .f-step-module__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 47.9375em) {
  .browser-is-ie .f-step-module__item {
    padding-top: 13px;
    padding-bottom: 11px;
  }
}
@media print, screen and (min-width: 48em) {
  .browser-is-ie .f-step-module__item {
    padding-top: 16px;
    padding-bottom: 14px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .browser-is-ie .f-step-module__item {
    padding-top: 16px;
    padding-bottom: 14px;
  }
}

.f-step-module__label {
  margin-top: -1px;
  font-family: "Oswald", sans-serif;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  text-align: center;
  line-height: 1;
}
.browser-is-safari.device-is-mobile .f-step-module__label {
  margin-top: 0;
}

.f-step-module__label-txt {
  display: block;
  margin-bottom: 3px;
  font-size: 69%;
  font-weight: bold;
}

.f-step-module__label-num {
  display: block;
  font-size: 131%;
  font-weight: 600;
}

.f-step-module__text {
  padding-left: 6px;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: bold;
  font-size: 85%;
  line-height: 1.4;
}
@media print, screen and (min-width: 48em) {
  .f-step-module__text {
    padding-left: 8px;
    font-size: 131%;
  }
}
.browser-is-safari.device-is-mobile .f-step-module__text {
  margin-top: 2px;
}
.browser-is-ie .f-step-module__text {
  margin-top: 6px;
}

@media print, screen and (min-width: 48em) {
  .f-step-module__sp-break {
    display: none;
  }
}

.f-textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 120px;
  padding-top: 6px;
  padding-bottom: 4px;
  padding-right: 10px;
  padding-left: 10px;
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #cacaca;
  border-radius: 3px;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  -webkit-font-feature-settings: unset;
          font-feature-settings: unset;
  font-size: 123.1%;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1) inset;
  transition: all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  resize: vertical;
}
@media print, screen and (min-width: 48em) {
  .f-textarea {
    height: 120px;
  }
}
.browser-is-ie .f-textarea {
  overflow: auto;
}
.f-textarea:focus {
  border-color: #2975cc;
  outline: none;
}
.is-success .f-textarea {
  background-color: #fff;
}
.is-error .f-textarea {
  background-color: #fae5e5;
  border-color: #f5a0a0;
}

.f-unit-msg {
  margin-top: 4px;
}

.f-unit-msg span.f-link-txt{
	display:inline-block;
}

@media print, screen and(min-width: 48em){
	.f-unit-msg span.f-link-txt{
		display:inline;
	}
}

.f-unit-msg a{color:#014099;}
.f-unit-msg a:link{color:#014099;}
.f-unit-msg a:visited{color:#014099;}
.f-unit-msg a:hover{color:#009dff;}

.f-unit {
  margin-top: 8px;
  width: 100%;
}
@media print, screen and (min-width: 48em) {
  .f-unit {
    width: auto;
  }
}
@media print, screen and (min-width: 48em) {
  .f-unit.f-unit--max {
    width: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .f-unit.f-unit--half {
    width: 48%;
  }
}
@media print, screen and (min-width: 48em) {
  .f-unit.f-unit--half:last-child {
    margin-left: 4%;
  }
}
@media print, screen and (min-width: 48em) {
  .f-unit.f-unit--small {
    width: 240px;
  }
}
@media print, screen and (min-width: 48em) {
  .f-unit.f-unit--left_m {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .f-unit.f-unit--top_m {
    margin-top: 16px;
  }
}
.f-unit.f-unit--lineup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 48em) {
  .f-unit.f-unit--lineup {
    margin-top: 0;
  }
}

.ui-datepicker.ui-widget.ui-widget-content {
  box-sizing: border-box;
  width: calc(100% - 6.25% - 6.25%);
  padding-top: 8px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border: none;
  font-size: 100%;
  color: #333;
  box-shadow: 0 7px 11px rgba(0, 0, 0, 0.05), 0 1px 5px rgba(0, 0, 0, 0.1);
}
@media print, screen and (min-width: 40.0625em) {
  .ui-datepicker.ui-widget.ui-widget-content {
    width: auto;
  }
}
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-header.ui-widget-header {
  margin-bottom: 18px;
  padding: 0;
  background-color: transparent;
  border: none;
  color: #333;
}
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-header.ui-widget-header .ui-datepicker-title {
  margin: 0;
  padding-top: 1px;
  padding-left: 11px;
  font-size: 116%;
  line-height: 1.75;
  text-align: left;
}
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-header.ui-widget-header a {
  position: absolute;
  width: 28px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media print, screen and (min-width: 48em) {
  .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-header.ui-widget-header a {
    background: none;
  }
}
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-header.ui-widget-header a .ui-icon {
  display: none;
  top: 50%;
  margin: 0;
  width: 5px;
  height: 5px;
  background: none;
  border-style: solid;
  border-color: #333;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}
@media print, screen and (min-width: 48em) {
  .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-header.ui-widget-header a .ui-icon {
    display: block;
  }
}
@media print, screen and (min-width: 61.25em) {
  .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-header.ui-widget-header a:hover .ui-icon {
    border-color: #888;
  }
}
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-header.ui-widget-header a.ui-datepicker-prev {
  top: 2px;
  right: 28px;
  left: auto;
  background-image: url(//www.elecom.co.jp/common/svg/icon_arrow-bold_left_black_01.svg);
}
@media print, screen and (min-width: 48em) {
  .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-header.ui-widget-header a.ui-datepicker-prev {
    background-image: none;
  }
}
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-header.ui-widget-header a.ui-datepicker-prev .ui-icon {
  margin-left: -3px;
  border-width: 0 0 2px 2px;
}
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-header.ui-widget-header a.ui-datepicker-next {
  top: 2px;
  right: 0;
  background-image: url(//www.elecom.co.jp/common/svg/icon_arrow-bold_right_black_01.svg);
}
@media print, screen and (min-width: 48em) {
  .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-header.ui-widget-header a.ui-datepicker-next {
    background-image: none;
  }
}
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-header.ui-widget-header a.ui-datepicker-next .ui-icon {
  margin-left: -5px;
  border-width: 2px 2px 0 0;
}
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-header.ui-widget-header a.ui-state-hover {
  border: none;
  background: transparent;
  color: #333;
}
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-header.ui-widget-header a.ui-datepicker-prev-hover, .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-header.ui-widget-header a.ui-datepicker-next-hover {
  top: 2px;
}
.ui-datepicker.ui-widget.ui-widget-content table {
  margin: 0;
  font-size: 100%;
}
.ui-datepicker.ui-widget.ui-widget-content table th {
  padding-top: 0;
  padding-bottom: 6px;
  padding-right: 0;
  padding-left: 0;
}
.ui-datepicker.ui-widget.ui-widget-content table th span {
  width: 100%;
  font-size: 116%;
}
.ui-datepicker.ui-widget.ui-widget-content table td {
  box-sizing: border-box;
  width: calc(100% / 7);
}
@media print, screen and (min-width: 40.0625em) {
  .ui-datepicker.ui-widget.ui-widget-content table td {
    width: 37px;
  }
}
.ui-datepicker.ui-widget.ui-widget-content table td.ui-state-disabled {
  opacity: 1;
}
.ui-datepicker.ui-widget.ui-widget-content table td.ui-state-disabled .ui-state-default {
  color: #dddddd;
}
.ui-datepicker.ui-widget.ui-widget-content .ui-state-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 30px;
  padding: 0;
  background-color: transparent;
  border: none;
  color: #333;
  text-align: center;
}
.ui-datepicker.ui-widget.ui-widget-content .ui-state-default.ui-state-highlight {
  background-color: transparent;
}
@media print, screen and (min-width: 61.25em) {
  .ui-datepicker.ui-widget.ui-widget-content .ui-state-default:hover {
    background-color: #e6e6e6;
  }
}
.ui-datepicker.ui-widget.ui-widget-content .ui-state-default.ui-state-active {
  background-color: #014099;
  color: #fff;
}
