/*
* 基本スタイル
* ┗共通スタイル
* ヘッダー
* ┗グローバルナビゲーション
* フッター
* 汎用
* パーツ
*/
/* LESS Document */
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  html {
    min-width: 320px;
  }
}
body {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  justify-content: space-between;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  min-height: 100vh;
  font-weight: 400;
  line-height: 1.8;
  font-size: 1.6rem;
  font-feature-settings: "pwid";
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.2vw;
  }
}
p {
  margin-bottom: 1em;
}
p:nth-last-child(1) {
  margin-bottom: 0;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  clear: both;
  border: none;
  border-top: #DDDDDD 1px solid;
  margin: 35px 0;
}
mark {
  display: inline-block;
  padding: 0 10px;
  background: #E50112;
  color: #FFF;
}
/* -------------------------------- テーブル */
table:not(.ui-datepicker-calendar) {
  width: 100%;
  margin: 0 0 20px;
  position: relative;
}
table:not(.ui-datepicker-calendar)::before {
  content: '';
  border: 1px solid #CCC;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}
table:not(.ui-datepicker-calendar) tr:nth-last-of-type(1) td {
  border-bottom: none;
}
table:not(.ui-datepicker-calendar) tr.href {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  table:not(.ui-datepicker-calendar) tr.href td {
    padding-right: 10vw;
  }
}
table:not(.ui-datepicker-calendar) tr.href:hover {
  background: #E7F6F3;
}
table:not(.ui-datepicker-calendar) tr.href:hover td {
  background: #E7F6F3;
}
table:not(.ui-datepicker-calendar) tr.href.noLink {
  cursor: default;
}
@media screen and (max-width: 767px) {
  table:not(.ui-datepicker-calendar) tr.leftSpacer_sp {
    padding-left: 5vw;
  }
}
@media screen and (max-width: 767px) {
  table:not(.ui-datepicker-calendar) tr.sp_edit_right td {
    padding-right: 10vw;
  }
}
table:not(.ui-datepicker-calendar) th {
  white-space: nowrap;
  border-bottom: 1px solid #CCC;
  background: rgba(30, 178, 72, 0.1);
  text-align: center;
  padding: 4px 10px;
}
@media screen and (max-width: 767px) {
  table:not(.ui-datepicker-calendar) th {
    padding: 4px 8px;
  }
}
table:not(.ui-datepicker-calendar) td {
  border-bottom: 1px solid #CCC;
  height: 40px;
  padding: 10px 10px;
  line-height: 1.2;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  table:not(.ui-datepicker-calendar) td {
    padding: 1vw 8px;
    height: auto;
  }
}
table:not(.ui-datepicker-calendar) td.noBorder {
  border-right: none;
}
table:not(.ui-datepicker-calendar) td.noBorder + * {
  border-left: none;
}
table:not(.ui-datepicker-calendar) td.td_nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  table:not(.ui-datepicker-calendar) td.td_nowrap {
    white-space: normal;
  }
}
table:not(.ui-datepicker-calendar) td.addBtn {
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  table:not(.ui-datepicker-calendar) td.addBtn {
    padding: 10px 0;
    justify-content: center;
  }
}
table:not(.ui-datepicker-calendar) td.addBtn a {
  text-decoration: none;
}
table:not(.ui-datepicker-calendar) td.sortIcon {
  width: 30px;
  padding-right: 0;
  text-align: center;
}
table:not(.ui-datepicker-calendar) td.sortIcon i {
  color: #12A78C;
}
table:not(.ui-datepicker-calendar) td.rightIcon a {
  text-decoration: none;
}
table:not(.ui-datepicker-calendar) td.rightIcon i {
  display: block;
  padding: 0 10px 0 20px;
  text-align: right;
  text-decoration: none;
  color: #12A78C;
  transition: none;
}
table:not(.ui-datepicker-calendar) td.trashIcon {
  width: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  text-align: center;
}
table:not(.ui-datepicker-calendar) td.td_unit {
  font-size: 2rem;
  font-weight: bold;
  color: #12A78C;
  text-align: right;
}
@media screen and (max-width: 767px) {
  table:not(.ui-datepicker-calendar) td.td_unit {
    font-size: 4vw;
  }
}
table:not(.ui-datepicker-calendar) tfoot {
  border-top: 1px double #CCC;
  font-weight: bold;
}
.ui-datepicker {
  z-index: 2 !important;
}
@media screen and (max-width: 767px) {
  .tableWrap {
    overflow: auto;
    margin: 0 0 20px;
  }
  .tableWrap::-webkit-scrollbar {
    background: #CCC;
    width: 10px;
    height: 10px;
    border-radius: 15px;
  }
  .tableWrap::-webkit-scrollbar-thumb {
    background: #12A78C;
    border-radius: 15px;
  }
  .tableWrap table {
    margin-bottom: 10px;
  }
  .tableWrap th,
  .tableWrap td {
    position: relative;
    white-space: nowrap;
  }
  .tableWrap th:nth-of-type(1),
  .tableWrap td:nth-of-type(1) {
    position: sticky;
    left: 0;
    z-index: 1;
  }
  .tableWrap th:nth-of-type(1)::before,
  .tableWrap td:nth-of-type(1)::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    border-right: 1px solid #898989;
    position: absolute;
    top: 0;
    left: 0;
  }
  .tableWrap th.noBorder::before,
  .tableWrap td.noBorder::before {
    content: none;
  }
  table.tableResponsive::before {
    content: none;
  }
  table.tableResponsive thead {
    display: none;
  }
  table.tableResponsive th {
    display: block;
    width: 100%!important;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
  }
  table.tableResponsive tr {
    display: block;
    border-bottom: #CCC 1px solid;
    position: relative;
  }
  table.tableResponsive td {
    display: flex;
    border-top: none;
    width: auto!important;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
  }
  table.tableResponsive td[data-label]::before {
    content: attr(data-label);
    flex-shrink: 0;
  }
  table.tableResponsive td.vCenter {
    align-items: center;
  }
  table.tableResponsive td.sp_remarks {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: flex-start;
  }
  table.tableResponsive td.sp_remarks::before {
    grid-row: 1 / 3;
  }
  table.tableResponsive td.sortIcon,
  table.tableResponsive td.trashIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7vw!important;
    padding: 0 0 0 10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  table.tableResponsive td.rightIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10vw;
    height: 100%;
    padding: 0;
    background: none!important;
    position: absolute;
    top: 0;
    right: 0;
  }
  table.tableResponsive tfoot {
    display: block;
    margin-top: -1px;
  }
  table.tableResponsive tfoot td {
    justify-content: flex-end;
  }
}
/* -------------------------------- リスト */
.listDisc_01 {
  padding: 0 0 0 2rem;
  list-style: disc;
}
.listDisc_01 li::marker {
  color: #12A78C;
}
.listDisc_02 {
  padding: 0 0 0 2rem;
}
.listDisc_02 li::before {
  content: '\f0da';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}
