@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap);
html {
  font-size: 62.5%;
  width: 100%;
}

body {
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 1.6rem;
  color: #101721;
  background-color: #f7f9ff;
  font-family: 'Kiwi Maru', serif;
}

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

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #101721;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

p,
h1,
h2,
dd,
dl {
  margin: 0;
}

input,
select {
  display: inline-block;
  padding: 5px 5px;
  line-height: 1.4;
  max-width: 100%;
  font-size: 1.4rem;
  background-color: #f1f1f3;
  border: 1px solid #d2d3d3;
  border-radius: 2px;
}

button {
  border: none;
  cursor: pointer;
}

/* Document
   * ========================================================================== */
/**
   * Add border box sizing in all browsers (opinionated).
   */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/**
   * 1. Add text decoration inheritance in all browsers (opinionated).
   * 2. Add vertical alignment inheritance in all browsers (opinionated).
   */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
   * 1. Use the default cursor in all browsers (opinionated).
   * 2. Change the line height in all browsers (opinionated).
   * 3. Use a 4-space tab width in all browsers (opinionated).
   * 4. Remove the grey highlight on links in iOS (opinionated).
   * 5. Prevent adjustments of font size after orientation changes in
   *    IE on Windows Phone and in iOS.
   * 6. Breaks words to prevent overflow in all browsers (opinionated).
   */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

/* Sections
   * ========================================================================== */
/**
   * Remove the margin in all browsers (opinionated).
   */
body {
  margin: 0;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Edge, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0;
}

/* Grouping content
   * ========================================================================== */
/**
   * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
   */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
   * Remove the margin on nested lists in Edge 18- and IE.
   */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
   * 1. Add the correct sizing in Firefox.
   * 2. Show the overflow in Edge 18- and IE.
   */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * Add the correct display in IE.
   */
main {
  display: block;
}

/**
   * Remove the list style on navigation lists in all browsers (opinionated).
   */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   * ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * Add the correct text decoration in Edge 18-, IE, and Safari.
   */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/* Embedded content
   * ========================================================================== */
/*
   * Change the alignment on media elements in all browsers (opinionated).
   */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
   * Add the correct display in IE 9-.
   */
audio,
video {
  display: inline-block;
}

/**
   * Add the correct display in iOS 4-7.
   */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
   * Remove the border on iframes in all browsers (opinionated).
   */
iframe {
  border-style: none;
}

/**
   * Remove the border on images within links in IE 10-.
   */
img {
  border-style: none;
}

/**
   * Change the fill color to match the text color in all browsers (opinionated).
   */
svg:not([fill]) {
  fill: currentColor;
}

/**
   * Hide the overflow in IE.
   */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
   * ========================================================================== */
/**
   * Collapse border spacing in all browsers (opinionated).
   */
table {
  border-collapse: collapse;
}

/* Forms
   * ========================================================================== */
/**
   * Remove the margin on controls in Safari.
   */
button,
input,
select {
  margin: 0;
}

/**
   * 1. Show the overflow in IE.
   * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
   */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
   * Correct the inability to style buttons in iOS and Safari.
   */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
   * 1. Change the inconsistent appearance in all browsers (opinionated).
   * 2. Correct the padding in Firefox.
   */
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

/**
   * Show the overflow in Edge 18- and IE.
   */
input {
  overflow: visible;
}

/**
   * 1. Correct the text wrapping in Edge 18- and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
  padding: 0;
  margin: 0;
}

/**
   * 1. Add the correct display in Edge 18- and IE.
   * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
   */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
   * Remove the inheritance of text transform in Firefox.
   */
select {
  text-transform: none;
}

/**
   * 1. Remove the margin in Firefox and Safari.
   * 2. Remove the default vertical scrollbar in IE.
   * 3. Change the resize direction in all browsers (opinionated).
   */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}

/**
   * Remove the padding in IE 10-.
   */
[type='checkbox'],
[type='radio'] {
  padding: 0;
  margin-right: 0.1em;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

[type='checkbox'] {
  accent-color: #0094ff;
}

/**
   * 1. Correct the odd appearance in Chrome, Edge, and Safari.
   * 2. Correct the outline style in Safari.
   */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Safari.
   */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
   * Correct the text style of placeholders in Chrome, Edge, and Safari.
   */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
   * Remove the inner padding in Chrome, Edge, and Safari on macOS.
   */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style upload buttons in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
   * Remove the inner border and padding of focus outlines in Firefox.
   */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus outline styles unset by the previous rule in Firefox.
   */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Remove the additional :invalid styles in Firefox.
   */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
   * ========================================================================== */
/*
   * Add the correct display in Edge 18- and IE.
   */
details {
  display: block;
}

/*
   * Add the correct styles in Edge 18-, IE, and Safari.
   */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Scripting
   * ========================================================================== */
/**
   * Add the correct display in IE 9-.
   */
canvas {
  display: inline-block;
}

/**
   * Add the correct display in IE.
   */
template {
  display: none;
}

/* User interaction
   * ========================================================================== */
/*
   * 1. Remove the tapping delay in IE 10.
   * 2. Remove the tapping delay on clickable elements
        in all browsers (opinionated).
   */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}

