@charset "UTF-8";
/* line 7, app/assets/stylesheets/users.scss */
.signform {
  max-width: 640px;
  padding-top: 60px;
  margin: auto;
}

/* line 11, app/assets/stylesheets/users.scss */
.signform .section {
  margin-bottom: 40px;
}

/* line 14, app/assets/stylesheets/users.scss */
.signform h2 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 30px;
  color: #000000;
  margin: 0px;
}

/* line 22, app/assets/stylesheets/users.scss */
.signform .description {
  padding: 0 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}

/* line 29, app/assets/stylesheets/users.scss */
.signform .red_description {
  font-size: 14px;
  color: #9E1818;
  width: 100%;
  padding: 0px 10px 5px;
}

/* line 34, app/assets/stylesheets/users.scss */
.signform .red_description span {
  font-weight: bold;
}

/* line 40, app/assets/stylesheets/users.scss */
.signform .signin, .signform .pwn {
  max-width: 640px;
  margin: 0px auto;
  background-color: #fff;
  padding: 20px;
}

/* line 46, app/assets/stylesheets/users.scss */
.signform .signin h2, .signform .pwn h2 {
  font-size: 20px;
  margin-bottom: 20px;
}

/* line 50, app/assets/stylesheets/users.scss */
.signform .signin .field, .signform .pwn .field {
  margin-bottom: 15px;
  position: relative;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 62, app/assets/stylesheets/users.scss */
.signform .signin .field svg, .signform .pwn .field svg {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 20px;
  color: #666;
}

/* line 69, app/assets/stylesheets/users.scss */
.signform .signin .field input, .signform .pwn .field input {
  padding: 14px;
  padding-left: 46px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  border: none;
  width: 100%;
  padding-left: 45px;
}

/* line 80, app/assets/stylesheets/users.scss */
.signform .signin select, .signform .pwn select {
  height: 40px;
  width: 150px;
  padding: 0 10px;
  font-size: 16px;
  border: 1px solid #999;
  border-radius: 4px;
}

/* line 88, app/assets/stylesheets/users.scss */
.signform .signin .actions, .signform .pwn .actions {
  text-align: center;
}

/* line 90, app/assets/stylesheets/users.scss */
.signform .signin .actions input, .signform .pwn .actions input {
  background: #03afa0;
  border: none;
  border-radius: 4px;
  height: 50px;
  width: 185px;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

/* line 101, app/assets/stylesheets/users.scss */
.signform .signin .actions input.disabled, .signform .pwn .actions input.disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

/* line 106, app/assets/stylesheets/users.scss */
.signform .signin .foget, .signform .pwn .foget {
  font-size: 16px;
}

/* line 111, app/assets/stylesheets/users.scss */
.signform .signup {
  max-width: 640px;
  margin: auto;
  background-color: #03afa0;
  padding: 30px;
}

/* line 116, app/assets/stylesheets/users.scss */
.signform .signup h2 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 20px;
}

/* line 121, app/assets/stylesheets/users.scss */
.signform .signup p {
  color: #fff;
  margin-bottom: 30px;
  font-size: 16px;
}

/* line 126, app/assets/stylesheets/users.scss */
.signform .signup a {
  color: #fff;
  border-color: #fff;
  border: 1px solid;
  border-radius: 4px;
  padding: 10px;
  font-size: 16px;
  display: inline-block;
}

/* line 136, app/assets/stylesheets/users.scss */
.signform .signup-title {
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #F8EFDD;
  color: #A4774F;
  font-size: 16px;
  font-weight: bold;
}

/* line 145, app/assets/stylesheets/users.scss */
.signform .account-creation-notice {
  font-size: 16px;
  line-height: 60px;
  text-align: center;
}

/* line 150, app/assets/stylesheets/users.scss */
.signform .actions {
  margin: 20px auto;
}

/* line 153, app/assets/stylesheets/users.scss */
.signform .store_registration_link, .signform .new_item_link {
  height: 60px;
  width: 300px;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 60px;
  font-weight: bold;
  color: #FFFFFF;
  margin: 10px auto;
  border-radius: 4px;
}

/* line 165, app/assets/stylesheets/users.scss */
.signform .new_item_link {
  background-color: #EF870D;
}

/* line 168, app/assets/stylesheets/users.scss */
.signform .store_registration_link {
  background-color: #03AFA0;
}

/* line 187, app/assets/stylesheets/users.scss */
.signform .storeRegistration #agree_terms {
  margin-right: 10px;
  pointer-events: none;
}

/* line 191, app/assets/stylesheets/users.scss */
.signform .storeRegistration #agree_terms_label {
  display: inline-block;
  vertical-align: top;
}

/* line 195, app/assets/stylesheets/users.scss */
.signform .storeRegistration label {
  position: relative;
  margin-bottom: 12px;
}

/* line 198, app/assets/stylesheets/users.scss */
.signform .storeRegistration label.required:after {
  margin-left: 1.0em;
  text-align: center;
  border-radius: 4px;
  font-size: 10px;
  color: #C44;
  border: 1px solid #C44;
  content: "必須";
  position: absolute;
  top: 20%;
  width: 30px;
}

/* line 213, app/assets/stylesheets/users.scss */
.signform .inputPostCode {
  width: 150px;
  margin-right: 10px;
  display: inline-block;
}

/* line 221, app/assets/stylesheets/users.scss */
.mypage {
  background-color: #FFFFFF;
}

/* line 223, app/assets/stylesheets/users.scss */
.mypage .mypage_index {
  display: block;
  width: 100%;
  height: 100vh;
  background-color: #DEDEDE;
}

/* line 229, app/assets/stylesheets/users.scss */
.mypage .mypage_index ul {
  margin: 0px;
  padding: 0;
  list-style: none;
  box-shadow: 0px 3px 6px #00000029;
}

/* line 235, app/assets/stylesheets/users.scss */
.mypage .mypage_index ul a {
  background-color: #FFFFFF;
  display: block;
  text-decoration: none;
  color: #00291F;
  height: 60px;
  position: relative;
  padding: 0 15px;
}

/* line 244, app/assets/stylesheets/users.scss */
.mypage .mypage_index ul a li {
  font-size: 14px;
  line-height: 60px;
  font-weight: bold;
  display: inline;
}

/* line 252, app/assets/stylesheets/users.scss */
.mypage .mypage_index .fa-chevron-right {
  position: absolute;
  right: 10px;
  height: 13px;
  width: 13px;
  top: 50%;
  transform: translateY(-50%);
  color: #BEBEBE;
  font-weight: bold;
}

/* line 263, app/assets/stylesheets/users.scss */
.mypage .form-group {
  display: flex;
  margin-bottom: 20px;
}

/* line 266, app/assets/stylesheets/users.scss */
.mypage .form-group .form-control {
  width: 50%;
  height: auto;
}

/* line 270, app/assets/stylesheets/users.scss */
.mypage .form-group .titleLabel {
  margin: 10px 60px 30px 0px;
  width: 110px;
  text-align: right;
}

/* line 276, app/assets/stylesheets/users.scss */
.mypage .form-group .checkArea .checkBox {
  margin: 2px 10px;
  display: inline;
}

/* line 280, app/assets/stylesheets/users.scss */
.mypage .form-group .checkArea .checkLabel {
  font-size: 16px;
  display: inline;
}

/* line 286, app/assets/stylesheets/users.scss */
.mypage .index {
  background-color: #fff;
}

/* line 289, app/assets/stylesheets/users.scss */
.mypage .index .title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 14px;
  color: #5D5D5D;
  font-weight: bold;
  position: relative;
  background-color: #F5F3EF;
  height: 60px;
  line-height: 60px;
}

/* line 302, app/assets/stylesheets/users.scss */
.mypage .index .num {
  color: #5D5D5D;
  font-size: 18px;
  margin-bottom: 20px;
}

