@charset "utf-8";
/**
 * mode.css
 *
 * @package    WFR-gaten
 * @copyright  Copyright (c) 2023 RM Co., Ltd.
 * @version    2.1.230504
 */
.dialog.window:not(.mode-expert),
.dialog.child:not(.mode-expert) {
  width: 700px;
}
.dialog:not(.mode-expert) .expert {
  display: none !important;
}
.dialog:not(.mode-expert) > div {
  padding: 20px 10px;
}
.dialog:not(.mode-expert) div.resource {
  display: none;
}
.dialog:not(.mode-expert) div.resource + div {
  padding: 0;
  border: none;
}
.dialog:not(.mode-expert) h2 {
  display: block;
}
.dialog.window.tab:not(.mode-expert) div.tab-page {
  padding: 20px 10px;
}
.dialog:not(.mode-expert)
div.range {
  margin-bottom: 50px;
}
.dialog:not(.mode-expert)
div.range:last-of-type {
  margin-bottom: 0;
}
div.image dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5px;
}
div.image dl dt {
  padding: 0;
  width: 100%;
}
div.image dl dt span {
  margin-left: 10px;
  font-size: 11px;
  color: #7e7e7e;
}
div.image dl dd {
  width: 100%;
}
div.image dl dd input.file {
  padding: 5px 0;
  border-color: #fff;
  color: #7e7e7e;
}
.dialog:not(.mode-expert) div.image dl dd {
  display: none;
}
.file-select {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0;
  width: 300px;
  margin: 0 auto;
  border: 3px solid var(--border-color);
  border-top: 3px solid #fff;
  position: relative;
  top: -3px;
}
.file-select a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  width: 220px;
  height: 45px;
  border-radius: 6px;
  background: url(../img/button_select_photo.png) no-repeat center top / 220px auto;
  text-indent: -9999px;
  cursor: pointer;
}
.file-select a:hover {
  background-position: center bottom;
}
.file-select.video a {
  background-image: url(../img/button_select_video.png);
}
.file-select p {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.05em;
  color: #7e7e7e;
}
.file-select + i {
  display: block;
  margin: 30px auto 20px;
  width: 290px;
  height: 153px;
  background: no-repeat center top / 290px auto;
  text-indent: -9999px;
}
.file-select + i.peta-egao {
  background-image: url(../img/peta-egao.png);
}
i.peta-base {
  display: block;
  margin: 55px auto 20px;
  width: 660px;
  height: 240px;
  background: url(../img/peta-base.png) no-repeat center top / 660px;
  text-indent: -9999px;
}
.position {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 0;
  width: 360px;
  margin: 30px auto 0;
  border: 3px solid var(--border-color);
}
.position.sp {
  margin: 0 auto 0;
  border-top: 0;
}
.main-position {
  flex-direction: column;
  align-items: center;
  padding: 15px 0;
  width: 360px;
  margin: 30px auto 0;
  border: 3px solid var(--border-color);
}
.position p,.main-position p {
	  font-size: 13px;
}
.position > div,.main-position > div {
  display: flex;
  align-items: center;
  margin: 15px 0 10px;
}
.position > div label,.main-position > div label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  min-width: 40px;
  font-weight: 500;
}
.position > div i,.main-position > div i {
  display: block;
  width: 50px;
  text-align: center;
  font-style: normal;
}
.position > div label input[type=radio],.main-position > div label input[type=radio] {
  margin: 0 5px;
}
form .howto {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px auto 0;
  padding: 30px 20px;
  width: 560px;
  border: 3px solid var(--border-color);
}
form .howto > div {
  padding: 0 20px 20px;
  width: 100%;
  width: 476px;
  border-bottom: 1px solid var(--border-color);
}
form .howto dl {
  display: flex;
  margin: 30px 0 0 0;
  width: 100%;
}
form .howto dl dt {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 170px;
}
form .howto dl dd {
  display: flex;
  flex-direction: column;
  padding: 0 20px 0 0;
  width: calc(100% - 170px);
}
form .howto label {
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 500;
}
form .howto p {
  font-size: 15px;
  line-height: 22px;
  word-break: break-all;
}
form .howto .qr {
  padding: 10px;
  border: 1px solid #000;
}
form fieldset {
  margin: 15px 0;
  padding: 10px 10px;
}
form fieldset p {
  color: #1046c2;
  text-decoration: underline;
}
form legend {
  padding: 0 10px;
}
form .addrs {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 30px auto 0;
  padding: 25px;
  width: 560px;
  border: 3px solid var(--border-color);
}
form .addrs div.list {
  margin: 10px 0;
  padding: 17px 10px;
  height: 180px;
  border: 2px solid var(--border-color);
  overflow-y: scroll;
}
form .addrs div.list div.mCSB_container {
  padding: 10px 0 10px 10px !important;
}
.mCSB_inside>.mCSB_container {
  margin-right: 25px !important;
}
form .addrs div.list::-webkit-scrollbar-thumb {
  background-color: var(--border-color);
}
form .addrs label {
  font-size: 15px;
}
form .addrs p {
  font-size: 13px;
  color: var(--tool-font-color);
}
form .addrs input[type="text"] {
  margin-bottom: 10px;
}
form .addrs input[type="text"]:read-only {
  background: #e5e5e5;
  border: 1px solid #cfcfcf;
}
