/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com*//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4
}

body {
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
    margin: 0
}
.hidden_radio{
    display: none;
    position: absolute;
    width: 100%;
}

hr {
    color: inherit;
    height: 0
}

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

b, strong {
    font-weight: bolder
}

code, kbd, pre, samp {
    font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    border-color: inherit;
    text-indent: 0
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

:-moz-focusring {
    outline: 1px dotted ButtonText
}

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

legend {
    padding: 0
}

progress {
    vertical-align: baseline
}

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

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

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

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

button {
    background-color: transparent;
    background-image: none
}

fieldset, ol, ul {
    margin: 0;
    padding: 0
}

ol, ul {
    list-style: none
}

html {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 1.5
}

body {
    font-family: inherit;
    line-height: inherit
}

*, :after, :before {
    border: 0 solid;
    box-sizing: border-box
}

hr {
    border-top-width: 1px
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

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

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

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

:-moz-focusring {
    outline: auto
}

table {
    border-collapse: collapse
}

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

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

button, input, optgroup, select, textarea {
    color: inherit;
    line-height: inherit;
    padding: 0
}

code, kbd, pre, samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

audio, canvas, embed, iframe, img, object, svg, video {
    display: block;
    vertical-align: middle
}

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

[hidden] {
    display: none
}

*, :after, :before {
    --tw-border-opacity: 1;
    --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity))
}

:root {
    --base-color: #f3f3f3;
    --text-color: #212121;
    --primary-color: #0080CC;
    --dark-primary-color: #0080CC;
    --bgray: #172b4d;
    --bgray-100: #7e84a3;
    --bgray-500: #56647d;
    --bgray-600: #47556f;
    --border-color: #d7d7d7;
    --shadow-color: #152232;
    --shadow-color-rgb: 21, 34, 50
}

html {
    background-color: var(--base-color);
    font-family: Hiragino Kaku Gothic ProN, sans-serif;
    font-size: 16px
}

body {
    color: var(--text-color);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    min-height: 100vh;
    min-height: -webkit-fill-available
}

#slideNav {
    z-index: 900
}

.nav01_02 {
    z-index: 800
}

#floatControls {
    z-index: 600
}

.modalBox {
    z-index: 700
}

.calendar__time_list {
    z-index: 601; /* #floatControlsの後ろに回り込まないように + 1 */
}

#floatControls {
    bottom: 0;
    left: 0;
    margin-top: 3rem;
    position: fixed;
    position: -webkit-sticky;
    position: sticky;
    transition: all .5s
}

#wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

#mainHeader {
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .25)
}

#mainHeader header {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 1136px
}

.serviceTitle {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
    padding-top: 10px
}

.serviceTitle .title01 {
    color: #4d4d4d;
    font-size: .75rem;
    line-height: 1rem
}

.serviceTitle .title02 {
    color: var(--primary-color);
    font-size: .65rem;
    font-weight: 600;
    line-height: 1rem
}

#globalNav {
    align-items: center;
    margin-left: auto
}

#globalNav, #globalNav .nav01 {
    display: flex
}

.itemGlobalNav__navopen {
    display: block;
    font-size: .65rem;
    height: 58px;
    line-height: 1rem;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-indent: 100%;
    white-space: nowrap;
    width: 60px
}

.itemGlobalNav__navopen:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' width='25' height='17'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='none' d='M0 0h25v17H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23a)' fill='none' stroke='%23707070' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3e%3cpath d='M1 1h23M1 8.5h23M1 16h23'/%3e%3c/g%3e%3c/svg%3e");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 25px auto;
    content: "";
    display: block;
    height: 58px;
    margin-left: auto;
    margin-right: auto;
    width: 60px
}

.itemGlobalNav__appointment, .itemGlobalNav__confirmation {
    background: transparent;
    border-right: 1px solid #eaeaea;
    display: block;
    font-size: .75rem;
    font-weight: 600;
    height: 58px;
    line-height: 1rem;
    position: relative;
    text-align: center;
    width: 60px
}

.itemGlobalNav__appointment.itemGlobalNav__current, .itemGlobalNav__confirmation.itemGlobalNav__current {
    color: var(--primary-color)
}

.itemGlobalNav__appointment:after, .itemGlobalNav__confirmation:after {
    background-color: transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%
}

.itemGlobalNav__appointment.itemGlobalNav__current:after, .itemGlobalNav__confirmation.itemGlobalNav__current:after {
    background-color: var(--primary-color)
}

.itemGlobalNav__appointment:before, .itemGlobalNav__confirmation:before {
    content: "";
    display: block;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 60px
}

.itemGlobalNav__appointment {
    border-left: 1px solid #eaeaea
}

.itemGlobalNav__appointment:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' width='21.272' height='21.045'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='%23969696' d='M0 0h21.272v21.045H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23a)' fill='%23969696'%3e%3cpath d='M4.047 19.427A2.431 2.431 0 0 1 1.619 17V9.713h16.189v1.307a5.8 5.8 0 0 1 1.619.535V6.476a4.052 4.052 0 0 0-4.047-4.047h-1.889V.809a.809.809 0 0 0-1.619 0v1.619H7.825V.809a.809.809 0 0 0-1.619 0v1.619H4.047A4.052 4.052 0 0 0 0 6.476V17a4.052 4.052 0 0 0 4.047 4.047h8.709a5.889 5.889 0 0 1-1.2-1.619ZM1.619 6.476a2.431 2.431 0 0 1 2.428-2.429h2.159v1.619a.809.809 0 1 0 1.619 0V4.047h4.047v1.619a.809.809 0 0 0 1.619 0V4.047h1.888a2.431 2.431 0 0 1 2.428 2.428v1.619H1.619Z'/%3e%3cpath d='M20.97 13.405a.809.809 0 0 0-1.137.122l-3.814 4.732-1.418-1.444a.81.81 0 0 0-1.156 1.133l2.055 2.094a.808.808 0 0 0 .578.243h.04a.808.808 0 0 0 .59-.3l4.381-5.443a.807.807 0 0 0-.122-1.137'/%3e%3c/g%3e%3c/svg%3e");
    background-position: 50% 49%;
    background-repeat: no-repeat;
    background-size: 21px auto;
    height: 21px;
    margin-top: 9px
}

.itemGlobalNav__appointment.itemGlobalNav__current:before, .itemGlobalNav__appointment:hover:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' width='21.272' height='21.045'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='%230080cc' d='M0 0h21.272v21.045H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23a)' fill='%230080cc'%3e%3cpath d='M4.047 19.427A2.431 2.431 0 0 1 1.619 17V9.713h16.189v1.307a5.8 5.8 0 0 1 1.619.535V6.476a4.052 4.052 0 0 0-4.047-4.047h-1.889V.809a.809.809 0 0 0-1.619 0v1.619H7.825V.809a.809.809 0 0 0-1.619 0v1.619H4.047A4.052 4.052 0 0 0 0 6.476V17a4.052 4.052 0 0 0 4.047 4.047h8.709a5.889 5.889 0 0 1-1.2-1.619ZM1.619 6.476a2.431 2.431 0 0 1 2.428-2.429h2.159v1.619a.809.809 0 1 0 1.619 0V4.047h4.047v1.619a.809.809 0 0 0 1.619 0V4.047h1.888a2.431 2.431 0 0 1 2.428 2.428v1.619H1.619Z'/%3e%3cpath d='M20.97 13.405a.809.809 0 0 0-1.137.122l-3.814 4.732-1.418-1.444a.81.81 0 0 0-1.156 1.133l2.055 2.094a.808.808 0 0 0 .578.243h.04a.808.808 0 0 0 .59-.3l4.381-5.443a.807.807 0 0 0-.122-1.137'/%3e%3c/g%3e%3c/svg%3e")
}