/* line 307, app/assets/stylesheets/users.scss */
.mypage .index svg {
  margin: 0 10px;
}

/* line 310, app/assets/stylesheets/users.scss */
.mypage .index .fa-chevron-left {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  height: 18px;
  width: 18px;
  color: #BEBEBE;
}

/* line 321, app/assets/stylesheets/users.scss */
.mypage .requests .tab-label {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  display: block;
  width: 100%;
  text-align: center;
  margin: 10px 0;
}

/* line 331, app/assets/stylesheets/users.scss */
.mypage .requests .tab {
  overflow: hidden;
  border-radius: 20px;
  width: 90%;
  margin: 10px auto;
  display: flex;
  gap: 1px;
  height: 30px;
}

/* line 340, app/assets/stylesheets/users.scss */
.mypage .requests .tab button {
  width: 100%;
  background-color: #AAAAAA;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  height: 30px;
}

/* line 352, app/assets/stylesheets/users.scss */
.mypage .requests .tab button.active {
  background-color: orange;
}

/* line 355, app/assets/stylesheets/users.scss */
.mypage .requests .tabcontent {
  display: none;
}

/* line 358, app/assets/stylesheets/users.scss */
.mypage .requests .list-area {
  background-color: #FFFFFF;
  padding: 5px 10px;
}

/* line 361, app/assets/stylesheets/users.scss */
.mypage .requests .list-area .list {
  background-color: #fff;
  border-radius: 10px;
  margin: 15px 0;
}

/* line 365, app/assets/stylesheets/users.scss */
.mypage .requests .list-area .list .name {
  height: 30px;
  font-weight: bold;
  line-height: 30px;
  font-size: 14px;
  color: #00291F;
  border-radius: 10px 10px 0 0;
  text-align: center;
}

/* line 374, app/assets/stylesheets/users.scss */
.mypage .requests .list-area .list .body {
  padding: 10px;
}

/* line 376, app/assets/stylesheets/users.scss */
.mypage .requests .list-area .list .body .item-details {
  display: flex;
  width: 100%;
  gap: 10px;
}

/* line 380, app/assets/stylesheets/users.scss */
.mypage .requests .list-area .list .body .item-details .image {
  height: 50px;
  width: 50px;
}

/* line 383, app/assets/stylesheets/users.scss */
.mypage .requests .list-area .list .body .item-details .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 389, app/assets/stylesheets/users.scss */
.mypage .requests .list-area .list .body .item-details .detail {
  text-align: left;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  color: #00291F;
}

/* line 397, app/assets/stylesheets/users.scss */
.mypage .requests .list-area .list .body .deal {
  height: 30px;
  line-height: 30px;
  background-color: #FFE9D0;
  color: #FF6F00;
  font-size: 14px;
  font-weight: bold;
  margin: 12px 0;
  text-align: center;
}

/* line 407, app/assets/stylesheets/users.scss */
.mypage .requests .list-area .list .body .sgst {
  height: 30px;
  line-height: 30px;
  background-color: #FFE9D0;
  color: #FF6F00;
  font-size: 14px;
  font-weight: bold;
  margin: 12px 0;
  text-align: center;
}

/* line 417, app/assets/stylesheets/users.scss */
.mypage .requests .list-area .list .body .unsgst {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  margin: 12px 0;
  background-color: #E8E8E8;
  color: #646464;
  text-align: center;
}

/* line 427, app/assets/stylesheets/users.scss */
.mypage .requests .list-area .list .body .dn {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  margin: 12px 0;
  background-color: #E8E8E8;
  color: #646464;
  text-align: center;
}

/* line 437, app/assets/stylesheets/users.scss */
.mypage .requests .list-area .list .body .extra_detail {
  margin-top: 15px;
  position: relative;
  height: 25px;
}

/* line 441, app/assets/stylesheets/users.scss */
.mypage .requests .list-area .list .body .extra_detail .cdati {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
  color: #BEBEBE;
}

/* line 455, app/assets/stylesheets/users.scss */
.mypage .categories {
  display: block;
  width: 100%;
  height: 100vh;
  background-color: #DEDEDE;
}

/* line 461, app/assets/stylesheets/users.scss */
.mypage .categories ul {
  margin: 0px;
  padding: 0;
  list-style: none;
  box-shadow: 0px 3px 6px #00000029;
}

/* line 467, app/assets/stylesheets/users.scss */
.mypage .categories ul a {
  background-color: #FFFFFF;
  display: block;
  text-decoration: none;
  color: #00291F;
  height: 60px;
  position: relative;
  padding: 0 15px;
  text-align: left;
}

/* line 477, app/assets/stylesheets/users.scss */
.mypage .categories ul a li {
  font-size: 14px;
  line-height: 60px;
  font-weight: bold;
  display: inline;
}

/* line 485, app/assets/stylesheets/users.scss */
.mypage .categories .fa-chevron-right {
  position: absolute;
  right: 10px;
  height: 13px;
  width: 13px;
  top: 50%;
  transform: translateY(-50%);
  color: #BEBEBE;
  font-weight: bold;
}

/* line 498, app/assets/stylesheets/users.scss */
.mypage.account {
  padding: 20px;
}

/* line 500, app/assets/stylesheets/users.scss */
.mypage.account .page_title {
  font-size: 26px;
  color: #555;
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 506, app/assets/stylesheets/users.scss */
.mypage.account .label_title {
  font-size: 22px;
  font-weight: bold;
  color: #555;
  margin-bottom: 10px;
}

/* line 512, app/assets/stylesheets/users.scss */
.mypage.account .section {
  margin: 20px 0;
}

/* line 518, app/assets/stylesheets/users.scss */
.mypage.account .edit_btn {
  color: #2DB4AF;
  font-weight: bold;
  border: 1px solid;
  border-radius: 4px;
  padding: 0px 6px;
}

/* line 526, app/assets/stylesheets/users.scss */
.mypage.account .field {
  margin-bottom: 20px;
}

/* line 530, app/assets/stylesheets/users.scss */
.mypage.account .delete-btn-enabled {
  border: 1px solid #2DB4AF;
  border-radius: 4px;
  padding: 10px 20px;
  margin: 10px;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: #2DB4AF;
}

/* line 541, app/assets/stylesheets/users.scss */
.mypage.account .delete-btn-disabled {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 20px;
  margin: 10px;
  display: block;
  text-align: center;
  color: #333;
  font-weight: bold;
  background-color: #ddd;
}

/* line 554, app/assets/stylesheets/users.scss */
.titleLabel {
  padding-left: 10px;
  font-size: 16px;
  margin: 10px 0px;
  font-weight: bold;
}

/* line 561, app/assets/stylesheets/users.scss */
.pref_form {
  margin-bottom: 100px;
}

/* line 564, app/assets/stylesheets/users.scss */
.setCities {
  position: relative;
  /* チェックボックスの代わりを成すラベル */
  /* ラベルの左に表示させる正方形のボックス□ */
  /* チェックが入った時のレ点 */
}

/* line 566, app/assets/stylesheets/users.scss */
.setCities table {
  border: 1px #ccc solid;
  display: block;
}

/* line 569, app/assets/stylesheets/users.scss */
.setCities table tbody {
  overflow: hidden;
  overflow: hidden;
  width: 100%;
  display: block;
}

/* line 574, app/assets/stylesheets/users.scss */
.setCities table tbody tr {
  display: grid;
}

/* line 576, app/assets/stylesheets/users.scss */
.setCities table tbody tr .title {
  font-weight: bold;
  font-size: 14px;
  color: #333;
  padding: 10px;
  width: 100%;
  background-color: #efefef73;
  text-align: left;
  height: 50px;
}

/* line 586, app/assets/stylesheets/users.scss */
.setCities table tbody tr td {
  padding: 10px;
  display: none;
  overflow: hidden;
}

/* line 590, app/assets/stylesheets/users.scss */
.setCities table tbody tr td .selectBox {
  height: 20px;
}

/* line 593, app/assets/stylesheets/users.scss */
.setCities table tbody tr td .selectBox ul li {
  margin-bottom: 20px;
  width: 49%;
  display: inline-block;
}

/* line 599, app/assets/stylesheets/users.scss */
.setCities table tbody tr td .selectBox .allCheckBtn {
  display: none;
  margin-bottom: 20px;
}

/* line 614, app/assets/stylesheets/users.scss */
.setCities table tbody tr td .hauto {
  height: auto;
}

/* line 621, app/assets/stylesheets/users.scss */
.setCities .sbob {
  position: absolute;
  top: 20px;
  left: 50%;
  cursor: pointer;
}

/* line 626, app/assets/stylesheets/users.scss */
.setCities .sbob .arrow {
  width: 22px;
}

/* line 632, app/assets/stylesheets/users.scss */
.setCities input[type="checkbox"] {
  display: none;
}

/* line 636, app/assets/stylesheets/users.scss */
.setCities input[type="checkbox"] + label {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 30px;
  padding-right: 5px;
  color: #555;
}

/* line 646, app/assets/stylesheets/users.scss */
.setCities input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  margin-top: -10px;
  left: 0;
  top: 50%;
  border: solid 2px #333333;
  border-radius: 4px;
  background: #FFFFFF;
}