/**
   * Add the correct display in IE 10-.
   */
[hidden] {
  display: none;
}

/* Accessibility
   * ========================================================================== */
/**
   * Change the cursor on busy elements in all browsers (opinionated).
   */
[aria-busy='true'] {
  cursor: progress;
}

/*
   * Change the cursor on control elements in all browsers (opinionated).
   */
[aria-controls] {
  cursor: pointer;
}

/*
   * Change the cursor on disabled, not-editable, or otherwise
   * inoperable elements in all browsers (opinionated).
   */
[aria-disabled='true'],
[disabled] {
  cursor: not-allowed;
}

/*
   * Change the display on visually hidden accessible elements
   * in all browsers (opinionated).
   */
[aria-hidden='false'][hidden] {
  display: initial;
}

[aria-hidden='false'][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
.radio-btn {
  accent-color: #00009c;
}

/** 見出し用 */
.main-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 88.3601756955%;
}
@media screen and (max-width: 769px) {
  .main-inner {
    width: 85.3333333333%;
  }
}

.outline-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 88.7994143485%;
}
@media screen and (max-width: 769px) {
  .outline-inner {
    width: 85.3333333333%;
  }
}

.footer {
  background-color: #d3dffc;
  height: 220px;
  padding: 40px 0;
  width: 100%;
  display: inline-block;
}
.footer-wrap {
  display: flex;
  display: -webkit-box;
  /*Android4.3*/
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media screen and (max-width: 769px) {
  .footer-wrap {
    display: block;
    text-align: center;
  }
}
.footer-wrap .footer-item {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .footer-wrap .footer-item {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
  }
}
.footer-wrap .footer-item__menu--pc {
  text-align: center;
  padding-bottom: 1em;
}
@media screen and (max-width: 769px) {
  .footer-wrap .footer-item__menu--pc {
    display: none;
  }
}
.footer-wrap .footer-item__menu--pc > a:hover {
  color: rgba(16, 23, 33, 0.7);
}
.footer-wrap .footer-item__menu--sp {
  display: none;
}
@media screen and (max-width: 769px) {
  .footer-wrap .footer-item__menu--sp {
    display: block;
    text-align: center;
    padding-bottom: 1em;
  }
}
.footer-wrap .footer-item__copyright {
  text-align: left;
}
@media screen and (max-width: 769px) {
  .footer-wrap .footer-item__copyright {
    text-align: center;
    padding-bottom: 2em;
  }
}
.footer-wrap .footer-item-img {
  width: 330px;
  height: auto;
}
@media screen and (max-width: 769px) {
  .footer-wrap .footer-item-img {
    width: 50%;
    margin: 0 auto;
  }
}

.card-wrap {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 3em;
  padding-bottom: 5em;
}
@media screen and (max-width: 769px) {
  .card-wrap {
    display: block;
  }
}

.card-item {
  padding: 2em 1em 2.7em;
  width: 100%;
  height: auto;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 8px;
  text-align: center;
}
.card-item__ttl {
  font-size: 2.5rem;
  font-weight: bold;
  margin-top: 0.3em;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 769px) {
  .card-item__ttl {
    font-size: 1.6rem;
    font-weight: bold;
  }
}
.card-item__img {
  width: 100%;
  margin: 0 auto;
}
.card-item .rhombus {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 0;
}
.card-item__pending-date {
  font-size: 1.5rem;
  font-weight: bold;
}
.card-item .attended {
  padding-bottom: 3.4em;
}
.card-item__txt {
  font-size: 1.4rem;
  padding-top: 1.4em;
}

.tbl {
  display: inline-block;
  vertical-align: top;
  border: none;
  padding-bottom: 5.3em;
}

.tbl th {
  padding: 1em 0.57em 0.7em 0;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  border-right: none;
  vertical-align: top;
  text-align: left;
}

.tbl tr {
  text-align: left;
}

.tbl td {
  position: relative;
  padding: 0 0 1.2em;
  text-align: left;
  border-right: none;
}

.tbl th label {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
}

.field-normal {
  display: inline-block;
  padding: 0.4em 0.4em;
  line-height: 1.4;
  width: 450px;
  max-width: 100%;
  font-size: 1.4rem;
  background-color: #f1f1f3;
  border: 1px solid #d2d3d3;
  border-radius: 2px;
}

.field-small {
  width: 5em;
  max-width: 100%;
  margin-right: 0.3em;
}

.field-medium {
  width: 17em;
  max-width: 100%;
}

.tbl td .ex {
  display: block;
  padding: 0.5em 0;
  font-size: 95%;
  color: #767777;
}

/* :invalid時だけ隣の要素を表示 */
input:invalid + .error-message {
  display: inline-block;
}

.item-name {
  text-align: left;
  display: block;
  font-size: 1.7rem;
  font-weight: bold;
  padding-bottom: 0.5em;
}

.item-field {
  margin-bottom: 0.3em;
}

.ex {
  font-size: 1.4rem;
  font-weight: 500;
  color: #868686;
  display: block;
}

.field-txtarea {
  width: 65%;
  max-width: 100%;
  min-height: 10em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 1.6rem;
  background-color: #f1f1f3;
  border: 1px solid #d2d3d3;
  border-radius: 2px;
}

.page-ttl-area--company {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 300px;
  background: url(/assets/images/proq-app/icon20.png) no-repeat left center/contain #76abd5;
}

.company-info-inner .info {
  display: flex;
  display: -webkit-box;
  /*Android4.3*/
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 5.3em;
  padding: 5em 4em;
}
.company-info-inner .info-container__wrap {
  padding: 2em 4em;
}
.company-info-inner .info-container .company {
  width: calc(100% + 4em);
  margin: 0 0 0 -4em;
  background-color: #f6ebcf;
}
.company-info-inner .info-container .recruit {
  width: calc(100% + 4em);
  margin: 0 -4em 0 0;
  background-color: #d6e2ab;
}
.company-info-inner .info-container__ttl {
  margin-bottom: 0.3em;
}
.company-info-inner .info-container__sub-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.company-info-inner .info-container__sub-txt {
  margin-bottom: 2em;
}
.company-info-inner .info .img-container {
  width: 100%;
  height: auto;
}
.company-info .ttl-wrap {
  padding-left: 4em;
}
.company-info .contact {
  padding: 4em 3em 4em;
  background-color: #fff;
}
.company-info .contact-title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 0.8em;
}
.company-info .contact .c-form {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
.company-info .contact .c-form__lb {
  margin-bottom: 0.4em;
}
.company-info .contact .c-form__input {
  width: 100%;
  padding: 0.4em 0.8em;
  line-height: 1.8;
  font-size: 1.8rem;
  margin-bottom: 0.5em;
  background-color: #f1f1f3;
  border: 1px solid #d2d3d3;
  border-radius: 2px;
}
.company-info .contact .c-form__textarea {
  width: 100%;
  padding: 0.4em 0.8em;
  line-height: 1.6;
  font-size: 1.5rem;
  background-color: #f1f1f3;
  border: 1px solid #d2d3d3;
  border-radius: 2px;
  height: 16em;
}
.company-info .contact .c-form__th {
  padding-bottom: 0.3em;
}
.company-info .contact .c-form__tr {
  text-align: left;
}
.company-info .contact .c-form__td {
  padding-bottom: 1.5em;
}
.company-info .contact .c-form_submit-box {
  width: 100%;
  text-align: center;
}

.btn-right {
  text-align: right;
}

.btn-company-info {
  display: inline-block;
  color: #fff;
  background-color: #43a4f5;
  border-radius: 5px;
  border: solid 2px #43a4f5;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  font-weight: bold;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 0.7em 3.5em;
}

.btn-company-info:hover {
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #43a4f5;
  border: solid 2px #43a4f5;
}

/* 
    モーダル
  */
.modal-entry {
  max-width: 600px;
  width: 70%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #f7f7f7;
  border-radius: 10px;
  padding: 16px 16px 30px 16px;
  display: none;
}

.border-success {
  border: 3px solid #7cc940;
}

.border-fail {
  border: 3px solid #ec4646;
}

.flag-icon {
  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;
  height: 100px;
  font-size: 50px;
}

.main-modal-message {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px auto;
  padding-bottom: 5px;
  border-bottom: 2px solid black;
  font-size: 24px;
}

.sub-modal-message {
  text-align: center;
  font-size: 18px;
}

.close-button {
  display: block;
  width: 150px;
  background-color: #258ff1;
  color: white;
  border: none;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 10px 20px;
  border-radius: 5px;
  margin: 40px auto 0 auto;
}

.close-button:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .flag-icon {
    height: 64px;
    font-size: 32px;
  }
  .main-modal-message {
    font-size: 20px;
  }
  .sub-modal-message {
    font-size: 14px;
  }
}
.modal-close__wrap {
  position: absolute;
  right: 40px;
  top: 20px;
}

