@charset "UTF-8";

/* Reset box-model and set borders */
/* ============================================ */


/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}
:root { --fixed-header-height: 0px; } 

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  color:#222;
  padding:10px !important;
   background:#fff;
  }


/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-text-fill-color: #000; 
  color:#000;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
  -webkit-text-fill-color: #000; 
  color:#000;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 
[contenteditable]:focus {
  outline: auto;
}
*/
/*layout*/

.container {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  /* またはショートハンドで記述 */
  /* margin: 0 auto; */
}
/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
  max-width: 920px;
}

caption {
  text-align: left;
}



.sp {
  display: none;
}

p {
  line-height: 1.5;
  font-weight: 600;
  color: #333;
}

img {
  display: block;
  width: 100%;
}
.hidden-section { display: none !important; }
h3 {
  font-size:2.0rem !important;
}

/*書き換え*/
/*ヘッダ_PC*/
#globalHeader {
  background-color: #fff;
  padding:10px 0 20px 0;
}

#globalHeader .wrap {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}
#globalHeader .logo-box {
  margin-top: 8px;
}
#globalHeader .logo-box img {
  width: 156px;
}
#mainNav .nav-link {
  padding: 10px 0;
  display: inline-block;
}
/*ヘッダ_eoPC*/

/*ヘッダ中間*/
@media only screen and (max-width: 767px)  {
  #globalHeader {
    border-bottom: none !important ;
  }  
  #globalHeader .wrap {
      padding: 0px 20px;

  }
}

/*ヘッダ_SP*/
@media (max-width: 480px) { 
  #globalHeader {
    padding:0;
  }
  #globalHeader .wrap {
    padding: 0px 0px;
}
.searchbar {
  margin-top: 10px;
}
nav .nav-link {
  padding-bottom: 10px;
  display: inline-block;
}
.nav-link a {
  margin-bottom: 10px;
}

}



.content_title {
  text-align: center;
  margin-top: 10px;
}
.content_title .content_title_text {
  font-size: clamp(22px, 2.5vw, 40px);
  padding:0;
  margin: 0;
  line-height: 130%;
  font-weight: 700;
}
.content_title .date-text {
  font-size: clamp(12px, 0.95vw, 18px);
  line-height: 200%;
}

/*navigation */
nav {
  text-align: center;
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
}
/**search bar **/
.searchbar{
  padding: 5px 0 5px 0;
  align-self: flex-start;
  display: flex; /* 横並びにする */
  gap: 10px; /* 要素間の隙間を空ける */
  align-items: center; /* 上下の位置を中央で揃える */
  justify-content: center;
}
.searchbar input[type="text"]{
  flex:1;
  padding:8px;
  border:1px solid #aaa;
  border-radius:6px;
  font-size:16px;
  text-align: left;
  max-width: 500px;
  
}


.searchbar button.searchBtn, .searchbar button.clearBtn {
  padding:9px 12px;border-radius:6px;border:1px solid #999999;
  background:#f7f7f7;
  cursor:pointer;
  color:#000;
  -webkit-text-fill-color: #000; 
  font-size:16px;
}

#searchModalBtn,#searchModalClose {
    padding:9px 12px;
    border-radius:6px;
    border:1px solid #999999;
    background:#f7f7f7;
    cursor:pointer;color:#000;-
    webkit-text-fill-color: #000; 
    font-size:16px;
  }
  



nav a.button {
  border:solid 1.5px #c00;
  background-color: #fff;
  color: #333;
  box-shadow: 0px 5px 5px 0px rgba(192, 192, 192, 0.35);
  font-size:15px;
  padding:8px 10px;
  text-decoration: underline;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 10px;
}
nav a.button:not(:last-child)  {
  margin-right: 10px;
}
nav a.button:hover {
  background-color: #fcf4f4;
  text-decoration: none;
}

/*content*/
.content {
margin: 0;
padding: 0;
line-height:160%;
}