/* line 661, app/assets/stylesheets/users.scss */
.setCities input[type="checkbox"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 20px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hlY2siPjxwb2x5bGluZSBwb2ludHM9IjIwIDYgOSAxNyA0IDEyIj48L3BvbHlsaW5lPjwvc3ZnPg==) no-repeat center;
  background-size: contain;
}

/* line 674, app/assets/stylesheets/users.scss */
.getAddress {
  margin-bottom: 30px;
  text-align: right;
}

/* line 677, app/assets/stylesheets/users.scss */
.getAddress .getAddressBtn {
  font-size: 14px;
  border: none;
  padding: 10px;
  margin-right: 20px;
  border-radius: 8px;
  background-color: #999;
  color: #fff;
}

/* line 688, app/assets/stylesheets/users.scss */
.osBtn {
  width: 100%;
  display: block;
  position: fixed;
  height: 50px;
  bottom: 20px;
  cursor: pointer;
}

/* line 695, app/assets/stylesheets/users.scss */
.osBtn .ossubmit {
  width: 60%;
  background-color: #03afa0;
  margin: auto;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 4px;
  display: block;
  font-size: 16px;
}

/* line 709, app/assets/stylesheets/users.scss */
.osBtn:hover {
  opacity: 0.7;
}

/* line 713, app/assets/stylesheets/users.scss */
.roomLink:hover .messageList {
  background-color: #efefefb5;
}

/* line 720, app/assets/stylesheets/users.scss */
.confirmation {
  width: 90%;
  max-width: 1000px;
  margin: 0px auto 20px;
  padding: 0;
  background-color: #fff;
}

/* line 726, app/assets/stylesheets/users.scss */
.confirmation .heading {
  font-size: 20px;
  font-weight: bold;
  margin: 20px;
  text-align: center;
}

/* line 732, app/assets/stylesheets/users.scss */
.confirmation #thanks_registrations {
  text-align: center;
}

/* line 736, app/assets/stylesheets/users.scss */
.confirmation .comment {
  margin-bottom: 20px;
  font-size: 14px;
  color: #666;
}

/* line 741, app/assets/stylesheets/users.scss */
.confirmation .announce {
  margin-bottom: 20px;
  line-height: 24px;
}

/* line 745, app/assets/stylesheets/users.scss */
.confirmation .inner-frame {
  background-color: #f5f5f5;
  padding: 20px;
  border: 1px solid #ccc;
}

/* line 751, app/assets/stylesheets/users.scss */
.confirmation .comment-title {
  margin-bottom: 10px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}

/* line 758, app/assets/stylesheets/users.scss */
.confirmation .comment-lists {
  font-size: 14px;
}

/* line 760, app/assets/stylesheets/users.scss */
.confirmation .comment-lists li {
  line-height: 24px;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 6px;
}

/* line 765, app/assets/stylesheets/users.scss */
.confirmation .comment-lists li a {
  text-decoration: underline;
}

/* line 771, app/assets/stylesheets/users.scss */
.userpage {
  background-color: #DEDEDE;
}

/* setting画面 */
/* line 775, app/assets/stylesheets/users.scss */
.mystore {
  max-width: 640px;
  margin: auto;
  font-family: 'Meiryo', sans-serif;
  /* setinfo/setprof画面 */
}

/* line 780, app/assets/stylesheets/users.scss */
.mystore .section h2 {
  font-size: 20px;
  color: #777;
  font-weight: bold;
  margin: 0px 0px 30px;
}

/* line 786, app/assets/stylesheets/users.scss */
.mystore .section h3 {
  font-size: 16px;
  color: #777;
  font-weight: bold;
  margin: 0px 0px 20px;
}

/* line 793, app/assets/stylesheets/users.scss */
.mystore .section .imageIcon .imageInputBtn {
  cursor: pointer;
}

/* line 795, app/assets/stylesheets/users.scss */
.mystore .section .imageIcon .imageInputBtn svg {
  font-size: 60px;
  color: #fff;
  background-color: #03afa0;
  border-radius: 4px;
  padding: 10px 0px;
  width: 60px;
}

/* line 804, app/assets/stylesheets/users.scss */
.mystore .section .imageIcon .imageInputBtn:hover {
  outline: 2px #ccc;
  outline-style: dashed;
}

/* line 808, app/assets/stylesheets/users.scss */
.mystore .section .imageIcon .fileFieldImage {
  display: none;
}

/* line 811, app/assets/stylesheets/users.scss */
.mystore .section .imageIcon #imageSubmit {
  display: none;
}

/* line 817, app/assets/stylesheets/users.scss */
.mystore .section .modal .modal-content .modal-title {
  margin-right: auto;
  font-weight: bold;
  font-size: 18px;
}

/* line 822, app/assets/stylesheets/users.scss */
.mystore .section .modal .modal-content .modal-header {
  justify-content: flex-end;
}

/* line 824, app/assets/stylesheets/users.scss */
.mystore .section .modal .modal-content .modal-header .close {
  margin-left: 50%;
  font-size: 16px;
}

/* line 832, app/assets/stylesheets/users.scss */
.mystore .basic_info {
  background-color: #F5F5F5;
  border-radius: 10px;
  padding: 3px 8px;
}

/* line 837, app/assets/stylesheets/users.scss */
.mystore .setting-title-bar {
  max-width: 800px;
  background-color: #00B5AF;
  height: 70px;
  display: flex;
  flex-direction: row;
  position: relative;
}

/* line 844, app/assets/stylesheets/users.scss */
.mystore .setting-title-bar .back-link {
  position: absolute;
}

/* line 847, app/assets/stylesheets/users.scss */
.mystore .setting-title-bar .setting-title {
  white-space: nowrap;
  margin: auto;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  vertical-align: middle;
  color: #FFFFFF;
}

/* line 857, app/assets/stylesheets/users.scss */
.mystore .setting-title-bar .arrow_white {
  margin: 28px auto auto 30px;
  left: 3px;
  width: 15px;
  height: 15px;
  border-bottom: 4px solid #FFFFFF;
  border-left: 4px solid #FFFFFF;
  transform: rotate(45deg);
}

/* line 868, app/assets/stylesheets/users.scss */
.mystore .instruction {
  max-width: 800px;
  height: auto;
  background-color: #FBF1F1;
  color: #822819;
  font-size: 16px;
  text-align: center;
  line-height: 27px;
  padding: 20px;
}

