@charset "utf-8";


.main_body img {
    border: 1px solid #56ab9b;
}


/* ネオトレAPI */

section {
    margin-bottom: 100px;
}


.api_title_h2 {
    margin: 0.3em 0 1em;
    padding: 0.6em 0.2em 0.3em;
    position: relative;
    border-top: 2px solid #287c8b;
    font-weight: 600;
    font-size: 2.6rem;
}

.api_title_h3 {
    font-weight: 600;
    border-left: 6px solid #287c8b;
    padding: 3px 20px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.api_table {
    width: auto;
    margin: 0.5em 0.5em 2em;
    box-shadow: 20px 13px #cee1e1;
}

.api_table th {
    background-color: #3b3b3b;
    color: #fff;
}

.api_flow {
    border: 1px solid #3d3d3d;
    padding: 15px;
    text-align: center;
    margin: 10px 20px;
    color: #ffffff;
    box-shadow: 7px 7px #cee1e1;
    font-size: 1.1em;
    background: #385257;
}

.api_flow_triangle {
    text-align: center;
    margin: 10px 20px;
    font-size: 1.5em;
    color: #385257;
}

.api_flow-detail {
    border: 1px solid #109f8b;
    padding: 30px 50px;
    margin: -11px 20px 0;
    box-shadow: 7px 7px #cee1e1;
    background: #efefef;
}

.api_step {
    padding: 0.6rem 0;
    border-bottom: 2px solid #3b3b3b;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    color: #333;
    margin: 40px 0 25px;
}

/* FILE ラベル → 丸っぽいピル型バッジ */
.api_step span {
    background: #3b3b3b;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-weight: bold;
    white-space: nowrap;
}

/* スマホ対応 */
@media (max-width: 768px) {
    .api_step {
        gap: 10px;
        padding: 0.5rem 0;
    }
    .api_step span {
        padding: 5px 12px;
    }
}

.api_button {
    background: #00a3ab;
    padding: 15px 20px;
    margin-left: 1em;
    text-decoration: none;
    color: #ffffff;
    border-left: 7px solid #a6d5cf;
    border-bottom: 6px solid #395350;
    transition: .3s;
}

.api_button:hover {
    background-color: #1e4b53;
    border-left: 2px solid #d9b817;
    border-bottom: none;
    color: #d9b817;
    text-decoration: none;
    transition: .3s;
}

.adin_outline {
    padding: 20px;
    border: 1px solid #269da9;
    /* color: #016e79; */
    width: 90%;
    box-shadow: 10px 10px #cee1e1;
}

.func_ex {
    background: #f9f8e7;
    border: 1px solid #bbb491;
    width: fit-content;
    padding: 5px;
    margin: 5px 0;
}

.btn.btn-003366, .btn.btn-003366.active, .btn.btn-003366.focus, .btn.btn-003366:active, .btn.btn-003366:focus {
    color: #fff;
    background-color: #04afaf;
    font-size: 1.05em;
    padding: 20px;
    width: 350px;
    box-shadow: 5px 5px #c9e7e7;
    margin-bottom: 10px;
        margin: auto;
    display: block;
}
.btn.btn-003366,
.btn.btn-003366.active,
.btn.btn-003366.focus,
.btn.btn-003366:active,
.btn.btn-003366:focus {
    color: #fff;
    background-color: #28a745;       /* メインの緑：視認性が高い */
    font-size: 1.05em;
    padding: 20px;
    width: 350px;
    box-shadow: 5px 5px #c8e8d0;     /* 緑系の柔らかい影 */
    margin-bottom: 10px;
    margin: auto;
    display: block;
    border-radius: 6px;
    transition: 0.2s ease;
}

/* hoverで色が濃くなる → 押しやすい */
.btn.btn-003366:hover {
    background-color: #218838;       /* 視認性UPの濃い緑 */
    box-shadow: 5px 5px #b9e2c6;
}s

/* マニュアル 　*/

ol {
    list-style: none;
}

input[type="radio"] {
    position: absolute;
    left: -9999px;
}

.filters * {
	display: inline-block;
}

.filters {
    padding-left: 0;
}

.filters label {
    cursor: pointer;
    transition: all 0.2s;
    padding: 10px 20px;
    margin: 1px 3px;
    font-weight: 400;
    width: 210px;
    border: 1px solid #3b3b3b;
    border-left: 6px solid #3b3b3b;
    background: #ffffff;
}


.filters label:hover {
    background: #00a3ab;
    color: #ffffff;
    border-left: 6px solid #3b3b3b;
    box-shadow: none;
}

.filters02 * {
	display: inline-block;
}

.filters02 {
    padding-left: 0;
}

.filters02 label {
    cursor: pointer;
    transition: all 0.2s;
    padding: 10px 25px;
    margin: 1px 3px;
    font-weight: 400;
    width: 400px;
    border: 1px solid #3b3b3b;
    border-left: 6px solid #3b3b3b;
    background: #ffffff;
    height: 150px;
}


.filters02 label:hover {
    background: #00a3ab;
    color: #ffffff;
    border-left: 6px solid #3b3b3b;
    box-shadow: none;
}
.target {
        display: none;
    }


.targets {
    display: block;
    padding-left: 0;
}

.targets li {
    margin-left: 0em;
}

.targets .target {
    margin-left: auto;
    margin-right: auto;
    display: none;
}

@media (max-width: 767px) {
	.targets .target {
		width: 100%;
		font-size: 1.02rem;
	}
    .filters02 label {    
    padding: 10px 15px;
}
}

.targets .target-title {
	font-size: 1.2rem;
	margin: 1rem 0 1rem 0.25rem;
	color: #999;
}

.targets .target-title:hover {
	text-decoration: underline;
}

.targets figcaption {
	padding: 0.5rem;
	font-size: 0.75rem;
}

.targets .target-categories {
	margin-bottom: 0.75rem;
	font-size: 0.75rem;
}

.targets .target-categories * {
	display: inline-block;
}

.targets .target-categories li {
	margin-bottom: 0.2rem;
}

.targets .target-categories a {
	padding: 0.2rem 0.5rem;
	transition: all 0.1s;
	color: #994B8A;
}

.targets .target-categories a:hover {
	background: #994B8A;
	color: #fff;
}


/* メディアクエリ */
@media screen and (max-width: 900px) {
	.targets {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (max-width: 650px) {
	html {
		font-size: 14px;
	}

	.targets {
		grid-template-columns: repeat(2, 1fr);
	}
}


/* フィルタリング  */
[value="All"]:checked~.filters [for="All"],
[value="icon"]:checked~.filters [for="icon"],
[value="dialog"]:checked~.filters [for="dialog"],
[value="info"]:checked~.filters [for="info"],
[value="info-f"]:checked~.filters [for="info-f"],
[value="inquiry"]:checked~.filters [for="inquiry"],
[value="inquiry-f"]:checked~.filters [for="inquiry-f"],
[value="order"]:checked~.filters [for="order"],
[value="vba"]:checked~.filters [for="vba"] ,
[value="pc"]:checked~.filters [for="pc"],
[value="email"]:checked~.filters [for="email"],
[value="error"]:checked~.filters [for="error"]　{
	background: #3b3b3b;
    color: #fff;
    border-left: 6px solid #3a9191;
}

[value="All"]:checked~.targets [data-category] {
	display: block;
}

[value="icon"]:checked~.targets .target:not([data-category~="icon"]),
[value="dialog"]:checked~.targets .target:not([data-category~="dialog"]),
[value="info"]:checked~.targets .target:not([data-category~="info"]),
[value="info-f"]:checked~.targets .target:not([data-category~="info-f"]),
[value="inquiry"]:checked~.targets .target:not([data-category~="inquiry"]),
[value="inquiry-f"]:checked~.targets .target:not([data-category~="inquiry-f"]),
[value="order"]:checked~.targets .target:not([data-category~="order"]),
[value="vba"]:checked~.targets .target:not([data-category~="vba"]),
[value="pc"]:checked~.targets .target:not([data-category~="pc"]),
[value="email"]:checked~.targets .target:not([data-category~="email"]),
[value="error"]:checked~.targets .target:not([data-category~="error"]) {
	display: none;
}

/* TOP */
.api_news {
    border-right: 5px solid #7cb5b5;
    padding-right: 10px;
}

.api_news_ul {
    margin-top: 15px;
    margin-bottom: 15px;
    list-style: none;
}

.api_points {
    background-image: url(../img/excel.png), linear-gradient(to bottom, #000000 20%, #2a2a2a, #858585);
    background-repeat: no-repeat; 
    background-position: center;
    padding: 30px 0px 30px 10px;
    color: #fff;
    border-radius: 5px;
}

.api_when_use {
    background-image: linear-gradient(to bottom, #515151 20%, #000000, #858585);
    background-repeat: no-repeat;
    background-position: top left;
    padding: 30px 10px 10px 10px;
    color: #fff;
    border-radius: 5px;
}

.api_qa h2 {
    margin-left: 30px;            
    margin-top: 10px;
}

.api_qa span {
    margin-left: 20px;
}

.api_btn {
    color: #fff;
    background-color: #04afaf;
    font-size: 1.05em;
    padding: 10px;
    width: 150px;
    box-shadow: 5px 5px #c9e7e7;
    margin-top: 20px;
    
}

/* fix_area
------------------------------------------- */
        #fix_area {
            position: fixed;
            background-color: rgba(31, 24, 55, 0.8);
            width: 100%;
            bottom: 0;
            padding: 8px 0;
            text-align: center;
            z-index: 98;
        }

        #fix_area .cv_btn {
            position: relative;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background-color: #E5004C;
            color: #fff;
            font-weight: 600;
            padding: 18px 70px 18px 70px;
            font-size: 2.6rem;
            border-radius: 99em;
            border: none;
            line-height: 1;
        }

        #fix_area .cv_btn#mediation_cv {
            display: none;
            padding: 18px 48px 18px 24px;
        }

        #fix_area .cv_btn#mediation_cv.is-show {
            display: inline-block;
        }

        #fix_area .cv_btn#mediation_cv {
            font-size: 2.0rem;
        }

        #fix_area .cv_btn>span {
            font-size: 1.4rem;
        }

        #fix_area .cv_btn::after {
            content: '';
            position: absolute;
            background-image: url(https://sbisec.akamaized.net/sbisec/images/base/g_cmn_icon_blank_02_white_20210910.svg);
            background-repeat: no-repeat;
            right: 20px;
            width: 20px;
            height: 20px;
            border: none;
            top: 50%;
            transform: translateY(-50%);
        }

        #fix_area .cv_btn:hover {
            text-decoration: none;
        }

        @media screen and (max-width: 768px) {
            #fix_area {
                padding: 16px 0;
            }

            #fix_area .cv_btn {
                background-color: #E5004C;
                color: #fff;
                font-weight: 600;
                padding: 20px 48px 20px 24px;
                font-size: 1.6rem;
            }

            #fix_area .cv_btn>span {
                font-size: 1.2rem;
            }

            #fix_area .cv_btn#mediation_cv {
                font-size: 1.6rem;
                padding: 12px 48px 12px 24px;
                line-height: 1.2;
            }

            #fix_area .cv_btn::after {
                width: 16px;
                height: 16px;
                border: none;
            }
        }

				  /*  ページトップボタン
------------------------------------------- */
      #page-top {
        /* display: none; */
        position: fixed;
        bottom: 9px;
        right: 20px;
        z-index: 99;
        max-width: 160px;
        width: 60px;
        height: 60px;
        border-radius: 99em;
        background-color: #665C4B;

				/*position: fixed;
    right: 10px;
    bottom: 13px;
    width: 46px;
    height: 47px;
    background-color: #665C4B;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;*/
      }

      #page-top a {
        display: block;
        height: 100%;
        width: 100%;
        position: relative;
        transition: all 0.3s ease;
        color: #fff;
        font-size: 1.8rem;
        opacity: 1;
      }

      #page-top a:hover {
        opacity: 0.9;
        text-decoration: none;
      }

      #page-top a .triangle02 {
        display: inline-block;
        background-color: #fff;
        width: 23px;
        height: 20px;
        -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
      }

      #page-top a>p {
        line-height: 1.2;
        display: inline-block;
        position: absolute;
        left: 35%;
        top: 35%;
        text-align: center;
        transform: translate(-50%, -50%);
      }

      @media screen and (max-width: 768px) {
        #page-top {
          /* display: none; */
          position: fixed;
          bottom: 115px;
          right: 12px;
          width: 54px;
          height: 54px;
        }

        #page-top a {
          font-size: 1.2rem;
        }

        #page-top a .triangle {
          width: 16px;
          height: 14px;
        }

        #page-top a>p {
          line-height: 1.2;
        }
      }


      .PC-fv {
    display: block;
}

