@charset "UTF-8";
/*----------------------------------------------------

	読み込み専用のマスターファイルです。
	このファイルに直接スタイルを書き込まないでください。

----------------------------------------------------*/
/*--------------------------
	Base
--------------------------*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*----------------------------------------------------

	リセットCSS調整ファイルです。
	リセットCSSを調整、カスタマイズしたい場合に編集します。

----------------------------------------------------*/
/* ====================================================

	EXAMPLES FONT-SIZE
	------------------
	 77% = 9px
	 85% = 10px
	 93% = 11px
	100% = 12px
	108% = 13px
	116% = 14px
	124% = 15px
	131% = 16px
	139% = 17px
	147% = 18px
	154% = 19px
	162% = 20px
	170% = 21px
	177% = 22px
	185% = 23px
	193% = 24px
	200% = 25px
	---------------

====================================================*/
html {
  font-size: 62.5%;
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 52.5%;
  }
}

body {
  *font-size: small;
  *font: x-small;
  _font-size: 14px;
}

ul,
li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
}

img {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

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

/*----------------------------------------------------

	サイトの基本設定のファイルです。
	最初の設定以外、基本変更することはありません。

----------------------------------------------------*/
/*--------------------------
	フォントの設定
--------------------------*/
/*--------------------------
	カラーの設定
--------------------------*/
/*--------------------------
	レイアウトの設定
--------------------------*/
/*--------------------------
	グリッドのガター
--------------------------*/
/*--------------------------
	レスポンシブの設定
--------------------------*/
/*--------------------------
  アニメーションの設定
--------------------------*/
/*----------------------------------------------------

	Mixinをまとめたファイルです。
	基本的に変更することはありません。
	Mixinを追加したい場合、_mixin_●●.scssという
	別ファイルを生成し、追加してください。

----------------------------------------------------*/
/*--------------------------
	レスポンシブ関連
--------------------------*/
/*----------------------------------------------------

	自作関数をまとめたファイルです。
	基本的に変更することはありません。
	自作関数を追加したい場合、_functions_●●.scssという
	別ファイルを生成し、追加してください。

----------------------------------------------------*/
/*----------------------------------------------------

	初期設定を行うファイルです。
	デフォルトの設定を行う時以外、基本的に編集することはありません。

----------------------------------------------------*/
html {
  scroll-behavior: smooth;
  font-size: 0.73206vw; /* 10px / 1366px * 100 */
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.66666667vw; /* 10px / 375px * 100 */
  }
}
html.base-html {
  font-size: 10px;
}
@media screen and (width <= 1100px) {
  html.base-html {
    font-size: 0.9090909091vw; /* 10px / 1100px * 100 */
  }
}
@media screen and (max-width: 767px) {
  html.base-html {
    font-size: 2.66666667vw; /* 10px / 375px * 100 */
  }
}

