@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
    box-sizing: border-box; /* 1 */
    border-width: 0; /* 2 */
    border-style: solid; /* 2 */
    border-color: #e5e7eb; /* 2 */
    touch-action: manipulation;
}


/*URL長押し禁止*/
*{
    -webkit-touch-callout:none;
    /*-webkit-user-select:none;*/
}

::before,
::after {
    --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
    line-height: 1.5; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -moz-tab-size: 4; /* 3 */
    -o-tab-size: 4;
    tab-size: 4; /* 3 */
    font-family: Noto Sans JP, sans-serif; /* 4 */
    font-feature-settings: normal; /* 5 */
    font-variation-settings: normal; /* 6 */
    -webkit-tap-highlight-color: transparent; /* 7 */
    touch-action: manipulation;
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
    margin: 0; /* 1 */
    line-height: inherit; /* 2 */
    touch-action: manipulation;
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
    height: 0; /* 1 */
    color: inherit; /* 2 */
    border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
    color: inherit;
    text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
    font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
    font-feature-settings: normal; /* 2 */
    font-variation-settings: normal; /* 3 */
    font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
    font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
    text-indent: 0; /* 1 */
    border-color: inherit; /* 2 */
    border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-feature-settings: inherit; /* 1 */
    font-variation-settings: inherit; /* 1 */
    font-size: 100%; /* 1 */
    font-weight: inherit; /* 1 */
    line-height: inherit; /* 1 */
    color: inherit; /* 1 */
    margin: 0; /* 2 */
    padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
    text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button; /* 1 */
    background-color: transparent; /* 2 */
    background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
    outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
    box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
    vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
    display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
    padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
    resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1; /* 1 */
    color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
    opacity: 1; /* 1 */
    color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
    cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
    cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block; /* 1 */
    vertical-align: middle; /* 2 */
}
img{
    /*pointer-events: none;*/
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
    display: none;
}

*, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

button.menu_button_box:hover{
    background-color: unset;
}
button.not_hover{
    background-color: unset;
}
button.page_back_icon:hover,
a.page_back_icon:hover{
    background-color: unset;
}
button.not_hover_css:hover{
    background-color: unset;
}
button.home_button_box:hover{
    background-color: unset;
}

a.bg-orange-500:hover,
a.bg-\[\#666666\]:hover,
a.bg-orange-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.-top-12 {
    top: -3rem;
}

.bottom-0 {
    bottom: 0px;
}
.bottom-custom-point {
    bottom: -2px;
}

.left-\[0\%\] {
    left: 0%;
}

.left-\[30\%\] {
    left: 30%;
}
.left-\[33\%\] {
    left: 33%;
}
.left-\[77\%\] {
    left: 77%;
}

.top-0 {
    top: 0px;
}

.top-10 {
    top: 2.5rem;
}
.top-15{
    /*top: 3.5rem;*/
    top: 35px;
}

.top-40 {
    top: 10rem;
}
.top-30{
    /*top: 8rem;*/
    top: 70px;
}

.z-50 {
    z-index: 50;
}

.m-0 {
    margin: 0px;
}

.m-10 {
    margin: 2.5rem;
}

.m-3 {
    margin: 0.75rem;
}

.m-4 {
    /*margin: 1rem;*/
    margin: 13px;
}

.m-5 {
    /*margin: 1.25rem;*/
    margin: 10px;
}

.m-8 {
    margin: 2rem;
}

.m-\[3\.2\%\] {
    margin: 3.2%;
}
.m-\[2\%\] {
    /*margin: 2%;*/
    margin: 10px;
}

.m-auto {
    margin: auto;
}

.-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
}

.mx-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
}

.mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.mx-10 {
    /*margin-left: 2.5rem;*/
    margin-left: 15px;
    /*margin-right: 2.5rem;*/
    margin-right: 15px;
}

.mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
}

.mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
}

.mx-3-half{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
}

.mx-\[150px\] {
    margin-left: 150px;
    margin-right: 150px;
}

.mx-\[2\.5\%\] {
    margin-left: 2.5%;
    margin-right: 2.5%;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
}

.my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
}

.my-2 {
    /*margin-top: 0.5rem;*/
    /*margin-bottom: 0.5rem;*/
    margin-top: 3px;
    margin-bottom: 3px;
}

.my-4 {
    /*margin-top: 1rem;*/
    margin-top: 20px;
    /*margin-bottom: 1rem;*/
    margin-bottom: 20px;
}

.my-5 {
    /*margin-top: 1.25rem;*/
    margin-top: 30px;
    /*margin-bottom: 1.25rem;*/
    margin-bottom: 30px;
}

.my-6 {
    /*margin-top: 1.5rem;*/
    margin-top: 35px;
    /*margin-bottom: 1.5rem;*/
    margin-bottom: 35px;
}

.my-8 {
    /*margin-top: 2rem;*/
    margin-top: 40px;
    /*margin-bottom: 2rem;*/
    margin-bottom: 40px;
}

.my-\[12px\] {
    margin-top: 12px;
    margin-bottom: 12px;
}

.my-\[50px\] {
    margin-top: 50px;
    margin-bottom: 50px;
}

.my-5px{
    margin-top: 5px;
    margin-bottom: 5px;
}
.my-7px{
    margin-top: 7px;
    margin-bottom: 7px;
}
.my-8px{
    margin-top: 8px;
    margin-bottom: 8px;
}
.my-10px{
    margin-top: 10px;
    margin-bottom: 10px;
}
.my-15px{
    margin-top: 15px;
    margin-bottom: 15px;
}

.-mt-1 {
    margin-top: -0.25rem;
}

.-mt-11 {
    margin-top: -2.75rem;
}