.itemGlobalNav__confirmation:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20.875' height='18.061'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='%23969696' d='M0 0h20.875v18.061H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23a)' fill='%23969696'%3e%3cpath d='M7.723 3.8H1.452V1.452h6.271Zm0-3.8H1.452A1.452 1.452 0 0 0 0 1.452V3.8a1.451 1.451 0 0 0 1.452 1.454h6.271A1.451 1.451 0 0 0 9.174 3.8V1.452A1.452 1.452 0 0 0 7.723 0'/%3e%3cpath d='M17.913 3.8h-6.271V1.452h6.271Zm0-3.8h-6.271a1.452 1.452 0 0 0-1.452 1.452V3.8a1.451 1.451 0 0 0 1.452 1.451h6.271A1.451 1.451 0 0 0 19.364 3.8V1.452A1.452 1.452 0 0 0 17.913 0'/%3e%3cpath d='M7.723 9.782H1.452V7.431h6.271Zm0-3.8H1.452A1.452 1.452 0 0 0 0 7.431v2.352a1.451 1.451 0 0 0 1.452 1.451h6.271a1.451 1.451 0 0 0 1.452-1.451V7.431a1.452 1.452 0 0 0-1.452-1.452'/%3e%3cpath d='M7.723 15.762H1.452v-2.351h6.271Zm0-3.8H1.452A1.452 1.452 0 0 0 0 13.411v2.352a1.451 1.451 0 0 0 1.452 1.45h6.271a1.451 1.451 0 0 0 1.452-1.451v-2.351a1.452 1.452 0 0 0-1.452-1.452'/%3e%3cpath d='M12.031 11.233a5.714 5.714 0 0 1 1.64-1.452h-2.029V7.43h6.271v1.742a5.639 5.639 0 0 1 1.452.582V7.43a1.451 1.451 0 0 0-1.452-1.451h-6.271A1.451 1.451 0 0 0 10.19 7.43v2.352a1.452 1.452 0 0 0 1.452 1.452Z'/%3e%3cpath d='M15.846 18.061a.782.782 0 0 1-.56-.235l-1.991-2.028a.785.785 0 1 1 1.119-1.1l1.373 1.4 3.693-4.582a.784.784 0 0 1 1.22.983l-4.245 5.269a.786.786 0 0 1-.572.292h-.038'/%3e%3c/g%3e%3c/svg%3e");
    background-position: 50% 49%;
    background-repeat: no-repeat;
    background-size: 21px auto;
    height: 18px;
    margin-top: 12px
}

.itemGlobalNav__confirmation.itemGlobalNav__current:before, .itemGlobalNav__confirmation:hover:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20.875' height='18.061'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='%230080cc' d='M0 0h20.875v18.061H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg clip-path='url(%23a)' fill='%230080cc'%3e%3cpath d='M7.723 3.8H1.452V1.452h6.271Zm0-3.8H1.452A1.452 1.452 0 0 0 0 1.452V3.8a1.451 1.451 0 0 0 1.452 1.454h6.271A1.451 1.451 0 0 0 9.174 3.8V1.452A1.452 1.452 0 0 0 7.723 0'/%3e%3cpath d='M17.913 3.8h-6.271V1.452h6.271Zm0-3.8h-6.271a1.452 1.452 0 0 0-1.452 1.452V3.8a1.451 1.451 0 0 0 1.452 1.451h6.271A1.451 1.451 0 0 0 19.364 3.8V1.452A1.452 1.452 0 0 0 17.913 0'/%3e%3cpath d='M7.723 9.782H1.452V7.431h6.271Zm0-3.8H1.452A1.452 1.452 0 0 0 0 7.431v2.352a1.451 1.451 0 0 0 1.452 1.451h6.271a1.451 1.451 0 0 0 1.452-1.451V7.431a1.452 1.452 0 0 0-1.452-1.452'/%3e%3cpath d='M7.723 15.762H1.452v-2.351h6.271Zm0-3.8H1.452A1.452 1.452 0 0 0 0 13.411v2.352a1.451 1.451 0 0 0 1.452 1.45h6.271a1.451 1.451 0 0 0 1.452-1.451v-2.351a1.452 1.452 0 0 0-1.452-1.452'/%3e%3cpath d='M12.031 11.233a5.714 5.714 0 0 1 1.64-1.452h-2.029V7.43h6.271v1.742a5.639 5.639 0 0 1 1.452.582V7.43a1.451 1.451 0 0 0-1.452-1.451h-6.271A1.451 1.451 0 0 0 10.19 7.43v2.352a1.452 1.452 0 0 0 1.452 1.452Z'/%3e%3cpath d='M15.846 18.061a.782.782 0 0 1-.56-.235l-1.991-2.028a.785.785 0 1 1 1.119-1.1l1.373 1.4 3.693-4.582a.784.784 0 0 1 1.22.983l-4.245 5.269a.786.786 0 0 1-.572.292h-.038'/%3e%3c/g%3e%3c/svg%3e")
}

#slideNav {
    height: 100%;
    position: fixed;
    right: -120%;
    top: 0;
    transition: all .5s;
    width: 100%
}

#slideNav.is__active {
    right: 0
}

#slideNav__overlay {
    background-color: rgba(0, 0, 0, .2);
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all .5s;
    visibility: hidden;
    width: 100%
}

#slideNav.is__active #slideNav__overlay {
    opacity: 1;
    visibility: visible
}

.nav01_02 {
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 80%
}

.nav01_02 ul {
    border-top: 2px solid #f3f3f3
}

.nav01_02 li {
    border-bottom: 2px solid #dfdfe8
}

.nav01_02 li a {
    color: #707070;
    display: block;
    padding-bottom: .8rem;
    padding-left: 1.5rem;
    padding-top: .8rem;
    position: relative
}

.nav01_02 li a:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' width='7.741' height='12.987'%3e%3cpath d='m1.251 12.987 6.49-6.529L1.251 0 0 1.263l5.151 5.2L0 11.752Z' fill='%230080cc'/%3e%3c/svg%3e");
    background-size: contain;
    content: "";
    height: 22px;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px
}

.itemGlobalNav__navclose, .nav01_02 li a:after {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block
}

.itemGlobalNav__navclose {
    background-image: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' width='26.103' height='26.103'%3e%3cg fill='%23707070'%3e%3cpath d='M25.605 3.022 3.022 25.605a1.848 1.848 0 0 1-2.524 0 1.848 1.848 0 0 1 0-2.524L23.081.498a1.848 1.848 0 0 1 2.524 0 1.848 1.848 0 0 1 0 2.524Z'/%3e%3cpath d='M3.01.496 25.504 22.99a1.84 1.84 0 0 1 0 2.514 1.84 1.84 0 0 1-2.514 0l-7.815-7.815L.496 3.01a1.84 1.84 0 0 1 0-2.514 1.84 1.84 0 0 1 2.514 0Z'/%3e%3c/g%3e%3c/svg%3e");
    background-size: 18px auto;
    height: 54px;
    margin-left: auto;
    margin-top: 20px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 54px
}

