@charset "UTF-8";
body {
    font-size: 48px;
    margin: 0;
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
header {
    text-align: center;
    font-size: 40px;
    padding: 30px 0;
    background: #fbfbfb;
    border-bottom: 1px solid #c0c0c0;
    width: 100%;
    position: fixed;
    top: 0;
    margin: 0;
    z-index: 999;
}
header .text {
    font-size: 35px;
}
footer {
    background: #fbfbfb;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    padding: 30px 0;
}
footer .btn_back {
    width: 430px;
    margin-right: 40px;
}
footer .btn_sub {
    width: 430px;
}
main {
    padding: 126px 0 190px;
}
main.re-update {
    padding: 180px 0 190px;
}
main.update {
    padding: 180px 0 190px;
}
p {
    margin: 0;
}

.name {
    /* background: linear-gradient(70deg, #4d909f, #67C7D4);
    margin-top: 0;
    padding: 40px 0;
    color: #fff; */
    padding-top: 50px;
    font-size: 30px;
    text-align: center;
    /* font-weight: 600; */
}

@media (max-width: 768px) {
	.name {
	    /* background: linear-gradient(70deg, #4d909f, #67C7D4);
	    margin-top: 0;
	    padding: 40px 0;
	    color: #fff; */
	    padding-top: 20px;
	    font-size: 30px;
	    text-align: center;
	    /* font-weight: 600; */
	}
}
.datetime {
    /* border-radius: 1000px;
    color: #fff;
    background: #67C7D4;
    width: 740px;
    height: 740px;
    display: flex;
    align-items: center; */
    margin: 20px auto;
    /* border: #67C7D4 solid 4px; */
}
/* .datetime p {
    font-weight: 600;
} */
.datetime p span.time {
    font-size: 140px;
}
.container {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.container form {
    margin-bottom: 0;
}
.container .resttime {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 40px;
}
.container .resttime input {
    width: 180px;
    font-size: 60px;
    margin: 0 10px;
    line-height: 1;
    padding: 10px 20px;
}
.btn_in_wrap {
    position: relative;
    margin-right: 15px;
}
.btn_out_wrap {
    position: relative;
    margin: 0 0 0 15px;
}
.btn_exp_wrap {
    position: relative;
    margin-bottom: 48px;
}
.btn_in_wrap::before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url(../img/btn-in.png);
    background-position: center;
    background-size: contain;
    line-height: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    margin: 0 auto;
}
.btn_out_wrap::before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url(../img/btn-out.png);
    background-position: center;
    background-size: contain;
    line-height: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    margin: 0 auto;
}
.btn_exp_wrap::after {
    content:'\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 20%;
    transform: translateY(-50%);
    color: #fff;
}
.btn {
    display: block;
    border: none;
    border-radius: 30px;
    color: #fff;
    background: #67C7D4;
    width: 740px;
    /* height: 140px; */
    font-size: 64px;
    line-height: 1;
    padding: 40px 0;
    font-weight: 500;
}
.btn_sub {
    display: block;
    border: none;
    border-radius: 30px;
    color: #fff;
    background: #67C7D4;
    width: 740px;
    font-size: 50px;
    line-height: 1;
    padding: 40px 0;
    font-weight: 500;
}
.btn_back {
    display: block;
    border: 4px solid #67C7D4;
    border-radius: 30px;
    background: #fff;
    color: #67C7D4;
    width: 740px;
    font-size: 50px;
    line-height: 1;
    padding: 36px 0;
    font-weight: 500;
}
.btn_in {
    background: #F99F48;
    width: 355px;
    height: auto;
    padding: 180px 0 80px;
}
.btn_out {
    background: #1B435D;
    width: 355px;
    height: auto;
    padding: 180px 0 80px;
}
.note {
    margin: 10px auto 48px;
    width: 740px;
    font-size: 40px;
}
.bikou {
    margin-bottom: 20px;
}
.bikou textarea {
    width: 740px;
    height: 200px;
    font-size: 48px;
}
.work_title {
    font-size: 50px;
    margin-bottom: 10px;
}
.work_container {
    background-color: #f5f5f5;
    width: 700px;
    margin: 0 auto;
    border: 2px solid #000000;
    border-radius: 10px;
    font-size: 48px;
    padding: 0 40px;
    box-sizing: border-box;
}
.work_container .work_content {
    margin: 50px 0;
}
.work_container .work_content p {
    line-height: 1;
    margin-bottom: 20px;
}
.work_container .work_content select {
    width: 100%;
    height: 100px;
    font-size: 48px;
    line-height: 100px;
    /* text-align: -webkit-center; */
    background: #fff;
    border: 1px solid #767676;
    border-radius: 5px;
}
.work_container .work_content label {
    font-size: 48px;
    margin-right: 20px;
}
.work_container .work_content .craim {
    width: 40px;
    height: 40px;
    margin-right: 0;
}
.work_container .from, .work_container .to {
    width: 100%;
    height: 100px;
    font-size: 48px;
    display: block;
    box-sizing: border-box;
    border: 1px solid #767676;
    text-align: left;
}
.work_container .work_content .price_wrap {
    display: flex;
    align-items: center;
}
.work_container .work_content .to_work_price {
    width: 100%;
    height: 100px;
    font-size: 48px;
    margin-left: 10px;
    text-align: left;
    border: 1px solid #767676;
}
.work_container .work_content .traffic_price {
    width: 100%;
    height: 100px;
    font-size: 48px;
    margin-left: 10px;
    text-align: left;
    border: 1px solid #767676;
}
.btn_register_wrap {
    margin: 50px 0;
}
.btn_register {
    width: 500px;
    font-size: 56px;
    border: 4px solid #67C7D4;
    border-radius: 30px;
    background: #fff;
    color: #67C7D4;
    line-height: 1;
    padding: 30px 0;
    font-weight: 500;
}
.btn_open_wrap {
    display: block;
    margin-bottom: 100px;
}
.btn_open {
    width: 140px;
    height: 140px;
    font-size: 60px;
    border: none;
    border-radius: 100px;
    background: #67C7D4;
    color: #fff;
    padding: 0;
}
.msg {
    width: 850px;
    font-size: 50px;
    margin: 100px auto;
}
.select_txt {
    margin-top: 100px;
}
.select {
    margin: 10px 0 48px;
}
.select input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 740px;
    height: 120px;
    font-size: 50px;
    text-align: center;
    background: #fff;
    border: 1px solid #6d6d6d;
}
.select select {
    padding: 10px 20px;
    font-size: 50px;
    margin-right: 10px;
    background: #fff;
    border: 1px solid #6d6d6d;
}
table {
    box-sizing: border-box;
    border-collapse:collapse;
    margin: 25px auto;
    text-align: center;
    width: 900px;
}
table th, table td {
    display: block;
    font-size: 50px;
}
table th {
    background: #dbdbdb;
    padding: 30px 0;
    line-height: 1;
}
table td {
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    padding: 0;
}
table tr:last-child td {
    border-bottom: 1px solid #999;
}
table th input {
    padding: 0;
    font-size: 50px;
    background: #dbdbdb;
    width: 100%;
    font-weight: 600;
    border: none;
    line-height: 1;
    color: #000;
}
table td input, table td textarea {
    /* -webkit-appearance: none; */
    width: 100%;
    height: 120px;
    font-size: 50px;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    border: 2px solid;
}
table td select {
    width: 100%;
    height: 120px;
    font-size: 50px;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    /* border: solid 3px #595959; */
    color: #000;
}
table td textarea {
    height: 200px;
    padding: 20px 0;
}
table td #to_work, table td #traffic {
    padding-top: 40px;
}
table td .work_container {
    text-align: left;
    margin-bottom: 50px;
    /* background: #fff;
    border: none;
    border-bottom: 2px solid #999;
    border-radius: 0;
    width: auto; */
}
.main_container {
    width: 900px;
    margin: 0 auto;
}
@media (min-width: 768px) {
  /* 画面幅768px以上（PC）の場合のスタイル */
  .main_container {
    width: 90%; /* 表示を広げる */
    max-width: 1300px; /* 最大幅を設定 */
  }
}
@media (min-width: 768px) {
/* SP月間勤怠用 */
	.main_container .scroll {
    /* overflow-x : scroll; */
    max-height: 400px;
    width: 100%; /* 表示を広げる */
    }
}
/* .main_container::-webkit-scrollbar {
    height: 20px;
}
.main_container::-webkit-scrollbar-thumb {
    background-color: #c0c0c0;
    border-radius: 30px;
} */
.main_container table, .main_container td, .main_container th{
    border: solid 3px #595959;
    border-collapse: collapse;
}
.main_container table {
    width: max-content;
}
.main_container table th, .main_container table td {
    display: table-cell;
    padding: 5px 10px;
}
.main_container table th{
    padding: 20px;
}
.main_container table td input, .main_container table td textarea, .main_container table td select {
    height: 80px;
}
.main_container td input.day {
    text-align: center;
    padding: 0;
    width: 2em;
}
.title {
    font-size: 56px;
    font-weight: bold;
    margin-bottom: -50px;
}
.title i {
    color: #67C7D4;
    display: block;
    text-align: center;
    font-size: 140px;
    margin: 100px 0 30px;
}
.left-aligned {
  text-align: left;
}
input[type="submit"], input[type="button"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 10px;
    width: 740px;
    margin: 0 auto;
}