.listDisc_03 {
  padding: 0 0 0 1.5rem;
}
.listDisc_03 li:not(:last-child) {
  margin: 0 0 0;
}
.listDisc_03 li::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #12A78C;
  margin-right: -8px;
  font-size: 1rem;
  text-align: center;
  vertical-align: 2px;
  position: relative;
  left: -12px;
}
.listDecimal_01 {
  list-style: decimal;
  padding-left: 25px;
}
.listDecimal_01 > li {
  text-indent: 0;
}
.listDecimal_02 {
  padding: 0 0 0 2.5rem;
}
.listDecimal_02 > li {
  counter-increment: number;
  margin-bottom: 10px;
}
.listDecimal_02 > li::before {
  content: '(' counter(number) ') ';
  display: inline-block;
  width: 2.5rem;
  margin: 0 0 0 -2.5rem;
}
/* -------------------------------- 定義リスト */
/* dlリスト
dl_01…PC横並び、SP以下改行
dl_02…PC、SP共に横並びリスト
*/
.dlList_01 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 14px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .dlList_01 {
    gap: 10px;
  }
}
.dlList_01 dt {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  justify-content: space-between;
  align-items: flex-start;
  width: 172px;
  padding: 5px 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .dlList_01 dt {
    font-size: 3.2vw;
    width: 35vw;
  }
}
.dlList_01 dd {
  width: calc(100% - 172px - 14px);
}
@media screen and (max-width: 767px) {
  .dlList_01 dd {
    width: calc(100% - 35vw - 10px);
  }
}
.dlList_02 > div {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px;
}
.dlList_02 > div dt {
  min-width: 0;
}
.dlList_02 > div dd {
  flex: 1;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	main
+++++++++++++++++++++++++++++++++++++++++++ */
main {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px 30px;
}
@media screen and (max-width: 1199px) {
  main {
    width: 100%;
    padding: 20px 10px;
  }
}
.loginArea .logo {
  flex: 1;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .loginArea .logo {
    display: none;
  }
}
.loginArea .logo img {
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1199px) {
  .loginArea .logo img {
    max-width: 100%;
  }
}
.loginArea main {
  flex: auto;
  gap: 20px;
  justify-content: center;
  max-width: 50vw;
  width: 100%;
  min-width: 700px;
  padding: 20px 30px;
  background: linear-gradient(135deg, #1FB647, #0699D1);
}
@media screen and (max-width: 767px) {
  .loginArea main {
    max-width: none;
    min-width: 0;
    padding: 20px 25px;
  }
}
.loginArea main .box {
  max-width: 394px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .loginArea main .box {
    max-width: 100%;
  }
}
.loginArea main .box_logo {
  display: none;
}
@media screen and (max-width: 767px) {
  .loginArea main .box_logo {
    display: block;
    width: 80%;
    margin: 0 auto 15px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .loginArea main .box h2 {
    margin: 0;
    padding: 10px 0;
    font-size: 4.8vw;
    font-weight: 700;
    color: #12A78C;
    background: none;
  }
}
.loginArea main .box input {
  padding: 9px 5px;
}
.loginArea main .box .btn {
  max-width: 100%;
}
.loginArea a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	htl
+++++++++++++++++++++++++++++++++++++++++++ */
h2 {
  margin: 0 0 15px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #12A78C;
}
@media screen and (max-width: 767px) {
  h2 {
    margin: -20px -10px 15px;
    padding: 20px 10px;
    font-size: 3.6vw;
    text-align: center;
    color: #000;
    background: #F6F6F6;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
  }
}
h3 {
  margin: 0 0 10px;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 3.6vw;
  }
}
h4 {
  margin: 0 0 10px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 3.2vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	ヘッダー
+++++++++++++++++++++++++++++++++++++++++++ */
header {
  width: 240px;
  flex-shrink: 0;
  position: relative;
  z-index: 101;
}
@media screen and (max-width: 1199px) {
  header {
    width: auto;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	グローバルナビゲーション
+++++++++++++++++++++++++++++++++++++++++++ */
#gNav {
  height: 100%;
  background: linear-gradient(135deg, #1FB647, #0699D1);
}
@media screen and (max-width: 1199px) {
  #gNav {
    width: 28rem;
    min-width: 0;
  }
}
#gNav .drawer-menu {
  display: flex;
  flex-direction: column;
  width: 240px;
  height: 100%;
  max-height: 100vh;
  position: fixed;
}
@media screen and (max-width: 1199px) {
  #gNav .drawer-menu {
    width: auto;
    position: relative;
  }
}
#gNav .drawer-menu .siteLogo {
  width: calc(100% - 22px);
  margin: 0 auto 30px;
  padding: 10px 22px;
  border-radius: 0 0 5px 5px;
  background: #FFF;
  text-align: center;
}
#gNav .drawer-menu > ul {
  flex: 1 1 auto;
  display: block;
  width: 99%;
  margin: 0 auto 0 0;
  overflow-y: auto;
}
@media screen and (max-width: 1199px) {
  #gNav .drawer-menu > ul {
    width: 100%;
    height: auto;
    overflow: visible;
  }
}
#gNav .drawer-menu > ul::-webkit-scrollbar {
  background: #CCC;
  width: 5px;
}
#gNav .drawer-menu > ul::-webkit-scrollbar-thumb {
  background: #333;
}
#gNav .drawer-menu > ul li {
  width: calc(100% - 22px);
  margin: 0 auto 10px;
}
#gNav .drawer-menu > ul li a {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 14px;
  align-items: center;
  justify-content: flex-start;
  padding: 7px 10px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 1.6rem;
  color: #FFF;
  text-decoration: none;
  text-align: left;
}
#gNav .drawer-menu > ul li a i {
  width: 28px;
  font-size: 2.2rem;
  text-align: center;
}
#gNav .drawer-menu > ul li a:hover,
#gNav .drawer-menu > ul li a.current {
  color: #12A78C;
  background: #FFF;
}
#gNav .drawer-menu_user {
  flex: 0 0 auto;
  max-width: 240px;
  width: 100%;
  height: 84px;
  margin-top: auto;
  border-top: rgba(255, 255, 255, 0.5) 1px solid;
  line-height: 1.2;
  color: #FFF;
  position: relative;
  bottom: 0;
}
@media screen and (max-width: 1199px) {
  #gNav .drawer-menu_user {
    padding: 0;
    max-width: none;
    height: auto;
  }
}
#gNav .drawer-menu_user summary {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  min-height: 84px;
  padding: 15px 10px;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  #gNav .drawer-menu_user summary {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  #gNav .drawer-menu_user summary > i {
    display: none;
  }
}
#gNav .drawer-menu_user_edit {
  padding: 10px 15px;
  border-radius: 5px;
  background: #FFF;
  position: absolute;
  top: -90px;
  right: -200px;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  #gNav .drawer-menu_user_edit {
    display: block;
    width: 100%;
    padding: 10px 22px;
    position: static;
    border-radius: 0;
  }
}
#gNav .drawer-menu_user_edit::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(135deg, #1FB647, #0699D1);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
@media screen and (max-width: 1199px) {
  #gNav .drawer-menu_user_edit::before {
    content: none;
  }
}
#gNav .drawer-menu_user_edit a {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 14px;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.6rem;
}
#gNav .drawer-menu_user_edit a:hover {
  opacity: 0.7;
}
#gNav .drawer-menu_user_edit a i {
  width: 28px;
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  #gNav .drawer-menu_user_name {
    display: none;
  }
}
/* +++++++++++++++++++++++++++++++++++++++++++ drawer */
@media screen and (min-width: 1200px) {
  .drawer-menu {
    transform: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .drawer--right .drawer-nav {
    right: -28rem !important;
  }
  .drawer--right.drawer-open .drawer-hamburger {
    right: 28rem !important;
    z-index: 101;
  }
  .drawer--right.drawer-open .drawer-hamburger i {
    transform: rotate(90deg);
  }
  .drawer--right.drawer-open .drawer-nav {
    right: 0 !important;
  }
}
header .drawer-toggle {
  display: none;
}
@media screen and (max-width: 1199px) {
  header .drawer-toggle {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  header .drawer-nav {
    z-index: 100;
    position: fixed;
    width: 28rem;
  }
  header .drawer-nav .drawer-menu {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  header .drawer-hamburger {
    background: none;
    z-index: 10000;
    width: 2.5rem;
    padding: 18px 15px 18px;
  }
  header .drawer-hamburger .drawer-text {
    white-space: nowrap;
    color: #12A78C;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 1.2rem;
    display: none;
  }
  header .drawer-hamburger:hover {
    background: none;
  }
  header .drawer-hamburger i {
    font-size: 3.1rem;
    color: #12A78C;
    transition: transform 0.2s;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	フッター
+++++++++++++++++++++++++++++++++++++++++++ */
footer {
  padding: 0 0 20px;
  background: #12A78C;
  text-align: center;
  position: relative;
}
footer .pageTop {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  line-height: 48px;
  margin: 0 auto;
  text-align: center;
  font-size: 2.6rem;
  color: #FFF;
  background: #12A78C;
  position: relative;
  top: -18px;
}
footer .logo {
  margin: 0 0 30px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #FFF;
}
footer .logo img {
  margin-top: 5px;
}
footer ul li {
  margin: 0 0 20px;
}
footer ul li a {
  color: #FFF;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  footer ul li a {
    font-size: 3.2vw;
  }
}
footer ul li a:hover {
  text-decoration: underline;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	リンク
+++++++++++++++++++++++++++++++++++++++++++ */
a {
  color: #12A78C;
  text-decoration: underline;
  text-underline-offset: 3px;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover img {
  opacity: 0.7;
  transition: all 0.3s ease;
}
a:hover img.noOpacity {
  opacity: 1;
}
a.link::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7.5px;
  border-color: transparent transparent transparent #2DA7E0;
  margin: 0 3px 0 0;
  vertical-align: baseline;
}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
  cursor: text;
  color: inherit;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
    text-decoration: underline;
    cursor: pointer;
  }
}
a.noBorder {
  text-decoration: none;
}
/*+++++++++++++++++++++++++++++++++++++++++++ error */
.err {
  background-color: #FCC !important;
}
.errorBox {
  color: #E50112;
  font-size: 1.6rem;
  font-weight: bold;
}
.error {
  color: #E50112;
  font-size: 1.4rem;
  font-weight: bold;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	汎用
+++++++++++++++++++++++++++++++++++++++++++ */
.clear {
  clear: both;
}
.texCenter {
  text-align: center!important;
}
.texLeft {
  text-align: left!important;
}
.texRight {
  text-align: right!important;
}
@media screen and (max-width: 767px) {
  .texCenter_sp {
    text-align: center!important;
  }
  .texLeft_sp {
    text-align: left!important;
  }
  .texRight_sp {
    text-align: right!important;
  }
}
.weightNormal {
  font-weight: 500!important;
}
.weightBold {
  font-weight: bold!important;
}
.borderNone {
  border: none!important;
}
.overflowHidden {
  overflow: hidden;
}
.lineHeight20 {
  line-height: 2;
}
.lineHeight19 {
  line-height: 1.9;
}
.lineHeight18 {
  line-height: 1.8;
}
.lineHeight17 {
  line-height: 1.7;
}
.lineHeight16 {
  line-height: 1.6;
}
.lineHeight15 {
  line-height: 1.5;
}
.lineHeight14 {
  line-height: 1.4;
}
.lineHeight13 {
  line-height: 1.3;
}
.lineHeight12 {
  line-height: 1.2;
}
.iBlock {
  display: inline-block;
}
.inline {
  display: inline;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	color
+++++++++++++++++++++++++++++++++++++++++++ */
.colorRed {
  color: #E50112;
}
.colorPink {
  color: #12A78C;
}
.colorBlue {
  color: #0699D1;
}
.colorGray {
  color: #828886;
}
/*+++++++++++++++++++++++++++++++++++++++++++
    font-size
+++++++++++++++++++++++++++++++++++++++++++*/
/* PC用（rem） */
.fs10 {
  font-size: 1rem !important;
}
.fs12 {
  font-size: 1.2rem !important;
}
.fs14 {
  font-size: 1.4rem !important;
}
.fs16 {
  font-size: 1.6rem !important;
}
.fs18 {
  font-size: 1.8rem !important;
}
.fs20 {
  font-size: 2rem !important;
}
.fs22 {
  font-size: 2.2rem !important;
}
.fs24 {
  font-size: 2.4rem !important;
}
.fs26 {
  font-size: 2.6rem !important;
}
.fs28 {
  font-size: 2.8rem !important;
}
.fs30 {
  font-size: 3rem !important;
}
.fs32 {
  font-size: 3.2rem !important;
}
.fs34 {
  font-size: 3.4rem !important;
}
.fs36 {
  font-size: 3.6rem !important;
}
.fs38 {
  font-size: 3.8rem !important;
}
.fs40 {
  font-size: 4rem !important;
}
.fs42 {
  font-size: 4.2rem !important;
}
.fs44 {
  font-size: 4.4rem !important;
}
.fs46 {
  font-size: 4.6rem !important;
}
.fs48 {
  font-size: 4.8rem !important;
}
/* SP用（MEDIA内で出力） */
@media screen and (max-width: 767px) {
  .fs10 {
    font-size: 2vw !important;
  }
  .fs12 {
    font-size: 2.4vw !important;
  }
  .fs14 {
    font-size: 2.8vw !important;
  }
  .fs16 {
    font-size: 3.2vw !important;
  }
  .fs18 {
    font-size: 3.6vw !important;
  }
  .fs20 {
    font-size: 4vw !important;
  }
  .fs22 {
    font-size: 4.4vw !important;
  }
  .fs24 {
    font-size: 4.8vw !important;
  }
  .fs26 {
    font-size: 5.2vw !important;
  }
  .fs28 {
    font-size: 5.6vw !important;
  }
  .fs30 {
    font-size: 6vw !important;
  }
  .fs32 {
    font-size: 6.4vw !important;
  }
  .fs34 {
    font-size: 6.8vw !important;
  }
  .fs36 {
    font-size: 7.2vw !important;
  }
  .fs38 {
    font-size: 7.6vw !important;
  }
  .fs40 {
    font-size: 8vw !important;
  }
  .fs42 {
    font-size: 8.4vw !important;
  }
  .fs44 {
    font-size: 8.8vw !important;
  }
  .fs46 {
    font-size: 9.2vw !important;
  }
  .fs48 {
    font-size: 9.6vw !important;
  }
  .fs10_sp {
    font-size: 2vw !important;
  }
  .fs12_sp {
    font-size: 2.4vw !important;
  }
  .fs14_sp {
    font-size: 2.8vw !important;
  }
  .fs16_sp {
    font-size: 3.2vw !important;
  }
  .fs18_sp {
    font-size: 3.6vw !important;
  }
  .fs20_sp {
    font-size: 4vw !important;
  }
  .fs22_sp {
    font-size: 4.4vw !important;
  }
  .fs24_sp {
    font-size: 4.8vw !important;
  }
  .fs26_sp {
    font-size: 5.2vw !important;
  }
  .fs28_sp {
    font-size: 5.6vw !important;
  }
  .fs30_sp {
    font-size: 6vw !important;
  }
  .fs32_sp {
    font-size: 6.4vw !important;
  }
  .fs34_sp {
    font-size: 6.8vw !important;
  }
  .fs36_sp {
    font-size: 7.2vw !important;
  }
  .fs38_sp {
    font-size: 7.6vw !important;
  }
  .fs40_sp {
    font-size: 8vw !important;
  }
  .fs42_sp {
    font-size: 8.4vw !important;
  }
  .fs44_sp {
    font-size: 8.8vw !important;
  }
  .fs46_sp {
    font-size: 9.2vw !important;
  }
  .fs48_sp {
    font-size: 9.6vw !important;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
    margin 0-100px（5px刻み）
+++++++++++++++++++++++++++++++++++++++++++*/
.mt0 {
  margin-top: 0px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mr0 {
  margin-right: 0px !important;
}
.ml0 {
  margin-left: 0px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.mt55 {
  margin-top: 55px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mr55 {
  margin-right: 55px !important;
}
.ml55 {
  margin-left: 55px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.ml60 {
  margin-left: 60px !important;
}
.mt65 {
  margin-top: 65px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
.mr65 {
  margin-right: 65px !important;
}
.ml65 {
  margin-left: 65px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mr70 {
  margin-right: 70px !important;
}
.ml70 {
  margin-left: 70px !important;
}
.mt75 {
  margin-top: 75px !important;
}
.mb75 {
  margin-bottom: 75px !important;
}
.mr75 {
  margin-right: 75px !important;
}
.ml75 {
  margin-left: 75px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mr80 {
  margin-right: 80px !important;
}
.ml80 {
  margin-left: 80px !important;
}
.mt85 {
  margin-top: 85px !important;
}
.mb85 {
  margin-bottom: 85px !important;
}
.mr85 {
  margin-right: 85px !important;
}
.ml85 {
  margin-left: 85px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mr90 {
  margin-right: 90px !important;
}
.ml90 {
  margin-left: 90px !important;
}
.mt95 {
  margin-top: 95px !important;
}
.mb95 {
  margin-bottom: 95px !important;
}
.mr95 {
  margin-right: 95px !important;
}
.ml95 {
  margin-left: 95px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mr100 {
  margin-right: 100px !important;
}
.ml100 {
  margin-left: 100px !important;
}
@media screen and (max-width: 767px) {
  .mt0_sp {
    margin-top: 0px !important;
  }
  .mb0_sp {
    margin-bottom: 0px !important;
  }
  .mr0_sp {
    margin-right: 0px !important;
  }
  .ml0_sp {
    margin-left: 0px !important;
  }
  .mt5_sp {
    margin-top: 5px !important;
  }
  .mb5_sp {
    margin-bottom: 5px !important;
  }
  .mr5_sp {
    margin-right: 5px !important;
  }
  .ml5_sp {
    margin-left: 5px !important;
  }
  .mt10_sp {
    margin-top: 10px !important;
  }
  .mb10_sp {
    margin-bottom: 10px !important;
  }
  .mr10_sp {
    margin-right: 10px !important;
  }
  .ml10_sp {
    margin-left: 10px !important;
  }
  .mt15_sp {
    margin-top: 15px !important;
  }
  .mb15_sp {
    margin-bottom: 15px !important;
  }
  .mr15_sp {
    margin-right: 15px !important;
  }
  .ml15_sp {
    margin-left: 15px !important;
  }
  .mt20_sp {
    margin-top: 20px !important;
  }
  .mb20_sp {
    margin-bottom: 20px !important;
  }
  .mr20_sp {
    margin-right: 20px !important;
  }
  .ml20_sp {
    margin-left: 20px !important;
  }
  .mt25_sp {
    margin-top: 25px !important;
  }
  .mb25_sp {
    margin-bottom: 25px !important;
  }
  .mr25_sp {
    margin-right: 25px !important;
  }
  .ml25_sp {
    margin-left: 25px !important;
  }
  .mt30_sp {
    margin-top: 30px !important;
  }
  .mb30_sp {
    margin-bottom: 30px !important;
  }
  .mr30_sp {
    margin-right: 30px !important;
  }
  .ml30_sp {
    margin-left: 30px !important;
  }
  .mt35_sp {
    margin-top: 35px !important;
  }
  .mb35_sp {
    margin-bottom: 35px !important;
  }
  .mr35_sp {
    margin-right: 35px !important;
  }
  .ml35_sp {
    margin-left: 35px !important;
  }
  .mt40_sp {
    margin-top: 40px !important;
  }
  .mb40_sp {
    margin-bottom: 40px !important;
  }
  .mr40_sp {
    margin-right: 40px !important;
  }
  .ml40_sp {
    margin-left: 40px !important;
  }
  .mt45_sp {
    margin-top: 45px !important;
  }
  .mb45_sp {
    margin-bottom: 45px !important;
  }
  .mr45_sp {
    margin-right: 45px !important;
  }
  .ml45_sp {
    margin-left: 45px !important;
  }
  .mt50_sp {
    margin-top: 50px !important;
  }
  .mb50_sp {
    margin-bottom: 50px !important;
  }
  .mr50_sp {
    margin-right: 50px !important;
  }
  .ml50_sp {
    margin-left: 50px !important;
  }
  .mt55_sp {
    margin-top: 55px !important;
  }
  .mb55_sp {
    margin-bottom: 55px !important;
  }
  .mr55_sp {
    margin-right: 55px !important;
  }
  .ml55_sp {
    margin-left: 55px !important;
  }
  .mt60_sp {
    margin-top: 60px !important;
  }
  .mb60_sp {
    margin-bottom: 60px !important;
  }
  .mr60_sp {
    margin-right: 60px !important;
  }
  .ml60_sp {
    margin-left: 60px !important;
  }
  .mt65_sp {
    margin-top: 65px !important;
  }
  .mb65_sp {
    margin-bottom: 65px !important;
  }
  .mr65_sp {
    margin-right: 65px !important;
  }
  .ml65_sp {
    margin-left: 65px !important;
  }
  .mt70_sp {
    margin-top: 70px !important;
  }
  .mb70_sp {
    margin-bottom: 70px !important;
  }
  .mr70_sp {
    margin-right: 70px !important;
  }
  .ml70_sp {
    margin-left: 70px !important;
  }
  .mt75_sp {
    margin-top: 75px !important;
  }
  .mb75_sp {
    margin-bottom: 75px !important;
  }
  .mr75_sp {
    margin-right: 75px !important;
  }
  .ml75_sp {
    margin-left: 75px !important;
  }
  .mt80_sp {
    margin-top: 80px !important;
  }
  .mb80_sp {
    margin-bottom: 80px !important;
  }
  .mr80_sp {
    margin-right: 80px !important;
  }
  .ml80_sp {
    margin-left: 80px !important;
  }
  .mt85_sp {
    margin-top: 85px !important;
  }
  .mb85_sp {
    margin-bottom: 85px !important;
  }
  .mr85_sp {
    margin-right: 85px !important;
  }
  .ml85_sp {
    margin-left: 85px !important;
  }
  .mt90_sp {
    margin-top: 90px !important;
  }
  .mb90_sp {
    margin-bottom: 90px !important;
  }
  .mr90_sp {
    margin-right: 90px !important;
  }
  .ml90_sp {
    margin-left: 90px !important;
  }
  .mt95_sp {
    margin-top: 95px !important;
  }
  .mb95_sp {
    margin-bottom: 95px !important;
  }
  .mr95_sp {
    margin-right: 95px !important;
  }
  .ml95_sp {
    margin-left: 95px !important;
  }
  .mt100_sp {
    margin-top: 100px !important;
  }
  .mb100_sp {
    margin-bottom: 100px !important;
  }
  .mr100_sp {
    margin-right: 100px !important;
  }
  .ml100_sp {
    margin-left: 100px !important;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
    padding 0-100px（5px刻み）
+++++++++++++++++++++++++++++++++++++++++++*/
.pt0 {
  padding-top: 0px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pr0 {
  padding-right: 0px !important;
}
.pl0 {
  padding-left: 0px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.pr45 {
  padding-right: 45px !important;
}
.pl45 {
  padding-left: 45px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.pt55 {
  padding-top: 55px !important;
}
.pb55 {
  padding-bottom: 55px !important;
}
.pr55 {
  padding-right: 55px !important;
}
.pl55 {
  padding-left: 55px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pr60 {
  padding-right: 60px !important;
}
.pl60 {
  padding-left: 60px !important;
}
.pt65 {
  padding-top: 65px !important;
}
.pb65 {
  padding-bottom: 65px !important;
}
.pr65 {
  padding-right: 65px !important;
}
.pl65 {
  padding-left: 65px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
.pr70 {
  padding-right: 70px !important;
}
.pl70 {
  padding-left: 70px !important;
}
.pt75 {
  padding-top: 75px !important;
}
.pb75 {
  padding-bottom: 75px !important;
}
.pr75 {
  padding-right: 75px !important;
}
.pl75 {
  padding-left: 75px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
.pr80 {
  padding-right: 80px !important;
}
.pl80 {
  padding-left: 80px !important;
}
.pt85 {
  padding-top: 85px !important;
}
.pb85 {
  padding-bottom: 85px !important;
}
.pr85 {
  padding-right: 85px !important;
}
.pl85 {
  padding-left: 85px !important;
}
.pt90 {
  padding-top: 90px !important;
}
.pb90 {
  padding-bottom: 90px !important;
}
.pr90 {
  padding-right: 90px !important;
}
.pl90 {
  padding-left: 90px !important;
}
.pt95 {
  padding-top: 95px !important;
}
.pb95 {
  padding-bottom: 95px !important;
}
.pr95 {
  padding-right: 95px !important;
}
.pl95 {
  padding-left: 95px !important;
}
.pt100 {
  padding-top: 100px !important;
}
.pb100 {
  padding-bottom: 100px !important;
}
.pr100 {
  padding-right: 100px !important;
}
.pl100 {
  padding-left: 100px !important;
}
@media screen and (max-width: 767px) {
  .pt0_sp {
    padding-top: 0px !important;
  }
  .pb0_sp {
    padding-bottom: 0px !important;
  }
  .pr0_sp {
    padding-right: 0px !important;
  }
  .pl0_sp {
    padding-left: 0px !important;
  }
  .pt5_sp {
    padding-top: 5px !important;
  }
  .pb5_sp {
    padding-bottom: 5px !important;
  }
  .pr5_sp {
    padding-right: 5px !important;
  }
  .pl5_sp {
    padding-left: 5px !important;
  }
  .pt10_sp {
    padding-top: 10px !important;
  }
  .pb10_sp {
    padding-bottom: 10px !important;
  }
  .pr10_sp {
    padding-right: 10px !important;
  }
  .pl10_sp {
    padding-left: 10px !important;
  }
  .pt15_sp {
    padding-top: 15px !important;
  }
  .pb15_sp {
    padding-bottom: 15px !important;
  }
  .pr15_sp {
    padding-right: 15px !important;
  }
  .pl15_sp {
    padding-left: 15px !important;
  }
  .pt20_sp {
    padding-top: 20px !important;
  }
  .pb20_sp {
    padding-bottom: 20px !important;
  }
  .pr20_sp {
    padding-right: 20px !important;
  }
  .pl20_sp {
    padding-left: 20px !important;
  }
  .pt25_sp {
    padding-top: 25px !important;
  }
  .pb25_sp {
    padding-bottom: 25px !important;
  }
  .pr25_sp {
    padding-right: 25px !important;
  }
  .pl25_sp {
    padding-left: 25px !important;
  }
  .pt30_sp {
    padding-top: 30px !important;
  }
  .pb30_sp {
    padding-bottom: 30px !important;
  }
  .pr30_sp {
    padding-right: 30px !important;
  }
  .pl30_sp {
    padding-left: 30px !important;
  }
  .pt35_sp {
    padding-top: 35px !important;
  }
  .pb35_sp {
    padding-bottom: 35px !important;
  }
  .pr35_sp {
    padding-right: 35px !important;
  }
  .pl35_sp {
    padding-left: 35px !important;
  }
  .pt40_sp {
    padding-top: 40px !important;
  }
  .pb40_sp {
    padding-bottom: 40px !important;
  }
  .pr40_sp {
    padding-right: 40px !important;
  }
  .pl40_sp {
    padding-left: 40px !important;
  }
  .pt45_sp {
    padding-top: 45px !important;
  }
  .pb45_sp {
    padding-bottom: 45px !important;
  }
  .pr45_sp {
    padding-right: 45px !important;
  }
  .pl45_sp {
    padding-left: 45px !important;
  }
  .pt50_sp {
    padding-top: 50px !important;
  }
  .pb50_sp {
    padding-bottom: 50px !important;
  }
  .pr50_sp {
    padding-right: 50px !important;
  }
  .pl50_sp {
    padding-left: 50px !important;
  }
  .pt55_sp {
    padding-top: 55px !important;
  }
  .pb55_sp {
    padding-bottom: 55px !important;
  }
  .pr55_sp {
    padding-right: 55px !important;
  }
  .pl55_sp {
    padding-left: 55px !important;
  }
  .pt60_sp {
    padding-top: 60px !important;
  }
  .pb60_sp {
    padding-bottom: 60px !important;
  }
  .pr60_sp {
    padding-right: 60px !important;
  }
  .pl60_sp {
    padding-left: 60px !important;
  }
  .pt65_sp {
    padding-top: 65px !important;
  }
  .pb65_sp {
    padding-bottom: 65px !important;
  }
  .pr65_sp {
    padding-right: 65px !important;
  }
  .pl65_sp {
    padding-left: 65px !important;
  }
  .pt70_sp {
    padding-top: 70px !important;
  }
  .pb70_sp {
    padding-bottom: 70px !important;
  }
  .pr70_sp {
    padding-right: 70px !important;
  }
  .pl70_sp {
    padding-left: 70px !important;
  }
  .pt75_sp {
    padding-top: 75px !important;
  }
  .pb75_sp {
    padding-bottom: 75px !important;
  }
  .pr75_sp {
    padding-right: 75px !important;
  }
  .pl75_sp {
    padding-left: 75px !important;
  }
  .pt80_sp {
    padding-top: 80px !important;
  }
  .pb80_sp {
    padding-bottom: 80px !important;
  }
  .pr80_sp {
    padding-right: 80px !important;
  }
  .pl80_sp {
    padding-left: 80px !important;
  }
  .pt85_sp {
    padding-top: 85px !important;
  }
  .pb85_sp {
    padding-bottom: 85px !important;
  }
  .pr85_sp {
    padding-right: 85px !important;
  }
  .pl85_sp {
    padding-left: 85px !important;
  }
  .pt90_sp {
    padding-top: 90px !important;
  }
  .pb90_sp {
    padding-bottom: 90px !important;
  }
  .pr90_sp {
    padding-right: 90px !important;
  }
  .pl90_sp {
    padding-left: 90px !important;
  }
  .pt95_sp {
    padding-top: 95px !important;
  }
  .pb95_sp {
    padding-bottom: 95px !important;
  }
  .pr95_sp {
    padding-right: 95px !important;
  }
  .pl95_sp {
    padding-left: 95px !important;
  }
  .pt100_sp {
    padding-top: 100px !important;
  }
  .pb100_sp {
    padding-bottom: 100px !important;
  }
  .pr100_sp {
    padding-right: 100px !important;
  }
  .pl100_sp {
    padding-left: 100px !important;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	TB用、SP用
+++++++++++++++++++++++++++++++++++++++++++ */
.tb_show,
.sp_show {
  display: none;
}
@media screen and (max-width: 1199px) {
  .tb_hide {
    display: none;
  }
  .tb_show {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sp_hide {
    display: none;
  }
  .sp_show {
    display: block;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++ clearfix */
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	パーツ（色々なページで使うスタイル）
+++++++++++++++++++++++++++++++++++++++++++ */
.box {
  background: #FFF;
  border-radius: 10px;
  padding: 38px 37px 38px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .box {
    padding: 20px 20px;
  }
}
.box.boxHalf {
  max-width: 65%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .box.boxHalf {
    max-width: none;
  }
}
.photoFrame {
  -webkit-box-shadow: 1px 1px 3px #999;
  box-shadow: 1px 1px 3px #999;
}
ul.iBlock {
  display: block;
}
ul.iBlock li {
  display: inline-block;
  margin: 0 15px 5px 0;
  vertical-align: top;
}
.btn {
  background: #12A78C;
  color: #FFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  position: relative;
  gap: 5px;
  max-width: max-content;
  width: 100%;
  min-width: 274px;
  min-height: 45px;
  padding: 5px 20px;
  border-radius: 3px;
  border: #12A78C 1px solid;
  font-size: 1.6rem;
  text-decoration: none;
  vertical-align: 0;
}
.btn .arrow {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
}
.btn:hover {
  opacity: 0.7;
}
.btn[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .btn {
    max-width: 100%;
    min-width: max-content;
    min-height: 0;
    padding: 10px 20px;
    font-size: 3.2vw;
  }
}
.btn2 {
  background: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 5px;
  max-width: max-content;
  width: 100%;
  min-width: 274px;
  min-height: 45px;
  padding: 5px 20px;
  line-height: 1;
  border: #FFF 1px solid;
  border-radius: 3px;
  color: #FFF;
  font-size: 1.6rem;
  text-decoration: none;
  vertical-align: 0;
  transition: 0.2s;
}
.btn2 .arrow {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
}
.btn2:hover {
  opacity: 0.7;
}
.btn2[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.btn2:hover {
  background: #FFF;
  color: #12A78C;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .btn2 {
    min-width: 0;
    font-size: 3.2vw;
  }
}
.btn3 {
  background: #009FE8;
  color: #FFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: max-content;
  text-decoration: none;
  line-height: 1;
  position: relative;
  gap: 10px;
  min-width: max-content;
  min-height: 50px;
  padding: 10px 30px;
  border-radius: 3px;
  border: #009FE8 1px solid;
  font-size: 2rem;
  vertical-align: 0;
}
.btn3 .arrow {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
}
.btn3:hover {
  opacity: 0.7;
}
.btn3[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .btn3 {
    max-width: 100%;
    width: 90%;
    min-width: max-content;
    font-size: 3.2vw;
  }
}
.btnS {
  min-width: 0;
  min-height: 38px;
  padding: 10px 10px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .btnS {
    min-width: 0!important;
    min-height: 0;
    width: auto;
    font-size: 3.2vw;
  }
}
.columnBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0;
}
.columnBox > * {
  display: block;
  width: 49%;
}
.columnBox::before,
.columnBox::after {
  content: '';
  order: 1;
  display: block;
  width: 49%;
}
.columnBox.col3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0;
}
.columnBox.col3 > * {
  display: block;
  width: 32%;
}
.columnBox.col3::before,
.columnBox.col3::after {
  content: '';
  order: 1;
  display: block;
  width: 32%;
}
.columnBox.col4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0;
}
.columnBox.col4 > * {
  display: block;
  width: 24%;
}
.columnBox.col4::before,
.columnBox.col4::after {
  content: '';
  order: 1;
  display: block;
  width: 24%;
}
@media screen and (max-width: 767px) {
  .columnBox.col1_sp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
    gap: 20px;
  }
  .columnBox.col1_sp > * {
    display: block;
    width: 100%;
  }
  .columnBox.col1_sp::before,
  .columnBox.col1_sp::after {
    content: '';
    order: 1;
    display: block;
    width: 100%;
  }
  .columnBox.col1_sp::before,
  .columnBox.col1_sp::after {
    content: none;
  }
  .columnBox.col2_sp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
  }
  .columnBox.col2_sp > * {
    display: block;
    width: 49%;
  }
  .columnBox.col2_sp::before,
  .columnBox.col2_sp::after {
    content: '';
    order: 1;
    display: block;
    width: 49%;
  }
  .columnBox.col3_sp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
  }
  .columnBox.col3_sp > * {
    display: block;
    width: 32%;
  }
  .columnBox.col3_sp::before,
  .columnBox.col3_sp::after {
    content: '';
    order: 1;
    display: block;
    width: 32%;
  }
}
.columnBox .boxColumn {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  flex-direction: column;
}
.columnBox .boxColumn .box {
  flex: 1;
}
.flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 30px;
}
.flex.ai_fs {
  align-items: flex-start;
}
.flex.ai_c {
  align-items: center;
}
.flex.ai_fe {
  align-items: flex-end;
}
.flex.jc_fs {
  justify-content: flex-start;
}
.flex.jc_c {
  justify-content: center;
}
.flex .flexText {
  flex: 1;
}
.flex .flexImg {
  text-align: center;
}
.flex .flexRight {
  order: 1;
}
@media screen and (max-width: 767px) {
  .flex.sp_column {
    flex-direction: column;
  }
  .flex.sp_column .flexText {
    display: contents;
  }
  .flex.sp_block {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sp_strong {
    font-weight: bold;
  }
}
.label_state {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 87px;
  min-height: 26px;
  padding: 2px 5px;
  border-radius: 30px;
  background: linear-gradient(135deg, #1FB647, #0699D1);
  font-weight: bold;
  color: #FFF;
  white-space: nowrap;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .label_state {
    min-width: 0;
    min-height: 0;
    padding: 5px 10px;
  }
}
.label_state.off {
  background: #D9D9D9;
  color: #000;
  font-weight: 500;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	フォーム
+++++++++++++++++++++++++++++++++++++++++++ */
.req {
  display: inline-block;
  width: 42px;
  margin-left: 8px;
  padding: 3px 0 4px;
  border-radius: 3px;
  line-height: 1;
  background: #EB0000;
  border-radius: 20px;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .req {
    margin-bottom: 3px;
    padding: 3px 6px;
    width: auto;
    font-size: 2.8vw;
  }
}
.req[data-req="任意"] {
  background: #00A5EB;
}
input {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  input {
    font-size: 3.2vw;
  }
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
input[type="date"] {
  width: 100%;
  min-height: 30px;
  padding: 1px 5px;
  background: #FFF;
  border: #999999 1px solid;
  color: #333;
}
input[type="text"].error,
input[type="email"].error,
input[type="tel"].error,
input[type="password"].error,
input[type="number"].error,
input[type="date"].error {
  border: #E50112 2px solid;
  background: rgba(229, 1, 18, 0.1);
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  cursor: pointer;
}
.inputDateIcon {
  width: max-content;
  position: relative;
}
.inputDateIcon::after {
  content: '\f073';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 2.2rem;
  font-weight: 500;
  color: #12A78C;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
}
.inputDateIcon input[type="date"] {
  -webkit-appearance: none;
  appearance: none;
  padding-right: 24px;
}
.inputDateIcon input[type="date"]::-webkit-inner-spin-button,
.inputDateIcon input[type="date"]::-webkit-clear-button,
.inputDateIcon input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
.input500 {
  width: 500px!important;
}
@media screen and (max-width: 767px) {
  .input500 {
    max-width: 500px;
    width: 100%!important;
  }
}
.input450 {
  width: 450px!important;
}
@media screen and (max-width: 767px) {
  .input450 {
    max-width: 450px;
    width: 100%!important;
  }
}
.input400 {
  width: 400px!important;
}
@media screen and (max-width: 767px) {
  .input400 {
    max-width: 400px;
    width: 100%!important;
  }
}
.input350 {
  width: 350px!important;
}
@media screen and (max-width: 767px) {
  .input350 {
    max-width: 350px;
    width: 100%!important;
  }
}
.input300 {
  width: 300px!important;
}
@media screen and (max-width: 767px) {
  .input300 {
    max-width: 300px;
    width: 100%!important;
  }
}
.input250 {
  width: 250px!important;
}
@media screen and (max-width: 767px) {
  .input250 {
    max-width: 250px;
    width: 100%!important;
  }
}
.input200 {
  width: 200px!important;
}
@media screen and (max-width: 767px) {
  .input200 {
    max-width: 200px;
    width: 100%!important;
  }
}
.input150 {
  width: 150px!important;
}
@media screen and (max-width: 767px) {
  .input150 {
    max-width: 150px;
    width: 100%!important;
  }
}
.input100 {
  width: 100px!important;
}
@media screen and (max-width: 767px) {
  .input100 {
    max-width: 100px;
    width: 100%!important;
  }
}
.input50 {
  width: 50px!important;
}
@media screen and (max-width: 767px) {
  .input50 {
    max-width: 50px;
    width: 100%!important;
  }
}
textarea {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  width: 100%;
  min-height: 30px;
  padding: 1px 5px;
  background: #FFF;
  border: #999999 1px solid;
  color: #333;
}
@media screen and (max-width: 767px) {
  textarea {
    font-size: 3.2vw;
  }
}
textarea.error {
  border: #E50112 2px solid;
  background: rgba(229, 1, 18, 0.1);
}
select {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  width: 100%;
  min-height: 30px;
  padding: 1px 5px;
  background: #FFF;
  border: #999999 1px solid;
  color: #333;
  min-width: 100px;
}
@media screen and (max-width: 767px) {
  select {
    font-size: 3.2vw;
  }
}
select.error {
  border: #E50112 2px solid;
  background: rgba(229, 1, 18, 0.1);
}
label {
  display: inline-block;
  cursor: pointer;
}
label:has(input:disabled) {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
main button {
  -webkit-appearance: none;
  cursor: pointer;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  white-space: pre;
}
@media screen and (max-width: 767px) {
  main button {
    font-size: 3.2vw;
  }
}
::-webkit-input-placeholder {
  color: #898989;
}
::-moz-placeholder {
  color: #898989;
}
.help {
  color: #666;
  font-size: 92.8%;
  vertical-align: middle;
}
.btnArea {
  padding: 15px 20px 20px;
}
@media screen and (max-width: 767px) {
  .btnArea {
    padding: 0;
  }
}
.btnArea .columnItem {
  text-align: center;
}
.btnArea .columnItem a,
.btnArea .columnItem button,
.btnArea .columnItem input {
  max-width: 300px;
  min-height: 40px;
  min-width: max-content;
}
@media screen and (max-width: 767px) {
  .btnArea .columnItem a,
  .btnArea .columnItem button,
  .btnArea .columnItem input {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .btnArea .floatR,
  .btnArea .floatL {
    display: block;
    float: none;
    margin: 0 auto 30px;
  }
}
.remarks {
  display: block;
  margin: 5px 0;
  font-size: 1.4rem;
  color: #666;
}
@media screen and (max-width: 767px) {
  .remarks {
    font-size: 2.8vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	profile
+++++++++++++++++++++++++++++++++++++++++++ */
.pagenation {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}
.pagenation a,
.pagenation span {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  color: #12A78C;
  text-align: center;
  border: #12A78C 1px solid;
  line-height: 1;
}
.pagenation a.prev,
.pagenation span.prev,
.pagenation a.next,
.pagenation span.next {
  background: none;
  color: #12A78C;
  border: none;
  font-size: 2.2rem;
}
.pagenation a.current,
.pagenation span.current {
  color: #FFF;
  background: #12A78C;
  pointer-events: none;
}
.pagenation a:hover,
.pagenation span:hover {
  background: rgba(18, 167, 140, 0.3);
  color: #12A78C;
}
.thumbProducts {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 15px;
  align-items: center;
}
.thumbProducts figure img {
  width: 75px;
}
.thumbProducts p {
  flex: 1;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	sortMenu
+++++++++++++++++++++++++++++++++++++++++++ */
.sortMenu {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 7px 14px;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 0 5px;
  padding: 6px;
  border: #12A78C 2px solid;
  border-radius: 5px;
  background: #FFF;
}
.sortMenu select {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .sortMenu select {
    font-size: 2.8vw;
  }
}
.sortMenu input {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .sortMenu input {
    font-size: 2.8vw;
  }
}
.sortMenu_item {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .sortMenu_item {
    font-size: 2.8vw;
  }
}
.sortMenu_item input,
.sortMenu_item select {
  min-width: 200px;
}
.sortMenu_item input.day,
.sortMenu_item select.day {
  min-width: 0;
}
.sortMenu_item_btn {
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .sortMenu_item_btn {
    width: 100%;
  }
}
.sortMenu_item_btn .btn {
  min-width: 153px;
  height: 100%;
}
.sortMenu_item.day {
  width: 30%;
  max-width: 200px;
}
.sortMenu_item.day select {
  min-width: 0;
}
.sortMenu_item.keyword {
  width: calc(70% - 30px);
}
.sortMenu_item.keyword input {
  width: 100%;
}
.sortMenu_category {
  width: 100%;
}
.sortMenu_category ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 5px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .sortMenu_category ul {
    flex-wrap: nowrap;
    padding: 0 0 5px;
    overflow-x: scroll;
  }
}
.sortMenu_category ul::-webkit-scrollbar {
  background: #CCC;
  height: 3px;
}
.sortMenu_category ul::-webkit-scrollbar-thumb {
  background: #FFF;
}
.sortMenu_category ul li a {
  display: block;
  padding: 3px 12px;
  border-radius: 100px;
  border: #12A78C 1px solid;
  line-height: 1.2;
  text-decoration: none;
}
@media screen and (max-width: 1199px) {
  .sortMenu_category ul li a {
    white-space: nowrap;
    border-color: rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
  }
}
.sortMenu_category ul li a.current,
.sortMenu_category ul li a:hover {
  background: #12A78C;
  color: #FFF;
}
@media screen and (max-width: 1199px) {
  .sortMenu_category ul li a.current,
  .sortMenu_category ul li a:hover {
    background: #FFF;
    color: #12A78C;
  }
}
main:has(.sortFixed) {
  padding-top: 0;
}
.sortFixed {
  background: #FFF;
  padding-top: 20px;
  position: sticky;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .sortFixed h2 {
    padding-top: 20px;
    margin-bottom: 0;
  }
}
.sortFixed .sortMenu {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1199px) {
  .sortFixed .sortMenu {
    width: calc(100% + 20px);
    background: linear-gradient(135deg, #1FB647, #0699D1);
    margin-left: -10px;
    border-radius: 0;
  }
  .sortFixed .sortMenu .sortMenu_item {
    color: #FFF;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	calendar
+++++++++++++++++++++++++++++++++++++++++++ */
.calendarList {
  margin: 0 0 30px;
  padding: 0 15px;
  border: #12A78C 2px solid;
  border-radius: 5px;
  background: #FFF;
}
.calendarList_item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 36px;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .calendarList_item {
    flex-direction: column;
    gap: 0;
  }
}
.calendarList_item p {
  margin: 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .calendarList_item p {
    align-self: flex-start;
  }
}
.calendarList_item ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 7px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.calendarList_item ul li label {
  padding: 24px 20px 24px 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .calendarList_item ul li label {
    padding: 20px 20px 20px 0;
  }
}
.calendarList_item ul li label input {
  margin: 0 8px 0 0;
}
.select_month {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 30px;
  justify-content: center;
  align-items: center;
  margin: 0 0 10px;
  line-height: 1.4;
}
.select_month p {
  margin: 0;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .select_month p {
    font-size: 4.8vw;
  }
}
.select_month i {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .select_month i {
    font-size: 4.4vw;
  }
}
.calendar_table {
  table-layout: fixed;
}
.calendar_table thead th {
  background: none;
  border-left: #CCC 1px solid;
  font-size: 2rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .calendar_table thead th {
    font-size: 4vw;
  }
}
.calendar_table thead th:nth-of-type(1) {
  border-left: none;
  color: #EB0000;
}
.calendar_table thead th:nth-last-of-type(1) {
  color: #0084FF;
}
.calendar_table tbody td {
  padding: 6px 10px;
  border-left: #CCC 1px solid;
  height: 87px;
  font-size: 3.6rem;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  vertical-align: top;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .calendar_table tbody td {
    height: clamp(50px, 15vw, 70px);
    padding: 3px 5px;
    font-size: clamp(0px, 6.4vw, 3.2rem);
  }
}
.calendar_table tbody td:nth-of-type(1) {
  border-left: none;
  color: #EB0000;
}
.calendar_table tbody td:nth-last-of-type(1) {
  color: #0084FF;
}
.calendar_table tbody td:empty {
  background: #F4F4F4;
  pointer-events: none;
}
.calendar_table tbody td.holiday {
  background: rgba(235, 0, 0, 0.2);
  position: relative;
}
.calendar_table tbody td.holiday .holiday_text {
  display: block;
  white-space: nowrap;
  color: #EB0000;
  font-size: 2rem;
  position: absolute;
  bottom: 8px;
  right: 8px;
}
@media screen and (max-width: 767px) {
  .calendar_table tbody td.holiday .holiday_text {
    font-size: clamp(0px, 3.2vw, 1.8rem);
    bottom: 4px;
    right: 4px;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	headerBtnArea
+++++++++++++++++++++++++++++++++++++++++++ */
.headerBtnArea {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .headerBtnArea {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .headerBtnArea > .btn {
    max-width: max-content;
    margin-left: auto;
    order: -1;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	editBox
+++++++++++++++++++++++++++++++++++++++++++ */
.editBox {
  padding: 20px;
  margin: 0 0 17px;
  background: #FFF;
  border-radius: 8px;
  position: relative;
}
.editBox::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 5px;
  border-radius: inherit;
  background: linear-gradient(135deg, #1FB647, #0699D1);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 4;
}
.editBox:has(.editBox_disable_all:checked)::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.editBox_disable {
  display: block;
  padding: 5px 25px 5px 15px;
  font-weight: bold;
  color: #FFF;
  background: #0A9DBB;
  border-radius: 0 0 0 10px;
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 4;
}
.editBox_disable input {
  margin-right: 5px;
}
.editBox h3 {
  padding-right: 90px;
}
.editBox table {
  width: auto!important;
}
@media screen and (max-width: 767px) {
  .editBox table {
    width: 100%!important;
  }
}
@media screen and (min-width: 768px) {
  .editBox table td {
    width: auto!important;
    min-width: 0!important;
  }
}
@media screen and (max-width: 767px) {
  .editBox table td {
    align-items: center;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	delivdataTable
+++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 1199px) {
  .delivdataTable tr {
    padding: 0 0;
  }
}
@media screen and (max-width: 767px) {
  .delivdataTable tr {
    padding: 2vw 0;
  }
}
.delivdataTable tr td {
  padding: 5px 15px;
  vertical-align: middle;
}
@media screen and (max-width: 1199px) {
  .delivdataTable tr td {
    padding: 8px 10px;
  }
}
@media screen and (max-width: 767px) {
  .delivdataTable tr td {
    padding: 1vw 10px;
  }
}
@media screen and (max-width: 767px) {
  .delivdataTable tr td {
    align-items: center;
    padding-right: 10px!important;
    gap: 5px;
  }
}
@media screen and (max-width: 767px) {
  .delivdataTable tr td::before {
    width: 7em;
    text-align: right;
  }
}
.delivdataTable tr td[data-label="商品名："] {
  width: 35%;
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .delivdataTable tr td[data-label="商品名："] {
    padding-left: 10px;
  }
}
.delivdataTable tr td[data-label="商品コード："] {
  width: 13%;
  min-width: 155px;
}
.delivdataTable tr td[data-label="数量："] {
  width: 85px;
  min-width: 85px;
}
@media screen and (max-width: 767px) {
  .delivdataTable tr td[data-label="数量："] input {
    max-width: 85px;
  }
}
.delivdataTable tr td[data-label="単位："] {
  min-width: 102px;
}
.delivdataTable tr td[data-label="単価："] {
  width: 10%;
  min-width: 140px;
}
.delivdataTable tr td[data-label="単価："] input {
  width: calc(100% - 1em);
}
@media screen and (max-width: 767px) {
  .delivdataTable tr td[data-label="単価："] input {
    max-width: 150px;
  }
}
.delivdataTable tr td[data-label="小計："] {
  width: 12%;
  padding-right: 30px;
}
@media screen and (max-width: 1199px) {
  .delivdataTable tr td[data-label="小計："] {
    padding-right: 10px;
  }
}
.delivdataTable tfoot td:nth-last-of-type(1) {
  padding-right: 30px;
}
@media screen and (max-width: 1199px) {
  .delivdataTable tfoot td:nth-last-of-type(1) {
    padding-right: 10px;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	buyerOrdersContainer
+++++++++++++++++++++++++++++++++++++++++++ */
.buyerOrdersContainer {
  padding: 0 0 80px;
}
.buyerOrdersContainer.confirm {
  padding-bottom: 30px;
}
.buyerOrdersContainer.confirm .buyerOrdersContainer_item {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "name name name" "code price unit";
}
@media screen and (max-width: 767px) {
  .buyerOrdersContainer.confirm .buyerOrdersContainer_item {
    line-height: 1.2;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "name name" "code unit" "price unit";
  }
}
@media screen and (max-width: 767px) {
  .buyerOrdersContainer.confirm .buyerOrdersContainer_item_price {
    text-align: left;
  }
}
.buyerOrdersContainer.confirm .buyerOrdersContainer_item_unit {
  font-size: 2rem;
  font-weight: bold;
  color: #12A78C;
}
@media screen and (max-width: 1199px) {
  .buyerOrdersContainer.confirm .buyerOrdersContainer_item_unit {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .buyerOrdersContainer.confirm .buyerOrdersContainer_item_unit {
    font-size: 4vw;
  }
}
.buyerOrdersContainer_item {
  display: grid;
  grid-template-columns: auto auto 1fr 300px;
  grid-template-areas: "name name price qty" "code note note unit";
  grid-gap: 10px 20px;
  align-items: flex-end;
  padding: 15px 0;
  border-bottom: #E3E3E3 1px solid;
}
@media screen and (max-width: 1199px) {
  .buyerOrdersContainer_item {
    grid-template-columns: 1fr auto;
    grid-template-areas: "name name" "code price" "unit qty" "note note";
    grid-gap: 1vw 8px;
    padding: 3vw 0;
  }
}
.buyerOrdersContainer_item_name {
  grid-area: name;
  font-weight: bold;
  line-height: 1.4;
}
.buyerOrdersContainer_item_code {
  grid-area: code;
  min-width: 180px;
}
.buyerOrdersContainer_item_price {
  grid-area: price;
  text-align: right;
}
.buyerOrdersContainer_item_unit {
  grid-area: unit;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 2px 5px;
  flex-wrap: wrap;
  justify-content: flex-end;
  text-align: right;
}
@media screen and (max-width: 1199px) {
  .buyerOrdersContainer_item_unit {
    text-align: left;
    justify-content: flex-start;
  }
}
.buyerOrdersContainer_item_unit .label_state {
  max-width: 300px;
  margin: 2px 0;
  white-space: normal;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .buyerOrdersContainer_item_unit .label_state {
    min-width: 3em;
  }
}
.buyerOrdersContainer_item_unit .label_state:hover {
  opacity: 0.7;
}
.buyerOrdersContainer_item_qty {
  grid-area: qty;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 2px;
  justify-content: flex-end;
}
.buyerOrdersContainer_item_qty_label {
  white-space: nowrap;
}
.buyerOrdersContainer_item_qty_minus a,
.buyerOrdersContainer_item_qty_plus a {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  align-items: center;
  height: 100%;
  background: #12A78C;
  color: #FFF;
  text-decoration: none;
}
.buyerOrdersContainer_item_qty_minus a:hover,
.buyerOrdersContainer_item_qty_plus a:hover {
  opacity: 0.7;
}
.buyerOrdersContainer_item_qty_minus a {
  padding: 2px 6px 2px 9px;
  border-radius: 30px 0 0 30px;
}
.buyerOrdersContainer_item_qty_plus a {
  padding: 2px 9px 2px 6px;
  border-radius: 0 30px 30px 0;
}
.buyerOrdersContainer_item_qty_number input {
  max-width: 66px;
  height: 100%;
  text-align: right;
}
.buyerOrdersContainer_item_note {
  grid-area: note;
}
.buyerOrderBtn {
  padding: 10px 0;
  background: linear-gradient(135deg, #1FB647, #0699D1);
  text-align: center;
  position: fixed;
  bottom: 0px;
  left: 240px;
  right: 0;
  box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1199px) {
  .buyerOrderBtn {
    left: 0;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	buyerOrdersHeadMenu
+++++++++++++++++++++++++++++++++++++++++++ */
.buyerOrdersHeadMenu {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 5px;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 20px;
  font-size: 1.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .buyerOrdersHeadMenu {
    height: clamp(50px, 12vw, 60px);
    align-items: center;
    font-size: 3.6vw;
    border-bottom: #E3E3E3 1px solid;
  }
}
@media screen and (max-width: 767px) {
  .buyerOrdersHeadMenu input {
    min-width: 150px;
  }
}
.buyerOrdersHeadMenu .btn {
  position: absolute;
  top: 0;
  left: 0;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	modal
+++++++++++++++++++++++++++++++++++++++++++ */
.modal {
  max-width: 964px;
  width: calc(100% - 32px);
  padding: 15px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: unset;
}
@media screen and (max-width: 767px) {
  .modal {
    width: 90%;
    padding: 10px 5px;
  }
}
@media screen and (max-width: 767px) {
  .modal h2 {
    background: none;
  }
}
.modal .tableWrapper {
  overflow-y: auto;
  max-height: 500px;
  height: 60vh;
}
.modal .tableWrapper table thead {
  background: #FFF;
  position: sticky;
  top: 0;
  z-index: 1;
}
.modal .tableWrapper table td {
  vertical-align: top;
}
.modal .tableWrapper table td[data-label="商品名："] {
  width: 60%;
}
.modal .tableWrapper table td[data-label="単位："] {
  padding-top: 7px;
  padding-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .modal .tableWrapper table td::before {
    width: 4em;
  }
}
.modal .tableWrapper table td ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 7px 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 345px;
}
.modal .btnS {
  min-width: 78px;
  min-height: 29px;
  padding: 5px 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .modal .btnS {
    font-size: 2.8vw;
    min-height: 0;
  }
}
.modal .closeBtn {
  width: 42px;
  height: 42px;
  border-radius: 42px;
  text-align: center;
  line-height: 42px;
  background: #FFF;
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .modal .closeBtn {
    top: 0;
    right: 0;
  }
}
.exportDeliveryTimeArea {
  display: flex;
}
.exportDeliveryTimeArea span {
  margin: 0 5px;
}