.itemGlobalNav__signin, .itemGlobalNav__signout {
    display: block;
    font-size: .875rem;
    line-height: 1.25rem;
    margin-top: .6em;
    padding-bottom: .5rem;
    padding-top: .5rem;
    text-align: center;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.itemGlobalNav__username {
    display: none
}

.itemGlobalNav__sp_username {
    color: #707070;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1rem;
    position: absolute;
    right: 1rem;
    text-align: right;
    top: 1rem
}

#mainFooter {
    background: #dcdcdc 0 0 no-repeat padding-box;
    padding: 20px 30px
}

.footerNav {
    margin-left: auto;
    text-align: right
}

.itemFooterNav {
    color: #707070;
    display: inline-block;
    font-size: .75rem;
    letter-spacing: .01em;
    line-height: 1rem;
    margin-left: 2em
}

.itemFooterNav > a:hover {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.copyrightFooterNav {
    color: #707070;
    display: block;
    font-size: .75rem;
    letter-spacing: .01em;
    line-height: 1rem;
    margin-top: 1rem;
    text-align: right
}

#mainContainer {
    flex: 1;
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
    position: relative
}

#mainContainer.has__floating {
    padding-bottom: 0
}

.courseProgress {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.courseProgress li {
    position: relative;
    width: 24px
}

.courseProgress li > span {
    font-size: 0;
    height: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-indent: 100%;
    top: 0;
    white-space: nowrap
}

.courseProgress li:before {
    background-color: #949494;
    border-radius: 50%;
    content: "";
    display: block;
    height: 10px;
    margin: 0 auto;
    width: 10px
}

.courseProgress li:after {
    background-color: #949494;
    content: "";
    display: block;
    height: 1px;
    left: -50%;
    position: absolute;
    top: 5px;
    width: 100%;
    z-index: -1
}

.courseProgress li:first-of-type:after {
    content: none
}

.courseProgress .courseProgress__active, .courseProgress .courseProgress__complete {
    color: var(--primary-color)
}

.courseProgress .courseProgress__active:after, .courseProgress .courseProgress__active:before, .courseProgress .courseProgress__complete:after, .courseProgress .courseProgress__complete:before {
    background-color: var(--primary-color)
}

.courseSelect__card > label {
    display: grid;
    grid-auto-rows: min-content auto min-content;
    word-break: break-all;
}

.courseSelect__checkbox {
    padding-left: 36px;
    padding-right: 30px;
    position: relative
}

.courseSelect__checkbox:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20.322' height='15.813'%3e%3cpath d='m.688 7.095 7.68 7.252L19.548.631' fill='none' stroke='%23fff' stroke-width='2'/%3e%3c/svg%3e");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 13px auto;
    border-radius: .25rem;
    border-width: 1px;
    content: "";
    display: block;
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .1s ease-in-out;
    width: 24px
}

.peer:checked ~ .peer-checked\:border-primary .courseSelect__checkbox:before {
    background-color: var(--primary-color)
}

.has__icon_Questionnaire {
    position: relative
}

.has__icon_Questionnaire:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' width='26.139' height='20'%3e%3cpath d='M11.855 9.071h12.217a.94.94 0 0 1 0 1.88H11.855a.94.94 0 1 1 0-1.88Z' fill='%23fff'/%3e%3cpath d='M21.509 5.197a.909.909 0 0 1 .651.275l3.709 3.787a.953.953 0 0 1 0 1.329l-3.709 3.786a.906.906 0 0 1-1.3 0 .953.953 0 0 1 0-1.329l3.057-3.121-3.059-3.122a.953.953 0 0 1 0-1.329.909.909 0 0 1 .651-.276Z' fill='%23fff'/%3e%3cpath d='M15.868 20H2.783A2.816 2.816 0 0 1 0 17.157V2.843A2.816 2.816 0 0 1 2.783 0h13.085a2.816 2.816 0 0 1 2.783 2.843v2.366a.928.928 0 1 1-1.855 0V2.843a.939.939 0 0 0-.928-.948H2.783a.939.939 0 0 0-.928.948v14.314a.939.939 0 0 0 .928.948h13.085a.939.939 0 0 0 .928-.948v-2.57a.928.928 0 1 1 1.855 0v2.571A2.815 2.815 0 0 1 15.868 20Z' fill='%23fff'/%3e%3c/svg%3e");
    background-size: contain;
    height: 15px;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px
}

.has__icon_Questionnaire:before, .informationIcon {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    content: "";
    display: block;
    position: absolute
}

.has__icon_Questionnaire:before, .informationIconInDetail {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    content: "";
    display: block;
}

.informationIcon {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22116%22%20height%3D%2226%22%20viewBox%3D%220%200%20116%2026%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_6132%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%206132%22%20transform%3D%22translate(-1339%20-2638)%22%3E%20%3Cg%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_3446%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%203446%22%20transform%3D%22translate(1339%202638)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23dcdcdc%22%20stroke-width%3D%221%22%3E%20%3Crect%20width%3D%22116%22%20height%3D%2226%22%20rx%3D%223%22%20stroke%3D%22none%22%2F%3E%20%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%22115%22%20height%3D%2225%22%20rx%3D%222.5%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_5955%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%205955%22%20transform%3D%22translate(1355%202644)%22%3E%20%3Ctext%20id%3D%22%E8%A9%B3%E7%B4%B0%E3%81%AF%E3%81%93%E3%81%A1%E3%82%89%22%20transform%3D%22translate(0%2012)%22%20fill%3D%22%234d4d4d%22%20font-size%3D%2214%22%20font-family%3D%22YuGothicUI-Regular%2C%20Yu%20Gothic%20UI%22%3E%3Ctspan%20x%3D%220%22%20y%3D%220%22%3E%E8%A9%B3%E7%B4%B0%E3%81%AF%E3%81%93%E3%81%A1%E3%82%89%3C%2Ftspan%3E%3C%2Ftext%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
    background-size: 72px auto;
    height: 45px;
    overflow: hidden;
    text-indent: 100%;
    transform: translate(8px, -8px);
    white-space: nowrap;
    width: 148px
}
.informationIconInDetail {
    background-color: #fff;
    border: 1px solid rgba(229, 231, 235, var(--tw-border-opacity));
    border-radius: 3px;
    color: #707070;
    float: left;
    font-weight: 700;
    padding-top: 0.2rem;
    position: relative;
    z-index: 100;
    height: 24px;
    width: 60px;
    margin-left: auto;
    cursor: pointer;
}

.widthOnBox {
    width: 65px;
}
.buttonCourseDetails {
    color: #707070;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.25rem;
    text-align: left
}

button.buttonCourseDetails {
    display: block;
    width: 100%;
    margin-top: 2px;
}
.progressActiveColor {
    fill: var(--primary-color);
}

.progressCompleteColor{
    fill: #707070;
}
.progressNonActiveColor{
    fill: #dcdcdc;
}
.progressTriangleColor{
    fill: #969696;
}
.progressFontColor{
    fill: white;
}