.img {
    width: 200px;
    height: auto;
    margin: 0 auto;
}

.work-summary table {
    box-sizing: border-box;
    border-collapse:collapse;
    margin: 0;
    text-align: center;
    width: 450px;
}

.work-summary table tr th, .work-summary table tr td {
    display: table-cell;
    font-size: 24px;
}

.work-summary table tr th {
    background: none;
    padding: 0;
    line-height: 0;
    text-align: right;
    width: 70%;
}

.work-summary table tr td {
    border: none;
    padding: 0;
    text-align: right;
}

.summary-line {
    font-size: 24px;
}

.summary_style {
    width: 150px;
    border: none;
    border-radius: 10px;
    color: #fff;
    background: #67C7D4;
    line-height: 1;
    padding: 15px 0;
    font-weight: 500;
    font-size: x-large;
}

.setting_button {
    width: 150px;
    border: none;
    border-radius: 10px;
    color: #fff;
    background: #67C7D4;
    line-height: 1;
    padding: 15px 0;
    font-weight: 500;
    font-size: x-large;
}

.cancel_button {
    width: 150px;
    border: 3px solid #67C7D4;
    border-radius: 10px;
    background: #fff;
    color: #67C7D4;
    line-height: 1;
    padding: 12px 0;
    font-weight: 500;
    font-size: x-large;
}

