@charset "UTF-8";
/* CSS Document */

.error_list {
	padding: 10px 30px;
	color: #ff2e5a;
	font-size: 86%;
	text-align: left;
	border: 1px solid #ff2e5a;
	border-radius: 5px;
}
.cp_container {
    height: 500px;
    width: 100%;
    margin: 4px 0;
}
.cp_container ul {
display : -webkit-box;     /* old Android */
display : -webkit-flex;    /* Safari etc. */
display : -ms-flexbox;     /* IE10        */
display: flex; /* 要素をFlexコンテナとして定義する */
padding:0; /* 要素の余白を指定する(上下左右) */
margin:0;
list-style: none; /* リストのスタイルを無効にする */
justify-content: space-between;
align-items: center;
height: 10%;
width: 100%;
}
.cp {
  width: 16%;
  background: none;
  font-size: 20px;
  text-align: center;
  margin: 0px;
  border: 1px solid #aaa;
      display: table;
    height: 90%;
}
.cp span {
    display: table-cell;
    vertical-align: middle;
    }
.cp input {
    background:#fffaf0;
    width: 100%;
    height: 100%;
    text-align: center;
    }
.cpitem {
    width: 4%;
    display: table;
        height: 80%;
    margin: 0px;
    }
.cpitem span {
    display: table-cell;
    vertical-align: middle;
    font-size: 0.7rem;
    }
.cpitem .ya {
    color: white;
    }
.kakunin_container {
    margin: 5px 0;
    padding: 1px 10px 10px;
    background: #fff;
}
.ltbk {
    margin: 8px 0;
}
.ltbkb {
  border-bottom: none;
}
.ltbkb span {
    color: red;
    text-decoration:underline;
}
.ltbkb th{
    border-left: 10px solid #FFBEDA;
    text-align: left;
    /*background:#FFBEDA;*/
    padding: 10px;
    }
.ltbkbk {
  border-bottom: none;
}
.sya span {
    color: red;
    margin-left: 5px;
}
.cp_kakunin p {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
}

.ftimekaku span {
    border-left: 10px solid #FFBEDA;
    /*background:#FFBEDA;*/
    padding: 5px;
}
.cp_kakunin span {
    font-size: 15px;
    font-weight: normal;
    vertical-align: top;
}
table{
  width: 100%;
  border-collapse: collapse;
    margin: 0px;
}
table tr{
  border-bottom: solid 1px #aaa;
}
table th{
  position: relative;
  width: 30%;
  background-color: #fff;
  color: black;
  text-align: left;
  padding: 10px 0;
}
table td{
  text-align: left;
  width: 60%;
  text-align: left;
  background-color: white;
  padding: 10px 0;
}
.zek {
    font-size: 2.5rem;
    font-weight: bold;
}
.score {
    margin: 10px 0;
    }
.score tr {
    border: solid 2px black;
    font-size: 130%;
    }
.score th {
    background-color: black;
    color: white;
    width: 40%;
    text-align: center;
    }
.score td {
    font-weight:  bold;
    padding-left: 30px;
    }
.ltba {
    margin-top: 6px;
}
.ltb {
  border-bottom: none;
    
}
.ltb th{
    text-align: left;
    padding-left: 10px;
    }
.ltbb {
    text-align: left;

    padding-left: 10px;
    border-left: 10px solid #FFBEDA;
    }
.ltbb span{
    color: red;
    text-decoration:underline;
    }
.ltbt {
    background:#FFBEDA;
    vertical-align:middle;
    padding: 5px;
    }
.ftime_container {
    height: 100%;
    width: 100%;
    }
.ftime_container ul {
    display: flex;
    padding: 0;
    margin: 0 2px;
    list-style: none;
    align-items: center;
    height: 12%;
    }
.time {
    display: table;
    width: 100%;
    background: #FFF;
    }