/* line 877, app/assets/stylesheets/users.scss */
.mystore .instruction .caution-logo {
  margin-right: 5px;
}

/* line 882, app/assets/stylesheets/users.scss */
.mystore .ntapr {
  background-color: #fff;
  padding: 40px;
}

/* line 886, app/assets/stylesheets/users.scss */
.mystore .setting-menu-description {
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  color: #5D5D5D;
  width: 264px;
  height: 34px;
  margin-top: 6px;
}

/* line 894, app/assets/stylesheets/users.scss */
.mystore .setting-menu-description span {
  font-weight: bold;
}

/* line 900, app/assets/stylesheets/users.scss */
.mystore .setting-menu-bar .setting-menu {
  border-bottom: solid 1px #ddd;
  height: 80px;
  display: flex;
  color: #5D5D5D;
}

/* line 906, app/assets/stylesheets/users.scss */
.mystore .setting-menu-bar .setting-menu .arrow {
  margin: auto 20px auto auto;
  left: 3px;
  width: 15px;
  height: 15px;
  border-top: 4px solid #5D5D5D;
  border-right: 4px solid #5D5D5D;
  transform: rotate(45deg);
}

/* line 917, app/assets/stylesheets/users.scss */
.mystore .setting-menu-bar .setting-menu .setting-menu-text .setting-menu-name {
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  line-height: 36px;
  height: 30px;
  margin-top: 5px;
}

/* line 930, app/assets/stylesheets/users.scss */
.mystore .info {
  width: 100%;
}

/* line 932, app/assets/stylesheets/users.scss */
.mystore .info .caution-logo {
  width: 20px;
  height: 18px;
  margin: 15px 10px auto 30px;
}

/* line 937, app/assets/stylesheets/users.scss */
.mystore .info .check-logo {
  width: 20px;
  height: 18px;
  margin: 15px 10px auto 30px;
}

/* line 942, app/assets/stylesheets/users.scss */
.mystore .info .instruction {
  max-width: 800px;
  height: auto;
  background-color: #FBF1F1;
  color: #822819;
  font-size: 16px;
  text-align: center;
  line-height: 27px;
  padding: 20px;
}

/* line 951, app/assets/stylesheets/users.scss */
.mystore .info .instruction .caution-logo {
  margin: 0 5px 0 0;
}

/* line 956, app/assets/stylesheets/users.scss */
.mystore .info .bottom-space {
  height: 500px;
}

/* line 959, app/assets/stylesheets/users.scss */
.mystore .info .warning {
  background-color: #FFDCDC;
  color: #9E1818;
  height: auto;
  margin: 30px 10px 0;
  padding: 10px;
  border-radius: 10px;
  font-size: 18px;
  text-align: center;
}

/* line 968, app/assets/stylesheets/users.scss */
.mystore .info .warning .grey_box_link {
  margin-top: 10px;
}

/* line 971, app/assets/stylesheets/users.scss */
.mystore .info .warning .caution-logo {
  margin: 0px 5px;
}

/* line 976, app/assets/stylesheets/users.scss */
.mystore .grey_box_link {
  display: block;
  background-color: #F5F5F5;
  border: 1px solid #AAAAAA;
  margin: 30px auto 0px;
  width: 265px;
  height: 45px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  padding: 10px;
}

/* line 989, app/assets/stylesheets/users.scss */
.mystore .preview_description {
  width: 350px;
  margin: 10px auto;
}

/* line 992, app/assets/stylesheets/users.scss */
.mystore .preview_description span {
  font-weight: bold;
}

/* line 998, app/assets/stylesheets/users.scss */
.mystore .myitems {
  background-color: #2CC2BD;
  height: 100vh;
  margin: auto;
}

/* line 1002, app/assets/stylesheets/users.scss */
.mystore .myitems .setting-menu {
  background-color: #FFFFFF;
}

/* line 1005, app/assets/stylesheets/users.scss */
.mystore .myitems .setting-menu-text {
  margin-left: 50px;
}

/* line 1007, app/assets/stylesheets/users.scss */
.mystore .myitems .setting-menu-text .count {
  color: #F66F00;
  font-weight: normal;
  margin-left: 20px;
}

/* line 1019, app/assets/stylesheets/users.scss */
.mystore .supportAreas .title {
  width: 120px;
  padding-top: 25px;
}

/* line 1023, app/assets/stylesheets/users.scss */
.mystore .supportAreas .supportCities {
  padding: 5px;
}

/* line 1025, app/assets/stylesheets/users.scss */
.mystore .supportAreas .supportCities .prefecture_name {
  font-weight: bold;
}

/* line 1032, app/assets/stylesheets/users.scss */
.mystore .licence h1 {
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  color: #5d5d5d;
}

/* line 1038, app/assets/stylesheets/users.scss */
.mystore .licence h2 {
  font-size: 18px;
}

/* line 1041, app/assets/stylesheets/users.scss */
.mystore .licence #imageLists {
  margin-top: 10px;
  margin-bottom: 10px;
  max-height: 300px;
  overflow: scroll;
  border: 3px solid #ddd;
  text-align: center;
  padding: 10px;
  max-height: none;
  overflow: auto;
}

/* line 1051, app/assets/stylesheets/users.scss */
.mystore .licence #imageLists p {
  margin-bottom: 10px;
}

/* line 1054, app/assets/stylesheets/users.scss */
.mystore .licence #imageLists .image-preview, .mystore .licence #imageLists .image-preview2 {
  margin: auto;
  width: 300px;
  max-height: 300px;
}

/* line 1058, app/assets/stylesheets/users.scss */
.mystore .licence #imageLists .image-preview img, .mystore .licence #imageLists .image-preview2 img {
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
  object-fit: contain;
}

/* line 1065, app/assets/stylesheets/users.scss */
.mystore .licence #imageLists .licenceImageInputBtn {
  display: block;
  margin: 20px auto;
}

/* line 1069, app/assets/stylesheets/users.scss */
.mystore .licence #imageLists .imgList {
  text-align: center;
  position: relative;
  width: 130px;
  max-height: 130px;
  margin: 15px;
  -o-object-fit: cover;
  object-fit: cover;
  border: solid 1px #eee;
  padding: 10px;
  display: inline-block;
}

/* line 1080, app/assets/stylesheets/users.scss */
.mystore .licence #imageLists .imgList svg.fa-user {
  font-size: 130px;
}

/* line 1083, app/assets/stylesheets/users.scss */
.mystore .licence #imageLists .imgList img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

/* line 1087, app/assets/stylesheets/users.scss */
.mystore .licence #imageLists .imgList .imgDelete {
  border-top: 1px solid #aaa;
  color: darkred;
  text-align: center;
  padding: 4px;
}

/* line 1093, app/assets/stylesheets/users.scss */
.mystore .licence #imageLists .imgList .storeImgDelete {
  font-size: 20px;
  position: absolute;
  top: -10px;
  right: -10px;
  color: #e23737;
  background-color: #fff;
}

/* line 1103, app/assets/stylesheets/users.scss */
.mystore .licence label {
  position: relative;
  margin-bottom: 12px;
}

/* line 1106, app/assets/stylesheets/users.scss */
.mystore .licence label.required:after {
  margin-left: 1.0em;
  text-align: center;
  border-radius: 4px;
  font-size: 10px;
  color: #C44;
  border: 1px solid #C44;
  content: "必須";
  position: absolute;
  top: 20%;
  width: 30px;
}

/* line 1119, app/assets/stylesheets/users.scss */
.mystore .licence .setting-title-bar {
  max-width: 800px;
  background-color: #00B5AF;
  height: 70px;
  display: flex;
  flex-direction: row;
  position: relative;
}

/* line 1126, app/assets/stylesheets/users.scss */
.mystore .licence .setting-title-bar .back-link {
  position: absolute;
}

