.container {
    width: 1100px;
    margin: auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.form-container {
    width: 50%;
    margin: auto;
    padding: 40px;
    text-align: center;
    background-color: #e5edf5;
}
.form-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
}

.centered-div {
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
    width: 500px; 
    padding-left: 20px;
    margin: 0 auto;
}
.left-aligned {
    text-align: left;
    padding-left: 60px;
    width: 100%;
}

.logo-container {
    background-color: white;
    width: 1100px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}
.logo {
    width: 220px;
    height: auto;
    text-decoration: none;
    padding: 10px;
}
.faq-link {
    font-size: 20px;
    color: #0073e6;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-left: auto; 
}
.faq-link img {
    width: 28px;
    height: 28px;
    margin-right: 3px;
}
.navbar {
    width: 1100px;
    margin: auto;
    background-color: #007bff;
    display: flex;
    justify-content: center;
    height: 40px;
}

.loginPage {
    padding: 0 0 75px; }
    .loginPage .pageTitle {
      background: none; }
      .loginPage .pageTitle h1 {
        justify-content: center;
        font-size: 2.6rem;
        height: auto; }
    .loginPage .contentInner {
      width: 920px;
      margin: 0 auto; }
      .loginPage .contentInner .loginModal {
        width: 500px;
        background: #e5edf5;
        padding: 40px 40px 30px;
        margin: 0 auto; }
        .loginPage .contentInner .loginModal form > .formErrorContent:before {
          padding-left: 10px; }
        .loginPage .contentInner .loginModal dl {
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          margin-bottom: 20px; }
          .loginPage .contentInner .loginModal dl dt {
            font-weight: bold;
            width: 80px;
            margin-top: 3px;
            margin-right: 15px; }
          .loginPage .contentInner .loginModal dl dd:not(:last-child) {
            margin-bottom: 10px; }
          .loginPage .contentInner .loginModal dl dd input {
            width: 275px;
            height: 30px;
            padding: 10px;
            border: 1px solid #cccccc; }
            @media all and (-ms-high-contrast: none) {
              .loginPage .contentInner .loginModal dl dd input {
                line-height: 0; } }
        .loginPage .contentInner .loginModal .basicBtn {
          margin-top: 20px;
          width: 180px; }
      .loginPage .contentInner .annotation {
        text-align: center;
        font-size: 1.2rem;
        text-indent: 0;
        padding-left: 0;
        margin-top: 20px; }

.aboutWrap {
    overflow: hidden;
    position: relative;
    padding: 10px 0 25px; }
    .aboutWrap .aboutWrapInner {
        max-width: 980px;
        height: 100%;
        display: flex;
        align-items: center;
        margin: 0 auto;
        position: relative;
        z-index: 2; }
        .aboutWrap .aboutWrapInner h2 {
        text-align: left;
        margin-bottom: 10px; }
        .aboutWrap .aboutWrapInner .basicBtn {
        width: 250px; }
.aboutWrap p {
    padding: 5px 0 0;
    font-weight: normal;
}        
.aboutWrap .aboutWrapInner table {
    margin-left: 0;
    margin-right: auto;
}        
.menu-item, .dropbtn {
    background-color: #007bff; 
    color: white; 
    padding: 10px 20px;
    font-weight: bold; 
    border: none; 
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    margin: 0px; 
    transition: background-color 0.3s; 
    font-size: 1.8rem;
    width: 300px;
    text-align: center;
    vertical-align: middle; 
    line-height: 1.8rem;
}

.menu-item:hover, .dropbtn:hover {
    background-color: #0056b3;
    color: #fff;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #007bff;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10;
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    width: 300px;
    text-align: left;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* ドロップダウンメニュー項目のスタイル */
.dropdown-content a {
    color: white; 
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    background-color: #007bff; 
    transition: background-color 0.3s;
}

/* ドロップダウンメニュー項目のマウスオーバー時のスタイル */
.dropdown-content a:hover {
    background-color: #0056b3; 
}

/* ドロップダウンボタンのマウスオーバー時のスタイル */
.dropbtn:hover {
    background-color: #0056b3; 
}

/* ドロップダウンボタンがアクティブな時（選択されている時）のスタイル */
.dropbtn.active {
    background-color: #0056b3; 
}

.change-title {
    background-color: #ffdab9;
    color: #db6e6e;
    padding: 10px;
    text-align: center;
    font-size: 30px;
}

.header-contents
 {
    font-size: 90%;
    text-align: center;
}
p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: bold;
    padding: 0px 20px;
}

/* ステップバー */
.progressbar {
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.progressbar li {
    position: relative;
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    width: 33.333%;
    color: #999999;
    font-weight: bold;
    counter-increment: steps;
}
.progressbar li:before {
    display: block;
    width: 26px;
    height: 26px;
    margin: 7px auto 10px auto;
    content: '';
    line-height: 26px;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(160, 160, 160, 0.3); 
    color: white;
    content: counter(steps);
}
.progressbar li:after {
    position: absolute;
    z-index: -1;
    top: 20px;
    left: -50%;
    width: 91%;
    height: 2px;
    content: '';
    margin-left: 20px;
    background-color: rgb(160, 160, 160, 0.3); 
}
.progressbar li:first-child:after {
    content: none;
}
.progressbar li.active,
.progressbar li.complete{
    color: #0070BD;
}
.progressbar li.active:before,
.progressbar li.complete:before {
    background-color: #0070BD;
    color: #FFF;
}
.progressbar li.active:after,
.progressbar li.complete:after {
    background-color: #0070BD;
}
.progressbar li:not(.active):not(.complete) {
    opacity: 0.3;
}
ul{
  margin: 10px 0 !important;
}

.short-line {
    text-align: left;
    width: 50px; 
    height: 5px; 
    display: inline-block;
    background-color: orange; 
    margin-bottom: -2px;
}
.sub-contents-title {
    padding-left: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #00499D;
    
}
/* 固定文「必須」 */
.required {
    background-color: red;
    color: white;
    padding: 2px 5px;
    margin-left: 20px;
    border-radius: 3px;
    font-size: 90%;
}
/* ドロップダウンのスタイル */
.custom-dropdown {
    appearance: none; 
    -webkit-appearance: none; 
    -moz-appearance: none; 
    background-color: #f2f2f2; 
    color: #333; 
    padding: 10px; 
    border: 2px solid #ccc; 
    border-radius: 5px; 
    font-family: 'Roboto', sans-serif; 
    font-size: 14px; 
    width: 300px; 
    height: 40px;
    line-height: 1.0;
    transition: border-color 0.3s ease; 
    background: url(https://www.jmo.pmrj.jp/common/img/icon_select_arrow.png) no-repeat center right 10px #fff; 
}
/* ドロップダウンのスタイル：選択時 */
.custom-dropdown:hover {
    border-color: #007bff; 
}

 table.input-field {
    font-size: 16px;
    background-color: #ffffff;
    width: 100%;
}
table.input-field .title-2 {
    width: 250px;
}
.title-2 {
    vertical-align: middle;
    background-color: #d1cbcb;
    padding: 10px 20px;
    height: auto;
}
.input-field {
    padding-left: 10px;
    background-color: #e9e3e3;
}
.input-text {
    width: 500px;
    height: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    outline: none;
}
/* 入力テキストボックスマウスオーバー時のスタイル */
.input-text:hover,
.input-textarea:hover
{
    border-color: #007bff;
}
.input-text:focus,
.input-textarea:focus
 {
    border-color: #000; 
    outline: none; 
}

/* 入力テキストボックスのReadonly時のスタイル */
.input-text:read-only,
.input-textarea:read-only {
    background-color: inherit;
    border: none;
    box-shadow: none;
    cursor: not-allowed;
}
/* タイトル部分の説明文 */
.title-contents {
    font-size: 80%;
    white-space: normal;
}
.custom-file-upload {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.error-message {
    color: red;
    font-size: 90%;
}
/**ファイル**/
.uploadField {
    margin: 10px;
}

.fileLabel {
    display: inline-block;
    padding: 5px 8px; 
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 10px; 
    cursor: pointer;
    margin-right: 10px;
    height: 20px; 
    line-height: 20px; 
    font-size: 14px; 
}

/* カスタムファイル選択ボタンのホバー時のスタイル */
.custom-file-upload:hover {
    background-color: #0056b3;
}

/* カスタムファイル選択ボタンのフォーカス時のスタイル */
.custom-file-upload:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}
input[type="file"] {
    display: none;
}


/* 個人情報文言、画面上部固定文言 */
.privacy-contents,
.header-contents
 {
    font-size: 90%;
    text-align: center;
}
/* 入力エリアの固定文言 */
.inputTitle {
    display: inline-block;
    padding-right: 15px;
    font-size: 15px;
}
/* 固定文字 */
.fix-content {
    font-size: 14px;
}

/* 確認、送信、戻るボタン */
.btn-confirm, .btn-regist, .btn-return {
    background-color: #F08300; 
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 30px;
    width: 200px;
    height: 50px;
}
.btn-confirm:hover, .btn-regist:hover {
    background-color: #814c0c;
}
.btn-regist {
    background-color: #45a049; 
}
.btn-return {
    background-color: #d1cbcb;
    color: #333;
}
.btn-regist:hover {
    background-color: #0056b3; 
}
.btn-confirm:disabled {
    background-color: #cccccc; 
    color: #666666; 
    cursor: not-allowed; 
}


.inquiry {
    width: 95%;
    border-collapse: collapse; 
    margin: 10px auto; 
    text-align: center;
    font-size: 24px;
}

.inquiry th {
    border: 1px solid white; 
    padding: 5px;
    font-size: 16px;
    background-color: #6da7b3; 
    color: white;
} 
.inquiry td {
    border: 1px solid white; 
    padding-left: 10px;
    background-color: #f1f8ff; 
    font-size: 18px;
    height: 50px;
    vertical-align: middle;
    color: black;
}

.reserveInfo {
    font-style: italic; 
    color:#78206E;
}
.memberInfo {
    width: 100%;
    border-collapse: collapse; 
    margin: auto; 
    text-align: center;
    font-size: 18px;
}
.memberInfo th, 
.memberInfo td {
    border: 2px solid white; 
    padding: 10px;
}

.memberInfo th {
    background-color: #6da7b3; 
    color: white;
}

.memberInfo td {
    background-color: #f1f8ff;
    text-align: left;
    font-size: 14px;
    color: black;
}
.memberInfo td.reserve {
    background-color: #d3d3d3;
    text-align: left;
    font-size: 14px;
    color: black;
}

.memberInfo a {
    color: #00499d; }
    .memberInfo  a:hover {
      color: #f08300;
      text-decoration: underline; }



/* フッター用のスタイル */
footer {
    padding: 10px 0;
    background-color: #fff;
    text-align: center;
}
footer hr {
    border: 0;
    height: 1px;
    background: #f1f8ff;
    margin: 0px 10px;
}
footer p {
    font-weight: normal;
    font-size: 14px;
} 

ul.custom-list {
    padding: 0px 40px;
    position: relative;
    }       
ul.custom-list  li {
    border-left: solid 6px #0073e6;
    background: #f1f8ff;
    margin-bottom: 5px;
    line-height: 1.5;
    padding: 0.5em;
    font-size: 1.8rem;
    list-style-type: none!important;
}
ul.custom-list li:last-child {
        border-bottom: none;
    }
ul.custom-list.discription li {
        border-left: none;
        background: none;
        margin-bottom: 2px;
        line-height: 1.0;
        padding: 1px;
        list-style-type: disc!important;
    }

h1.memberPage {
    padding-top: 10px;
    font-size: 28px;
    color: #0073e6;
    text-align: center;
    font-weight: bold;
}