body {
  background: #ffffff;
  color: #1e293b;
  font-size: 16px;
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

.wrap {
  overflow: hidden;
  position: relative;
}

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

sup {
  font-size: 50%;
  vertical-align: super;
}

button {
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  cursor: pointer;
}

/*--------------------------
	utility
--------------------------*/
/*----------------------------------------------------

	汎用クラスをまとめたファイルです。
	基本的に変更することはありません。
	汎用クラスを追加したい場合、_utility_●●.scssという
	別ファイルを生成し、追加してください。

	命名規則として、クラス名の頭に 
	u-* (utilityのu)という接頭辞をつけることを推奨します。

----------------------------------------------------*/
.u-txt-bold {
  font-weight: bold !important;
}

.u-txt-xsmall {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .u-txt-xsmall {
    font-size: 1rem !important;
  }
}

.u-txt-small {
  font-size: 1.4rem !important;
}
@media screen and (max-width: 767px) {
  .u-txt-small {
    font-size: 1.2rem !important;
  }
}

.u-txt-medium {
  font-size: 1.8rem !important;
}
@media screen and (max-width: 767px) {
  .u-txt-medium {
    font-size: 1.4rem !important;
  }
}

.u-txt-large {
  font-size: 2rem !important;
}
@media screen and (max-width: 767px) {
  .u-txt-large {
    font-size: 1.6rem !important;
  }
}

.u-link {
  color: #0f172a;
  text-decoration: underline;
}
.u-link:hover {
  text-decoration: none;
}

.u-ul-default {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: disc;
}
.u-ul-default li {
  list-style: inherit;
}

.u-ol-default {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}
.u-ol-default li {
  list-style: inherit;
}

.u-ul-style > li {
  position: relative;
  padding-left: 1.3em;
}
.u-ul-style > li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.u-ul-style--asterisk > li::before {
  content: "※";
}
.u-ul-style--disc > li::before {
  content: "●";
  color: #0f172a;
}
.u-ul-style--disc-red > li::before {
  content: "●";
  color: #0f172a;
}
.u-ul-style--number > li {
  counter-increment: number;
}
.u-ul-style--number > li::before {
  content: counter(number) ".";
}
.u-ul-style--number-red > li {
  counter-increment: number;
}
.u-ul-style--number-red > li::before {
  content: counter(number) ".";
  color: #0f172a;
}

.u-align-l {
  text-align: left !important;
}

.u-align-c {
  text-align: center !important;
}

.u-align-r {
  text-align: right !important;
}

@media screen and (max-width: 1000px) {
  .u-align-l-tab {
    text-align: left !important;
  }
  .u-align-c-tab {
    text-align: center !important;
  }
  .u-align-r-tab {
    text-align: right !important;
  }
}
@media screen and (max-width: 767px) {
  .u-align-l-sp {
    text-align: left !important;
  }
  .u-align-c-sp {
    text-align: center !important;
  }
  .u-align-r-sp {
    text-align: right !important;
  }
}
.u-iframe-responsive {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 56.25%;
}
.u-iframe-responsive iframe,
.u-iframe-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/*--------------------------
	padding margin 調整用
--------------------------*/
.u-mt-s {
  margin-top: 2rem !important;
}
@media screen and (max-width: 767px) {
  .u-mt-s {
    margin-top: 1rem !important;
  }
}

.u-mt-m {
  margin-top: 4rem !important;
}
@media screen and (max-width: 767px) {
  .u-mt-m {
    margin-top: 2rem !important;
  }
}

.u-mt-l {
  margin-top: 6rem !important;
}
@media screen and (max-width: 767px) {
  .u-mt-l {
    margin-top: 3rem !important;
  }
}

.u-mt-xl {
  margin-top: 8rem !important;
}
@media screen and (max-width: 767px) {
  .u-mt-xl {
    margin-top: 4rem !important;
  }
}

.u-mb-s {
  margin-bottom: 2rem !important;
}
@media screen and (max-width: 767px) {
  .u-mb-s {
    margin-bottom: 1rem !important;
  }
}

.u-mb-m {
  margin-bottom: 4rem !important;
}
@media screen and (max-width: 767px) {
  .u-mb-m {
    margin-bottom: 2rem !important;
  }
}

.u-mb-l {
  margin-bottom: 6rem !important;
}
@media screen and (max-width: 767px) {
  .u-mb-l {
    margin-bottom: 3rem !important;
  }
}

.u-mb-xl {
  margin-bottom: 8rem !important;
}
@media screen and (max-width: 767px) {
  .u-mb-xl {
    margin-bottom: 4rem !important;
  }
}

.u-mt120 {
  margin-top: 12rem !important;
}

.u-mb120 {
  margin-bottom: 12rem !important;
}

.u-ml120 {
  margin-left: 12rem !important;
}

.u-mr120 {
  margin-right: 12rem !important;
}

.u-pt120 {
  padding-top: 12rem !important;
}

.u-pb120 {
  padding-bottom: 12rem !important;
}

.u-pl120 {
  padding-left: 12rem !important;
}

.u-pr120 {
  padding-right: 12rem !important;
}

.u-mt110 {
  margin-top: 11rem !important;
}

.u-mb110 {
  margin-bottom: 11rem !important;
}

.u-ml110 {
  margin-left: 11rem !important;
}

.u-mr110 {
  margin-right: 11rem !important;
}

.u-pt110 {
  padding-top: 11rem !important;
}

.u-pb110 {
  padding-bottom: 11rem !important;
}

.u-pl110 {
  padding-left: 11rem !important;
}

.u-pr110 {
  padding-right: 11rem !important;
}

.u-mt100 {
  margin-top: 10rem !important;
}

.u-mb100 {
  margin-bottom: 10rem !important;
}

.u-ml100 {
  margin-left: 10rem !important;
}

.u-mr100 {
  margin-right: 10rem !important;
}

.u-pt100 {
  padding-top: 10rem !important;
}

.u-pb100 {
  padding-bottom: 10rem !important;
}

.u-pl100 {
  padding-left: 10rem !important;
}

.u-pr100 {
  padding-right: 10rem !important;
}

.u-mt90 {
  margin-top: 9rem !important;
}

.u-mb90 {
  margin-bottom: 9rem !important;
}

.u-ml90 {
  margin-left: 9rem !important;
}

.u-mr90 {
  margin-right: 9rem !important;
}

.u-pt90 {
  padding-top: 9rem !important;
}

.u-pb90 {
  padding-bottom: 9rem !important;
}

.u-pl90 {
  padding-left: 9rem !important;
}

.u-pr90 {
  padding-right: 9rem !important;
}

.u-mt80 {
  margin-top: 8rem !important;
}

.u-mb80 {
  margin-bottom: 8rem !important;
}

.u-ml80 {
  margin-left: 8rem !important;
}

.u-mr80 {
  margin-right: 8rem !important;
}

.u-pt80 {
  padding-top: 8rem !important;
}

.u-pb80 {
  padding-bottom: 8rem !important;
}

.u-pl80 {
  padding-left: 8rem !important;
}

.u-pr80 {
  padding-right: 8rem !important;
}

.u-mt75 {
  margin-top: 7.5rem !important;
}

.u-mb75 {
  margin-bottom: 7.5rem !important;
}

.u-ml75 {
  margin-left: 7.5rem !important;
}

.u-mr75 {
  margin-right: 7.5rem !important;
}

.u-pt75 {
  padding-top: 7.5rem !important;
}

.u-pb75 {
  padding-bottom: 7.5rem !important;
}

.u-pl75 {
  padding-left: 7.5rem !important;
}

.u-pr75 {
  padding-right: 7.5rem !important;
}

.u-mt70 {
  margin-top: 7rem !important;
}

.u-mb70 {
  margin-bottom: 7rem !important;
}

.u-ml70 {
  margin-left: 7rem !important;
}

.u-mr70 {
  margin-right: 7rem !important;
}

.u-pt70 {
  padding-top: 7rem !important;
}

.u-pb70 {
  padding-bottom: 7rem !important;
}

.u-pl70 {
  padding-left: 7rem !important;
}

.u-pr70 {
  padding-right: 7rem !important;
}

.u-mt65 {
  margin-top: 6.5rem !important;
}

.u-mb65 {
  margin-bottom: 6.5rem !important;
}

.u-ml65 {
  margin-left: 6.5rem !important;
}

.u-mr65 {
  margin-right: 6.5rem !important;
}

.u-pt65 {
  padding-top: 6.5rem !important;
}

.u-pb65 {
  padding-bottom: 6.5rem !important;
}

.u-pl65 {
  padding-left: 6.5rem !important;
}

.u-pr65 {
  padding-right: 6.5rem !important;
}

.u-mt60 {
  margin-top: 6rem !important;
}

.u-mb60 {
  margin-bottom: 6rem !important;
}

.u-ml60 {
  margin-left: 6rem !important;
}

.u-mr60 {
  margin-right: 6rem !important;
}

.u-pt60 {
  padding-top: 6rem !important;
}

.u-pb60 {
  padding-bottom: 6rem !important;
}

.u-pl60 {
  padding-left: 6rem !important;
}

.u-pr60 {
  padding-right: 6rem !important;
}

.u-mt55 {
  margin-top: 5.5rem !important;
}

.u-mb55 {
  margin-bottom: 5.5rem !important;
}

.u-ml55 {
  margin-left: 5.5rem !important;
}

.u-mr55 {
  margin-right: 5.5rem !important;
}

.u-pt55 {
  padding-top: 5.5rem !important;
}

.u-pb55 {
  padding-bottom: 5.5rem !important;
}

.u-pl55 {
  padding-left: 5.5rem !important;
}

.u-pr55 {
  padding-right: 5.5rem !important;
}

.u-mt50 {
  margin-top: 5rem !important;
}

.u-mb50 {
  margin-bottom: 5rem !important;
}

.u-ml50 {
  margin-left: 5rem !important;
}

.u-mr50 {
  margin-right: 5rem !important;
}

.u-pt50 {
  padding-top: 5rem !important;
}

.u-pb50 {
  padding-bottom: 5rem !important;
}

.u-pl50 {
  padding-left: 5rem !important;
}

.u-pr50 {
  padding-right: 5rem !important;
}

.u-mt45 {
  margin-top: 4.5rem !important;
}

.u-mb45 {
  margin-bottom: 4.5rem !important;
}

.u-ml45 {
  margin-left: 4.5rem !important;
}

.u-mr45 {
  margin-right: 4.5rem !important;
}

.u-pt45 {
  padding-top: 4.5rem !important;
}

.u-pb45 {
  padding-bottom: 4.5rem !important;
}

.u-pl45 {
  padding-left: 4.5rem !important;
}

.u-pr45 {
  padding-right: 4.5rem !important;
}

.u-mt40 {
  margin-top: 4rem !important;
}

.u-mb40 {
  margin-bottom: 4rem !important;
}

.u-ml40 {
  margin-left: 4rem !important;
}

.u-mr40 {
  margin-right: 4rem !important;
}

.u-pt40 {
  padding-top: 4rem !important;
}

.u-pb40 {
  padding-bottom: 4rem !important;
}

.u-pl40 {
  padding-left: 4rem !important;
}

.u-pr40 {
  padding-right: 4rem !important;
}

.u-mt35 {
  margin-top: 3.5rem !important;
}

.u-mb35 {
  margin-bottom: 3.5rem !important;
}

.u-ml35 {
  margin-left: 3.5rem !important;
}

.u-mr35 {
  margin-right: 3.5rem !important;
}

.u-pt35 {
  padding-top: 3.5rem !important;
}

.u-pb35 {
  padding-bottom: 3.5rem !important;
}

.u-pl35 {
  padding-left: 3.5rem !important;
}

.u-pr35 {
  padding-right: 3.5rem !important;
}

.u-mt30 {
  margin-top: 3rem !important;
}

.u-mb30 {
  margin-bottom: 3rem !important;
}

.u-ml30 {
  margin-left: 3rem !important;
}

.u-mr30 {
  margin-right: 3rem !important;
}

.u-pt30 {
  padding-top: 3rem !important;
}

.u-pb30 {
  padding-bottom: 3rem !important;
}

.u-pl30 {
  padding-left: 3rem !important;
}

.u-pr30 {
  padding-right: 3rem !important;
}

.u-mt25 {
  margin-top: 2.5rem !important;
}

.u-mb25 {
  margin-bottom: 2.5rem !important;
}

.u-ml25 {
  margin-left: 2.5rem !important;
}

.u-mr25 {
  margin-right: 2.5rem !important;
}

.u-pt25 {
  padding-top: 2.5rem !important;
}

.u-pb25 {
  padding-bottom: 2.5rem !important;
}

.u-pl25 {
  padding-left: 2.5rem !important;
}

.u-pr25 {
  padding-right: 2.5rem !important;
}

.u-mt20 {
  margin-top: 2rem !important;
}

.u-mb20 {
  margin-bottom: 2rem !important;
}

.u-ml20 {
  margin-left: 2rem !important;
}

.u-mr20 {
  margin-right: 2rem !important;
}

.u-pt20 {
  padding-top: 2rem !important;
}

.u-pb20 {
  padding-bottom: 2rem !important;
}

.u-pl20 {
  padding-left: 2rem !important;
}

.u-pr20 {
  padding-right: 2rem !important;
}

.u-mt15 {
  margin-top: 1.5rem !important;
}

.u-mb15 {
  margin-bottom: 1.5rem !important;
}

.u-ml15 {
  margin-left: 1.5rem !important;
}

.u-mr15 {
  margin-right: 1.5rem !important;
}

.u-pt15 {
  padding-top: 1.5rem !important;
}

.u-pb15 {
  padding-bottom: 1.5rem !important;
}

.u-pl15 {
  padding-left: 1.5rem !important;
}

.u-pr15 {
  padding-right: 1.5rem !important;
}

.u-mt10 {
  margin-top: 1rem !important;
}

.u-mb10 {
  margin-bottom: 1rem !important;
}

.u-ml10 {
  margin-left: 1rem !important;
}

.u-mr10 {
  margin-right: 1rem !important;
}

.u-pt10 {
  padding-top: 1rem !important;
}

.u-pb10 {
  padding-bottom: 1rem !important;
}

.u-pl10 {
  padding-left: 1rem !important;
}

.u-pr10 {
  padding-right: 1rem !important;
}

.u-mt5 {
  margin-top: 0.5rem !important;
}

.u-mb5 {
  margin-bottom: 0.5rem !important;
}

.u-ml5 {
  margin-left: 0.5rem !important;
}

.u-mr5 {
  margin-right: 0.5rem !important;
}

.u-pt5 {
  padding-top: 0.5rem !important;
}

.u-pb5 {
  padding-bottom: 0.5rem !important;
}

.u-pl5 {
  padding-left: 0.5rem !important;
}

.u-pr5 {
  padding-right: 0.5rem !important;
}

.u-mt0 {
  margin-top: 0rem !important;
}

.u-mb0 {
  margin-bottom: 0rem !important;
}

.u-ml0 {
  margin-left: 0rem !important;
}

.u-mr0 {
  margin-right: 0rem !important;
}

.u-pt0 {
  padding-top: 0rem !important;
}

.u-pb0 {
  padding-bottom: 0rem !important;
}

.u-pl0 {
  padding-left: 0rem !important;
}

.u-pr0 {
  padding-right: 0rem !important;
}

@media screen and (max-width: 1000px) {
  .u-mt120-tab {
    margin-top: 12rem !important;
  }
  .u-mb120-tab {
    margin-bottom: 12rem !important;
  }
  .u-ml120-tab {
    margin-left: 12rem !important;
  }
  .u-mr120-tab {
    margin-right: 12rem !important;
  }
  .u-pt120-tab {
    padding-top: 12rem !important;
  }
  .u-pb120-tab {
    padding-bottom: 12rem !important;
  }
  .u-pl120-tab {
    padding-left: 12rem !important;
  }
  .u-pr120-tab {
    padding-right: 12rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .u-mt110-tab {
    margin-top: 11rem !important;
  }
  .u-mb110-tab {
    margin-bottom: 11rem !important;
  }
  .u-ml110-tab {
    margin-left: 11rem !important;
  }
  .u-mr110-tab {
    margin-right: 11rem !important;
  }
  .u-pt110-tab {
    padding-top: 11rem !important;
  }
  .u-pb110-tab {
    padding-bottom: 11rem !important;
  }
  .u-pl110-tab {
    padding-left: 11rem !important;
  }
  .u-pr110-tab {
    padding-right: 11rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .u-mt100-tab {
    margin-top: 10rem !important;
  }
  .u-mb100-tab {
    margin-bottom: 10rem !important;
  }
  .u-ml100-tab {
    margin-left: 10rem !important;
  }
  .u-mr100-tab {
    margin-right: 10rem !important;
  }
  .u-pt100-tab {
    padding-top: 10rem !important;
  }
  .u-pb100-tab {
    padding-bottom: 10rem !important;
  }
  .u-pl100-tab {
    padding-left: 10rem !important;
  }
  .u-pr100-tab {
    padding-right: 10rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .u-mt90-tab {
    margin-top: 9rem !important;
  }
  .u-mb90-tab {
    margin-bottom: 9rem !important;
  }
  .u-ml90-tab {
    margin-left: 9rem !important;
  }
  .u-mr90-tab {
    margin-right: 9rem !important;
  }
  .u-pt90-tab {
    padding-top: 9rem !important;
  }
  .u-pb90-tab {
    padding-bottom: 9rem !important;
  }
  .u-pl90-tab {
    padding-left: 9rem !important;
  }
  .u-pr90-tab {
    padding-right: 9rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .u-mt80-tab {
    margin-top: 8rem !important;
  }
  .u-mb80-tab {
    margin-bottom: 8rem !important;
  }
  .u-ml80-tab {
    margin-left: 8rem !important;
  }
  .u-mr80-tab {
    margin-right: 8rem !important;
  }
  .u-pt80-tab {
    padding-top: 8rem !important;
  }
  .u-pb80-tab {
    padding-bottom: 8rem !important;
  }
  .u-pl80-tab {
    padding-left: 8rem !important;
  }
  .u-pr80-tab {
    padding-right: 8rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .u-mt75-tab {
    margin-top: 7.5rem !important;
  }
  .u-mb75-tab {
    margin-bottom: 7.5rem !important;
  }
  .u-ml75-tab {
    margin-left: 7.5rem !important;
  }
  .u-mr75-tab {
    margin-right: 7.5rem !important;
  }
  .u-pt75-tab {
    padding-top: 7.5rem !important;
  }
  .u-pb75-tab {
    padding-bottom: 7.5rem !important;
  }
  .u-pl75-tab {
    padding-left: 7.5rem !important;
  }
  .u-pr75-tab {
    padding-right: 7.5rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .u-mt70-tab {
    margin-top: 7rem !important;
  }
  .u-mb70-tab {
    margin-bottom: 7rem !important;
  }
  .u-ml70-tab {
    margin-left: 7rem !important;
  }
  .u-mr70-tab {
    margin-right: 7rem !important;
  }
  .u-pt70-tab {
    padding-top: 7rem !important;
  }
  .u-pb70-tab {
    padding-bottom: 7rem !important;
  }
  .u-pl70-tab {
    padding-left: 7rem !important;
  }
  .u-pr70-tab {
    padding-right: 7rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .u-mt65-tab {
    margin-top: 6.5rem !important;
  }
  .u-mb65-tab {
    margin-bottom: 6.5rem !important;
  }
  .u-ml65-tab {
    margin-left: 6.5rem !important;
  }
  .u-mr65-tab {
    margin-right: 6.5rem !important;
  }
  .u-pt65-tab {
    padding-top: 6.5rem !important;
  }
  .u-pb65-tab {
    padding-bottom: 6.5rem !important;
  }
  .u-pl65-tab {
    padding-left: 6.5rem !important;
  }
  .u-pr65-tab {
    padding-right: 6.5rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .u-mt60-tab {
    margin-top: 6rem !important;
  }
  .u-mb60-tab {
    margin-bottom: 6rem !important;
  }
  .u-ml60-tab {
    margin-left: 6rem !important;
  }
  .u-mr60-tab {
    margin-right: 6rem !important;
  }
  .u-pt60-tab {
    padding-top: 6rem !important;
  }
  .u-pb60-tab {
    padding-bottom: 6rem !important;
  }
  .u-pl60-tab {
    padding-left: 6rem !important;
  }
  .u-pr60-tab {
    padding-right: 6rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .u-mt55-tab {
    margin-top: 5.5rem !important;
  }
  .u-mb55-tab {
    margin-bottom: 5.5rem !important;
  }
  .u-ml55-tab {
    margin-left: 5.5rem !important;
  }
  .u-mr55-tab {
    margin-right: 5.5rem !important;
  }
  .u-pt55-tab {
    padding-top: 5.5rem !important;
  }
  .u-pb55-tab {
    padding-bottom: 5.5rem !important;
  }
  .u-pl55-tab {
    padding-left: 5.5rem !important;
  }
  .u-pr55-tab {
    padding-right: 5.5rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .u-mt50-tab {
    margin-top: 5rem !important;
  }
  .u-mb50-tab {
    margin-bottom: 5rem !important;
  }
  .u-ml50-tab {
    margin-left: 5rem !important;
  }
  .u-mr50-tab {
    margin-right: 5rem !important;
  }
  .u-pt50-tab {
    padding-top: 5rem !important;
  }
  .u-pb50-tab {
    padding-bottom: 5rem !important;
  }
  .u-pl50-tab {
    padding-left: 5rem !important;
  }
  .u-pr50-tab {
    padding-right: 5rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .u-mt45-tab {
    margin-top: 4.5rem !important;
  }
  .u-mb45-tab {
    margin-bottom: 4.5rem !important;
  }
  .u-ml45-tab {
    margin-left: 4.5rem !important;
  }
  .u-mr45-tab {
    margin-right: 4.5rem !important;
  }
  .u-pt45-tab {
    padding-top: 4.5rem !important;
  }
  .u-pb45-tab {
    padding-bottom: 4.5rem !important;
  }
  .u-pl45-tab {
    padding-left: 4.5rem !important;
  }
  .u-pr45-tab {
    padding-right: 4.5rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .u-mt40-tab {
    margin-top: 4rem !important;
  }
  .u-mb40-tab {
    margin-bottom: 4rem !important;
  }
  .u-ml40-tab {
    margin-left: 4rem !important;
  }
  .u-mr40-tab {
    margin-right: 4rem !important;
  }
  .u-pt40-tab {
    padding-top: 4rem !important;
  }
  .u-pb40-tab {
    padding-bottom: 4rem !important;
  }
  .u-pl40-tab {
    padding-left: 4rem !important;
  }
  .u-pr40-tab {
    padding-right: 4rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .u-mt35-tab {
    margin-top: 3.5rem !important;
  }
  .u-mb35-tab {
    margin-bottom: 3.5rem !important;
  }
  .u-ml35-tab {
    margin-left: 3.5rem !important;
  }
  .u-mr35-tab {
    margin-right: 3.5rem !important;
  }
  .u-pt35-tab {
    padding-top: 3.5rem !important;
  }
  .u-pb35-tab {
    padding-bottom: 3.5rem !important;
  }
  .u-pl35-tab {
    padding-left: 3.5rem !important;
  }
  .u-pr35-tab {
    padding-right: 3.5rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .u-mt30-tab {
    margin-top: 3rem !important;
  }
  .u-mb30-tab {
    margin-bottom: 3rem !important;
  }
  .u-ml30-tab {
    margin-left: 3rem !important;
  }
  .u-mr30-tab {
    margin-right: 3rem !important;
  }
  .u-pt30-tab {
    padding-top: 3rem !important;
  }
  .u-pb30-tab {
    padding-bottom: 3rem !important;
  }
  .u-pl30-tab {
    padding-left: 3rem !important;
  }
  .u-pr30-tab {
    padding-right: 3rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .u-mt25-tab {
    margin-top: 2.5rem !important;
  }
  .u-mb25-tab {
    margin-bottom: 2.5rem !important;
  }
  .u-ml25-tab {
    margin-left: 2.5rem !important;
  }
  .u-mr25-tab {
    margin-right: 2.5rem !important;
  }
  .u-pt25-tab {
    padding-top: 2.5rem !important;
  }
  .u-pb25-tab {
    padding-bottom: 2.5rem !important;
  }
  .u-pl25-tab {
    padding-left: 2.5rem !important;
  }
  .u-pr25-tab {
    padding-right: 2.5rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .u-mt20-tab {
    margin-top: 2rem !important;
  }
  .u-mb20-tab {
    margin-bottom: 2rem !important;
  }
  .u-ml20-tab {
    margin-left: 2rem !important;
  }
  .u-mr20-tab {
    margin-right: 2rem !important;
  }
  .u-pt20-tab {
    padding-top: 2rem !important;
  }
  .u-pb20-tab {
    padding-bottom: 2rem !important;
  }
  .u-pl20-tab {
    padding-left: 2rem !important;
  }
  .u-pr20-tab {
    padding-right: 2rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .u-mt15-tab {
    margin-top: 1.5rem !important;
  }
  .u-mb15-tab {
    margin-bottom: 1.5rem !important;
  }
  .u-ml15-tab {
    margin-left: 1.5rem !important;
  }
  .u-mr15-tab {
    margin-right: 1.5rem !important;
  }
  .u-pt15-tab {
    padding-top: 1.5rem !important;
  }
  .u-pb15-tab {
    padding-bottom: 1.5rem !important;
  }
  .u-pl15-tab {
    padding-left: 1.5rem !important;
  }
  .u-pr15-tab {
    padding-right: 1.5rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .u-mt10-tab {
    margin-top: 1rem !important;
  }
  .u-mb10-tab {
    margin-bottom: 1rem !important;
  }
  .u-ml10-tab {
    margin-left: 1rem !important;
  }
  .u-mr10-tab {
    margin-right: 1rem !important;
  }
  .u-pt10-tab {
    padding-top: 1rem !important;
  }
  .u-pb10-tab {
    padding-bottom: 1rem !important;
  }
  .u-pl10-tab {
    padding-left: 1rem !important;
  }
  .u-pr10-tab {
    padding-right: 1rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .u-mt5-tab {
    margin-top: 0.5rem !important;
  }
  .u-mb5-tab {
    margin-bottom: 0.5rem !important;
  }
  .u-ml5-tab {
    margin-left: 0.5rem !important;
  }
  .u-mr5-tab {
    margin-right: 0.5rem !important;
  }
  .u-pt5-tab {
    padding-top: 0.5rem !important;
  }
  .u-pb5-tab {
    padding-bottom: 0.5rem !important;
  }
  .u-pl5-tab {
    padding-left: 0.5rem !important;
  }
  .u-pr5-tab {
    padding-right: 0.5rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .u-mt0-tab {
    margin-top: 0rem !important;
  }
  .u-mb0-tab {
    margin-bottom: 0rem !important;
  }
  .u-ml0-tab {
    margin-left: 0rem !important;
  }
  .u-mr0-tab {
    margin-right: 0rem !important;
  }
  .u-pt0-tab {
    padding-top: 0rem !important;
  }
  .u-pb0-tab {
    padding-bottom: 0rem !important;
  }
  .u-pl0-tab {
    padding-left: 0rem !important;
  }
  .u-pr0-tab {
    padding-right: 0rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt120-sp {
    margin-top: 12rem !important;
  }
  .u-mb120-sp {
    margin-bottom: 12rem !important;
  }
  .u-ml120-sp {
    margin-left: 12rem !important;
  }
  .u-mr120-sp {
    margin-right: 12rem !important;
  }
  .u-pt120-sp {
    padding-top: 12rem !important;
  }
  .u-pb120-sp {
    padding-bottom: 12rem !important;
  }
  .u-pl120-sp {
    padding-left: 12rem !important;
  }
  .u-pr120-sp {
    padding-right: 12rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt110-sp {
    margin-top: 11rem !important;
  }
  .u-mb110-sp {
    margin-bottom: 11rem !important;
  }
  .u-ml110-sp {
    margin-left: 11rem !important;
  }
  .u-mr110-sp {
    margin-right: 11rem !important;
  }
  .u-pt110-sp {
    padding-top: 11rem !important;
  }
  .u-pb110-sp {
    padding-bottom: 11rem !important;
  }
  .u-pl110-sp {
    padding-left: 11rem !important;
  }
  .u-pr110-sp {
    padding-right: 11rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt100-sp {
    margin-top: 10rem !important;
  }
  .u-mb100-sp {
    margin-bottom: 10rem !important;
  }
  .u-ml100-sp {
    margin-left: 10rem !important;
  }
  .u-mr100-sp {
    margin-right: 10rem !important;
  }
  .u-pt100-sp {
    padding-top: 10rem !important;
  }
  .u-pb100-sp {
    padding-bottom: 10rem !important;
  }
  .u-pl100-sp {
    padding-left: 10rem !important;
  }
  .u-pr100-sp {
    padding-right: 10rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt90-sp {
    margin-top: 9rem !important;
  }
  .u-mb90-sp {
    margin-bottom: 9rem !important;
  }
  .u-ml90-sp {
    margin-left: 9rem !important;
  }
  .u-mr90-sp {
    margin-right: 9rem !important;
  }
  .u-pt90-sp {
    padding-top: 9rem !important;
  }
  .u-pb90-sp {
    padding-bottom: 9rem !important;
  }
  .u-pl90-sp {
    padding-left: 9rem !important;
  }
  .u-pr90-sp {
    padding-right: 9rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt80-sp {
    margin-top: 8rem !important;
  }
  .u-mb80-sp {
    margin-bottom: 8rem !important;
  }
  .u-ml80-sp {
    margin-left: 8rem !important;
  }
  .u-mr80-sp {
    margin-right: 8rem !important;
  }
  .u-pt80-sp {
    padding-top: 8rem !important;
  }
  .u-pb80-sp {
    padding-bottom: 8rem !important;
  }
  .u-pl80-sp {
    padding-left: 8rem !important;
  }
  .u-pr80-sp {
    padding-right: 8rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt75-sp {
    margin-top: 7.5rem !important;
  }
  .u-mb75-sp {
    margin-bottom: 7.5rem !important;
  }
  .u-ml75-sp {
    margin-left: 7.5rem !important;
  }
  .u-mr75-sp {
    margin-right: 7.5rem !important;
  }
  .u-pt75-sp {
    padding-top: 7.5rem !important;
  }
  .u-pb75-sp {
    padding-bottom: 7.5rem !important;
  }
  .u-pl75-sp {
    padding-left: 7.5rem !important;
  }
  .u-pr75-sp {
    padding-right: 7.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt70-sp {
    margin-top: 7rem !important;
  }
  .u-mb70-sp {
    margin-bottom: 7rem !important;
  }
  .u-ml70-sp {
    margin-left: 7rem !important;
  }
  .u-mr70-sp {
    margin-right: 7rem !important;
  }
  .u-pt70-sp {
    padding-top: 7rem !important;
  }
  .u-pb70-sp {
    padding-bottom: 7rem !important;
  }
  .u-pl70-sp {
    padding-left: 7rem !important;
  }
  .u-pr70-sp {
    padding-right: 7rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt65-sp {
    margin-top: 6.5rem !important;
  }
  .u-mb65-sp {
    margin-bottom: 6.5rem !important;
  }
  .u-ml65-sp {
    margin-left: 6.5rem !important;
  }
  .u-mr65-sp {
    margin-right: 6.5rem !important;
  }
  .u-pt65-sp {
    padding-top: 6.5rem !important;
  }
  .u-pb65-sp {
    padding-bottom: 6.5rem !important;
  }
  .u-pl65-sp {
    padding-left: 6.5rem !important;
  }
  .u-pr65-sp {
    padding-right: 6.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt60-sp {
    margin-top: 6rem !important;
  }
  .u-mb60-sp {
    margin-bottom: 6rem !important;
  }
  .u-ml60-sp {
    margin-left: 6rem !important;
  }
  .u-mr60-sp {
    margin-right: 6rem !important;
  }
  .u-pt60-sp {
    padding-top: 6rem !important;
  }
  .u-pb60-sp {
    padding-bottom: 6rem !important;
  }
  .u-pl60-sp {
    padding-left: 6rem !important;
  }
  .u-pr60-sp {
    padding-right: 6rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt55-sp {
    margin-top: 5.5rem !important;
  }
  .u-mb55-sp {
    margin-bottom: 5.5rem !important;
  }
  .u-ml55-sp {
    margin-left: 5.5rem !important;
  }
  .u-mr55-sp {
    margin-right: 5.5rem !important;
  }
  .u-pt55-sp {
    padding-top: 5.5rem !important;
  }
  .u-pb55-sp {
    padding-bottom: 5.5rem !important;
  }
  .u-pl55-sp {
    padding-left: 5.5rem !important;
  }
  .u-pr55-sp {
    padding-right: 5.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt50-sp {
    margin-top: 5rem !important;
  }
  .u-mb50-sp {
    margin-bottom: 5rem !important;
  }
  .u-ml50-sp {
    margin-left: 5rem !important;
  }
  .u-mr50-sp {
    margin-right: 5rem !important;
  }
  .u-pt50-sp {
    padding-top: 5rem !important;
  }
  .u-pb50-sp {
    padding-bottom: 5rem !important;
  }
  .u-pl50-sp {
    padding-left: 5rem !important;
  }
  .u-pr50-sp {
    padding-right: 5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt45-sp {
    margin-top: 4.5rem !important;
  }
  .u-mb45-sp {
    margin-bottom: 4.5rem !important;
  }
  .u-ml45-sp {
    margin-left: 4.5rem !important;
  }
  .u-mr45-sp {
    margin-right: 4.5rem !important;
  }
  .u-pt45-sp {
    padding-top: 4.5rem !important;
  }
  .u-pb45-sp {
    padding-bottom: 4.5rem !important;
  }
  .u-pl45-sp {
    padding-left: 4.5rem !important;
  }
  .u-pr45-sp {
    padding-right: 4.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt40-sp {
    margin-top: 4rem !important;
  }
  .u-mb40-sp {
    margin-bottom: 4rem !important;
  }
  .u-ml40-sp {
    margin-left: 4rem !important;
  }
  .u-mr40-sp {
    margin-right: 4rem !important;
  }
  .u-pt40-sp {
    padding-top: 4rem !important;
  }
  .u-pb40-sp {
    padding-bottom: 4rem !important;
  }
  .u-pl40-sp {
    padding-left: 4rem !important;
  }
  .u-pr40-sp {
    padding-right: 4rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt35-sp {
    margin-top: 3.5rem !important;
  }
  .u-mb35-sp {
    margin-bottom: 3.5rem !important;
  }
  .u-ml35-sp {
    margin-left: 3.5rem !important;
  }
  .u-mr35-sp {
    margin-right: 3.5rem !important;
  }
  .u-pt35-sp {
    padding-top: 3.5rem !important;
  }
  .u-pb35-sp {
    padding-bottom: 3.5rem !important;
  }
  .u-pl35-sp {
    padding-left: 3.5rem !important;
  }
  .u-pr35-sp {
    padding-right: 3.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt30-sp {
    margin-top: 3rem !important;
  }
  .u-mb30-sp {
    margin-bottom: 3rem !important;
  }
  .u-ml30-sp {
    margin-left: 3rem !important;
  }
  .u-mr30-sp {
    margin-right: 3rem !important;
  }
  .u-pt30-sp {
    padding-top: 3rem !important;
  }
  .u-pb30-sp {
    padding-bottom: 3rem !important;
  }
  .u-pl30-sp {
    padding-left: 3rem !important;
  }
  .u-pr30-sp {
    padding-right: 3rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt25-sp {
    margin-top: 2.5rem !important;
  }
  .u-mb25-sp {
    margin-bottom: 2.5rem !important;
  }
  .u-ml25-sp {
    margin-left: 2.5rem !important;
  }
  .u-mr25-sp {
    margin-right: 2.5rem !important;
  }
  .u-pt25-sp {
    padding-top: 2.5rem !important;
  }
  .u-pb25-sp {
    padding-bottom: 2.5rem !important;
  }
  .u-pl25-sp {
    padding-left: 2.5rem !important;
  }
  .u-pr25-sp {
    padding-right: 2.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt20-sp {
    margin-top: 2rem !important;
  }
  .u-mb20-sp {
    margin-bottom: 2rem !important;
  }
  .u-ml20-sp {
    margin-left: 2rem !important;
  }
  .u-mr20-sp {
    margin-right: 2rem !important;
  }
  .u-pt20-sp {
    padding-top: 2rem !important;
  }
  .u-pb20-sp {
    padding-bottom: 2rem !important;
  }
  .u-pl20-sp {
    padding-left: 2rem !important;
  }
  .u-pr20-sp {
    padding-right: 2rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt15-sp {
    margin-top: 1.5rem !important;
  }
  .u-mb15-sp {
    margin-bottom: 1.5rem !important;
  }
  .u-ml15-sp {
    margin-left: 1.5rem !important;
  }
  .u-mr15-sp {
    margin-right: 1.5rem !important;
  }
  .u-pt15-sp {
    padding-top: 1.5rem !important;
  }
  .u-pb15-sp {
    padding-bottom: 1.5rem !important;
  }
  .u-pl15-sp {
    padding-left: 1.5rem !important;
  }
  .u-pr15-sp {
    padding-right: 1.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt10-sp {
    margin-top: 1rem !important;
  }
  .u-mb10-sp {
    margin-bottom: 1rem !important;
  }
  .u-ml10-sp {
    margin-left: 1rem !important;
  }
  .u-mr10-sp {
    margin-right: 1rem !important;
  }
  .u-pt10-sp {
    padding-top: 1rem !important;
  }
  .u-pb10-sp {
    padding-bottom: 1rem !important;
  }
  .u-pl10-sp {
    padding-left: 1rem !important;
  }
  .u-pr10-sp {
    padding-right: 1rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt5-sp {
    margin-top: 0.5rem !important;
  }
  .u-mb5-sp {
    margin-bottom: 0.5rem !important;
  }
  .u-ml5-sp {
    margin-left: 0.5rem !important;
  }
  .u-mr5-sp {
    margin-right: 0.5rem !important;
  }
  .u-pt5-sp {
    padding-top: 0.5rem !important;
  }
  .u-pb5-sp {
    padding-bottom: 0.5rem !important;
  }
  .u-pl5-sp {
    padding-left: 0.5rem !important;
  }
  .u-pr5-sp {
    padding-right: 0.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt0-sp {
    margin-top: 0rem !important;
  }
  .u-mb0-sp {
    margin-bottom: 0rem !important;
  }
  .u-ml0-sp {
    margin-left: 0rem !important;
  }
  .u-mr0-sp {
    margin-right: 0rem !important;
  }
  .u-pt0-sp {
    padding-top: 0rem !important;
  }
  .u-pb0-sp {
    padding-bottom: 0rem !important;
  }
  .u-pl0-sp {
    padding-left: 0rem !important;
  }
  .u-pr0-sp {
    padding-right: 0rem !important;
  }
}
/*--------------------------
	margin マイナス調整用
--------------------------*/
.u-mt-70-negative {
  margin-top: -7rem !important;
}

@media screen and (max-width: 767px) {
  .u-mt-40-negative-sp {
    margin-top: -4rem !important;
  }
}
/*--------------------------
	Layout
--------------------------*/
/*----------------------------------------------------

	レイアウト設定のファイルです。
	グリッドレイアウトのスタイルをまとめています。
	基本的には編集することはありません。

	命名規則として、クラス名の頭に 
	l-* (Layoutのl)という接頭辞をつけることを推奨します。

----------------------------------------------------*/
/*--------------------------
	グリッドシステム
--------------------------*/
.l-grid {
  display: flex;
  flex-wrap: wrap;
}
.l-grid_item {
  box-sizing: border-box;
  width: 16.667%;
}
.l-grid_item-1 {
  width: 8.33%;
}
.l-grid_item-2 {
  width: 16.667%;
}
.l-grid_item-3 {
  width: 25%;
}
.l-grid_item-4 {
  width: 33.333%;
}
.l-grid_item-5 {
  width: 41.666%;
}
.l-grid_item-6 {
  width: 50%;
}
.l-grid_item-7 {
  width: 58.333%;
}
.l-grid_item-8 {
  width: 66.666%;
}
.l-grid_item-9 {
  width: 75%;
}
.l-grid_item-10 {
  width: 83.33%;
}
.l-grid_item-11 {
  width: 91.666%;
}
.l-grid_item-12 {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .l-grid_item-1-tab {
    width: 8.33%;
  }
}
@media screen and (max-width: 1000px) {
  .l-grid_item-2-tab {
    width: 16.667%;
  }
}
@media screen and (max-width: 1000px) {
  .l-grid_item-3-tab {
    width: 25%;
  }
}
@media screen and (max-width: 1000px) {
  .l-grid_item-4-tab {
    width: 33.333%;
  }
}
@media screen and (max-width: 1000px) {
  .l-grid_item-5-tab {
    width: 41.666%;
  }
}
@media screen and (max-width: 1000px) {
  .l-grid_item-6-tab {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .l-grid_item-7-tab {
    width: 58.333%;
  }
}
@media screen and (max-width: 1000px) {
  .l-grid_item-8-tab {
    width: 66.666%;
  }
}
@media screen and (max-width: 1000px) {
  .l-grid_item-9-tab {
    width: 75%;
  }
}
@media screen and (max-width: 1000px) {
  .l-grid_item-10-tab {
    width: 83.33%;
  }
}
@media screen and (max-width: 1000px) {
  .l-grid_item-11-tab {
    width: 91.666%;
  }
}
@media screen and (max-width: 1000px) {
  .l-grid_item-12-tab {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid_item-1-sp {
    width: 8.33%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid_item-2-sp {
    width: 16.667%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid_item-3-sp {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid_item-4-sp {
    width: 33.333%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid_item-5-sp {
    width: 41.666%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid_item-6-sp {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid_item-7-sp {
    width: 58.333%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid_item-8-sp {
    width: 66.666%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid_item-9-sp {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid_item-10-sp {
    width: 83.33%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid_item-11-sp {
    width: 91.666%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid_item-12-sp {
    width: 100%;
  }
}
.l-grid--ai-center {
  align-items: center;
}
.l-grid.l-gutter-s {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -1rem;
}
.l-grid.l-gutter-s > .l-grid_item {
  margin-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.l-grid.l-gutter-m {
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: -2rem;
}
.l-grid.l-gutter-m > .l-grid_item {
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.l-grid.l-gutter-l {
  margin-left: -2rem;
  margin-right: -2rem;
  margin-bottom: -4rem;
}
.l-grid.l-gutter-l > .l-grid_item {
  margin-bottom: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.l-grid.l-gutter-xl {
  margin-left: -3rem;
  margin-right: -3rem;
  margin-bottom: -6rem;
}
.l-grid.l-gutter-xl > .l-grid_item {
  margin-bottom: 6rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
.l-grid.l-gutter-2l {
  margin-left: -4rem;
  margin-right: -4rem;
  margin-bottom: -8rem;
}
.l-grid.l-gutter-2l > .l-grid_item {
  margin-bottom: 8rem;
  padding-left: 4rem;
  padding-right: 4rem;
}
@media screen and (max-width: 1000px) {
  .l-grid.l-gutter-s-tab {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: -1rem;
  }
  .l-grid.l-gutter-s-tab > .l-grid_item {
    margin-bottom: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .l-grid.l-gutter-m-tab {
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: -2rem;
  }
  .l-grid.l-gutter-m-tab > .l-grid_item {
    margin-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 1000px) {
  .l-grid.l-gutter-l-tab {
    margin-left: -2rem;
    margin-right: -2rem;
    margin-bottom: -4rem;
  }
  .l-grid.l-gutter-l-tab > .l-grid_item {
    margin-bottom: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-grid.l-gutter-s-sp {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: -1rem;
  }
  .l-grid.l-gutter-s-sp > .l-grid_item {
    margin-bottom: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-grid.l-gutter-m-sp {
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: -2rem;
  }
  .l-grid.l-gutter-m-sp > .l-grid_item {
    margin-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .l-grid.l-gutter-l-sp {
    margin-left: -2rem;
    margin-right: -2rem;
    margin-bottom: -4rem;
  }
  .l-grid.l-gutter-l-sp > .l-grid_item {
    margin-bottom: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.l-grid.l-grid-mb0 > .l-grid_item {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1000px) {
  .l-grid.l-grid-mb0-tab > .l-grid_item {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .l-grid.l-grid-mb0-sp > .l-grid_item {
    margin-bottom: 0 !important;
  }
}

/*----------------------------------------------------

	レイアウト設定のファイルです。
	レイアウトに関する汎用性の高いスタイルをまとめています。
	基本的には編集することはありません。

	命名規則として、クラス名の頭に 
	l-* (Layoutのl)という接頭辞をつけることを推奨します。

----------------------------------------------------*/
.l-section {
  margin: 8rem 0;
}
@media screen and (max-width: 767px) {
  .l-section {
    margin: 4rem 0;
  }
}

.l-inner {
  margin: 0 auto;
  width: 1100px;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 1.5rem;
  }
}
.l-inner--orikomi {
  width: 100%;
  padding: 0 4rem;
  overflow-x: auto;
  min-width: 0;
}

.l-flex {
  display: flex;
}
.l-flex--aic {
  align-items: center;
}

.l-pos-relative {
  position: relative;
}

.l-pos-center {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.l-clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.l-left {
  float: left;
}

.l-right {
  float: right;
}

.member-inner {
  margin-right: 11rem;
}
@media screen and (min-width: 1366px) {
  .member-inner {
    margin-right: 110px;
  }
}
@media screen and (max-width: 767px) {
  .member-inner {
    margin: 0 1.5rem;
  }
}

/*--------------------------
	module
--------------------------*/
.header {
  height: 9rem;
  background: #0f172a;
}
.header__inner {
  padding: 0 11rem;
  display: flex;
  align-items: center;
  height: 100%;
}
.header__logo img {
  width: 20rem;
}

.header-block-inner {
  padding-top: 64px;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .header-block-inner {
    padding-top: 64px;
  }
}

.header-black {
  height: 64px;
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  padding: 0 3.2rem 0 calc(240px + 3.2rem);
  position: fixed;
  z-index: 10;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header-black {
    padding: 0 1.6rem;
    height: 64px;
  }
}

.header-block-inner {
  padding-top: 64px;
  position: relative;
  z-index: -1;
}

.header-box {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: auto;
}
.header-box__logo {
  width: 140px;
}
.header-box__logo img {
  width: 100%;
}
.header-box__name {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1e293b;
  border: none;
  padding: 0;
  margin-left: 0;
}

.header-num {
  font-size: 1.2rem;
  color: #94a3b8;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.admin-header_right {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  list-style: none;
}
.admin-header_right li.logout a {
  font-size: 1.2rem;
  color: #64748b;
  background: none;
  padding: 0.5rem 1.2rem;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  transition: all 0.15s ease;
  display: block;
  margin-top: 0;
}
.admin-header_right li.logout a:hover {
  background: #f8fafc;
  color: #0f172a;
  padding: 0.5rem 1.2rem;
  margin-top: 0;
}

.fix-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 240px;
  height: 100vh;
  background: #0f172a;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.fix-menu__logo {
  padding: 2rem 2.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.fix-menu__logo-sub {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}
.fix-menu__logo-title {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  margin-top: 0.2rem;
}
.fix-menu__user {
  padding: 1.6rem 2.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.fix-menu__user-img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(14, 165, 233, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.fix-menu__user-img img {
  width: 20px;
  height: 20px;
  opacity: 0.6;
}
.fix-menu__user-name {
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fix-menu__nav {
  flex: 1;
  overflow-y: auto;
}
.fix-menu__nav::-webkit-scrollbar {
  width: 4px;
}
.fix-menu__nav::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.fix-menu__items {
  padding: 1.2rem;
  list-style: none;
  margin: 0;
}
.fix-menu__item {
  display: block;
  width: 100%;
  border-radius: 8px;
  margin-bottom: 2px;
}
.fix-menu__item a {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1rem 1.2rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #cbd5e1;
  border-radius: 8px;
  transition: all 0.15s ease;
  width: 100%;
}
.fix-menu__item a svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.fix-menu__item a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}
.fix-menu__logout {
  padding: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.fix-menu__logout a {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1rem 1.2rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #94a3b8;
  border-radius: 8px;
  transition: all 0.15s ease;
}
.fix-menu__logout a svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.fix-menu__logout a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.fix-menu-clicked > a {
  background: #0ea5e9 !important;
  color: #fff !important;
}

.fix-menu-item {
  list-style: none;
  margin: 2px 0 0;
}
.fix-menu-item__item a {
  display: flex;
  justify-content: center;
  padding: 0.8rem 1.2rem;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.6);
  border-radius: 6px;
  transition: all 0.15s ease;
}
.fix-menu-item__item a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.fix-menu-sp {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #e2e8f0;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.06);
}
.fix-menu-sp__items {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.fix-menu-sp__item {
  flex: 1;
  text-align: center;
}
.fix-menu-sp__item a {
  display: block;
}
.fix-menu-sp__item-box {
  padding: 1rem 0;
  transition: background 0.15s ease;
}
.fix-menu-sp__item-box:hover {
  background: #f8fafc;
}
.fix-menu-sp__item-txt {
  font-size: 1rem;
  color: #64748b;
  margin-top: 0.2rem;
}
.fix-menu-sp__icon {
  width: 22px;
  height: 22px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fix-menu-sp__icon img {
  width: 100%;
}

.footer {
  margin-top: 15rem;
}
@media screen and (min-width: 1366px) {
  .footer {
    margin-top: 150px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 15rem;
  }
}

.copyright {
  font-size: 1.4rem;
  text-align: right;
  margin-right: 4rem;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 1366px) {
  .copyright {
    font-size: 14px;
    margin-right: 40px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .copyright {
    font-size: 1.3rem;
    margin-right: 0;
    margin-bottom: 9.3rem;
  }
}

.btn-b {
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 500;
  width: 15rem;
  text-align: center;
  color: #fff;
  background: #3B82F6;
  border: #3B82F6 1px solid;
  border-radius: 6rem;
  display: inline-block;
  padding: 1rem 0;
  text-align: center;
  transition: all 0.5s ease;
}
.btn-b:hover {
  color: #3B82F6;
  background: #fff;
}
.btn-b--navy {
  color: #fff;
  background: #3B82F6;
}
.btn-b--navy:hover {
  color: #3B82F6;
  background: #fff;
}

.btn-a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.4rem 3.5rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}
.btn-a:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.btn-a--navy {
  background: linear-gradient(135deg, #3B82F6 0%, #2563EB 100%);
  color: white;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.btn-a--navy:hover:not(:disabled) {
  background: linear-gradient(135deg, #2563EB 0%, #1D4ED8 100%);
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.btn-a--navy:active:not(:disabled) {
  transform: translateY(0);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.btn-a--navy-reserve {
  background: white;
  color: #2563EB;
  border: 2px solid #3B82F6;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.btn-a--navy-reserve:hover:not(:disabled) {
  background: #EFF6FF;
  border-color: #2563EB;
  color: #1D4ED8;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.btn-a--navy-reserve:active:not(:disabled) {
  background: #DBEAFE;
}
.btn-a--small {
  padding: 0.8rem 2rem;
  font-size: 1.4rem;
}
.btn-a--medium {
  padding: 1.2rem 3rem;
  font-size: 1.5rem;
}
.btn-a--large {
  padding: 1.6rem 4rem;
  font-size: 1.6rem;
}
.btn-a--full {
  width: 100%;
}
.btn-a--success {
  background: linear-gradient(135deg, #10B981 0%, #059669 100%);
  color: white;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.btn-a--success:hover:not(:disabled) {
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.btn-a--warning {
  background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
  color: white;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.btn-a--warning:hover:not(:disabled) {
  background: linear-gradient(135deg, #D97706 0%, #B45309 100%);
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.btn-a--danger {
  background: linear-gradient(135deg, #EF4444 0%, #DC2626 100%);
  color: white;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.btn-a--danger:hover:not(:disabled) {
  background: linear-gradient(135deg, #DC2626 0%, #B91C1C 100%);
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.btn-a--ghost {
  background: transparent;
  color: #374151;
  border: 1px solid #D1D5DB;
  box-shadow: none;
}
.btn-a--ghost:hover:not(:disabled) {
  background: #F9FAFB;
  border-color: #9CA3AF;
}
.btn-a--text {
  background: transparent;
  color: #2563EB;
  border: none;
  box-shadow: none;
  padding: 0.8rem 1.5rem;
}
.btn-a--text:hover:not(:disabled) {
  background: #EFF6FF;
  color: #1D4ED8;
}

@media screen and (max-width: 767px) {
  .btn-a {
    padding: 1rem 2.5rem;
    font-size: 1.3rem;
  }
  .btn-a--small {
    padding: 0.6rem 1.5rem;
    font-size: 1.2rem;
  }
  .btn-a--large {
    padding: 1.2rem 3rem;
    font-size: 1.4rem;
  }
}
/*--------------------------
	page
--------------------------*/
.orikomi-section-box {
  display: flex;
  align-items: center;
}

.orikomi-section-ttl {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  padding-right: 2.8rem;
}
.orikomi-section-ttl::before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background: #3B82F6;
  border-radius: 50%;
  margin-right: 1rem;
}

.orikomi-section-breadcrumbs {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #D0D0D0;
}
.orikomi-section-breadcrumbs li:not(:first-child)::before {
  content: "";
  display: inline-block;
  height: 0.1rem;
  width: 1rem;
  background: #D0D0D0;
  margin: 0 0.6rem;
  vertical-align: middle;
  position: relative;
  top: -0.2rem;
}
.orikomi-section-breadcrumbs li.active {
  color: #3B82F6;
}

.plus-btn {
  width: 3.4rem;
  height: 3.4rem;
  margin: 0 auto;
  border-radius: 50%;
  border: #3B82F6 1px solid;
  position: relative;
  margin-top: 3rem;
  cursor: pointer;
}
.plus-btn::before, .plus-btn::after {
  content: "";
  width: 2px;
  background: #3B82F6;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 0;
}
.plus-btn::after {
  transform: rotate(90deg) translate(-50%, -50%);
}
.plus-btn--margin-small {
  margin-top: 0;
}

.login-section-ttl {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 1366px) {
  .login-section-ttl {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .login-section-ttl {
    font-size: 2rem;
  }
}

.setting-pass input[type=email] {
  text-align: center;
  display: block;
  width: 48rem;
  max-width: 480px;
  margin: 0 auto;
  overflow: hidden;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .setting-pass input[type=email] {
    width: 100%;
    max-width: none;
  }
}
.setting-pass__inner {
  width: 48.2rem;
  max-width: 482px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .setting-pass__inner {
    width: 100%;
    max-width: none;
  }
}
.setting-pass__inner--result {
  width: 55.7rem;
  max-width: 557px;
}
@media screen and (max-width: 767px) {
  .setting-pass__inner--result {
    width: 100%;
    max-width: none;
  }
}
.setting-pass__ttl {
  margin-top: 4.8rem;
}
@media screen and (min-width: 1366px) {
  .setting-pass__ttl {
    margin-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .setting-pass__ttl {
    margin-top: 3.3rem;
  }
}
.setting-pass__subttl {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1366px) {
  .setting-pass__subttl {
    font-size: 18px;
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .setting-pass__subttl {
    margin-top: 3.3rem;
    margin-bottom: 1.2rem;
    text-align: left;
  }
}
.setting-pass__txt {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 1.4rem;
}
@media screen and (min-width: 1366px) {
  .setting-pass__txt {
    font-size: 14px;
    margin-top: 14px;
  }
}
@media screen and (max-width: 767px) {
  .setting-pass__txt {
    font-size: 1.3rem;
    margin-top: 0.9rem;
  }
}
.setting-pass__txt--result {
  margin-top: 5rem;
  text-align: center;
}
@media screen and (min-width: 1366px) {
  .setting-pass__txt--result {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .setting-pass__txt--result {
    margin-top: 3.5rem;
    text-align: left;
  }
}
.setting-pass__txt--result a {
  color: #0ea5e9;
  transition: all 0.5s ease;
}
.setting-pass__txt--result a:hover {
  opacity: 0.5;
}

.login-section-subttl {
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (min-width: 1366px) {
  .login-section-subttl {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .login-section-subttl {
    font-size: 1.3rem;
  }
}
.login-section-subttl:before {
  content: "＊";
  color: #ff0000;
  font-size: 1.4rem;
}
@media screen and (min-width: 1366px) {
  .login-section-subttl:before {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .login-section-subttl:before {
    font-size: 1.3rem;
  }
}

.common-btn-box {
  text-align: center;
}

.common-btn {
  background: #0ea5e9;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  padding: 1.3rem 0;
  font-size: 1.6rem;
  font-weight: 500;
  width: 25rem;
  max-width: 250px;
  cursor: pointer;
}
@media screen and (min-width: 1366px) {
  .common-btn {
    padding: 13px 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .common-btn {
    font-size: 1.5rem;
    width: 100%;
    max-width: none;
    padding: 1.7rem 0;
  }
}

.light-blue-btn {
  background: #CCECFB;
  color: #0f172a;
}

.blue-btn {
  background: #0ea5e9;
  color: #ffffff;
  border: #0ea5e9 2px solid;
  transition: all 0.5s ease;
}
.blue-btn:hover {
  background: #0D6BD6;
  border: #0D6BD6 2px solid;
}

.white-btn {
  background: #ffffff;
  color: #0ea5e9;
  border: #0ea5e9 2px solid;
  transition: all 0.5s ease;
}
.white-btn:hover {
  background: #0D6BD6;
  border: #0D6BD6 2px solid;
  color: #ffffff;
}

.red-astarisk {
  color: #ff0000;
  font-size: 1.4rem;
}
@media screen and (min-width: 1366px) {
  .red-astarisk {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .red-astarisk {
    font-size: 1.3rem;
  }
}

.text-blue {
  color: #0ea5e9;
}

.text-red {
  color: #ff0000;
}

.text-gray {
  color: #94a3b8;
}

.block-box {
  display: block;
}

.icon-inverted {
  fill: white;
}

.text-font-size-10rem {
  font-size: 1rem;
}

.text-font-size-13rem {
  font-size: 1.3rem;
}

.text-font-size-15rem {
  font-size: 1.5rem;
}

.text-font-size-17rem {
  font-size: 1.7rem;
}

.text-font-size-20rem {
  font-size: 2rem;
}

.member {
  padding-top: 7rem;
}
@media screen and (min-width: 1366px) {
  .member {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .member {
    padding-top: 50px;
  }
}

.member-inner {
  margin-left: 240px;
  padding: 3.2rem 4rem;
  width: auto;
  max-width: none;
  min-height: 100vh;
  background: #f8fafc;
}
@media screen and (max-width: 767px) {
  .member-inner {
    margin-left: 0;
    padding: 2rem;
    padding-bottom: 8rem;
  }
}

.member {
  padding-top: 0;
}

.member-ttl {
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (min-width: 1366px) {
  .member-ttl {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .member-ttl {
    font-size: 2rem;
    text-align: center;
    font-weight: 700;
  }
}

.member-subttl {
  font-size: 1.4rem;
}
@media screen and (min-width: 1366px) {
  .member-subttl {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .member-subttl {
    font-size: 1.3rem;
    text-align: center;
  }
}

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

.blue-link {
  color: #00a0e9;
  transition: all ease 0.5s;
}
.blue-link:hover {
  opacity: 0.8;
}

.section__subttl {
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  margin-left: 1.2rem;
}
@media screen and (min-width: 1366px) {
  .section__subttl {
    font-size: 18px;
    margin-left: 12px;
  }
}
@media screen and (max-width: 767px) {
  .section__subttl {
    margin-left: 1.3rem;
  }
}
.section__subttl::after {
  content: "";
  width: 0.3rem;
  max-width: 3px;
  height: 100%;
  background: #0ea5e9;
  position: absolute;
  left: -0.9rem;
  top: 0;
}
@media screen and (min-width: 1366px) {
  .section__subttl::after {
    left: -9px;
  }
}
@media screen and (max-width: 767px) {
  .section__subttl::after {
    width: 0.35rem;
    left: -0.95rem;
    max-width: none;
  }
}

.regist-message {
  color: blue;
  margin-bottom: 10px;
  margin-top: 3rem;
  font-size: 1.4rem;
}

.password-caution {
  color: red;
  font-size: 1.4rem;
}

.error-message {
  color: red;
  font-size: 1.4rem;
  margin-top: 3rem;
}

.resetpass-login-button {
  text-align: right;
  margin-top: 4rem;
}
.resetpass-login-button a {
  color: #00a0e9;
  font-size: 14px;
}

.login-page {
  background: #f1f5f9;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-wrapper {
  width: 100%;
  max-width: 560px;
  padding: 2rem;
}
.login-wrapper--wide {
  max-width: 800px;
}

.login-card {
  background: #fff;
  border-radius: 16px;
  padding: 4rem 4rem 3.2rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}
.login-card__logo {
  text-align: center;
  margin-bottom: 3.2rem;
}
.login-card__logo img {
  height: 66px;
  width: auto;
}
.login-card__alert {
  font-size: 1.3rem;
  padding: 1rem 1.6rem;
  border-radius: 8px;
  margin-bottom: 2rem;
}
.login-card__alert--success {
  background: #f0fdf4;
  color: #166534;
  border: 1px solid #bbf7d0;
}
.login-card__alert--error {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}
.login-card__form {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.login-card__field {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.login-card__field label {
  font-size: 1.2rem;
  font-weight: 500;
  color: #475569;
}
.login-card__field input {
  width: 100%;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 1rem 1.4rem;
  font-size: 1.4rem;
  color: #1e293b;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.login-card__field input:focus {
  outline: none;
  border-color: #0ea5e9;
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.1);
}
.login-card__field input::placeholder {
  color: #cbd5e1;
}
.login-card__forgot {
  font-size: 1rem;
  color: #64748b;
  text-align: right;
  margin-top: -0.8rem;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.login-card__forgot:hover {
  color: #0ea5e9;
}
.login-card__btn {
  width: 100%;
  background: #0ea5e9;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 1.2rem;
  font-size: 1.4rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s ease;
  margin-top: 0.8rem;
}
.login-card__btn:hover {
  background: #0284c7;
}
.login-card__register {
  font-size: 1.2rem;
  color: #94a3b8;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.login-card__register:hover {
  color: #0ea5e9;
}
.login-card__section-ttl {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.8rem;
}
.login-card__desc {
  font-size: 1.3rem;
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 2rem;
}
.login-card__divider {
  height: 1px;
  background: #e2e8f0;
  margin: 2.4rem 0;
}
.login-card__sub-ttl {
  font-size: 1.4rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 0.8rem;
}
.login-card__sub-txt {
  font-size: 1.3rem;
  color: #64748b;
  line-height: 1.7;
}
.login-card__link {
  color: #0ea5e9;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.login-card__link:hover {
  color: #0284c7;
}
.login-card__back {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  color: #94a3b8;
  margin-top: 2rem;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.login-card__back:hover {
  color: #0ea5e9;
}
.login-card__required {
  color: #ef4444;
  font-size: 1.2rem;
}
.login-card__error {
  font-size: 1.2rem;
  color: #ef4444;
  margin-top: 0.4rem;
}
.login-card__hint {
  font-size: 1.1rem;
  color: #94a3b8;
  margin-bottom: 0.6rem;
}
.login-card__select {
  position: relative;
}
.login-card__select::after {
  content: "";
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #94a3b8;
  pointer-events: none;
}
.login-card__select select {
  width: 100%;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 1rem 1.4rem;
  font-size: 1.4rem;
  color: #1e293b;
  appearance: none;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.login-card__select select:focus {
  outline: none;
  border-color: #0ea5e9;
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.1);
}

.notlogin-item {
  width: 48.2rem;
  max-width: 482px;
  margin: 0 auto;
  margin-top: 5.2rem;
}
@media screen and (min-width: 1366px) {
  .notlogin-item {
    margin-top: 52px;
  }
}
@media screen and (max-width: 767px) {
  .notlogin-item {
    width: 100%;
    max-width: none;
    margin-top: 5rem;
  }
}
.notlogin-item__password {
  margin-top: 4.8rem;
}
@media screen and (min-width: 1366px) {
  .notlogin-item__password {
    margin-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .notlogin-item__password {
    margin-top: 6.7rem;
  }
}
.notlogin-item__ttl {
  font-size: 1.8rem;
  margin-bottom: 1.4rem;
}
@media screen and (min-width: 1366px) {
  .notlogin-item__ttl {
    font-size: 18px;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  .notlogin-item__ttl {
    font-size: 1.8rem;
    margin-bottom: 0.9rem;
  }
}
.notlogin-item__password-txt {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 1366px) {
  .notlogin-item__password-txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .notlogin-item__password-txt {
    font-size: 1.3rem;
  }
}
.notlogin-item__mail-txt {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 1366px) {
  .notlogin-item__mail-txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .notlogin-item__mail-txt {
    font-size: 1.3rem;
  }
}

.register-end {
  border-top: 1px solid #94a3b8;
  padding-top: 8rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 1366px) {
  .register-end {
    padding-top: 80px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .register-end {
    padding-top: 6rem;
    margin-bottom: 3rem;
  }
}
.register-end__txt {
  text-align: center;
  font-weight: 500;
  font-size: 2.2rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 1366px) {
  .register-end__txt {
    font-size: 22px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .register-end__txt {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 3rem;
  }
}

.logout-session__ttl-box {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
@media screen and (min-width: 1366px) {
  .logout-session__ttl-box {
    margin-top: 50px;
  }
}
@media screen and (min-width: 767px) {
  .logout-session__ttl-box {
    margin-top: 7.4rem;
  }
}

.password-reset__btn {
  margin-top: 4rem;
}
@media screen and (min-width: 1366px) {
  .password-reset__btn {
    margin-top: 40px;
  }
}
@media screen and (min-width: 767px) {
  .password-reset__btn {
    margin-top: 5rem;
  }
}

.form-content label {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
  display: inline-block;
}
@media screen and (min-width: 1366px) {
  .form-content label {
    margin-bottom: 8px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .form-content label {
    font-size: 1.5rem;
    margin-bottom: 0.9rem;
    font-size: 1.3rem;
  }
}
.form-content input {
  width: 100%;
  height: 100%;
  display: block;
  font-family: "Noto Sans JP";
  border: solid #94a3b8 1px;
  border-radius: 5px;
  padding: 1.5rem 2.3rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 1366px) {
  .form-content input {
    padding: 15px 23px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .form-content input {
    padding: 1.6rem 2rem;
    font-size: 1.3rem;
    border-radius: 10px;
  }
}
.form-content .check-toggle {
  position: relative;
  width: 6rem;
  height: 3rem;
  max-width: 60px;
  max-height: 30px;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media screen and (min-width: 1366px) {
  .form-content .check-toggle {
    border-radius: 15px;
  }
}
@media screen and (max-width: 767px) {
  .form-content .check-toggle {
    max-width: none;
    max-height: none;
    width: 8.5rem;
    height: 4rem;
    border-radius: 2rem;
  }
}
.form-content .check-toggle {
  cursor: pointer;
}
.form-content .check-toggle[type=checkbox] {
  display: none;
}
.form-content .check-toggle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #F1F1F1;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.form-content .check-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.2rem;
  transform: translateY(-50%);
  width: 2.8rem;
  height: 2.8rem;
  max-width: 28px;
  max-height: 28px;
  display: block;
  border-radius: 50%;
  background: #FFF;
  border: #DBDBDB solid 0.1rem;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .form-content .check-toggle::after {
    max-width: none;
    max-height: none;
    width: 3.8rem;
    height: 3.8rem;
  }
}
.form-content .check-toggle.checked:before {
  background: #0ea5e9;
}
.form-content .check-toggle.checked:after {
  left: 50%;
}
.form-content label.label-for {
  margin-bottom: 0px;
}
.form-content .select-box {
  display: flex;
  align-items: center;
  position: relative;
}
.form-content .select-box::after {
  position: absolute;
  top: 50%;
  right: 1.4em;
  transform: translate(50%, -50%) rotate(45deg);
  width: 1rem;
  height: 1rem;
  border-bottom: 3px solid #94a3b8;
  border-right: 3px solid #94a3b8;
  content: "";
}
.form-content .select-box select {
  appearance: none;
  width: 100%;
  border: solid #94a3b8 1px;
  background-color: #fff;
  color: #333333;
  border-radius: 3px;
  font-size: 1.4rem;
  cursor: pointer;
  display: block;
  padding: 1.5rem 2.3rem;
  font-size: 1.4rem;
  transition: all 0.5s ease;
}
@media screen and (min-width: 1366px) {
  .form-content .select-box select {
    padding: 15px 23px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .form-content .select-box select {
    padding: 1.6rem 2rem;
    font-size: 1.3rem;
    border-radius: 10px;
  }
}
.form-content .select-box select.is-disabled {
  border: solid #bbb 1px;
  background: #eee;
  color: #bbb;
  pointer-events: none;
}
.form-content .select-box select.is-enabled {
  background: none;
  color: initial;
  pointer-events: auto;
}
.form-content textarea {
  width: 100%;
  height: 36rem;
  max-height: 360px;
  border: #94a3b8 solid 1px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .form-content textarea {
    height: 25rem;
    max-height: none;
    font-size: 1.3rem;
    border-radius: 10px;
  }
}
.form-content--cal label {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1366px) {
  .form-content--cal label {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .form-content--cal label {
    margin-left: 0;
    margin-top: 3rem;
  }
}
.form-content__info {
  margin-top: 5rem;
}
@media screen and (min-width: 1366px) {
  .form-content__info {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .form-content__info {
    margin-top: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .form-content__info--login {
    margin-top: 5rem;
  }
}
.form-content__info--settingpass {
  margin-top: 2rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 1366px) {
  .form-content__info--settingpass {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .form-content__info--settingpass {
    margin-top: 1.9rem;
    margin-bottom: 5rem;
  }
}
.form-content__items {
  margin-top: 2.4rem;
  margin-bottom: 8rem;
}
@media screen and (min-width: 1366px) {
  .form-content__items {
    margin-top: 24px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .form-content__items {
    margin-top: 2.7rem;
    margin-bottom: 5rem;
  }
}
.form-content__items--topnone {
  margin-top: 0;
}
@media screen and (min-width: 1366px) {
  .form-content__items--topnone {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .form-content__items--topnone {
    margin-top: 0;
  }
}
.form-content__item:not(:first-child) {
  margin-top: 2.4rem;
}
@media screen and (min-width: 1366px) {
  .form-content__item:not(:first-child) {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .form-content__item:not(:first-child) {
    margin-top: 1.8rem;
  }
}
.form-content__item--login:not(:first-child) {
  margin-top: 3.6rem;
}
@media screen and (min-width: 1366px) {
  .form-content__item--login:not(:first-child) {
    margin-top: 36px;
  }
}
@media screen and (max-width: 767px) {
  .form-content__item--login:not(:first-child) {
    margin-top: 1.6rem;
  }
}
.form-content__message {
  margin-top: 3.2rem;
}
@media screen and (min-width: 1366px) {
  .form-content__message {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .form-content__message {
    margin-top: 5rem;
  }
}
.form-content__link {
  margin-top: 1.5rem;
}
@media screen and (min-width: 1366px) {
  .form-content__link {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .form-content__link {
    margin-top: 0.9rem;
  }
}
.form-content__link--login {
  margin-bottom: 6.3rem;
}
@media screen and (min-width: 1366px) {
  .form-content__link--login {
    margin-bottom: 63px;
  }
}
@media screen and (max-width: 767px) {
  .form-content__link--login {
    margin-bottom: 9rem;
  }
}
.form-content__link a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #0ea5e9;
}
@media screen and (min-width: 1366px) {
  .form-content__link a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .form-content__link a {
    font-size: 1.3rem;
  }
}
.form-content__link-not {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (min-width: 1366px) {
  .form-content__link-not {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .form-content__link-not {
    margin-top: 0.9rem;
  }
}
.form-content__link-not a {
  font-size: 1.4rem;
  color: #0ea5e9;
}
@media screen and (min-width: 1366px) {
  .form-content__link-not a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .form-content__link-not a {
    font-size: 1.3rem;
  }
}

.order-list {
  margin-top: 4rem;
}
@media screen and (min-width: 1366px) {
  .order-list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .order-list {
    margin-top: 4rem;
  }
}
.order-list__item {
  box-shadow: 0px 3px 6px rgba(15, 23, 42, 0.16);
  border-radius: 5px;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .order-list__item {
    padding-bottom: 25px;
  }
}
.order-list__item:not(:last-child) {
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 1366px) {
  .order-list__item:not(:last-child) {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .order-list__item:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.order-list__upper {
  display: flex;
  background: #F1F1F1;
  border-radius: 5px;
  padding: 1.4rem 4rem;
}
@media screen and (min-width: 1366px) {
  .order-list__upper {
    padding: 14px 40px;
  }
}
@media screen and (max-width: 767px) {
  .order-list__upper {
    padding: 1rem 2rem;
  }
}
.order-list__upper-state {
  margin-left: 0;
  margin-right: auto;
  display: flex;
  justify-content: center;
  padding: 0.1rem 0;
  border-radius: 11px;
  font-weight: 500;
  font-size: 1.4rem;
  width: 10.5rem;
  max-width: 105px;
}
@media screen and (min-width: 1366px) {
  .order-list__upper-state {
    padding: 1px 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .order-list__upper-state {
    width: 9rem;
    font-size: 1.3rem;
    max-width: none;
  }
}
.order-list__upper-num {
  margin-left: auto;
  margin-right: 0;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 1366px) {
  .order-list__upper-num {
    font-size: 14px;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .order-list__upper-num {
    font-size: 1.3rem;
  }
}
.order-list__under {
  padding: 1.7rem 4rem 1.4rem 4rem;
}
@media screen and (min-width: 1366px) {
  .order-list__under {
    padding: 17px 40px 14px 40px;
  }
}
@media screen and (max-width: 767px) {
  .order-list__under {
    padding: 0 2rem;
  }
}
.order-list__under-content {
  display: flex;
}
@media screen and (max-width: 767px) {
  .order-list__under-content {
    display: block;
  }
}
.order-list__under-img {
  width: 14.1rem;
  max-width: 141px;
  position: relative;
  border-radius: 5px;
}
.order-list__under-img--border {
  border: dashed #707070 1px;
}
@media screen and (max-width: 767px) {
  .order-list__under-img {
    width: 24.3rem;
    height: 10rem;
    max-width: none;
    margin: 3.3rem auto 0 auto;
  }
}
.order-list__under-img img {
  width: 100%;
}
.order-list__under-img-txt {
  position: absolute;
  color: #94a3b8;
  text-align: center;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.order-list__under-txt-up {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (min-width: 1366px) {
  .order-list__under-txt-up {
    font-size: 15px;
  }
}
.order-list__under-info {
  margin-left: auto;
  margin-right: 0;
  position: relative;
}
.order-list__under-info::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #94a3b8;
  position: absolute;
  left: -3.2rem;
}
@media screen and (min-width: 1366px) {
  .order-list__under-info::before {
    left: -32px;
  }
}
@media screen and (max-width: 767px) {
  .order-list__under-info::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .order-list__under-info {
    margin-left: 0;
  }
}
.order-list__btns {
  display: flex;
  justify-content: right;
}
@media screen and (max-width: 767px) {
  .order-list__btns {
    display: block;
    margin-top: 2rem;
  }
}
.order-list__btn {
  border-radius: 5px;
  padding: 0.5rem 0;
  font-weight: 500;
  width: 18rem;
  max-width: 180px;
  font-size: 1.4rem;
  display: block;
  text-align: center;
}
@media screen and (min-width: 1366px) {
  .order-list__btn {
    padding: 5px 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .order-list__btn {
    font-size: 1.5rem;
    width: 100%;
    padding: 1.7rem 0;
    max-width: none;
  }
  .order-list__btn:not(:first-child) {
    margin-top: 1.5rem;
  }
}
.order-list__btn:not(:last-child) {
  margin-right: 3rem;
}
@media screen and (min-width: 1366px) {
  .order-list__btn:not(:last-child) {
    margin-right: 30px;
  }
}
.order-list__btn.is-disable {
  color: #999;
  border: #999 2px solid;
  pointer-events: none;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 1366px) {
  .order-list__btn.is-disable {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .order-list__btn.is-disable {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .order-list-info__items {
    margin-top: 1.8rem;
  }
}
.order-list-info__item {
  display: flex;
}
.order-list-info__item:not(:last-child) {
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 1366px) {
  .order-list-info__item:not(:last-child) {
    margin-bottom: 8px;
  }
}
.order-list-info__left {
  width: 11rem;
  max-width: 110px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #94a3b8;
}
@media screen and (min-width: 1366px) {
  .order-list-info__left {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .order-list-info__left {
    width: 7rem;
    max-width: none;
    font-size: 1.3rem;
  }
}
.order-list-info__right {
  width: 47rem;
  max-width: 470px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 1366px) {
  .order-list-info__right {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .order-list-info__right {
    margin-left: 1.1rem;
    width: 22rem;
    max-width: none;
    font-size: 1.3rem;
  }
}

.order-bg-yellow {
  background: #fff100 !important;
}

.order-bg-red {
  background: #ff0000 !important;
  color: #ffffff !important;
}

.order-bg-blue {
  background: #0ea5e9 !important;
  color: #ffffff !important;
}

.order-detail {
  margin-top: 3.2rem;
  box-shadow: 0px 3px 6px rgba(15, 23, 42, 0.16);
}
@media screen and (min-width: 1366px) {
  .order-detail {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .order-detail {
    margin-top: 5rem;
  }
}
.order-detail .order-box-inner {
  padding: 0 4rem;
}
@media screen and (min-width: 1366px) {
  .order-detail .order-box-inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .order-detail .order-box-inner {
    padding: 0 2rem;
  }
}
.order-detail .order-cal__head {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background: #F1F1F1;
  display: flex;
}
@media screen and (min-width: 1366px) {
  .order-detail .order-cal__head {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .order-detail .order-cal__head {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.order-detail .order-cal__head-state {
  padding: 0 1.7rem;
  border-radius: 11px;
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 1366px) {
  .order-detail .order-cal__head-state {
    padding: 0 17px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .order-detail .order-cal__head-state {
    padding: 0 1.2rem;
    font-size: 1.3rem;
  }
}
.order-detail .order-cal__head-num {
  margin-right: 0;
  margin-left: auto;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 1366px) {
  .order-detail .order-cal__head-num {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .order-detail .order-cal__head-num {
    font-size: 1.3rem;
  }
}
.order-detail .order-cal-content {
  padding-top: 1.9rem;
  padding-bottom: 3.8rem;
}
@media screen and (min-width: 1366px) {
  .order-detail .order-cal-content {
    padding-top: 19px;
    padding-bottom: 38px;
  }
}
@media screen and (max-width: 767px) {
  .order-detail .order-cal-content {
    padding-top: 1.4rem;
    padding-bottom: 3rem;
  }
}
.order-detail .order-cal-content__ttl {
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  margin-left: 1.2rem;
}
@media screen and (min-width: 1366px) {
  .order-detail .order-cal-content__ttl {
    font-size: 18px;
    margin-left: 12px;
  }
}
@media screen and (max-width: 767px) {
  .order-detail .order-cal-content__ttl {
    margin-left: 1.3rem;
  }
}
.order-detail .order-cal-content__ttl::after {
  content: "";
  width: 0.3rem;
  max-width: 3px;
  height: 100%;
  background: #0ea5e9;
  position: absolute;
  left: -0.9rem;
  top: 0;
}
@media screen and (min-width: 1366px) {
  .order-detail .order-cal-content__ttl::after {
    left: -9px;
  }
}
@media screen and (max-width: 767px) {
  .order-detail .order-cal-content__ttl::after {
    width: 0.35rem;
    left: -0.95rem;
    max-width: none;
  }
}
.order-detail .order-cal-content__items {
  margin-top: 1.6rem;
}
@media screen and (min-width: 1366px) {
  .order-detail .order-cal-content__items {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .order-detail .order-cal-content__items {
    margin-top: 1.2rem;
  }
}
.order-detail .order-cal-content__item {
  display: flex;
}
.order-detail .order-cal-content__item:not(:first-child) {
  margin-top: 1.6rem;
}
@media screen and (min-width: 1366px) {
  .order-detail .order-cal-content__item:not(:first-child) {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .order-detail .order-cal-content__item:not(:first-child) {
    margin-top: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .order-detail .order-cal-content__item:last-child {
    display: block;
  }
}
.order-detail .order-cal-content__item-name {
  width: 15rem;
  max-width: 150px;
  margin-left: 0;
  margin-right: auto;
  font-size: 1.4rem;
  font-weight: 500;
  color: #94a3b8;
}
@media screen and (min-width: 1366px) {
  .order-detail .order-cal-content__item-name {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .order-detail .order-cal-content__item-name {
    width: 25rem;
    max-width: none;
    font-size: 1.3rem;
  }
}
.order-detail .order-cal-content__item-txt {
  width: 65rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: 0;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 1366px) {
  .order-detail .order-cal-content__item-txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .order-detail .order-cal-content__item-txt {
    width: 38rem;
    max-width: none;
  }
}
.order-detail .order-cal-content__item-imgs {
  width: 65rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  gap: 3.4rem;
}
@media screen and (min-width: 1366px) {
  .order-detail .order-cal-content__item-imgs {
    gap: 34px;
  }
}
@media screen and (max-width: 767px) {
  .order-detail .order-cal-content__item-imgs {
    width: 24rem;
    max-width: none;
    display: block;
    margin: 0 auto;
    margin-top: 0.75rem;
  }
}
.order-detail .order-cal-content__item-img {
  width: 22rem;
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .order-detail .order-cal-content__item-img {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .order-detail .order-cal-content__item-img:not(:first-child) {
    margin-top: 0.75rem;
  }
}
.order-detail .order-cal-content__item-img img {
  width: 100%;
}
.order-detail .order-cal-content__item-img button {
  background: none;
  border: none;
}
.order-detail .order-cal-content__border {
  height: 1px;
  width: 100%;
  background: #94a3b8;
  margin-top: 3.8rem;
}
@media screen and (min-width: 1366px) {
  .order-detail .order-cal-content__border {
    margin-top: 38px;
  }
}
@media screen and (max-width: 767px) {
  .order-detail .order-cal-content__border {
    margin-top: 3rem;
  }
}
.order-detail .order-cal-content__file {
  width: 100%;
  border: dashed #707070 1px;
  position: relative;
  border-radius: 5px;
  height: 20rem;
  max-height: 200px;
}
.order-detail .order-cal-content__file-txt {
  position: absolute;
  color: #94a3b8;
  text-align: center;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.order-detail .order-cal-content__file-txt-up {
  font-size: 1.5rem;
  font-weight: 500;
}
.order-detail .order-cal-price {
  padding-bottom: 4.7rem;
}
@media screen and (min-width: 1366px) {
  .order-detail .order-cal-price {
    padding-bottom: 47px;
  }
}
@media screen and (max-width: 767px) {
  .order-detail .order-cal-price {
    padding-bottom: 2.7rem;
  }
}
.order-detail .order-cal-price__head {
  display: flex;
}
@media screen and (max-width: 767px) {
  .order-detail .order-cal-price__head {
    display: block;
  }
}
.order-detail .order-cal-price__head-ttl {
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  margin-left: 1.2rem;
}
@media screen and (min-width: 1366px) {
  .order-detail .order-cal-price__head-ttl {
    font-size: 18px;
    margin-left: 12px;
  }
}
@media screen and (max-width: 767px) {
  .order-detail .order-cal-price__head-ttl {
    margin-left: 1.3rem;
  }
}
.order-detail .order-cal-price__head-ttl::after {
  content: "";
  width: 0.3rem;
  max-width: 3px;
  height: 100%;
  background: #0ea5e9;
  position: absolute;
  left: -0.9rem;
  top: 0;
}
@media screen and (min-width: 1366px) {
  .order-detail .order-cal-price__head-ttl::after {
    left: -9px;
  }
}
@media screen and (max-width: 767px) {
  .order-detail .order-cal-price__head-ttl::after {
    width: 0.35rem;
    left: -0.95rem;
    max-width: none;
  }
}
.order-detail .order-cal-price__head-subttl {
  font-size: 1.4rem;
  font-weight: 500;
  margin-left: 1.3rem;
  line-height: 2;
}
@media screen and (min-width: 1366px) {
  .order-detail .order-cal-price__head-subttl {
    font-size: 14px;
    margin-left: 13px;
  }
}
@media screen and (max-width: 767px) {
  .order-detail .order-cal-price__head-subttl {
    font-size: 1.3rem;
    margin-left: 0;
    margin-top: 0.7rem;
    max-width: none;
  }
}
.order-detail .order-cal-price__items {
  margin-top: 1.6rem;
}
@media screen and (min-width: 1366px) {
  .order-detail .order-cal-price__items {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .order-detail .order-cal-price__items {
    margin-top: 1.5rem;
  }
}
.order-detail .order-cal-price__item {
  display: flex;
}
.order-detail .order-cal-price__item:not(:first-child) {
  margin-top: 1.6rem;
}
@media screen and (min-width: 1366px) {
  .order-detail .order-cal-price__item:not(:first-child) {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .order-detail .order-cal-price__item:not(:first-child) {
    margin-top: 0.75rem;
  }
}
.order-detail .order-cal-price__item-name {
  width: 15rem;
  max-width: 150px;
  margin-left: 0;
  margin-right: auto;
  font-size: 1.4rem;
  font-weight: 500;
  color: #94a3b8;
}
@media screen and (min-width: 1366px) {
  .order-detail .order-cal-price__item-name {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .order-detail .order-cal-price__item-name {
    width: 25rem;
    max-width: none;
    font-size: 1.3rem;
  }
}
.order-detail .order-cal-price__item-txt {
  width: 65rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: 0;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 1366px) {
  .order-detail .order-cal-price__item-txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .order-detail .order-cal-price__item-txt {
    width: 38rem;
    max-width: none;
    font-size: 1.3rem;
  }
}
.order-detail .order-cal-price__item-txt a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #0ea5e9;
}
@media screen and (min-width: 1366px) {
  .order-detail .order-cal-price__item-txt a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .order-detail .order-cal-price__item-txt a {
    font-size: 1.3rem;
  }
}
.order-detail .order-cal-price__item-txt-receipt {
  font-size: 1.4rem;
  font-weight: 500;
  color: #0ea5e9;
  background: none;
  border: none;
  text-align: left;
  padding: 0;
  font-weight: 500;
  cursor: pointer;
  opacity: 1;
  transition: all 0.5s ease;
}
.order-detail .order-cal-price__item-txt-receipt:hover {
  opacity: 0.5;
}
@media screen and (min-width: 1366px) {
  .order-detail .order-cal-price__item-txt-receipt {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .order-detail .order-cal-price__item-txt-receipt {
    font-size: 1.3rem;
  }
}
.order-detail .order-cal-price__btns {
  margin-top: 3.8rem;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1366px) {
  .order-detail .order-cal-price__btns {
    margin-top: 38px;
  }
}
@media screen and (max-width: 767px) {
  .order-detail .order-cal-price__btns {
    margin-top: 2rem;
    display: block;
  }
}
.order-detail .order-cal-price__btn {
  width: 25rem;
  max-width: 250px;
  height: 5rem;
  max-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 5px;
}
@media screen and (min-width: 1366px) {
  .order-detail .order-cal-price__btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .order-detail .order-cal-price__btn {
    width: 100%;
    max-width: none;
    font-size: 1.5rem;
    height: 6rem;
    max-height: none;
  }
}
.order-detail .order-cal-price__btn:not(:first-child) {
  margin-left: 3rem;
}
@media screen and (min-width: 1366px) {
  .order-detail .order-cal-price__btn:not(:first-child) {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .order-detail .order-cal-price__btn:not(:first-child) {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}
.order-detail .order-cal-price__btn.is-disable {
  color: #999;
  border: #999 2px solid;
  pointer-events: none;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 1366px) {
  .order-detail .order-cal-price__btn.is-disable {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .order-detail .order-cal-price__btn.is-disable {
    font-size: 1.5rem;
  }
}
.order-detail .order-cal-price__disable-btn {
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .order-detail .order-cal-price__disable-btn {
    margin-bottom: 0;
  }
}
.order-detail .order-cal-price__disable-btn p {
  position: absolute;
  bottom: -1.2rem;
  left: 50%;
  transform: translate(-50%, 100%);
  white-space: nowrap;
  color: #999;
}
@media screen and (max-width: 767px) {
  .order-detail .order-cal-price__disable-btn p {
    position: relative;
    bottom: 0;
    transform: translate(0, 0);
    left: 0;
    margin-top: 1rem;
  }
}

.cal .cal-contact-form__items {
  margin-top: 3.2rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 1366px) {
  .cal .cal-contact-form__items {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .cal .cal-contact-form__items {
    margin-top: 3.1rem;
  }
}
.cal .cal-contact-form__item:not(:first-child) {
  margin-top: 2.4rem;
}
@media screen and (min-width: 1366px) {
  .cal .cal-contact-form__item:not(:first-child) {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .cal .cal-contact-form__item:not(:first-child) {
    margin-left: 0;
    margin-top: 1.6rem;
  }
}
.cal .cal-contact-form__checkbox-txt {
  font-size: 1.4rem;
  font-weight: 500;
  margin-left: 1.4rem;
}
@media screen and (max-width: 767px) {
  .cal .cal-contact-form__checkbox-txt {
    font-size: 1.5rem;
    margin-left: 1.1rem;
  }
}
.cal .cal-contact-form__btns {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cal .cal-contact-form__btns {
    display: block;
  }
}
.cal .cal-contact-form__btn {
  display: flex;
  align-items: center;
}
.cal .cal-contact-form__btn:not(:first-child) {
  margin-left: 3.8rem;
}
@media screen and (min-width: 1366px) {
  .cal .cal-contact-form__btn:not(:first-child) {
    margin-left: 38px;
  }
}
@media screen and (max-width: 767px) {
  .cal .cal-contact-form__btn:not(:first-child) {
    margin-left: 0;
    margin-top: 3rem;
  }
}
.cal .cal-confirm__content {
  padding: 3.2rem 0;
}
@media screen and (min-width: 1366px) {
  .cal .cal-confirm__content {
    padding: 32px 0;
  }
}
@media screen and (max-width: 767px) {
  .cal .cal-confirm__content {
    padding: 3.2rem 2rem;
  }
}
.cal .cal-confirm__content-item {
  display: flex;
}
.cal .cal-confirm__content-item:not(:first-child) {
  margin-top: 1.6rem;
}
@media screen and (min-width: 1366px) {
  .cal .cal-confirm__content-item:not(:first-child) {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .cal .cal-confirm__content-item:not(:first-child) {
    margin-top: 0.75rem;
  }
}
.cal .cal-confirm__content-ttl {
  font-size: 1.4rem;
  font-weight: 500;
  width: 13.5rem;
  max-width: 135px;
}
@media screen and (min-width: 1366px) {
  .cal .cal-confirm__content-ttl {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .cal .cal-confirm__content-ttl {
    width: 12.5rem;
    max-width: none;
    font-size: 1.3rem;
  }
}
.cal .cal-confirm__content-txt {
  width: 76rem;
  max-width: 760px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 1366px) {
  .cal .cal-confirm__content-txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .cal .cal-confirm__content-txt {
    width: 17.8rem;
    max-width: none;
    font-size: 1.3rem;
  }
}
.cal .cal-confirm__content-border {
  width: 100%;
  height: 1px;
  background: #94a3b8;
}
.cal .cal-confirm__price {
  margin-top: 1.9rem;
  margin-bottom: 4.3rem;
}
@media screen and (min-width: 1366px) {
  .cal .cal-confirm__price {
    margin-top: 19px;
    margin-bottom: 43px;
  }
}
@media screen and (max-width: 767px) {
  .cal .cal-confirm__price {
    margin-top: 1.45rem;
    margin-bottom: 3.5rem;
  }
}
.cal .cal-confirm__price-item {
  display: flex;
  align-items: center;
}
.cal .cal-confirm__price-ttl {
  font-size: 1.4rem;
  font-weight: 500;
  width: 10rem;
  max-width: 100px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1366px) {
  .cal .cal-confirm__price-ttl {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .cal .cal-confirm__price-ttl {
    font-size: 1.3rem;
    width: 8rem;
    max-width: none;
  }
}
.cal .cal-confirm__price-txt {
  text-align: right;
  width: 15rem;
  max-width: 150px;
  font-size: 2.2rem;
}
@media screen and (min-width: 1366px) {
  .cal .cal-confirm__price-txt {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .cal .cal-confirm__price-txt {
    font-size: 1.5rem;
    width: 8rem;
    max-width: none;
  }
}
.cal .cal-confirm__price-sum {
  font-size: 2.6rem;
  font-weight: 500;
}
@media screen and (min-width: 1366px) {
  .cal .cal-confirm__price-sum {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .cal .cal-confirm__price-sum {
    font-size: 1.8rem;
  }
}
.cal .cal-confirm__btns {
  margin-top: 8rem;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1366px) {
  .cal .cal-confirm__btns {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .cal .cal-confirm__btns {
    display: block;
    margin-top: 5rem;
  }
}
.cal .cal-confirm__btn:not(:first-child) {
  margin-left: 3rem;
}
@media screen and (min-width: 1366px) {
  .cal .cal-confirm__btn:not(:first-child) {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .cal .cal-confirm__btn:not(:first-child) {
    display: block;
    margin-top: 1.5rem;
    margin-left: 0;
    width: 100%;
  }
}
.cal .cal-confirm-info__ttl {
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  margin-left: 1.2rem;
}
@media screen and (min-width: 1366px) {
  .cal .cal-confirm-info__ttl {
    font-size: 18px;
    margin-left: 12px;
  }
}
@media screen and (max-width: 767px) {
  .cal .cal-confirm-info__ttl {
    margin-left: 1.3rem;
  }
}
.cal .cal-confirm-info__ttl::after {
  content: "";
  width: 0.3rem;
  max-width: 3px;
  height: 100%;
  background: #0ea5e9;
  position: absolute;
  left: -0.9rem;
  top: 0;
}
@media screen and (min-width: 1366px) {
  .cal .cal-confirm-info__ttl::after {
    left: -9px;
  }
}
@media screen and (max-width: 767px) {
  .cal .cal-confirm-info__ttl::after {
    width: 0.35rem;
    left: -0.95rem;
    max-width: none;
  }
}
.cal .cal-confirm-info__items {
  box-shadow: 0px 3px 6px rgba(15, 23, 42, 0.16);
  margin-top: 1.5rem;
  padding: 3.4rem 4.2rem;
}
@media screen and (min-width: 1366px) {
  .cal .cal-confirm-info__items {
    margin-top: 15px;
    padding: 34px 42px;
  }
}
@media screen and (max-width: 767px) {
  .cal .cal-confirm-info__items {
    margin-top: 0.9rem;
    padding: 2.5rem 2rem;
  }
}
.cal .cal-confirm-info__item {
  display: flex;
}
.cal .cal-confirm-info__item:not(:first-child) {
  margin-top: 1.6rem;
}
@media screen and (min-width: 1366px) {
  .cal .cal-confirm-info__item:not(:first-child) {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .cal .cal-confirm-info__item:not(:first-child) {
    margin-top: 0.75rem;
  }
}
.cal .cal-confirm-info__item-ttl {
  font-size: 1.4rem;
  font-weight: 500;
  width: 11rem;
  max-width: 110px;
  color: #94a3b8;
  margin-left: 0;
  margin-right: auto;
}
@media screen and (min-width: 1366px) {
  .cal .cal-confirm-info__item-ttl {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .cal .cal-confirm-info__item-ttl {
    width: 9.3rem;
    max-width: none;
    font-size: 1.3rem;
  }
}
.cal .cal-confirm-info__item-txt {
  font-size: 1.4rem;
  font-weight: 500;
  width: 67rem;
  max-width: 670px;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 1366px) {
  .cal .cal-confirm-info__item-txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .cal .cal-confirm-info__item-txt {
    width: 17.7rem;
    max-width: none;
    font-size: 1.3rem;
  }
}
.cal .cal-thanks__txt {
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (min-width: 1366px) {
  .cal .cal-thanks__txt {
    font-size: 22px;
  }
}
.cal .cal-thanks__subtxt {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 1.7rem;
}
@media screen and (min-width: 1366px) {
  .cal .cal-thanks__subtxt {
    font-size: 14px;
    margin-top: 17px;
  }
}
@media screen and (max-width: 767px) {
  .cal .cal-thanks__subtxt {
    font-size: 1.2rem;
    margin-top: 3.3rem;
  }
}
.cal .cal-thanks__btn {
  text-align: left;
  margin-top: 3.7rem;
}
@media screen and (min-width: 1366px) {
  .cal .cal-thanks__btn {
    margin-top: 37px;
  }
}
@media screen and (max-width: 767px) {
  .cal .cal-thanks__btn {
    margin-top: 3rem;
  }
}

.contact .contact-confirm__message {
  margin: 3.2rem 0;
}
@media screen and (min-width: 1366px) {
  .contact .contact-confirm__message {
    margin: 3.2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .contact .contact-confirm__message {
    margin-top: 3.1rem;
    margin-bottom: 4.1rem;
  }
}
.contact .contact-confirm__message-ttl {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1366px) {
  .contact .contact-confirm__message-ttl {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .contact .contact-confirm__message-ttl {
    font-size: 1.5rem;
    margin-bottom: 1.8rem;
  }
}
.contact .contact-confirm__message-txt {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 3.4rem 4.2rem;
  height: 36rem;
  max-height: 360px;
  box-shadow: 0px 3px 6px rgba(15, 23, 42, 0.16);
}
@media screen and (min-width: 1366px) {
  .contact .contact-confirm__message-txt {
    font-size: 14px;
    padding: 34px 42px;
  }
}
@media screen and (max-width: 767px) {
  .contact .contact-confirm__message-txt {
    font-size: 1.3rem;
    padding: 2rem;
    height: auto;
    max-height: none;
  }
}
.contact .contact-confirm__btns {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .contact .contact-confirm__btns {
    display: block;
  }
}
.contact .contact-confirm__btn:not(:first-child) {
  margin-left: 3rem;
}
@media screen and (min-width: 1366px) {
  .contact .contact-confirm__btn:not(:first-child) {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .contact .contact-confirm__btn:not(:first-child) {
    display: block;
    margin-top: 1.5rem;
    margin-left: 0;
    width: 100%;
  }
}
.contact .contact-confirm .contact-confirm-info {
  margin-bottom: 8rem;
}
@media screen and (min-width: 1366px) {
  .contact .contact-confirm .contact-confirm-info {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .contact .contact-confirm .contact-confirm-info {
    margin-bottom: 5rem;
  }
}
.contact .contact-confirm .contact-confirm-info__items {
  margin-top: 1.5rem;
}
@media screen and (min-width: 1366px) {
  .contact .contact-confirm .contact-confirm-info__items {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .contact .contact-confirm .contact-confirm-info__items {
    margin-top: 2.7rem;
  }
}
.contact .contact-confirm .contact-confirm-info__item {
  display: flex;
}
.contact .contact-confirm .contact-confirm-info__item:not(:first-child) {
  margin-top: 1.6rem;
}
@media screen and (min-width: 1366px) {
  .contact .contact-confirm .contact-confirm-info__item:not(:first-child) {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .contact .contact-confirm .contact-confirm-info__item:not(:first-child) {
    margin-top: 1.5rem;
  }
}
.contact .contact-confirm .contact-confirm-info__item-ttl {
  width: 13.5rem;
  max-width: 135px;
  margin-right: 1.8rem;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 1366px) {
  .contact .contact-confirm .contact-confirm-info__item-ttl {
    margin-right: 18px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .contact .contact-confirm .contact-confirm-info__item-ttl {
    font-size: 1.3rem;
    margin-right: 1.5rem;
    width: 13rem;
    max-width: none;
  }
}
.contact .contact-confirm .contact-confirm-info__item-txt {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 1366px) {
  .contact .contact-confirm .contact-confirm-info__item-txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .contact .contact-confirm .contact-confirm-info__item-txt {
    font-size: 1.3rem;
  }
}
.contact .contact-thanks {
  margin-top: 5.6rem;
}
@media screen and (min-width: 1366px) {
  .contact .contact-thanks {
    margin-top: 56;
  }
}
@media screen and (max-width: 767px) {
  .contact .contact-thanks {
    margin-top: 3.3rem;
  }
}
.contact .contact-thanks__head {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1.7rem;
}
@media screen and (min-width: 1366px) {
  .contact .contact-thanks__head {
    font-size: 18px;
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 767px) {
  .contact .contact-thanks__head {
    text-align: center;
    font-size: 1.3rem;
  }
}
.contact .contact-thanks__txt {
  font-size: 1.4rem;
}
@media screen and (min-width: 1366px) {
  .contact .contact-thanks__txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .contact .contact-thanks__txt {
    font-size: 1.3rem;
  }
}

.setting .setting-form__password-btn {
  border-radius: 5px;
  padding: 1.3rem 0;
  font-weight: 500;
  width: 25rem;
  max-width: 180px;
  font-size: 1.4rem;
  display: block;
  text-align: center;
}
@media screen and (min-width: 1366px) {
  .setting .setting-form__password-btn {
    padding: 5px 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .setting .setting-form__password-btn {
    font-size: 1.5rem;
    width: 100%;
    padding: 1.7rem 0;
    max-width: none;
  }
  .setting .setting-form__password-btn:not(:first-child) {
    margin-top: 1.5rem;
  }
}
.setting .setting-form__password-btn:not(:last-child) {
  margin-right: 3rem;
}
@media screen and (min-width: 1366px) {
  .setting .setting-form__password-btn:not(:last-child) {
    margin-right: 30px;
  }
}
.setting .setting-form__password-txt {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.setting .setting-form__btn {
  text-align: right;
}

/*--------------------------
	admin
--------------------------*/
.admin {
  overflow-x: hidden;
}
.admin .admin-page {
  padding-top: 8rem;
  padding-bottom: 10rem;
}
.admin .orikomi-page {
  padding-top: 4rem;
  padding-bottom: 20rem;
}
.admin .orikomi-layout {
  display: grid;
  grid-template-columns: 200px 1fr;
  min-height: 100vh;
  background: #f8fafc;
  min-width: 0;
}
.admin .orikomi-layout > * {
  min-width: 0;
}
.admin .orikomi-menu {
  background: #0f172a;
  display: flex;
  flex-direction: column;
  position: sticky;
  height: 100vh;
  overflow-y: auto;
}
.admin .orikomi-menu__ext-icon {
  margin-left: auto;
  width: 1.4rem;
  height: 1.4rem;
  flex-shrink: 0;
  opacity: 0.6;
}
.admin .orikomi-menu::-webkit-scrollbar {
  width: 4px;
}
.admin .orikomi-menu::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.admin .orikomi-menu__items {
  display: flex;
  flex-direction: column;
  padding: 0 1.2rem 1.2rem;
  gap: 2px;
  max-width: none;
  margin: 0;
  list-style: none;
}
.admin .orikomi-menu__item a {
  display: flex;
  align-items: center;
  padding: 1rem 1.2rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #94a3b8;
  border-radius: 8px;
  transition: all 0.15s ease;
  white-space: nowrap;
  line-height: 1;
}
.admin .orikomi-menu__item a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  margin-right: 1.2rem;
  flex-shrink: 0;
  transition: all 0.15s ease;
}
.admin .orikomi-menu__item a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}
.admin .orikomi-menu__item a:hover::before {
  background: #0ea5e9;
}
.admin .orikomi-menu__item.active a {
  background: #0ea5e9;
  color: #fff;
  font-weight: 600;
}
.admin .orikomi-menu__item.active a::before {
  background: #fff;
}
.admin .orikomi__btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10rem;
}
.admin .orikomi__btns .btn-a:not(:first-child) {
  margin-top: 2.5rem;
}
.admin .orikomi-kind {
  padding-top: 3.2rem;
  position: relative;
}
.admin .orikomi-kind__txt {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.3rem;
  color: #9CA3AF;
  margin-bottom: 2.4rem;
  background: #F9FAFB;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  padding: 1.2rem 2rem;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
}
.admin .orikomi-kind__txt img {
  width: 1.4rem;
  height: 1.4rem;
}
.admin .orikomi-kind__box {
  width: 100%;
  max-width: 70rem;
  margin: 0 auto;
}
.admin .orikomi-kind__box-sort {
  width: 100%;
  max-width: 70rem;
  margin: 0 auto;
}
.admin__inner {
  margin-left: 240px;
  padding: 3.2rem 4rem;
  min-height: calc(100vh - 64px);
  background: #f8fafc;
}
.admin__pagination {
  margin-top: 4.3rem;
  margin-left: auto;
  margin-right: auto;
  width: 90rem;
  max-width: 1000px;
}
@media screen and (min-width: 1366px) {
  .admin__pagination {
    margin-top: 43px;
  }
}
.admin__pagination-items {
  display: flex;
  justify-content: center;
}
.admin__pagination-item {
  width: 3rem;
  height: 3rem;
  max-width: 30px;
  max-height: 30px;
}
.admin__pagination-item a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1366px) {
  .admin__pagination-item a {
    font-size: 14px;
  }
}
.admin .admin-head {
  display: block;
  margin-top: 7rem;
}
@media screen and (min-width: 1366px) {
  .admin .admin-head {
    margin-top: 70px;
  }
}
.admin .admin-head__ttl {
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (min-width: 1366px) {
  .admin .admin-head__ttl {
    font-size: 22px;
  }
}
.admin .admin-head__box {
  display: flex;
  align-items: center;
}
.admin .admin-head__img {
  width: 2.4rem;
  margin-right: 1.1rem;
}
@media screen and (min-width: 1366px) {
  .admin .admin-head__img {
    width: 24px;
    margin-right: 11px;
  }
}
.admin .admin-head__img img {
  width: 100%;
  display: block;
}
.admin .admin-head__search {
  display: flex;
  justify-content: right;
  align-items: center;
}
.admin .admin-head__search-select {
  display: flex;
  align-items: center;
  position: relative;
  width: 14rem;
}
@media screen and (min-width: 1366px) {
  .admin .admin-head__search-select {
    width: 130px;
  }
}
.admin .admin-head__search-select::after {
  position: absolute;
  top: 50%;
  right: 1.4em;
  transform: translate(50%, -50%) rotate(45deg);
  width: 1rem;
  height: 1rem;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
}
.admin .admin-head__search-select select {
  appearance: none;
  background: #94a3b8;
  width: 100%;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  padding: 0.5rem 0;
  padding-left: 2.3rem;
  font-size: 1.4rem;
  height: 3rem;
  max-height: 30px;
}
@media screen and (min-width: 1366px) {
  .admin .admin-head__search-select select {
    padding: 5px 0;
    padding-left: 23px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .admin .admin-head__search-select select {
    padding: 1.6rem 2rem;
    font-size: 1.3rem;
    border-radius: 10px;
  }
}
.admin .admin-head__search-box {
  position: relative;
}
.admin .admin-head__search-box input {
  height: 3rem;
  max-height: 30px;
  margin-left: 2rem;
  display: inline-block;
  border: #f1f1f1;
  border-radius: 15px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 1366px) {
  .admin .admin-head__search-box input {
    margin-left: 2rem;
  }
}
.admin .admin-head__search-box button {
  padding: 0;
  position: absolute;
  right: 1rem;
  top: 45%;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem;
  max-width: 1.8rem;
  max-height: 1.8rem;
  background: rgba(0, 0, 0, 0);
  border: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 1366px) {
  .admin .admin-head__search-box button {
    right: 10px;
  }
}
.admin .admin-head__search-box button img {
  width: 100%;
}
.admin .admin-head__breadcrumb {
  display: flex;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1366px) {
  .admin .admin-head__breadcrumb {
    margin-bottom: 25px;
  }
}
.admin .admin-head__breadcrumb-item {
  font-size: 1.2rem;
}
@media screen and (min-width: 1366px) {
  .admin .admin-head__breadcrumb-item {
    font-size: 14px;
  }
}
.admin .admin-head__breadcrumb-item:not(:first-child) {
  position: relative;
  margin-left: 3.6rem;
}
.admin .admin-head__breadcrumb-item:not(:first-child)::before {
  content: ">";
  position: absolute;
  left: -1.8rem;
  transform: translateX(-50%);
}
.admin .admin-head__info {
  font-size: 1.4rem;
  color: #94a3b8;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 1366px) {
  .admin .admin-head__info {
    font-size: 14px;
    margin-bottom: 32px;
  }
}
.admin .form-errors {
  margin-bottom: 2rem;
  padding: 1.6rem 2rem;
  border-radius: 8px;
  background: #fff5f5;
  border: 1px solid #f2b8b8;
  color: #8b1c1c;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}
.admin .form-errors p {
  margin-bottom: 0.8rem;
  font-weight: 500;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
.admin .form-errors p::before {
  content: "⚠";
  margin-right: 0.8rem;
  font-size: 1.6rem;
}
.admin .form-errors ul {
  padding-left: 2rem;
}
.admin .form-errors li {
  font-size: 1.3rem;
  line-height: 1.5;
}

.admin-topbar {
  height: 64px;
  background: #fff;
  border-bottom: 1px solid #E5E7EB;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3.2rem;
  position: sticky;
  top: 0;
  z-index: 10;
}
.admin-topbar__title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #1F2937;
}
.admin-topbar__id {
  font-size: 1.2rem;
  color: #9CA3AF;
}

.admin-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.4rem;
  margin-top: 0;
}
.admin-head__box {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.admin-head__ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #1F2937;
}
.admin-head__sub {
  font-size: 1.2rem;
  color: #9CA3AF;
}
.admin-head__img {
  display: none;
}
.admin-head__search {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.admin-head__search-form {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.admin-head__search-input {
  position: relative;
  display: flex;
  align-items: center;
}
.admin-head__search-icon {
  position: absolute;
  left: 1.2rem;
  width: 1.6rem;
  height: 1.6rem;
  color: #9CA3AF;
  pointer-events: none;
}
.admin-head__search-input input {
  height: 3.6rem;
  padding-left: 3.6rem;
  padding-right: 1.2rem;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  font-size: 1.3rem;
  color: #374151;
  background: #fff;
  width: 240px;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.admin-head__search-input input:focus {
  outline: none;
  border-color: #0EA5E9;
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.1);
}
.admin-head__search-btn {
  height: 3.6rem;
  padding: 0 1.6rem;
  background: #1F2937;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 1.3rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.admin-head__search-btn:hover {
  background: #374151;
}
.admin-head__search-select {
  position: relative;
}
.admin-head__search-select::after {
  display: none;
}
.admin-head__search-select select {
  height: 3.6rem;
  padding: 0 1.2rem;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  font-size: 1.3rem;
  color: #4B5563;
  background: #fff;
  cursor: pointer;
  appearance: none;
  padding-right: 3.2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%239ca3af'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.8rem center;
  background-size: 1.6rem;
}
.admin-head__search-select select:focus {
  outline: none;
  border-color: #0EA5E9;
}

.admin-shell {
  display: flex;
  height: 100vh;
  overflow: hidden;
  background: #f8fafc;
}
.admin-shell__main {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-width: 0;
}
.admin-shell__topbar {
  height: 64px;
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  padding: 0 3.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}
.admin-shell__topbar .orikomi-section-box {
  border-bottom: none;
  padding: 0;
  background: transparent;
}
.admin-shell__topbar-right {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  flex-shrink: 0;
}
.admin-shell__topbar-id {
  font-size: 1.4rem;
  color: #94a3b8;
}
.admin-shell__topbar-date {
  font-size: 1.4rem;
  color: #94a3b8;
}
.admin-shell__topbar-logout {
  font-size: 1.2rem;
  color: #64748b;
  padding: 0.5rem 1.2rem;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  transition: all 0.15s ease;
}
.admin-shell__topbar-logout:hover {
  background: #f8fafc;
  color: #0f172a;
}
.admin-shell__content {
  flex: 1;
  overflow-y: auto;
  padding: 3.2rem 4rem;
  min-width: 0;
}

.orikomi-sidebar {
  width: 256px;
  background: #0f172a;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  overflow-y: auto;
}
.orikomi-sidebar::-webkit-scrollbar {
  width: 4px;
}
.orikomi-sidebar::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.orikomi-sidebar__logo {
  padding: 2rem 2rem 1.6rem;
  padding-block: calc(var(0.25rem) * 5);
  padding-inline: calc(var(0.25rem) * 6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.orikomi-sidebar__logo img {
  width: 100%;
  height: auto;
}
.orikomi-sidebar__logo-sub {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
}
.orikomi-sidebar__logo-title {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin-top: 0.4rem;
}
.orikomi-sidebar .orikomi-menu {
  background: transparent;
  border-right: none;
  flex: 1;
}
.orikomi-sidebar .orikomi-menu__items {
  padding: 1.2rem;
  gap: 2px;
}
.orikomi-sidebar .orikomi-menu__item a {
  display: flex;
  align-items: center;
  padding: 1.4rem 1.2rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #94a3b8;
  border-radius: 8px;
  transition: all 0.15s ease;
  border-left: none;
}
.orikomi-sidebar .orikomi-menu__item a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  margin-right: 1.2rem;
  flex-shrink: 0;
  transition: all 0.15s ease;
}
.orikomi-sidebar .orikomi-menu__item a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}
.orikomi-sidebar .orikomi-menu__item a:hover::before {
  background: #0ea5e9;
}
.orikomi-sidebar .orikomi-menu__item.active a {
  background: #0ea5e9;
  color: #fff;
  font-weight: 600;
}
.orikomi-sidebar .orikomi-menu__item.active a::before {
  background: #fff;
}

.orikomi-section-box {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 2.4rem 3.2rem;
  border-bottom: 1px solid #E5E7EB;
  background: #fff;
}

.orikomi-section-ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #1F2937;
  line-height: 1;
}
.orikomi-section-ttl::before {
  display: none;
}

.orikomi-section-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.2rem;
  color: #9CA3AF;
}
.orikomi-section-breadcrumbs li:not(:first-child)::before {
  content: "›";
  display: inline-block;
  margin-right: 0.8rem;
  background: none;
  width: auto;
  height: auto;
  vertical-align: baseline;
}
.orikomi-section-breadcrumbs li.active {
  color: #0EA5E9;
  font-weight: 500;
}
.orikomi-section-breadcrumbs li a {
  color: inherit;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.orikomi-section-breadcrumbs li a:hover {
  color: #0EA5E9;
}

.admin-orikomi-form__txt {
  font-size: 1.4rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 2rem;
  text-align: center;
}
.admin-orikomi-form__txt:not(:first-child) {
  margin-top: 4rem;
}
.admin-orikomi-form__list {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #E5E7EB;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.admin-orikomi-form__list > li {
  display: flex;
  align-items: center;
  padding: 1.6rem 2.4rem;
  border-bottom: 1px solid #F3F4F6;
  transition: background 0.15s ease;
  gap: 2rem;
}
.admin-orikomi-form__list > li:last-child {
  border-bottom: none;
}
.admin-orikomi-form__list > li:hover {
  background: #f8fafc;
}
.admin-orikomi-form__list > li .list-checkbox {
  flex-shrink: 0;
}
.admin-orikomi-form__list > li .list-checkbox input[type=checkbox] {
  display: none;
}
.admin-orikomi-form__list > li .list-checkbox .check {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  border: 2px solid #D1D5DB;
  border-radius: 6px;
  display: block;
  cursor: pointer;
  background: #fff;
  transition: all 0.15s ease;
}
.admin-orikomi-form__list > li .list-checkbox .check:hover {
  border-color: #0ea5e9;
  background: #f0f9ff;
}
.admin-orikomi-form__list > li .list-checkbox .check::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.4rem;
  height: 1.1rem;
  background-size: contain;
  background-image: none;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.15s ease;
}
.admin-orikomi-form__list > li .list-checkbox input[type=checkbox]:checked + label.check {
  background: #0ea5e9;
  border-color: #0ea5e9;
  box-shadow: 0 2px 8px rgba(14, 165, 233, 0.3);
}
.admin-orikomi-form__list > li .list-checkbox input[type=checkbox]:checked + label.check::before {
  background-image: url("../img/admin/common/checkmark_02.svg");
  opacity: 1;
}
.admin-orikomi-form__list > li .list-text {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.admin-orikomi-form__list > li .list-text--print-type, .admin-orikomi-form__list > li .list-text--print-num, .admin-orikomi-form__list > li .list-text--design-price {
  width: 81%;
  display: flex;
  align-items: center;
}
.admin-orikomi-form__list > li .list-text--print-type .select-container, .admin-orikomi-form__list > li .list-text--print-num .select-container, .admin-orikomi-form__list > li .list-text--design-price .select-container {
  width: 14rem;
}
.admin-orikomi-form__list > li .list-text .border {
  background: #E5E7EB;
  width: 1px;
  height: 2rem;
  display: block;
  flex-shrink: 0;
}
.admin-orikomi-form__list > li .list-text .text {
  font-size: 1.4rem;
  font-weight: 500;
  color: #6B7280;
  white-space: nowrap;
  flex-shrink: 0;
}
.admin-orikomi-form__list > li .list-text .margin {
  margin-left: 1.2rem;
  display: block;
}
.admin-orikomi-form__list > li .list-text input[type=text],
.admin-orikomi-form__list > li .list-text input[type=date] {
  height: 4.5rem;
  width: 100%;
  padding: 0 1.4rem;
  border: 1.5px solid #E5E7EB;
  border-radius: 8px;
  font-size: 1.6rem;
  color: #1F2937;
  background: #fff;
  transition: all 0.15s ease;
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.admin-orikomi-form__list > li .list-text input[type=text]::placeholder,
.admin-orikomi-form__list > li .list-text input[type=date]::placeholder {
  color: #D1D5DB;
}
.admin-orikomi-form__list > li .list-text input[type=text]:hover,
.admin-orikomi-form__list > li .list-text input[type=date]:hover {
  border-color: #D1D5DB;
}
.admin-orikomi-form__list > li .list-text input[type=text]:focus,
.admin-orikomi-form__list > li .list-text input[type=date]:focus {
  outline: none;
  border-color: #0ea5e9;
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.12);
  background: #f0f9ff;
}
.admin-orikomi-form__list > li .list-text input[type=date] {
  -webkit-appearance: none;
  appearance: none;
}
.admin-orikomi-form__list > li .list-text .select-container {
  width: 20rem;
  position: relative;
  flex-shrink: 0;
}
.admin-orikomi-form__list > li .list-text .select-container::before {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
  font-size: 0.9rem;
  color: #9CA3AF;
  content: "▼";
  pointer-events: none;
}
.admin-orikomi-form__list > li .list-text select {
  width: 100%;
  height: 4.5rem;
  padding: 0 3.2rem 0 1.4rem;
  font-size: 1.6rem;
  border: 1.5px solid #E5E7EB;
  border-radius: 8px;
  appearance: none;
  background: #fff;
  color: #1F2937;
  cursor: pointer;
  transition: all 0.15s ease;
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.admin-orikomi-form__list > li .list-text select:hover {
  border-color: #D1D5DB;
}
.admin-orikomi-form__list > li .list-text select:focus {
  outline: none;
  border-color: #0ea5e9;
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.12);
}
.admin-orikomi-form__list > li .calc {
  font-size: 1.6rem;
  font-weight: 500;
  color: #6B7280;
  white-space: nowrap;
  flex-shrink: 0;
}

.btn-a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 4.4rem;
  padding: 0 2.8rem;
  border-radius: 10px;
  font-size: 1.4rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s ease;
  border: none;
  text-decoration: none;
  letter-spacing: 0.02em;
}
.btn-a--navy {
  background: #0ea5e9;
  color: #fff;
  box-shadow: 0 2px 8px rgba(14, 165, 233, 0.3);
}
.btn-a--navy:hover {
  background: #0284c7;
  box-shadow: 0 4px 12px rgba(14, 165, 233, 0.4);
  transform: translateY(-1px);
}
.btn-a--navy:active {
  transform: translateY(0);
}
.btn-a--navy-reserve {
  background: #fff;
  color: #64748b;
  border: 1.5px solid #e2e8f0;
}
.btn-a--navy-reserve:hover {
  background: #f8fafc;
  color: #0f172a;
  border-color: #cbd5e1;
}

.orikomi__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  margin-top: 4rem;
  padding: 3.2rem 0;
}

.orikomi-insatsu-price .orikomi-kind__box {
  max-width: 80%;
}

.orikomi-tab {
  display: flex;
  gap: 0;
  border-bottom: 2px solid #E5E7EB;
  background: #fff;
  border-radius: 12px 12px 0 0;
  border: 1px solid #E5E7EB;
  border-bottom: 2px solid #E5E7EB;
  overflow: hidden;
  padding: 0 1.2rem;
}
.orikomi-tab__item a {
  display: block;
  padding: 1.4rem 2.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #6B7280;
  transition: all 0.15s ease;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
}
.orikomi-tab__item a:hover {
  color: #1F2937;
}
.orikomi-tab__item.active a {
  color: #3B82F6;
  font-weight: 600;
  border-bottom: 3px solid #3B82F6;
}

.orikomi-insatsu-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem;
  background: #fff;
  border: 1px solid #E5E7EB;
  border-top: none;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.orikomi-insatsu-table th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #f8fafc;
  font-size: 1.2rem;
  font-weight: 600;
  color: #475569;
  padding: 1.2rem 1rem;
  text-align: center;
  white-space: nowrap;
  border-bottom: 1px solid #E5E7EB;
}
.orikomi-insatsu-table td {
  text-align: center;
  vertical-align: middle;
  padding: 0.8rem;
  background: #fff;
  border-bottom: 1px solid #f1f5f9;
  transition: background 0.15s ease;
}
.orikomi-insatsu-table td:first-child {
  background: #F9FAFB;
  font-weight: 600;
  color: #4B5563;
  white-space: nowrap;
}
.orikomi-insatsu-table td input[type=number] {
  display: block;
  width: 100%;
  height: 4rem;
  padding: 0 1.2rem;
  border: 1.5px solid #D1D5DB;
  border-radius: 6px;
  font-size: 1.4rem;
  text-align: right;
  background: #fff;
  color: #1F2937;
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.orikomi-insatsu-table td input[type=number]:hover:not(:disabled) {
  border-color: #9CA3AF;
}
.orikomi-insatsu-table td input[type=number]:focus {
  outline: none;
  border-color: #3B82F6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  background: #EFF6FF;
}
.orikomi-insatsu-table tbody tr:last-child td {
  border-bottom: none;
}
.orikomi-insatsu-table tbody tr:hover td {
  background: #F9FAFB;
}
.orikomi-insatsu-table tbody tr:hover td:first-child {
  background: #F3F4F6;
}

.admin .admin-list {
  margin-top: 2.5rem;
  margin-bottom: 4.3rem;
}
@media screen and (min-width: 1366px) {
  .admin .admin-list {
    margin-top: 25px;
    margin-bottom: 43px;
  }
}
.admin .admin-list__table {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 1366px) {
  .admin .admin-list__table {
    margin-top: 25px;
  }
}
.admin .admin-list__table-head-box {
  display: flex;
}
.admin .admin-list__table-head {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1.5rem 0;
  width: 20rem;
  max-width: 200px;
  text-align: center;
  background: #f1f1f1;
}
@media screen and (min-width: 1366px) {
  .admin .admin-list__table-head {
    font-size: 14px;
    padding: 15px 0;
  }
}
.admin .admin-list__table-head:not(:first-child) {
  border-left: #999 solid 1px;
}
.admin .admin-list__table-head--editor {
  width: 23rem;
  max-width: 230px;
}
.admin .admin-list__table-head01 {
  width: 41rem;
  max-width: 410px;
}
.admin .admin-list__table-head01--editor {
  width: 54rem;
  max-width: 540px;
}
.admin .admin-list__table-body-box--editor {
  overflow-y: scroll;
  height: auto;
  max-height: 95rem;
}
.admin .admin-list__table-body-box--editor::-webkit-scrollbar {
  width: 1rem;
  height: 1rem;
}
.admin .admin-list__table-body-box--editor::-webkit-scrollbar-track {
  background: none;
}
.admin .admin-list__table-body-box--editor::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 10px;
}
.admin .admin-list__table-body-box--editor::-webkit-scrollbar-thumb:hover {
  background: #777777;
}
.admin .admin-list__table-datas:not(:first-child) {
  border-top: #f1f1f1 1px solid;
}
.admin .admin-list__table-datas a {
  display: flex;
  transition: all ease 0.5s;
}
.admin .admin-list__table-datas a:hover {
  background: #CCECFB;
}
.admin .admin-list__table-datas--editor {
  display: flex;
  transition: all ease 0.5s;
  cursor: pointer;
  color: #999999;
}
.admin .admin-list__table-datas--editor:hover {
  background: #CCECFB;
}
.admin .admin-list__table-datas--editor input[type=checkbox] {
  display: none;
}
.admin .admin-list__table-datas--editor .is-active {
  color: #FF0000;
}
.admin .admin-list__table-data {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1.5rem 0;
  text-align: center;
  width: 20rem;
  max-width: 200px;
}
@media screen and (min-width: 1366px) {
  .admin .admin-list__table-data {
    font-size: 14px;
    padding: 15px 0;
  }
}
.admin .admin-list__table-data--editor {
  width: 23rem;
  max-width: 230px;
}
.admin .admin-list__table-data01 {
  width: 41rem;
  max-width: 410px;
}
.admin .admin-list__table-data01--editor {
  width: 54rem;
  max-width: 540px;
}
.admin .admin-list__editor-add {
  background: #0ea5e9;
  color: #fff;
  display: block;
  width: 18rem;
  max-width: 180px;
  font-size: 1.4rem;
  text-align: right;
  padding: 0.5rem 1.5rem;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 1366px) {
  .admin .admin-list__editor-add {
    font-size: 14px;
    padding: 5px 15px;
  }
}
.admin .admin-list__editor-add:hover {
  opacity: 0.7;
}
.admin .admin-list__editor-add-mark {
  position: absolute;
  width: 2rem;
  height: 2rem;
  max-width: 20px;
  max-height: 20px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  left: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1366px) {
  .admin .admin-list__editor-add-mark {
    left: 14px;
  }
}
.admin .admin-list__editor-add-mark::before {
  content: "+";
  position: absolute;
  color: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.admin .admin-user__items {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 3.4rem 6.8rem;
}
@media screen and (min-width: 1366px) {
  .admin .admin-user__items {
    padding: 34px 68px;
  }
}
.admin .admin-user__item {
  display: flex;
}
.admin .admin-user__item:not(:first-child) {
  margin-top: 1.6rem;
}
@media screen and (min-width: 1366px) {
  .admin .admin-user__item:not(:first-child) {
    margin-top: 16px;
  }
}
.admin .admin-user__item-ttl {
  color: #94a3b8;
  width: 13rem;
  max-width: 130px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 1366px) {
  .admin .admin-user__item-ttl {
    font-size: 14px;
  }
}
.admin .admin-user__item-txt {
  font-size: 1.4rem;
  font-weight: 500;
  margin-left: 2.8rem;
}
@media screen and (min-width: 1366px) {
  .admin .admin-user__item-txt {
    font-size: 14px;
    margin-left: 28px;
  }
}
.admin .admin-user__info {
  margin: 4.2rem 0;
}
@media screen and (min-width: 1366px) {
  .admin .admin-user__info {
    margin: 42px 0;
  }
}
.admin .admin-user__info-ttl {
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  margin-left: 1.2rem;
}
@media screen and (min-width: 1366px) {
  .admin .admin-user__info-ttl {
    font-size: 18px;
    margin-left: 12px;
  }
}
@media screen and (max-width: 767px) {
  .admin .admin-user__info-ttl {
    margin-left: 1.3rem;
  }
}
.admin .admin-user__info-ttl::after {
  content: "";
  width: 0.3rem;
  max-width: 3px;
  height: 100%;
  background: #0ea5e9;
  position: absolute;
  left: -0.9rem;
  top: 0;
}
@media screen and (min-width: 1366px) {
  .admin .admin-user__info-ttl::after {
    left: -9px;
  }
}
@media screen and (max-width: 767px) {
  .admin .admin-user__info-ttl::after {
    width: 0.35rem;
    left: -0.95rem;
    max-width: none;
  }
}
.admin .admin-user__info-table {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-top: 3rem;
}
@media screen and (min-width: 1366px) {
  .admin .admin-user__info-table {
    margin-top: 30px;
  }
}
.admin .admin-user__info-table-column {
  display: flex;
}
.admin .admin-user__info-head {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1.5rem 0;
  width: 31rem;
  max-width: 310px;
  text-align: center;
  background: #f1f1f1;
}
@media screen and (min-width: 1366px) {
  .admin .admin-user__info-head {
    font-size: 14px;
    padding: 15px 0;
  }
}
.admin .admin-user__info-head:not(:first-child) {
  border-left: #999 solid 1px;
}
.admin .admin-user__info-head01 {
  width: 23rem;
  max-width: 230px;
}
.admin .admin-user__info-data-column-item:not(:first-child) {
  border-top: #f1f1f1 1px solid;
}
.admin .admin-user__info-data-column-item a {
  display: flex;
  transition: all ease 0.5s;
}
.admin .admin-user__info-data-column-item a:hover {
  background: #CCECFB;
}
.admin .admin-user__info-data {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1.5rem 0;
  text-align: center;
  width: 31rem;
  max-width: 310px;
}
@media screen and (min-width: 1366px) {
  .admin .admin-user__info-data {
    font-size: 14px;
    padding: 15px 0;
  }
}
.admin .admin-user__info-data01 {
  width: 23rem;
  max-width: 230px;
}
.admin .admin-user__info-data-state {
  border-radius: 11px;
  width: 10.5rem;
  max-width: 105px;
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1366px) {
  .admin .admin-user__info-data-state {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .admin .admin-user__info-data-state {
    font-size: 1.3rem;
  }
}
.admin .admin-user__info-data-state-box {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 23rem;
  max-width: 230px;
}
.admin .admin-user-edit__items {
  display: flex;
  flex-flow: column;
}
.admin .admin-user-edit__item:not(:first-child) {
  margin-top: 2.4rem;
}
.admin .admin-user-confirm {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 3.4rem 6.8rem;
}
.admin .admin-user-confirm .admin-user-confirm__item {
  display: flex;
  font-size: 1.4rem;
  font-weight: 500;
}
.admin .admin-user-confirm .admin-user-confirm__item:not(:first-child) {
  margin-top: 2.6rem;
}
.admin .admin-user-confirm .admin-user-confirm__item-left {
  color: #999;
  width: 15rem;
  max-width: 150px;
}
@media screen and (min-width: 1366px) {
  .admin .admin-user-confirm .admin-user-confirm__item-left {
    font-size: 14px;
  }
}
.admin .admin-user-confirm .admin-user-confirm__item-right {
  margin-left: 2.8rem;
}
@media screen and (min-width: 1366px) {
  .admin .admin-user-confirm .admin-user-confirm__item-right {
    font-size: 14px;
  }
}
.admin .admin-user-confirm .admin-confirm__btns {
  margin-top: 5.6rem;
  display: flex;
  justify-content: center;
}
.admin .admin-user-confirm .admin-confirm__btns:not(:first-child) {
  margin-left: 3rem;
}
.admin .admin-user-regist__items {
  display: flex;
  flex-flow: column;
}
.admin .admin-user-regist__item:not(:first-child) {
  margin-top: 2.4rem;
}
.admin .admin-user-regist__item .note {
  font-size: 1.4rem;
  margin-left: 1rem;
}

.admin .admin-order {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 3.4rem 6.8rem;
}
.admin .admin-order__item {
  display: flex;
}
.admin .admin-order__item:not(:first-child) {
  margin-top: 1.6rem;
}
@media screen and (min-width: 1366px) {
  .admin .admin-order__item:not(:first-child) {
    margin-top: 16px;
  }
}
.admin .admin-order__item-left {
  color: #94a3b8;
  width: 13rem;
  max-width: 130px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 1366px) {
  .admin .admin-order__item-left {
    font-size: 14px;
  }
}
.admin .admin-order__item-right {
  font-size: 1.4rem;
  font-weight: 500;
  margin-left: 2.8rem;
}
@media screen and (min-width: 1366px) {
  .admin .admin-order__item-right {
    font-size: 14px;
    margin-left: 28px;
  }
}
.admin .admin-order__item-status {
  display: flex;
  justify-content: center;
  padding: 0.1rem 0;
  border-radius: 11px;
  font-weight: 500;
  font-size: 1.4rem;
  width: 10.5rem;
  max-width: 105px;
}
@media screen and (min-width: 1366px) {
  .admin .admin-order__item-status {
    padding: 1px 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .admin .admin-order__item-status {
    width: 9rem;
    font-size: 1.3rem;
    max-width: none;
  }
}
.admin .admin-order__item-imgs {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
@media screen and (min-width: 1366px) {
  .admin .admin-order__item-imgs {
    gap: 30px;
  }
}
.admin .admin-order__item-img {
  width: 30rem;
  max-width: 300px;
}
.admin .admin-order__item-img img {
  width: 100%;
}
.admin .admin-order__border {
  background: #94a3b8;
  height: 1px;
  width: 100%;
  margin: 4rem 0;
}
@media screen and (min-width: 1366px) {
  .admin .admin-order__border {
    margin: 40px 0;
  }
}
.admin .admin-order__ttl {
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  margin-left: 1.2rem;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 1366px) {
  .admin .admin-order__ttl {
    font-size: 18px;
    margin-left: 12px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .admin .admin-order__ttl {
    margin-left: 1.3rem;
  }
}
.admin .admin-order__ttl::after {
  content: "";
  width: 0.3rem;
  max-width: 3px;
  height: 100%;
  background: #0ea5e9;
  position: absolute;
  left: -0.9rem;
  top: 0;
}
@media screen and (min-width: 1366px) {
  .admin .admin-order__ttl::after {
    left: -9px;
  }
}
@media screen and (max-width: 767px) {
  .admin .admin-order__ttl::after {
    width: 0.35rem;
    left: -0.95rem;
    max-width: none;
  }
}
.admin .admin-order__btns {
  margin-top: 3.8rem;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1366px) {
  .admin .admin-order__btns {
    margin-top: 38px;
  }
}
@media screen and (max-width: 767px) {
  .admin .admin-order__btns {
    margin-top: 2rem;
    display: block;
  }
}
.admin .admin-order__btn {
  width: 25rem;
  max-width: 250px;
  height: 5rem;
  max-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (min-width: 1366px) {
  .admin .admin-order__btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .admin .admin-order__btn {
    width: 100%;
    max-width: none;
    font-size: 1.5rem;
    height: 6rem;
    max-height: none;
  }
}
.admin .admin-order__btn:not(:first-child) {
  margin-left: 3rem;
}
@media screen and (min-width: 1366px) {
  .admin .admin-order__btn:not(:first-child) {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .admin .admin-order__btn:not(:first-child) {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}
.admin .admin-order__alert-modal {
  background: rgba(204, 204, 204, 0.5);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.admin .admin-order__alert-box {
  padding: 3.5rem;
  display: inline-block;
  background: #ffffff;
  border: #707070 solid 0.1rem;
  border-radius: 0.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1366px) {
  .admin .admin-order__alert-box {
    padding: 35px;
  }
}
.admin .admin-order__alert-txt {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 1366px) {
  .admin .admin-order__alert-txt {
    font-size: 14px;
  }
}
.admin .admin-order__alert-editor-items {
  width: 40rem;
  margin: 0 auto;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1366px) {
  .admin .admin-order__alert-editor-items {
    width: 400px;
    margin-bottom: 20px;
  }
}
.admin .admin-order__alert-editor-item {
  display: flex;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1366px) {
  .admin .admin-order__alert-editor-item {
    font-size: 14px;
  }
}
.admin .admin-order__alert-editor-item::before {
  content: "・";
  font-size: 1.4rem;
  font-weight: 500;
  position: absolute;
  left: 0;
  transform: translateX(-100%);
}
@media screen and (min-width: 1366px) {
  .admin .admin-order__alert-editor-item::before {
    font-size: 14px;
  }
}
.admin .admin-order__alert-editor-item p:first-child {
  width: 15rem;
  max-width: 150px;
  margin-right: 2rem;
}
.admin .admin-order__alert-editor-item.is-none {
  display: none;
}
.admin .admin-order__alert-btns {
  margin-top: 3.8rem;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1366px) {
  .admin .admin-order__alert-btns {
    margin-top: 38px;
  }
}
@media screen and (max-width: 767px) {
  .admin .admin-order__alert-btns {
    margin-top: 2rem;
    display: block;
  }
}
.admin .admin-order__alert-btn:not(:first-child) {
  margin-left: 3rem;
}
@media screen and (min-width: 1366px) {
  .admin .admin-order__alert-btn:not(:first-child) {
    margin-left: 30px;
  }
}
.admin .admin-order-edit--user-add {
  margin-top: 5.5rem;
}
@media screen and (min-width: 1366px) {
  .admin .admin-order-edit--user-add {
    margin-top: 55px;
  }
}
.admin .admin-order-edit__imgs {
  display: flex;
}
@media screen and (max-width: 767px) {
  .admin .admin-order-edit__imgs {
    flex-direction: column;
    gap: 2rem;
  }
}
.admin .admin-order-edit__img {
  position: relative;
}
.admin .admin-order-edit__img:not(:first-child) {
  margin-left: 6rem;
}
@media screen and (min-width: 1366px) {
  .admin .admin-order-edit__img:not(:first-child) {
    margin-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .admin .admin-order-edit__img:not(:first-child) {
    margin-left: 0;
  }
}
.admin .admin-order-edit__file {
  width: 30rem;
  max-width: 300px;
  height: 20rem;
  max-height: 200px;
  border: dashed #707070 1px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .admin .admin-order-edit__file {
    width: 100%;
    max-width: none;
  }
}
.admin .admin-order-edit__file input {
  display: none;
}
.admin .admin-order-edit__upload-img {
  width: 30rem;
  max-width: 300px;
  height: 20rem;
  max-height: 200px;
  border: dashed #707070 1px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .admin .admin-order-edit__upload-img {
    width: 100%;
  }
}
.admin .admin-order-edit__upload-img input {
  display: none;
}
.admin .admin-order-edit__upload-img img {
  width: 100%;
  height: 100%;
}
.admin .admin-order-edit__txt {
  position: absolute;
  color: #94a3b8;
  text-align: center;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.admin .admin-order-edit__txt-up {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (min-width: 1366px) {
  .admin .admin-order-edit__txt-up {
    margin-left: 20px;
  }
}
.admin .admin-order-edit__txt-down {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 1.9rem;
}
@media screen and (min-width: 1366px) {
  .admin .admin-order-edit__txt-down {
    font-size: 14px;
    margin-top: 19px;
  }
}
.admin .admin-order-edit__garbage {
  position: absolute;
  right: -1rem;
  bottom: 0;
  transform: translateX(100%);
}
@media screen and (min-width: 1366px) {
  .admin .admin-order-edit__garbage {
    right: -10px;
  }
}
.admin .admin-order-edit__item-receipt input {
  display: none;
}
.admin .admin-order-edit__item-receipt-box {
  position: relative;
  display: inline-block;
}
.admin .admin-order-edit__item-receipt-txt {
  color: #0ea5e9;
  font-size: 1.4rem;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (min-width: 1366px) {
  .admin .admin-order-edit__item-receipt-txt {
    font-size: 14px;
  }
}
.admin .admin-order-edit__item-receipt-garbage {
  position: absolute;
  right: -1.6rem;
  bottom: 0;
  transform: translateX(100%);
  cursor: pointer;
}
@media screen and (min-width: 1366px) {
  .admin .admin-order-edit__item-receipt-garbage {
    right: -16px;
  }
}
.admin .admin-order-edit__plus {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.admin .admin-order-edit__plus-symbol {
  border: solid 1px #000;
  width: 3rem;
  max-width: 30px;
  height: 3rem;
  max-height: 30px;
  border-radius: 50%;
  position: relative;
}
.admin .admin-order-edit__plus-symbol::after {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.admin .admin-order-edit__plus-txt {
  font-size: 1.4rem;
  margin-left: 1rem;
}
@media screen and (min-width: 1366px) {
  .admin .admin-order-edit__plus-txt {
    margin-left: 10px;
    font-size: 14px;
  }
}
.admin .admin-order-edit__add {
  margin-bottom: 0.7rem;
}
@media screen and (min-width: 1366px) {
  .admin .admin-order-edit__add {
    margin-bottom: 7px;
  }
}
.admin .admin-order-edit__add input {
  padding: 0.2rem 1.8rem;
}
@media screen and (min-width: 1366px) {
  .admin .admin-order-edit__add input {
    padding: 2px 18px;
  }
}
.admin .admin-order-edit__add-box {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 1366px) {
  .admin .admin-order-edit__add-box {
    margin-top: 30px;
  }
}
.admin .admin-order-edit__add-box li {
  position: relative;
}
.admin .admin-order-edit__add-garbage {
  position: absolute;
  width: 1.5rem;
  bottom: 0;
  right: -4.1rem;
  transform: translateX(-100%);
  cursor: pointer;
}
.admin .admin-order-edit__border {
  background: #94a3b8;
  height: 1px;
  width: 100%;
  margin: 5.5rem 0;
}
@media screen and (min-width: 1366px) {
  .admin .admin-order-edit__border {
    margin: 55px 0;
  }
}
.admin .admin-order-confirm {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 3.4rem 6.8rem;
}
.admin .admin-order-confirm .admin-confirm__item {
  display: flex;
}
.admin .admin-order-confirm .admin-confirm__item:not(:first-child) {
  margin-top: 1.6rem;
}
@media screen and (min-width: 1366px) {
  .admin .admin-order-confirm .admin-confirm__item:not(:first-child) {
    margin-top: 16px;
  }
}
.admin .admin-order-confirm .admin-confirm__item-left {
  color: #94a3b8;
  width: 13rem;
  max-width: 130px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 1366px) {
  .admin .admin-order-confirm .admin-confirm__item-left {
    font-size: 14px;
  }
}
.admin .admin-order-confirm .admin-confirm__item-right {
  font-size: 1.4rem;
  font-weight: 500;
  margin-left: 2.8rem;
}
@media screen and (min-width: 1366px) {
  .admin .admin-order-confirm .admin-confirm__item-right {
    font-size: 14px;
    margin-left: 28px;
  }
}
.admin .admin-order-confirm .admin-confirm__item-status {
  display: flex;
  justify-content: center;
  padding: 0.1rem 0;
  border-radius: 11px;
  font-weight: 500;
  font-size: 1.4rem;
  width: 10.5rem;
  max-width: 105px;
}
@media screen and (min-width: 1366px) {
  .admin .admin-order-confirm .admin-confirm__item-status {
    padding: 1px 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .admin .admin-order-confirm .admin-confirm__item-status {
    width: 9rem;
    font-size: 1.3rem;
    max-width: none;
  }
}
.admin .admin-order-confirm .admin-confirm__item-imgs {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
@media screen and (min-width: 1366px) {
  .admin .admin-order-confirm .admin-confirm__item-imgs {
    gap: 30px;
  }
}
.admin .admin-order-confirm .admin-confirm__item-img {
  width: 30rem;
  max-width: 300px;
}
.admin .admin-order-confirm .admin-confirm__item-img img {
  width: 100%;
}
.admin .admin-order-confirm .admin-confirm__border {
  background: #94a3b8;
  height: 1px;
  width: 100%;
  margin: 5.5rem 0;
}
@media screen and (min-width: 1366px) {
  .admin .admin-order-confirm .admin-confirm__border {
    margin: 55px 0;
  }
}
.admin .admin-order-confirm .admin-confirm__ttl {
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  margin-left: 1.2rem;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 1366px) {
  .admin .admin-order-confirm .admin-confirm__ttl {
    font-size: 18px;
    margin-left: 12px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .admin .admin-order-confirm .admin-confirm__ttl {
    margin-left: 1.3rem;
  }
}
.admin .admin-order-confirm .admin-confirm__ttl::after {
  content: "";
  width: 0.3rem;
  max-width: 3px;
  height: 100%;
  background: #0ea5e9;
  position: absolute;
  left: -0.9rem;
  top: 0;
}
@media screen and (min-width: 1366px) {
  .admin .admin-order-confirm .admin-confirm__ttl::after {
    left: -9px;
  }
}
@media screen and (max-width: 767px) {
  .admin .admin-order-confirm .admin-confirm__ttl::after {
    width: 0.35rem;
    left: -0.95rem;
    max-width: none;
  }
}
.admin .admin-order-confirm .admin-confirm__btns {
  margin-top: 3.8rem;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1366px) {
  .admin .admin-order-confirm .admin-confirm__btns {
    margin-top: 38px;
  }
}
@media screen and (max-width: 767px) {
  .admin .admin-order-confirm .admin-confirm__btns {
    margin-top: 2rem;
    display: block;
  }
}
.admin .admin-order-confirm .admin-confirm__btn {
  width: 25rem;
  max-width: 250px;
  height: 5rem;
  max-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 1366px) {
  .admin .admin-order-confirm .admin-confirm__btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .admin .admin-order-confirm .admin-confirm__btn {
    width: 100%;
    max-width: none;
    font-size: 1.5rem;
    height: 6rem;
    max-height: none;
  }
}
.admin .admin-order-confirm .admin-confirm__btn:not(:first-child) {
  margin-left: 3rem;
}
@media screen and (min-width: 1366px) {
  .admin .admin-order-confirm .admin-confirm__btn:not(:first-child) {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .admin .admin-order-confirm .admin-confirm__btn:not(:first-child) {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}

.admin-top__header {
  margin-bottom: 4rem;
}
.admin-top__header-sub {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #94a3b8;
}
.admin-top__header-ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #0f172a;
  margin-top: 0.4rem;
}
.admin-top__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(28rem, 1fr));
  gap: 1.6rem;
  list-style: none;
}
.admin-top__item {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.admin-top__item:hover {
  border-color: #0ea5e9;
  box-shadow: 0 4px 16px rgba(14, 165, 233, 0.12);
  transform: translateY(-2px);
}
.admin-top__item:hover .admin-top__item-arrow {
  background: #0ea5e9;
  color: #fff;
}
.admin-top__item:hover .admin-top__item-arrow svg {
  color: #fff;
}
.admin-top__item a {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 2.4rem;
  height: 100%;
}
.admin-top__item-icon {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.admin-top__item-icon img {
  position: absolute;
  transition: opacity 0.3s ease;
  width: 100%;
}
.admin-top__item-icon .main-image {
  opacity: 1;
}
.admin-top__item-icon .sub-image {
  opacity: 0;
}
.admin-top__item-body {
  flex: 1;
  min-width: 0;
}
.admin-top__item-ttl {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0f172a;
}
.admin-top__item-txt {
  font-size: 1.2rem;
  color: #64748b;
  margin-top: 0.4rem;
  line-height: 1.5;
}
.admin-top__item-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.2s ease;
}
.admin-top__item-arrow svg {
  width: 16px;
  height: 16px;
  color: #64748b;
  transition: color 0.2s ease;
}

.orikomi-sidebar__nav {
  flex: 1;
  padding: 1.2rem;
  overflow-y: auto;
}
.orikomi-sidebar__logout {
  padding: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.orikomi-sidebar__logout a {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1rem 1.2rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #94a3b8;
  border-radius: 8px;
  transition: all 0.15s ease;
}
.orikomi-sidebar__logout a svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.orikomi-sidebar__logout a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.orikomi-price__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  gap: 1rem;
  padding-top: 3rem;
}
.orikomi-price__list > li {
  width: 100%;
}
.orikomi-price__list > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  color: #374151;
  border: 2px solid #E5E7EB;
  padding: 1.8rem 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  border-radius: 12px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  min-height: 6rem;
}
.orikomi-price__list > li a:hover {
  border-color: #60A5FA;
  color: #1D4ED8;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}
.orikomi-price__list > li a.work-non-exist {
  background: #F3F4F6;
  color: #9CA3AF;
  border-color: #E5E7EB;
  cursor: not-allowed;
}
.orikomi-price__list > li a.work-non-exist:hover {
  transform: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.orikomi-price__list > li.active a {
  background: linear-gradient(135deg, #3B82F6 0%, #2563EB 100%);
  color: white;
  border-color: #2563EB;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  font-weight: 600;
}
.orikomi-price__list > li.active a:hover {
  background: linear-gradient(135deg, #2563EB 0%, #1D4ED8 100%);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.orikomi-price__city {
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
  padding-top: 4rem;
}
.orikomi-price__city > li {
  margin-bottom: 0.8rem;
}
.orikomi-price__city > li a {
  display: block;
  width: 100%;
  border-radius: 8px;
  padding: 2rem 2.5rem;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 500;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: left;
  background: white;
  color: #1F2937;
  border: 1px solid #E5E7EB;
  position: relative;
}
.orikomi-price__city > li a::after {
  content: "›";
  position: absolute;
  right: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  color: #9CA3AF;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.orikomi-price__city > li a:hover {
  background: #EFF6FF;
  color: #1D4ED8;
  padding-left: 3rem;
}
.orikomi-price__city > li a:hover::after {
  right: 2rem;
  color: #3B82F6;
}
.orikomi-price__city > li a.work-non-exist {
  background: #F9FAFB;
  color: #9CA3AF;
  border-color: #E5E7EB;
  cursor: not-allowed;
}
.orikomi-price__city > li a.work-non-exist:hover {
  background: #F9FAFB;
  padding-left: 2.5rem;
}
.orikomi-price__city > li a.work-non-exist:hover::after {
  right: 2.5rem;
  color: #9CA3AF;
}
.orikomi-price__city > li:last-child a {
  border-bottom: 1px solid #E5E7EB;
}
.orikomi-price__table {
  margin-top: 3rem;
  overflow-x: auto;
  overflow-y: visible;
  background: white;
  border-radius: 12px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  position: relative;
}
.orikomi-price__table::-webkit-scrollbar {
  height: 10px;
}
.orikomi-price__table::-webkit-scrollbar-track {
  background: #F3F4F6;
  border-radius: 6px;
}
.orikomi-price__table::-webkit-scrollbar-thumb {
  background: #9CA3AF;
  border-radius: 6px;
  border: 2px solid #F3F4F6;
}
.orikomi-price__table::-webkit-scrollbar-thumb:hover {
  background: #6B7280;
}
.orikomi-price__table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
.orikomi-price__table table thead th {
  position: sticky;
  top: 0;
  background: #f8fafc;
  font-size: 12px;
  font-weight: 600;
  color: #475569;
  padding: 12px 10px;
  text-align: center;
  border-bottom: 1px solid #e5e7eb;
  white-space: nowrap;
  z-index: 2;
}
.orikomi-price__table table thead th:first-child {
  border-radius: 8px 0 0 0;
}
.orikomi-price__table table thead th:last-child {
  border-right: none;
}
.orikomi-price__table table thead th.print-size {
  width: 3%;
  min-width: 8rem;
}
.orikomi-price__table table thead th.message {
  width: 17%;
  min-width: 20rem;
}
.orikomi-price__table table thead th.error {
  width: 12%;
  min-width: 15rem;
}
.orikomi-price__table table tbody tr {
  background: white;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.orikomi-price__table table tbody tr:hover {
  background: #F9FAFB;
}
.orikomi-price__table table tbody tr.is-none {
  display: none;
}
.orikomi-price__table table tbody td {
  text-align: center;
  vertical-align: middle;
  padding: 0.8rem 0.6rem;
  border-bottom: 1px solid #f1f5f9;
  background: white;
}
.orikomi-price__table table tbody td:last-child {
  border-right: none;
}
.orikomi-price__table table tbody td.dist {
  position: sticky;
  left: 0;
  z-index: 5;
  background: #F9FAFB;
  width: 20rem;
  min-width: 20rem;
  max-width: 20rem;
  padding: 0.8rem 1rem;
  border-right: 1px solid #E5E7EB;
}
.orikomi-price__table table tbody td.dist textarea {
  position: static;
  height: auto;
  min-height: auto;
  margin: 0;
  padding: 0.4rem 0.6rem;
  text-align: center;
  line-height: 1.6;
  font-weight: 600;
  color: #374151;
  background: transparent;
  border: 1.5px solid transparent;
  box-shadow: none;
  resize: none;
  overflow: hidden;
}
.orikomi-price__table table tbody td.dist textarea:hover:not(:focus) {
  border-color: transparent;
  background: transparent;
}
.orikomi-price__table table tbody td.dist textarea:focus {
  background: #fff;
  border-color: #3B82F6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.orikomi-price__table table tbody td:nth-child(2) {
  position: sticky;
  width: 18rem;
  min-width: 18rem;
  max-width: 18rem;
  left: 20rem;
  z-index: 5;
  background: white;
}
tr:hover .orikomi-price__table table tbody td.dist {
  background: #F3F4F6;
}
tr:hover .orikomi-price__table table tbody td:nth-child(2) {
  background: #F9FAFB;
}
.orikomi-price__table table tbody td input,
.orikomi-price__table table tbody td select,
.orikomi-price__table table tbody td textarea {
  display: block;
  width: 100%;
  height: 4rem;
  border: 1.5px solid #D1D5DB;
  border-radius: 6px;
  padding: 1rem 0.8rem;
  text-align: center;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  font-family: inherit;
  color: #1F2937;
  background: white;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.orikomi-price__table table tbody td input:last-child,
.orikomi-price__table table tbody td select:last-child,
.orikomi-price__table table tbody td textarea:last-child {
  margin-bottom: 0;
}
.orikomi-price__table table tbody td input::placeholder,
.orikomi-price__table table tbody td select::placeholder,
.orikomi-price__table table tbody td textarea::placeholder {
  color: #9CA3AF;
}
.orikomi-price__table table tbody td input:hover:not(:disabled),
.orikomi-price__table table tbody td select:hover:not(:disabled),
.orikomi-price__table table tbody td textarea:hover:not(:disabled) {
  border-color: #9CA3AF;
}
.orikomi-price__table table tbody td input:focus,
.orikomi-price__table table tbody td select:focus,
.orikomi-price__table table tbody td textarea:focus {
  outline: none;
  border-color: #3B82F6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  background: #EFF6FF;
}
.orikomi-price__table table tbody td input:disabled,
.orikomi-price__table table tbody td select:disabled,
.orikomi-price__table table tbody td textarea:disabled {
  background: #F3F4F6;
  color: #6B7280;
  cursor: not-allowed;
}
.orikomi-price__table table tbody td textarea {
  padding: 1rem;
  text-align: left;
  resize: vertical;
  line-height: 1.5;
}
.orikomi-price__table table tbody td textarea::-webkit-scrollbar {
  width: 6px;
}
.orikomi-price__table table tbody td textarea::-webkit-scrollbar-track {
  background: #F3F4F6;
  border-radius: 4px;
}
.orikomi-price__table table tbody td textarea::-webkit-scrollbar-thumb {
  background: #9CA3AF;
  border-radius: 4px;
}
.orikomi-price__table table tbody td textarea::-webkit-scrollbar-thumb:hover {
  background: #6B7280;
}
.orikomi-price__table table tbody td .error_ignore_check {
  height: 4rem;
  padding: 0;
  margin: 0 0 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.orikomi-price__table table tbody td .error_ignore_check:last-child {
  margin-bottom: 0;
}
.orikomi-price__table table tbody td .error_ignore_check input[type=checkbox] {
  display: none;
}
.orikomi-price__table table tbody td .error_ignore_check .check {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  border: 2px solid #D1D5DB;
  border-radius: 6px;
  background: white;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.orikomi-price__table table tbody td .error_ignore_check .check:hover {
  border-color: #3B82F6;
  background: #EFF6FF;
}
.orikomi-price__table table tbody td .error_ignore_check .check::before {
  content: "";
  width: 1.4rem;
  height: 1.1rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.orikomi-price__table table tbody td .error_ignore_check input[type=checkbox]:checked + .check {
  background: #3B82F6;
  border-color: #3B82F6;
}
.orikomi-price__table table tbody td .error_ignore_check input[type=checkbox]:checked + .check::before {
  background-image: url("../img/admin/common/checkmark_02.svg");
  opacity: 1;
  transform: scale(1);
}
.orikomi-price__upload {
  background: linear-gradient(135deg, #F0F9FF 0%, #EFF6FF 100%);
  border: 2px dashed #93C5FD;
  border-radius: 12px;
  padding: 3rem;
  margin-top: 3rem;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.orikomi-price__upload:hover {
  border-color: #3B82F6;
  background: linear-gradient(135deg, #E0F2FE 0%, #DBEAFE 100%);
}
.orikomi-price__upload p {
  color: #374151;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.orikomi-price__upload p:last-child {
  margin-bottom: 0;
}
.orikomi-price__upload input[type=file] {
  margin-bottom: 1.5rem;
}
.orikomi-price__upload button {
  background: #3B82F6;
  color: white;
  border: none;
  padding: 1rem 2.5rem;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.orikomi-price__upload button:hover {
  background: #2563EB;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.orikomi-price__form {
  padding: 2rem 0;
}

.plus-btn {
  width: 4rem;
  height: 4rem;
  border-radius: 9999px;
  background: #3B82F6;
  border: none;
  cursor: pointer;
  position: relative;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  margin: 2rem auto;
  display: block;
}
.plus-btn::before, .plus-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: white;
  border-radius: 2px;
}
.plus-btn::before {
  width: 2rem;
  height: 0.3rem;
  transform: translate(-50%, -50%);
}
.plus-btn::after {
  width: 0.3rem;
  height: 2rem;
  transform: translate(-50%, -50%);
}
.plus-btn:hover {
  background: #2563EB;
  transform: scale(1.1);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.plus-btn:active {
  transform: scale(1);
}
.plus-btn--margin-small {
  margin: 1rem auto;
}

.orikomi__btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  margin-top: 5rem;
  padding: 3rem 0;
}
.orikomi__btns .btn-a {
  width: 100%;
  max-width: 40rem;
}

@media screen and (max-width: 767px) {
  .orikomi-price__list {
    grid-template-columns: repeat(auto-fill, minmax(11rem, 1fr));
    gap: 0.6rem;
  }
  .orikomi-price__list > li a {
    padding: 1.2rem 0.6rem;
    font-size: 1.3rem;
    min-height: 5rem;
  }
  .orikomi-price__city > li a {
    padding: 1.5rem 1.5rem;
    font-size: 1.4rem;
  }
  .orikomi-price__table {
    margin-top: 2rem;
    border-radius: 6px;
  }
  .orikomi-price__table table thead th {
    font-size: 1.3rem;
    padding: 1.2rem 0.8rem;
  }
  .orikomi-price__table table thead th.dist {
    min-width: 15rem;
  }
  .orikomi-price__table table thead th.news-paper {
    left: 15rem;
    min-width: 15rem;
  }
  .orikomi-price__table table tbody td:nth-child(2) {
    left: 15rem;
  }
  .orikomi-price__table table tbody td input,
  .orikomi-price__table table tbody td select,
  .orikomi-price__table table tbody td textarea {
    font-size: 1.3rem;
    padding: 0.8rem 0.6rem;
  }
  .orikomi__btns {
    margin-top: 4rem;
  }
  .orikomi__btns .btn-a {
    max-width: 100%;
  }
}
.area-wrap {
  margin: 0 auto 3rem auto;
}
.area-wrap__area-name {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 1.2rem;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid #e2e8f0;
}
.area-wrap__pref-name {
  margin-bottom: 0.8rem;
}
.area-wrap__pref-name a {
  background: #fff;
  color: #64748b;
  border: #e2e8f0 1px solid;
  display: block;
  width: 100%;
  padding: 2rem 1.6rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 8px;
  transition: all 0.15s ease;
  text-align: left;
}
.area-wrap__pref-name a:hover {
  background: #f8fafc;
  color: #0ea5e9;
  border-color: #0ea5e9;
}

#sortable {
  table-layout: fixed;
  margin: 0 auto;
  width: 100%;
}

.sortable .item {
  display: block;
  margin-bottom: 8px;
}
.sortable__row {
  padding-bottom: 0;
  width: 100%;
  display: block;
}
.sortable__inner {
  border: #e2e8f0 solid 1px;
  border-radius: 8px;
  height: 5.6rem;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 2rem;
  background-color: #fff;
  cursor: grab;
  transition: all 0.15s ease;
}
.sortable__inner::before {
  content: "⠿";
  color: #94a3b8;
  font-size: 1.6rem;
  margin-right: 1.6rem;
  flex-shrink: 0;
}
.sortable__inner:hover {
  background-color: #f8fafc;
  border-color: #0ea5e9;
}
.sortable__city-name {
  display: inline-block;
  width: 40%;
  font-weight: 600;
  font-size: 1.6rem;
  color: #1e293b;
}
.sortable__paper-name {
  display: inline-block;
  width: 60%;
  padding-left: 2rem;
  font-size: 1.4rem;
  color: #64748b;
}

.sortable-placeholder {
  display: block;
  background-color: #f0f9ff;
  border: 2px dashed #0ea5e9;
  border-radius: 8px;
  height: 5.6rem;
  margin-bottom: 8px;
  width: 100%;
}

.message-area {
  width: 50%;
  font-size: 1.5rem;
  background-color: antiquewhite;
  padding: 2rem;
  margin: 0 auto 3rem auto;
}

.recommend__box {
  margin-top: 4rem;
}
.recommend__error {
  color: red;
  margin-left: 7rem;
  margin-top: 1rem;
  font-size: 1.3rem;
}

.recommend-form__list {
  margin-top: 10rem;
}
.recommend-form__list li {
  display: block;
  width: 768px;
  margin: 0 auto;
}
.recommend-form__input {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap;
}
.recommend-form__text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.recommend-form__text input[type=text] {
  height: 49px;
  border-radius: 5px;
  padding-left: 20px;
  border: 1px solid #D0D0D0;
}
.recommend-form__text input[type=text]:not(:first-child) {
  margin-left: 20px;
}
.recommend-form__text > .width-s {
  width: 100px;
}
.recommend-form__text > .en {
  display: flex;
  justify-content: center;
  align-items: end;
  height: 49px;
  margin-left: 5px;
}
.recommend-form__select-container {
  position: relative;
}
.recommend-form__select-container::before {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-size: 1.6rem;
  color: #B0B0B0;
  content: "▼";
  pointer-events: none;
}
.recommend-form__select-container select {
  width: 12rem;
  padding: 1.5rem 0rem 1.5rem 2rem;
  font-size: 1.6rem;
  border: #D0D0D0 solid 1px;
  border-radius: 0.5rem;
  appearance: none;
  text-align: left;
}

.column-header__ttl {
  width: 768px;
  margin: 0 auto;
  position: relative;
}
.column-header__text {
  position: absolute;
  font-weight: 500;
  top: -33px;
}
.column-header__text.pref {
  left: 100px;
}
.column-header__text.area {
  left: 268px;
}
.column-header__text.price {
  left: 447px;
}
.column-header__text.comment {
  left: 613px;
}

.tyokuzen__box {
  margin-top: 4rem;
}
.tyokuzen__error {
  color: red;
  margin-left: 7rem;
  margin-top: 1rem;
  font-size: 1.3rem;
}

.tyokuzen-form__ttl {
  width: 1150px !important;
}
.tyokuzen-form__list {
  margin-top: 10rem;
}
.tyokuzen-form__list li {
  display: block;
  width: 1150px;
  margin: 0 auto;
}
.tyokuzen-form__list li .list-text {
  width: 16%;
  margin-left: 2rem;
}
.tyokuzen-form__input {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap;
}
.tyokuzen-form__text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.tyokuzen-form__text input[type=text] {
  height: 49px;
  border-radius: 5px;
  padding-left: 20px;
  border: 1px solid #D0D0D0;
}
.tyokuzen-form__text input[type=text]:not(:first-child) {
  margin-left: 20px;
}
.tyokuzen-form__text > .width-s {
  width: 100px;
}
.tyokuzen-form__text > .en {
  display: flex;
  justify-content: center;
  align-items: end;
  height: 49px;
  margin-left: 5px;
}
.tyokuzen-form__select-container {
  position: relative;
}
.tyokuzen-form__select-container::before {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-size: 1.6rem;
  color: #B0B0B0;
  content: "▼";
  pointer-events: none;
}
.tyokuzen-form__select-container select {
  width: 12rem;
  padding: 1.5rem 0rem 1.5rem 2rem;
  font-size: 1.6rem;
  border: #D0D0D0 solid 1px;
  border-radius: 0.5rem;
  appearance: none;
  text-align: left;
}

.column-header__ttl {
  width: 768px;
  margin: 0 auto;
  position: relative;
}
.column-header__text {
  position: absolute;
  font-weight: 500;
  top: -33px;
}
.column-header__text.hyoji {
  left: 90px;
}
.column-header__text.uketsuke {
  left: 295px;
}
.column-header__text.orikomi {
  left: 475px;
}
.column-header__text.regular {
  left: 665px;
}
.column-header__text.tyokuzen {
  left: 800px;
}
.column-header__text.areas {
  left: 975px;
}

/*--------------------------
	state
--------------------------*/
/*----------------------------------------------------

	JavaScriptなどの制御による状態の変化を表すスタイルの設定ファイルです。
	汎用的なstateのスタイルをまとめています。
	基本的には編集することはありません。

	命名規則として、クラス名の頭に 
	is-* という接頭辞をつけることを推奨します。

----------------------------------------------------*/
/*--------------------------
	レスポンシブ関係 ファブレットはなし
--------------------------*/
@media screen and (max-width: 1000px) {
  .is-Pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .is-Tab {
    display: none;
  }
}
@media screen and (min-width: 1001px) {
  .is-Tab {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is-Sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .is-Pc_Tab {
    display: none;
  }
}

@media screen and (min-width: 1001px) {
  .is-Tab_Sp {
    display: none;
  }
}

.is-none {
  display: none;
}

/*# sourceMappingURL=app.css.map */