.content .text {
  border:solid 1px #999;
  margin:30px 0 0px 0;
  padding:13px;
  font-size:0.9em;

}
.content .note {
  margin:10px 0 0px 0;
  font-size:0.9em;
}
.content .toiawase {
  margin:20px 0 0px 0;
  font-size:0.9em;
  text-align: right;
}
.mainContents .wrapper-heading .main-visual {
  max-width: 920px;
  background-image: url(../img/top_fv_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.mainContents .wrap
 {
  max-width: 920px;
  padding: 0 10px;
  min-width: 750px;
  margin: 0 auto;
}

.wrapper-heading .main-visual .main-visual-wrap {
  max-width: 972px;
  padding-top: 50px;
  padding-bottom: 25px;
  margin: 0 auto;
  position: relative;
}

.wrapper-heading .main-visual .main-visual-wrap .sub-title-box {
  width: 266px;
  text-align: center;
  background-color: #1c314e;
  margin-bottom: 26px;
}

.wrapper-heading .main-visual .main-visual-wrap .sub-title-box .sub-title {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .04em;
  padding: 10px 0;
}

.wrapper-heading .main-visual .main-visual-wrap .title {
  color: #fff;
  font-size: 43px;
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1.3;
}

.wrapper-heading .main-visual .main-visual-wrap .title .first-title {
  display: inline-block;
  margin-left: -28px;
}

.wrapper-heading .main-visual .main-visual-wrap .title .s-title {
  font-size: 34px;
  margin-left: -25px;
}

.wrapper-heading .main-visual .main-visual-wrap .title .xl-title {
  font-size: 50px;
}

.wrapper-heading .main-visual .main-visual-wrap .title .xl-title {
  font-size: 52px;
}

.wrapper-heading .main-visual .main-visual-wrap .title .emphasis {
  color: #d79d23;
  font-size: 52px;
}

.wrapper-heading .main-visual .main-visual-wrap .image-box {
  display: flex;
  gap: 30px;
  margin-top: 16px;
}

.wrapper-heading .main-visual .main-visual-wrap .image-box .item {
  width: 135px;
}

.wrapper-heading .main-visual .main-visual-wrap .kinri {
  padding: 14px 11px 22px;
  text-align: center;
  background-image: url(../img/kinri_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 29.5%;
}

.wrapper-heading .main-visual .main-visual-wrap .kinri .txt-s {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.wrapper-heading .main-visual .main-visual-wrap .kinri .txt {
  margin-bottom: 3px;
  font-kerning: normal;
  font-feature-settings: "kern";
}

.wrapper-heading .main-visual .main-visual-wrap .kinri .txt .emphasis {
  color: #fff;
  font-size: 27px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.08em;
}

.wrapper-heading .main-visual .main-visual-wrap .kinri .txt .num {
  font-size: 50px;
}

.wrapper-heading .main-visual .main-visual-wrap .kinri .txt .num .karned {
  letter-spacing: -0.1em;
}

.wrapper-heading .main-visual .main-visual-wrap .kinri .note {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}


.campaign-line{
    text-align: center;
    padding: 29px 0 26px 0;
    background: #f0f6ff;
}

.campaign-line-text{
display: inline;
    background-position: left -100% center;
    padding-bottom: 0.6em;
    font-weight: bold;
    background-size: 200% 0.4em;
    background-repeat: repeat-x;
    background-image: linear-gradient(to right, rgba(247, 210, 225, 0) 50%, rgb(185 228 255) 50%);
    transition: background-position 2s 0.1s;
}

.campaign-line-text a{
    color: #1a0b8f;
    font-weight: bold;
    font-size: 1.2em;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
}

.campaign-line-text a img{
     width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}



.wrapper-heading .application-adv {
  min-width: 920px;
  background-color: #fff;
}

.wrapper-heading .application-adv .adv-wrap {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: 0px 10px 0 rgba(0, 0, 0, 0.5);
}

.wrapper-heading .application-adv .adv-wrap .adv-txt {
  width: 450px;
  font-size: 19px;
  letter-spacing: .04em;
  color: #333;
  margin: 0 auto 10px;
}

.wrapper-heading .application-adv .adv-wrap .btn-red {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 375px;
  background-color: #d81f1f;
  padding: 15px 0;
  margin: 0 auto;
}

.wrapper-heading .application-adv .adv-wrap .btn-red img {
  width: 15px;
}

.wrapper-heading .application-adv .adv-wrap .btn-txt {
  font-size: 18px;
  letter-spacing: .04em;
  color: #fff;
}

.description-webloan-box {
  min-width: 980px;
}

.description-webloan-box .wrap {
  padding-top: 60px;
  padding-bottom: 80px;
}

.description-webloan .title {
  color: #292929;
  text-align: center;
  font-size: 38px;
  letter-spacing: .04em;
  margin-bottom: 30px;
}

.description-webloan .txt-lead {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 70px;
}

.description-webloan .txt-lead span {
  font-size: 26px;
  color: #e85d5d;
}

.description-webloan-box .image-box .txt {
  font-size: 20px;
}

h1{margin:0 0 12px;font-size:20px}
.small{font-size:13px;color:#666}
section{margin:10px 0;padding:12px;}
.section-meta{margin:6px 0 10px;font-size:13px;color:#333}
.table-wrap{width:100%;overflow-x:auto}
table{width:100%;border-collapse:collapse;background:#fff;padding:2px;}

thead th{background:#eee;border-bottom:2px solid #eee;font-weight:600;}
.sec-foreign-bond tr th:nth-child(1) { width:100px !important;}
.error{color:crimson}


.table-wrap { 
max-width: 920px; 
background: #fff; 
}


h3:first-child{
  padding:60px 0 10px 0; 

}

.table-wrap table thead th {
  position: sticky; 
/*top: calc(var(--fixed-header-height)); */
top:0px;
 background: #eee; 
 z-index: 2; 
 padding:2px;
 border:1px solid #999;
 text-align: center;
}

.table-wrap table td {border:1px solid #999;text-align:left;vertical-align:top;padding:2px;text-align: center;}
tr td:nth-child(2) { text-align: left; }
.col-code { width: 100px; } 
.sec-foreign-bond tr td:nth-child(3) { text-align: left; }
.sec-foreign-bond tr td:nth-child(2) { text-align: center; }
/* テーブルの基本スタイル調整（必要なら既存スタイルと統合） */ 
.table-wrap table { border-collapse: collapse; width: 100%; }
#sec-domestic-fund .table-wrap table td {text-align:left;}
#fixedHeader 
{
position:fixed;
top:0px;
left:0;
right:0;
display:none;
z-index:10000;
background:#fff;
padding:2px;
}

/* レスポンシブで高さ調整（任意） */ 
@media (max-width: 480px) { 
.table-wrap { max-height: 260px; } 
}

#fixedHeader { padding:0 8px;  }
#fixedHeader table { width:100%; border-collapse:collapse; }
#fixedHeader th, #fixedHeader td { 
padding:8px; 
border:1px solid #666; 
background:#eee; 
font-size:10px;

}
  
/* 補足：列幅が崩れる場合は fixed レイアウトを検討 / .table-wrap table.table-fixed { table-layout: fixed; / 各列の幅は CSS や th/td の幅指定で制御されます */ }
    /* Back to top ボタン用 */
    #backToTop {
      display: none; /* 初期は非表示 */
      position: fixed;
      right: 18px;
      bottom: 20px;
      width: 44px;
      height: 44px;
      padding: 0;
      border:none;
      cursor: pointer;
      z-index: 9999;
      transition: transform .12s ease, opacity .12s ease;
      opacity: 0;
      border: none;
      background-color: transparent;
    }
    #backToTop.show {
      display: block;
      opacity: 1;
      transform: translateY(0);
      position: fixed;
      right: 18px;
      bottom: 20px;
      background-color: transparent;
      border:none;
      background-color: none;
    }
    #backToTop:hover {
      transform: translateY(-2px);
    }
    /* 小さいスクリーンで位置を調整（任意） */
    @media (max-width:480px) {
      #backToTop { right: 12px; bottom: 14px; width:40px; height:40px; line-height:40px; }
    }
/*背景色*/
::backdrop {
  position: fixed;
  overflow: hidden;
  touch-action: none;
}



.dl-info {
  border: 1px solid #8d7d62;
  margin-bottom: 60px;
  max-width: 920px;
}

.dl-info .title-box {
  text-align: center;
  padding: 30px 0;
  background-color: #ce9a42;
}

.dl-info .title-box .title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.dl-info .dl-contact {
  padding: 30px;
}

.dl-info .dl-contact .dl-contact-box {
  text-align: center;
  margin-bottom: 25px;
}

.dl-info .dl-contact .dl-contact-box .dl-txt {
  font-size: 24px;
  letter-spacing: .04em;
}

.dl-info .dl-contact .dl-contact-box .contact-tel {
  font-size: 56px;
  color: #c3903b;
}

.dl-info .dl-contact .dl-contact-box .business-hours {
  font-size: 15px;
  letter-spacing: .04em;
  font-weight: 600;
}

.dl-info .dl-contact .note {
  font-size: 14px;
  color: #646464;
  letter-spacing: .04em;
  font-weight: 500;
}



  .sp {
    display: none;
  }
  
  /*固定ヘッダ*/
  .fixed-menu {
    font-size:small;
  }
  .fixed-menu img {
    height:34px;
  }

    header{background:#fff;padding:16px}

  /* fixed menu container (initially hidden) */
  #fixedMenuContainer{display:none;position:fixed;top:0px;left:0;right:0;z-index:10001;background:#fff;border-bottom: solid 1px #ccc;padding:5px 0;}
  .fixed-menu{color:#333;display:flex;justify-content:space-between;max-width: 920px;margin: auto;}
  .fixed-menu .left{display:flex;align-items:center;}
  .fixed-menu .left img {margin-right:25px;width:80px;}
  .fixed-menu .left a {text-decoration: underline;}
  .fixed-menu .actions {padding:0px;display:flex;}
  .fixed-menu .actions button{margin-left:0px;border-radius:6px;cursor:pointer;box-sizing: border-box;vertical-align: middle;color:#000; -webkit-text-fill-color: #000; font-size:14px; padding:6px;}
  .fixed-menu .actions .ghost{background:rgba(255,255,255,0.12);color:#fff}

/**固定バーの検索窓*/

#fixedMenuContainer .fixed-menu .searchbar {
  padding: 0px;
  display: flex; /* 横並びにする */
  gap: 8px; /* 要素間の隙間を空ける */
  align-items: center; /* 上下の位置を中央で揃える */
  justify-content: flex-end;
  margin-left: 10px;
  width:100%; 
}


.fixed-menu .searchbar input[type="text"]{
  padding: 5px;
  flex:1;
  border:1px solid #aaa;
  border-radius:6px;
  font-size:14px;
  text-align: left;
  width:45%;
}
.fixed-menu #searchModalBtn,.fixed-menu #searchModalClose {
  border-radius:6px;
  border:1px solid #999999;
  background:#f7f7f7;
  cursor:pointer;color:#000;-
  webkit-text-fill-color: #000; 
  font-size:12px;
}



.dl-info {
  margin: 30px 0;
}

/* fixed menu container (initially hidden)　sp version */
@media screen and (max-width: 700px) { 
  /*#fixedMenuContainer { display: none !important; } */
  .fixed-menu { flex-wrap: nowrap; justify-content: space-between; padding: 8px 10px; gap: 8px; }
. fixed-menu a {
  font-size:5px;
}

}

  /* demo content to make page scrollable */
  .dummy{height:1500px;background:linear-gradient(#fff,#f3f7fb);margin-top:12px;padding:12px}
  /* small responsive tweak */
  @media(max-width:600px){ .fixed-menu{flex-direction:column;gap:8px;align-items:flex-start} }


  /*フッタ*/
    /*フッタ*/
@media only screen and (min-width: 768px) {
    #footerBox ul {
      margin: 0;
      padding: 0;
    }
    #footerBox .wrap {
      margin: 0;
      padding: 0;
      
    }
    #footerBox a {
      text-decoration: none;
    }
    #footerBox #footerTop .wrap, #footerBox #footerUnder .wrap {
      max-width: 920px;
      margin: 0 auto;
    }
    #footerBox #footerTop {
      padding: 20px 0 20px;
      background: #474747;
    }
    #footerBox #footerTop .linkList02 li,
    #footerBox #footerUnder .linkList01 li
     {
      display: inline-block;
      padding:0 45px 0 13px;
      font-size:110%;
    }
    #footerBox #footerTop .linkList02 li a {
      color: #fff;
    }
    #footerBox #footerTop .linkList02 li::before {
      content:url("https://www.nomura-trust.co.jp/common/img/com_ic02.png");
      /* content: "★"; のように絵文字も使用可能 */

      margin-right: 8px; /* 記号とテキストの間に余白を追加 */
    }
    #footerBox #footerUnder {
      padding: 22px 0 26px;
      background: #efefef;
    }
    #footerBox #footerUnder ul {
      margin-bottom: 12px;
      width:100%;
    }
    #footerBox #footerUnder .linkList01 li {
      padding:0 30px 8px 13px;
    }
    #footerBox #footerUnder .linkList01 li a {
      color:#333366;
    }
    #footerBox #footerUnder .linkList01 li::before {
      content:url("https://www.nomura-trust.co.jp/common/img/com_ic01.png");
      /* content: "★"; のように絵文字も使用可能 */

      margin-right: 8px; /* 記号とテキストの間に余白を追加 */
    } 
    #footerBox .flexLogoBox{
      display: flex;
      flex-flow: row nowrap;
      margin-bottom: 15px;
    }
    #footerBox #footerUnder .flexLogoBox > .noteList > li {
      font-size: 101%;
    }
    #footerBox #footerUnder .flexLogoBox > .noteList > li .noteListMark {
      float: left;
      display: block;
      white-space: nowrap;
    }
    #footerBox #footerUnder .flexLogoBox > .noteList > li .noteListText {
      overflow: hidden;
      display: block;
    }
    #footerBox #footerUnder .flexLogoBox > .logoWrap {
      flex-shrink: 0;
      margin-left: 30px;
      width: 156px;
      padding-top: 6px;
    }
    #footerBox #footerUnder .flexLogoBox > .logoWrap > a {
      display: block;
    }
    #footerBox #footerUnder .flexLogoBox > .logoWrap > a:hover {
      opacity: 1;
    }
    #footerBox #footerUnder .flexLogoBox > .logoWrap img {
      width: 156px;
    }
  }