button.buttonCourseDetails:after {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22116%22%20height%3D%2240%22%20viewBox%3D%220%200%20116%2040%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_6170%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%206170%22%20transform%3D%22translate(-1038%20-334)%22%3E%0A%20%20%20%20%20%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_603%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20603%22%20width%3D%2240%22%20height%3D%2240%22%20rx%3D%225%22%20transform%3D%22translate(1114%20334)%22%20fill%3D%22%23eaeaea%22%2F%3E%0A%20%20%20%20%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_6109%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%206109%22%20transform%3D%22translate(270.406%20126.406)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_137%22%20data-name%3D%22%E3%83%91%E3%82%B9%20137%22%20d%3D%22M16.647%2C1.965%2C1.965%2C16.647a1.2%2C1.2%2C0%2C0%2C1-1.641%2C0h0a1.2%2C1.2%2C0%2C0%2C1%2C0-1.641L15.006.324a1.2%2C1.2%2C0%2C0%2C1%2C1.641%2C0h0A1.2%2C1.2%2C0%2C0%2C1%2C16.647%2C1.965Z%22%20transform%3D%22translate(851.594%20227.594)%20rotate(-45)%22%20fill%3D%22%23707070%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_6357%22%20data-name%3D%22%E3%83%91%E3%82%B9%206357%22%20d%3D%22M16.647%2C1.965%2C1.965%2C16.647a1.2%2C1.2%2C0%2C0%2C1-1.641%2C0h0a1.2%2C1.2%2C0%2C0%2C1%2C0-1.641L15.006.324a1.2%2C1.2%2C0%2C0%2C1%2C1.641%2C0h0A1.2%2C1.2%2C0%2C0%2C1%2C16.647%2C1.965Z%22%20transform%3D%22translate(863.594%20215.594)%20rotate(45)%22%20fill%3D%22%23707070%22%2F%3E%0A%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 96px auto;
    content: "表示する";
    color: #4d4d4d;
    font-size: small;
    padding-top: 15px;
    display: block;
    height: 50px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: 10%;
    top: 2px;
    white-space: nowrap;
    width: 110px
}

@media (min-width: 808px){
    button.buttonCourseDetails:after {
        top: 6px;
        padding-top: 10px;
    }
}

button.buttonCourseDetails.is__active:after {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22116%22%20height%3D%2240%22%20viewBox%3D%220%200%2095%2040%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_6123%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%206123%22%20transform%3D%22translate(-1059%20-334)%22%3E%0A%20%20%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_6122%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%206122%22%3E%0A%20%20%20%20%20%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_603%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20603%22%20width%3D%2240%22%20height%3D%2240%22%20rx%3D%225%22%20transform%3D%22translate(1114%20334)%22%20fill%3D%22%23eaeaea%22%2F%3E%0A%20%20%20%20%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_6109%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%206109%22%20transform%3D%22translate(270.406%20126.406)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_6357%22%20data-name%3D%22%E3%83%91%E3%82%B9%206357%22%20d%3D%22M16.647%2C1.965%2C1.965%2C16.647a1.2%2C1.2%2C0%2C0%2C1-1.641%2C0h0a1.2%2C1.2%2C0%2C0%2C1%2C0-1.641L15.006.324a1.2%2C1.2%2C0%2C0%2C1%2C1.641%2C0h0A1.2%2C1.2%2C0%2C0%2C1%2C16.647%2C1.965Z%22%20transform%3D%22translate(863.594%20215.594)%20rotate(45)%22%20fill%3D%22%23707070%22%2F%3E%0A%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');
    content: "閉じる";
    background-position: 100% 50%;
    margin-right: -2px;
}

#courseDetails.is__active {
    max-height: var(--max-height)
}

.categoryDetails.is__active {
    max-height: var(--max-height);
}

.prevLink__sp {
    background-image: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' width='13' height='21'%3e%3cpath d='M0 10.5 10.85 0 13 2.08 4.3 10.5l8.7 8.42L10.85 21Z' fill='%23707070'/%3e%3c/svg%3e");
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 13px auto;
    display: block;
    height: 40px;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-indent: 100%;
    top: -10px;
    white-space: nowrap;
    width: 40px
}

.calendar__month_controls {
    align-items: center;
    display: flex
}

.calendar__prevmonth_control {
    background-image: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12.182' height='20.121'%3e%3cpath d='m11.121 1.06-9 9 9 9' fill='none' stroke='%230080cc' stroke-width='3'/%3e%3c/svg%3e");
    border-top-left-radius: .5rem
}

.calendar__nexrmonth_control, .calendar__prevmonth_control {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 12px auto;
    display: block;
    height: 3.5rem;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 4.5rem
}
.text-primary{
    color: #0080cc;
}
.calendar__nexrmonth_control {
    background-image: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12.182' height='20.121'%3e%3cpath d='m1.061 19.06 9-9-9-9' fill='none' stroke='%230080cc' stroke-width='3'/%3e%3c/svg%3e");
    border-top-right-radius: .5rem
}

.calendar__wrap {
    z-index: 0
}

.calendar__wrap, .calendar__wrap thead {
    display: block;
    width: 100%
}

.calendar__wrap thead tr {
    display: flex;
    width: 100%
}

.calendar__wrap thead td, .calendar__wrap thead th {
    background-color: #fff;
    border-top: 1px solid #eaeaea;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
    display: block;
    padding: 0;
    width: 100%
}

.calendar__wrap tbody {
    display: block;
    width: 100%
}

.calendar__wrap tbody tr {
    display: flex;
    width: 100%
}

.calendar__wrap tbody td, .calendar__wrap tbody th {
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    display: block;
    padding: 0;
    position: relative;
    width: 100%
}

.calendar__weekday {
    font-size: 13px;
    font-weight: 400;
    padding-bottom: .2rem;
    padding-top: .25rem;
    vertical-align: middle
}

.calendar__date {
    border: 1px solid transparent;
    color: #707070;
    height: 100%;
    line-height: 1.15;
    padding-bottom: .2rem;
    padding-top: .2rem;
    width: 100%
}

.calendar__date:not(.is__disable) {
    cursor: pointer
}

.calendar__date.is__selected {
    background-color: #D0EFFF;
    border-color: var(--primary-color)
}
.calendar__date.is__time__selected {
    background-color: #D0EFFF;
    border-color: var(--primary-color)
}
.calendar__date.is__disable {
    color: hsla(0, 0%, 44%, .4)
}

.calendar__date > span {
    display: block;
    line-height: 1.15;
    margin-top: .2rem;
    text-align: center
}

.calendar__time_list {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
    display: none;
    font-size: .875rem;
    line-height: 1.25rem;
    min-width: 7rem;
    position: absolute;
    width: 80%;
    height: 300px;
    overflow-y: auto;
}

.calendar__date.is__selected + .calendar__time_list {
    display: block
}

.calendar__time {
    position: relative
}

.calendar__time label {
    border: 1px solid transparent;
    border-radius: .25rem;
    cursor: pointer;
    display: block;
    padding: .5rem 1em;
    white-space: nowrap
}

.calendar__time label:hover {
    background-color: #f2f2f2
}