.heading-API {
    font-size: x-large;
    padding: 0 0.2em 0.3em;
    position: relative;
    border-bottom: 2px solid #FFF;
    color: #FFF;
    line-height: 1.3em;
}

/* 006 */
.button006 a {
    background: #eee;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 400px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button006 a:before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: -2em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
    background-color: #00a3ab;
    transition: 0.3s;
}
.button006 a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -2em;
    transform: translateY(-50%);
    width: 60px;
    height: 2px;
    background-color: #00a3ab;
    transition: 0.3s;
}
.button006 a:hover:before, .button006 a:hover:after {
    right: -2.5em;
}
.button006 a:hover {
    background: #edf6ff;
    color: #00a3ab;
}

.box10 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #00BCD4;
    background: #e4fcff;/*背景色*/
    border-top: solid 6px #1dc1d6;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
}
.box10 p {
    margin: 0; 
    padding: 0;
}

.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
}

/* pcのみ */
.sp-only {display: none !important;}
.pc-only {display: block !important;}

/* spのみ */
@media screen and (max-width: 600px) {
	.pc-only {display: none !important;}
	.sp-only {display: block !important;}
}

.inline-underline {
    position: relative;
    color: #0066d4;
    text-decoration: none !important;
    padding-bottom: 2px;
}

