@charset "utf-8";

/* ress.css • v3.0.1/MIT License/github.com/filipelinhares/ress*/
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit
}

* {
  padding: 0;
  margin: 0
}

hr {
  overflow: visible;
  height: 0
}

details,
main {
  display: block
}

summary {
  display: list-item
}

small {
  font-size: 80%
}

[hidden] {
  display: none
}

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

a {
  background-color: transparent
}

a:active,
a:hover {
  outline-width: 0
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace
}

pre {
  font-size: 1em
}

b,
strong {
  font-weight: bolder
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

input {
  border-radius: 0
}

[disabled] {
  cursor: default
}

[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
}

textarea {
  overflow: auto;
  resize: vertical
}

button,
input,
optgroup,
select,
textarea {
  font: inherit
}

optgroup {
  font-weight: 700
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  color: inherit
}

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

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

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

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none
}

select {
  -moz-appearance: none;
  -webkit-appearance: none
}

select::-ms-expand {
  display: none
}

select::-ms-value {
  color: currentColor
}

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

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

img {
  border-style: none
}

progress {
  vertical-align: baseline
}

@media screen {
  [hidden~=screen] {
    display: inherit
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important
  }
}

[aria-busy=true] {
  cursor: progress
}

[aria-controls] {
  cursor: pointer
}

[aria-disabled] {
  cursor: default
}

/* 共通 */
html {
  box-sizing: border-box;
  min-height: 100vh;
}

body {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  display: block;
}

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

ul {
  list-style: none;
}

p {
  margin: 0;
}


/* トップ */
.inquiry_wrapper {
  padding-bottom: 300px;
}

.inquiry_top {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
}


/* ボタン */
.inquiry_left_btn,
.inquiry_right_btn {
  width: 156px;
  height: 48px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.inquiry_left_btn {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 2px solid #525262;
}

.inquiry_right_btn {
  background: #525262 0% 0% no-repeat padding-box;
  color: #FFF;
}

.color {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  border-radius: 50%;
  vertical-align: middle;
}

/* フォーム */
.input {
  width: 100%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #BEBEBE;
  border-radius: 3px;
  padding: 10px;
  display: block;
}

::-moz-placeholder {
  color: #BEBEBE;
}

::placeholder {
  color: #BEBEBE;
}

.label {
  font: normal normal bold 14px/16px Arial;
  margin-bottom: 0;
}

.none_label {
  color: #BEBEBE;
}

.select {
  width: 100%;
  height: 38px;
  border: 1px solid #BEBEBE;
  border-radius: 3px;
  padding: 10px;
  font: normal normal normal 14px/16px Arial;
  cursor: pointer;
  background-image: url(/images/pulldown.svg?b52cad38769b3525c7956b5598784666);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
}

.none_select {
  background-image: url(/images/none-pulldown.svg?69f527ca889757ef16209e8611439a27);
}

.radio {
  display: flex;
  background-color: #fff;
}

.radio_first{
  margin-right: 30px;
}

.radio_input {
  margin-right: 5px;
  margin-bottom: 5px;
}


/* パスワードアイ */
.password_area {
  width: 100%;
  position: relative;
}

.password_eye {
  z-index: 10;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 16px;
  width: 16px;
}

.password_eye_line {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 16px;
  width: 16px;
  border-bottom: 2px solid #333;;
  transform: rotate(45deg)
}

/* 所属の色 */
/* FC */
.affiliation_blue {
  background: #82CFD9 0% 0% no-repeat padding-box;
}

/* 経理 */
.affiliation_purple {
  background: #9D82D9 0% 0% no-repeat padding-box;
}

/* システム */
.affiliation_green {
  background: #82D993 0% 0% no-repeat padding-box;
}

/* その他 */
.affiliation_brown {
  background: #D9BE82 0% 0% no-repeat padding-box;
}

/* 加盟店 */
.affiliation_pink {
  background: #D982C5 0% 0% no-repeat padding-box;
}

/* 一次受け */
.affiliation_vermilion {
  background: #D98282 0% 0% no-repeat padding-box;
}

/* ステータスの色 */

/* 未確認 */
.status_red {
  background: #E36A6A 0% 0% no-repeat padding-box;
}

/* 未対応 */
.status_yellow {
  background: #FFD35C 0% 0% no-repeat padding-box;
}

/* 対応中 */
.status_pale_blue {
  background: #6AC2E3 0% 0% no-repeat padding-box;
}

/* 一次受け対応中 */
.status_light_blue {
  background: #6ADEE3 0% 0% no-repeat padding-box;
}

/* 対応完了 */
.status_blue {
  background: #6A8BE3 0% 0% no-repeat padding-box;
}

/* 一次確認 */
.status_orange {
  background: #FFB162 0% 0% no-repeat padding-box;
}

/* 登録者確認 */
.status_brown {
  background: #B79C6F 0% 0% no-repeat padding-box;
}

/* 一次受け差し戻し */
.status_purple {
  background: #D974FF 0% 0% no-repeat padding-box;
}

/* 登録者差し戻し */
.status_pink {
  background: #FC94BD 0% 0% no-repeat padding-box;
}

/* 完了 */
.status_green {
  background: #6AE38F 0% 0% no-repeat padding-box;
}

/* モーダル文字 */
.modal_red_text {
  font: normal normal normal 12px/14px Arial;
  color: red;
}

/* ユーティリティー */
.u-flex1 {
  flex: 1;
}

.u-margin_right30 {
  margin-right: 30px;
}

.u-margin_bottom10 {
  margin-bottom: 10px;
}

.u-margin_bottom17 {
  margin-bottom: 17px;
}

.u-margin_bottom30 {
  margin-bottom: 30px;
}

.u-margin_bottom50 {
  margin-bottom: 50px;
}

.u-margin_bottom74 {
  margin-bottom: 74px;
}

.u-height38 {
  height: 38px;
}

.u-width100 {
  width: 100%;
}

.u-font_weight {
  font-weight: bold;
}

.u-display_none {
  display: none;
}

/* ファイルクリップ */
.file_clip_container {
  height: 22px;
  display: flex;
  gap: 5px;
  justify-content: space-between;
  align-items: center;
  /* margin-bottom: 20px; */
}

.u-background {
  width: 100%;
  height: 22px;
  background: #FFF1D9 0% 0% no-repeat padding-box;
  border-radius: 10px;
  padding: 4px 10px;
  display: flex;
  gap: 5px;
  justify-content: space-between;
}

@media screen and (max-width: 960px) {

  .inquiry_left_btn,
  .inquiry_right_btn {
    width: 102px;
    height: 32px;
    margin-bottom: 10px;
  }

  .u-display {
    display: none;
  }

  .u-display_none {
    display: block;
  }

}

