@charset "UTF-8";
/*!
--------------------------------
Created: 2025.12.02
Last Modified: 2025.12.02
--------------------------------
- Table of Contents -
初期化
要素別スタイル
汎用クラス
スキップナビ
グローバルヘッダ
グローバルナビ
グローバルフッタ
パンくずナビゲーション
タイトルエリア
--------------------------------
*/

main {
    font-family: 'メイリオ';
}

/* 全体縮小表示 */
:root {
    --text-scale: 0.7;
}
@media (max-width: 1099.98px) {

    main {
        zoom: var(--text-scale);
    }

    @supports not (zoom: 1) {
    main {
      transform: scale(var(--text-scale));
      transform-origin: 0 0;
      width: calc(100% / var(--text-scale));
      display: block;
    }
  }
}

.block-page-title {
    background-color: #5AA352;
    color: #ffffff;
    font-size: 48px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px 20px;
    gap: 30px;
    overflow-x: hidden;
}

.block-introduction-area {
    display: flex;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    align-items: center;
    display: block;
    width: 90%;
    max-width: 1300px;
    margin: 20px auto;
}

.site-link-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 90%;
    max-width: 450px;
    margin: 30px auto;
}

.site-link-button,
.site-link-button2 {
    display: flex;
    background-color: #3D6EB3;
    border: 1px solid #3D6EB3;
    font-size: 18px;
    line-height: 140%;
    color: #ffffff !important;
    width: 90%;
    max-width: 450px;
    cursor: pointer;
    transition: all .3s ease;
    padding: 7.5px 15px;
    border-radius: .5em;
    margin: 30px auto;
}

.site-link-button2 {
    margin: 0;
    align-items: center;
    flex: 1;
    text-decoration: none;
}

.site-link-button:after {
    content: "";
    display: block;
    position: absolute;
}

.site-link-button:active,
.site-link-button:hover,
.site-link-button2:active,
.site-link-button2:hover {
    background-color: #ffffff;
    color: #3D6EB3 !important;
    text-decoration: none;
}

.site-link-button-text {
    display: flex;
    gap: 5px;
    align-items: flex-start;
    text-align: left;
    font-size: 18px;
    line-height: 140%;
    font-weight: normal;
    margin: auto;
}

.site-link-button-img {
    display: block;
    height: 60px;
    width: 60px;
    flex-shrink: 0;
    margin: auto;
    margin-right: 8px;
}

.introduction-container {
    width: 100%;
    max-width: 1000px;
    overflow-x: auto;
    margin: 20px auto;
    border: 2px solid #5AA352;
    box-sizing: border-box;
}

.introduction-container-header {
    color: #ffffff;
    font-size: 28px;
    background-color: #5AA352;
    text-align: left;
    padding: 10px 30px;
}

.introduction-container-body {
    display: flex;
    padding: 10px 20px;
    font-weight: normal;
    align-items: center;
}

.introduction-container-text {
    display: flex;
    flex: 1;
    padding: 8px 12px;
    gap: 30px;
    text-align: left;
    align-items: center;
    font-size: 20px;
    font-weight: normal;
}

.introduction-container-img {
    display: flex;
    height: auto;
    width: 40%;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.block-infomation-title {
    display: block;
    width: 90%;
    max-width: 1200px;
    margin: 40px auto 20px auto;
    text-align: center;
    color: #000000;
    font-size: 28px;
    font-weight: bold;
    border-bottom: solid 4px #5AA352;
    padding-bottom: 10px;
}

span.sp-free {
    margin-left: 10px;
    padding: 5px 15px 1px;
    display: inline-block;
    color: #ffffff;
    background: #FF0505;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.block-button-area,
.block-license-area {
    display: block;
    text-align: center;
    margin: 20px auto;
}

.download-button {
    display: inline-block;
    background-color: #5AA352;
    border: 1px solid #5AA352;
    font-size: 20px;
    color: #ffffff !important;
    text-align: center;
    width: 90%;
    max-width: 400px;
    cursor: pointer;
    transition: all .3s ease;
    padding: 7.5px 15px;
}

.download-button:active,
.download-button:hover {
    background-color: #fff;
    color: #5AA352 !important;
    text-decoration: none;
}

.download-link-button {
    width: 90%;
    max-width: 200px;
    display: flex;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    color: #000000 !important;
    cursor: pointer;
}

.download-link-button-img {
    width: 18px;
}

.license-link-button {
    display: flex;
    font-size: 16px;
    color: #737373 !important;
    cursor: pointer;
    margin: 0 0 0 auto;
}

#open-login-dialog,
#userguide-download {
    pointer-events: none;
}

#open-login-dialog button,
#userguide-download button{
    pointer-events: auto;
    margin: 4px auto 0;
}