.day_setting {
    width: 300px;
    height: 50px;
    font-size: 35px;
}

.edit_message{
    display: none;
    margin-left: 10px;
    font-size: 35px;
    margin: auto 0;
    color: red;
    height: 50px;
    white-space: nowrap;
}

.change_main {
    display: inline-flex;
    align-items: center;
}

@media (max-width: 768px) {

    body {
        font-size: 24px;
        width: 100%;
    }

    .btn, .btn_sub, .btn_back, .btn_in, .btn_out {
        width: 250px;
        font-size: 25px;
        padding: 20px 0;
    }

    .img {
        width: 120px;
    }

    .header {
        flex-direction: column;
        width: auto;
    }

    .name {
        font-size: 20px;
    }

    .datetime p span.time {
        font-size: 60px;
    }

    .btn_in_wrap::before {
        width: 40px;
        height: 40px;
        top: 40px;
        background-size: contain;
    }

    .btn_out_wrap::before {
        width: 40px;
        height: 40px;
        top: 40px;
        background-size: contain;
    }

    .btn_in, .btn_out {
        width: 150px;
        font-size: 28px;
        padding: 100px 0 40px;
    }

    .resttime input,
    .bikou textarea {
        font-size: 28px;
        height: auto;
    }

    .container
    .resttime input {
        width: 100px;
        font-size: 30px;
    }

    .container {
        margin-bottom: 30px;
    }

    .note {
        font-size: 24px;
        width: 70%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .bikou textarea {
        width: 270px;
        height: 200px;
        font-size: 30px;
    }

    .work-summary table tr th, .work-summary table tr td {
        font-size: 20px;
        width: 60%;
    }

    .work-summary table {
        box-sizing: border-box;
        border-collapse:collapse;
        margin: 0;
        text-align: center;
        width: 300px;
    }
}