/* line 1129, app/assets/stylesheets/users.scss */
.mystore .licence .setting-title-bar .setting-title {
  white-space: nowrap;
  margin: auto;
  font-family: 'Meiryo', sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  vertical-align: middle;
  color: #FFFFFF;
}

/* line 1140, app/assets/stylesheets/users.scss */
.mystore .licence .setting-title-bar .arrow_white {
  margin: 28px auto auto 30px;
  left: 3px;
  width: 15px;
  height: 15px;
  border-bottom: 4px solid #FFFFFF;
  border-left: 4px solid #FFFFFF;
  transform: rotate(45deg);
}

/* line 1153, app/assets/stylesheets/users.scss */
.mystore .setting {
  width: 100%;
}

/* line 1155, app/assets/stylesheets/users.scss */
.mystore .setting .section {
  padding: 20px;
}

/* line 1158, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group {
  color: #333333;
  margin: 20px 0px 30px;
}

/* line 1161, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group hr {
  margin-top: 10px;
}

/* line 1164, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group .user-title-label {
  font-size: 14px;
  font-size: 16px;
  color: #5D5D5D;
  display: block;
  font-weight: bold;
  clear: both;
  margin-bottom: 10px;
  padding: 0px;
  text-align: left;
}

/* line 1177, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group input[type=checkbox] {
  margin-right: 10px;
}

/* line 1181, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group .description {
  color: #00B5AF;
  font-size: 14px;
  margin-left: 1em;
}

/* line 1188, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group #itemList .iname {
  padding: 10px;
  margin: 15px 5px;
  color: #02a19b;
  font-size: 15px;
  font-weight: bold;
  border: 1px solid #00c9c1;
  border-radius: 5px;
  display: block;
}

/* line 1198, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group #itemList p {
  margin-bottom: 10px;
}

/* line 1201, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group #itemList svg {
  font-size: 20px;
  vertical-align: middle;
  float: right;
}

/* line 1230, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group .add-btn {
  background-color: #03ccba36;
  border: solid 1px #03afa0b8;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
  border-radius: 2px;
  font-size: 13px;
}

/* line 1241, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group .add-btn.qualification {
  margin-top: 0px;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 0;
  line-height: 40px;
  border-radius: 4px;
  padding-right: 12px;
}

/* line 1251, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group .add-btn.upload {
  font-size: 12px;
  width: 160px;
  border-radius: 4px;
}

/* line 1257, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group .add-btn svg {
  margin-left: 0.5em;
}

/* line 1262, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group .qualification-area {
  width: 250px;
}

/* line 1267, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group .icon-upload .description {
  margin: 5px auto;
  font-size: 15px;
}

/* line 1273, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group .address-label {
  margin-right: 3px;
  font-size: 16px;
  white-space: nowrap;
  color: #5D5D5D;
  font-weight: bold;
}

/* line 1281, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group .form-control {
  height: 50px;
  margin-bottom: 3px;
}

/* line 1285, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group input {
  font-size: 15px;
}

/* line 1288, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group select {
  border-color: #ddd;
  padding: 10px;
  border-radius: 4px;
  height: 50px;
  font-size: 16px;
  margin-bottom: 3px;
}

/* line 1299, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group .getAddress .getAddressBtn {
  margin-right: 0;
  font-size: 15px;
}

/* line 1305, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group .user-form-control {
  border: 1px solid #ddd;
  height: 50px;
  width: 100%;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 5px;
}

/* line 1312, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group .user-form-control.herf {
  width: 40%;
  margin-bottom: 15px;
  margin-left: 5px;
}

/* line 1317, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group .user-form-control.check-area {
  font-size: 16px;
  height: auto;
  display: flex;
  flex-direction: column;
}

/* line 1323, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group .user-form-control.post-code-form {
  width: 100px;
  height: 50px;
  font-size: 15px;
  padding: auto;
}

/* line 1329, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group .user-form-control.image {
  border: none;
}

/* line 1334, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group .user-form-control-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 14px;
}

/* line 1346, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group .user-form-control-reset:focus {
  border: solid 1px #ddd;
  border-radius: 3px;
}

/* line 1352, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group .user-form-control-reset.image {
  display: none;
}

/* line 1356, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group .user-form-control-reset.check-area {
  padding: 10px 0;
  line-height: 2;
}

/* line 1359, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group .user-form-control-reset.check-area input {
  margin: 2px 10px;
  display: inline;
}

/* line 1363, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group .user-form-control-reset.check-area label {
  font-size: 16px;
  display: inline;
}

/* line 1369, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group .user-form-control-reset.name {
  width: 40%;
}

/* line 1377, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group .image-preview {
  text-align: center;
  position: relative;
  width: 130px;
  max-height: 130px;
  margin-right: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  border: solid 1px #eee;
  margin-bottom: 10px;
}

/* line 1387, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group .image-preview img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 110px;
}

/* line 1392, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group .image-preview svg.fa-user {
  font-size: 130px;
}

/* line 1396, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group .image-preview .image-delete {
  font-size: 20px;
  position: absolute;
  top: -18px;
  right: -10px;
  color: #e23737;
  background-color: #fff;
}

/* line 1407, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group .form-area {
  flex-direction: row;
  position: relative;
  font-size: 1rem;
  line-height: 1.8;
}

/* line 1424, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group .FlexTextarea .FlexTextarea__textarea {
  height: 50px;
  box-sizing: border-box;
  padding: 8px 15px;
  width: 100%;
  background-color: transparent;
  letter-spacing: inherit;
}

/* line 1437, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group .FlexTextarea .box {
  height: 180px;
}

/* line 1441, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group .FlexTextarea__dummy {
  overflow: hidden;
  visibility: hidden;
  box-sizing: border-box;
  height: 5px;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* line 1452, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group #imageLists {
  margin-top: 10px;
  margin-bottom: 10px;
  max-height: 300px;
  overflow: scroll;
  border: 3px solid #ddd;
}

/* line 1458, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group #imageLists .imgList {
  text-align: center;
  position: relative;
  width: 130px;
  max-height: 130px;
  margin: 15px;
  -o-object-fit: cover;
  object-fit: cover;
  border: solid 1px #eee;
  padding: 10px;
  display: inline-block;
}

/* line 1469, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group #imageLists .imgList svg.fa-user {
  font-size: 130px;
}

/* line 1472, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group #imageLists .imgList img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

/* line 1476, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group #imageLists .imgList .imgDelete {
  border-top: 1px solid #aaa;
  color: darkred;
  text-align: center;
  padding: 4px;
}

/* line 1482, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group #imageLists .imgList .storeImgDelete {
  font-size: 20px;
  position: absolute;
  top: -10px;
  right: -10px;
  color: #e23737;
  background-color: #fff;
}

/* line 1493, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group .check_service_form .subcategory-form {
  padding: 0px;
}

/* line 1496, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group .check_service_form .subcategory-form .field p {
  padding: 0px 20px 0;
}

/* line 1500, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group .check_service_form .subcategory-form .subcategory-checklist {
  padding: 0;
  gap: 5px;
}

/* line 1503, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group .check_service_form .subcategory-form .subcategory-checklist .subcategory-item {
  border: 1px solid #ddd;
  padding: 5px;
  padding: 5px 10px;
}

/* line 1507, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group .check_service_form .subcategory-form .subcategory-checklist .subcategory-item label {
  font-size: 14px;
  margin-top: 0px;
}

/* line 1511, app/assets/stylesheets/users.scss */
.mystore .setting .user-form-group .check_service_form .subcategory-form .subcategory-checklist .subcategory-item input[type="checkbox"]:checked {
  margin-top: 0px;
}

/* line 1519, app/assets/stylesheets/users.scss */
.mystore .setting .settingBtn {
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  text-align: center;
}