.has__icon_confirm:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath transform='translate(-.074 -.263)' fill='%230080cc' d='M0 0h40v40H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg transform='translate(.074 .263)' clip-path='url(%23a)' fill='%230080cc'%3e%3cpath d='M20.215 25.6a1.884 1.884 0 0 1-1.348-.566l-8.242-8.4a1.89 1.89 0 0 1 2.7-2.643l6.755 6.883L36.327.7a1.888 1.888 0 0 1 2.941 2.367L21.685 24.9a1.892 1.892 0 0 1-1.378.7h-.093'/%3e%3cpath d='M34.185 39.852H5.663A5.669 5.669 0 0 1 0 34.189V5.665A5.668 5.668 0 0 1 5.663.001h17.091a1.888 1.888 0 0 1 0 3.776H5.663a1.889 1.889 0 0 0-1.887 1.888v28.524a1.889 1.889 0 0 0 1.888 1.888h28.521a1.89 1.89 0 0 0 1.888-1.888V20.855a1.888 1.888 0 1 1 3.776 0v13.334a5.67 5.67 0 0 1-5.663 5.663'/%3e%3c/g%3e%3c/svg%3e");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 30px;
    margin-bottom: 1em;
    margin-top: 1em
}
.title02{
    text-align: right;
    margin-top: 15px;
    color:var(--text-color);
    font-size:13px;
    font-weight: bold;
}
.bg-\[\#B3BCD0\]{
    background-color: #0080CC;
}

@media (min-width: 1115px) {
    .nav01_02 {
        background-color: transparent;
        box-shadow: none;
        display: flex;
        height: auto;
        position: unset;
        right: unset;
        top: unset;
        transform: unset;
        width: auto;
        z-index: unset
    }

    .nav01_02 ul {
        border-top: 0;
        display: flex
    }

    .nav01_02 li {
        border-bottom: 0;
        margin-left: .2rem;
        margin-right: .2rem
    }

    .nav01_02 li a {
        align-items: center;
        color: #4d4d4d;
        display: flex;
        font-size: 16px;
        font-weight: 600;
        height: 90px;
        justify-content: center;
        letter-spacing: normal;
        line-height: 1.15;
        min-width: 100px;
        padding-left: 1rem;
        padding-right: 1rem;
        position: relative;
        text-align: center;
        transition: color .2s ease-in-out;
        width: max-content;
    }

    .nav01_02 li .itemGlobalNav__current, .nav01_02 li a:hover {
        color: var(--primary-color)
    }

    .nav01_02 li .itemGlobalNav__current:after, .nav01_02 li a:hover:after {
        transform: scale(1)
    }

    .nav01_02 li a:after {
        background-color: var(--primary-color);
        background-image: none;
        bottom: 0;
        content: "";
        display: block;
        height: 4px;
        left: 0;
        position: absolute;
        right: unset;
        top: unset;
        transform: scaleX(0);
        transform-origin: center;
        transition: transform .2s ease-in-out;
        width: 100%
    }

    .itemGlobalNav__navclose {
        display: none
    }

    .nav02 {
        align-items: center;
        display: flex;
        margin-left: .5rem;
        padding-left: 2rem;
        position: relative;
        width: max-content;
    }

    .nav02:before {
        background-color: #dcdcdc;
        content: "";
        display: block;
        height: 58px;
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 1px
    }

    .itemGlobalNav__signin {
        background-color: #fff;
        border: 1px solid #dcdcdc;
        border-radius: .375rem;
        color: #4d4d4d;
        display: inline-flex;
        font-size: .875rem;
        font-weight: 600;
        letter-spacing: .01em;
        line-height: 1.15;
        margin-top: 0;
        outline: 1px solid transparent;
        outline-offset: -1px;
        padding: 1rem 1.15rem;
        -webkit-text-decoration-line: none;
        text-decoration-line: none;
        transition: all .2s ease-in-out
    }

    .itemGlobalNav__signin:hover {
        background-color: var(--primary-color);
        color: #fff
    }

    .itemGlobalNav__signin:focus, .itemGlobalNav__signin:hover {
        outline-color: var(--primary-color)
    }

    .itemGlobalNav__signout {
        display: block;
        font-size: .875rem;
        font-weight: 600;
        line-height: 1.25rem;
        margin-top: .2em;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline
    }

    .itemGlobalNav__username {
        display: block;
        font-size: .75rem;
        line-height: 1rem
    }

    .itemGlobalNav__sp_username {
        display: none
    }

    .serviceTitle .title02 {
        font-size: 16px;
        letter-spacing: .01em;
        margin-top: .4rem
    }

    .itemGlobalNav__navopen {
        display: none
    }

    #globalNav .nav01 {
        padding-left: .5rem;
        padding-right: 2rem
    }

    .itemGlobalNav__appointment, .itemGlobalNav__confirmation {
        align-items: center;
        border-left: 0;
        border-right: 0;
        color: #4d4d4d;
        display: flex;
        font-size: 16px;
        font-weight: 600;
        height: 90px;
        justify-content: center;
        letter-spacing: normal;
        line-height: 1.15;
        margin-left: .2rem;
        margin-right: .2rem;
        min-width: 100px;
        padding-left: 1rem;
        padding-right: 1rem;
        position: relative;
        text-align: center;
        transition: color .2s ease-in-out;
        width: max-content;
    }

    .itemGlobalNav__appointment.itemGlobalNav__current, .itemGlobalNav__appointment:hover, .itemGlobalNav__confirmation.itemGlobalNav__current, .itemGlobalNav__confirmation:hover {
        color: var(--primary-color)
    }

    .itemGlobalNav__appointment.itemGlobalNav__current:after, .itemGlobalNav__appointment:hover:after, .itemGlobalNav__confirmation.itemGlobalNav__current:after, .itemGlobalNav__confirmation:hover:after {
        transform: scale(1)
    }

    .itemGlobalNav__appointment:after, .itemGlobalNav__confirmation:after {
        background-color: var(--primary-color);
        background-image: none;
        bottom: 0;
        content: "";
        display: block;
        height: 4px;
        left: 0;
        position: absolute;
        right: unset;
        top: unset;
        transform: scaleX(0);
        transform-origin: center;
        transition: transform .2s ease-in-out;
        width: 100%
    }

    .itemGlobalNav__appointment:before, .itemGlobalNav__confirmation:before {
        content: "";
        display: inline-block;
        height: 21px;
        margin-right: 8px;
        width: 21px
    }

    #slideNav {
        height: auto;
        position: unset;
        right: unset;
        top: unset;
        transition: unset;
        width: auto;
        z-index: unset
    }

    #slideNav__overlay {
        display: none
    }
}

