/* css */
@charset "UTF-8";

/*<-----GENERAL STYLING-----> */
html {
    font-size: 62.5%; /* font-sizeは16pxの62.5%の10px */
}

body {
	color: #555;
    font-size: 1.6rem; /*font-size : 16px と同等*/
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans","Meiryo",sans-serif;
    margin-left: auto;
    margin-right: auto;
    height: 100vh;
    width: 100vw;
}

h1 {
    font-size: 6.4rem; /* font-size: 64px と同等 */
    margin: 0;
} 

h2 { 
    font-size: 3.2rem; /* font-size: 32px と同等 */
} 

ul {
    list-style-type: none;
    padding-left: 0;
}

li {
	list-style-type:none; /*リストマーカー無しにする*/
}

table {
    display: block;
}

a,
a:visited,
a:hover,
a:active {
  color: inherit;
}

.fa {
    font-family: FontAwesome;
}

.title {
    font-size: 4rem;
}

body {
    width: 375px;
}

p {
    padding: 0 1rem;
    font-size: 1rem;
}

img {
    max-width: 100vw;
}

a {
    text-decoration: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}




/* <--main--> */
main {
    background-color: #fff;
    width: 100%;
    margin: auto;
}

.header-area{
    text-align: center;
}

.header-area img {
    display: block;
    width: 60%;
    margin: 2rem auto 3rem;
}

.header-area p {
    font-size: 3rem;
    color: #364e96;
    margin-top: 1rem;
}

.content-area {
    text-align: center;
    /*background-color: #f4f4f4;*/
}

.content-area h1 {
    display: block;
    width: 100%;
    font-size: 3.6rem;
    color: #364e96;/*文字色*/
    padding: 0.1em 0;/*上下の余白*/
    margin: 3rem 0 3rem;
    border-top: solid 3px #364e96;/*上線*/
    border-bottom: solid 3px #364e96;/*下線*/
}

.content-area table {
    width: 100%;
}

form {
    height: fit-content;
}
/*.content-area tbody {
    width: 350px;
}*/

.test-hr {
    border-top: solid 1px #364e96;
    margin-bottom: 2rem;
}

button {
    width: 75%;
    position: relative;
    display: block;
    padding: 1rem 4rem;
    margin: 0 auto 4rem;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.5;
    cursor: pointer;
    border: none;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    border-radius: 1rem;
    color: #ffffff;
    background-color: #f39800;
    border-bottom: 5px solid #aa6c00;
}

  
.button:hover {
    margin-top: 3px;
    color: #ffffff;
    background: #f39800;
    border-bottom: 2px solid #aa6c00;
}

.btn-reverse-orange {
    width: 75%;
    position: relative;
    display: block;
    padding: 1rem 4rem;
    margin: 0 auto 4rem;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.5;
    cursor: pointer;
    border: none;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    border-radius: 1rem;
    color: #ffffff;
    background-color: #dd6c00;
    border-bottom: 5px solid #f39800;
}


.btn-blue {
    background-color: #4665c1;
    border-bottom: 5px solid #364e96;
}

.btn-blue:hover {
    margin-top: 3px;
    background-color: #4665c1;
    border-bottom: 2px solid #364e96;
}

.btn-blue-return {
    width: 75%;
    background-color: #4665c1;
    border-bottom: 5px solid #364e96;
}

.content-area form {
    width: 100%;
    margin: 3rem auto 3rem;
}