/* line 1525, app/assets/stylesheets/users.scss */
.mystore .setting .settingBtn a {
  color: #FFFFFF;
  display: inline-block;
  background-color: #FF6F00;
  padding: 10px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 16px;
}

/* line 1537, app/assets/stylesheets/users.scss */
.mystore .setting .subcategory-form .field p {
  padding: 20px 20px 0;
}

/* line 1542, app/assets/stylesheets/users.scss */
.mystore .setting .subcategory-checklist {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 20px 20px 0;
}

/* line 1548, app/assets/stylesheets/users.scss */
.mystore .setting .subcategory-checklist .subcategory-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-grow: 1;
  padding: 12px 15px 15px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
  margin: 5px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

/* line 1562, app/assets/stylesheets/users.scss */
.mystore .setting .subcategory-checklist .subcategory-item:hover {
  background-color: #f9f9f9;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

/* line 1567, app/assets/stylesheets/users.scss */
.mystore .setting .subcategory-checklist .subcategory-item input[type="checkbox"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #007bff;
  border-radius: 4px;
  margin-right: 10px;
  outline: none;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
}

/* line 1578, app/assets/stylesheets/users.scss */
.mystore .setting .subcategory-checklist .subcategory-item input[type="checkbox"]:checked {
  background-color: #007bff;
  border-color: #007bff;
  position: relative;
}

/* line 1584, app/assets/stylesheets/users.scss */
.mystore .setting .subcategory-checklist .subcategory-item input[type="checkbox"]:checked::after {
  content: '✔';
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 1595, app/assets/stylesheets/users.scss */
.mystore .setting .subcategory-checklist .subcategory-item label {
  font-size: 16px;
  margin-top: 7px;
  margin-bottom: 0;
  color: #333;
  cursor: pointer;
}

/* line 1604, app/assets/stylesheets/users.scss */
.mystore .setting .check-box {
  border: #FFA132 4px solid;
  border-radius: 10px;
  margin: auto;
  padding: 20px;
}

/* line 1609, app/assets/stylesheets/users.scss */
.mystore .setting .check-box .check-title {
  display: flex;
}

/* line 1611, app/assets/stylesheets/users.scss */
.mystore .setting .check-box .check-title .check-icon {
  width: 20px;
  height: 17px;
  margin: 0px 0px auto 10px;
}

/* line 1616, app/assets/stylesheets/users.scss */
.mystore .setting .check-box .check-title .check-title-text {
  margin: 0px auto auto 14px;
  font-size: 16px;
  color: #5D5D5D;
  font-weight: bold;
}

/* line 1624, app/assets/stylesheets/users.scss */
.mystore .setting .check-box .check-text {
  font-size: 12px;
  line-height: 24px;
  margin: 18px auto 0px 10px;
}

/* line 1630, app/assets/stylesheets/users.scss */
.mystore .setting .check-box span {
  color: #00B5AF;
  font-weight: bold;
}

/* line 1634, app/assets/stylesheets/users.scss */
.mystore .setting .check-box .image-area {
  margin: 10px auto;
  text-align: center;
}

/* line 1637, app/assets/stylesheets/users.scss */
.mystore .setting .check-box .image-area h3 {
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  margin-top: 0px;
}

/* line 1643, app/assets/stylesheets/users.scss */
.mystore .setting .check-box .image-area .sample-icon {
  margin-left: 50px;
  margin-bottom: 5px;
}

/* line 1647, app/assets/stylesheets/users.scss */
.mystore .setting .check-box .image-area .sample-image {
  margin: auto;
}

/* line 1652, app/assets/stylesheets/users.scss */
.mystore .setting .actions {
  margin: 20px auto;
}

/* line 1654, app/assets/stylesheets/users.scss */
.mystore .setting .actions .btn-primary {
  width: 200px;
  height: 40px;
  background-color: #00B5AF;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  margin: auto;
  display: block;
  border: none;
}

/* line 1666, app/assets/stylesheets/users.scss */
.mystore .setting .withdraw {
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 20px auto;
}

/* line 1673, app/assets/stylesheets/users.scss */
.mystore .setting .submit-all-forms, .mystore .setting .submit-first-greeting {
  height: 40px;
  background-color: #FF6F00;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  margin: 20px auto;
  display: block;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.1s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* line 1687, app/assets/stylesheets/users.scss */
.mystore .setting .submit-all-forms {
  width: 200px;
}

/* line 1690, app/assets/stylesheets/users.scss */
.mystore .setting .submit-first-greeting {
  width: 250px;
}

/* line 1693, app/assets/stylesheets/users.scss */
.mystore .setting .submit-all-forms:hover, .mystore .setting .submit-all-forms:focus, .mystore .setting .submit-first-greeting:hover, .mystore .setting .submit-first-greeting:focus {
  background-color: #e65c00;
  transform: translateY(-2px);
}

/* line 1698, app/assets/stylesheets/users.scss */
.mystore .setting .submit-all-forms:active, .mystore .setting .submit-first-greeting:active {
  background-color: #cc5200;
  transform: translateY(1px);
}

/* line 1703, app/assets/stylesheets/users.scss */
.mystore .setting .submit-all-forms:focus, .mystore .setting .submit-first-greeting:focus {
  outline: none;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #FF6F00;
}

/* line 1708, app/assets/stylesheets/users.scss */
.mystore label.alert:after {
  margin-bottom: 0px;
  margin-left: 10px;
  padding: 0px;
  content: url("/images/setting/alert.svg");
}

/* line 1715, app/assets/stylesheets/users.scss */
.mystore label.done:after {
  width: 18px;
  height: 18px;
  margin-bottom: 0px;
  margin-left: 10px;
  content: '';
  display: inline-block;
  background-image: url("/images/setting/done.svg");
}

/* line 1727, app/assets/stylesheets/users.scss */
.chat-digest-container {
  padding: 10px;
}

/* line 1729, app/assets/stylesheets/users.scss */
.chat-digest-container .chat-digest-box {
  width: calc(100% - 20px);
  margin: 20px 10px;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 0px #00000066;
  position: relative;
  text-align: left;
}

/* line 1738, app/assets/stylesheets/users.scss */
.chat-digest-container .chat-digest-box .itemInfo {
  display: flex;
}

/* line 1741, app/assets/stylesheets/users.scss */
.chat-digest-container .chat-digest-box .itemInfo .img img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 1748, app/assets/stylesheets/users.scss */
.chat-digest-container .chat-digest-box .itemInfo .detail {
  margin: 3px 0 0 10px;
  font-size: 16px;
  line-height: 1.3;
}

/* line 1753, app/assets/stylesheets/users.scss */
.chat-digest-container .chat-digest-box .itemInfo .detail .orange {
  color: #FF6F00;
}

/* line 1756, app/assets/stylesheets/users.scss */
.chat-digest-container .chat-digest-box .itemInfo .detail .bold {
  font-weight: bold;
}

/* line 1762, app/assets/stylesheets/users.scss */
.chat-digest-container .chat-digest-box .top {
  width: 100%;
  margin-top: 4px;
  display: flex;
  justify-content: space-between;
}

/* line 1770, app/assets/stylesheets/users.scss */
.chat-digest-container .chat-digest-box .top .icon {
  font-size: 40px;
  color: #E8E8E8;
}

/* line 1774, app/assets/stylesheets/users.scss */
.chat-digest-container .chat-digest-box .top .name {
  font-size: 18px;
  color: #5D5D5D;
  font-weight: bold;
  vertical-align: super;
}

/* line 1780, app/assets/stylesheets/users.scss */
.chat-digest-container .chat-digest-box .top .status {
  font-weight: bold;
  color: #2CC2BD;
  font-size: 14px;
}

/* line 1786, app/assets/stylesheets/users.scss */
.chat-digest-container .chat-digest-box .on_site_estimate_notice {
  width: 240px;
  height: 30px;
  line-height: 28px;
  font-size: 14px;
  border-radius: 40px;
  border: 2px solid #F66F00;
  color: #F66F00;
  font-weight: bold;
  margin: 8px auto;
  text-align: center;
}

/* line 1798, app/assets/stylesheets/users.scss */
.chat-digest-container .chat-digest-box .info {
  width: 100%;
  text-align: center;
  color: #929292;
  font-weight: bold;
  font-size: 12px;
}

/* line 1804, app/assets/stylesheets/users.scss */
.chat-digest-container .chat-digest-box .info .orange {
  color: #FF6F00;
}

/* line 1809, app/assets/stylesheets/users.scss */
.chat-digest-container .chat-digest-box .messageBox {
  margin: 5px auto 10px;
  width: 90%;
  background-color: #E8E8E8;
  border-radius: 10px;
  padding: 10px;
}

/* line 1815, app/assets/stylesheets/users.scss */
.chat-digest-container .chat-digest-box .messageBox .createdAt {
  color: #929292;
  width: 100%;
  text-align: right;
  font-size: 12px;
}

/* line 1823, app/assets/stylesheets/users.scss */
.chat-digest-container .chat-digest-box .btnBox {
  width: 100%;
  text-align: center;
}

/* line 1826, app/assets/stylesheets/users.scss */
.chat-digest-container .chat-digest-box .btnBox .btn {
  background-color: #2CC2BD;
  color: #fff;
  margin: 0 auto;
  width: 200px;
  font-size: 16px;
  border-radius: 0;
  padding: 10px 0;
  font-weight: bold;
}

/* line 1836, app/assets/stylesheets/users.scss */
.chat-digest-container .chat-digest-box .btnBox .orange_btn {
  background-color: #FF6F00;
  color: #fff;
  margin: 10px auto;
  width: 200px;
  font-size: 16px;
  border-radius: 0;
  padding: 10px 0;
  font-weight: bold;
}

/* line 1851, app/assets/stylesheets/users.scss */
.fa-list-ul {
  width: 20px;
  color: #2DB4AF;
}

/* line 1855, app/assets/stylesheets/users.scss */
.fa-note-sticky {
  width: 20px;
  color: #2DB4AF;
}

/* line 1859, app/assets/stylesheets/users.scss */
.note-sticky {
  width: 20px;
  fill: #2DB4AF;
}

/* line 1863, app/assets/stylesheets/users.scss */
.fa-comment {
  width: 20px;
  color: #2DB4AF;
}

/* line 1867, app/assets/stylesheets/users.scss */
.fa-user {
  width: 20px;
  color: #2DB4AF;
}

/* line 1871, app/assets/stylesheets/users.scss */
.fa-tags {
  width: 20px;
  color: #2DB4AF;
}

/* line 1875, app/assets/stylesheets/users.scss */
.nomination_sticker {
  margin: 10px;
  padding: 5px;
  width: 90px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  background-color: #FF8C00;
  color: #FFFFFF;
  font-weight: bold;
  vertical-align: super;
}

/* pc向け */
@media screen and (min-width: 800px) {
  /* line 1893, app/assets/stylesheets/users.scss */
  .mypage .mypage_index {
    max-width: 640px;
    margin: auto;
  }
  /* line 1897, app/assets/stylesheets/users.scss */
  .mypage .mypage_index ul a {
    padding: 0px 35px;
  }
  /* line 1899, app/assets/stylesheets/users.scss */
  .mypage .mypage_index ul a li {
    font-size: 18px;
    line-height: 60px;
  }
  /* line 1905, app/assets/stylesheets/users.scss */
  .mypage .mypage_index .fa-chevron-right {
    right: 25px;
  }
  /* line 1910, app/assets/stylesheets/users.scss */
  .mypage .index .title {
    font-size: 18px;
  }
  /* line 1913, app/assets/stylesheets/users.scss */
  .mypage .index .fa-chevron-left {
    left: 25px;
    height: 24px;
    width: 24px;
  }
  /* line 1919, app/assets/stylesheets/users.scss */
  .mypage .reservations {
    width: 640px;
    margin: auto;
  }
  /* line 1922, app/assets/stylesheets/users.scss */
  .mypage .reservations .reservationDetails {
    margin: 20px auto;
  }
  /* line 1926, app/assets/stylesheets/users.scss */
  .mypage .requests {
    width: 640px;
    margin: auto;
  }
  /* line 1929, app/assets/stylesheets/users.scss */
  .mypage .requests .tab-label {
    font-size: 18px;
    line-height: 25px;
    margin: 15px 0;
  }
  /* line 1934, app/assets/stylesheets/users.scss */
  .mypage .requests .tab {
    margin: 15px auto;
    height: 50px;
  }
  /* line 1938, app/assets/stylesheets/users.scss */
  .mypage .requests .tab button {
    font-size: 18px;
    line-height: 50px;
    height: 50px;
  }
  /* line 1945, app/assets/stylesheets/users.scss */
  .mypage .requests .list-area .list {
    margin: 20px 0;
  }
  /* line 1947, app/assets/stylesheets/users.scss */
  .mypage .requests .list-area .list .name {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  /* line 1952, app/assets/stylesheets/users.scss */
  .mypage .requests .list-area .list .body {
    padding: 15px;
  }
  /* line 1954, app/assets/stylesheets/users.scss */
  .mypage .requests .list-area .list .body .item-details {
    gap: 20px;
  }
  /* line 1956, app/assets/stylesheets/users.scss */
  .mypage .requests .list-area .list .body .item-details .image {
    height: 70px;
    width: 70px;
  }
  /* line 1962, app/assets/stylesheets/users.scss */
  .mypage .requests .list-area .list .body .item-details .detail {
    text-align: left;
    font-size: 18px;
    line-height: 30px;
  }
  /* line 1968, app/assets/stylesheets/users.scss */
  .mypage .requests .list-area .list .body .deal {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    margin: 10px 0;
  }
  /* line 1974, app/assets/stylesheets/users.scss */
  .mypage .requests .list-area .list .body .sgst {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    margin: 10px 0;
  }
  /* line 1980, app/assets/stylesheets/users.scss */
  .mypage .requests .list-area .list .body .unsgst {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    margin: 10px 0;
  }
  /* line 1986, app/assets/stylesheets/users.scss */
  .mypage .requests .list-area .list .body .block {
    margin: 20px 0px;
  }
  /* line 1988, app/assets/stylesheets/users.scss */
  .mypage .requests .list-area .list .body .block .box-label {
    font-size: 18px;
    line-height: 30px;
  }
  /* line 1992, app/assets/stylesheets/users.scss */
  .mypage .requests .list-area .list .body .block .newest_message_container {
    padding: 10px 15px;
    width: 100%;
    height: 82px;
  }
  /* line 2003, app/assets/stylesheets/users.scss */
  .mypage .requests .list-area .list .body .extra_detail {
    margin-top: 20px;
  }
  /* line 2005, app/assets/stylesheets/users.scss */
  .mypage .requests .list-area .list .body .extra_detail .participant {
    font-size: 18px;
    line-height: 30px;
  }
  /* line 2009, app/assets/stylesheets/users.scss */
  .mypage .requests .list-area .list .body .extra_detail .cdati {
    font-size: 18px;
    line-height: 30px;
  }
  /* line 2018, app/assets/stylesheets/users.scss */
  .mypage .messages {
    width: 640px;
    margin: auto;
  }
  /* line 2022, app/assets/stylesheets/users.scss */
  .mypage .categories {
    max-width: 640px;
    margin: auto;
  }
  /* line 2026, app/assets/stylesheets/users.scss */
  .mypage .categories ul a {
    padding: 0px 35px;
  }
  /* line 2028, app/assets/stylesheets/users.scss */
  .mypage .categories ul a li {
    font-size: 18px;
    line-height: 60px;
  }
  /* line 2036, app/assets/stylesheets/users.scss */
  .userpage {
    background-color: #DEDEDE;
  }
  /* line 2040, app/assets/stylesheets/users.scss */
  .mystore .setting {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
    margin: 0px auto;
    background-color: #fff;
    border: 1px solid #ddd;
    max-width: 800px;
  }
  /* line 2047, app/assets/stylesheets/users.scss */
  .mystore .info {
    max-width: 800px;
    margin: 0px auto;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
  }
  /* line 2054, app/assets/stylesheets/users.scss */
  .mystore .info .section h2 {
    font-size: 22px;
  }
  /* line 2057, app/assets/stylesheets/users.scss */
  .mystore .info .section .tab_content {
    display: none;
    padding: 40px 40px 40px;
    clear: both;
    overflow: hidden;
  }
  /* line 2065, app/assets/stylesheets/users.scss */
  .mystore .info .section .user-form-group {
    margin: 30px auto;
  }
  /* line 2067, app/assets/stylesheets/users.scss */
  .mystore .info .section .user-form-group .user-title-label {
    font-size: 18px;
    display: block;
    font-weight: bold;
    clear: both;
    margin-bottom: 20px;
  }
  /* line 2075, app/assets/stylesheets/users.scss */
  .mystore .info .section .user-form-group .description {
    font-size: 18px;
  }
  /* line 2079, app/assets/stylesheets/users.scss */
  .mystore .info .section .user-form-group .add-btn {
    background-color: #F5F5F5;
    border: solid 1px #CCCCCC;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
    padding: 5px 0;
    border-radius: 2px;
    display: inline-block;
  }
  /* line 2089, app/assets/stylesheets/users.scss */
  .mystore .info .section .user-form-group .add-btn.qualification {
    width: 100px;
  }
  /* line 2094, app/assets/stylesheets/users.scss */
  .mystore .info .section .user-form-group .add-btn.upload {
    font-size: 12px;
    width: 160px;
    border-radius: 4px;
  }
  /* line 2100, app/assets/stylesheets/users.scss */
  .mystore .info .section .user-form-group .add-btn svg {
    margin-left: 1em;
  }
  /* line 2106, app/assets/stylesheets/users.scss */
  .mystore .info .section .user-form-group #itemList .iname {
    font-size: 14px;
  }
  /* line 2111, app/assets/stylesheets/users.scss */
  .mystore .info .section .user-form-group .check-area label {
    font-size: 14px;
  }
  /* line 2121, app/assets/stylesheets/users.scss */
  .mystore .info .section .user-form-group .image-preview {
    width: 140px;
    max-height: 140px;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 20px;
    display: inline-block;
  }
  /* line 2134, app/assets/stylesheets/users.scss */
  .mystore .info .section .user-form-group .FlexTextarea {
    position: relative;
    font-size: 1rem;
    line-height: 1.8;
    width: 100%;
  }
  /* line 2140, app/assets/stylesheets/users.scss */
  .mystore .info .section .user-form-group .FlexTextarea.name-area {
    padding: 5px 15px;
  }
  /* line 2143, app/assets/stylesheets/users.scss */
  .mystore .info .section .user-form-group .FlexTextarea .FlexTextarea__dummy {
    overflow: hidden;
    visibility: hidden;
    box-sizing: border-box;
    padding: 5px 15px;
    min-height: 42px;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  /* line 2154, app/assets/stylesheets/users.scss */
  .mystore .info .section .user-form-group .FlexTextarea .FlexTextarea__textarea {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 5px 15px;
    width: 90%;
    height: 100%;
    background-color: transparent;
    letter-spacing: inherit;
  }
  /* line 2165, app/assets/stylesheets/users.scss */
  .mystore .info .section .user-form-group .FlexTextarea .edit-icon {
    position: absolute;
    top: 1em;
    right: 0;
  }
  /* line 2174, app/assets/stylesheets/users.scss */
  .mystore .info .section .btn-primary {
    font-size: 18px;
  }
  /* line 2182, app/assets/stylesheets/users.scss */
  .setCities .sbob {
    left: 50%;
  }
  /* line 2187, app/assets/stylesheets/users.scss */
  .setCities table tbody tr {
    display: block;
  }
  /* line 2189, app/assets/stylesheets/users.scss */
  .setCities table tbody tr .title {
    width: 150px;
    padding: 20px;
    text-align: center;
    font-size: 14px;
  }
  /* line 2195, app/assets/stylesheets/users.scss */
  .setCities table tbody tr td {
    padding: 20px;
  }
  /* line 2198, app/assets/stylesheets/users.scss */
  .setCities table tbody tr td .selectBox ul {
    font-size: 12px;
  }
  /* line 2200, app/assets/stylesheets/users.scss */
  .setCities table tbody tr td .selectBox ul li {
    width: 150px;
  }
  /* line 2211, app/assets/stylesheets/users.scss */
  .signform .title {
    font-size: 22px;
  }
  /* line 2214, app/assets/stylesheets/users.scss */
  .signform .description {
    font-size: 14px;
  }
  /* line 2218, app/assets/stylesheets/users.scss */
  .signform .storeRegistration {
    padding-bottom: 40px;
  }
  /* line 2222, app/assets/stylesheets/users.scss */
  .signform .storeRegistration .new_user .form_section h2 {
    color: #a26114;
    font-size: 22px;
  }
  /* line 2226, app/assets/stylesheets/users.scss */
  .signform .storeRegistration .new_user .form_section label.required:after {
    font-size: 12px;
  }
  /* line 2230, app/assets/stylesheets/users.scss */
  .signform .storeRegistration .new_user .form_section .titleLabel {
    font-size: 18px;
  }
  /* line 2235, app/assets/stylesheets/users.scss */
  .signform .storeRegistration .new_user .form_section .actions input {
    background: #03afa0;
    font-weight: bold;
    font-size: 22px;
  }
  /* line 2249, app/assets/stylesheets/users.scss */
  .signform .signin .field input {
    font-size: 14px;
  }
  /* line 2252, app/assets/stylesheets/users.scss */
  .signform .signin .actions input {
    font-size: 18px;
  }
  /* line 2257, app/assets/stylesheets/users.scss */
  .signform .signup p {
    font-size: 22px;
  }
  /* line 2260, app/assets/stylesheets/users.scss */
  .signform .signup a {
    font-size: 18px;
  }
  /* line 2267, app/assets/stylesheets/users.scss */
  .getAddress {
    text-align: left;
  }
  /* line 2269, app/assets/stylesheets/users.scss */
  .getAddress .getAddressBtn {
    margin-left: 170px;
  }
  /* line 2273, app/assets/stylesheets/users.scss */
  .osBtn {
    margin-left: 0px;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
  }
  /* line 2279, app/assets/stylesheets/users.scss */
  .osBtn .ossubmit {
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-size: 18px;
  }
  /* line 2289, app/assets/stylesheets/users.scss */
  .confirmation .heading {
    font-size: 22px;
  }
  /* line 2293, app/assets/stylesheets/users.scss */
  .confirmation #thanks_registrations {
    text-align: center;
  }
  /* line 2298, app/assets/stylesheets/users.scss */
  .confirmation .comment {
    font-size: 18px;
  }
  /* line 2302, app/assets/stylesheets/users.scss */
  .confirmation .announce {
    font-size: 18px;
    line-height: 1.2;
  }
  /* line 2307, app/assets/stylesheets/users.scss */
  .confirmation .comment-title {
    font-size: 22px;
  }
  /* line 2311, app/assets/stylesheets/users.scss */
  .confirmation .comment-lists {
    font-size: 14px;
  }
}

/* line 2318, app/assets/stylesheets/users.scss */
.actions .termLink {
  margin-bottom: 10px;
  color: #337ab7;
}