@media (min-width: 808px) {
    .widthOnBox {
        width: 170px;
    }

    .title02{
        text-align: right;
    }
    .serviceTitle {
        padding-left: 2rem;
        padding-top: 0;
    }

    #mainContainer {
        padding-bottom: 50px;
        padding-top: 50px
    }

    .courseProgress li {
        width: 36px
    }

    .courseProgress li:before {
        height: 16px;
        width: 16px
    }

    .courseProgress li:after {
        top: 8px
    }

    .courseSelect__checkbox {
        padding-left: 55px
    }

    .courseSelect__checkbox:before {
        background-size: 20px auto;
        height: 32px;
        width: 32px
    }

    .has__icon_Questionnaire:before {
        height: 20px;
        left: 20px;
        width: 26px
    }

    .informationIcon {
        background-size: 100px auto;
        height: 50px;
        transform: translate(12px, -12px);
        width: 100px
    }

    .informationIconInDetail {
        height: 24px;
        width: 60px;
        margin-left: auto;
        margin-right: 140px;
    }

    .inModal {
        margin-left: auto;
        margin-right: 300px;
    }

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

    .has__icon_confirm:before {
        height: 40px
    }
}
.progressIconCourse{
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88_116_4%22%20data-name%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88%20116%20%E2%80%93%204%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22984%22%20height%3D%22140%22%20viewBox%3D%220%200%20984%20140%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_3448%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%203448%22%20width%3D%22784%22%20height%3D%22140%22%20fill%3D%22none%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_6098%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%206098%22%20transform%3D%22translate(-150%20-90)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_6097-3%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%206097%22%20transform%3D%22translate(152%20-51)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_6096-3%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%206096%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_3441-3%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%203441%22%20width%3D%2266%22%20height%3D%2240%22%20rx%3D%223%22%20transform%3D%22translate(557%20191)%22%20fill%3D%22%23dcdcdc%22%2F%3E%20%3Ctext%20id%3D%22%E4%BA%88%E7%B4%84%E5%AE%8C%E4%BA%86%22%20transform%3D%22translate(600%20222)%22%20fill%3D%22%23707070%22%20font-size%3D%2212%22%20font-family%3D%22YuGothicUI-Regular%2C%20Yu%20Gothic%20UI%22%3E%3Ctspan%20x%3D%22-36%22%20y%3D%220%22%3E%E4%BA%88%E7%B4%84%E5%AE%8C%E4%BA%86%3C%2Ftspan%3E%3C%2Ftext%3E%20%3Ctext%20id%3D%22_5%22%20data-name%3D%225%22%20transform%3D%22translate(588%20207)%22%20fill%3D%22%23707070%22%20font-size%3D%2212%22%20font-family%3D%22SegoeUI%2C%20Segoe%20UI%22%3E%3Ctspan%20x%3D%22-3.234%22%20y%3D%220%22%3E5%3C%2Ftspan%3E%3C%2Ftext%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_6097-4%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%206097%22%20transform%3D%22translate(53%20-51)%22%3E%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_25-3%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%2025%22%20d%3D%22M6%2C0l6%2C8H0Z%22%20transform%3D%22translate(654%20205)%20rotate(90)%22%20fill%3D%22%23969696%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_6096-4%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%206096%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_3441-4%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%203441%22%20width%3D%2286%22%20height%3D%2240%22%20rx%3D%223%22%20transform%3D%22translate(557%20191)%22%20fill%3D%22%23dcdcdc%22%2F%3E%20%3Ctext%20id%3D%22%E4%BA%88%E7%B4%84%E6%83%85%E5%A0%B1%E5%85%A5%E5%8A%9B%22%20transform%3D%22translate(600%20222)%22%20fill%3D%22%23707070%22%20font-size%3D%2212%22%20font-family%3D%22YuGothicUI-Regular%2C%20Yu%20Gothic%20UI%22%3E%3Ctspan%20x%3D%22-36%22%20y%3D%220%22%3E%E4%BA%88%E7%B4%84%E6%83%85%E5%A0%B1%E5%85%A5%E5%8A%9B%3C%2Ftspan%3E%3C%2Ftext%3E%20%3Ctext%20id%3D%22_4%22%20data-name%3D%224%22%20transform%3D%22translate(600%20207)%22%20fill%3D%22%23707070%22%20font-size%3D%2212%22%20font-family%3D%22SegoeUI%2C%20Segoe%20UI%22%3E%3Ctspan%20x%3D%22-3.234%22%20y%3D%220%22%3E4%3C%2Ftspan%3E%3C%2Ftext%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_6097-5%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%206097%22%20transform%3D%22translate(-40%20-51)%22%3E%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_25-4%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%2025%22%20d%3D%22M6%2C0l6%2C8H0Z%22%20transform%3D%22translate(648%20205)%20rotate(90)%22%20fill%3D%22%23001E62%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_6096-5%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%206096%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_3441-5%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%203441%22%20width%3D%2274%22%20height%3D%2240%22%20rx%3D%223%22%20transform%3D%22translate(563%20191)%22%20fill%3D%22%23001E62%22%2F%3E%20%3Ctext%20id%3D%22%E5%8F%97%E8%A8%BA%E6%97%A5%E9%81%B8%E6%8A%9E%22%20transform%3D%22translate(600%20222)%22%20fill%3D%22%23fff%22%20font-size%3D%2212%22%20font-family%3D%22YuGothicUI-Regular%2C%20Yu%20Gothic%20UI%22%3E%3Ctspan%20x%3D%22-30%22%20y%3D%220%22%3E%E5%8F%97%E8%A8%BA%E6%97%A5%E9%81%B8%E6%8A%9E%3C%2Ftspan%3E%3C%2Ftext%3E%20%3Ctext%20id%3D%22_3%22%20data-name%3D%223%22%20transform%3D%22translate(600%20207)%22%20fill%3D%22%23fff%22%20font-size%3D%2212%22%20font-family%3D%22SegoeUI%2C%20Segoe%20UI%22%3E%3Ctspan%20x%3D%22-3.234%22%20y%3D%220%22%3E3%3C%2Ftspan%3E%3C%2Ftext%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_6097-6%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%206097%22%20transform%3D%22translate(-139%20-51)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_6358%22%20data-name%3D%22%E3%83%91%E3%82%B9%206358%22%20d%3D%22M6%2C0l6%2C8H0Z%22%20transform%3D%22translate(660%20205)%20rotate(90)%22%20fill%3D%22%23969696%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_6096-6%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%206096%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_3441-6%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%203441%22%20width%3D%2298%22%20height%3D%2240%22%20rx%3D%223%22%20transform%3D%22translate(551%20191)%22%20fill%3D%22%23969696%22%2F%3E%20%3Ctext%20id%3D%22%E3%82%AA%E3%83%97%E3%82%B7%E3%83%A7%E3%83%B3%E9%81%B8%E6%8A%9E%22%20transform%3D%22translate(600%20222)%22%20fill%3D%22%23fff%22%20font-size%3D%2212%22%20font-family%3D%22YuGothicUI-Regular%2C%20Yu%20Gothic%20UI%22%3E%3Ctspan%20x%3D%22-33.782%22%20y%3D%220%22%3E%E3%82%AA%E3%83%97%E3%82%B7%E3%83%A7%E3%83%B3%E9%81%B8%E6%8A%9E%3C%2Ftspan%3E%3C%2Ftext%3E%20%3Ctext%20id%3D%22_2%22%20data-name%3D%222%22%20transform%3D%22translate(600%20207)%22%20fill%3D%22%23fff%22%20font-size%3D%2212%22%20font-family%3D%22SegoeUI%2C%20Segoe%20UI%22%3E%3Ctspan%20x%3D%22-3.234%22%20y%3D%220%22%3E2%3C%2Ftspan%3E%3C%2Ftext%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_6097-7%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%206097%22%20transform%3D%22translate(-237%20-51)%22%3E%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_25-5%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%2025%22%20d%3D%22M6%2C0l6%2C8H0Z%22%20transform%3D%22translate(647%20205)%20rotate(90)%22%20fill%3D%22%23969696%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_6096-7%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%206096%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_3441-7%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%203441%22%20width%3D%2272%22%20height%3D%2240%22%20rx%3D%223%22%20transform%3D%22translate(564%20191)%22%20fill%3D%22%23969696%22%2F%3E%20%3Ctext%20id%3D%22%E3%82%B3%E3%83%BC%E3%82%B9%E9%81%B8%E6%8A%9E%22%20transform%3D%22translate(600%20222)%22%20fill%3D%22%23fff%22%20font-size%3D%2212%22%20font-family%3D%22YuGothicUI-Regular%2C%20Yu%20Gothic%20UI%22%3E%3Ctspan%20x%3D%22-24.586%22%20y%3D%220%22%3E%E3%82%B3%E3%83%BC%E3%82%B9%E9%81%B8%E6%8A%9E%3C%2Ftspan%3E%3C%2Ftext%3E%20%3Ctext%20id%3D%22_1%22%20data-name%3D%221%22%20transform%3D%22translate(600%20207)%22%20fill%3D%22%23fff%22%20font-size%3D%2212%22%20font-family%3D%22SegoeUI%2C%20Segoe%20UI%22%3E%3Ctspan%20x%3D%22-3.234%22%20y%3D%220%22%3E1%3C%2Ftspan%3E%3C%2Ftext%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.modalBox, .modalBox__fix {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0
}

.modalBox__fix {
    background-color: rgba(0, 0, 0, .2);
    cursor: pointer
}

.modalBox__box {
    background-color: #fff;
    border-radius: .5rem;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
    height: 340px;
    left: 50%;
    overflow: hidden;
    overflow-y: auto;
    padding: 2.5rem 1.25rem;
    position: absolute;
    text-align: left;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 92%
}

.modalBox__close {
    background-image: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' width='26.103' height='26.103'%3e%3cg fill='%23707070'%3e%3cpath d='M25.605 3.022 3.022 25.605a1.848 1.848 0 0 1-2.524 0 1.848 1.848 0 0 1 0-2.524L23.081.498a1.848 1.848 0 0 1 2.524 0 1.848 1.848 0 0 1 0 2.524Z'/%3e%3cpath d='M3.01.496 25.504 22.99a1.84 1.84 0 0 1 0 2.514 1.84 1.84 0 0 1-2.514 0l-7.815-7.815L.496 3.01a1.84 1.84 0 0 1 0-2.514 1.84 1.84 0 0 1 2.514 0Z'/%3e%3c/g%3e%3c/svg%3e");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 20px auto;
    height: 66px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: 100%;
    top: 0;
    white-space: nowrap;
    width: 66px
}

@media (min-width: 808px) {
    .modalBox__box {
        height: 440px;
        padding: 3rem 2rem;
        width: 475px
    }

    .modalBox__close {
        background-size: 26px auto
    }
    .main-content-pt{
        min-width: 700px;
    }
    #successMessagemodal > .modalBox__in > .modalBox__box {
        padding: 3rem 2.5rem !important;
    }
}