.copy {
  font-size: 95%;
  color: #888888;
  font-weight: normal;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }

  .header .logo-box svg {
    width: 129px;
  }
  .mainContents .wrapper-heading .main-visual {
    min-width: auto;
    width: 100%;
    background-image: url(../img/sp_top_fv_bg.png);
    background-position: right;
  }
  .wrapper-heading .main-visual .main-visual-wrap {
    max-width: none;
    padding: 70px 5.1vw 40px;
  }
  .wrapper-heading .main-visual .main-visual-wrap .kinri {
    padding: 14px 20px 16px;
    left: auto;
    right: 16px;
    background-image: url(../img/sp_kinri_bg.png);
  }
  .wrapper-heading .main-visual .main-visual-wrap .kinri .txt-s {
    font-size: 13px;
  }
  .wrapper-heading .main-visual .main-visual-wrap .kinri .txt {
    margin-bottom: 4px;
  }
  .wrapper-heading .main-visual .main-visual-wrap .kinri .txt .karned-s {
    letter-spacing: -0.1em;
    font-size: 30px;
  }
  .wrapper-heading .main-visual .main-visual-wrap .kinri .txt .num {
    font-size: 53px;
  }
  .wrapper-heading .main-visual .main-visual-wrap .kinri .txt .num .karned {
    letter-spacing: -0.1em;
  }
  .wrapper-heading .main-visual .main-visual-wrap .kinri .note {
    font-size: 10px;
    line-height: 1.7;
  }

  .wrapper-heading .main-visual .main-visual-wrap .sub-title-box {
    width: calc(180 / 375 * 100%);
  }
  .wrapper-heading .main-visual .main-visual-wrap .sub-title-box .sub-title {
    font-size: 16px;
  }
  .wrapper-heading .main-visual .main-visual-wrap .title {
    font-size: 34px;
    letter-spacing: 0;
  }
  .wrapper-heading .main-visual .main-visual-wrap .title .first-title {
    margin-left: -20px;
    letter-spacing: .05em;
  }
  .wrapper-heading .main-visual .main-visual-wrap .title .s-title {
    font-size: 28px;
    margin-left: -20px;
  }
  .wrapper-heading .main-visual .main-visual-wrap .title .l-title {
    font-size: clamp(1.75rem, 8.7vw, 2rem);
  }
  .wrapper-heading .main-visual .main-visual-wrap .title .xl-title {
    font-size: clamp(2rem, 10.2vw, 2.5rem);
  }
  .wrapper-heading .main-visual .main-visual-wrap .title .emphasis {
    font-size: clamp(2.5rem, 12.3vw, 3rem);
  }
  .wrapper-heading .main-visual .main-visual-wrap .image-box {
    gap: 20px;
  }
  .wrapper-heading .main-visual .main-visual-wrap .image-box .item {
    width: 105px;
  }
  .mainContents .wrap {
    max-width: 920px;
    padding: 0;
    min-width: auto;
  }
  .wrapper-heading .application-adv {
    min-width: auto;
    margin: 0 auto;
  }
  .wrapper-heading .application-adv .adv-wrap {
    width: 89.7%;
    margin: 0 auto;
  }
  .wrapper-heading .application-adv .adv-wrap .adv-txt {
    width: 100%;
    font-size: 16px;
  }
  .wrapper-heading .application-adv .adv-wrap .btn-red {
    max-width: 375px;
    width: 100%;
  }
  .wrapper-heading .application-adv .adv-wrap .btn-txt {
    font-size: 17px;
  }

  .offer-box {
    padding: 16px 0 24px;
    margin-bottom: 52px;
  }
  .offer-box .txt {
    font-size: 15px;
  }
  .offer-box .offer-btn {
    width: 100%;
  }
  .notice-area {
    margin-bottom: 46px;
  }
  .notice-area .notice-part:not(:last-child) {
    margin-bottom: 20px;
  }
  .notice-area .notice-part .container {
    padding: 12px 15px 20px;
  }
  .notice-area .notice-part:nth-child(4) .container {
    padding: 12px 15px 44px;
  }
  .notice-area .notice-part .title-box .title {
    line-height: 1.66;
  }
  .notice-area .notice-part .container .notice-txt {
    line-height: 1.7;
  }
  .notice-area .notice-part .container .list-notice li {
    line-height: 1.75;
  }
  .dl-info {
    margin-bottom: 35px;
  }
  .dl-info .title-box {
    padding: 20px 0;
  }
  .dl-info .title-box .title {
    font-size: 18px;
  }
  .dl-info .dl-contact {
    padding: 33px 8px;
  }
  .dl-info .dl-contact .dl-contact-box .dl-txt {
    font-size: 17px;
  }
  .dl-info .dl-contact .dl-contact-box .contact-tel {
    font-size: 34px;
    letter-spacing: -0.05em;
  }
  .dl-info .dl-contact .dl-contact-box .business-hours {
    line-height: 1.8;
  }
  .dl-info .dl-contact .note {
    letter-spacing: 0.024em;
    line-height: 1.75;
  }


  .footer {
    min-width: auto;
  }
  .footer .wrap {
    width: 100%;
    padding: 0;
    min-width: auto;
  }
  .footer .footer-box .footer-top {
    padding: 0;
  }
  .footer .footer-box .footer-top .footer-top-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer .footer-box .footer-top .footer-top-links .item {
    padding: 10px 0 10px 25px;
    border-left: 1px solid #afafaf;
    background: url(../img/com_ic02.png) no-repeat 5% 50%;
  }
  .footer .footer-box .footer-top .footer-top-links .item:first-child,
  .footer .footer-box .footer-top .footer-top-links .item:nth-child(2) {
    border-bottom: 1px solid #afafaf;
  }
  .footer .footer-box .footer-top .footer-top-links .item:nth-child(odd) {
    border-left: none;
  }
  .footer .footer-box .footer-top .footer-top-links .item .link {
    font-size: 14px;
    line-height: 1.7;
  }
  .footer .footer-box .footer-under .footer-under-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 10px;
  }
  .footer .footer-box .footer-under {
    padding-top: 8px;
  }
  .footer .footer-box .footer-under .footer-under-links .item {
    padding: 0 3px 0 20px;
    background: url(../img/com_ic01.png) no-repeat 5% 50%;
  }
  .footer .footer-box .footer-under .footer-under-links .item .link {
    font-size: 14px;
  }

  .footer .footer-box .footer-under .footer-under-other .logo-box {
    display: none;
  }
  .footer .footer-box .footer-under .copy {
    font-size: 14px;
    padding: 0 5px;
  }
  .page-top {
    bottom: 120px;
  }
  .fixed-box .offer-box {
    margin-left: 0;
  }
  .fixed-box .offer-box .offer-btn {
    font-size: 17px;
    line-height: 1.17;
    padding: 17px 6px 11px 11px;
    gap: 6px;
    width: 218px;
    position: relative;
    top: 3px;
  }
  .fixed-box .offer-box .offer-btn img {
    width: 9px;
    height: 17px;
    margin-top: 3px;
    margin-left: 5px;
  }
  .fixed-box .sns-box {
    margin-left: 13px;
  }
  .fixed-box .sns-box .txt {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .fixed-box .sns-box .btn-box {
    gap: 10px;
  }
  .fixed-box .sns-box .btn-box .link {
    width: 45px;
  }

  .campaign-line{
    padding: 32px 0 0px 0;
  }

 .sp.campaign-line-text{
     /*width: 453px;*/
     margin: 0 auto;
     background-position: left -100% center;
    padding-bottom: 2.4em;
    font-weight: bold;
    background-size: 193% 0.4em;
    background-repeat: repeat-x;
    transition: background-position 2s 0.1s;
    background-image: none;
    line-height:180%;
    font-size:0.80em;
}
 .sp.campaign-line-text img {
    margin-top:5px;
 }

.campaign-line-text a{
    color: #1a0b8f;
    font-weight: bold;
    font-size: 1.2em;
    /* display: inline-flex
; */
    align-items: normal;
}

.campaign-line-text a img{
        display: inline;
        position: relative;
        top: 27px;
        right: 4px;
}


}



