@charset "utf-8";

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bold;
  color: #000;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  /* 3 */
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
address,
caption,
figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
}

hr {
  margin: 0;
  padding: 0;
}

a {
  outline: none;
}

ul,
ol {
  list-style: none;
}

input:placeholder-shown {
  color: #aaa;
}

::-webkit-input-placeholder {
  color: #aaa;
}

:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #aaa;
}

:focusinput:placeholder-shown {
  color: transparent;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

/**********************************************common style***********************************************/
.clear {
  clear: both;
  width: 0px;
  height: 0px;
  display: block;
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix {
  zoom: 1;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/********************************************************************************************
ベース
********************************************************************************************/
html,body {
  height: 100%;
  min-height: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", sans-serif;
  letter-spacing: 0.05em;
  color: #333;
  font-feature-settings: "palt";
}

button,
input,
select {
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}


a {
  color: #0092d9;
  text-decoration: underline;
  transition: all 0.2s ease;
}

a:hover,
a:active {
  color: ;
  text-decoration: none;
  opacity: 0.7;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

hr {
  border: solid #ccc;
  border-width: 1px 0px 0px 0px;
  height: 1px;
  overflow: hidden;
  margin: 15px 0;
  clear: both;
}

.red {
  color: #FF3333;
}

.yello {
  color: #F4DD34;
}

/********************************************************************************************
レイアウト
********************************************************************************************/

/**********************************************
common
***********************************************/

.relative {
  position: relative !important;
}

.right,
.alignright {
  float: right !important;
}

.left,
.alignleft {
  float: left !important;
}

.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

.text-align-center {
  text-align: center !important;
}

.text-align-right {
  text-align: right !important;
}

.text-align-left {
  text-align: left !important;
}


.l-bottom-xxsmall {
  margin-bottom: 5px !important;
}

.l-bottom-xsmall {
  margin-bottom: 10px !important;
}

.l-bottom-small {
  margin-bottom: 15px !important;
}

.l-bottom {
  margin-bottom: 20px !important;
}

.l-bottom-large {
  margin-bottom: 30px !important;
}

.l-bottom-xlarge {
  margin-bottom: 50px !important;
}

.l-bottom-xxlarge {
  margin-bottom: 80px !important;
}

.l-top-xxsmall {
  margin-top: 5px !important;
}

.l-top-xsmall {
  margin-top: 10px !important;
}

.l-top-small {
  margin-top: 15px !important;
}

.l-top {
  margin-top: 20px !important;
}

.l-top-large {
  margin-top: 30px !important;
}

.l-top-xlarge {
  margin-top: 50px !important;
}

.l-top-xxlarge {
  margin-top: 80px !important;
}

.l-bottom-xxsmall-p {
  padding-bottom: 5px !important;
}

.l-bottom-xsmall-p {
  padding-bottom: 10px !important;
}

.l-bottom-small-p {
  padding-bottom: 15px !important;
}

.l-bottom-p {
  padding-bottom: 20px !important;
}

.l-bottom-large-p {
  padding-bottom: 30px !important;
}

.l-bottom-xlarge-p {
  padding-bottom: 50px !important;
}

.l-bottom-xxlarge-p {
  padding-bottom: 80px !important;
}

.l-top-xxsmall-p {
  padding-top: 5px !important;
}

.l-top-xsmall-p {
  padding-top: 10px !important;
}

.l-top-small-p {
  padding-top: 15px !important;
}

.l-top-p {
  padding-top: 20px !important;
}

.l-top-large-p {
  padding-top: 30px !important;
}

.l-top-xlarge-p {
  padding-top: 50px !important;
}

.l-top-xxlarge-p {
  padding-top: 80px !important;
}


@media screen and (max-width:768px) {

  .l-bottom-xxsmall {
    margin-bottom: 5px !important;
  }

  .l-bottom-xsmall {
    margin-bottom: 7px !important;
  }

  .l-bottom-small {
    margin-bottom: 10px !important;
  }

  .l-bottom {
    margin-bottom: 15px !important;
  }

  .l-bottom-large {
    margin-bottom: 20px !important;
  }

  .l-bottom-xlarge {
    margin-bottom: 30px !important;
  }

  .l-bottom-xxlarge {
    margin-bottom: 40px !important;
  }

  .l-top-xxsmall {
    margin-top: 5px !important;
  }

  .l-top-xsmall {
    margin-top: 7px !important;
  }

  .l-top-small {
    margin-top: 10px !important;
  }

  .l-top {
    margin-top: 15px !important;
  }

  .l-top-large {
    margin-top: 20px !important;
  }

  .l-top-xlarge {
    margin-top: 30px !important;
  }

  .l-top-xxlarge {
    margin-top: 40px !important;
  }

  .l-bottom-xxsmall-p {
    padding-bottom: 5px !important;
  }

  .l-bottom-xsmall-p {
    padding-bottom: 7px !important;
  }

  .l-bottom-small-p {
    padding-bottom: 10px !important;
  }

  .l-bottom-p {
    padding-bottom: 15px !important;
  }

  .l-bottom-large-p {
    padding-bottom: 20px !important;
  }

  .l-bottom-xlarge-p {
    padding-bottom: 30px !important;
  }

  .l-bottom-xxlarge-p {
    padding-bottom: 40px !important;
  }

  .l-top-xxsmall-p {
    padding-top: 5px !important;
  }

  .l-top-xsmall-p {
    padding-top: 7px !important;
  }

  .l-top-small-p {
    padding-top: 10px !important;
  }

  .l-top-p {
    padding-top: 15px !important;
  }

  .l-top-large-p {
    padding-top: 20px !important;
  }

  .l-top-xlarge-p {
    padding-top: 30px !important;
  }

  .l-top-xxlarge-p {
    padding-top: 40px !important;
  }

}

/**********************************************
スペース
***********************************************/

.l-top-pt {
  padding-top: 0.9em;
}

.l-top-mt {
  margin-top: 0.9em;
}

.l-top-pb {
  padding-bottom: 0.9em;
}

.l-top-mb {
  margin-bottom: 0.9em;
}

.l-top-ptb {
  padding: 0.9em 0;
}

.l-top-mtb {
  margin: 0.9em 0;
}


/**********************************************
column
***********************************************/

.l-column-container {
  margin-left: -2%;
}

.l-grid-01,
.l-grid-02,
.l-grid-03,
.l-grid-04,
.l-grid-05,
.l-grid-06,
.l-grid-07,
.l-grid-08,
.l-grid-09,
.l-grid-10,
.l-grid-11,
.l-grid-12 {
  float: left;
  padding-left: 2%;
  box-sizing: border-box;
}

.l-grid-01 {
  width: 8.333%;
}

.l-grid-02 {
  width: 16.666%;
}

.l-grid-03 {
  width: 25%;
}

.l-grid-04 {
  width: 33.333%;
}

.l-grid-05 {
  width: 41.666%;
}

.l-grid-06 {
  width: 50%;
}

.l-grid-07 {
  width: 58.333%;
}

.l-grid-08 {
  width: 66.666%;
}

.l-grid-09 {
  width: 75%;
}

.l-grid-10 {
  width: 83.333%;
}

.l-grid-11 {
  width: 91.666%;
}

.l-grid-12 {
  width: 100%;
}


.l-wide-column {}

.l-first-column {
  width: 800px;
  float: right;
  word-break: break-all;
}

.l-second-column {
  width: 190px;
  float: left;
}

@media screen and (max-width:768px) {

  .l-column-container {
    margin-left: 0;
  }

  .l-grid-01,
  .l-grid-02,
  .l-grid-03,
  .l-grid-04,
  .l-grid-05,
  .l-grid-06,
  .l-grid-07,
  .l-grid-08,
  .l-grid-09,
  .l-grid-10,
  .l-grid-11,
  .l-grid-12 {
    float: none;
    padding-left: 0;
    box-sizing: border-box;
    width: auto;
  }



  .l-first-column {
    width: auto;
    float: none;
  }

  .l-second-column {
    width: auto;
    float: none;
  }


}

/**********************************************
grid-list
***********************************************/

.l-list {
  list-style: none;
}

.l-list>li {
  float: left;
  padding-bottom: 0.9em;
}

.l-list-half {
  margin-left: -2%;
}

.l-list-half>li {
  width: 48%;
  margin-left: 2%;
}

.l-list-half>li:nth-of-type(2n) {
  margin-right: 0;
}

.l-list-half>li:nth-of-type(2n+1) {
  clear: both;
}

.l-list-trisect {
  margin-left: -2%;
}

.l-list-trisect>li {
  width: 31.3%;
  margin-left: 2%;
}

.l-list-trisect>li:nth-of-type(3n) {
  margin-right: 0;
}

.l-list-trisect>li:nth-of-type(3n+1) {
  clear: both;
}

.l-list-quarter {
  margin-left: -2%;
}

.l-list-quarter>li {
  width: 23%;
  margin-left: 2%;
}

.l-list-quarter>li:nth-of-type(4n) {
  margin-right: 0;
}

.l-list-quarter>li:nth-of-type(4n+1) {
  clear: both;
}



/**********************************************
base
***********************************************/

.l-base {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.l-base-small {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.l-block {
  padding-bottom: 2.5em;
}

@media screen and (max-width:768px) {

  .l-base {
    width: auto;
    box-sizing: border-box;
  }

  .l-base-small {
    width: auto;
    box-sizing: border-box;
  }

  .l-base:not(.l-base-no-offset),
  .l-base-wide:not(.l-base-no-offset),
  .l-base-small:not(.l-base-no-offset) {
    padding-left: 3%;
    padding-right: 3%;
  }

  .l-block {
    padding-bottom: 2.5em;
  }

}



/********************************************************************************************
モジュール
********************************************************************************************/


/**********************************************
common
***********************************************/

.container {
  width: 1000px;
  margin: 0 auto;
  background-color: #fff;
}

@media screen and (max-width:768px) {

  .container {
    width: auto;
  }

  .container{
    padding: 0 10px;
  }
}

/**********************************************
module-heading
***********************************************/

.title {
  background-color: #0092d9;
  padding: 8px 15px;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 1.25em;
}

.title.title-ver01 {
  background-color: #0092d9;
  color: #fff;
}

.subtitle {
  border-bottom: 3px solid #00a0e9;
  padding: 3px 5px;
  font-size: 1.25rem;
  color: #000;
  line-height: 1.3;
  margin-bottom: 0.9em;
}

.midtitle {
  padding: 3px 5px;
  font-size: 1.125rem;
  margin-bottom: 0.6em;
  color: #000;
  font-weight: bold;
}

.midtitle img {
  height: 1.8em;
  margin-right: 0.3em;
  vertical-align: middle;
}

.mintitle {
  display: inline-block;
  background-color: #333;
  color: #fff;
  padding: 0.6em 10px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 1.25em;
}


.bartitle {
  padding: 3px 5px;
  font-size: 131%;
  margin-bottom: 0.6em;
  font-weight: bold;
  border-bottom: 1px dashed #aaa;
}

.bartitle img {
  height: 1.8em;
  margin-right: 0.3em;
  vertical-align: middle;
}


.page-title {
  font-size: 1.5rem;
  border-top: 2px solid #333;
  border-bottom: 1px solid #333;
  padding: 0.9em 5px;
  margin-bottom: 1.25em;
}

.page-title span {
  display: inline-block;
  padding-left: 20px;
  border-left: 5px solid #333;
}

@media screen and (max-width:768px) {

  .title {
    font-size: 1.125em;
    padding: 3px 10px;
    margin-bottom: 1.25rem;
  }

  .subtitle {
    border-bottom: 2px solid #00a0e9;
    padding: 3px 5px;
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }


  .midtitle {
    padding: 3px 5px;
    font-size: 1.125rem;
    margin-bottom: 0.6rem;
  }

  .mintitle {
    padding: 3px 8px;
    font-size: 108%;
    margin-bottom: 0.6rem;
  }


  .bartitle {
    padding: 3px 5px;
    font-size: 116%;
    margin-bottom: 0.6rem;
  }


  .page-title {

    border-top: 2px solid #333;
    border-bottom: 1px solid #333;
    font-size: 1.5rem;
    text-align: center;
    padding: 0.6em 0;
    margin-bottom: 1.25em;
  }

  .page-title span {
    padding-left: 0px;
    border-left: none;
  }

}


/**********************************************
module-text
***********************************************/

.text-main {
  font-size: 1rem;
  padding-bottom: 1em;
  line-height: 1.8;
}

.text-small {
  font-size: 0.9375rem;
  padding-bottom: 1em;
  line-height: 1.5;
}

.text-xsmall {
  font-size: 0.875rem;
}


.text-large {
  font-size: 1.125rem;
  font-weight: bold;
  color: #000;
}



.text-accent {
  color: #f33;
}

.text-underline {
  background: linear-gradient(to bottom, rgba(255, 240, 0, 0) 0%, rgba(255, 240, 0, 0) 79%, rgba(255, 240, 0, 1) 80%, rgba(255, 240, 0, 1) 100%);
}


.lead {
  font-size: 1.125rem;
  color: #000;
  font-weight: bold;
  padding-bottom: 0.6em;
}

.lead-pink {
  color: #e74287;
}

.list-asterisk li {
  margin-left: 1.2em;
  line-height: 1.8;
  font-size: 0.938rem;
  padding: 0.3em 0;
}

.list-asterisk li::before {
  content: "※";
  margin-left: -1em;
  margin-right: 0.2em;
}


.list-dot li {
  margin-left: 1.2em;
  line-height: 1.8;
  font-size: 0.938rem;
  padding: 0.3em 0;
}

.list-dot li::before {
  content: "・";
  margin-left: -1em;
  margin-right: 0.2em;
}


.list-pdf li {
  margin-left: 1.2em;
  line-height: 1.75;
  font-size: 108%;
  background: url(../../img/icon/icon_pdf.png) no-repeat left 2px / 28px 28px;
  padding: 3px 0 10px 35px;
}

.list-pdf li a {
  color: #333;
  text-decoration: none;
}

.list-pdf li a:hover {
  text-decoration: underline;
}


@media screen and (max-width:768px) {


  .text-main {
    line-height: 1.6;
  }

  .list-asterisk li {
    line-height: 1.6;
  }

  .list-dot li {
    line-height: 1.6;
  }


  .list-pdf {
    clear: both;
  }

}


.site-header {
    width: 100%;
    background-color: #36bfc5; /* 背景色（必要なら） */
    margin-bottom: 30px;
}

/* 内側の枠：1000pxで中央寄せ */
.header-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 0 30px;
}

.header-inner p{
    font-size: 30px;
    color: fff;
    font-weight: bold;
    text-align: center;
    padding-top: 30px;
}

/* 画像の設定 */
.header-inner h1 {
    margin: 0;
    line-height: 0; /* 画像の下にできる謎の隙間を消す */
}

.header-inner img {
    width: 100%;     /* 枠いっぱいに広げる */
    height: auto;    /* 比率を維持 */
    display: block;
}

@media screen and (max-width: 768px) {

    .header-inner p{
        font-size: 18px;
        padding-top: 20px;
    }

    .header-inner {
        max-width: 1000px;
        margin: 0 auto;
        padding: 30px 10px 20px;
    }

  }



h2 {
    background-color: #36bfc5;
    color: #ffffff;
    padding: 12px 20px;
    border-radius: 4px; /* 少し角を丸くする場合。不要なら削除してください */
    font-size: 1.25rem;
    margin-bottom: 20px;
    margin-top: 40px;
    line-height: 1.4;
  }

  h3 {
    position: relative;
    padding: 10px 0 10px 15px; /* 左側に線の分の余白を確保 */
    font-size: 1.2rem;
    color: #333333;
    border-bottom: 1px solid #e0e0e0; /* 下の細いグレー線 */
    margin: 30px 0 20px 0;
    line-height: 1.4;
    display: block;
  }
  
  /* 左側の水色アクセントライン */
  h3::before {
    content: "";
    position: absolute;
    top: 20%;      /* 上下中央寄りに配置 */
    left: 0;
    width: 6px;    /* 線の太さ */
    height: 60%;   /* 線の長さ（画像のバランスに合わせる） */
    background-color: #36bfc5; /* H2と同じメインカラー */
  }
  
  /* モバイル対応：文字サイズを少し微調整 */
  @media screen and (max-width: 768px) {
    h3 {
      font-size: 1.1rem;
      padding: 8px 0 8px 12px;
    }
    h3::before {
      width: 5px;
    }
  }


/* 表全体のコンテナ（横スクロール用） */
.table-wrapper {
  overflow-x: auto;
  margin-bottom: 30px;
  -webkit-overflow-scrolling: touch;
}

/* テーブル本体 */
.spec-table {
  width: 100%;
  min-width: 950px; /* 全体的に少し余裕を持たせる */
  table-layout: fixed; /* これを指定すると以下の幅指定が正確に効きます */
  font-size: 0.9em;
}

/* 各列の幅を再定義 */
.spec-table th:nth-child(1), .spec-table td:nth-child(1) { width: 180px; } /* サイト名 */
.spec-table th:nth-child(2), .spec-table td:nth-child(2) { width: 190px; } /* 特徴 */
.spec-table th:nth-child(3), .spec-table td:nth-child(3) { width: 100px; } /* 納期（ここを広げました） */
.spec-table th:nth-child(4), .spec-table td:nth-child(4) { width: auto;  } /* ポイント（余った幅全部） */


/* ヘッダー行 */
.spec-table th {
  background-color: #f2f2f2;
  color: #333333;
  font-weight: bold;
  padding: 15px;
  border: 1px solid #cccccc;
  text-align: center;
}

/* データ行 */
.spec-table td {
  padding: 15px;
  border: 1px solid #cccccc;
  line-height: 1.6;
  vertical-align: middle;
}

/* サイト名の列を少し太字に */
.spec-table td:first-child {
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  padding-left: 10px;
  text-align: left;
  min-width: 180px;
  white-space: nowrap; /* 改行を阻止 */
}

/* サイト名のリンクにアイコンを添える */
.spec-table td:first-child a {
  display: inline-block;
  position: relative;
  padding-left: 30px; /* アイコンが入るスペース */
  line-height: 24px;  /* アイコンの高さと合わせる */
  text-decoration: underline;
}

/* 疑似要素でアイコンを表示 */
.spec-table td:first-child a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); /* これで完璧に上下中央 */
  width: 23px;   /* アイコンの幅 */
  height: 23px;  /* アイコンの高さ */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.rank-1 a::before { background-image: url('/img/ranking/ico01.jpg'); }
.rank-2 a::before { background-image: url('/img/ranking/ico02.jpg'); }
.rank-3 a::before { background-image: url('/img/ranking/ico03.jpg'); }
.rank-4 a::before { background-image: url('/img/ranking/ico04.jpg'); }
.rank-5 a::before { background-image: url('/img/ranking/ico05.jpg'); }



/* 行ごとのストライプ（読みやすくする場合） */
.spec-table tr:nth-child(even) {
  background-color: #fdfdfd;
}

/* リンクのデザイン調整 */
.spec-table a {
  color: #333;
  text-decoration: underline;
}
.spec-table a:hover {
  text-decoration: none;
}

/* テーブルのレスポンシブ・ブラッシュアップ */

/* スマホで「スクロールできるよ」と視覚的に伝えるためのヒント */
.table-wrapper {
    position: relative;
  }
  
  /* スクロールバーのデザイン（Webkit系ブラウザ用） */
  .table-wrapper::-webkit-scrollbar {
    height: 8px;
  }
  .table-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .table-wrapper::-webkit-scrollbar-thumb {
    background: #36bfc5; /* 帯の色に合わせる */
    border-radius: 4px;
  }
  
  /* モバイル用の微調整（画面幅768px以下） */
  @media screen and (max-width: 768px) {
    .spec-table {
      font-size: 0.85rem; /* 文字を少し小さくして一覧性を高める */
    }
    
    .spec-table th, 
    .spec-table td {
      padding: 10px 8px; /* 余白を少し削る */
      min-width: 120px;   /* 各セルの最低幅を確保 */
    }

    .spec-table td:first-child {
      min-width: 100px;
      background-color: #fafafa;
      box-shadow: 2px 0 5px rgba(0,0,0,0.05); /* 少し影をつけて境界を出す */
    }
  }

/* ボタンの共通スタイル */
.official-link {
  text-align: center;
  margin: 30px 0;
}


.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f1c443; /* 画像に基づいたイエロー */
  color: #333333;
  font-weight: bold;
  text-decoration: none;
  padding: 18px 40px;
  border-radius: 15px; /* 角丸デザイン */
  box-shadow: 0 4px 0 #d4a017; /* ボタン下部の影（立体感） */
  transition: all 0.2s ease;
  position: relative;
  font-size: 1.1rem;
  min-width: 300px;
  max-width: 100%;
  box-sizing: border-box;
}

/* 右側の矢印アイコンを擬似要素で再現 */
.btn::after {
  content: "▶";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #f1c443;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-left: 15px;
  font-size: 0.8rem;
}

/* ホバー時の動き */
.btn:hover {
  transform: translateY(2px);
  box-shadow: 0 2px 0 #d4a017;
  background-color: #f4cf65;
}

/* モバイル対応：画面が狭い時は横幅いっぱいに */
@media screen and (max-width: 480px) {
  .btn {
    width: 100%;
    padding: 15px 20px!important;
    font-size: 1rem;
    min-width: auto;
  }
}

/* 蛍光ペン風マーカー（黄色） */
.marker-yellow {
    background: linear-gradient(transparent 50%, #fff343 50%);
    font-weight: bold;
  }
  
  /* まとめセクションなどの指差しアイコン付きリンク */
  .guide-list li {
    list-style: none;
    margin-bottom: 20px;
    line-height: 1.8;
  }
  
  .icon-finger {
    display: inline-block;
    margin-right: 5px;
    color: #fff343; /* 指の色 */
  }
  
  /* リンクテキスト自体の強調（インファクトリーなど） */
  .text-highlight {
    background-color: #fff343;
    padding: 2px 4px;
    font-weight: bold;
    border-radius: 3px;
  }

  ul{
    padding: 20px 0;
  }

  .faq-section dl{
    padding: 20px 0;
  }
  .faq-section dt{
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 5px;
  }


  .faq-section dd{
   padding-bottom: 20px;
  }


  .faq-section dd span{
   color:red;
   font-weight: bold;
  }

  .guide-list a{
    color: #333;
  }

  li{
    padding-bottom: 10p;
  }


  .thumb img{
    margin-bottom: 20px;
  }


  .site-footer {
    background-color: #36bfc5; /* 好きな背景色に設定 */
    width: 100%;            /* 画面横幅いっぱい */
}

/* 内側の箱：幅を1000pxに制限して中央に寄せる */
.footer-inner {
    max-width: 1000px;      /* 要素の幅を1000pxに固定 */
    margin: 0 auto;         /* 左右の余白を自動にして中央配置 */
    padding: 20px 0;        /* 上下の余白（お好みで） */
    color: #fff;            /* 文字色 */
    text-align: center;     /* 文字を中央揃え */
}

.footer-inner a{
    color: #fff;
}

.footer-inner ul {
    display: flex;
    justify-content: center; /* これで横並びを中央に寄せます */
    list-style: none;        /* リストの黒丸を消します */
    margin: 0 auto;
    padding: 0 0 20px 0;     /* 余計な余白がつかないようリセット */
 }
 
 .footer-inner ul li {
    margin: 0 10px;          /* 項目同士の間に少し隙間を作ります */
 }

 @media screen and (max-width: 480px) {
    .footer-inner  {
        padding: 20px 10px;
    }
  }

 p,li{
    padding-bottom: 10px;
 }

 .catchphrase{
    font-size: 18px;
    font-weight: bold;
 }