.success-text {
    word-break: normal;
}

.relative {
    position: relative
}

.ml-auto {
    margin-left: auto
}

.mr-auto {
    margin-right: auto
}

.mt-4 {
    margin-top: 1rem
}

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

.mt-2 {
    margin-top: .5rem
}

.mt-5 {
    margin-top: 1.25rem
}

.mt-8 {
    margin-top: 2rem
}

.mt-1 {
    margin-top: .25rem
}

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

.mt-6 {
    margin-top: 1.5rem
}

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

.mt-auto {
    margin-top: auto
}

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

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.h-full {
    height: 100%
}

.max-h-0 {
    max-height: 0
}

.w-\[140px\] {
    width: 140px
}

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

.w-full {
    width: 100%
}

.w-\[126px\] {
    width: 126px
}

.w-\[200px\] {
    width: 200px
}

.w-\[300px\] {
    width: 300px
}

.max-w-\[92\%\] {
    max-width: 92%
}

.flex-1 {
    flex: 1 1 0%
}

.table-fixed {
    table-layout: fixed
}

.border-separate {
    border-collapse: separate
}

.cursor-pointer {
    cursor: pointer
}

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

.appearance-none:disabled {
    background-color: #dcdcdc;
}

.flex-col {
    flex-direction: column
}

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

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

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

.items-center {
    align-items: center
}

.justify-center {
    justify-content: center
}

.gap-6 {
    gap: 1.5rem
}

.gap-2 {
    gap: .5rem
}

.gap-5 {
    gap: 1.25rem
}

.overflow-hidden {
    overflow: hidden
}

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

.rounded {
    border-radius: .25rem
}

.border {
    border-width: 1px
}

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

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

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

.border-transparent {
    border-color: transparent
}

.border-primary {
    border-color: var(--primary-color)
}

.border-\[\#eaeaea\] {
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity))
}

.border-\[\#D3D3D3\] {
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity))
}

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

.bg-\[\#FFDDE4\] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 221, 228, var(--tw-bg-opacity))
}

.bg-primary {
    background-color: var(--primary-color)
}

.bg-\[\#CCCCCC\] {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 204, 204, var(--tw-bg-opacity))
}

.bg-\[\#eaeaea\] {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity))
}

.p-5 {
    padding: 1.25rem
}

.p-4 {
    padding: 1rem
}

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

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

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

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

.py-8 {
    padding-bottom: 2rem;
    padding-top: 2rem
}

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

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

.pb-3 {
    padding-bottom: .75rem
}

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

.pr-2 {
    padding-right: .5rem
}

.pl-\[36px\] {
    padding-left: 36px
}

.pb-4 {
    padding-bottom: 1rem
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

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

.text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}

.text-sm-detail {
    font-size: .875rem;
    line-height: 1.25rem;
    width: 160px;
}

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

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

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

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.font-semibold {
    font-weight: 600
}

.font-normal {
    font-weight: 400
}

.leading-tight {
    line-height: 1.25
}

.text-primary {
    color: var(--primary-color)
}

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

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

.text-\[\#4d4d4d\] {
    --tw-text-opacity: 1;
    color: rgba(77, 77, 77, var(--tw-text-opacity))
}

.text-\[\#898989\] {
    --tw-text-opacity: 1;
    color: rgba(137, 137, 137, var(--tw-text-opacity))
}

.text-\[\#FF4E6D\] {
    --tw-text-opacity: 1;
    color: rgba(255, 78, 109, var(--tw-text-opacity))
}

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

.placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity))
}

.placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity))
}

.placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2
}

.placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06)
}