.block-site-introduction {
    display: block;
    font-size: 16px;
    text-align: left;
    width: 90%;
    max-width: 350px;
    margin: 50px auto;
}

.login-dialog-container {
    border: 1px solid #696969;
    box-shadow: 0 5px 20px #696969;
    margin: auto;
    padding: 0 30px;
    width: 600px;
    max-width: 90%;
}

.login-dialog-container::backdrop {
    background-color: #69696988;
}

.block-cross-btn-area {
    position: relative;
}

.cross-btn {
    font-size: 50px;
    font-weight: bold;
    color: #000000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: all .3s ease;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 0;
}

.cross-btn:hover {
    background: #696969;
    color: #ffffff;
}

.cross-btn:focus {
    outline: none;
}

.cross-btn:focus-visible {
    box-shadow: 0 0 0 2px #000000;
    border-radius: 50%;
}

.block-login-area {
    margin: 20px auto;
    width: 600px;
    max-width: 100%;
}

.block-login-text-area-top {
    display: block;
    margin: auto;
    width: 75%;
    padding-top: 20px;
}

.block-login-text-area-under {
    display: block;
    margin: auto;
    width: 60%;
    padding-top: 20px;
}

.block-login-input-area {
    display: block;
    margin: auto;
    width: 65%;
    padding-bottom: 20px;
}

.login-input-text {
    padding-top: 30px;
    position: relative;
    margin: auto;
}

.login-input-text input[type='text'],
.login-input-text input[type='password'] {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #bbb;
    border-bottom: 3px solid #bbb;
    border-radius: 2px;
    transition: 0.3s;
}

.login-input-focus input[type='text']:focus,
.login-input-focus input[type='password']:focus {
    border-bottom: 3px solid #6495ED;
    outline: none;
}

.input-error {
    background-color: #fcc !important;
}

.block-login-button-area {
    display: block;
    text-align: center;
    margin: auto;
    padding-bottom: 20px;
}

.login-button {
    display: inline-block;
    background: #5AA352;
    border: 1px solid #5AA352;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    width: 40%;
    padding: 5px;
    transition: all .3s ease;
}

.login-button:hover {
    background-color: #ffffff;
    color: #5AA352;
    text-decoration: none;
}

.message-dialog {
    background: #ffffff;
    max-width: 320px;
    padding: 24px;
    border-radius: 1em;
    border: 2px solid #00788c;
    position: relative;
    top: 50%;
    text-align: center;
    margin: 0 auto;
    box-shadow: 0 5px 20px #696969;
}

.message-dialog::backdrop {
    background-color: #69696988;
}

.close-btn {
    width: 30%;
    padding: 8px 16px;
    font-weight: bold;
    color: #ffffff;
    background: #00788C;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: #5c5c5c 2px 2px;
}

.close-btn:hover {
    background-color: #00778ccc;
}

/* ライセンス情報表示画面 */
.license-dialog-container {
    border: 1px solid #696969;
    box-shadow: 0 5px 20px #696969;
    margin: auto;
    width: 800px;
    max-width: 90%;
    max-height: 85vh;
    padding: 0px 20px 20px;
    overflow: hidden;
}

.license-dialog-container::backdrop {
  background-color: #69696988;
}

.dialog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.dialog-header h2 {
  margin: 0;
  font-size: 20px;
}

.dialog-note {
  margin: 12px 0;
  font-size: 14px;
  color: #666;
}

.oss-list-scroll {
  max-height: calc(85vh - 120px);
  overflow-y: auto;
  padding-right: 6px;
}

.oss-list {
  border-top: 1px solid #ccc;
}

.oss-item {
  padding: 14px 0;
  border-bottom: 1px solid #ccc;
}

.oss-name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 6px;
}

.oss-license,
.oss-copyright,
.oss-link {
  font-size: 14px;
  margin-bottom: 4px;
}

.oss-link a {
  color: #1976d2;
  text-decoration: none;
  word-break: break-all;
}

.oss-link a:hover {
  text-decoration: underline;
}

.oss-list-scroll::-webkit-scrollbar {
  width: 8px;
}

.oss-list-scroll::-webkit-scrollbar-thumb {
  background: #c7c7c7;
  border-radius: 4px;
}

.oss-list-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.hidden {
    display: none;
}
