@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese');

/* ------------------------------
reset
------------------------------ */

a{
    color: #606060;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
} 
html{
    font-size: 62.5%;
}
body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
    margin: 0;
    padding: 0;
    border: none;
    line-height: 100%;
    list-style-type: none;  
    font-style: normal;
    font-weight: normal;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: left;
    color: #141414;
}
img { vertical-align: bottom; }

/* ------------------------------
base
------------------------------ */

body{
    position: relative;
    font-size: 1.0rem;
    min-width: 1000px;
    background: #FFFEF9;
    overflow-x: hidden;
}
p,table,dl,ol,ul li  {
    font-size: 1.5rem;
    line-height: 1.6;
}

body{
    width: 850px;
    box-sizing: border-box;
    margin: 0 auto;
    padding-top: 30px;
}
#header, #corporate-header{
    overflow-x: hidden;
    margin-bottom: 30px;
}
#header h1, #corporate-header h1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 4rem;
    padding-left: 10px;
    letter-spacing: 1.5px;
}
#header h1 {
    border-left: solid 5px #01b4a7;
}
#corporate-header h1 {
    border-left: solid 5px #cf9b27;
}

main{
    display: block;
}

.main-txt {
    font-size: 15px;
    line-height: 1.8rem;
}
.border {
    border-bottom: solid 1px #c1c1c1;
    margin:30px 0;
}

.table_area {
    width: 100%;
}
.table-01 {
}

.table-01 .thead,
.table-01 .tbody {
    display: table-row-group;
}

.table-01 ul,
.table-01 dl {
    display: table-row;
    font-size: 100%;
    line-height: 160%;
    border-top: solid 1px #858585;
    overflow: hidden;
 *zoom: 1;
}

.table-01 ul {
    text-align: center;
    background-color: #858585;
}

.table-01 ul li,
.table-01 dl dt,
.table-01 dl dd {
    display: table-cell;
 *display: inline;
    padding: 2px 12px;
 *border-top: none;
 *border-left: none;
    vertical-align: middle;
 *zoom: 1;
}

.table-01 .col1 {
    width: 3%;
    text-align: left;
    font-size: 14px;
}
.table-01 .col3 {
    width: 6%;
    text-align: left;
    font-size: 14px;
}
.table-01 dt {
    font-weight: 600;
}

.table-01 .col2 {
    width: 16%;
    padding: 12px 10px;
}
.table-01 .col2 a {
    color: #bc2b2b;
    text-decoration: underline;
}

.table-01 .wide {
    width: 20%;
    padding: 2%;
    margin-right: 10px;
    background: rgb(229, 228, 226);
    border: none;
    border-radius: 5px;
}
.table-01 .wide-02 {
    width: 40%;
    padding: 2%;
    margin-right: 10px;
    background: rgb(229, 228, 226);
    border: none;
    border-radius: 5px;
}
.table-01 .wide-03 {
    width: 10%;
    padding: 2%;
    margin-right: 10px;
    background: rgb(229, 228, 226);
    border: none;
    border-radius: 5px;
}
.table-01 label {
    margin-right: 17px;
    padding-left: 5px;
}
.submit {
    padding: 15px;
    text-align: center;
}
.required-txt {
    color: #fff;
    background-color: #cb6d4f;
    border-radius: 4px;
    font-size: 6px;
    padding: 3px;
    letter-spacing: 2px;
    margin-right: 10px;
}

.workplace, .guest-title {
    text-align: center;
    background-color: #936602;
    font-size: 14px;
    color: #fff;
    padding: 7px;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.workplace {
    width: 80px;
}
.guest-title {
    width: 150px;
}
.privacy-checkbt {
    width: 280px;
    padding: 10px;
    background-color: #ddd;
    border-radius: 25px;
    font-size: 15px;
    text-align: center;
}
.notice-txt {
    color: #bc2b2b;
    font-size: inherit;
    font-weight: 600;
    line-height: 1.9rem;
}
#form-error-area {
    font-size: 1.5em;
    line-height: 1.3em;
    color: red;
}
.guest {
    display: none;
}