.time_item {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.time_item select {
    padding: 5px 5px 7px 5px;
	border: 1px solid #aaa;
    background:#fffaf0;
    font-size: 20px;
    width: 70px;
    }
.time_item span {
    padding: 0 8px 0 6px;
    font-size:16px;
    font-weight: bold;
    }
.date_item {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 5px;
}
.date_item select {
    padding: 3px 3px 5px 3px;
	border: 1px solid #aaa;
    background:#fffaf0;
    font-size: 15px;
    width: 80px;
    }
.kome1 {
    font-size:12px;
}
.totalw th {
    width: 50%;
}
.total input {
    border:none;
    background:none;
    text-align: left;
    font-size:20px;
    font-weight: bold;
    width: 100%;
}
.btn_conf {
    margin: 15px 0;
    text-align: center;
    }
.btn_conf input {
    background-color: white;
    font-size: 90%;
    border: solid 1px black;
    padding: 5px 35px;
    border-radius: 6px;
    border: 2px solid #aaa;
    }
.hdr_inner {
    position: relative;
    border-bottom: 2px solid #f2c2d0;
}
.hdr_h1 {
    display: block;
    padding: 10px 0 3px 10px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
}
.main_block {
    background: #e9e9e9;
    padding: 5px;
    max-width: 750px;
    min-width: 330px;
    }
.main_innerlog {
    margin: 0px 0 5px;
    padding: 10px 10px 25px;
    background: #fff;
    }
.form dd {
    margin: 8px 0 0;
    }
.form dt {
    margin: 12px 0 0;
    padding: 1px 0 1px 8px;
    border-left: 3px solid #f2c2d0;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: bold;
    }
.form input {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 10px;
    border: 1px solid #ababab;
    border-radius: 0;
    font-size: 1rem;
    }
.form + input.button_submit {
    margin: 19px 0 0;
}
.next {
        margin: 19px 0 0;
    -webkit-appearance: none;
    display: block;
    box-sizing: border-box;
    width: 100%;
    border-radius: 16px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
    padding: 14px 0;
    background: #2a80b9;
    border: none;
    color: #fff;
}
.scorein {
    margin: 19px 0 0;
    -webkit-appearance: none;
    display: block;
    box-sizing: border-box;
    width: 100%;
    border-radius: 16px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
    padding: 14px 0;
    background: #ed6d46;
    border: none;
    color: #fff;
}
.stop {
    margin: 19px 0 0;
    -webkit-appearance: none;
    display: block;
    box-sizing: border-box;
    width: 100%;
    border-radius: 16px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
    padding: 14px 0;
    background: #C0C0C0;
    border: none;
    color: #fff;
}
.inpnext {
    margin: 19px 0 120px;
    -webkit-appearance: none;
    display: block;
    box-sizing: border-box;
    width: 100%;
    border-radius: 16px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
    padding: 14px 0;
    background: #2a80b9;
    border: none;
    color: #fff;
}
.main_inner2 {
        margin: 0 0 0 0;
    padding: 24px 10px 25px;
    background: #fff;
    }
.main_inner3 {
        margin: 0 0 0 0;
    padding: 14px 10px 15px;
    background: #fff;
    }
.back {
        -webkit-appearance: none;
    display: block;
    box-sizing: border-box;
    width: 100%;
    border-radius: 16px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
    
        padding: 11px 0;
    background: #fff;
    border: 3px solid #2a80b9;
    color: #2a80b9;
    }
.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}
.err_mes {
    margin: 5px 0;
    padding: 10px 8px 10px 8px;
    font-size: 1rem;
    font-weight: bold;
    color: #d8355d;
    line-height: 1.3;
    border: 1px solid #ff2e5a;
    border-radius: 8px;
}
.textbox:focus {
    outline:solid 2px #ff6a00;
    }
.seiseki_text {
    display: block;
    margin: 5px 0 0;
    line-height: 1;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    }
.seiseki_text2 {
    display: block;
    margin: 5px 0 0;
    line-height: 1;
    text-align: center;
    font-size: 0.8rem;
    }
.link_text {
    display: block;
    margin: 5px 0 0;
    line-height: 1;
    text-align: center;
    font-size: 1.4rem;
}
.link_text a {
    font-weight: bold;
    color: #2a80b9;
    text-decoration: underline;
        padding: 8px;
}
.sp_view {
    display: block;
    }
.main_blockcom {
    background: #e9e9e9;
    padding: 5px 5px 5px 5px;
    max-width: 750px;
    min-width: 375px;
    height: auto;
    }
.main_innercom {
    margin: 0 0 0px;
    padding: 1px 10px 10px;
    background: #fff;
    }
.att {
    margin: 8px 5px 0 5px;
    color: red;
    font-size: 110%;
    text-decoration: underline;
}
.com_checkin {
    display: block;
    color: red;
    margin: 5px 0 0;
    line-height: 1.5;
    text-decoration: underline;
}
.com_qrcheckin {
    display: block;
    color: red;
    margin: 5px 0 0;
    line-height: 1.5;
    font-size: 1.8rem;
    text-align: center;
}
.com_text {
    display: block;
    margin: 5px 0 0;
    line-height: 1.5;
    font-size: 1rem;
    }
.com_text span {
    color: red;
    text-decoration: underline;
}
.kakunin th {
    width: 50%;
}
.kakuninback {
    margin: 20px 0 80px 0;
}
/* 健康確認checkbox*/
.checkbox {
    margin: 5px;
    line-height: 1.3;
}
.checkbox-input{
  display: none;
}
.checkbox-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
      color: #d01137;
}
.checkbox-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}
.checkbox-input:checked + .checkbox-parts{
  color: #d01137;
}
.checkbox-input:checked + .checkbox-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #d01137;
  border-right: 3px solid #d01137;
}
.checkbox ul {
    padding-top: 8px;
}
.checkbox li {
    padding-top: 5px;
}
.checkbox p {
    padding-left: 13px;
}
.henkou p {
    font-weight: bold;
    padding-left: 0;
}