/*:::::::::::::::::::::::::::::: ブラウザリセット Setting ::::::::::::::::::::::*/
*,*::before,*::after {box-sizing:border-box}
html {-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}
body,h1,h2,h3,h4,p,figure,blockquote,dl,dd {margin:0}
ul[role='list'],ol[role='list'] {list-style:none}
body {min-height:100vh;line-height:1.5}
h1,h2,h3,h4,button,input,label {line-height:1.1}
h1,h2,h3,h4{text-wrap:balance}a:not([class]) {text-decoration-skip-ink:auto;color:currentColor}
img,picture {max-width:100%;display:block}
input,button,textarea,select {font:inherit}
textarea:not([rows]) {min-height:10em}:target {scroll-margin-block:5ex}
table { width: 100%; text-align: left;}
ul { margin: 0; padding: 0;}
li { list-style: none;}
p { line-height: 2rem;}
a { text-decoration: none;}
form, input { width: 100%;}
button { background: none; border: none;}
.flex-set { display: flex; width: 100%;}
.align-cent {text-align: center;}

.mt-2 { margin-top: 2rem;}
.mtb-2 { margin: 2rem 0;}
.mb-3 { margin-bottom: 3rem;}
.radius_5 { border-radius: 5px;}

.btn { display: block; width: 100%; margin: 1rem auto 2rem; padding: 5px 1rem; background-color: #F3FF4B; border-radius: 5px; text-align: center; font-size: 14px;}
.back_btn { width: 50%; margin: 2rem auto; padding: 1rem; background-color: #FFFFFF; border: #555555 solid 1px; border-radius: 5px; text-align: center; font-size: 1rem;}
.message a{
    display: block;
    margin: 15px;
    padding: 15px 30px;
    background-color: #0da9fd;
    color: #FFFFFF;
    border-radius: 10px;
    font-weight: 600;
    text-align: center;
}

/*:::::::::::::::::::::::::::::: 基本構成 Setting :::::::::::::::::::::::::::::*/
body {
    font-family: "Helvetica", "メイリオ", "游ゴシック", "ヒラギノ角ゴ ProN",  "MS Pゴシック", sans-serif;
    font-size: inherit;
    text-align: center;
    background-color: #F9F9F9;
    color: #1E3050;
    min-height: 100vh;
}
#user_main { background-color: #F9F9F9;}
header {
    position: relative;
    width: 100%;
    padding: 1rem;
    background-color: #FFFFFF;
    border-bottom: #1E3050 solid 2px;
}
header .title {
    position: absolute;
    top: 50px;
    left: 150px;
    font-size: 1.25rem;
    font-weight: 600;
}
footer {
    width: 100%;
    padding: 0.5rem 0;
    color: #FFFFFF;
    background-color: #1E3050;
    position: fixed;
    bottom: 0;
}
.head {
    padding: 1rem;
    background-color: #BDF3FF;
}
.my_head {
    padding: 1rem 2rem;
    background-color: #FFFFFF;
}
section {
    padding: 0.6rem 1rem;
    display: flex;
    flex-wrap: wrap;
}

figure { display: block;
    width: 100%;
    margin: 0 auto;
    padding: 1rem;}
figure h1 { font-size: 1.25rem;
    padding: 1rem 0;}

nav ul {
    display: flex;
}
nav { background-color: #E4E4E4;}
nav ul  { padding: 0.4rem 0.5rem; font-size: 11px; }
nav li {
    width: calc(100%/7);
    margin: 3px;
    padding: 10px;
    border: #bebebe solid 1px;
    background-color: #FFFFFF;
    border-radius: 5px;
}
nav li.day-active {
    background-color: #F3FF4B;
}
nav li p { line-height: normal !important;}
.sp_wrap {
    height: 100vh;
    margin: 0 auto;
    background-image: linear-gradient(174deg, rgba(251, 213, 251, 1), rgba(149, 233, 243, 1));
}
.sp_wrap h1 { width: 100%; margin: 0 auto 4rem; padding-top: 20vh; display: flex;}
.sp_wrap h1 img { width: 200px; margin: 0 auto;}
.sp_wrap h1.re-login { max-width: 260px; margin: 3rem auto ;}
.login{
}
.login .input, .search_container .input{
    position: relative;
    width: 90%;
    margin: 15px auto;

    span{
        position: absolute;
        display: block;
        color: darken(#1E3050, 10%);
        left: 10px;
        top: 8px;
        font-size: 20px;
    }

    input{
        width: 100%;
        padding: 10px 5px 10px 40px;
        display: block;
        border: 1px solid #1E9FAE;
        border-radius: 25px;
        transition: 0.2s ease-out;
        color: darken(#1E3050, 30%);

        &:focus{
            padding: 10px 5px 10px 50px;
            outline: 0;
            border-color: #FF7052;
        }
    }
}

.submit {
    width: 65%;
    margin: 0 auto;
    padding: 6px 5px ;
    display: block;
    border: 1px solid #1E9FAE;
    border-radius: 25px;
    color: darken(#1E3050, 30%);
    background-color: #FFFFFF;
    font-weight: 600;
}

.main-wrap { padding-bottom: 90px;}
.main-wrap h1 {text-align: left; font-size: 1.25rem; padding: 1rem 0 0; width: 100%; display: block;}
.main-wrap h1 .fa-home {
    color: #0da9fd; font-size: 1.5rem;}
.main-wrap h1 span { padding: 0 1rem;}
.main-wrap ul { width: 100%; padding: 1.25rem;}
.main-wrap ul li { width: 100%; margin: 0.5rem auto;}
.inner-content { width: 100%;}
.assign_date {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: block;
    font-size: 1.25rem;
    font-weight: 600;
}
.assign_date .previous_day { padding-right: 1rem;}
.assign_date .next_day { padding-left: 1rem;}
.select_job_list li { width: 100%; margin: 0.5rem auto; }

.select_job_list li a, .select_time_list li, .apply_job_list li{
    display: block;
    width: 100%;
    background-color: #FFFFFF;
    border: #1E3050 solid 1px;
    padding:  0.1rem;
}
.swiper {
    background-color: #FFFFFF;
    overflow: scroll;
    height: 450px;
    margin: 1rem 0;
    padding: 1rem 0;
}
.apply_job_list li {
    display: inline-block;
    text-align: left;
    font-weight: 600;
}
.apply_job_list li .join-date {
    vertical-align: middle;
    margin-right: 1.25rem;
    padding:1rem 0.5rem;
    color: #FFFFFF;
    background-color: #1E3050;
}
.apply_job_list li .join-time, .apply_job_list li .work-time {
    text-align: right;
    display: block;
    line-height: 2rem;
    margin-top: 1rem;
    padding-right: 1rem;
    width: 100%;
    color: #FFFFFF;
}
.apply_job_list li .join-time {
    background-color: #FF7052;
}
.apply_job_list li .work-time {
    background-color: #5275ff;
}

.apply_job { }
.apply_job h1 { text-align: center; margin: 1rem auto; padding-bottom: 0;}
.apply_job .message { margin: 0 auto;}
.apply_job .fa-smile { font-size: 6rem; color: #FF7052;}

/*:::::::::::::::::::::::::::::: footer ::::::::::::::::::::::::::::*/
/* footer */
footer ul { padding: 0 2rem; }
footer ul li { padding: 0 1rem; text-align: center; line-height: normal;}
footer ul li p { font-size: 14px;}
footer ul li.footer_actv { border-bottom: #F9F9F9 solid 3px;}
.fa-smile-wink { font-size: 45px!important;
    padding: 0;}
.flex_evenly {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: space-between; /* Safari */
    justify-content:         space-between;
}
.fa-dolly, .fa-user-circle, .fa-calendar-check { font-size: 1.75rem;}


/*:::::::::::::::::::::::::::::: form ::::::::::::::::::::::::::::*/
/* checkbox */
.animationCheckbox {
    display: flex;
    position: relative;
    align-items: center;
}

.checkbox {
    appearance: none;
    height: 24px;
    width: 24px;
    margin: 4px 0 4px 4px;
    border: 1px solid #8b98a5;
    border-radius: 4px;
    transition: all 0.2s ease;
}
.checkbox:checked {
    transform: rotate(-45deg);
    opacity: 0;
}
.check {
    content: "";
    display: block;
    position: absolute;
    left: 4px;
    top: 7px;
    width: 20px;
    height: 20px;
    border: solid green;
    border-width: 0 3px 3px 0;
    transform: rotate(90deg);
    opacity: 0;
    transition: all 0.2s ease;
    z-index: 1;
}
.checkbox:checked + .check {
    content: "";
    display: block;
    position: absolute;
    left: 13px;
    top: 7px;
    width: 8px;
    height: 16px;
    opacity: 1;
    transform: rotate(45deg);
}
.checkbox:focus-visible {
    outline: 2px solid #1d9bf0;
    outline-offset: 2px;
}

.checkLabel {
    font-weight: 600;
    width: 100%;
    height: auto;
}

.reserved { width: 100%; margin: 0 auto; text-align: center; border: #FF7052 solid 1px; padding: 0.75rem;}
.reserved span { font-size: 14px;}
.mypage_table { background-color: #FFFFFF; font-size: 14px; }
.mypage_table th, .mypage_table td { padding: 5px;}
.mypage_table th { background-color: #8b98a5; color: #FFFFFF; font-weight: 500;}
.mypage_table select {
    position: relative;
    -webkit-appearance: button;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    height: 2.2em;
    margin: 2px;
    padding: 0.3em 0.6em;
    background: white;
    border: 1px solid #aaaaaa;
    border-radius: 0.3em;
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.4);
    font-weight: normal;
    overflow: hidden;
    text-shadow: 0 1px 0 white;
    -webkit-transition: box-shadow 200ms, border-color 200ms;
    -moz-transition: box-shadow 200ms, border-color 200ms;
    transition: box-shadow 200ms, border-color 200ms;
    white-space: nowrap;
}
.submit_button { width: 100%;}