.shadow, .shadow-button {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-button {
    --tw-shadow: 0 2px 4px rgba(0, 0, 0, .2)
}

.shadow-box {
    --tw-shadow: 0px 0px 6px rgba(0, 0, 0, .2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.transition {
    transition-duration: .15s;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.transition-all {
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.duration-300 {
    transition-duration: .3s
}

.duration-100 {
    transition-duration: .1s
}

.duration-500 {
    transition-duration: .5s
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.hover\:border-primary:hover {
    border-color: var(--primary-color)
}

.hover\:border-dark-primary:hover {
    border-color: var(--dark-primary-color)
}

.hover\:border-\[\#dadada\]:hover {
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity))
}

.hover\:bg-dark-primary:hover {
    background-color: var(--dark-primary-color)
}

.hover\:bg-primary:hover {
    background-color: var(--primary-color)
}

.hover\:bg-\[\#dadada\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity))
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
}

.peer:checked ~ .peer-checked\:border {
    border-width: 1px
}

.peer:checked ~ .peer-checked\:border-primary {
    border-color: var(--primary-color)
}

.peer:checked ~ .peer-checked\:bg-primary {
    background-color: var(--primary-color)!important;
}

.peer:disabled ~ .peer-disabled {
    --tw-bg-opacity: 1;
    background-color: #dcdcdc;
    pointer-events: none;
}

.peer:checked ~ .peer-checked\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.peer:hover ~ .peer-hover\:border-primary {
    border-color: var(--primary-color)
}

.peer:hover ~ .peer-hover\:bg-primary {
    background-color: var(--primary-color)
}

.peer:hover ~ .peer-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.peer:focus ~ .peer-focus\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}
.selected-date{
    padding-left: 31px !important;
    text-align: left;
}

.md\:w-\[170px\] {
    width: 130px
}

.main-content-pt{
    width: 90%;
}

.detail-message{
    margin-top: -30px;
    margin-bottom: 5px;
}

.forms-inquiry{
    height: 200px;
}

.detail-button-inspection-cell {
    background-color: #fff;
    border: 1px solid rgba(229, 231, 235, var(--tw-border-opacity));
    border-radius: 3px;
    color: #707070;
    float: left;
    font-weight: 700;
    padding: 0.2rem 0.7rem;
    position: relative;
    z-index: 100;
}

.list-status {
    min-width: 160px;
}

@media (max-width: 550px) {
    .main-content-pt{
        min-width: 340px !important;
    }
}

.md-header {
    padding-top: 20px;
}

#select_year{
    width: 210px;
}

@media (max-width: 808px) {
    .custom-select {
        width: 100%;
    }
    .select-date-month{
        margin-top: 5px;
    }
    .text-box-last-question{
        width: 100%;
    }
    .forms-inquiry{
        width: 500px;
    }
    .detail-message{
        margin-top: 0;
    }
    #コンポーネント_116_4 {
        width: auto;
        height: auto;
    }
    .main-content-pt{
        min-width: 500px;
    }

    .md-header {
        margin-top: 1rem;
        padding-top: 0;
    }

    .md-padding-top-0 {
        padding-top: 0 !important;
    }

    .list-status {
        min-width: 110px;
    }
}

@media (min-width: 768px) {
    .br-select-birthday{
        display: none;
    }
    #select_year{
        width: 210px;
    }
    #select_month{
        width: 94px;
    }
    #select_day{
        width: 94px;
    }
}


@media (min-width: 808px) {
    #select_year{
        width: 210px;
    }

    .back-button-detail {
        width: 200px;
    }

    #コンポーネント_116_4{
        width: auto;
        height: auto;
    }

    .selected-date{
        padding-left: 43px !important;
    }

    .md\:mt-0 {
        margin-top: 0;
    }

    .md\:mt-10 {
        margin-top: 2.5rem
    }

    .md\:ml-auto {
        margin-left: auto
    }

    .md\:mb-12 {
        margin-bottom: 3rem
    }

    .md\:mr-0 {
        margin-right: 0
    }

    .md\:ml-5 {
        margin-left: 1.25rem
    }

    .md\:block {
        display: block
    }

    .md\:flex {
        display: flex
    }

    .md\:hidden {
        display: none
    }

    .md\:w-\[200px\] {
        width: 200px
    }

    .md\:w-\[480px\] {
        width: 480px
    }

    .md\:w-\[220px\] {
        width: 220px
    }

    .md\:w-36 {
        width: 9rem
    }

    .md\:w-\[300px\] {
        width: 300px
    }

    .md\:w-\[170px\] {
        width: 170px
    }

    .md\:w-\[160px\] {
        width: 160px
    }

    .md\:w-\[984px\] {
        width: 984px;
    }

    .md\:grid-cols-2 {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }

    .md\:flex-row {
        flex-direction: row
    }

    .md\:flex-col {
        flex-direction: column
    }

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

    .md\:items-end {
        align-items: flex-end
    }

    .md\:justify-end {
        justify-content: flex-end
    }

    .md\:gap-8 {
        gap: 2rem
    }

    .md\:gap-10 {
        gap: 2.5rem
    }

    .md\:rounded-lg {
        border-radius: .5rem
    }

    .md\:border-b-2 {
        border-bottom-width: 2px
    }

    .md\:border-primary {
        border-color: var(--primary-color)
    }

    .md\:p-8 {
        padding: 2rem
    }

    .md\:p-5 {
        padding: 1.25rem
    }

    .md\:py-2 {
        padding-bottom: .5rem;
        padding-top: .5rem
    }

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

    .md\:py-3 {
        padding-bottom: .75rem;
        padding-top: .75rem
    }

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

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

    .md\:px-11 {
        padding-left: 2.75rem;
        padding-right: 2.75rem
    }

    .md\:py-14 {
        padding-bottom: 3.5rem;
        padding-top: 3.5rem
    }

    .md\:pl-\[55px\] {
        padding-left: 55px
    }

    .md\:text-left {
        text-align: left
    }

    .md\:text-center {
        text-align: center
    }

    .md\:text-\[25px\] {
        font-size: 25px
    }

    .md\:text-sm {
        font-size: .875rem;
        line-height: 1.25rem;
    }

    .md\:text-sm-detail {
        font-size: .875rem;
        line-height: 1.25rem;
        max-width: 240px;
    }

    .text-sm {
        font-size: .875rem;
        line-height: 1.25rem;
    }

    .text-sm-detail {
        font-size: .875rem;
        line-height: 1.25rem;
        max-width: 200px;
    }

    .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .md\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem
    }

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

    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .md\:d-inline-block {
        display: inline-block;
    }
}

.flex-for-admin-header {
    background-color: #fff;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    min-width: 1280px;
    padding: 1rem 2.5rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
}

.status-for-admin {
    float: left;
    padding: 2px 0 0 10px;
}

.status-top-padding {
    padding-top: 5px;
}

.close-button-width {
    width: 150px;
}

.admin-content-wrapper {
    min-width: 1280px;
    padding: 0 2.5rem 1rem 2.5rem;
}

.admin-reservation-detail {
    padding-bottom: 1.5rem;
}

.patient-register-button {
    float: right;
    margin-left: 15px;
    margin-top: 5px;
}

.option-change-button {
    margin-bottom: 30px;
    position: absolute;
    right: 0;
    top: 10px;
}

.reservation-amount {
    clear: both;
    padding-top: 16px;
}

.reservation-time-button {
    position: absolute;
    right: 0;
    top: 15px;
}

.change-date-button {
    position: absolute;
    right: 210px;
    top: 15px;
}

.float-right {
    float: right;
}

.reservation-content-header-wrap {
    position: relative;
}

.padding-confirm-content {
    padding: 1.5rem 1rem;
}

.admin-footer {
    min-width: 1280px;
    padding: 1rem;
}

.content-header {
    position: relative;
}

.admin-content-register {
    position: absolute;
    right: 0;
    top: -20px;
}

.datetime-register-wrapper {
    position: relative;
    height: 35px;
}

.datetime-button {
    position: absolute;
    right: 0;
    top: 15px;
}

.datetime-button {
    position: absolute;
    right: 0;
    top: 15px;
}

.admin-date-caption {
    width: 110px;
}

.inspection-item-wrapper {
    position: relative;
    padding: 0.4rem 0;
}
.inspection-item-head {
    width: 65px;
}

.institution-item {
    width: 50%;
}

.user-info-item {
    width: 120px;
}

.admin-highlight {
    background: #f8d7da;
}

.insurance-dialog-item-w-100 {
    width: 100%;
}

.insurance-dialog-item-w-50 {
    width: 50%;
}

.insurance-dialog-height {
    height: 640px !important;
}

.no-number-arrow::-webkit-inner-spin-button,
.no-number-arrow::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
    -moz-appearance:textfield !important;
}
