body {
    padding-top: 80px; 
  }
  
.red {
    color: red;
}

.orange {
    color: #ff9900;
}

details {
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f9f9f9;
    padding: 0.5em 1em;
    margin: 1em 0;
}

summary {
    display: block;
    font-weight: bold;
    cursor: pointer;
    margin: -0.5em -1em;
    padding: 0.5em 1em;
    list-style: none;
    background-color: #eee;
    border-radius: 4px;
    transition: background-color 0.2s;
}

summary:hover {
    background-color: #ddd;
}

summary::marker {
    display: none;
}

/* Chrome/Safari 等のデフォルト三角アイコンを非表示 */
summary::-webkit-details-marker {
    display: none;
}

summary::before {
    content: "▷";
    display: inline-block;
    width: 1em;
}

details[open] summary::before {
    content: "▼";
}

summary::after {
    content: " (タップで開閉)";
    font-size: 0.8em;
    color: #555;
}

.button-link {
    display: inline-block;
    padding: 0.6em 1.2em;
    background-color: #ff9900;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    transition: background-color 0.2s;
    margin: 1rem;
}

.button-link:hover {
    background-color: #885509;
}

/* 振込金額シミュレーター用 */
.simulator {
    margin: 2em auto;
    padding: 1em;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fafafa;
}

.simulator h2 {
    margin-bottom: 0.5em;
    font-size: 1.2em;
}

.simulator h2 {
    margin-bottom: 0.5em;
    font-size: 1.2em;
}

.simulator input {
    width: 100%;
    padding: 0.6em;
    margin-bottom: 0.5em;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.simulator button {
    width: 100%;
    padding: 0.6em;
    background: #ff9900;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.2s;
}

.simulator button:hover {
    background: #ff9900;
}

.simulator #sim-result {
    margin-top: 0.8em;
    white-space: pre-line;
    font-weight: bold;
}

/* 購入ページはこちらの設定 */
.container {
    max-width: 600px;
    margin: 0 auto;
    font-size: 14px;
}

.row {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    justify-content: flex-start;
}

.row span {
    width: 105px;
    font-size: 0.9rem;
    margin: 0 0 0 20px;
    white-space: nowrap;
}


.btn {
    background-color: #ff9900;
    color: white;
    padding: 0.5rem 2rem;
    border-radius: 0.3rem;
    text-decoration: none;
    font-size: 1rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s;
}

.btn:hover {
    background-color: #e68a00;
}

/* 文字、スペースの設定 */
.small_space {
    margin: 30px 0 20px 0;
}

.big_space {
    margin: 50px 0 20px 0;
}

.text_center {
    text-align: center;
}

.boldface {
    font-weight: 600;
}

.small_text{
    font-size: 0.8em
}

.big_text {
    font-size: 1.2em;
}

/* ヘッターの設定 */
.global .inner {
    max-width: 100%;
    max-width: none;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-height: 80px;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
}

.global {
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}

.global ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.global li {
    list-style: none;
}

.global a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    text-decoration: none;
}

.global .a_menu a span img {
    display: block;
    max-width: 25px;
    margin-right: auto;
    margin-left: auto;
}

.global .a_menu a span {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.global .a_menu a span b {
    width: 100%;
    display: block;
}

.a_menu {
    width: 60%;
}

.global ul.a_cv {
    width: 40%;
    justify-content: right;
    padding-left: 50px;
}

.a_cv li {
    width: 50%;
}
.inner {
    max-width: 1000px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.logo {
    max-height: 80px;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.logo img {
    max-height: 80px;
    max-width: 250px;
    width: 100%;
}

.global ul.a_cv {
    width: 100%;
    padding-left: 0;
    max-width: 200px;
}

.a_cv a {
    background: linear-gradient(90deg, #f69d25, #e03e39);
    /* background: linear-gradient(90deg, #25b2f6, #3969e0); */
    color: #fff;
    font-weight: 700;
    min-height: 80px;
    flex-wrap: wrap;
    font-size: 11px;
}

.a_cv li:nth-child(2) a {
    background: #fff;
    background: linear-gradient(90deg, #95F427, #41E038);
}

.a_cv a span {
    width: 100%;
    display: block;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    height: 40px;
}

.a_cv a img {
    max-width: 40px;
}

.global_menu {
    display: flex;
    justify-content: space-evenly;
    max-width: 800px;
    width: 100%;
    justify-content: right;
}


@media screen and (max-width: 600px) {
    body {
      padding-top: 100px; /* スマホ用に高さを調整したい場合 */
    }
  }
  