/*
400: regular
500: medium
700: bold
900: heavy
*/

.bkpopup{
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-fixed {
    position: fixed;
    left: 0;
    top: 0;
    background-color: var(--background);
    width: 100%;
    z-index: 1;
}

.empty-input {
    text-align: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.top-inputbox {
    border: none;
    border-radius: 20px 20px 20px 20px;
}

.new {
    background-color: var(--accent);
    color: #FFFFFF;
    border-radius: 90vw;
    padding: 15px 24px;
    width: fit-content;
    line-height: 1;
    margin-left: 20px;
}

.top-menu-icon {
    width: 51px;
    height: 51px;
    background-color: var(--accent);
    border-radius: 10px;
    gap: 4px;
    flex-flow: column;
}

.top-menu-icon div {
    width: 19px;
    height: 2px;
    background-color: #FFFFFF;
}

.menu-icon {
    width: 48px;
    height: 48px;
}


.vw-100 {
    width: 100vw;
}

.vh-100 {
    height: 100vh;
}

.fit-node {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fade {
    transition: opacity 0.3s ease 0s;
}

.box3-color {
    background-color: #FFDCDC;
}

.fs-16-all,
.fs-16-all div,
.fs-16-all input,
.fs-16-all button,
.fs-16-all select,
.fs-16-all option,
.fs-16-all textarea {
    font-size: 16px;
}

::placeholder {
    color: #B4B4B4;
    font-weight: 400;
}

:root {
    --background: #ffffff;
    --button-1: #ffc4c4;
    --button-2: #EDE266;
    --button-3: #B4B4B4;
    --button-4: #FFEFEF;
    --text: #333333;
    --accent: #ff5858;
    /* --mypage-background-1: #fc8080; */
    --mypage-background-1: #FFC7C7;
    --link-text: #4db0ed;
    --mypage-background-2: #fff4f4;
    --mypage-background-3: #ffe5e5;
    --mypage-background-4: #FFF2CC;
    --sub-accent: #FF8181;
    --box-1: #FFF9B5;
    --box-2: #CCECFF;
    --gray-background: #F2F2F2;
    --active-tab: #FFE0E0;
    --pink: #FFB7B7;
}

.little-height-space{
    height: 4px;
}

.fw-heavy {
    font-weight: 900;
}

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

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

.fw-regular {
    font-weight: 400;
}

.mypage-color-1 {
    background-color: var(--mypage-background-1) !important;
}

.mypage-color-2 {
    background-color: var(--mypage-background-2) !important;
}

.mypage-color-3 {
    background-color: var(--mypage-background-3) !important;
}

.mypage-color-4 {
    background-color: var(--mypage-background-4) !important;
}

.yello-background {
    background-color: var(--box-1);
}

.active-tab-background {
    background-color: var(--active-tab);
}

input.pcolor-1::placeholder{
    color: #333333;
    font-weight: 700;
}

img {
    max-width: 100%;
    max-height: 100%;
}

/* 各要素のデフォルト設定規定 */
html {
    max-width: 1024px;
    margin: 0 auto;
}

body {
    position: relative;
    background-color: var(--background);
    font-family: 'GenJyuuGothic';
    font-weight: 700;
    font-size: 20px;
    /* line-height: 30px; */
    line-height: 1.5;
    color: var(--text);
    width: 100%;

    max-width: 1024px;
    margin: 0 auto;
}

main {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
}

main div {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

main form {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
}

main label {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

th {
    /* display:flex;
    justify-content: center;
    align-items: center; */
    vertical-align: middle;
    text-align: center;
}

td {
    text-align: center;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="date"],
input[type="number"],
textarea {
    text-align: center;
    font-weight: 700;
    /* font-size: 20px; */
    line-height: 1.5;
    border: 1px solid var(--accent);
    border-radius: 10px;
    min-width: 90px;
    min-height: 50px;
    width: 100%;
    background-color: #FFFFFF;
}

select {
    position: relative;
    text-align: left;
    padding-left: 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    border: 1px solid var(--accent);
    border-radius: 10px;
    min-width: 90px;
    min-height: 50px;
    width: 100%;
    background-color: var(--background);
    padding-right: 35px;
}

/* select::before{
    content:"";
    position:absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    background-color: black;
    z-index: 100;
} */
.select-wrapper {
    position: relative;
}

.select-wrapper::after {
    content: "▲";
    position: absolute;
    right: 20px;
    width: 15px;
    height: auto;
    font-size: 10px;
    transform: rotate(180deg) scaleX(2);
    transform-origin: center;
    pointer-events: none;
}

button {
    position: relative;
    background-color: var(--button-1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    padding: 0 15px 0 15px !important;
    min-width: 90px;
    min-height: 50px;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    white-space: nowrap;
    width: fit-content;
}

button::before {
    content: "";
    position: absolute;
    top: 3px;
    /* 上から少し離れた位置に配置 */
    left: 10px;
    /* 左側から少し余白を取る */
    right: 10px;
    /* 右側にも余白を取る */
    height: 4px;
    /* 線の太さ */
    background-color: rgba(255, 255, 255, 0.7);
    /* 白いハイライト */
    border-radius: 5px;
    /* 丸みをつける */
    opacity: 0.5;
}

div.button {
    position: relative;
    /* background-color: var(--button-1); */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    padding: 0 15px 0 15px !important;
    min-width: 90px;
    min-height: 50px;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    white-space: nowrap;
    width: fit-content;
    cursor: pointer;
}

div.button::before {
    content: "";
    position: absolute;
    top: 3px;
    /* 上から少し離れた位置に配置 */
    left: 10px;
    /* 左側から少し余白を取る */
    right: 10px;
    /* 右側にも余白を取る */
    height: 4px;
    /* 線の太さ */
    background-color: rgba(255, 255, 255, 0.7);
    /* 白いハイライト */
    border-radius: 5px;
    /* 丸みをつける */
    opacity: 0.5;
}

input[type="radio"]:checked+div {
    background-color: var(--accent);
    color: #FFFFFF;
}

.top-button {
    background-color: var(--accent);
    color: #FFFFFF;
    border-radius: 50vw;
    width: 100%;
}

.top-button::before {
    background-color: transparent;
}

a {
    color: var(--link-text);
    text-decoration: underline;
    word-break: break-all;
}

h1 {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.785714286
}

h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 2.083333333;
}

h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.785714286;
}

.fs-small {
    font-size: 18px;
    /* line-height:35px; */
    line-height: 1.94;
}

.fs-normal {
    font-size: 20px;
    /* line-height:40pt; */
    line-height: 2;
}

.fs-accent {
    font-size: 28px !important;
    /* line-height:50pt; */
    line-height: 1.79;
}

.fs-main {
    font-size: 20px;
    /* line-height:50pt; */
    line-height: 2.5;
}

.accent-color {
    color: var(--accent) !important;
}

.white-color {
    color: #FFFFFF !important;
}

.accent-background {
    background-color: var(--accent) !important;
}

.normal-background {
    background-color: var(--background) !important;
}

.accent-border {
    border: 1px solid var(--accent) !important;
}

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

.button-1 {
    background-color: var(--button-1);
}

.button-2 {
    background-color: var(--button-2);
}

.button-3,
button.inactive {
    background-color: var(--button-3);
    color: #FFFFFF;
}

.button-4 {
    background-color: var(--button-4);
}

.button-5 {
    background-color: #3AA610;
    color: white;
    height: 55px;
}

.button-accent {
    background-color: var(--accent);
    color: #FFFFFF;
}

button.selected {
    background-color: var(--accent);
    color: #FFFFFF;
}

.box-1,
.box-2,
.box-3,
.box-4,
.box-5 {
    font-size: 18px;
}

.box-1 {
    width: 120px;
    min-height: 50px;
    background-color: var(--box-1);
}

.box-2 {
    justify-content: flex-start;
    width: 250px;
    min-height: 50px;
    background-color: var(--box-2);
    padding-left: 10px
}

.box-3 {
    justify-content: center;
    min-height: 50px;
    background-color: #FFDCDC;
    padding-left: 10px
}

.box-4 {
    justify-content: center;
    min-height: 50px;
    background-color: #FFF0F0;
    padding-left: 10px
}

.box-5 {
    justify-content: center;
    min-height: 50px;
    background-color: #FFFFFF;
    padding-left: 10px
}

.half-radius {
    border-radius: 10px 10px 0 0;
}

.half-radius-8px {
    border-radius: 8px 8px 0 0;
}

.half-radius-inv {
    border-radius: 0 0 10px 10px;
}

.normal-radius {
    border-radius: 10px 10px 10px 10px;
}

body .input-box-1 {
    width: 93px;
    height: 50px;
    font-size: 18px;
    padding-right: 10px;
    text-align: right;
}

.column {
    flex-flow: column;
}

.row {
    flex-flow: row;
}

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

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

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

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

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

.w-fit {
    width: fit-content;
}

.h-fit {
    height: fit-content;
}


.op-0 {
    opacity: 0.0 !important;
}

.op-10 {
    opacity: 0.1 !important;
}

.op-20 {
    opacity: 0.2 !important;
}

.op-30 {
    opacity: 0.3 !important;
}

.op-40 {
    opacity: 0.4 !important;
}

.op-50 {
    opacity: 0.5 !important;
}

.op-60 {
    opacity: 0.6 !important;
}

.op-70 {
    opacity: 0.7 !important;
}

.op-80 {
    opacity: 0.8 !important;
}

.op-90 {
    opacity: 0.9 !important;
}

.op-100 {
    opacity: 1.0 !important;
}

.fs-1 {
    font-size: 1px !important;
}

.fs-2 {
    font-size: 2px !important;
}

.fs-3 {
    font-size: 3px !important;
}

.fs-4 {
    font-size: 4px !important;
}

.fs-5 {
    font-size: 5px !important;
}

.fs-6 {
    font-size: 6px !important;
}

.fs-6R5 {
    font-size: 6.5px !important;
}

.fs-7 {
    font-size: 7px !important;
}

.fs-8 {
    font-size: 8px !important;
}

.fs-9 {
    font-size: 9px !important;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-19 {
    font-size: 19px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-21 {
    font-size: 21px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-23 {
    font-size: 23px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-25 {
    font-size: 25px !important;
}

.fs-26 {
    font-size: 26px !important;
}

.fs-27 {
    font-size: 27px !important;
}

.fs-28 {
    font-size: 28px !important;
}

.fs-29 {
    font-size: 29px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-31 {
    font-size: 31px !important;
}

.fs-32 {
    font-size: 32px !important;
}

.fs-33 {
    font-size: 33px !important;
}

.fs-34 {
    font-size: 34px !important;
}

.fs-35 {
    font-size: 35px !important;
}

.fs-36 {
    font-size: 36px !important;
}

.fs-37 {
    font-size: 37px !important;
}

.fs-38 {
    font-size: 38px !important;
}

.fs-39 {
    font-size: 39px !important;
}

.fs-40 {
    font-size: 40px !important;
}

.fs-41 {
    font-size: 41px !important;
}

.fs-42 {
    font-size: 42px !important;
}

.fs-43 {
    font-size: 43px !important;
}

.fs-44 {
    font-size: 44px !important;
}

.fs-45 {
    font-size: 45px !important;
}

.fs-46 {
    font-size: 46px !important;
}

.fs-47 {
    font-size: 47px !important;
}

.fs-48 {
    font-size: 48px !important;
}

.fs-49 {
    font-size: 49px !important;
}

.fs-50 {
    font-size: 50px !important;
}

.fs-51 {
    font-size: 51px !important;
}

.fs-52 {
    font-size: 52px !important;
}

.fs-53 {
    font-size: 53px !important;
}

.fs-54 {
    font-size: 54px !important;
}

.fs-55 {
    font-size: 55px !important;
}

.fs-56 {
    font-size: 56px !important;
}

.fs-57 {
    font-size: 57px !important;
}

.fs-58 {
    font-size: 58px !important;
}

.fs-59 {
    font-size: 59px !important;
}

.fs-60 {
    font-size: 60px !important;
}

.mt--30 {
    margin-top: -30px !important;
}

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

.mt--10 {
    margin-top: -10px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-1 {
    margin-top: 1px !important;
}

.mt-2 {
    margin-top: 2px !important;
}

.mt-3 {
    margin-top: 3px !important;
}

.mt-4 {
    margin-top: 4px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-6 {
    margin-top: 6px !important;
}

.mt-7 {
    margin-top: 7px !important;
}

.mt-8 {
    margin-top: 8px !important;
}

.mt-9 {
    margin-top: 9px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

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

.mt-30 {
    margin-top: 30px !important;
}

.mt-32{
    margin-top: 32px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mr-60 {
    margin-right: 60px !important;
}

.mr-70 {
    margin-right: 70px !important;
}

.mr-80 {
    margin-right: 80px !important;
}

.mr-90 {
    margin-right: 90px !important;
}

.mr-100 {
    margin-right: 100px !important;
}

.mb--20 {
    margin-bottom: -20px !important;
}

.mb--10 {
    margin-bottom: -10px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-4 {
    margin-bottom: 4px !important;
}
.mb-16{
    margin-bottom: 16px !important;
}
.mb-12{
    margin-bottom: 12px !important;
}

.mb-8 {
    margin-bottom: 8px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.ml--20 {
    margin-left: -20px !important;
}

.ml-8 {
    margin-left: 8px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-16 {
    margin-left: 16px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.ml-60 {
    margin-left: 60px !important;
}

.ml-70 {
    margin-left: 70px !important;
}

.ml-80 {
    margin-left: 80px !important;
}

.ml-90 {
    margin-left: 90px !important;
}

.ml-100 {
    margin-left: 100px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

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

.pr-5 {
    padding-right: 5px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

.pr-70 {
    padding-right: 70px !important;
}

.pr-80 {
    padding-right: 80px !important;
}

.pr-90 {
    padding-right: 90px !important;
}

.pr-100 {
    padding-right: 100px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pl-60 {
    padding-left: 60px !important;
}

.pl-70 {
    padding-left: 70px !important;
}

.pl-80 {
    padding-left: 80px !important;
}

.pl-90 {
    padding-left: 90px !important;
}

.pl-100 {
    padding-left: 100px !important;
}

.pl-2R5per {
    padding-left: 2.5% !important;
}

.w-1 {
    width: 1% !important;
}

.w-2 {
    width: 2% !important;
}

.w-3 {
    width: 3% !important;
}

.w-4 {
    width: 4% !important;
}

.w-5 {
    width: 5% !important;
}

.w-6 {
    width: 6% !important;
}

.w-7 {
    width: 7% !important;
}

.w-8 {
    width: 8% !important;
}

.w-9 {
    width: 9% !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}
.w-32 {
    width: 32% !important;
}
.w-38 {
    width: 38% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.w-48 {
    width: 48% !important;
}

.w-50 {
    width: 50% !important;
}

.w-52 {
    width: 52% !important;
}

.w-55 {
    width: 55% !important;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-90 {
    width: 90% !important;
}

.w-95 {
    width: 95% !important;
}

.w-97R5 {
    width: 97.5% !important;
}

.w-98 {
    width: 98% !important;
}

.w-99 {
    width: 99% !important;
}

.w-100 {
    width: 100% !important;
}

.mw-512px {
    max-width: 512px !important;
}

.mw-1024px {
    max-width: 1024px !important;
}

.h-10 {
    height: 10% !important;
}

.h-20 {
    height: 20% !important;
}

.h-30 {
    height: 30% !important;
}

.h-40 {
    height: 40% !important;
}

.h-50 {
    height: 50% !important;
}

.h-60 {
    height: 60% !important;
}

.h-70 {
    height: 70% !important;
}

.h-80 {
    height: 80% !important;
}

.h-90 {
    height: 90% !important;
}

.h-98 {
    height: 98% !important;
}

.h-99 {
    height: 99% !important;
}

.h-100 {
    height: 100% !important;
}

.h-1px {
    height: 1px !important;
}

.h-2px {
    height: 2px !important;
}

.h-3px {
    height: 3px !important;
}

.h-4px {
    height: 4px !important;
}

.h-5px {
    height: 5px !important;
}

.h-6px {
    height: 6px !important;
}

.h-7px {
    height: 7px !important;
}

.h-8px {
    height: 8px !important;
}

.h-9px {
    height: 9px !important;
}

.h-10px {
    height: 10px !important;
}

.h-20px {
    height: 20px !important;
}

.h-27px {
    height: 27px !important;
}

.h-35px {
    height: 35px !important;
}

.h-30px {
    height: 30px !important;
}

.h-40px {
    height: 40px !important;
}

.h-45px {
    height: 45px !important;
}

.h-50px {
    height: 50px !important;
}

.h-60px {
    height: 60px !important;
}

.h-70px {
    height: 70px !important;
}

.h-80px {
    height: 80px !important;
}

.h-90px {
    height: 90px !important;
}

.h-100px {
    height: 100px !important;
}

.h-150px {
    height: 150px !important;
}

.h-200px {
    height: 200px !important;
}

.h-300px {
    height: 300px !important;
}

.h-400px {
    height: 400px !important;
}

.h-500px {
    height: 500px !important;
}

.h-600px {
    height: 600px !important;
}

.h-700px {
    height: 700px !important;
}

.h-800px {
    height: 800px !important;
}

.h-900px {
    height: 900px !important;
}

.h-1000px {
    height: 1000px !important;
}

.h-100vh {
    height: 100vh !important;
}

.w-10px {
    width: 10px !important;
    flex-shrink: 0
}

.w-20px {
    width: 20px !important;
    flex-shrink: 0
}

.w-25px {
    width: 25px !important;
    flex-shrink: 0
}

.w-30px {
    width: 30px !important;
    flex-shrink: 0
}

.w-32px {
    width: 32px !important;
    flex-shrink: 0
}

col:nth-child(1) {
    width: 32px;
}
.tb-rl {
    flex-shrink: 0;
    /* writing-mode: tb-rl;  */
}

.w-40px {
    width: 40px !important;
    flex-shrink: 0
}

.w-50px {
    width: 50px !important;
    flex-shrink: 0
}

.w-60px {
    width: 60px !important;
    flex-shrink: 0
}

.w-70px {
    width: 70px !important;
    flex-shrink: 0
}

.w-80px {
    width: 80px !important;
    flex-shrink: 0
}

.w-90px {
    width: 90px !important;
    flex-shrink: 0
}

.w-100px {
    width: 100px !important;
    flex-shrink: 0
}

.w-110px {
    width: 110px !important;
    flex-shrink: 0
}

.w-120px {
    width: 120px !important;
    flex-shrink: 0
}

.w-130px {
    width: 130px !important;
    flex-shrink: 0
}

.w-140px {
    width: 140px !important;
    flex-shrink: 0
}

.w-150px {
    width: 150px !important;
    flex-shrink: 0
}

.w-160px {
    width: 160px !important;
    flex-shrink: 0
}

.w-170px {
    width: 170px !important;
    flex-shrink: 0
}

.w-180px {
    width: 180px !important;
    flex-shrink: 0
}

.w-190px {
    width: 190px !important;
    flex-shrink: 0
}

.w-200px {
    width: 200px !important;
    flex-shrink: 0
}

.w-220px {
    width: 220px !important;
    flex-shrink: 0
}

.w-230px {
    width: 230px !important;
    flex-shrink: 0
}

.w-240px {
    width: 240px !important;
    flex-shrink: 0
}

.w-250px {
    width: 260px !important;
    flex-shrink: 0
}

.w-260px {
    width: 260px !important;
    flex-shrink: 0
}

.w-270px {
    width: 270px !important;
    flex-shrink: 0
}

.w-300px {
    width: 300px !important;
    flex-shrink: 0
}

.w-400px {
    width: 400px !important;
    flex-shrink: 0
}

.w-500px {
    width: 500px !important;
    flex-shrink: 0
}

.w-600px {
    width: 600px !important;
    flex-shrink: 0
}

.w-700px {
    width: 700px !important;
    flex-shrink: 0
}

.w-800px {
    width: 800px !important;
    flex-shrink: 0
}

.w-900px {
    width: 900px !important;
    flex-shrink: 0
}

.w-1000px {
    width: 1000px !important;
    flex-shrink: 0
}

.gap-1 {
    gap: 1% !important;
}

.gap-2 {
    gap: 2% !important;
}

.gap-3 {
    gap: 3% !important;
}

.gap-4 {
    gap: 4% !important;
}

.gap-5 {
    gap: 5% !important;
}

.gap-10 {
    gap: 10% !important;
}

.gap-15 {
    gap: 15% !important;
}

.gap-20 {
    gap: 20% !important;
}

.gap-25 {
    gap: 25% !important;
}

.gap-30 {
    gap: 30% !important;
}

.gap-35 {
    gap: 35% !important;
}

.gap-40 {
    gap: 40% !important;
}

.gap-45 {
    gap: 45% !important;
}

.gap-50 {
    gap: 50% !important;
}

.gap-1px {
    gap: 1px !important;
}

.gap-2px {
    gap: 2px !important;
}

.gap-3px {
    gap: 3px !important;
}

.gap-4px {
    gap: 4px !important;
}

.gap-5px {
    gap: 5px !important;
}

.gap-10px {
    gap: 10px !important;
}

.gap-15px {
    gap: 15px !important;
}

.gap-20px {
    gap: 20px !important;
}

.gap-25px {
    gap: 25px !important;
}

.gap-30px {
    gap: 30px !important;
}

.gap-35px {
    gap: 35px !important;
}

.gap-40px {
    gap: 40px !important;
}

.gap-45px {
    gap: 45px !important;
}

.gap-50px {
    gap: 50px !important;
}

.rgap-10px{
    row-gap:10px;
}

.tgap-1 {
    border-spacing: 1px !important;
    border-collapse: separate !important;
}

.tgap-2 {
    border-spacing: 2px !important;
    border-collapse: separate !important;
}

.tgap-3 {
    border-spacing: 3px !important;
    border-collapse: separate !important;
}

.tgap-4 {
    border-spacing: 4px !important;
    border-collapse: separate !important;
}

.tgap-5 {
    border-spacing: 5px !important;
    border-collapse: separate !important;
}

.tgap-10 {
    border-spacing: 10px !important;
    border-collapse: separate !important;
}

.tgap-15 {
    border-spacing: 15px !important;
    border-collapse: separate !important;
}

.tgap-20 {
    border-spacing: 20px !important;
    border-collapse: separate !important;
}

.tgap-25 {
    border-spacing: 25px !important;
    border-collapse: separate !important;
}

.tgap-30 {
    border-spacing: 30px !important;
    border-collapse: separate !important;
}

.tgap-35 {
    border-spacing: 35px !important;
    border-collapse: separate !important;
}

.tgap-40 {
    border-spacing: 40px !important;
    border-collapse: separate !important;
}

.tgap-45 {
    border-spacing: 45px !important;
    border-collapse: separate !important;
}

.tgap-50 {
    border-spacing: 50px !important;
    border-collapse: separate !important;
}

.left-0 {
    left: 0px !important;
}

.left-10 {
    left: 10px !important;
}

.left-20 {
    left: 20px !important;
}

.left-30 {
    left: 30px !important;
}

.left-40 {
    left: 40px !important;
}

.left-50 {
    left: 50px !important;
}

.left-60 {
    left: 60px !important;
}

.left-70 {
    left: 70px !important;
}

.left-80 {
    left: 80px !important;
}

.left-90 {
    left: 90px !important;
}

.left-100 {
    left: 100px !important;
}

.left--10 {
    left: -10px !important;
}

.left--20 {
    left: -20px !important;
}

.left--30 {
    left: -30px !important;
}

.left--40 {
    left: -40px !important;
}

.left--50 {
    left: -50px !important;
}

.left--60 {
    left: -60px !important;
}

.left--70 {
    left: -70px !important;
}

.left--80 {
    left: -80px !important;
}

.left--90 {
    left: -90px !important;
}

.left--100 {
    left: -100px !important;
}

.right-0 {
    right: 0px !important;
}

.right-10 {
    right: 10px !important;
}

.right-15 {
    right: 15px !important;
}

.right-20 {
    right: 20px !important;
}

.right-30 {
    right: 30px !important;
}

.right-40 {
    right: 40px !important;
}

.right-50 {
    right: 50px !important;
}

.right-60 {
    right: 60px !important;
}

.right-70 {
    right: 70px !important;
}

.right-80 {
    right: 80px !important;
}

.right-90 {
    right: 90px !important;
}

.right-100 {
    right: 100px !important;
}

.right--5 {
    right: -5px !important;
}

.right--10 {
    right: -10px !important;
}

.right--20 {
    right: -20px !important;
}

.right--30 {
    right: -30px !important;
}

.right--40 {
    right: -40px !important;
}

.right--50 {
    right: -50px !important;
}

.right--60 {
    right: -60px !important;
}

.right--70 {
    right: -70px !important;
}

.right--80 {
    right: -80px !important;
}

.right--90 {
    right: -90px !important;
}

.right--100 {
    right: -100px !important;
}

.top-0 {
    top: 0px !important;
}

.top-10 {
    top: 10px !important;
}

.top-20 {
    top: 20px !important;
}

.top-30 {
    top: 30px !important;
}

.top-40 {
    top: 40px !important;
}

.top-50 {
    top: 50px !important;
}

.top-60 {
    top: 60px !important;
}

.top-70 {
    top: 70px !important;
}

.top-80 {
    top: 80px !important;
}

.top-90 {
    top: 90px !important;
}

.top-100 {
    top: 100px !important;
}

.top--5 {
    top: -5px !important;
}

.top--10 {
    top: -10px !important;
}

.top--20 {
    top: -20px !important;
}

.top--30 {
    top: -30px !important;
}

.top--40 {
    top: -40px !important;
}

.top--50 {
    top: -50px !important;
}

.top--60 {
    top: -60px !important;
}

.top--70 {
    top: -70px !important;
}

.top--80 {
    top: -80px !important;
}

.top--90 {
    top: -90px !important;
}

.top--100 {
    top: -100px !important;
}

.bottom-0 {
    bottom: 0px !important;
}

.bottom-10 {
    bottom: 10px !important;
}

.bottom-20 {
    bottom: 20px !important;
}

.bottom-30 {
    bottom: 30px !important;
}

.bottom-40 {
    bottom: 40px !important;
}

.bottom-50 {
    bottom: 50px !important;
}

.bottom-60 {
    bottom: 60px !important;
}

.bottom-70 {
    bottom: 70px !important;
}

.bottom-80 {
    bottom: 80px !important;
}

.bottom-90 {
    bottom: 90px !important;
}

.bottom-100 {
    bottom: 100px !important;
}

.bottom--5 {
    bottom: -5px !important;
}

.bottom--10 {
    bottom: -10px !important;
}

.bottom--20 {
    bottom: -20px !important;
}

.bottom--30 {
    bottom: -30px !important;
}

.bottom--40 {
    bottom: -40px !important;
}

.bottom--50 {
    bottom: -50px !important;
}

.bottom--60 {
    bottom: -60px !important;
}

.bottom--70 {
    bottom: -70px !important;
}

.bottom--80 {
    bottom: -80px !important;
}

.bottom--90 {
    bottom: -90px !important;
}

.bottom--100 {
    bottom: -100px !important;
}

.lh-20 {
    line-height: 20px !important;
}

.lh-1 {
    line-height: 1 !important;
}

.lh-1R1 {
    line-height: 1.1 !important;
}

.lh-1R2 {
    line-height: 1.2 !important;
}

.lh-1R3 {
    line-height: 1.3 !important;
}

.lh-1R4 {
    line-height: 1.4 !important;
}

.lh-1R5 {
    line-height: 1.5 !important;
}

.lh-1R6 {
    line-height: 1.6 !important;
}

.lh-1R7 {
    line-height: 1.7 !important;
}

.lh-1R8 {
    line-height: 1.8 !important;
}

.lh-1R9 {
    line-height: 1.9 !important;
}

.lh-2 {
    line-height: 2 !important;
}

.ls--1 {
    letter-spacing: -1px;
}

.ls--2 {
    letter-spacing: -2px;
}

.ls--2R5 {
    letter-spacing: -2.5px;
}

.ls--3 {
    letter-spacing: -3px;
}

.ls-2{
    letter-spacing: 2px;
}

.wrap {
    flex-wrap: wrap;
    white-space: normal;
}

.abs {
    position: absolute;
    width: fit-content;
    height: fit-content;
}

.easy10free {
    position: absolute;
    top: -13%;
    right: 0;
    border-radius: 21px;
    background-color: var(--accent);
    padding: 20%;
    width: 0;
    height: 0;
}

.easy10free div {
    font-size: 24px;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    text-align: center;
}

.hdn {
    display: none;
}

.fade-hdn {
    pointer-events: none;
    opacity: 0;
}

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

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

.vertifal-middle{
    vertical-align:middle;
}

.modal-type-1 {
    position: fixed;
    width: 90%;
    height: 60%;

}

.fixed-buttons {
    position: fixed;
}

.tab-badge,
.tab-badge-small {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FF5858;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    width: 27px;
    height: 27px;
    text-align: center;
}

.tab-badge-small {
    width: 16px;
    height: 16px;
    font-size: 9px;
}

#enduser-mypage .mypage-tab {
    border-radius: 10px 10px 0 0;
    line-height: 25px;
    font-size: 14px;
}

.sub-accent-color {
    color: var(--sub-accent);
}

.sub-accent-background {
    background-color: var(--sub-accent);
}

.arrow-rotate-180 {
    transform: rotate(180deg) scaleX(2);
    transform-origin: center;
}

.arrow-rotate-0 {
    transform: rotate(0deg) scaleX(2);
    transform-origin: center;
}

.little-arrow-rotate-180 {
    transform: rotate(180deg) scaleX(1.5);
    transform-origin: center;
}

.little-arrow-rotate-0 {
    transform: rotate(0deg) scaleX(1.5);
    transform-origin: center;
}

.gray-background {
    background-color: var(--gray-background);
}

.sideways {
    writing-mode: vertical-rl;
    text-orientation: sideways;
}

.item-style {
    position: relative;
    padding-left: 20px;
}

.item-style::before {
    content: '●';
    color: #000000;
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 10px;
}

.item-style-little {
    position: relative;
    padding-left: 20px;
}

.item-style-little::before {
    content: '●';
    color: #000000;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 10px;
}


/* 固定資産税用 */
.item-style2 {
    position: relative;
    padding-left: 20px;
}

.item-style2::before {
    content: '●';
    color: #000000;
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 16px;
}
.item-style3 {
    position: relative;
    padding-left: 25px;
}

.item-style3::before {
    content: '◯';
    color: #000000;
    position: absolute;
    left: 5px;
    top: 0px;
    font-size: 16px;
}

.pointer {
    cursor: pointer;
}

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


/* table tr {
    border-bottom: 1px solid #000;
}

table td.special-row {
    border-bottom: 3px solid #000;
}

table td.special-column,
table th.special-column {
    border-right: 1px solid #000;
}

table td.special-column-thick,
table th.special-column-thick {
    border-right: 3px solid #000;
} */

/* table.tdgap td{
    border-right: 5px solid ;
}
table.trgap tr{
    border-bottom: 5px solid ;
} */
/* table.tdgap td:not(:last-child),
table.tdgap th:not(:last-child) {
    border-right: 5px solid var(--background);
}
table.trgap tr:not(:last-child) {
    border-bottom: 5px solid var(--background);
}
table.trgap th{
    border-bottom: 5px solid var(--background);
}

table .table-b-r{
    border-right: 1px solid #B4B4B4 !important;
}
table .table-b-b{
    border-bottom: 1px solid #B4B4B4 !important;
}
table .table-b-b-b{
    border-bottom: 10px solid #F2F2F2 !important;
} */

div.table-body div {
    width: 120px;
}

div.table-body div:not(:last-child) {
    margin-right: 5px;
}

div.table-body div.table-row {
    width: fit-content;
}

div.table-body div.table-row:nth-child(n+3) {
    border-top: 1px solid #B4B4B4;
}

div.table-body div.table-row:first-of-type {
    border-bottom: none;
    margin-bottom: 3px;
}

div.table-body div.b-l {
    border-left: 1px solid #B4B4B4;
}

div.table-body.b-b-b {
    border-bottom: 10px solid #F2F2F2;
}

.no-wrap {
    white-space: nowrap;
}

.row-names div {
    padding-left: 2px;
}

.overflow-x {
    overflow-x: auto;
}

.overflow-y {
    overflow-y: auto;
}

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

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

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

.openTabBtn.active:not(.no-color) {
    background-color: var(--active-tab) !important;
}

.min-w-0 {
    min-width: 0;
}

.circle {
    width: 10px;
    height: 10px;
    border-radius: 90vw;
    border: 2px solid var(--text);
}

.max-radius {
    border-radius: 90vw;
}

.grow {
    flex-grow: 1;
}

.shrink {
    flex-shrink: 1;
}

.align-stretch {
    align-items: stretch !important;
}

.justify-stretch {
    justify-content: stretch !important;
}

.right-arrow,
.right-arrow-r {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    font-weight: 400;
    background-color: var(--accent);
    color: #FFFFFF;
    border-radius: 50vw;
    flex-shrink: 0;
    font-size: 16px;
}

.right-arrow-r {
    /* font-size: 24px !important; */
}

.right-arrow-r {
    background-color: #FFFFFF;
    color: var(--accent);
}

.right-arrow-pink,
.right-arrow-pink-r {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    font-weight: 400;
    background-color: var(--pink);
    color: #FFFFFF;
    border-radius: 50vw;
    flex-shrink: 0;
    font-size: 16px !important;
}

.right-arrow-pink-r {
    background-color: #FFFFFF;
    color: var(--pink);
}

.right-arrow-big {
    font-size: 24px !important;
}

.menu-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    flex-shrink: 0;
    transition-duration: 0.3s;
}

.menu-hdn {
    left: 100%;
}

/* .top-background{
    position: absolute;
    top: 50%;
    left: 0;
    padding: 26.3% 50% 26.3% 50%;
    background-image: url('/public/img/top_background.png');
    background-size: cover;
    background-position: center;
} */

/* 横向きのための横幅min設定 */
#enduser-mirai {
    min-width: 667px;
}

main .rotate-modal-landscape,
main .rotate-modal-portrait {
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.overflow-hidden {
    overflow: hidden;
}

.about-title {
    font-size: 20px;
    font-weight: bold;
}

.top-form {
    max-width: 1000px;
    margin: 0 auto;
}

.submit-button {
    width: 480px;
    padding: 24px 0 !important;
    line-height: 1;
}

.child-age {
    justify-content: start;
    margin-left: 15px;
}

.end-register-modal {
    height: calc(90% - 123px);
    top: 50px;
}

table.jido-teate {
    width: 100%;
    max-width: 512px;
    border-collapse: collapse;
    /* margin: 20px auto; */
    font-size: 18px;
    font-weight: 700;
}
table.jido-teate th, table.jido-teate td {
    border: 1px solid #000;
    padding: 10px;
    text-align: center;
}
table.jido-teate .blue {
    background-color: #d6efff;
}
table.jido-teate .pink {
    background-color: #ffe6e6;
}
table.jido-teate .red {
    color: red;
}
table.jido-teate .arrow {
    text-align: center;
    font-size: 24px;
    margin: 20px 0;
}
table.jido-teate .w-bg{
    background-color: #FFFFFF;
}
table.jido-teate .tr-bg{
    background-color: rgb(255, 244, 244);
    border: none;
}
table.jido-teate th, table.jido-teate td {
    text-align: center; /* 中央揃え */
    vertical-align: middle; /* 垂直方向中央揃え */
}
table.jido-teate th:first-child, table.jido-teate td:first-child {
    width: 30%;
}
.down-arrow-big {
    position: relative;
}
.down-arrow-big::after {
    content: "▲";
    /* position: absolute; */
    /* right: 20px; */
    /* width: 150px; */
    font-family: 'Noto Sans', sans-serif;
    height: auto;
    font-size:80px;
    transform: rotate(180deg) scaleX(2);
    transform-origin: center;
    pointer-events: none;
}

.pointer-event-none{
    pointer-events: none;
}

.hanging-indent {
    padding-left: 24px; /* 全体の左余白 */
    text-indent: -24px; /* 最初の行を左に戻す */
}
.hanging-indent2 {
    padding-left: 45px; /* 全体の左余白 */
    text-indent: -40px; /* 最初の行を左に戻す */
}

.auto-chat-modal,.auto-chat-modal>div{
    position: fixed;
    overflow-y: auto;
    width:100%;
    height:100%;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition-duration: 0.5s;
}
.auto-chat-modal>div{
    background-color: #ffe4e1;
    max-width: 1024px;
    width:95%;
    height:fit-content;
    max-height: 95svh;
    opacity: 1;
    border-radius: 10px;
    cursor: auto;
}
.auto-chat-modal{
    pointer-events: none;
    cursor: pointer;
}
.auto-chat-modal.on{
    opacity: 1;
    pointer-events: auto !important;
}
.auto-chat-modal img{
    width: 23px;
    height: 32px;
    cursor: pointer;
}
.auto-chat-modal-sticky-header{
    position: sticky;
    top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ffe4e1;
    z-index: 1;
}

.interest-modal,.interest-modal>div{
    position: fixed;
    overflow-y: auto;
    width:100%;
    height:100%;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition-duration: 0.5s;
}
.interest-modal>div{
    background-color: #ffe4e1;
    max-width: 1024px;
    width:95%;
    height:fit-content;
    max-height: 95svh;
    opacity: 1;
    border-radius: 10px;
    cursor: auto;
}
.interest-modal{
    pointer-events: none;
    /* cursor: pointer; */
}
.interest-modal.on{
    opacity: 1;
    pointer-events: auto !important;
}
/* .interest-modal img{
    width: 23px;
    height: 32px;
    cursor: pointer;
} */
/* .interest-modal-sticky-header{
    position: sticky;
    top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ffe4e1;
    z-index: 1;
} */
.interest-modal input{
    margin-top: 6px;
    cursor: pointer;
}
.interest-modal label{
    justify-content: start;
    align-items: start;
    gap: 16px;
    cursor: pointer;
}


.form-outline-item{
    text-indent: -1.75em;
    padding-left: 1.75em;
}
.register-page-item-list-head{
    border: 1px solid #FF5858;
    background-color: #FFE5E5;
    border-radius: 10px 10px 0 0;

    height: 50px;
    
    padding: 20px;
    width: 100%;
    cursor: pointer;
    color: #333333;
}
.register-page-item-list-content-container{
    border: 0 solid #FFFFFF;
    background-color: #FFF5F5;
    
    width: 100%;
    padding-bottom: 20px;
    border-radius: 0 0 10px 10px;
}

.invisible{
    opacity: 0;
}

@media (max-width: 500px) {
    table.jido-teate {
        font-size: 16px;
    }
}

.underline {
    text-decoration: underline;
}

.preview-container {
    width: 150px;
    height: 150px;
    border: 1px solid #ff5858;
    border-radius: 150px;
    display: flex;
    align-items: center;
    justify-content: center;

    img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        border-radius: 150px !important;
    }
}

.title-box {
    border: 1px solid #FF5858;
    background-color: #FFE5E5;
    color: #333;
    line-height: 1.5;
}

.modal-outer {
    position: fixed;
    z-index: 1000;
}

.modal-grid {
    background-color: #ffe4e1;
    border-radius: 10px;
}

.modal-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pink-background {
    background-color: #FFDCDC;
}

.pink-border {
    border: 1px solid #FF7B80;
}

/* .gray-background {
    background-color: #F2F2F2;
} */

.gray-color {
    color: #B4B4B4;
}

.client-detail {
    cursor: pointer;
}

#enduser-login .login-form-input{
    padding-left: 16px;
    padding-right: 16px;
    text-align: left;
}

/* .scrollable-table{
    overflow: auto;
    touch-action: none;
} */



@media (min-aspect-ratio: 1/1) {

    /* 横向きスタイル（横幅　＞　縦幅）*/
    .menu-content {
        left: auto;
        right: 0;
        width: 50%;
        max-width: 650px;
        height: auto;
        max-height: 100vh;
        border-radius: 0 0 0 150px;
        overflow-y: auto;
        padding-left: 50px;
        padding-right: 50px;
    }

    .menu-hdn {
        right: -100%;
    }

    main.sp .rotate-modal-portrait {
        display: flex;
    }
}

@media (max-aspect-ratio: 1/1) {

    /* 縦向きスタイル（縦幅　＞　横幅） */
    main.sp .rotate-modal-landscape {
        display: flex;
    }
}

/* sp → pc切り替え用の設定 */
@media (max-width: 1024px) {
    .sp-hdn {
        display: none;
    }
}

@media (min-width: 1025px) {
    .pc-hdn {
        display: none;
    }

    /* .top-background-forpc{
        position: absolute;
        top: 30%;
        left: 0;
        padding: 11.6% 50% 11.6% 50%;
        background-image: url('/public/img/top_background_forpc.png');
        background-size: cover;
        background-position: center;
    } */

    .easy10free {
        right: -5%;
        top: -8%;
        padding: 15%;
        border-radius: 30px;
    }

    .top-menu-icon {
        width: 87px;
        height: 87px;
        min-width: 87px;
        min-height: 87px;
        background-color: var(--accent);
        border-radius: 10px;
        gap: 7px;
        flex-flow: column;
    }

    .top-menu-icon div {
        width: 32px;
        height: 5px;
        background-color: #FFFFFF;
    }
}


.pc-max {
    max-width: 1000px;
    margin: 0 auto;
}


    .fs-20-to-14{
        font-size: 20px !important;
    }
    .fs-13-to-12{
        font-size: 13px !important;
    }
    .fs-20-to-18{
        font-size: 20px !important;
    }
    .fs-18-to-16{
        font-size: 20px !important;
    }
    .fs-16-to-12{
        font-size: 16px !important;
    }
    .fs-16-12-land{
        font-size: 16px !important;
    }

@media (max-width: 500px) {
    .fs-20-to-14 {
        font-size: 14px !important;
    }

    .fs-16-to-14 {
        font-size: 14px !important;
    }

    .sp-fs-14 {
        font-size: 14px !important;
    }

    .sp-fs-12 {
        font-size: 12px !important;
    }

    .sp-fs-18 {
        font-size: 18px !important;
    }
    .sp-fs-16{
        font-size: 16px !important;
    }
    .sp-fs-11{
        font-size: 11px !important;
    }

    .sp-fs-10 {
        font-size: 10px !important;
    }
    .fs-20-to-18{
        font-size: 18px !important;
    }
    .fs-18-to-16{
        font-size: 16px !important;
    }
    .fs-16-to-12{
        font-size: 12px !important;
    }
    .fs-14-sp{
        font-size: 14px !important;
    }
    .fs-20-sp{
        font-size: 20px !important;
    }
}

@media (max-width: 720px) {
    .fs-13-to-12 {
        font-size: 12px !important;
    }
}

@media (max-width: 800px) {
    .fs-16-12-land{
        font-size: 12px !important;
    }
}

/* sp → pc切り替え用の設定 for 800px */
@media (max-width: 800px) {
    .sp-hdn-800 {
        display: none;
    }
}

@media (min-width: 801px) {
    .pc-hdn-800 {
        display: none;
    }
}

#admin-end-list, #admin-expert-list{
    min-width:667px;
}
@media (max-width: 666px) {
    #admin-end-list, #admin-expert-list{
        min-width:1700px;
    }
}
/* @media (max-width: 843px) {
    #admin-end-list, #admin-expert-list {
        min-width:0;
        max-width: none;
        width: fit-content;
    }
    .end-user-list-table{
        width: 1600px;
    }
    .end-user-list-table-container{
        overflow-x: visible;
        overflow-y: auto;
    }
} */

.user-list-search-icon{
    min-width: 45px;
}
.long-word-wrap{
    display:inline-block;
    overflow-wrap: break-word;
}

.loading-overlay{
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.loading-overlay::after{
    content: "送信中...";
    font-size: 32px;
    color: #FFFFFF;
}
.f-hdn{
    display: none !important;
}