@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

b, strong {
  font-weight: bolder;
}

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

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

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

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

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=search] {
  outline-offset: -2px;
}

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

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

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

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

em {
  font-style: normal;
}

/* common
---------------------------------------------------------------- */
html {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 60px;
  }
}

body {
  max-width: 100vw;
}
body.fixed {
  overflow: hidden;
  height: 100vh;
}

* {
  font-family: "Noto Sans JP", sans-serif;
  font-size: inherit;
}

.svg-symbol {
  display: none;
}

a {
  color: #243A84;
}
a.link_normal {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

div {
  word-wrap: break-word;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  justify-self: stretch;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

footer {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .only_pc {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .only_sp {
    display: none !important;
  }
}

.section {
  padding: 20px 0;
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page_lp_login .section {
    padding: 5em 0;
  }
}

.inner {
  width: 1080px;
  max-width: 100%;
  padding: 0 40px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

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

.text-red {
  color: #bf5050;
}

.text-lightgray {
  color: #7E7E7E;
}

.text-bold {
  font-weight: bold;
}

.button {
  border: none;
  text-decoration: none;
  background: #7E7E7E;
  color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 44px;
  min-width: 227px;
  width: auto;
  margin: 5px 10px;
  padding: 0.5em;
  position: relative;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media only screen and (min-width: 768px) {
  .button:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767px) {
  .button {
    min-width: 0;
    width: 70%;
  }
}

.button::before,
.button::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.button_gray {
  background: -webkit-gradient(linear, left bottom, left top, from(#7e7e7e), to(#9b9b9b));
  background: linear-gradient(to top, #7e7e7e 0%, #9b9b9b 100%);
  border: 2px solid #707070;
}

.button_red {
  background: -webkit-gradient(linear, left bottom, left top, from(#c91e1e), to(#e34f4f));
  background: linear-gradient(to top, #c91e1e 0%, #e34f4f 100%);
  border: 2px solid #a03535;
}

.button_blue {
  background: -webkit-gradient(linear, left bottom, left top, from(#243a84), to(#2f52c7));
  background: linear-gradient(to top, #243a84 0%, #2f52c7 100%);
  border: 1px solid #6472de;
}

.button_edit {
  background: #D18A8A;
  width: auto;
  min-width: 0;
  min-height: 0;
  padding: 0.5em 0.2em;
  font-size: 12px;
  margin: auto;
  white-space: nowrap;
}
.button_fav {
  white-space: nowrap;
  width: auto;
  min-width: 0;
  min-height: 0;
  padding: 0.5em;
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
  background: linear-gradient(#fff 0%, #e6e6e6 100%);
  border: 1px solid #d6d6d6;
  font-size: 12px;
  font-weight: 500;
  color: #333;
}
.button_fav::before, .button_fav::after {
  content: none;
}
@media only screen and (max-width: 767px) {
  .button_fav {
    width: auto;
  }
}

.icon {
  fill: #707070;
  width: 24px;
  height: 20px;
  position: relative;
}

.link_arrow,
.arrow-r {
  fill: #707070;
  width: 5px;
  height: 9px;
  position: relative;
}

.icon_clip {
  fill: #fff;
  width: 16px;
  height: 18px;
  position: relative;
}

.icon_upload {
  fill: #A1CED6;
  width: 18px;
  height: 18px;
  position: relative;
}

.icon_fav_star {
  width: 16px;
  height: 15px;
  margin-right: 2px;
  fill: #fff;
}
.icon_fav_star.active, .checkbox_fav:checked + label .icon_fav_star {
  fill: #FFB11F;
}

.icon_fav_star_lp {
  width: 16px;
  height: 15px;
  margin-right: 2px;
  fill: #d6d6d6;
}
.icon_fav_star_lp.active, .checkbox_fav:checked + label .icon_fav_star_lp {
  fill: #FFB11F;
  stroke: #FFB11F;
}

.button_download span {
  width: 100%;
}

.icon_download {
  width: 22px;
  height: 18px;
  fill: #fff;
  opacity: 0.7;
  margin-left: auto;
}

.button_wrap {
  margin: 30px auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .button_wrap {
    margin: 10px auto;
  }
}

.button_wrap_flex {
  margin: 30px auto;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .button_wrap_flex {
    display: block;
    text-align: center;
    margin: 10px auto;
    padding: 10px 0;
  }
}

/* header common
---------------------------------------------------------------- */
.header {
  background: #53AEBE;
  color: #fff;
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .header {
    min-height: 50px;
    height: 50px;
    position: sticky;
    top: 0;
  }
}
.header a {
  color: #fff;
}
.header_inner {
  width: 78%;
}
@media only screen and (max-width: 767px) {
  .header_inner {
    width: 100%;
    min-width: 0;
  }
}
.header_logo {
  width: auto;
  height: 50px;
  position: relative;
  z-index: 100;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .header_logo {
    margin-right: auto;
  }
}
.header_logo a {
  display: block;
  height: 50px;
}
.header_logo img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .header_logo img {
    width: auto;
    height: 100%;
  }
}
.header_my_admin {
  background: #7E7E7E;
}

.header_inner {
  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-line-pack: center;
  align-content: center;
}

.header_nav {
  padding-left: 50px;
}
@media only screen and (max-width: 767px) {
  .header_nav {
    display: none;
  }
}
.header_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 16px;
}
.header_nav_list_item {
  padding-right: 1em;
}

.header_login {
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .header_login {
    display: none;
  }
}
.header_login_name {
  text-align: right;
  font-size: 12px;
}
.header_login_name span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: auto;
  padding: 0 1.5em;
  height: 24px;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bcbcbc));
  background: linear-gradient(#fff 0%, #bcbcbc 100%);
  border: 1px solid #c6c6c6;
  color: #333;
}
.header_login_logout {
  text-align: right;
  font-size: 10px;
  margin-top: 0.5em;
}
.header_login_logout_button {
  display: inline-block;
}

.pc_header_mypage_button {
  display: block;
}
.pc_header_mypage_button .img {
  height: 24px;
  width: 24px;
  margin-right: 8px;
}

.sp_header_mypage_button {
  display: block;
  margin-right: 5px;
}
@media only screen and (min-width: 768px) {
  .sp_header_mypage_button {
    display: none;
  }
}

.sp_header_menu_button {
  display: block;
  margin-right: 0;
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 100;
}
.sp_header_menu_button span, .sp_header_menu_button::before, .sp_header_menu_button::after {
  content: "";
  position: absolute;
  display: block;
  overflow: hidden;
  width: 100%;
  background: #fff;
  height: 3px;
  width: 24px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.2s;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.sp_header_menu_button span {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.sp_header_menu_button::after {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.sp_header_menu_button.open span {
  top: 0;
  bottom: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sp_header_menu_button.open::after {
  top: 0;
  bottom: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sp_header_menu_button.open::before {
  display: none;
}
@media only screen and (min-width: 768px) {
  .sp_header_menu_button {
    display: none;
  }
}

.sp_header_nav {
  z-index: -1;
  opacity: 0;
  position: fixed;
  color: #333;
  background: #fff;
  -webkit-transform: translateX(100vw);
  transform: translateX(100vw);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 50vw;
  height: calc(100vh - 50px);
  top: 50px;
  bottom: 0;
  left: 0;
}
.sp_header_nav a {
  color: #333;
}
.sp_header_nav.open {
  z-index: 1;
  opacity: 1;
  -webkit-box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.16);
  display: block;
  -webkit-transform: translateX(50vw);
  transform: translateX(50vw);
}
.sp_header_nav_list {
  padding: 5vw;
  font-size: 16px;
}
.sp_header_nav_list_item {
  margin: 1em 0;
  font-weight: 500;
}
.sp_header_nav_list_item a {
  display: block;
  padding-right: 20px;
  position: relative;
}
.sp_header_nav_list_item a::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-right: 1px solid #7E7E7E;
  border-top: 1px solid #7E7E7E;
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* footer common
---------------------------------------------------------------- */
.footer {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 2em 1em;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 1em 1em 3em;
  }
}
.footer a {
  color: #fff;
  display: inline-block;
}
.footer_logo {
  width: 280px;
  margin: 1em auto;
}
@media only screen and (max-width: 767px) {
  .footer_logo {
    width: 58%;
  }
}
.footer_logo img {
  width: 100%;
}
.footer_nav {
  margin: 1em auto 2em;
  font-weight: bold;
}
.footer_nav_list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media only screen and (max-width: 767px) {
  .footer_nav_list {
    display: block;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    text-align: left;
  }
}
.footer_nav_item {
  margin: 0.5em 1em;
}
@media only screen and (max-width: 767px) {
  .footer_nav_item {
    display: block;
    width: 100%;
    margin: 0.8em 0;
  }
}
.footer_company {
  text-align: left;
  margin-top: 2.5em;
}
@media only screen and (max-width: 767px) {
  .footer_company {
    font-size: 12px;
    line-height: 1.5;
  }
}
.footer_dl {
  margin-top: 1em;
  text-align: left;
}
.footer_dl a {
  text-decoration: underline;
}
.footer_copyright {
  text-align: right;
  margin-top: 1em;
}
@media only screen and (max-width: 767px) {
  .footer_copyright {
    text-align: center;
    font-size: 12px;
    margin-top: 2.5em;
  }
}
.footer.admin {
  background-color: #4B4B4B;
}

/* breadcrumbs
---------------------------------------------------------------- */
.breadcrumbs {
  margin-bottom: 10px;
  color: #7E7E7E;
}
.breadcrumbs a {
  color: #7E7E7E;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs_list {
  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-line-pack: center;
  align-content: center;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
}
.breadcrumbs_list_item {
  display: inline-block;
}
.breadcrumbs_list_item ~ .breadcrumbs_list_item {
  padding-left: 1em;
  position: relative;
}
.breadcrumbs_list_item ~ .breadcrumbs_list_item::before {
  position: absolute;
  left: 0.2em;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid #7E7E7E;
  border-top: 1px solid #7E7E7E;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.main_top_head {
  background: #4B4B4B;
  color: #fff;
  width: 100%;
  padding: 24px 0;
  justify-self: flex-start;
  margin-bottom: auto;
}
.main_top_head .title_h1 {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .main_top_head .title_h1 {
    font-size: 20px;
    padding: 0;
  }
}
.main_top_head .inner {
  padding-bottom: 0;
}

.main_top_head .breadcrumbs {
  color: #fff;
}
.main_top_head .breadcrumbs a {
  color: #fff;
}
.main_top_head .breadcrumbs_list_item ~ .breadcrumbs_list_item::before {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}

/* form
---------------------------------------------------------------- */
.form_table {
  width: 100%;
  margin: auto;
}
.page_lp_login .form_table {
  max-width: 600px;
}
.form_table th {
  vertical-align: top;
  padding: 1.4rem 1rem 1.4rem 0.2rem;
  min-height: 2.2rem;
  text-align: right;
  width: 25%;
  white-space: nowrap;
}
.form_table td {
  vertical-align: top;
  padding: 0.6rem 0.2rem;
  min-height: 2.2rem;
  background: #fff;
}
.form_table .text-left-th {
  text-align: left;
}
.form_table .text-right-th {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .form_table {
    display: block;
  }
  .form_table tbody, .form_table tr, .form_table th, .form_table td {
    display: block;
    padding: 0.2rem;
    min-height: 0;
    text-align: left;
    width: 100%;
  }
  .form_table .text-right-th {
    text-align: left;
  }
}

input::-webkit-input-placeholder {
  color: #bbb;
}

input::-moz-placeholder {
  color: #bbb;
}

input:-ms-input-placeholder {
  color: #bbb;
}

input::-ms-input-placeholder {
  color: #bbb;
}

input::placeholder {
  color: #bbb;
}

input:not([type=radio]):not([type=checkbox]):not([type=button]):not([type=submit]):not([type=reset]):not([type=file]), textarea, .span_input_text {
  border: 1px solid #d6d6d6;
  background: #fff;
  border-radius: 4px;
  font-size: 16px;
  padding: 0.6em 0.4em;
  line-height: 1.2;
  width: 100%;
}

.span_input_text {
  display: inline-block;
  border: none;
}

textarea {
  resize: vertical;
}

select {
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  font-size: 16px;
  padding: 0.4em 1.6em 0.4em 0.6em;
  line-height: 1.2;
  width: 100%;
  position: relative;
  background-color: #fff;
  background-image: url(../img/icon-select.svg);
  background-position: right 0.6em center;
  background-repeat: no-repeat;
  background-size: 9px 9px;
}

.input_number_wrap {
  position: relative;
  width: 100%;
}
.input_number_wrap::before, .input_number_wrap::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/icon-select.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 10px;
  height: 10px;
  margin: auto;
  right: 8px;
  left: auto;
  pointer-events: none;
}
.input_number_wrap::after {
  top: auto;
  bottom: 6px;
}
.input_number_wrap::before {
  bottom: auto;
  top: 6px;
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
.input_number_wrap .input_number {
  padding-right: 20px;
}
.input_number_wrap .input_number::-webkit-inner-spin-button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  opacity: 0;
  cursor: pointer;
}
.input_number_wrap .input_number::-webkit-contacts-auto-fill-button {
  opacity: 0;
}

.form_tos_area {
  border: 1px solid #d6d6d6;
  background: #fff;
  border-radius: 4px;
  font-size: 16px;
  padding: 0.6em 0.4em;
  line-height: 1.2;
  width: 100%;
  height: 6.6em;
  overflow-y: auto;
  resize: vertical;
}

.checkbox_label {
  position: relative;
  line-height: 1.45;
}
@media only screen and (min-width: 768px) {
  .checkbox_label:hover {
    opacity: 0.8;
  }
}

.checkbox_label_inner_text {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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-line-pack: center;
  align-content: center;
  padding-left: 26px;
  position: relative;
}
.checkbox_label_inner_text::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #d6d6d6;
  position: absolute;
  left: 0;
  right: auto;
}
.checkbox_label_inner_text::after {
  content: "";
  display: none;
  position: absolute;
  left: 4px;
  width: 15px;
  height: 10px;
  border-left: 4px solid #000;
  border-bottom: 4px solid #000;
  -webkit-transform: rotate(-45deg) translateY(-2px);
  transform: rotate(-45deg) translateY(-2px);
  -webkit-transform-origin: center;
  transform-origin: center;
}

input[type=checkbox]:checked + .checkbox_label_inner_text::after {
  display: block;
}

.radio_label {
  position: relative;
  line-height: 1.45;
}
@media only screen and (min-width: 768px) {
  .radio_label:hover {
    opacity: 0.8;
  }
}

.radio_label ~ .radio_label {
  margin-left: 2em;
}

.radio_label_inner_text {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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-line-pack: center;
  align-content: center;
  padding-left: 26px;
  position: relative;
}
.radio_label_inner_text::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #d6d6d6;
  position: absolute;
  left: 0;
  right: auto;
}
.radio_label_inner_text::after {
  content: "";
  display: none;
  position: absolute;
  left: 5px;
  right: auto;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #000;
}

input[type=radio]:checked + .radio_label_inner_text::after {
  display: block;
}

.input_file_hide {
  width: 1px;
  height: 1px;
  font-size: 1px;
  overflow: hidden;
}

.input_file_label {
  border-radius: 7px;
  background: -webkit-gradient(linear, left top, left bottom, from(#eae8e8), to(#c9c9c9));
  background: linear-gradient(to bottom, #eae8e8 0%, #c9c9c9 100%);
  border: 2px solid #a8a8a8;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #333;
}

.textarea_exhibit_details {
  height: 400px;
}
@media only screen and (max-width: 767px) {
  .textarea_exhibit_details {
    height: 40vh;
  }
}

.form_input_notes {
  color: #888;
  font-size: 14px;
  font-weight: 500;
  margin-top: 0.4em;
}

input:not([type=radio]):not([type=checkbox]):not([type=button]):not([type=submit]):not([type=reset]):not([type=file]).form_input_error,
textarea.form_input_error {
  border: 2px solid #bf5050;
  background: #F2D3D3;
}

.form_input_error_text {
  color: #bf5050;
  font-size: 14px;
  font-weight: 500;
  margin-top: 0.4em;
}

.required, .optional {
  display: inline-block;
  font-size: 10px;
  margin-left: 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 0.4em 0.6em;
  border-radius: 5px;
  line-height: 1;
}

.required {
  background-color: #bf5050;
  color: #fff;
}

.optional {
  background-color: #7E7E7E;
  color: #fff;
}

/* list_table
---------------------------------------------------------------- */
.list_table_wrap {
  width: 100%;
  overflow-x: auto;
  position: relative;
}

.list_table {
  min-width: 100%;
  table-layout: fixed;
}
.list_table th, .list_table td {
  border: 1px solid #D6D6D6;
  padding: 0.6em 0.5em;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .list_table th, .list_table td {
    padding: 0.5em;
  }
}
.list_table th {
  background: #F5F5F5;
  font-weight: 500;
  white-space: nowrap;
}
.list_table td {
  background: #fff;
}
.list_table tr > .shohin {
  min-width: 10em;
}
.list_table_sort_button {
  position: relative;
  cursor: pointer;
  display: block;
  width: 100%;
  padding-right: 20px;
}
.list_table_sort_button::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5px 0 5px;
  border-color: #333 transparent transparent transparent;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.list_table_sort_button.desc::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.list_table_sort_button.asc::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.list_table_pager_wrap {
  text-align: center;
  padding: 20px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list_table_pager {
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.list_table_pager_link {
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  min-width: 1.5em;
  margin: 0.5em;
  font-size: 16px;
  font-weight: bold;
}

.confirm_table_wrap {
  padding: 1em 0;
}

.confirm_table {
  max-width: 100%;
  width: auto;
  margin: auto;
  font-size: 16px;
}
.confirm_table th {
  width: 25%;
  white-space: nowrap;
  padding: 0.6em 2em 0.6em 0.6em;
  text-align: right;
  color: #7E7E7E;
  font-weight: 500;
}
.confirm_table td {
  font-weight: 500;
  padding: 0.6em;
}
@media only screen and (max-width: 767px) {
  .confirm_table {
    display: block;
    text-align: left;
    font-size: 14px;
  }
  .confirm_table thead, .confirm_table tfoot, .confirm_table tbody, .confirm_table tr, .confirm_table th, .confirm_table td {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
  }
  .confirm_table tr {
    padding: 0.5em 0;
  }
  .confirm_table td {
    padding: 0.5em 0;
  }
}

.thanks_body {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 6em;
  margin: 30px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.8;
}

.profile_table_wrap {
  padding: 20px 0;
}

.profile_table {
  max-width: 100%;
  width: auto;
  margin: auto;
  font-size: 16px;
}
.profile_table th {
  white-space: nowrap;
  padding: 0.6em 2em 0.6em 0.6em;
  font-weight: 500;
}
.profile_table td {
  font-weight: 500;
  padding: 0.6em;
}
.profile_table tr {
  border-bottom: 1px solid #d6d6d6;
}

/* 縞リスト
---------------------------------------------------------------- */
.stripe_list {
  line-height: 1.5;
}
.stripe_list_item {
  padding: 1em 1.5em;
}
.stripe_list_item:nth-child(2n-1) {
  background: #fff;
}
.stripe_list_item:nth-child(2n) {
  background: #ededed;
}
.stripe_list .title {
  font-size: 16px;
  margin-bottom: 0.5em;
  font-weight: 500;
}

/* お知らせ
---------------------------------------------------------------- */
.info_list {
  width: 100%;
}
.info_list_item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #d6d6d6;
  padding: 20px 0;
  color: #333;
}
.info_list_time {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  width: 6.5em;
  font-style: normal;
  font-weight: 500;
}
.info_list_body {
  width: calc(100% - 6.6em);
}
.info_list_body_title {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}
.info_list_body_text {
  font-size: 14px;
  line-height: 1.4;
}

.info_detail_title {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .info_detail_title {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 0.5em;
  }
}
.info_detail_title_wrap {
  padding: 20px 0;
  border-bottom: 1px solid #d6d6d6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.info_detail_title_wrap .title_h1 {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .info_detail_title_wrap .title_h1 {
    width: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.info_detail_title_no {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0.5em;
}
.info_detail_title_time {
  margin-right: 0.6em;
}
.info_detail_title_link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #333;
  margin-left: auto;
}
.info_detail_title_link > span {
  margin-right: 0.6em;
}
@media only screen and (max-width: 767px) {
  .info_detail_title_link {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

.info_detail {
  line-height: 1.5;
  padding: 10px 0;
  overflow-y: auto;
  min-height: 300px;
}
.info_detail p {
  margin: 1em auto;
}

/* 取引メッセージ
---------------------------------------------------------------- */
.message_detail {
  line-height: 1.5;
  padding: 10px 10px;
  overflow-y: auto;
  min-height: 300px;
}
@media only screen and (max-width: 767px) {
  .message_detail {
    padding: 10px 0 20px;
  }
}
.message_detail p {
  margin: 1em auto;
  line-height: 1.5;
}
.message_detail p.message_detail_name {
  margin: 0.5em 0;
}
.message_detail_body {
  border-radius: 10px;
  background: #f5f5f5;
  border: 1px solid #d6d6d6;
  padding: 0 1em;
  margin-bottom: 20px;
}
.message_detail_box {
  width: 72%;
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  .message_detail_box {
    width: 100%;
  }
}
.message_detail_box_left .message_detail_body {
  border-top-left-radius: 0px;
  background: #f5f5f5;
  border: 1px solid #d6d6d6;
}
.message_detail_box_right {
  margin: auto 0 auto auto;
}
.message_detail_box_right .message_detail_body {
  border-top-right-radius: 0px;
  background: #ceeaff;
  border: 1px solid #d6d6d6;
}
.message_detail_box_right .message_detail_name {
  text-align: right;
}

.message_input_area {
  padding: 25px 0 10px;
  border-top: 1px solid #d6d6d6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .message_input_area {
    padding: 18px 0;
  }
}
.message_input_area .message_input {
  width: calc(100% - 100px);
  border-radius: 10px;
  height: 44px;
  resize: vertical;
}
.message_input_area .button {
  min-width: 0;
  width: 88px;
  height: 40px;
  margin: auto auto 0 10px;
}
.message_input_area .button::after {
  width: 0;
}
.message_input_area .button::before {
  width: 0.4em;
}
.message_input_area .arrow-r {
  fill: #fff;
}
.message_input_area .clip {
  fill: #fff;
}

.faq_detail {
  padding: 10px 0;
}
.faq_detail + .faq_detail {
  border-top: 1px solid #707070;
}
.faq_detail_box {
  padding: 10px 0;
}
.faq_detail_box_title {
  font-weight: bold;
  margin: 0.5em 0;
  font-size: 16px;
}
.faq_detail_box_body {
  line-height: 1.5;
}
.faq_detail_input_area {
  padding: 10px 0;
}
.faq_detail_input_title {
  font-weight: bold;
  margin: 0.5em 0;
  font-size: 16px;
}

.faq_input {
  height: auto;
  font-size: 14px;
  min-height: 5.5em;
  line-height: 1.5;
  resize: vertical;
}

.faq_input_area_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.faq_input_area_buttons .button {
  min-width: 0;
  width: 104px;
  min-height: 24px;
  font-size: 12px;
  margin: 10px 0 10px 10px;
}
.faq_input_area_buttons .input_file_label {
  font-size: 10px;
}
.faq_input_area_buttons .input_file_label::before {
  content: "＋";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid #A5A5A5;
  color: #A5A5A5;
  line-height: 1;
  text-align: center;
  border-radius: 20px;
}
.faq_input_area_buttons .input_file_label::after {
  width: 0;
}

/* main common
---------------------------------------------------------------- */
.title_h1 {
  font-size: 20px;
  font-weight: bold;
  padding: 1rem 0;
}
@media only screen and (max-width: 767px) {
  .title_h1 {
    font-size: 18px;
    padding-top: 0;
  }
}
.title_h1 span {
  display: block;
}
.title_h1 .small {
  font-size: 18px;
  margin-bottom: 0.5em;
}

.title_underline {
  font-weight: bold;
  font-size: 20px;
  padding: 0.5em 0;
  border-bottom: 1px solid #d6d6d6;
}

.main_leader {
  padding: 1rem 0;
}

.col2_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  padding: 25px 0;
}
.col2_title_wrap .col2_title_col2 {
  text-align: right;
}
.col2_title_wrap .col2_title_col2 .button {
  font-size: 16px;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .col2_title_wrap .col2_title_col2 .button {
    min-width: 0;
    width: auto;
    font-size: 12px;
  }
}

.main_clo2_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .main_clo2_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.main_section {
  padding: 20px 0 24px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  max-width: calc(100% - 220px);
  width: 74%;
}
@media only screen and (max-width: 767px) {
  .main_section {
    width: 100%;
    max-width: 100%;
    padding: 20px 0 40px;
  }
  .page_message_detail .main_section {
    padding-bottom: 0;
  }
}
.main_mypage_menu_list {
  max-width: 850px;
  font-size: 18px;
  font-weight: 500;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(186px, 1fr));
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  row-gap: 12px;
}
@media only screen and (max-width: 767px) {
  .main_mypage_menu_list {
    grid-template-columns: repeat(2, 1fr);
    font-size: 16px;
    row-gap: 10px;
  }
}
.main_mypage_menu_item {
  height: 88px;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaeaea));
  background: linear-gradient(#fff 0%, #eaeaea 100%);
  border: 2px solid #d6d6d6;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: grid;
  grid-template-rows: 5fr 4fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  justify-items: center;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .main_mypage_menu_item {
    height: auto;
    min-height: 80px;
  }
}
.main_mypage_menu_item .icon {
  -ms-flex-item-align: center;
  align-self: center;
}

.main_side {
  overflow-x: hidden;
  width: 26%;
  min-width: 220px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  text-align: right;
  background-color: #efefef;
}
@media only screen and (max-width: 767px) {
  .main_side {
    padding: 0;
    width: 100%;
    min-width: 0;
  }
}
.page_my_seller .main_side {
  background: #ECF0F5;
}
.page_my_bidder .main_side {
  background: #F5F5F5;
}
.main_side_inner {
  display: inline-block;
  margin: auto 0 auto auto;
  text-align: left;
  min-width: 183px;
}
@media only screen and (max-width: 767px) {
  .main_side_inner {
    width: 100%;
    text-align: left;
  }
}
.main_side_head {
  padding: 12px 0;
  max-width: 183px;
}
@media only screen and (max-width: 767px) {
  .main_side_head {
    max-width: 100%;
    padding: 14px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.main_side_head_title {
  margin: 5px 0;
}
@media only screen and (max-width: 767px) {
  .main_side_head_title {
    margin: 0 10px 0 0;
  }
}
.main_side_head_title span {
  display: inline-block;
  font-size: 12px;
  padding: 0.5em 1em;
  border-radius: 7px;
  line-height: 1;
  color: #fff;
  background: #666;
}
@media only screen and (max-width: 767px) {
  .main_side_head_title span {
    padding: 0.4em;
  }
}
.page_my_seller .main_side_head_title span {
  background: #6C79A3;
}
.page_my_bidder .main_side_head_title span {
  background: #D18A8A;
}
.page_my_admin .main_side_head_title span {
  background: #7E7E7E;
}
.main_side_head_name {
  margin: 8px 0 8px;
  font-size: 20px;
  font-weight: bold;
}
.main_side_head_name a {
  color: #333;
}
@media only screen and (max-width: 767px) {
  .main_side_head_name {
    font-size: 16px;
    margin: 0;
  }
}

.arrow-l {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main_side_menu {
  font-size: 16px;
  margin: 12px 0;
}
@media only screen and (max-width: 767px) {
  .main_side_menu {
    display: none;
  }
}
.main_side_menu_item {
  position: relative;
  font-weight: 500;
}
.main_side_menu_item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  padding: 9px 30px 9px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.main_side_menu_item .icon {
  width: 30px;
}
.main_side_menu_item .arrow-r {
  position: absolute;
  margin: auto;
  right: 20px;
  top: 0;
  bottom: 0;
}
.main_side_menu_item.active::before, .main_side_menu_item:hover::before {
  content: "";
  display: block;
  width: 26vw;
  min-width: 220px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #666;
}
.page_my_seller .main_side_menu_item.active::before, .page_my_seller .main_side_menu_item:hover::before {
  background: #6C79A3;
}
.page_my_bidder .main_side_menu_item.active::before, .page_my_bidder .main_side_menu_item:hover::before {
  background: #D18A8A;
}
.page_my_admin .main_side_menu_item.active::before, .page_my_admin .main_side_menu_item:hover::before {
  background: #7E7E7E;
}
.main_side_menu_item.active a, .main_side_menu_item:hover a {
  color: #fff;
  z-index: 1;
}
.main_side_menu_item.active .icon, .main_side_menu_item:hover .icon {
  fill: #fff;
}
.main_side_menu_item.active .arrow-r, .main_side_menu_item:hover .arrow-r {
  fill: #fff;
}

/* lp
---------------------------------------------------------------- */
.lp_title_h1 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 1rem 0;
}
@media only screen and (max-width: 767px) {
  .lp_title_h1 {
    font-size: 20px;
  }
}
.lp_title_h1 span {
  display: block;
}
.lp_title_h1 .small {
  font-size: 18px;
}

/* lp login
---------------------------------------------------------------- */
.lp_login_buttons {
  text-align: center;
}
.lp_login_buttons .button_wrap {
  margin: 1em auto;
}
.lp_login_buttons .button_wrap3 {
  margin-top: 3.75em;
}

.button_seller {
  background: #D18A8A;
  border: 2px solid #C37676;
  min-width: 311px;
  width: auto;
  max-width: 100%;
}
.button_seller::after {
  background-image: url(../img/arrow-right.svg);
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 767px) {
  .button_seller {
    min-width: none;
    width: 100%;
  }
}

.button_bidder {
  background: #6C79A3;
  border: 2px solid #5C6D9B;
  min-width: 311px;
  width: 311px;
}
.button_bidder::after {
  background-image: url(../img/arrow-right.svg);
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 767px) {
  .button_bidder {
    min-width: none;
    width: 100%;
  }
}

.button_tokusetsu {
  font-size: 16px;
  width: 227px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media only screen and (max-width: 767px) {
  .button_tokusetsu {
    width: auto;
    min-width: 60.5vw;
  }
}

/* 出品編集 page_exhibit_edit
---------------------------------------------------------------- */
.exhibit_edit_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .exhibit_edit_images {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.exhibit_edit_images_item {
  width: 25%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .exhibit_edit_images_item {
    width: 49%;
    margin-bottom: 2%;
  }
}
@media only screen and (min-width: 768px) {
  .exhibit_edit_images_item ~ .exhibit_edit_images_item {
    margin-left: 8px;
  }
}
.exhibit_edit_images_item .input_file_hide {
  position: absolute;
}
.exhibit_edit_images_item .input_img_label {
  cursor: pointer;
  display: block;
  position: relative;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  overflow: hidden;
}
.exhibit_edit_images_item .input_img_label span {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background: #fff;
  color: #7E7E7E;
  font-size: 12px;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  padding: 0.2em 0.5em;
  top: 5px;
  left: 5px;
  margin: auto;
}
.exhibit_edit_images_item .input_img_label.no-img {
  height: 100%;
  width: 100%;
}
.exhibit_edit_images_item .input_img_label.no-img span {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: none;
}

/* 出品詳細 page_exhibit_detail
---------------------------------------------------------------- */
.page_exhibit_detail .main {
  background: #ededed;
}

.exhibit_detail_section_body {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .exhibit_detail_section_body {
    display: block;
  }
}
.exhibit_detail_section_body_box1 {
  float: right;
  width: 55.4%;
}
.exhibit_detail_section_body_box2 {
  float: left;
  width: 41.3%;
}
.exhibit_detail_section_body_box3 {
  float: right;
  width: 55.4%;
}
@media only screen and (max-width: 767px) {
  .exhibit_detail_section_body_box1, .exhibit_detail_section_body_box2, .exhibit_detail_section_body_box3 {
    float: none;
    width: 100%;
  }
}
.exhibit_detail_section_body a:not(.button) {
  text-decoration: underline;
}

.exhibit_detail_col3 {
  display: grid;
  grid-template-columns: 18% 1fr 1fr 1fr;
  padding: 5px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  gap: 5px;
}
@media only screen and (max-width: 767px) {
  .exhibit_detail_col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 990px) {
  .exhibit_detail_col3 {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
}
.exhibit_detail_col3 dl {
  padding: 5px;
  border-left: 1px solid #d6d6d6;
}
.exhibit_detail_col3 dl:first-child {
  border-left: none;
}
@media only screen and (max-width: 990px) {
  .exhibit_detail_col3 dl:nth-child(3) {
    border-left: none;
    border-top: 1px solid #d6d6d6;
  }
  .exhibit_detail_col3 dl:nth-child(4) {
    border-top: 1px solid #d6d6d6;
  }
}
@media only screen and (max-width: 767px) {
  .exhibit_detail_col3 dl:nth-child(3), .exhibit_detail_col3 dl:nth-child(4) {
    border-top: none;
  }
}
.exhibit_detail_col3 dt {
  font-weight: 500;
  color: #7E7E7E;
  padding: 2px;
}
.exhibit_detail_col3 dd {
  font-weight: bold;
  padding: 2px;
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .exhibit_detail_col3 dl {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .exhibit_detail_col3 dl + dl {
    border-left: none;
  }
  .exhibit_detail_col3 dt {
    white-space: nowrap;
    text-align: right;
    width: 45%;
    padding: 5px;
  }
  .exhibit_detail_col3 dd {
    width: 55%;
    padding: 5px;
    font-size: 16px;
  }
}

.exhibit_detail_no_fav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.exhibit_detail_no {
  font-size: 14px;
  font-weight: 500;
}
.exhibit_detail_button_wrap .button_download {
  width: 305px;
  max-width: 100%;
}
.exhibit_detail_title {
  font-size: 24px;
  font-weight: bold;
  padding: 0.5em 0;
}
@media only screen and (max-width: 767px) {
  .exhibit_detail_title {
    font-size: 18px;
  }
}
.exhibit_detail_period {
  font-weight: bold;
  font-size: 16px;
  padding: 0.8em 0;
}
.exhibit_detail_time_limit {
  background: #4B4B4B;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding: 0.5em 0;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .exhibit_detail_time_limit {
    font-size: min(3.8vw, 16px);
  }
}
.exhibit_detail_time_limit em {
  text-decoration: none;
  font-style: normal;
  font-size: 26px;
}
@media only screen and (max-width: 767px) {
  .exhibit_detail_time_limit em {
    font-size: min(1.6em, 26px);
  }
}
.exhibit_detail_genzaikakaku_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  .exhibit_detail_genzaikakaku_wrap {
    display: block;
  }
  .exhibit_detail_genzaikakaku_wrap .block_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1em 0;
  }
}
.exhibit_detail_genzaikakaku {
  font-size: 16px;
  font-weight: 500;
  vertical-align: middle;
}
.exhibit_detail_genzaikakaku em {
  font-size: 24px;
  font-weight: bold;
}
.exhibit_detail_genzaikakaku .date {
  margin-top: 0.5em;
  padding: 0;
  font-weight: 500;
}
.exhibit_detail_genzaikakaku .date .btn_reload {
  display: inline;
  font-size: 16px;
  margin-left: 1em;
  color: #243A84;
  text-decoration: underline;
}
.exhibit_detail_nyusatsu-kakaku {
  font-size: 16px;
  font-weight: 500;
  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 only screen and (max-width: 767px) {
  .exhibit_detail_nyusatsu-kakaku {
    display: block;
  }
}
.exhibit_detail_nyusatsu-kakaku .label {
  display: block;
  white-space: nowrap;
  padding: 0.6em 0;
}
.exhibit_detail_nyusatsu-kakaku .input_number_area {
  width: 100%;
}
.exhibit_detail_nyusatsu-kakaku .input_number_area .small {
  font-size: 14px;
  margin-top: 0.5em;
}
.exhibit_detail_nyusastu-su {
  font-weight: 500;
  font-size: 14px;
}
.exhibit_detail_nyusastu-su em {
  font-size: 22px;
}
.exhibit_detail_questions_link {
  padding: 0.5em 0;
  font-weight: 500;
  line-height: 1.5;
}
.exhibit_detail_nyusatsu-button {
  padding: 1rem 0;
  margin: 0;
}
.exhibit_detail_video_wrap {
  margin: 30px 0;
}
.exhibit_detail_video_wrap video {
  max-width: 100%;
  cursor: pointer;
}
.exhibit_detail_powercompany {
  padding: 1em 0;
}
.exhibit_detail_text {
  padding: 1em 0;
}
.exhibit_detail_text p {
  line-height: 1.5;
  margin: 1em 0;
}
.exhibit_detail_slider.slick-dotted {
  margin-bottom: 12px;
}
.exhibit_detail_slider_item {
  position: absolute;
}
.exhibit_detail_slider_item img {
  width: 100%;
  height: auto;
}
.exhibit_detail_slider_thumbs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.exhibit_detail_slider_thumbs > * {
  max-width: 32%;
}
.exhibit_detail_slider_thumbs > * ~ * {
  margin-left: 2%;
}
.exhibit_detail_slider_wrap {
  position: relative;
  width: 100%;
}
.exhibit_detail_slider_wrap_inner {
  position: relative;
  width: 100%;
}
.exhibit_detail_slider_thumbs > * {
  opacity: 0.5;
}
.exhibit_detail_slider_thumbs > *.slick-active {
  opacity: 1;
}

.form_table_info_edit th {
  vertical-align: top;
  padding-top: 1.5em;
}
.form_table_info_edit .info_edit_textarea {
  min-height: 400px;
  resize: vertical;
}
@media only screen and (max-width: 767px) {
  .form_table_info_edit .info_edit_textarea {
    min-height: 40vh;
  }
}

/* LP page_lp_exhibit
---------------------------------------------------------------- */
.page_lp_exhibit .main {
  background: #ededed;
}

.page_lp_exhibit_special .main {
  background: #B8D7DD;
}

/* list_qa_wrap
---------------------------------------------------------------- */
.list_qa_title {
  font-size: 24px;
  font-weight: bold;
  margin: 0.5em 0;
}

.list_qa_note_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  font-size: 18px;
  font-weight: 500;
  margin: 0.5em 0;
}

.list_qa_textarea {
  height: 8em;
  width: 100%;
  line-height: 1.5;
  resize: vertical;
}

.list_qa_item {
  border-bottom: 1px solid #d6d6d6;
}

.list_qa_q_wrap {
  padding: 1em 0;
}
.list_qa_q_title {
  font-size: 18px;
  font-weight: bold;
  margin: 0.5em 0;
}
.list_qa_q_body {
  padding-left: 1em;
  line-height: 1.5;
}

.list_qa_a_wrap {
  padding: 1em 0;
}
.list_qa_a_title {
  font-size: 18px;
  font-weight: bold;
  margin: 0.5em 0;
}
.list_qa_a_body {
  padding-left: 1em;
  margin: 0.5em 0;
  line-height: 1.5;
}

.list_qa_a_imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
}
.list_qa_a_imgs_item {
  position: relative;
  width: 32%;
  margin: 1%;
}
@media only screen and (max-width: 767px) {
  .list_qa_a_imgs_item {
    width: 49%;
  }
}
.list_qa_a_imgs_item::after {
  position: absolute;
  content: "＋";
  font-weight: bold;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #d6d6d6;
  color: #d6d6d6;
  border-radius: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  right: 10px;
  bottom: 10px;
  margin: auto;
}

.popup_img_wrap {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  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;
  -ms-flex-line-pack: center;
  align-content: center;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}
.popup_img_wrap.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  z-index: 100;
}
.popup_img_wrap_inner {
  position: relative;
  max-width: 80%;
  max-height: 80%;
  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;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.popup_img_wrap_inner .img {
  pointer-events: none;
  position: relative;
}
.popup_img_wrap .close_button {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: -1.5em;
  margin: auto;
  cursor: pointer;
  width: auto;
  text-align: center;
  color: #fff;
}

.popup_confirm_wrap {
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.popup_confirm_wrap.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1000;
}

.popup_confirm_box {
  background: #fff;
  margin: auto;
  border: 2px solid #888;
  border-radius: 10px;
  padding: 20px 0 40px;
}
.popup_confirm_box_head {
  text-align: center;
  padding: 1em;
}
.popup_confirm_box_head .title {
  font-size: 20px;
  font-weight: bold;
}
.popup_confirm_box_head .text {
  font-weight: 500;
  margin-top: 0.5em;
}
.popup_confirm_box .button_wrap_flex {
  padding: 1em;
  margin: auto;
}

.exhibit_detail_popup {
  padding: 1em 3em;
}
@media only screen and (max-width: 767px) {
  .exhibit_detail_popup {
    padding: 1em;
  }
}
.exhibit_detail_popup-kakaku {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.exhibit_detail_popup-cancel {
  text-align: center;
  text-decoration: underline;
  color: #7E7E7E;
  font-weight: 500;
}
.exhibit_detail_popup-cancel button {
  text-decoration: underline;
}

/* 使い方
---------------------------------------------------------------- */
.usage_sub_section {
  padding: 30px 0 50px;
}

/* よくある質問
---------------------------------------------------------------- */
.js-accordion_button {
  position: relative;
  padding-left: 20px;
}
.js-accordion_button::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #333;
  left: 0;
  top: 0.5em;
  margin: auto;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.js-accordion_button.active::before {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.js-accordion_body {
  padding-left: 20px;
  display: none;
}

.form_table_wrap_lp_contact {
  padding: 40px 0 20px;
}

.form_table_lp_contact {
  width: 600px;
  margin: auto;
}

.lp_contact_textarea {
  min-height: 7.5em;
  line-height: 1.5;
}

/* privacyポリシー
---------------------------------------------------------------- */
.privacy_body {
  padding: 20px 0 100px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .privacy_body {
    padding: 0 0 2em;
  }
}
.privacy_body p {
  margin: 1em 0;
  line-height: 1.8;
}

.privacy_h2 {
  margin: 2em 0 1em;
  font-weight: bold;
}

.privacy_h3 {
  margin: 2em 0 0.9em;
  font-weight: bold;
}

.privacy_h4 {
  margin: 1em 0;
  font-weight: 500;
}

/* LPトップページ
---------------------------------------------------------------- */
.top_selects {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top_selects > * {
  width: 24%;
}
@media only screen and (max-width: 767px) {
  .top_selects > * {
    width: 100%;
    margin: 1% 0;
  }
}

.lp_exhibit_top_bnr_wrap {
  margin: 8px auto;
}
.lp_exhibit_top_bnr_link {
  display: block;
  border-radius: 16px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .lp_exhibit_top_bnr_link {
    border-radius: 2vw;
  }
}
.lp_exhibit_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .lp_exhibit_list {
    display: block;
  }
}
.lp_exhibit_list_item {
  background: #fff;
  width: 49%;
  margin-top: 8px;
  margin-bottom: 8px;
  border-radius: 10px;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .lp_exhibit_list_item {
    width: 100%;
  }
}
.lp_exhibit_list_item .item_inner a {
  color: #333;
}
.lp_exhibit_list_item .block1 {
  width: 100%;
  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;
  margin-bottom: 5px;
}
.lp_exhibit_list_item .block2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lp_exhibit_list_item .block3 {
  width: 100%;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  margin: 10px 0;
}
@media only screen and (min-width: 768px) {
  .lp_exhibit_list_item .block3 {
    display: grid;
    grid-template-columns: 18% 1fr 1fr 1fr;
    gap: 5px;
  }
}
@media only screen and (max-width: 990px) {
  .lp_exhibit_list_item .block3 {
    grid-template-columns: 1fr 1fr;
  }
}
.lp_exhibit_list_item .block4 {
  width: 100%;
}
.lp_exhibit_list_item .block5 {
  width: 100%;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lp_exhibit_list_item .block6 {
  width: 100%;
}

.lp_exhibit_list_item-no {
  margin-right: auto;
  font-size: 14px;
}
.lp_exhibit_list_item-vp {
  line-height: 1;
  font-size: 12px;
  padding: 2px 1em;
  background: #000;
  color: #fff;
  margin: 0 5px;
}
.lp_exhibit_list_item-powercompany {
  line-height: 1;
  font-size: 12px;
  background: #d6d6d6;
  padding: 2px 1em;
  margin: 0 5px;
}
.lp_exhibit_list_item-img {
  width: 140px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .lp_exhibit_list_item-img {
    width: 110px;
  }
}
.lp_exhibit_list_item-img .icon-exhibit_special {
  position: absolute;
  width: 57px;
  height: 53px;
  top: 0;
  left: 0;
  margin: auto;
}
.lp_exhibit_list_item-title {
  width: calc(100% - 140px);
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .lp_exhibit_list_item-title {
    width: calc(100% - 110px);
    font-size: 16px;
    line-height: 1.5;
  }
}
.lp_exhibit_list_item-tanka, .lp_exhibit_list_item-kw, .lp_exhibit_list_item-jisseki {
  width: auto;
  padding: 10px 0;
}
.lp_exhibit_list_item-tanka dt, .lp_exhibit_list_item-kw dt, .lp_exhibit_list_item-jisseki dt {
  font-weight: 500;
  color: #7E7E7E;
  font-size: 13px;
}
.lp_exhibit_list_item-tanka dd, .lp_exhibit_list_item-kw dd, .lp_exhibit_list_item-jisseki dd {
  font-weight: bold;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .lp_exhibit_list_item-tanka, .lp_exhibit_list_item-kw, .lp_exhibit_list_item-jisseki {
    padding: 5px 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .lp_exhibit_list_item-tanka dt, .lp_exhibit_list_item-kw dt, .lp_exhibit_list_item-jisseki dt {
    width: 50%;
    text-align: right;
    padding-right: 1em;
    font-size: 12px;
  }
  .lp_exhibit_list_item-tanka dd, .lp_exhibit_list_item-kw dd, .lp_exhibit_list_item-jisseki dd {
    width: 50%;
  }
}
.lp_exhibit_list_item-kakaku {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 5px 0;
}
.lp_exhibit_list_item-kakaku dt {
  color: #7E7E7E;
  font-size: 14px;
  font-weight: 500;
  padding-right: 1em;
}
@media only screen and (max-width: 767px) {
  .lp_exhibit_list_item-kakaku dt {
    font-size: 12px;
  }
}
.lp_exhibit_list_item-kakaku dd {
  font-size: 24px;
  font-weight: bold;
  color: #bf5050;
}
@media only screen and (max-width: 767px) {
  .lp_exhibit_list_item-kakaku dd {
    font-size: 20px;
  }
}
.lp_exhibit_list_item-nyusatu-su {
  font-weight: 500;
  font-size: 14px;
  color: #7E7E7E;
}
@media only screen and (max-width: 767px) {
  .lp_exhibit_list_item-nyusatu-su {
    font-size: 12px;
  }
}
.lp_exhibit_list_item-nyusatu-su em {
  font-size: 20px;
}
.lp_exhibit_list_item-limit {
  font-weight: 500;
  font-size: 14px;
  color: #7E7E7E;
}
@media only screen and (max-width: 767px) {
  .lp_exhibit_list_item-limit {
    font-size: 12px;
  }
}
.lp_exhibit_list_item-limit em {
  font-size: 20px;
}

.lp_exhibit_special_title {
  border-radius: 16px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .lp_exhibit_special_title {
    border-radius: 2vw;
  }
}

.main_head_error {
  width: 100%;
  text-align: center;
  margin: auto;
}
.page_lp_login .main_head_error {
  max-width: 600px;
}
.main_head_error_inner {
  text-align: left;
  display: inline-block;
}
.main_head_error_text {
  color: #bf5050;
  font-size: 20px;
  font-weight: bold;
  margin: 0.5em auto;
  padding-left: 30px;
  text-indent: -30px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .main_head_error_text {
    font-size: 18px;
  }
}
.main_head_error_icon {
  width: 24px;
  height: 28px;
  margin-right: 6px;
}

.select_deal_status {
  min-width: 6em;
}

.flow_wrap {
  margin: 20px auto;
}

@media only screen and (min-width: 768px) {
  .flow_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
}
.flow_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}
.flow_list_item_inner {
  height: 100%;
  padding: 0.8em 0.2em;
  position: relative;
  background: #D6D6D6;
  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: calc(100% - 35px);
}
@media only screen and (max-width: 767px) {
  .flow_list_item_inner {
    width: 100%;
    margin-bottom: 30px;
  }
}
.flow_list_item:not(:last-of-type) .flow_list_item_inner::after {
  content: "";
  position: absolute;
  margin: auto;
  background: #D6D6D6;
}
@media only screen and (min-width: 768px) {
  .flow_list_item:not(:last-of-type) .flow_list_item_inner::after {
    right: -30px;
    left: auto;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 100%;
    display: block;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
}
@media only screen and (max-width: 767px) {
  .flow_list_item:not(:last-of-type) .flow_list_item_inner::after {
    -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    width: 100%;
    height: 25.5px;
    top: auto;
    bottom: -25px;
    left: 0;
    right: 0;
  }
}
.flow_list_item:last-of-type .flow_list_item_inner {
  background: #53AEBE;
  color: #fff;
  width: 100%;
}

.list01 {
  margin: 2em 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  row-gap: 1em;
}
@media only screen and (max-width: 767px) {
  .list01 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.list01 li dt {
  line-height: 1.4;
  margin: 0.2em 0;
  text-indent: -1em;
  padding-left: 1em;
}
.list01 li dt::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 1em;
  background: #A1CED6;
  margin-top: 0.6em;
  margin-right: 0.2em;
}
.list01 li dd {
  display: block;
  line-height: 1.2;
  margin: 0.5em 0;
  padding-left: 1em;
}

.page_seller_new_item .main_head .subtitle {
  font-weight: bold;
  font-size: 18px;
  margin: 20px auto;
}

.seller_new_item_lead {
  font-weight: 500;
  line-height: 1.4;
}
.seller_new_item_lead p {
  margin: 0.4em 0;
}

.seller_new_item_table th, .seller_new_item_table td {
  position: relative;
}
.seller_new_item_table p {
  line-height: 1.4;
  font-size: 14px;
}
.seller_new_item_table .input_unit_txt {
  position: absolute;
  right: 2em;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.seller_new_item_table .button_wrap_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.seller_new_item_button_wrap .foot_text {
  margin: 2em auto 1em;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .seller_new_item_button_wrap .foot_text {
    text-align: center;
  }
}

.seller_new_item_button {
  display: block;
  border: 2px solid #A1CED6;
  width: 100%;
  min-height: 0;
  background: #fff;
  color: #333;
  border-radius: 50px;
  padding: 0.5em 1em;
  font-size: 14px;
  text-align: center;
  margin: 0.5em 0;
  position: relative;
}
.seller_new_item_button .icon_upload {
  position: absolute;
  right: 2em;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .seller_new_item_button .icon_upload {
    right: 1em;
  }
}
.seller_new_item_button:hover {
  opacity: 0.6;
  cursor: pointer;
}
.seller_new_item_button_inner {
  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;
  -ms-flex-line-pack: center;
  align-content: center;
  height: 100%;
  font-weight: 500;
  min-height: 2.5em;
}/*# sourceMappingURL=common.css.map */