.inline-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #0066d4;
  transition: width .25s ease;
}

.inline-underline:hover::after {
  width: 100%;
}


.point-box {
  background: #00a6a6;      /* 内側の青緑色 */
  border: 5px solid #d7df23; /* 外側の黄色の枠 */
  padding: 15px 20px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.6;
  max-width: 750px;
    margin: 1.5em auto;
}

.point-title {
  font-weight: bold;
  margin: 0 0 8px 0;
}
.zoom-link {
  text-decoration: none;
}

.img-wrapper {
  position: relative;
  width: 100%;
    max-width: 750px;
  overflow: hidden;
  background: #fff;
      margin: auto;
    display: block;
}

.img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* オーバーレイテキスト */
.overlay-text {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 6px 12px;
  border-radius: 5px;
  opacity: 0;                  /* 最初は非表示 */
  transition: opacity 0.3s ease;
  pointer-events: none;        
}

/* ホバー時に表示 */
.img-wrapper:hover .overlay-text {
  opacity: 1;
}
.category-title {
    background-color: #f0f4f8;
    padding: 12px 18px;
    border-left: 5px solid #3498db;
    margin: 30px 0 15px;
    font-size: 20px;
    font-weight: 700;
    color: #222;
    border-radius: 5px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

/* カード */
.card {
    background: #ffffff;
    padding: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border: 1px solid #cfcfcf;
}

/* ★カーソルでカードがふわっと浮く（元の動き） */
.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.28);
}