/**固定バー**/
#fixedMenuContainer .logo-link {
  padding:0;
}
#fixedMenuContainer .menu-links a {
  font-size:1.3rem;
  white-space: nowrap;
}

button.menu-toggle{
  width:44px;
  height:30px;
  padding:6px;
  border:1px solid #ooo;
  background:#999;
  cursor:pointer;
  /*position:relative;*/
  position: fixed;
  box-sizing:border-box;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  /*追加*/
  top: calc(60px + env(safe-area-inset-top)); right: calc(10px + env(safe-area-inset-right)); z-index: 1000;
} 
.menu-toggle span{
  display:block;
  width:22px;
  height:2px;
  background:#fff;
  border-radius:2px;
  transition:transform .18s,opacity .18s;position:relative;
} 
.menu-toggle span::before,.menu-toggle span::after{
  content:'';
  position:absolute;
  left:0;width:22px;
  height:2px;
  background:#fff;
  border-radius:2px;
  transition:transform .18s,opacity .18s;
} 
.menu-toggle span::before{top:-6px;} 
.menu-toggle span::after{top:6px;} 
/*ここまでが三本線*/

.menu-toggle[aria-expanded="true"] span{background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/} 
.menu-toggle[aria-expanded="true"] span::before {
top: 0px;
transform: rotate(45deg);
}
.menu-toggle[aria-expanded="true"] span::after {
  top: 0px;
  transform: rotate(-45deg);
}