.-mt-44 {
    margin-top: -11rem;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.mb-12 {
    /*margin-bottom: 3rem;*/
    margin-bottom: 48px;
}

.mb-16 {
    margin-bottom: 4rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-20 {
    margin-bottom: 5rem;
}

.mb-28 {
    margin-bottom: 7rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-32 {
    margin-bottom: 8rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-44 {
    margin-bottom: 11rem;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-8 {
    /*margin-bottom: 2rem;*/
    margin-bottom: 20px;
}

.ml-10 {
    /*margin-left: 2.5rem;*/
    margin-left: 20px;
}

.ml-12 {
    margin-left: 3rem;
}

.ml-2 {
    margin-left: 0.5rem;
}

.ml-20 {
    margin-left: 5rem;
}

.ml-4 {
    /*margin-left: 1rem;*/
    margin-left: 10px;
}

.ml-6 {
    /*margin-left: 1.5rem;*/
    margin-left: 15px;
}

.ml-8 {
    margin-left: 2rem;
}

.ml-\[60px\] {
    margin-left: 60px;
}

.mr-10 {
    margin-right: 2.5rem;
}

.mr-32 {
    /*margin-right: 8rem;*/
    margin-right: 130px;
}

.mr-4 {
    margin-right: 1rem;
}

.mr-6 {
    margin-right: 1.5rem;
}

.mr-8 {
    /*margin-right: 2rem;*/
    margin-right: 15px;
}
.mr-9 {
    margin-right: 2.5rem;
}

.mt-10 {
    margin-top: 2.5rem;
}

.mt-12 {
    /*margin-top: 3rem;*/
    margin-top: 40px;
}

.mt-14 {
    margin-top: 3.5rem;
}

.mt-16 {
    /*margin-top: 4rem;*/
    margin-top: 64px;
}

.mt-20 {
    /*margin-top: 5rem;*/
    margin-top: 50px;
}

.mt-28 {
    margin-top: 7rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mt-32 {
    margin-top: 8rem;
}

.mt-4 {
    /*margin-top: 1rem;*/
    margin-top: 10px;
}

.mt-44 {
    /*margin-top: 11rem;*/
    margin-top: 110px;
}

.mt-5 {
    /*margin-top: 1.25rem;*/
    margin-top: 20px;
}

.mt-6 {
    /*margin-top: 1.5rem;*/
    margin-top: 24px;
}

.mt-8 {
    /*margin-top: 2rem;*/
    margin-top: 15px;
}

.mt-52 {
    margin-top: 13rem;
}

.mt-96 {
    margin-top: 24rem;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.table {
    display: table;
}

.h-1 {
    /*height: 0.25rem;*/
    height: 2px;
}

.h-1\/2 {
    height: 50%;
}

.h-4 {
    height: 1rem;
}

.h-10 {
    /*height: 2.5rem;*/
    height: 25px;
}

.h-12 {
    /*height: 3rem;*/
    height: 25px;
}

.h-14 {
    height: 3.5rem;
}

.h-16 {
    /*height: 4rem;*/
    height: 39px;
}
.h-20 {
    /*height: 5rem;*/
    /*height: 70px;*/
    height: 56px;
}
.h-24 {
    /*height: 6rem;*/
    height: 62px;
}
.h-28 {
    /*height: 7rem;*/
    height: 80px;
}
.h-32 {
    height: 88px;
    /*height: 8rem;*/
}
.h-36 {
    /*height: 9rem;*/
    height: 74px;
}
.h-44 {
    /*height: 11rem;*/
    height: 104px;
}
.h-48 {
    /*height: 12rem;*/
    height: 150px;
}
.h-6 {
    height: 1.5rem;
}
.h-72 {
    height: 18rem;
}
.h-8 {
    /*height: 2rem;*/
    height: 18px;
}
.h-96 {
    height: 24rem;
}
.h-\[104px\] {
    height: 104px;
}
.h-\[235px\] {
    height: 235px;
}
.h-\[285px\] {
    height: 285px;
}
.h-\[545px\] {
    height: 545px;
}
.h-\[30px\] {
    height: 30px;
}
.h-\[55px\] {
    height: 55px;
}
.h-\[60px\] {
    height: 60px;
}
.h-\[80px\] {
    height: 80px;
}
.h-full {
    height: 100%;
}
.max-h-max {
    max-height: -moz-max-content;
    max-height: max-content;
}

.min-h-16 {
    min-height: 4rem;
}

.min-h-26 {
    /*min-height: 6.5rem;*/
    /*min-height: 130px;*/
}

.w-1\/2 {
    width: 50%;
}

.w-1\/3 {
    width: 33.333333%;
}

.w-1\/4 {
    width: 25%;
}

.w-1\/5 {
    width: 20%;
}

.w-1\/6 {
    width: 16.666667%;
}

.w-10\/12 {
    width: 83.333333%;
}

.w-11 {
    width: 2.75rem;
}

.w-11\/12 {
    width: 91.666667%;
}

.w-12 {
    /*width: 3rem;*/
    width: 25px;
}

.w-14 {
    /*width: 3.5rem;*/
    width: 31px;
}

.w-16 {
    /*width: 4rem;*/
    /*width: 39px;*/
    width: 45px;
}

.w-2\/3 {
    width: 66.666667%;
}

.w-2\/5 {
    width: 40%;
}

.w-20 {
    /*width: 5rem;*/
    width: 55px;
}

.w-28 {
    width: 7rem;
}

.w-3\/4 {
    width: 75%;
}

.w-32 {
    /*width: 8rem;*/
    width: 88px;
}

.w-4 {
    width: 1rem;
}

.w-40 {
    width: 10rem;
}

.w-44 {
    /*width: 11rem;*/
    width: 104px;
}

.w-5\/12 {
    width: 41.666667%;
}

.w-52 {
    /*width: 13rem;*/
    width: 165px;
}

.w-6 {
    /*width: 1.5rem;*/
    width: 11px;
}

.w-8 {
    /*width: 2rem;*/
    width: 17px;
}
.w-\[230px\] {
    width: 230px;
}
.w-\[270px\] {
    width: 270px;
}
.w-\[5\%\] {
    width: 5%;
}
.w-\[7\%\] {
    width: 7%;
}
.w-\[10\%\] {
    width: 10%;
}
.w-\[12\%\] {
    width: 12%;
}
.w-\[15\%\] {
    /*width: 15%;*/
}
.w-\[17\%\] {
    width: 17%;
}
.w-\[20\%\] {
    width: 20%;
}
.w-\[23\%\] {
    width: 23%;
}
.w-\[25\%\] {
    width: 25%;
}
.w-\[28\%\] {
    width: 28%;
}
.w-\[30\%\] {
    width: 30%;
}
.w-\[300px\] {
    width: 300px;
}
.w-\[35\%\] {
    width: 35%;
}
.w-\[41\.5\%\] {
    width: 41.5%;
}
.w-\[43\.5\%\] {
    width: 43.5%;
}
.w-\[46\%\] {
    width: 46%;
}
.w-\[30px\] {
    width: 30px;
}
.w-\[60px\] {
    width: 60px;
}
.w-\[70\%\] {
    width: 70%;
}
.w-\[75\%\] {
    width: 75%;
}
.w-\[80\%\] {
    width: 80%;
}
.w-\[85\%\] {
    width: 85%;
}
.w-\[87\%\] {
    width: 87%;
}
.w-\[90\%\] {
    width: 90%;
}
.w-\[900px\] {
    width: 900px;
}
.w-\[95\%\] {
    width: 95%;
}
.w-full {
    width: 100%;
}
.w-screen {
    width: 100vw;
}
.min-w-24 {
    /*min-width: 6rem;*/
    min-width: 80px;
}
.min-w-25 {
    min-width: 7rem;
}
.min-w-28 {
    min-width: 7rem;
}
.min-w-29 {
    min-width: 8rem;
}
.min-w-32 {
    min-width: 8rem;
}
.min-w-33 {
    min-width: 9rem;
}

.min-w-40 {
    min-width: 10rem;
}
.min-w-41 {
    min-width: 11rem;
}

.min-w-48 {
    min-width: 12rem;
}
.min-w-49 {
    min-width: 12rem;
}

.min-w-56 {
    min-width: 14rem;
}
.min-w-57 {
    min-width: 12rem;
}

.min-w-64 {
    min-width: 16rem;
}

.min-w-72 {
    min-width: 18rem;
}

.min-w-80 {
    min-width: 20rem;
}
.min-w-81 {
    /*min-width: 21rem;*/
    min-width: 195px;
}

.min-w-96 {
    min-width: 24rem;
}
.min-w-275{
    min-width: 275px;
}

.min-w-max {
    min-width: -moz-max-content;
    min-width: max-content;
}

.scale-\[2\.5\] {
    --tw-scale-x: 2.5;
    --tw-scale-y: 2.5;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.list-none {
    list-style-type: none;
}

.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.flex-row {
    flex-direction: row;
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.items-start {
    align-items: flex-start;
}

.items-end {
    align-items: flex-end;
}

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

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15px * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    /*margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));*/
    margin-top: 15px;
    /*margin-bottom: calc(2rem * var(--tw-space-y-reverse));*/
    margin-bottom: 20px;
}
.pc-max-inner > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    /*margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));*/
    /*margin-top: 15px;*/
    /*margin-bottom: calc(2rem * var(--tw-space-y-reverse));*/
    /*margin-bottom: 20px;*/
}

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

.justify-self-end {
    justify-self: end;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-scroll {
    overflow: scroll;
}

.rounded-1xl {
    border-radius: 0.75rem;
}

.rounded-2xl {
    border-radius: 1rem;
}

.rounded-3xl {
    border-radius: 1.5rem;
}

.rounded-5xl {
    border-radius: 50px;
}

.rounded-\[56px\] {
    border-radius: 56px;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.rounded-t-3xl {
    /*border-top-left-radius: 1.5rem;*/
    /*border-top-right-radius: 1.5rem;*/
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}

.rounded-t-5xl {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.border {
    border-width: 1px;
}

.border-2 {
    border-width: 2px;
}

.border-4 {
    border-width: 4px;
}

.border-\[1px\] {
    border-width: 1px;
}
.border-\[2px\] {
    border-width: 2px;
}
.border-\[3px\] {
    border-width: 3px;
}

.border-\[2px\] {
    border-width: 2px;
}

.border-y {
    border-top-width: 1px;
    border-bottom-width: 1px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-b-2 {
    border-bottom-width: 2px;
}

.border-b-4 {
    border-bottom-width: 4px;
}

.border-b-\[0\.15rem\] {
    border-bottom-width: 0.15rem;
}

.border-b-\[50px\] {
    /*border-bottom-width: 50px;*/
    border-bottom-width: 25px;
}

.border-l-2 {
    border-left-width: 2px;
}

.border-l-\[20px\] {
    /*border-left-width: 20px;*/
    border-left-width: 10px;
}

.border-r-\[20px\] {
    /*border-right-width: 20px;*/
    border-right-width: 10px;
}

.border-t {
    border-top-width: 1px;
}

.border-t-2 {
    border-top-width: 2px;
}
.border-t-3 {
    border-top-width: 3px;
}

.border-t-4 {
    border-top-width: 4px;
}

.border-solid {
    border-style: solid;
}

.border-\[\#333333\] {
    --tw-border-opacity: 1;
    border-color: rgb(51 51 51 / var(--tw-border-opacity));
}

.border-\[\#808080\] {
    --tw-border-opacity: 1;
    border-color: rgb(128 128 128 / var(--tw-border-opacity));
}

.border-\[\#969696\] {
    --tw-border-opacity: 1;
    border-color: rgb(150 150 150 / var(--tw-border-opacity));
}

.border-\[\#EF7800\] {
    --tw-border-opacity: 1;
    border-color: rgb(239 120 0 / var(--tw-border-opacity));
}

.border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-orange-400 {
    --tw-border-opacity: 1;
    border-color: rgb(251 146 60 / var(--tw-border-opacity));
}

.border-orange-500 {
    --tw-border-opacity: 1;
    border-color: rgb(249 115 22 / var(--tw-border-opacity));
}

.border-slate-400 {
    --tw-border-opacity: 1;
    border-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.border-slate-700 {
    --tw-border-opacity: 1;
    border-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.border-transparent {
    border-color: transparent;
}

.border-b-black {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-l-transparent {
    border-left-color: transparent;
}

.border-r-transparent {
    border-right-color: transparent;
}

.bg-\[\#0098F7\] {
    --tw-bg-opacity: 1;
    background-color: rgb(0 152 247 / var(--tw-bg-opacity));
}

.bg-\[\#35A750\] {
    --tw-bg-opacity: 1;
    background-color: rgb(53 167 80 / var(--tw-bg-opacity));
}

.bg-\[\#666666\] {
    --tw-bg-opacity: 1;
    background-color: rgb(102 102 102 / var(--tw-bg-opacity));
}

.bg-\[\#969696\] {
    --tw-bg-opacity: 1;
    background-color: rgb(150 150 150 / var(--tw-bg-opacity));
}

.bg-\[\#EF7800\] {
    --tw-bg-opacity: 1;
    background-color: rgb(239 120 0 / var(--tw-bg-opacity));
}

.bg-\[\#EFEFEF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}

.bg-\[\#FDF2E6\] {
    --tw-bg-opacity: 1;
    background-color: rgb(253 242 230 / var(--tw-bg-opacity));
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black-custom{
    --tw-bg-opacity: 1;
    /*background-color: #00000080;*/
    background-color: #0000005c;
}

.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.bg-inherit {
    background-color: inherit;
}

.bg-orange-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 237 213 / var(--tw-bg-opacity));
}

.bg-orange-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(251 146 60 / var(--tw-bg-opacity));
}

.bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}

.bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-opacity-70 {
    --tw-bg-opacity: 0.7;
}

.bg-\[url\(\'\/images\/bg-img\.png\'\)\] {
    background-image: url('../../images/bg-img.png');
}

.bg-\[url\(\'\/images\/down-arrow-gray\.png\'\)\] {
    background-image: url('../../images/down-arrow-gray.png');
}

.bg-\[url\(\'\/images\/pulldown\.png\'\)\] {
    background-image: url('../../images/pulldown.png');
}

.bg-cover {
    background-size: cover;
}

.bg-right-1\.5 {
    background-position: center right 1.5rem;
}

.bg-repeat {
    background-repeat: repeat;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.p-1 {
    /*padding: 0.25rem;*/
    padding: 3px;
}

.p-10 {
    padding: 2.5rem;
}

.p-12 {
    padding: 3rem;
}

.p-14 {
    padding: 3.5rem;
}

.p-16{
    padding: 4.5rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-4 {
    /*padding: 1rem;*/
    padding: 10px;
}

.p-6{
    /*padding: 1.5rem;*/
    padding: 15px;
}

.p-8{
    /*padding: 2rem;*/
    padding: 20px;
}

.px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
}

.px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}

.px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
}

.px-2 {
    /*padding-left: 0.5rem;*/
    padding-left: 5px;
    /*padding-right: 0.5rem;*/
    padding-right: 5px;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-20 {
    /*padding-left: 5rem;*/
    padding-left: 20px;
    /*padding-right: 5rem;*/
    padding-right: 20px;
}

.px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
}

.px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
}

.px-6 {
    /*padding-left: 1.5rem;*/
    padding-left: 10px;
    /*padding-right: 1.5rem;*/
    padding-right: 10px;
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.py-10 {
    /*padding-top: 2.5rem;*/
    padding-top: 15px;
    /*padding-bottom: 2.5rem;*/
    padding-bottom: 15px;
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.py-14 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.py-2 {
    /*padding-top: 0.5rem;*/
    /*padding-bottom: 0.5rem;*/
    padding-top: 5px;
    padding-bottom: 5px;
}

.py-3 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}

.py-4 {
    /*padding-top: 1rem;*/
    padding-top: 10px;
    /*padding-bottom: 1rem;*/
    padding-bottom: 10px;
}

.py-5 {
    /*padding-top: 1.25rem;*/
    /*padding-bottom: 1.25rem;*/
    padding-top: 15px;
    padding-bottom: 15px;
}

.py-6 {
    /*padding-top: 1.5rem;*/
    /*padding-bottom: 1.5rem;*/
    padding-top: 20px;
    padding-bottom: 20px;
}

.py-8 {
    /*padding-top: 2rem;*/
    padding-top: 20px;
    /*padding-bottom: 2rem;*/
    padding-bottom: 20px;
}

.pb-1 {
    padding-bottom: 0.25rem;
}
.pb-2 {
    padding-bottom: 0.5rem;
}
.pb-3 {
    padding-bottom: 0.75rem;
}

.pb-10 {
    /*padding-bottom: 2.5rem;*/
    padding-bottom: 20px;
}

.pb-12 {
    padding-bottom: 3rem;
}

.pb-16 {
    padding-bottom: 4rem;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.pb-20 {
    padding-bottom: 5rem;
}

.pb-24 {
    padding-bottom: 6rem;
}

.pb-4 {
    /*padding-bottom: 1rem;*/
    padding-bottom: 10px;
}
.pb-6 {
    /*padding-bottom: 1rem;*/
    padding-bottom: 15px;
}
.pb-8 {
    /*padding-bottom: 1rem;*/
    padding-bottom: 20px;
}

.pb-46 {
    padding-bottom: 11.5rem;
}

.pb-52 {
    padding-bottom: 13rem;
}

.pb-56 {
    padding-bottom: 14rem;
}

.pl-0 {
    padding-left: 0;
}

.pl-10 {
    padding-left: 2.5rem;
}

.pl-12 {
    /*padding-left: 3rem;*/
    padding-left: 45px;
}

.pl-16 {
    padding-left: 4rem;
}

.pl-2 {
    padding-left: 0.5rem;
}

.pl-28 {
    padding-left: 7rem;
}

.pl-3 {
    padding-left: 0.75rem;
}

.pl-4 {
    /*padding-left: 1rem;*/
    /*padding-left: 15px;*/
    padding-left: 8px;
}

.pl-6 {
    padding-left: 1.5rem;
}

.pl-8 {
    padding-left: 2rem;
}

.pr-0 {
    padding-right: 0px;
}

.pr-10 {
    padding-right: 2.5rem;
}

.pr-14 {
    padding-right: 3.5rem;
}

.pr-16 {
    padding-right: 4rem;
}

.pr-2 {
    padding-right: 0.5rem;
}

.pr-20 {
    padding-right: 5rem;
}

.pr-4 {
    padding-right: 1rem;
}

.pr-6 {
    padding-right: 1.5rem;
}

.pr-8 {
    padding-right: 2rem;
}
.pr-12 {
    /*padding-right: 3rem;*/
    padding-right: 45px;
}

.pt-0 {
    padding-top: 0px;
}

.pt-10 {
    /*padding-top: 2.5rem;*/
    padding-top: 20px;
}

.pt-14 {
    padding-top: 3.5rem;
}

.pt-16 {
    padding-top: 4rem;
}
.pt-18 {
    /*padding-top: 5rem;*/
    padding-top: 50px;
}
.pt-20 {
    padding-top: 6rem;
}

.pt-3 {
    padding-top: 0.6rem;
}
.pt-4 {
    padding-top: 1rem;
}

.pt-44 {
    /*padding-top: 11rem;*/
    padding-top: 108px;
}

.pt-5 {
    padding-top: 1.25rem;
}

.pt-56 {
    /*padding-top: 14rem;*/
    padding-top: 164px;
}

.pt-6 {
    padding-top: 1.5rem;
}

.pt-8 {
    /*padding-top: 2rem;*/
    padding-top: 25px;
}

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

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

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

.align-top {
    vertical-align: top;
}

.font-sans {
    font-family: Noto Sans JP, sans-serif;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-2\.5xl {
    font-size: 1.7rem;
    line-height: 2.25rem
}
.text-3\.5xl {
    font-size: 2.25rem;
}

.text-3xl {
    /*font-size: 1.875rem;*/
    font-size: 15px;
    /*line-height: 2.25rem;*/
    line-height: 21px;
}
.text-3\.2xl {
    font-size: 2.05rem;
}
.text-5\.5xl {
    /*font-size: 3.8rem;*/
    font-size: 22px;
}

.text-4\.5xl {
    /*font-size: 2.75rem;*/
    font-size: 18px;
}
.text-4\.2xl {
    font-size: 2.35rem;
}
.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.text-5xl {
    /*font-size: 3rem;*/
    font-size: 20px;
    line-height: 1;
}

.text-6xl {
    /*font-size: 3.75rem;*/
    font-size: 28px;
    line-height: 1;
}

.text-7xl {
    font-size: 4.5rem;
    line-height: 1;
}

.text-8xl {
    /*font-size: 6rem;*/
    font-size: 50px;
    line-height: 1;
}

.text-9xl {
    font-size: 8rem;
    line-height: 1;
}

.text-\[28px\] {
    font-size: 28px;
}

.text-\[32px\] {
    font-size: 32px;
}

.text-\[52px\] {
    font-size: 52px;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-13px{
    font-size:13px;
}
.text-14px{
    font-size:14px;
}
.text-15px{
    font-size:15px;
}
.text-16px{
    font-size:16px;
}
.text-17px{
    font-size:17px;
}
.text-18px{
    font-size:18px;
}
.text-19px{
    font-size:19px;
}
.text-20px{
    font-size:20px;
}
.text-21px{
    font-size:21px;
}
.text-22px{
    font-size:22px;
}
.text-25px{
    font-size:25px;
}
.text-36px{
    font-size:36px;
}
.text-53px{
    font-size:53px;
}

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

.font-medium {
    font-weight: 500;
}

.font-normal {
    font-weight: 400;
}

.font-thin {
    font-weight: 100;
}

.leading-loose {
    line-height: 2;
}

.leading-normal {
    line-height: 1.5;
}

.leading-relaxed {
    line-height: 1.625;
}

.tracking-wide {
    letter-spacing: 0.025em;
}

.text-\[\#007FBF\] {
    --tw-text-opacity: 1;
    color: rgb(0 127 191 / var(--tw-text-opacity));
}

.text-\[\#13A2E2\] {
    --tw-text-opacity: 1;
    color: rgb(19 162 226 / var(--tw-text-opacity));
}

.text-\[\#29A8DF\] {
    --tw-text-opacity: 1;
    color: rgb(41 168 223 / var(--tw-text-opacity));
}

.text-\[\#333333\] {
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
}

.text-\[\#666666\] {
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity));
}

.text-\[\#707070\] {
    --tw-text-opacity: 1;
    color: rgb(112 112 112 / var(--tw-text-opacity));
}

.text-\[\#808080\] {
    --tw-text-opacity: 1;
    color: rgb(128 128 128 / var(--tw-text-opacity));
}

.text-\[\#969696\] {
    --tw-text-opacity: 1;
    color: rgb(150 150 150 / var(--tw-text-opacity));
}

.text-\[\#E5157D\] {
    --tw-text-opacity: 1;
    color: rgb(229 21 125 / var(--tw-text-opacity));
}

.text-\[\#E6454C\] {
    --tw-text-opacity: 1;
    color: rgb(230 69 76 / var(--tw-text-opacity));
}

.text-\[\#EF7800\] {
    --tw-text-opacity: 1;
    color: rgb(239 120 0 / var(--tw-text-opacity));
}

.text-\[\#b0b0b0\] {
    --tw-text-opacity: 1;
    color: rgb(176 176 176 / var(--tw-text-opacity));
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-gray-100 {
    --tw-text-opacity: 1;
    color: rgb(243 244 246 / var(--tw-text-opacity));
}

.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-gray-text {
    --tw-text-opacity: 1;
    color: rgb(128 128 128 / var(--tw-text-opacity));
}

.text-orange-400 {
    --tw-text-opacity: 1;
    color: rgb(251 146 60 / var(--tw-text-opacity));
}

.text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-red-600 {
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-slate-500 {
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity));
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
    text-decoration-line: underline;
}

.decoration-1 {
    text-decoration-thickness: 1px;
}

.placeholder-\[\#b0b0b0\]::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(176 176 176 / var(--tw-placeholder-opacity));
}

.placeholder-\[\#b0b0b0\]::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(176 176 176 / var(--tw-placeholder-opacity));
}

.placeholder-slate-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(71 85 105 / var(--tw-placeholder-opacity));
}

.placeholder-slate-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(71 85 105 / var(--tw-placeholder-opacity));
}

.opacity-50 {
    opacity: 0.5;
}

.opacity-60 {
    opacity: 0.6;
}

.opacity-70 {
    opacity: 0.7;
}

.shadow-footer {
    --tw-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    --tw-shadow-colored: 0px 0px 5px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-orange {
    --tw-shadow: 5px 5px 10px -3px rgba(239, 120, 0, 0.3);
    --tw-shadow-colored: 5px 5px 10px -3px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.duration-300 {
    transition-duration: 300ms;
}

.hidden-scrollbar {
    -ms-overflow-style: none; /* IE, Edge 対応 */
    scrollbar-width: none; /* Firefox 対応 */
}

.hidden-scrollbar::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
}

.tab.active {
    background-color: #EF7800;
    color: rgb(255 255 255);
}

.tab {
    color: rgb(0 0 0);
    background-color: rgb(255 255 255);
    min-width: 8rem;
    text-align: center;
}

.Box .tab{min-width: 12rem; line-height: 1.2;}

.panel {
    display: none;
}

.panel.active {
    display: flex;
}

.schedule-accordion {
    display: none;
}

.schedule-accordion.active {
    display: block;
}

.\[clip-path\:polygon\(0\%_100\%\2c 0\%_0\%\2c 100\%_0\%\2c 85\%_100\%\)\] {
                                                                  -webkit-clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 85% 100%);
                                                                  clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 85% 100%);
                                                              }

.before\:relative::before {
    content: var(--tw-content);
    position: relative;
}

.before\:-top-1::before {
    content: var(--tw-content);
    top: -0.25rem;
}

.before\:-top-2::before {
    content: var(--tw-content);
    top: -0.5rem;
}

.before\:right-2::before {
    content: var(--tw-content);
    right: 0.5rem;
}

.before\:right-4::before {
    content: var(--tw-content);
    right: 1rem;
}

.before\:inline-block::before {
    content: var(--tw-content);
    display: inline-block;
}

.before\:h-2::before {
    content: var(--tw-content);
    height: 0.5rem;
}

.before\:h-4::before {
    content: var(--tw-content);
    height: 1rem;
}

.before\:w-2::before {
    content: var(--tw-content);
    width: 0.5rem;
}

.before\:w-4::before {
    content: var(--tw-content);
    width: 1rem;
}

.before\:rounded-full::before {
    content: var(--tw-content);
    border-radius: 9999px;
}

.before\:bg-\[\#333333\]::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}

.before\:bg-\[\#EF7800\]::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(239 120 0 / var(--tw-bg-opacity));
}

.invalid\:text-\[\#b0b0b0\]:invalid {
    --tw-text-opacity: 1;
    color: rgb(176 176 176 / var(--tw-text-opacity));
}

.hover\:underline:hover {
    text-decoration-line: underline;
}

.bg-image {
    background-image: url(../../images/bg-img.png);
}

.bg-pulldown {
    background-image: url(../../images/pulldown.png);
}

.bg-down-arrow-gray {
    background-image: url(../../images/down-arrow-gray.png);
}

.gojyo button.qr {
    padding-left: 90px;
    border: 2px solid #333333;
}

.gojyo button.qr p {
    position: relative;
    display: inline-block;
}

.gojyo button.qr p:before {
    content: '';
    position: absolute;
    left: -2.5em;
    top: 50%;
    background: url(../../images/camera_icon.png) no-repeat top left;
    /*width: 75px;*/
    /*height: 75px;*/
    width: 35px;
    height: 35px;
    background-size: contain;
    transform: translate(0, -50%);
}

.coupon-image {
    object-fit: cover;
    min-height: 185px;
    max-height: 242px;
}
.coupon-box-slide{
    max-width: 384px;
}
.show-notice-list:focus {
    /*outline: none;*/
    /*background: none;*/
}
.d-none{
    display: none;
}


/*チェックボックス*/
input.create_check{
    display: none;
}

.check-box__text {
    display: inline-block;
    cursor: pointer;
    position: relative;
    /*width: 3rem;*/
    width: 35px;
    /*height: 3rem;*/
    height: 35px;
}

.check-box__text::before {
    content: '';
    display: inline-block;
    position: absolute;
    /*width: 3rem;*/
    width: 35px;
    /*padding-top: 3rem;*/
    padding-top: 34px;
    top: 0;
    left: 0;
    border: 1px solid #111;
}

.check-box__text::after {
    content: '';
    display: inline-block;
    position: absolute;
    /*width: 2rem;*/
    width: 25px;
    /*padding-top: 0.6rem;*/
    padding-top: 7px;
    top: 50%;
    left: 50%;
    /*border-left: 0.4rem solid #f97316;*/
    border-left: 4px solid #f97316;
    /*border-bottom: 0.4rem solid #f97316;*/
    border-bottom: 4px solid #f97316;
    opacity: 0;
    transform: translate(-50%, -50%) rotate(-45deg);
}

input.create_check[type=checkbox]:checked + span::after,
input.create_check[type=radio]:checked + span::after{
    opacity: 1;
}
.link-under-line:hover{
    text-decoration: underline;
}

.notice-no{
    color:#ffffff;
    font-weight: bold;
    /*width: 1.65rem;*/
    width: 14px;
    /*height: 1.65rem;*/
    height: 14px;
}
.in-search:focus,
.in-search:focus-visible{
    outline: none;
}

#coupon_container{
    /*min-height: 33vh;*/
    min-height: 71vh;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

#coupon_container .justify-start{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.scan-btn-wp .close_scan{
    color: black;
    border: 0.2rem solid black;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    padding: 0;
    margin: 0;
    /*line-height: 58px;*/
    background: #ffffff;
    position: relative;
    /*font-size: 3rem;*/
}

.scan-btn-wp .close_scan:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.8rem;
    height: 0.4rem;
    background-color: #5d5d5d;
    -webkit-transform: rotate(45deg);
    transform: translate(-50%, 0px) rotate(45deg);
}
.scan-btn-wp .close_scan:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.8rem;
    height: 0.4rem;
    background-color: #5d5d5d;
    -webkit-transform: rotate(-45deg);
    transform: translate(-50%, 0px) rotate(-45deg);
}



#reader{
    min-height: 350px;
}
.scan-btn-wp {
    /*position: absolute;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    bottom: -30px;*/
    margin: 2rem 0px;
}
input:read-only {
    cursor: default;
    background-color: light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3));
    color: light-dark(rgb(84, 84, 84), rgb(170, 170, 170));
    border-color: rgba(118, 118, 118, 0.3);
}


/*お天気アイコン選択*/
.weather_select_contents{
    margin-left: 0;
    position: absolute;
    right: -2.2rem;
    top: 50%;
    width: 4rem;
    height: 100%;
    transform: translate(-50%, -50%);
}

.arrow{
    position: relative;
    display: inline-block;
    padding: 0;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    width: 3rem;
    height: 100%;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.weather_select_icon::before{
    left: 50%;
    top: 50%;
    width: 1.5rem;
    height: 1.5rem;
    /*border-top: 0.25rem solid #999;
    border-right: 0.25rem solid #999;*/
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    -webkit-transform: rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    margin: 0px;
}
.header{
    touch-action: none;
    z-index: 9;
}

.status_icon_com{

}

.event_icon_css{
    margin-left: 0px;
}

.status_icon_com{
    display: block;
    /*width: 2.5rem;*/
    width: 24px;
    /*height: 2.5rem;*/
    height: 24px;
    color: #000;
    position: relative;
}
/*×*/
.status_icon_com.create_1:before{
    content: '';
    position: absolute;
    top: 50%;
    /*width: 2.6rem;*/
    width: 27px;
    /*height: 0.2rem;*/
    height: 2px;
    background-color: currentColor;
    -webkit-transform: translate(0%, -50%) rotate(45deg);
    transform: translate(0%, -50%) rotate(45deg);
}
.status_icon_com.create_1:after{
    content: '';
    position: absolute;
    top: 50%;
    /*width: 2.6rem;*/
    width: 27px;
    /*height: 0.2rem;*/
    height: 2px;
    background-color: currentColor;
    -webkit-transform: translate(0%, -50%) rotate(-45deg);
    transform: translate(0%, -50%) rotate(-45deg);
}

/*△*/
.status_icon_com.create_2{
    border-style: solid;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
    border-bottom: 25px solid #555555;
    border-top: 0;
}

.status_icon_com.create_2:after {
    content: "";
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 18px solid #fff;
    border-top: 0;
    z-index: 5;
    position: absolute;
    top: 5px;
    left: -10px;
}

/*〇*/
.status_icon_com.create_3{
    background: #555555;
    border-radius: 50%;
}
.status_icon_com.create_3:after{
    content: "";
    display: block;
    background: #fff;
    border-radius: 50%;
    /*width: 2rem;*/
    width: 19px;
    /*height: 2rem;*/
    height: 19px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*お知らせ画像*/
img.notice_img_css{
    max-width: 14rem;
    max-height: 14rem;
    width: auto;
    height: 100%;
    object-fit: cover;
    padding: 0px;
}

.payment_flex{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.payment_flex_line{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}

.event_item_flex{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
}
.event_category_css{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 5rem;
}
.h-percent{
    height: 100%;
}
.items-csenter{
    align-items: center;
}
.payment-type-wp input{
    max-height: 100%;
    height: 8px;
}
.payment-type-wp{
    height: 32px;
}
.custom_event_btn_css{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    width: 80px;
    color: #fb923c;
}
.custom_event_btn_css img{
    /*margin-right: 1rem;*/
    margin-right: 10px;
}

.cover-thumb-coupon {
    width: 100%;
    height: 268px;
    object-fit: cover;
}

.cover-thumb-event {
    width: 300px;
    height: 300px;
    object-fit: cover;
}

.notice_list_contents{
    overflow: hidden;
}
.notice_detail_url{
    text-decoration: underline;
}
.notice_url_txt {
    text-decoration: underline;
}
/*クーポンリスト共通css*/
.coupon-box {
    position: relative;
    /*max-width: 24rem;*/
    max-width: 277px;
}
.coupon_scroll_custom_common .coupon-box:first-child{
    margin-left: 0px;
}
.event-container .event-box{
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.event-container .event-box:nth-of-type(2n){
    margin-left: 15px;
    margin-right: 0px;
}
.coupon-box .coupon_list_ttl_css {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    /*min-height: 9.6rem;*/
    max-height: 130px;
}
.coupon_top_auto{
    margin-top: auto;
}
.coupon_text_contents_h{
    height: 100%;
    display: flex;
    flex-direction: column;
}

.coupon_scroll_custom_common{
    min-height: 13rem;
}
.coupon_scroll_custom_common .coupon-box{
    /*max-width: 25.5rem;*/
    /*min-width: 25.5rem;*/
    max-width: 277px;
    min-width: 277px;
}
.coupon_scroll_custom_common .coupon-box:not(:first-child){
    margin-left: 0.8rem;
}

/*カテゴリー横スクロール*/
.coupon-inner.pc-max-inner{
    max-width: 1135px;
    position: relative;
    margin: auto;
}
.Container {
    width: 100%;
    max-width: 1035px;
    overflow: hidden;
    margin: auto;
}

.Box-Container {
    display: flex;
    width: fit-content;
    transition: transform 0.3s ease;
    transform: translateX(0);
}

.Box {
    /*display: inline-block;*/
}


.coupon-inner .Arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 300;
}

.Arrow.left {
    left: 0;
}

.Arrow.right {
    right: 0;
}

.Hide {
    display: none;
}
.event_scroll_custom_common{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start; /*マイページ用に追加*/
    min-height: 18rem;
}

.event_scroll_custom_common .event-box{
    max-width: 500px;
    width: 100%;
}

.event_img_icon_css img{
    /*width: 2.2rem;*/
    width: 23px;
}

.mt2{
    margin-top: 0.2rem;
}

/*履歴*/
.btn_arr_icon{
    margin-left: 0;
    display: block;
    width: 2rem;
    height: 2rem;
}

.btn_arr_receive{
    position: relative;
}
.btn_arr_icon{
    display: block;
    width: 2rem;
    height: 2rem;
    margin-left: 0;
    position: absolute;
    right: 1.6rem;
}

.btn_arr_icon::before{
    left: 100%;
    top: 50%;
    width: 16px;
    height: 16px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    margin: 0px;
}

/*もっとみる*/
.view_more_receive{
    display: flex;
    align-items: center;
    position: relative;
}
.view_more_icon{
    display: block;
    width: 2rem;
    height: 2rem;
    margin-left: 0;
    margin-right: 2rem;
    /*position: absolute;*/
    /*right: 1.6rem;*/
}

.view_more_icon::before{
    left: 50%;
    top: 50%;
    width: 1.25rem;
    height: 1.25rem;
    /*border-top: 0.25rem solid #fb923c;*/
    border-top: 3px solid #fb923c;
    /*border-right: 0.25rem solid #fb923c;*/
    border-right: 3px solid #fb923c;
    -webkit-transform: rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    margin: 0px;
}

/*詳細を見る*/
.custom_more_btn_css{
    padding-top: 0.8rem;
}

/*変更する*/
.mypage_next_receive{
    position: relative;
}
.mypage_next_icon{
    display: block;
    width: 1rem;
    height: 2rem;
}
.mypage_next_icon::before{
    left: 50%;
    top: 50%;
    width: 1rem;
    height: 1rem;
    border-top: 0.15rem solid #fb923c;
    border-right: 0.15rem solid #fb923c;
    -webkit-transform: rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    margin: 0px;
}

/*お知らせ一覧*/
.notice_category_flex{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 3px;
}
.notice_category_css{
    display: block;
    margin: 0px 13px;
    padding: 3px 20px;
}

.notice_det_category_css{
    display: block;
    /*margin: 0rem 2rem;*/
    /*padding: 0.2rem 2rem 0.5rem 2rem;*/
    margin: 0px 13px;
    padding: 3px 20px;
}

/*イベントカレンダー*/
table tr.h-32,table tr td.h-32{
    /*height: 11rem;*/
    height: 115px;
}

.event-other{
    margin-top: 0 !important;
    margin-left: 5px !important;
    position: relative;
    height: 20px;
}

.event-other span{
    position: absolute;
    top: 0;
}

/*イベント詳細*/
.event_map_contents{
    margin-bottom: 1rem;
}
.event_caption_detail{

}
.event_caption_flex{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.event_caption_ttl{

}
.event_caption_txt{
    word-break: break-all;
}
.coupon_address_url{
    display: block;
    margin-top: 0.5rem;
    color: #0069c2;
    text-decoration: underline;
}
.payment_done_icon{
    /*font-size: 1.9rem;*/
    font-size: 15px;
    /*padding-right: 4rem;*/
    padding-right: 40px;
}

input.readonly_css:read-only{
    background-color: #ddd;
}
select.disabled_css:disabled {
    background-color: #ddd;
}

.new-coupon {
    background: #DD0000;
    /*width: 65px;*/
    margin: 10px 15px;
    padding: 5px 10px;
    text-align: center;
    font-weight: 500;
    color: #EEEEEE;
    position: absolute;
    font-size: 13px;
    z-index: 3;
}

/*タブ色分け*/
/*健康*/
.event_tab_css .event_tab_btn_css1 .tab.active{background-color: #0098f7;}
/*カルチャー*/
.event_tab_css .event_tab_btn_css2 .tab.active{background-color: #e4007f;}
/*スポーツ*/
.event_tab_css .event_tab_btn_css3 .tab.active{background-color: #35a750;}
/*旅行*/
.event_tab_css .event_tab_btn_css4 .tab.active{background-color: #aa68c7;}
/*その他*/
.event_tab_css .event_tab_btn_css5 .tab.active{background-color: #7f4f21;}

/*3点リーダー*/
.txt_three_dots{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

.coupon_area_icon{
    background: #fb923c;
    padding: 5px 10px;
    text-align: center;
    font-weight: 500;
    color: #EEEEEE;
    position: absolute;
    right: 8px;
    bottom: 8px;
    font-size: 12px;
    /*border-radius: 8px;*/
}

.event_cancel_note{
    line-height: normal;
    /*font-size: 2.2rem;*/
    font-size: 15px;
}
.event_cancel_note a{
    color: #429cfc;
    text-decoration: underline;
}

.list_shop_txt{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*max-width: 20.3rem;*/
    /*max-width: 230px;*/
    max-width: 185px;
    /*padding-left: 0;*/
}

.top_header{
    height: 100%;
    max-height: 162px;
    margin: 0px;
}

.pc_max_contents{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1035px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.point-container{
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#withdrawal_btn{
    display: inline-block;
    width: 125px;
    margin-left: auto;
    margin-right: auto;
}

#withdrawal_btn span:hover{cursor: pointer;}

/*PC用ポイント*/
.top-point-container{
    max-width: 410px;
    width: 100%;
    margin: 0px;
}

.top-point-link-btn{
    width: 100px;
    top: -30px;
}

.pc-max-inner{
    width: 100%;
    max-width: 1035px;
    margin-left: auto;
    margin-right: auto;
}
.pc-max-flex-contents{
    display: flex;
    width: 100%;
    max-width: 1035px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.pc-max-banner-inner{
    max-width: 593px;
    width: 100%;
}

.pc-max-banner-inner .berunowa-banner-box{
    margin: 0px;
}

.pc-max-banner-inner .slick-prev, .slick-next{
    display: none !important;
}

.pc-max-flex-contents .roulette-banner-box{
    margin: 0px;
}

.icon1_check,
.icon2_check,
.icon3_check,
.icon4_check,
.top_icon1_check,
.top_icon2_check,
.top_icon3_check,
.top_icon4_check{
    width: 23px;
    height: 21px;
}

.event-list-contents-flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

/*お知らせアイコン*/
.notice-item{
    width: 100%;
    max-width: 380px;
    font-size: 15px;
    padding: 0px 15px;
}

/*pc用header*/
.pc-simple-header{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 1035px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
/*マイページ*/
.my-page-header{
    /*margin-top: -7px !important;*/
    margin-top: 40px;
}

/*クーポン用*/
.coupon-content{
    display: flex;
    flex-direction: column;
}
.coupons-max-inner{
    max-width: 900px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.coupon-search-max-inner{
    max-width: 770px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.pcapp_guide_contents{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 15px;
    color: #333333;
}
.pcapp_guide_txt{
    max-width: 490px;
    width: 100%;
}
.pcapp_guide_txt span{
    color: #e50011;
}
.pcapp_right{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    max-width: 500px;
    width: 100%;
}
.pcapp_guide_ttl{
    background: #d87217;
    color: #fff;
    text-align: center;
    padding: 8px;
    margin-bottom: 10px;
}
.pcapp_guide_store{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    align-content: flex-start;
    justify-content: space-between;
}
.pcapp_ios{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}
.pcapp_android{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    border-left: 1px solid #504f4e;
}
.pcapp_ios img.belnowa_ios_qr,
.pcapp_android img.belnowa_android_qr{
    margin-left: 5px;
}

.min-w-100{
    min-width: 100px;
}
.min-w-130{
    min-width: 130px;
}
.min-w-135{
    min-width: 135px;
}
.min-w-170{
    min-width: 170px;
}
.min-w-280{
    min-width: 280px;
}

.min-w-115px{
    min-width: 115px;
}
.min-w-130px{
    min-width: 130px;
}
.min-w-135px{
    min-width: 135px;
}
.min-w-145px{
    min-width: 145px;
}
.min-w-165px {
    min-width: 165px;
}

.pc-coupon-detail{
    max-width: 750px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/*カレンダー用*/
.pc-max-calendar {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/*ログイン*/
.login-max-frame{
    max-width: 672px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    padding: 30px 40px 40px 40px;
}

.mt-20px {
    margin-top: 20px;
}

/*お知らせ*/
.notice-image-list{
    padding:20px;
    max-width: 200px;
    width: 100%;
}

/*戻るアイコン*/
.page_back_icon{
    padding-left: 0px;
    opacity: 0.5;
}
.page_back_icon img{
    width: 14px;
    height: 25px;
}
.page_back_icon img.gojyo_back_img{
    width: 24px;
    height: 24px;
}


/*イベントカレンダー*/
p.calender-link:hover{
    cursor:pointer;
}

/*マイページ用のslickスライダー*/
.my-page-contents .slick-dots{
    opacity: 0;
}