/* タイトル */
.card-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #222;
    line-height: 1.2;
}

/* ボタン（常に表示） */
.card-buttons {
    display: flex;
    gap: 8px;
    opacity: 1;            /* 常時表示 */
    transform: none;       /* 動かさない */
    transition: none;      /* ホバー時の動きなし */
    padding: 0;
    background: transparent;
}

/* ボタンデザイン */
.btn-dl {
    flex: 1;
    padding: 6px 10px;
    border-radius: 6px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: 0.2s ease;
}

.jump-btn { background: #0069d9 !important; color: #FFF!important; text-decoration: none!important;}
.jump-btn:hover { background: #0053ad !important; color: #FFF!important; text-decoration: none!important;}
.download-btn { background: #218838 !important; color: #FFF!important; text-decoration: none!important;}
.download-btn:hover { background: #1c6f2e !important; color: #FFF!important; text-decoration: none!important;}

/* アイコン */
.icon { width: 20px; height: 20px; }

/* スマホは縦並び */
@media (max-width: 768px) {
    .card-buttons {
        flex-direction: column;
    }
}





.vba-button {
  display: inline-flex !important;
  align-items: center !important;
  padding: 6px 12px !important;
  background: linear-gradient(135deg, #6a1b9a, #4a148c) !important; /* ← 紫グラデ */
  color: white !important;
  border-radius: 8px !important;
  font-family: Arial, sans-serif !important;
  font-weight: bold !important;
  font-size: 0.9em !important;
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
}

/* アイコンリンク部分 */
.vba-button .icon-info {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  padding: 2px 6px;
 background-color: rgba(255,255,255,0.18); /* 紫に合う透明白 */
  border-radius: 4px;
  color: white;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.2s;
  flex-shrink: 0;
}

/* ホバー時の白みを強く */
.vba-button .icon-info:hover {
  background-color: rgba(255,255,255,0.35);
  transform: translateY(-2px);
}

/* レスポンシブ */
@media screen and (max-width: 480px) {
  .vba-button {
    padding: 4px 8px;
    font-size: 0.8em;
  }

  .vba-button .icon-link {
    padding: 2px 4px;
    margin-left: 4px;
  }
}


.vba-icon {
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;

  padding: 4px 10px !important;  /* コンパクト */
  min-width: 40px;

  border-radius: 6px !important; /* 丸みを控えめに */
  background: linear-gradient(135deg, #f3efff, #e8e0ff) !important; /* 薄紫 */

  color: #6b5ca5 !important; /* 文字も少し淡め */
  font-family: "Segoe UI", Arial, sans-serif !important;
  font-weight: 600 !important;
  font-size: 0.8em !important;

  border: 1px solid #ded3ff !important; /* うっすら境界線 */
  box-shadow: 0 1px 2px rgba(150,120,220,0.15); /* 控えめの影 */

  white-space: nowrap !important;
  user-select: none; /* 選択できない */
  cursor: default;   /* 手カーソルなし */
  margin-left: 5px;
}

/* ホバー時は色を少し明るくするだけ */
.vba-icon:hover {
  background: linear-gradient(135deg, #f7f2ff, #ece4ff) !important;
}

.information-wrapper {
    max-width: 800px;
    margin: 20px auto;
}

.info-list {
    border-top: 1px solid #ddd;
}

.info-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    transition: background 0.2s;
}

.info-item:hover {
    background: #f5f7fb;
}

.info-date {
    width: 110px;
    font-size: 14px;
    color: #444;
}

.update-tag {
    flex: 1;
    text-decoration: none;
}

.info-text {
    color: #005bbb; /* 公式サイトのリンク色風 */
    transition: color 0.2s;
}

.info-text:hover {
    color: #003f8c; /* 濃くしてホバー強調 */
}