@media (max-width: 700px) {
  #fixedMenuContainer .menu-links { display: none; }
  #fixedMenuContainer .menu-toggle { display: inline-flex; }
  nav.drawer-nav {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding:10px;
    background-color: #fafafa;
  }
  nav.drawer-nav a {
    padding: 10px 5px;
    background-color: #fff;
    margin: 10px 0;
    border-radius: 5px;
    border:solid 1px #a00;
    font-weight: 700;
  }

  .fixed-menu {
    justify-content:flex-start;
  }
  .searchbar {
    white-space: nowrap;

  }
  /*テーブル縦スクルールしない*/
  .table-wrap {
    max-height: none !important;   /* 高さ制限を解除 */

  }
  h3 {
    padding-top:30px;
  }
  h3:first-child{
    padding:100px 0 10px 0; 
  }

  
  /* 横スクロールだけ欲しいので、横スクロール用のラッパーを別で作るのが確実 */
  .table-scroll {
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
  }

  /* 検索モーダル */ .search-modal { position: fixed; inset: 0; display: none; align-items: center; justify-content: center; background: rgba(0,0,0,0.5); z-index: 10000; } .search-modal.open { display: flex; } .search-modal .search-panel { width: 100%; max-width: 760px; margin: 0 16px; background: #fff; border-radius: 8px; padding: 16px; box-sizing: border-box; } .search-modal .search-panel .search-input { width: 100%; font-size: 18px; padding: 12px 14px; box-sizing: border-box; } .search-modal .search-panel .actions { margin-top: 8px; display: flex; gap: 8px; } .search-modal .search-panel .btn { flex: 1; padding: 10px; min-height:44px; border-radius:6px; }
  
    }
@media (min-width: 701px) {

  #fixedMenuContainer .menu-toggle { display: none; }
  #fixedMenuContainer .menu-links { display: flex; }

}

/** ボタンの改行**/
.searchbar { display: flex; flex-wrap: nowrap; align-items: center; gap: 8px; max-width: 860px; margin: 0 auto; padding: 8px; box-sizing: border-box; }

.searchbar .codeSearch { flex: 1 1 auto; min-width: 0; font-size: 16px; padding: 10px 12px; border: 1px solid #ccc; border-radius: 6px; box-sizing: border-box; }

.search-actions { display: flex; gap: 8px; flex: 0 0 auto; align-items: center; flex-wrap: nowrap; /* 折り返しを無効化 */ }

.search-actions .searchBtn, .search-actions .clearBtn { font-size: 15px; padding: 8px 10px; /* 小さめにして狭い幅でも収まるように */ border: 1px solid #ccc; background: #f5f5f5; border-radius: 6px; cursor: pointer; min-height: 44px; flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; white-space: nowrap; }

/* 小画面: 入力は上、ボタンは下で横並び（左右） */ @media (max-width: 500px) { 
  .fixed-menu .actions {
    padding: 0px;
    display: flex;
}
  .searchbar {
    flex-direction: column; 
    align-items: stretch; 
   }
  #fixedMenuContainer .searchbar{
    flex-direction: row;
  }


 }

.search-actions .searchBtn, .search-actions .clearBtn { flex: 1 1 0; /* 両方同じ幅で横に並べる / min-width: 0; padding: 10px; / 少し広めのタップ領域 */ }

/* 両ボタンの間に少し余白を確保する */ .search-actions .searchBtn { margin-right: 6px; } .search-actions .clearBtn { margin-left: 6px; } }

/* 大画面 */ @media (min-width: 501px) { .searchbar { flex-direction: row; } .search-actions .searchBtn, .search-actions .clearBtn { flex: 0 0 auto; margin: 0; padding: 10px 14px; } }