.modal-close {
  background: transparent;
  border-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  width: 28px;
  display: block;
  height: 28px;
}

.modal-close span {
  position: relative;
  width: 100%;
  height: 1px;
  background: black;
  display: block;
}

.modal-close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: grey;
  opacity: 0.6;
  display: none;
  /** 追記 **/
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
}

.overlay.open {
  display: block;
  z-index: 99999;
}

.modal-entry.open {
  display: block;
  z-index: 99999;
}

/* 
    ローディングアニメーション 
  */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loading {
  width: 24px;
  margin: auto;
  border-radius: 50%;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

@media screen and (max-width: 768px) {
  .flag-icon {
    height: 64px;
    font-size: 32px;
  }
  .main-modal-message {
    font-size: 20px;
  }
  .sub-modal-message {
    font-size: 14px;
  }
}
.footer {
  background-color: #d3dffc;
  height: 220px;
  padding: 40px 0;
  width: 100%;
  display: inline-block;
}
.footer-wrap {
  display: flex;
  display: -webkit-box;
  /*Android4.3*/
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media screen and (max-width: 769px) {
  .footer-wrap {
    display: block;
    text-align: center;
  }
}
.footer-wrap .footer-item {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .footer-wrap .footer-item {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
  }
}
.footer-wrap .footer-item__menu--pc {
  text-align: center;
  padding-bottom: 1em;
}
@media screen and (max-width: 769px) {
  .footer-wrap .footer-item__menu--pc {
    display: none;
  }
}
.footer-wrap .footer-item__menu--pc > a:hover {
  color: rgba(16, 23, 33, 0.7);
}
.footer-wrap .footer-item__menu--sp {
  display: none;
}
@media screen and (max-width: 769px) {
  .footer-wrap .footer-item__menu--sp {
    display: block;
    text-align: center;
    padding-bottom: 1em;
  }
}
.footer-wrap .footer-item__copyright {
  text-align: left;
}
@media screen and (max-width: 769px) {
  .footer-wrap .footer-item__copyright {
    text-align: center;
    padding-bottom: 2em;
  }
}
.footer-wrap .footer-item-img {
  width: 330px;
  height: auto;
}
@media screen and (max-width: 769px) {
  .footer-wrap .footer-item-img {
    width: 50%;
    margin: 0 auto;
  }
}

.tbl {
  display: inline-block;
  vertical-align: top;
  border: none;
  padding-bottom: 5.3em;
}

.tbl th {
  padding: 1em 0.57em 0.7em 0;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  border-right: none;
  vertical-align: top;
  text-align: left;
}

.tbl tr {
  text-align: left;
}

.tbl td {
  position: relative;
  padding: 0 0 1.2em;
  text-align: left;
  border-right: none;
}

.tbl th label {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
}

.field-normal {
  display: inline-block;
  padding: 0.4em 0.4em;
  line-height: 1.4;
  width: 450px;
  max-width: 100%;
  font-size: 1.4rem;
  background-color: #f1f1f3;
  border: 1px solid #d2d3d3;
  border-radius: 2px;
}

.field-small {
  width: 5em;
  max-width: 100%;
  margin-right: 0.3em;
}

.field-medium {
  width: 17em;
  max-width: 100%;
}

.tbl td .ex {
  display: block;
  padding: 0.5em 0;
  font-size: 95%;
  color: #767777;
}

/* :invalid時だけ隣の要素を表示 */
input:invalid + .error-message {
  display: inline-block;
}

.item-name {
  text-align: left;
  display: block;
  font-size: 1.7rem;
  font-weight: bold;
  padding-bottom: 0.5em;
}

.item-field {
  margin-bottom: 0.3em;
}

.ex {
  font-size: 1.4rem;
  font-weight: 500;
  color: #868686;
  display: block;
}

.field-txtarea {
  width: 65%;
  max-width: 100%;
  min-height: 10em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 1.6rem;
  background-color: #f1f1f3;
  border: 1px solid #d2d3d3;
  border-radius: 2px;
}

/* エラーメッセージ要素 アカウント設定でも使う */
.error-message {
  font-size: 1.2rem;
  padding: 0.2em 1em;
  font-weight: bold;
  color: #cb1d1e;
  background-color: #fff0f7;
}