input, select {
    margin-bottom: 2rem;
    height: 5rem;
    width: 96%;
    font-size: 1.2em;
    padding: 10px 10px;
    font-family: 'Source Sans Pro',arial,sans-serif;
    border: 1px solid #9c9c9c;
    background: #d7d7d7;
    color:#404040;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

textarea {
    margin-bottom: 2rem;
    height: 20rem;
    width: 100%;
    font-size: 1.2em;
    padding: 10px 10px;
    font-family: 'Source Sans Pro',arial,sans-serif;
    border: 1px solid #9c9c9c;
    background: #d7d7d7;
    color:#404040;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* <--新規ビジター入力 insert-input01 --> */

.insert-input {
    width: 100%;
}

.insert-input tr {
    height: 8rem;
}

.insert-input th {
    width: 25%;
    font-size: 2rem;
    padding-bottom: 2rem;
    padding-right: 1rem;
}

.insert-input td {
    width: 38rem;
}


/* <--ビジター検索結果 search-output01 --> */

.visitor-output {
    margin-bottom: 3rem;
}

.visitor-output-name {
    width: 30%;
    color: #364e96;
}

.visitor-output-company {
    width: 40%;
    color: #364e96;
}

.visitor-output-member {
    width: 30%;
    color: #364e96;
}

.visitor-output th {
    border-bottom: #364e96 1px solid;
}

.visitor-output td {
    text-align: left;
    padding: 1rem;
    /*padding-left: 1rem;
    padding-right: 1rem;*/
}

.visitor-output tr:nth-child(even) {
    background-color: #d7d7d7;
}

/* <--ビジター詳細データ visitor-detail --> */
.visitor-detail {
    margin-bottom: 3rem;
}

.visitor-detail th {
    text-align: left;
    color: #364e96;
    width: 28%;
    padding-left: 1rem;
    padding-right: 1rem;
}

.visitor-detail td {
    /*display: inline-block;*/
    text-align: left;
    padding-left: 1rem;
    padding-right: 1rem;
    border-left: #364e96 1px dotted;
}

.visitor-detail tr:nth-child(even) {
    background-color: #efefef;
}

.visitor-detail th a {
    background: linear-gradient(transparent 60%, #f39800 50%);
    /*width: 350px;*/
}

.visitor-detail input {
    margin: 1rem 0;
}

.visitor-detail img {
    width: 100%;
    height: auto;

}

/* <--ビジター詳細データ&更新入力ページ update-input --> */

.update-input-btn {
    position: relative;
    display: block;
    padding: 1rem 1rem;
    margin: 0 auto 4rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    cursor: pointer;
    border: none;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    border-radius: 1rem;
    color: #ffffff;
    background-color: #f39800;
    border-bottom: 5px solid #aa6c00;
}

.visitor-detail input[type="file"] {
    background-color: rgba(255, 255, 255, 0);
    border: 0px;
  }

/* <--ビジター更新入力ページ完了ページ update-output --> */

.update-output-message {
    text-align: center;
    color: #364e96;
    font-size: 2rem;
    font-weight: 700;
}

.update-output-thanks {
    text-align: center;
    color: #364e96;
    font-size: 1.6rem;
    padding-top: 2rem;
    padding-bottom: 4rem;
}

/* <--ファースト画面 login-input --> */

.login-input-img {
    width: 50%;
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.login-input-form {
    width: 100%;
}

.login-input-form-title {
    font-size: 2.8rem;
    text-align: center;
    color: #364e96;
    padding-bottom: 1.6rem;
}

.login-input-form-text-area {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #364e96;
}

.login-output-img {
    width: 80%;
    margin: 4rem auto;
}

.login-output-message {
    font-size: 1.8rem;
    text-align: center;
    color: #364e96;
    margin-top: 2rem;
}

.login-output-message a {
    font-weight: 600;
    color: #f39800;
}

.login-input-form-btn {
    position: relative;
    display: block;
    padding: 1rem 1rem;
    margin: 0 auto 4rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    cursor: pointer;
    border: none;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    border-radius: 1rem;
    color: #ffffff;
    background-color: #f39800;
    border-bottom: 5px solid #aa6c00;
}


/* <--ログアウト画面 logout-output --> */

.logout-output-img {
    width: 50%;
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.logout-output-thanks {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    color: #364e96;
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.logout-output-message {
    font-size: 1.8rem;
    text-align: center;
    color: #364e96;
    margin-top: 2rem;
}

.logout-output-message a {
    font-weight: 600;
    color: #f39800;
}

/* <-- footer --> */
footer {
    text-align: center;
    color: #364e96;
    font-size: 1rem;
    margin-top: 10rem;
}

.footer-top {
    font-weight: 800;
}