@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/


/*PCの場合にはメニューを表示させない*/

#popupimage {
  position: relative;
}

#backGuide,
#backGuide p {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#backGuide {
  display: none;
  position: fixed !important;
  background-color: rgba(0, 0, 0, 0.70);
  z-index: 99999;
}

#backGuide p {
  display: block;
  line-height: 80px;
  margin: auto;
  cursor: pointer;
  text-align: center;
  height: 500px;
  font-weight: bold;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.batsu {
  display: block;
  position: relative;
  left: 270px;
  top: -20px;
}

.batsu::before,
.batsu::after {
  /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  /* 棒の幅（太さ） */
  height: 30px;
  /* 棒の高さ */
  background: #fff;
}

.batsu::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.batsu::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media(max-width:768px) {
  .batsu {
    left: 180px;
  }

  #backGuide p {
    height: 340px;
  }
}

/*--------------------------------------
  メリット・デメリット　BOX
--------------------------------------*/
.meritto,
.demeritto {
  position: relative;
  padding: 0.8em 1em;
  margin: 3em 0 2em;
}

.meritto {
  border: 3px solid #46bc63;
}

.demeritto {
  border: 3px solid #ff6e6e;
}

.meritto .box-title,
.demeritto .box-title {
  position: absolute;
  top: -40px;
  left: -3px;
  color: white;
  line-height: 32px;
  padding: 5px 13px 3px;
  border-radius: 10px 10px 0 0;
}

.meritto .box-title {
  background: #46bc63;
}

.demeritto .box-title {
  background: #ff6e6e;
}

.meritto .box-title:before,
.demeritto .box-title:before {
  margin-right: 10px;
  font-size: 1.2em;
}

.meritto .box-title:before {
  content: "\f599";
}

.demeritto .box-title:before {
  content: "\f119";
}

.meritto ul,
.demeritto ul {
  list-style: none;
}

.meritto li,
.demeritto li {
  padding: .5em 0;
}

.meritto li:before,
.demeritto li:before {
  margin-left: 0px;
  margin-right: 10px;
}

.meritto li:before {
  content: "\f164";
  color: #46bc63;
}

.demeritto li:before {
  content: "\f165";
  color: #ff6e6e;
}

.meritto li:before,
.meritto .box-title:before,
.demeritto li:before,
.demeritto .box-title:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}


/*--------------------------------------
  目次の続きを見る
--------------------------------------*/

#toc_container {
  max-height: 360px;
  overflow: hidden;
  position: relative;
  padding-bottom: 80px;
}

#toc_container_open {
  position: relative;
}

#toc_container:after {
  content: "";
  height: 100px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#toc_container_open:after {
  content: "";
  height: auto !important;
  background-image: none !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}


#show-all-btn,
#close-btn {
  display: none;
  z-index: 9999;
  display: block;
  font-size: 20px;
  position: absolute;
  bottom: 12px;
  left: 230px;
}

/* solid017 */
#show-all-btn,
#close-btn {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  width: 35%;
  z-index: 1;
  padding: 6px 25px;
  color: #072c69;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  font-size: 16px;
  background: #fffe;
  border-radius: 10px;
  border: 0.15rem solid #072c69;
  box-shadow: 0.1rem 0.1rem 0px 0.1rem #cccccc;
}

#show-all-btn :hover {
  transform: translate3d(0.2rem, 0.2rem, 0);
  box-shadow: none;
  opacity: 1;
  transition: all 0.2s;
}

#show-all-btn :after,
#close-btn :after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #543618;
  border-right: 3px solid #543618;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

@media(max-width:768px) {

  #show-all-btn,
  #close-btn {
    width: 65%;
  }

  #show-all-btn,
  #close-btn {
    left: 66px;
  }

  #top-inner-content {
    padding: 0 20px;
  }
}

.fx-reputation {
  padding: 2%;
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 30px;
  height: 259px;
}

.fx-reputation .broker-reputation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 38px;
}

.fx-reputation .broker-reputation div {
  background: #fff;
  position: relative;
  z-index: 1;
  font-size: 15px;
  padding: 5px 10px;
}

.tabs2,
.tabs3,
.tabs4,
.tabs5,
.tabs6,
.tabs7,
.tabs8,
.tabs9,
.tabs10,
.tabs11 {
  margin-top: 20px !important;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.tab_item2,
.tab_item3,
.tab_item4,
.tab_item5,
.tab_item6,
.tab_item7,
.tab_item8,
.tab_item9,
.tab_item10,
.tab_item11 {
  width: calc(100%/2);
  height: 50px;
  background-color: #003e96;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: 700;
  transition: all .2s ease
}

.tab_item2:hover,
.tab_item3:hover,
.tab_item4:hover,
.tab_item5:hover,
.tab_item6:hover,
.tab_item7:hover,
.tab_item8:hover,
.tab_item9:hover,
.tab_item10:hover,
.tab_item11:hover {
  opacity: .75
}

input[name=tab_item2],
input[name=tab_item3],
input[name=tab_item4],
input[name=tab_item5],
input[name=tab_item6],
input[name=tab_item7],
input[name=tab_item8],
input[name=tab_item9],
input[name=tab_item10],
input[name=tab_item11] {
  display: none
}

.tab_content2,
.tab_content3,
.tab_content4,
.tab_content5,
.tab_content6,
.tab_content7,
.tab_content8,
.tab_content9,
.tab_content10,
.tab_content11,
.tab_content12 {
  display: none;
  padding: 0 10px !important;
  clear: both;
  overflow: hidden
}

#all:checked~#all_content,
#design:checked~#design_content,
#programming:checked~#programming_content,
#gemforex_merit:checked~#gemforex_merit_content,
#xm_merit:checked~#xm_merit_content,
#gemforex_demerit:checked~#gemforex_demerit_content,
#xm_demerit:checked~#xm_demerit_content,
#fx3_merit:checked~#fx3_merit_content,
#fx3_demerit:checked~#fx3_demerit_content,
#fx4_merit:checked~#fx4_merit_content,
#fx4_demerit:checked~#fx4_demerit_content,
#fx5_merit:checked~#fx5_merit_content,
#fx5_demerit:checked~#fx5_demerit_content,
#fx6_merit:checked~#fx6_merit_content,
#fx6_demerit:checked~#fx6_demerit_content,
#fx7_merit:checked~#fx7_merit_content,
#fx7_demerit:checked~#fx7_demerit_content,
#fx8_merit:checked~#fx8_merit_content,
#fx8_demerit:checked~#fx8_demerit_content,
#fx9_merit:checked~#fx9_merit_content,
#fx9_demerit:checked~#fx9_demerit_content,
#fx10_merit:checked~#fx10_merit_content,
#fx10_demerit:checked~#fx10_demerit_content {
  display: block
}

.meritab {
  background-color: #9dbbe8 !important;
}

.demerittab {
  background-color: #ffb36b !important;
}

.tabs2 input:checked+.tab_item2,
.tabs3 input:checked+.tab_item3,
.tabs4 input:checked+.tab_item4,
.tabs5 input:checked+.tab_item5,
.tabs6 input:checked+.tab_item6,
.tabs7 input:checked+.tab_item7,
.tabs8 input:checked+.tab_item8,
.tabs9 input:checked+.tab_item9,
.tabs10 input:checked+.tab_item10,
.tabs11 input:checked+.tab_item11 {
  background-color: #003e96;
  color: #fff
}

@media(max-width:768px) {

  .tab_item2,
  .tab_item3 {
    font-size: 16px
  }
}

.box26 .main-bc-before li:before {
  background-color: #002c70 !important;
}

.box26 .main-c-before li:before {
  color: #002c70 !important;

}

.merideme {
  position: relative;
  padding: 5px;
  color: #fff;
  background: #01499b;
  display: block;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  margin-top: 20px !important;
  text-align: center;
}

.merideme:after {
  position: absolute;
  bottom: -9px;
  left: 48.6%;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #01499b transparent transparent transparent;
}

#tradingview_fa951,
#tradingview_47b9d {
  height: 500px;
}

.overseasfx-reputation {
  display: flex;
  justify-self: center;
  flex-wrap: wrap;
}

.inner-kaigaifx-company {
  width: 32%;
  margin-right: 15px;
  text-align: center;
}

@media(max-width: 768px) {
  .inner-kaigaifx-company {
    width: 48%;
    margin: 0 auto;
  }
}

/* Common styles for horizontal scroll containers */
.horizontal_scroll,
.twiiter_horizontal_scroll,
.horizontal_scroll_image {
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  display: flex;
  border: none;
  background-color: #DAECF2;
}

.horizontal_scroll,
.twiiter_horizontal_scroll {
  padding: 0 0 12px 8px;
}

.horizontal_scroll_image {
  padding: 10px;
  padding-left: 10px !important;
  margin-top: 0 !important;
}

/* Styles for list items in horizontal scroll */
.horizontal_scroll li,
.twiiter_horizontal_scroll li {
  background: #fff;
  display: block;
  position: relative;
  margin: 7px;
}

.horizontal_scroll li,
.twiiter_horizontal_scroll li {
  min-width: 230px;
  height: 270px;
}

.twiiter_horizontal_scroll li {
  min-width: 400px !important;
  height: auto !important;
  padding: 10px;
}

/* Styles for images in horizontal scroll */
.horizontal_scroll img,
.twiiter_horizontal_scroll img {
  vertical-align: bottom;
}

/* Styles for slide images */
.slide-image {
  min-width: 280px;
  list-style-type: none;
}

.slide-image img {
  max-width: 100%;
  height: auto;
  width: 90%;
}

/* Styles for slide title */
span.slide-title {
  background-color: #DAECF2;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
  font-size: 18px;
  border-bottom: 1px solid #032d70;
}

/* Styles for kuchicomi elements */
.kuchicomi-text {
  margin: 0 auto;
  display: block;
  width: 89%;
  font-size: 12px;
  margin-top: 10px;
  line-height: 20px;
  max-height: 150px;
  overflow-y: hidden;
}

.kuchimomi-name {
  width: 64%;
  font-size: 14px;
  font-weight: bold;
  padding-left: 9px;
}

/* Styles for Twitter elements */
.twitter-tweet.twitter-tweet-rendered {
  max-height: 380px;
  overflow-y: scroll;
}

/* Media queries */
@media screen and (min-width: 768px) {

  .horizontal_scroll>li:last-child,
  .twiiter_horizontal_scroll>li:last-child {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .people-star .icon-star-full:before {
    font-size: 13px !important;
    letter-spacing: 2px;
  }

  .sng-box-msg__contents p {
    font-size: 14px;
  }

  .mini-point {
    padding: 10px;
  }
}

.post_content td {

  vertical-align: middle;

}

.post_content th {

  background: #09384c;

  color: #fff !important;

  vertical-align: middle;

  /* 	min-width: 150px; */

}

.th-blue {
  background: #579EC5 !important;
  color: #ffffff !important;
}

.th-red {
  background: #D37CAD !important;
  color: #ffffff !important;
}

.td-red {
  background: #ffeff7 !important;
}

.td-blue {
  background: #eaf4ff !important;
}

@media screen and (max-width: 781px) {
  #sgb-css-id-35 .wp-block-column:nth-child(1) {
    order: 2;
  }
}


.kuchicomi {
  display: flex;
  margin-top: 5px;
}

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

  .horizontal_scroll>li:last-child,
  .twiiter_horizontal_scroll>li:last-child {
    padding-right: 0;
  }
}

.horizontal_scroll img,
.twiiter_horizontal_scroll img {
  vertical-align: bottom;
}

.slider_ttl {
  color: #333;
  text-align: inherit;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: inherit;
  margin: 0 0 20px 0;
  background-color: #e5e5e5;
  text-indent: 8px;
  font-size: 16px;
  font-weight: 700;
  box-sizing: border-box;
}

.horizontal_scroll,
.twiiter_horizontal_scroll {
  padding: 0 !important;
  border: none !important;
  margin-top: 0 !important;
}

.horizontal_scroll li,
.twiiter_horizontal_scroll li {
  list-style: none !important;
  overflow-y: scroll;
}

.kuchicomi {
  margin: 0 auto;
  display: block;
  margin-top: 4px !important;
}

.horizontal_scroll img,
.twiiter_horizontal_scroll img {
  vertical-align: bottom;
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 50%;
}

.kuchicomi-image {
  width: 35%;
  display: block;
  margin: 0 auto;
}

.people-name,
.people-career,
.people-star {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.people-star .icon-star-full,
.people-star .fa-star-half-alt,
.people-star .rate-star-empty {
  display: inline-block;
  font-size: 13px;
}

.kuchimomi-name {
  font-size: 13px;
  font-weight: bold;
  margin-top: 10px !important;
  margin: 0 auto;
  text-align: center;
}

.rate-star-empty,
.icon-star-empty {
  color: rgba(0, 0, 0, 0.15) !important;
  letter-spacing: 3px;
}

.horizontal_scroll,
.twiiter_horizontal_scroll {
  border: none;
  background-color: #DAECF2;
}

.kuchicomi-text {
  margin: 0 auto;
  display: block;
  width: 89%;
  font-size: 12px;
  margin-top: 10px !important;
  line-height: 20px;
}

@media (max-width: 768px) {
  .people-star .icon-star-full:before {
    font-size: 13px !important;
    letter-spacing: 2px;
  }

  .entry-content {
    padding: 10px 13px 0;
  }
}


.rate-star-empty,
.icon-star-empty {
  font-style: normal;
}

.rate-star-empty:before,
.icon-star-empty::before {
  color: #cfcfcf;
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.icon-star-full {
  color: #ffb500;
  letter-spacing: 3px;
  font-style: normal;

}

.fa-star-half-alt:before,
.icon-star-half::before {
  content: "\f5c0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900
}

.icon-star-full:before {
  content: "\f005";
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900
}

.kuchicomi-title {
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  margin: 0 20px;
  margin-top: 8px !important;
}

@media(max-width:768px) {
  .icon-star-full:before {
    font-size: 16px;
    letter-spacing: 2px
  }
}


.kuchicomi {
  display: flex;
  margin-top: 5px;
}

.horizontal_scroll img,
.twiiter_horizontal_scroll img {
  vertical-align: bottom;
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 50%;
}

.kuchicomi-image {
  width: 37%;
}

.people-name,
.people-career {
  width: 100%;
  display: block;
}

.people-star .icon-star-full,
.people-star .fa-star-half-alt,
.people-star .rate-star-empty {
  display: inline-block;
  font-size: 13px;
}

.kuchimomi-name {
  width: 64%;
  font-size: 14px;
  font-weight: bold;
  padding-left: 9px;
}

.horizontal_scroll,
.twiiter_horizontal_scroll,
.horizontal_scroll_image {
  border: none;
  background-color: #DAECF2;
}

.kuchicomi-text {
  margin: 0 auto;
  display: block;
  width: 89%;
  font-size: 12px;
  margin-top: 10px;
  line-height: 20px;
  max-height: 150px;
  overflow-y: hidden;
}

.twiiter_horizontal_scroll li {
  background: #fff;
  display: block;
  position: relative;
  min-width: 400px;
  height: auto !important;
  padding: 10px;
}

/*表*/
.entry-content table {
  width: 100%;
  margin: 1em 0;
  border: 2px solid #e0e0e0;
}

/*表をレスポンシブに*/
.entry-content table.tb-responsive {
  display: block;
  overflow-x: auto;
  width: 100%;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 769px) {

  /*画面サイズが大きくなったときに表のスクロールを解除*/
  .entry-content table.tb-responsive {
    width: 100%;
    display: table;
    overflow-x: visible;
    border: 2px solid #e0e0e0;
    white-space: normal;
  }
}

.expert-comment {
  display: flex;
  align-items: flex-start;
  /* 画像の上端とテキストを揃える */
  border: 3px solid #ff4500;
  padding: 20px;
  background-color: #fffaf0;
  font-size: 1.2em;
  position: relative;
  margin: 20px 0;
}

.expert-photo {
  display: flex;
  flex-direction: column;
  /* 画像と名前を縦に配置 */
  align-items: center;
  /* 画像と名前を中央揃え */
  margin-right: 20px;
  /* 画像（と名前）とテキストの間の余白 */
}

.expert-comment img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.expert-name {
  margin-top: 10px;
  /* 画像と名前の間の余白 */
}

.expert-comment:before {
  content: "専門家から一言！";
  background-color: #ff4500;
  color: white;
  padding: 5px 10px;
  font-weight: bold;
  position: absolute;
  top: -15px;
  left: 20px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.sgb-box-simple--title-overwrap .sgb-box-simple__title {
  background: #fff !important;
  display: inline-block;
  font-size: 19px;
  left: 10px;
  line-height: 1.4;
  margin: 0 7px;
  padding: 0 9px;
  position: absolute;
  top: -14px;
  color: #5ba9f7;
}

.sgb-box-simple--title-overwrap {
  position: relative;
}

.plof-flex {
  position: relative;
  display: flex !important;
  box-sizing: border-box;
}

.editorface {
  margin-right: 10px;
}

.sgb-box-simple__body {
  padding: 15px 15px 0 15px !important;
}

.mtp-0 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.editorinfo p {
  margin: 0 !important;
}

.custom_pic {
  width: 80px;
  height: auto;
  border-radius: 100px;
}

#sgb-css-id-5 .editorface {
  display: inline-block;
  min-width: 80px;
  height: auto;
  margin: 0;
  vertical-align: middle;
}

#sgb-css-id-5 .editorface img {
  border-radius: 50px;
}

#sgb-css-id-5 .editorinfo {
  margin-left: 15px;
  color: #000;
  padding: 0;
}

#sgb-css-id-5 .status {
  font-size: 12px;
  color: var(--sgb--custom--color);
  margin-bottom: 3px;
  line-height: 1.5;
  letter-spacing: 1px;
}

@media(max-width:768px) {
  .plof-flex {
    display: block !important;
  }

  .custom_pic {
    width: 120px;
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
}

.sgb-box-simple__body {
  border: 2px solid #333;
  border-radius: 0 0 6px 6px;
  margin-top: -2px !important;
  padding: .7em 1.5em
}



/* YES・NO チャート */
.yn-chart {
  margin: 0 auto 2rem;
  padding: 2em;
  max-width: 600px;
  background: #eff6f9;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .07);
  font-size: 0.9rem;
}

.yn-chart__add {
  background: #09384c;
  color: #fff;
  padding: 0.2em 0.9em !important;
  margin: 0 !important;
  text-align: center;
  display: inline-block;
  line-height: 1.5 !important;
}

.yn-chart__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 0.5em 0 0.3em !important;
  margin: 0 auto !important;
  font-size: 1.35em !important;
  font-weight: 600 !important;
  color: #09384c;
  letter-spacing: 1px !important;
  line-height: 1.5 !important;
}

.yn-chart__title:before,
.yn-chart__title:after {
  content: "";
  flex: 1;
  height: 1px;
  background: #09384c;
  display: block;
}

.yn-chart__title:before {
  margin-right: 0.7em;
}

.yn-chart__title:after {
  margin-left: 0.7em;
}

.yn-chart__ex {
  text-align: center;
  padding: 0 !important;
}

.yn-chart>div {
  display: none;
  padding-top: 100px;
  margin-top: -100px;
}

.yn-chart>div.yn-chart__display {
  display: block;
}

.yn-chart>div>figure {
  margin: 1em 0 2em;
}

.yn-chart>div>figure img {
  display: block;
}

.yn-chart>div>p {
  margin: 2em 0 0 !important;
  padding: 0.8em 1em 0.8em 4.3em !important;
  background: #fff;
  position: relative;
}

.yn-chart>div>p:before {
  content: "Q";
  background: #09384c;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.1em;
  min-width: 48px;
}

.yn-chart>div ul {
  margin: 2em 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
  border: none;
}

.yn-chart>div ul li {
  margin: 0 0 1em 1em !important;
  padding: 0 !important;
}

.yn-chart>div ul li:last-child {
  margin: 0 0 0 1em !important;
}

.yn-chart>div ul li a {
  background: #fff;
  display: block;
  padding: 0.8em !important;
  text-decoration: none;
  color: #333;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .07);
}

.yn-chart>div ul li a:hover {
  box-shadow: inset 2px 2px 0 0 #ee8f81, 2px 2px 0 0 #ee8f81, 2px 0 0 0 #ee8f81, 0 2px 0 0 #ee8f81;
  transition: 0.1s ease-in-out;
  opacity: 1;
}

.yn-chart>div ul li:before {
  content: unset !important;
}

.yn-chart__result {
  background: #fff;
  padding: 1em;
}

.yn-chart__result-title {
  color: #09384c;
  font-size: 1.1em !important;
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 0 1em !important;
  border-bottom: 1px dashed #09384c;
}

@media screen and (max-width: 560px) {
  .yn-chart {
    padding: 1.8em 1.3em;
  }

  .yn-chart>div>figure {
    margin: 0.5em 0;
  }

  .yn-chart>div>p {
    margin: 1em 0 0 !important;
    padding: 0.8em 1em 0.8em 3.3em !important;
  }

  .yn-chart>div ul {
    margin: 1em 0 0 !important;
  }

  .yn-chart__title {
    font-size: 1em !important;
  }

  .yn-chart__title:before {
    margin-right: 0.3em;
  }

  .yn-chart__title:after {
    margin-left: 0.3em;
  }

  .yn-chart__ex,
  .yn-chart__add {
    font-size: 0.9em !important;
  }

  .yn-chart>div>p:before {
    min-width: 30px;
  }
}

/* Twitterシェアボタンなど */
.p-tw-btn,
.p-check-btn {
  text-align: center;
  margin: 1.5em 5em !important;
  padding: 0 !important;
}

.p-tw-btn a,
.p-check-btn a {
  display: block;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
  color: #fff !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  padding: 0.5em 0;
  border-radius: 30px;
}

.p-tw-btn a {
  background: #00acee;
}

.p-check-btn a {
  background: #00142c;
}

.p-tw-btn a:hover,
.p-check-btn a:hover {
  transform: translateY(3px);
  box-shadow: 0 2px 2px rgba(0, 0, 0, .22);
}

.yn-chart>div>p.p-check-btn {
  background: none !important;
  padding: 0 5em !important;
}

.yn-chart>div>p.p-check-btn:before {
  content: unset !important;
}

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

  .p-tw-btn,
  .p-check-btn {
    margin: 1.5em 3em !important;
  }
}

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

  .p-tw-btn,
  .p-check-btn {
    margin: 1.5em 1em !important;
  }

  .yn-chart>div>p.p-check-btn {
    padding: 0 3em !important;
  }
}

.center {
  display: block;
  margin: 0 auto;
  text-align: center;
}

/* ボタン*/
.btn-outline .fxbutton {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 100%;
  cursor: pointer;
}

.fxbutton::before {
  content: "\f0a4";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 49px;
  top: 40px;
  bottom: 0;
  display: flex;
  margin: auto;
  color: #EF3F56;
  align-items: center;
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
  padding-left: 6px;
  transform: translate(-50%, -50%);
}

.fxbutton::after {
  right: 0;
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 40px;
  bottom: 0;
  display: flex;
  margin: auto;
  color: #fff;
  align-items: center;
  width: 40px;
  height: 40px;
  position: absolute;
  transform: translate(-50%, -50%);
}

.btn-text {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  margin-bottom: 0.2em;
  text-align: center;
}

.btn-text:before {
  margin-right: 1rem;
  content: '＼';
}

.btn-text:after {
  margin-left: 1rem;
  content: '／';
}

.fxbutton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #e31c3d;
  color: #fff;
  font-weight: 700;
}

.fxbutton {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 21px;
  -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, .2), 0 2px 2px rgba(0, 0, 0, .2);
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, .2), 0 2px 2px rgba(0, 0, 0, .2);
  height: 66px;
  border-radius: 70px;
}

@media (max-width: 768px) {
  .fxbutton {
    font-size: 16px;
    height: 60px;
  }

  .fxbutton::before {
    font-size: 23px;
    padding-left: 7px;
    left: 32px;
    top: 37px;
    width: 35px;
    height: 35px;
  }
}


/**************************
 タブ切り替え
***************************/
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0;
}

.tab-label {
  color: #000;
  font-weight: bold;
  background-color: lightgray;
  text-align: center;
  padding: .5em 1em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  flex: 1;
  border-radius: 2px;
  position: relative;
}

.tab-label:not(:last-of-type) {
  margin-right: 5px;
}

.align-center {
  text-align: center;
  display: block;
  margin: 0 auto;
}

.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  color: #fff !important;
  background-color: #072c69;
  /*背景色*/
}

.tab-switch:checked+.tab-label:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 10px solid #072c69;
  width: 0;
  height: 0;
}

.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px 0 0 0;
  opacity: 1;
  transition: .5s opacity;
}

/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

.tab-content td {
  text-align: center;
}

.tab-content .button_solid004 a {
  max-width: 100%;
}

@media(max-width:768px) {
  .tab-label {
    font-size: 12px;
    line-height: 1.4;
  }

  .sp {
    display: block;
  }

  .tab-content th,
  .tab-content td {
    font-size: 14px;
  }
}

/* account-open-flow */
.horizontal_scroll2 {
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 12px 8px;
  display: -ms-flexbox;
  display: flex;
}

.horizontal_scroll2 li {
  background: #fff;
  display: block;
  position: relative;
  min-width: 360px;
  height: 360px;
}

.horizontal_scroll2>li {
  margin: 7px;
}

.horizontal_scroll2>li:last-child {
  padding-right: 5px;
}

.kuchicomi2 {
  margin: 10px;
}

.step-text,
.kuchicomitext2 {
  text-align: center;
  font-weight: bold;
  display: block;
}

.kuchicomitext2,
.steplink {
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .horizontal_scroll2>li:last-child {
    padding-right: 0;
  }
}

.horizontal_scroll2 img {
  vertical-align: bottom;
}

.horizontal_scroll2 {
  padding: 0 !important;
}

.horizontal_scroll2 li {
  list-style: none !important;
}

.horizontal_scroll2 img {
  vertical-align: bottom;
  border: 1px solid #e5e5e5;
  background: #fff;
}

.kuchicomi-image2 {
  box-shadow: 0 2px 8px rgb(0 0 0 / 10%), 0 4px 8px -4px rgb(0 0 0 / 20%);
}

.horizontal_scroll2 {
  border: none;
  background-color: #DAECF2;
}

.kuchicomi-text2 {
  margin: 0 auto;
  display: block;
  width: 89%;
  font-size: 12px;
  margin-top: 10px;
  line-height: 20px;
  max-height: 150px;
  overflow-y: hidden;
}

.Qa-Box {
  width: 100%;
  margin: 0 auto;
}

.Qa-Box .Qa {
  padding: 20px 0;
  border-bottom: 1px solid #c8c8c8;
}

.Qa-Box .Qa dt,
.Qa-Box .Qa dd {
  display: flex;
  align-items: baseline;
  margin: 15px 0;
}

.Qa-Box .Qa dt p {
  margin: 0;
  padding-left: 15px;
  width: 100%;
}

.Qa-Box .Qa dd p {
  margin: 0;
  padding-left: 15px;
  width: 100%;
  color: #000;
  font-size: 98% !important;
}

.Qa-Box .Qa:last-of-type {
  border-bottom: none;
}

.Qa-Box .Qa dt::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #6699b7;
  width: 35px;
  height: 35px;
  font-size: 18px;
  font-weight: bold;
}

.Qa-Box .Qa dd::before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #d65556;
  width: 35px;
  height: 35px;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .Qa-Box {
    width: 95%;
  }
}

.fa-star-half-alt:before {
  content: "\f5c0";
  font-weight: 900;
  font-family: 'Font Awesome 5 Free'
}

.rate-star-empty {
  color: rgba(0, 0, 0, 0.15) !important
}

.symbol {
  font-size: 40px;
  display: block;
  text-align: center;
  margin: 0 auto;
  font-family: system-ui
}

.double {
  color: #ff5050;
}

.single-cicrle {
  color: #ff9000;
}

.triangle {
  color: #05788d;
}

.batu {
  color: #007eff;
}

.fa-star {
  color: #f9a72b;
  font-size: 18px;
  letter-spacing: 5px
}

.fa-star-half-alt {
  color: #f9a72b;
  font-size: 18px;
  font-style: normal;
  letter-spacing: 5px;

}

.rate-star-empty {
  color: rgba(0, 0, 0, 0.15);
  font-size: 18px
}

@media(max-width:768px) {
  .symbol {
    font-size: 30px
  }
}

.cushion {
  font-size: 12px;
  padding: 4px 6px;
  background-color: #F57C00;
  color: #fff;
  font-weight: bold;
  border-radius: 18px;

}

.myfuki-main {
  display: inline-block;
  position: relative;
  background: #002D69;
  color: white;
  font-weight: 500;
  margin: 0.5em 0;
  border-radius: 25px;
  padding: 0.3em 1em;
}

.myfuki-main:before {
  position: absolute;
  content: "";
  bottom: -0.5em;
  margin-left: 1.5em;
  border-top: 10px solid;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 0;
  border-top-color: #002D69;
}

.onepoint {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.65em;
  border-radius: 6px;
  background-color: #ffebeb;
  color: #ff8376;
  margin-bottom: 1.5em;
  padding: 1em;
}

.onepoint_ttl {
  border-right-style: solid;
  border-width: 1px;
  font-size: 1em;
  border-right-style: solid;
  border-width: 1px;
  font-size: 1em;
}

.onepoint_ttl .sng-box-msg__icon i {
  color: inherit;
}

.onepoint_ttl .sng-box-msg__icon {
  font-size: 30px;
  background: transparent !important;
  border-radius: 50%;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 0 10px 0 0;
  text-align: center;
  vertical-align: middle;
  width: 35px;
}

.onepoint .sng-box-msg__contents p {
  color: #545454;
  margin: 0;
}

.small {
  text-align: center;
  margin: 0 auto !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  display: block;
  width: 100%;
  padding: 0 !important;
}


.grad-btn {
  z-index: 2;
  position: absolute !important;
  right: 0;
  bottom: -10px;
  width: 98px;
  margin: auto;
  padding: 1px 0 !important;
  border-radius: 2px;
  background: #009e8f;
  color: #fff;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  box-shadow: 0 0 3px rgb(0 0 0 / 30%);
}

.accordion .grad-btn:after {
  display: none !important;
}

.grad-item {
  position: relative;
  overflow: hidden;
  height: 80px;
  /*隠した状態の高さ*/
}

.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  content: "";
}

.grad-trigger {
  display: none;
  /*チェックボックスは常に非表示*/
}

.grad-trigger:checked+.grad-btn {
  display: none;
  /*チェックされていたら、grad-btnを非表示にする*/
}

.grad-trigger:checked~.grad-item {
  height: auto;
  /*チェックされていたら、高さを戻す*/
}

.grad-trigger:checked~.grad-item::before {
  display: none;
  /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

.grad-wrap {
  position: relative;
}

@media(max-width:768px) {
  .grad-btn {
    bottom: -7px;
    left: 123px;
  }
}

.entry-content table.tb-tworesponsive {
  display: block;
  overflow-x: auto;
  width: 100%;
  white-space: nowrap;
  margin-bottom: 30px;
}


.sgb-css-id-8 .sng-box {
  border: none;
  max-width: 800px;
  margin: 8px auto;
  font-weight: unset;
}

.sgb-css-id-8 .wp-block-columns {
  box-shadow: var(--wp--custom--shadow--medium, 0 6px 13px -3px rgba(0, 12, 66, 0.1), 0 0px 1px rgba(0, 30, 100, 0.1));
  background: #fff;
  padding: 0;
  display: flex;
  margin-bottom: 0;
  border-radius: calc(var(--sgb--custom--box-radius, 6)* 1px);
  box-sizing: border-box;
  flex-wrap: nowrap;
  gap: 0;
  overflow: hidden;
}

.sgb-css-id-8 .wp-block-columns>* {
  width: 100%;
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
  flex-basis: 0;
  flex-grow: 1;
}

.sgb-css-id-8 .sgb-heading {
  margin: 0 !important;
}

.sgb-css-id-8 .sng-box ul,
.sgb-css-id-8 .sng-box ol {
  margin: 16px 0;
  padding: 0.2em 1.45em;
  border: none;
}

.sgb-css-id-8 li:last-child {
  border-bottom: 0;
}

.li-check .sgb-css-id-4 li:before {
  content: "\f111" !important;
  font-weight: 300;
  position: absolute;
  left: 0.6em;
  font-family: "Font Awesome 5 Free" !important;
  width: 1.25em;
  color: #3b8dc4 !important;
}

.sgb-heading__inner {
  display: block;
  font-weight: 900;
  line-height: 1.4;
}

.li-check .sgb-css-id-7 li:before {
  content: "\f00d" !important;
  font-weight: 900;
  position: absolute;
  left: 0.6em;
  font-family: "Font Awesome 5 Free" !important;
  width: 1.25em;
  color: #f0932b !important;
}

.sgb-css-id-8 {
  border: none;
  max-width: 800px;
  margin: 8px auto;
  font-weight: unset;
}

.sgb-css-id-8 .wp-block-columns.is-not-stacked-on-mobile>.wp-block-column:not(:first-child) {
  margin-left: 0;
}

ul.sgb-css-id-4,
ul.sgb-css-id-7 {
  padding: 0 10px 0 10px;
  margin-bottom: 0;
}

.sgb-css-id-8 li,
.sgb-css-id-7 li {
  border-bottom: dashed 2px #dadada;
  padding-left: 1.4em;
  font-size: 17px;
}

.outline-blockmerit {
  background-color: #b4e0fa24;
}

.inline-blockmerit {
  background-color: #3b8dc4;
  border-color: transparent;
  font-size: 1em;
  text-align: center;
}

.outline-blockdemerit {
  background-color: #ffebeb52;
}

.inline-blockdemerit {
  background-color: #f0932b;
  border-color: transparent;
  font-size: 1em;
  text-align: center;
}

.sgb-heading__inner.with-icon {
  position: relative
}

.sgb-heading__inner.with-icon:not(.hh) {
  padding-left: 1.8em
}

.sgb-heading__inner.with-icon i {
  left: .6em;
  position: absolute;
  top: .9em
}

.sgb-heading__inner.with-icon.hh i,
.sgb-heading__inner.with-icon.sgb-heading__inner--center i,
.sgb-heading__inner.with-icon.sgb-heading__inner--right i {
  position: static;
  vertical-align: middle
}

.sgb-heading__inner.with-icon.hh i {
  margin-right: 5px
}

.sgb-heading__inner.with-icon.sgb-heading__inner--center i,
.sgb-heading__inner.with-icon.sgb-heading__inner--right i {
  margin-right: 10px
}

.sgb-heading--type1 {
  background: transparent !important;
  border-bottom: 3px solid transparent;
  padding: .3em 0
}

.sgb-heading--type1.with-icon {
  padding-left: 1.4em
}

.sgb-heading--type1.with-icon i {
  left: 0;
  top: .5em
}

.sgb-heading--type2 {
  border: 2px solid transparent;
  border-radius: 2px;
  padding: .75em .65em;
}

.sgb-heading--type3 {
  border-left-style: solid;
  border-left-width: 5px;
  border-radius: 0;
  padding: .75em .65em
}

.sgb-heading--type4 {
  border-radius: 3px;
  margin-bottom: 1.5em;
  padding: .75em .65em;
  position: relative
}

.sgb-heading--type4:after {
  border: 12px solid transparent;
  border-top-color: inherit;
  content: "";
  height: 0;
  left: 25px;
  position: absolute;
  top: 100%;
  top: calc(100% - 1px);
  width: 0
}

.sgb-heading--type5 {
  background-color: #b4e0fa;
  padding: .85em .8em;
  position: relative
}

.sgb-heading--type5:after {
  border: 1px dashed;
  border-color: inherit;
  content: "";
  height: 90%;
  height: calc(100% - 11px);
  left: 5px;
  position: absolute;
  top: 5px;
  width: 90%;
  width: calc(100% - 11px)
}

.sgb-heading--type5.with-icon {
  padding-left: 2em
}

.sgb-heading--type5.with-icon i {
  left: .75em;
  top: 1em
}

@media(max-width:768px) {

  .sgb-css-id-8 li,
  .sgb-css-id-7 li {
    font-size: 14px;
  }

  .sgb-css-id-8 {
    max-width: 100%;
    padding: 10px 0;
  }

  .sgb-heading--type2 {
    padding: 10px 0;
  }

  .sgb-css-id-8 .wp-block-columns {
    display: block;
  }

  .li-chevron li,
  .li-check li,
  .li-yubi li,
  .li-niku li {
    list-style-type: none !important;
    padding: 0.5em 0;
    line-height: 2em;
  }

  ul.sgb-css-id-4,
  ul.sgb-css-id-7 {
    padding: 0 25px 0 25px;
  }

  .li-check .sgb-css-id-4 li:before,
  .li-check .sgb-css-id-7 li:before {
    left: 0.3em;
  }
}

.three-points {
  border: 1px solid #175491;
  margin: 50px auto;
}

.three-points-content {
  display: flex;
  min-height: 90px;
  padding: 0 !important;
}

.three-points-title {
  padding: 5px 20px;
  text-align: center;
  background-color: #175491;
  color: #fff;
  margin: 0 !important;
  font-size: 20px;
}

.three-points-outline,
.three-points-content {
  list-style-type: none;
  margin-top: 0 !important;
}

.three-points-number {
  width: 85px;
  background-color: #bed9ef33 !important;
  position: relative;
}

.three-points-content:not(:last-child) {
  border-bottom: 1px solid #175491;
}

.three-points-number .points {
  position: relative;
  font-family: math;
  padding: 11px;
  border: 1px solid #175491;
  background: #fff;
  display: inline-block;
  margin: 10px 0 6px -15px;
  line-height: 0;

}

.three-points-number .points:before {
  position: absolute;
  width: 0;
  border-left: 16px solid transparent;
  border-top: 12px solid #175491;
  left: -1px;
  content: '';
  height: 0;
  top: 100%;
}

.three-points-outline {
  list-style-type: none;
  padding: 0 !important;
  border: none !important;
  margin: 0 !important;
}

.count-number {
  display: block;
  text-align: center;
  width: 50px;
  background: #175491;
  margin: 0 auto;
  border-radius: 100px;
  margin-top: 0px;
  font-size: 30px;
  margin-bottom: 10px;
  height: 50px;
  color: #fff;
  line-height: 52px;
}

.content .three-points-outline>li:before {
  content: none !important;
}

.three-points-section {
  padding-left: 10px;
  padding-top: 10px;
}

.three-points-section p {
  margin: 0 !important;
}

.point-title {
  font-weight: bold;
  color: #175491;
  text-decoration: underline;
}

@media(max-width:768px) {
  .three-points-number .points {
    position: relative;
    font-family: math;
    margin: 1rem 0 6px -9px;
    padding: 11px;
    background: #fff;
    border: 1px solid #175491;
    display: inline-block;
    line-height: 0;
  }

  .three-points-number {
    min-width: 68px;
    max-width: 100px;
  }

  .three-points-number .points:before {
    border-top: 12px solid #175491;
    border-left: 9px solid transparent;
  }

  .three-points-section {
    padding: 10px;
    margin-top: 5px !important;
  }
}

a.btn_ao_b {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 1.3rem 2rem;
  border: 2px solid #014897;
  background: #fff;
  text-decoration: none !important;
  transition: 0.3s;
}

a.btn_ao_b:hover {
  background-color: #e9f3fd;
}

a.btn_ao_b .b__text {
  display: block;
  flex-grow: 1;
  color: #004386;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-right: 15px;
  font-size: 23px;
}

a.btn_ao_b .b__text::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 3px solid #014897;
  border-right: 3px solid #014897;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  transition: 0.3s;
}

@media (max-width: 1200px) {
  a.btn_ao_b .b__text {
    font-size: 18px;
    padding-right: 20px;
  }

  a.btn_ao_b .b__text::after {
    width: 12px;
    height: 12px;
  }
}

@media (max-width: 736px) {
  a.btn_ao_b .b__text {
    font-size: 19px;
    padding-right: 20px;
  }

  a.btn_ao_b .b__text::after {
    width: 10px;
    height: 10px;
  }
}

.ranking-table td,
.ranking-table th {
  text-align: center !important;
  width: 33%;
  line-height: 2em;
  font-size: 14px;
}

#id-459bfddd-0256-4062-ac62-9b1362e12518 .is-style-sango-table-scroll-hint table td {
  white-space: normal;
}

#id-459bfddd-0256-4062-ac62-9b1362e12518 table td,
#id-459bfddd-0256-4062-ac62-9b1362e12518 table th {
  border: 2px solid rgba(0, 0, 0, .15);
}

#id-459bfddd-0256-4062-ac62-9b1362e12518 table td,
#id-459bfddd-0256-4062-ac62-9b1362e12518 table th {
  max-width: 1000px;
}

@media (max-width: 768px) {
  .entry-content td {
    font-size: 13px;
  }
}

/* solid004 */
.button_solid004 span {
  position: relative;
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 240px;
  padding: .5em 1em;
  color: #FFF !important;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  /*background: #6bb6ff;*/
  border-radius: 8px;
  /*border-bottom: solid 5px #1d7fde;*/
}

.button_solid004 span:hover {
  border-bottom: solid 2px #1d7fde;
  transform: translateY(3px);
}

.button_solid004 {
  position: relative;
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 240px;
  padding: .5em 1em;
  color: #FFF !important;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 8px;
  background: #6bb6ff;
  border-bottom: solid 5px #1d7fde;
}

.button_solid004:hover {
  transform: translateY(3px);
}


#id-459bfddd-0256-4062-ac62-9b1362e12518 table td,
#id-459bfddd-0256-4062-ac62-9b1362e12518 table th {
  min-width: 200px !important;
  padding: 6px;
}

#id-459bfddd-0256-4062-ac62-9b1362e12518 .spacial-table td,
#id-459bfddd-0256-4062-ac62-9b1362e12518 .spacial-table th {
  min-width: 120px !important;
  padding: 6px
}

.profile-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  justify-content: space-between;
}

.profile-card {
  display: flex;
  align-items: center;
  background: none;
  padding: 10px;
  width: calc(50% - 10px);
  max-width: none;
  position: relative;
}

.profile-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin-right: 15px;
}

.profile-info {
  flex: 1;
  position: relative;
}

.profile-title {
  font-weight: bold;
  margin: 0;
  font-size: 0.8rem;
}

.profile-name {
  color: #072c69;
  font-size: 0.7rem;
  font-weight: bold;
}

.profile-description {
  font-size: 0.7rem;
  margin: 5px 0 10px;
}

.profile-detail {
  font-size: 0.6rem;
  color: #2563eb;
  cursor: pointer;
  text-decoration: underline;
}

.profile-hover-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  width: 250px;
  z-index: 10;
  white-space: normal;
}

.profile-card:hover .profile-hover-content {
  display: block;
}

.profile-card:nth-child(2) .profile-hover-content {
  left: auto;
  right: 0;
  transform: none;
}

.profile-link {
  color: #2563eb;
  text-decoration: none;
  font-size: 0.8rem;
}

@media (max-width: 580px) {
  .profile-container {
    flex-direction: row;
  }

  .profile-card {
    width: 50%;
  }
}

/* 基本スタイル */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  color: #111827;
  background-color: #f9fafb;
}

/* コンテナスタイル */
.fxbonus-container {
  max-width: 64rem;
  margin: 0 auto;
  padding: 1rem;
  background-color: #f9fafb;
  min-height: auto;
}

/* ヘッダースタイル */
.fxbonus-header {
  margin-bottom: 2rem;
  text-align: center;
}

.fxbonus-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1e40af;
  margin-bottom: 0.5rem;
}

.fxbonus-txt {
  font-size: 1.2rem;
  font-weight: bold;
  color: #10448c;
  margin-bottom: 0.5rem;
}

.fxbonus-subtitle,
.fxbonus-header p {
  color: #6b7280;
}

/* 情報ボックス */
.fxbonus-info-box {
  background-color: #eff6ff;
  border: 1px solid #dbeafe;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.fxbonus-info-text {
  color: #1e40af;
}

/* セクション */
.fxbonus-section {
  margin-bottom: 1.5rem;
}

.fxbonus-section-title {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}

/* セレクター部分 */
.broker-selector {
  margin-bottom: 2rem;
}

.broker-selector label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  margin-bottom: 0.5rem;
}

.broker-selector select {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  background-color: white;
  font-size: 1rem;
  color: #1f2937;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.broker-selector select:focus {
  outline: none;
  ring: 2px;
  ring-color: #10448c;
  border-color: #10448c;
}

/* 業者情報表示部分 */
#broker-info {
  background-color: white;
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.broker-header {
  padding: 0.75rem 1rem;
  background-color: #10448c;
  color: white;
  font-weight: 600;
}

.broker-content {
  padding: 1.5rem;
}

.bonus-item {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
}

.bonus-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.bonus-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.75rem;
}

@media (min-width: 640px) {
  .bonus-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.bonus-info {
  margin-bottom: 0.75rem;
}

@media (min-width: 640px) {
  .bonus-info {
    margin-bottom: 0;
  }
}

.bonus-type {
  font-weight: 500;
  color: #10448c;
  font-size: 1.125rem;
}

.bonus-amount {
  color: #10448c;
  font-weight: 600;
  font-size: 1.25rem;
}

/* グリッド */
.fxbonus-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}

@media (min-width: 640px) {
  .fxbonus-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .fxbonus-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* カード */
.fxbonus-card {
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: #ffffff;
}

.fxbonus-card:hover {
  border-color: #3b82f6;
}

.fxbonus-card.fxbonus-selected {
  border-color: #3b82f6;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  background-color: #eff6ff;
}

.fxbonus-card-header {
  padding: 0.75rem 1rem;
  background-color: #1e40af;
  color: #ffffff;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fxbonus-checkmark {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #ffffff;
  color: #1e40af;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
}

.fxbonus-card-body {
  padding: 1rem;
}

.fxbonus-bonus-amount {
  font-weight: 600;
  color: #faa949;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}

.fxbonus-detail {
  font-size: 0.875rem;
  color: #6b7280;
}

/* ボタン */
.view-button {
  padding: 0.5rem 1rem;
  background-color: #10448c;
  color: white;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s;
  display: inline-block;
}

.view-button:hover {
  background-color: #0b2e5b;
}

.site-link {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  background-color: #faa949;
  color: white;
  text-align: center;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.2s;
  margin-top: 1.5rem;
  border-top: 1px solid #e5e7eb;
}

.site-link:hover {
  background-color: #db8b30;
}

.fxbonus-action-center {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.fxbonus-btn {
  padding: 0.5rem 1.0rem;
  border-radius: 0.5rem;
  font-weight: 500;
  transition: background-color 0.2s ease;
  cursor: pointer;
  border: none;
  font-size: 1rem;
}

.fxbonus-btn-primary {
  background-color: #1e40af;
  color: #ffffff;
}

.fxbonus-btn-primary:hover {
  background-color: #1e3a8a;
}

.fxbonus-btn-disabled {
  background-color: #d1d5db;
  color: #6b7280;
  cursor: not-allowed;
}

.fxbonus-btn-outline {
  background-color: transparent;
  color: #1e40af;
  border: 1px solid #1e40af;
}

.fxbonus-btn-outline:hover {
  background-color: #eff6ff;
}

.fxbonus-link-btn {
  padding: 0.5rem 1rem;
  background-color: #1e40af;
  color: #ffffff;
  text-decoration: none;
  border-radius: 0.5rem;
  display: inline-block;
  transition: background-color 0.2s;
}

.fxbonus-link-btn:hover {
  background-color: #1e3a8a;
}

.fxbonus-visit-btn {
  padding: 0.5rem 0.75rem;
  background-color: #faa949;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  transition: background-color 0.2s;
}

.fxbonus-visit-btn:hover {
  background-color: #1e3a8a;
}

.fxbonus-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

.fxbonus-btn-group {
  display: flex;
  gap: 0.5rem;
}

/* 空の状態 */
.empty-state {
  background-color: #eff6ff;
  border: 1px solid #dbeafe;
  border-radius: 0.5rem;
  padding: 1.5rem;
  text-align: center;
  color: #1e40af;
}

.empty-state p {
  font-size: 1.125rem;
}

/* モーダル */
.fxbonus-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  z-index: 50;
}

.fxbonus-modal-content {
  background-color: white;
  border-radius: 0.5rem;
  max-width: 32rem;
  width: 100%;
  max-height: 100vh;
  overflow-y: auto;
}

.fxbonus-modal-header {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fxbonus-modal-header h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
}

.close-button {
  background: none;
  border: none;
  color: #9ca3af;
  cursor: pointer;
  font-size: 1.25rem;
}

.close-button:hover {
  color: #6b7280;
}

.fxbonus-modal-body {
  padding: 1rem 1.5rem;
}

.bonus-amount-section,
.withdrawal-section,
.notes-section {
  margin-bottom: 1rem;
}

.section-label {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 0.25rem;
}

.condition-box {
  border-radius: 0.5rem;
  padding: 1rem;
  margin-top: 0.5rem;
}

.condition-box.yellow {
  background-color: #fefce8;
  border: 1px solid #fef9c3;
}

.condition-box.blue {
  background-color: #eff6ff;
  border: 1px solid #dbeafe;
}

.fxbonus-modal-body ul {
  list-style-type: disc;
  padding-left: 1.25rem;
}

.fxbonus-modal-body ul li {
  margin-bottom: 0.5rem;
  color: #374151;
}

.fxbonus-modal-body ul li:last-child {
  margin-bottom: 0;
}

.fxbonus-modal-footer {
  padding-top: 1rem;
  border-top: 1px solid #e5e7eb;
}

.fxbonus-modal-footer a {
  background-color: #2563eb;
}

.fxbonus-modal-footer a:hover {
  background-color: #10448c;
}

/* アコーディオン */
.fxbonus-accordion-list {
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #ffffff;
}

.fxbonus-accordion-item {
  border-bottom: 1px solid #e5e7eb;
}

.fxbonus-accordion-item:last-child {
  border-bottom: none;
}

.fxbonus-accordion-header {
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: background-color 0.2s;
  position: relative;
}

.fxbonus-accordion-header:hover {
  background-color: #f9fafb;
}

.fxbonus-accordion-item.selected .fxbonus-accordion-header {
  background-color: #eff6ff;
}

.fxbonus-broker-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex: 1;
}

.fxbonus-broker-name {
  font-weight: 500;
  margin-left: 2%;
  margin-right: auto;
}

.fxbonus-bonus-badge {
  font-weight: 600;
  color: #ffffff;
  background-color: #1e40af;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
}

.fxbonus-toggle-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #6b7280;
  transition: transform 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
}

.fxbonus-accordion-item.open .fxbonus-toggle-icon {
  transform: rotate(180deg);
}

.fxbonus-select-checkbox {
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #d1d5db;
  border-radius: 0.25rem;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  flex-shrink: 0;
}

.fxbonus-accordion-item.selected .fxbonus-select-checkbox {
  background-color: #1e40af;
  border-color: #1e40af;
}

.fxbonus-select-checkbox:after {
  content: '';
  width: 0.5rem;
  height: 0.25rem;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg) translate(1px, -1px);
  opacity: 0;
  transition: opacity 0.2s;
}

.fxbonus-accordion-item.selected .fxbonus-select-checkbox:after {
  opacity: 1;
}

.fxbonus-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background-color: #f9fafb;
}

.fxbonus-accordion-item.open .fxbonus-accordion-content {
  max-height: 400px;
  /* 十分な高さを確保 */
}

.fxbonus-broker-details {
  padding: 1rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .fxbonus-broker-details {
    grid-template-columns: repeat(2, 1fr);
  }
}

.fxbonus-detail-item {
  display: flex;
  flex-direction: column;
}

.fxbonus-detail-label {
  font-size: 0.75rem;
  color: #1e40af;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.fxbonus-detail-value {
  font-size: 0.875rem;
}

.fxbonus-broker-actions {
  padding: 0 1rem 1rem;
  display: flex;
  justify-content: flex-end;
}

/* 選択カウンター */
.fxbonus-selection-counter {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 500;
  color: #1e40af;
}

/* テーブル */
.fxbonus-table-wrapper {
  overflow-x: auto;
}

.fxbonus-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border-radius: 0.5rem;
  overflow: hidden;
}

.fxbonus-table-header {
  background-color: #1e40af;
  color: #ffffff;
}

.fxbonus-th,
.fxbonus-td {
  padding: 0.75rem 1rem;
  text-align: center;
}

.fxbonus-th-left,
.fxbonus-td-left {
  text-align: left;
}

.fxbonus-tr {
  border-bottom: 1px solid #e5e7eb;
}

.fxbonus-tr:last-child {
  border-bottom: none;
}

.fxbonus-td-label {
  background-color: #eff6ff;
  font-weight: 500;
}

.fxbonus-td-bonus {
  font-weight: 600;
  color: #faa949;
}

/* ロゴ用のスタイル */
.fxbonus-td-logo {
  padding: 0.75rem;
  text-align: center;
  vertical-align: middle;
}

.fxbonus-broker-logo {
  max-width: 120px;
  max-height: 50px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: inline-block;
}

th.fxbonus-th {
  background: #1e40af;
}

/* 注釈 */
.fxbonus-footnote {
  margin-top: 2rem;
  background-color: #eff6ff;
  border: 1px solid #dbeafe;
  border-radius: 0.5rem;
  padding: 1rem;
}

.fxbonus-footnote-text {
  color: #1e40af;
  font-size: 0.875rem;
}

/* ユーティリティクラス */
.hidden {
  display: none;
}



.fxbonus-filters {
  background-color: #fff;
  padding: 16px;
  border-radius: 6px;
  margin-bottom: 24px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.fxbonus-filter-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .fxbonus-filter-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.fxbonus-filter-item {
  display: flex;
  flex-direction: column;
}

.fxbonus-filter-label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
  color: #555;
}

.fxbonus-select {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

.fxbonus-warning {
  background-color: #fff8e6;
  border: 1px solid #ffeeba;
  border-radius: 4px;
  padding: 12px;
  margin-top: 16px;
  font-size: 14px;
  color: #856404;
}

.fxbonus-warning-title {
  font-weight: 500;
  margin-bottom: 4px;
}

.fxbonus-table-container {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.fxbonus-table-wrapper {
  overflow-x: auto;
}

.fxbonus-table {
  width: 100%;
  border-collapse: collapse;
}

.fxbonus-table th {
  background-color: #f5f5f5;
  color: #666;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

.fxbonus-table td {
  padding: 16px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #333;
}

.fxbonus-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.fxbonus-logo {
  height: 32px;
  width: auto;
}

.fxbonus-amount {
  font-weight: bold;
  color: #e53e3e;
}

.fxbonus-no-condition {
  color: #38a169;
  font-weight: 500;
}

.fxbonus-button {
  display: inline-block;
  background-color: #3182ce;
  color: white;
  padding: 8px 16px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.2s;
}

.fxbonus-button:hover {
  background-color: #2c5282;
}

.fxbonus-empty {
  padding: 24px;
  text-align: center;
  color: #777;
}

.fxbonus-notes {
  margin-top: 24px;
  font-size: 14px;
  color: #777;
}

.fxbonus-notes p {
  margin-bottom: 8px;
}

.fxbonus-notes p:last-child {
  margin-bottom: 0;
  margin-top: 8px;
  font-weight: 500;
}

.fxmq-container {
  font-family: Arial, sans-serif;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  background-color: #f5f5f5;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* グリッド */
.fxmq-grid {
  position: relative;
  width: 100%;
  height: 600px;
  border: 2px solid #333;
  background-color: white;
  margin: 20px 0;
  border-radius: 5px;
}

/* 区切り線 */
.fxmq-divider-horizontal {
  position: absolute;
  width: 96%;
  height: 1px;
  left: 2%;
  top: 50%;
  background-color: #ccc;
}

.fxmq-divider-vertical {
  position: absolute;
  width: 1px;
  height: 96%;
  left: 50%;
  top: 2%;
  background-color: #ccc;
}

/* 象限ラベル */
.fxmq-quadrant-label {
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 12px;
  background-color: #1a237e;
  color: white;
  border-radius: 5px;
  z-index: 1;
}

/* ブローカーアイテム */
.fxmq-broker-item {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s;
  z-index: 2;
}

.fxmq-broker-item:hover {
  transform: scale(1.05);
  z-index: 10;
}

.fxmq-broker-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 5px;
  background-color: #f0f0f0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* ツールチップ */
.fxmq-tooltip {
  position: initial;
  top: 50%;
  left: 0%;
  transform: translate(8px, -50%);
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  width: 180px;
  max-width: calc(100vw - 32px);
  opacity: 0;
  visibility: hidden;
  pointer-events: auto;
  transition: opacity 0.2s, visibility 0.2s;
  z-index: 100;
}

.fxmq-tooltip::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -11px;
  transform: translateY(-50%);
  border: 8px solid transparent;
  border-right-color: #ddd;
}

.fxmq-broker-item:hover .fxmq-tooltip,
.fxmq-broker-item:focus-within .fxmq-tooltip,
.fxmq-broker-item.open .fxmq-tooltip {
  opacity: 1;
  visibility: visible;
}

.fxmq-tooltip-title {
  font-weight: bold;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: 14px;
}

.fxmq-tooltip-info {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin: 3px 0;
}

.fxmq-tooltip-label {
  color: #666;
}

.fxmq-tooltip-value {
  font-weight: bold;
}

/* フッター */
.fxmq-footer {
  margin-top: 20px;
  font-size: 12px;
  color: #666;
  text-align: center;
}



/* ハンバーガーアイコン */
.custom-hamburger {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 9999;
  width: 30px;
  height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.custom-hamburger span {
  display: block;
  height: 3px;
  background: #ffffff;
  border-radius: 3px;
  transition: all 0.3s ease;
  transform-origin: center;
}

/* メニューの外枠 */
.custom-drawer {
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100%;
  background: #fff;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
  z-index: 9998;
  transition: left 0.3s ease;
  padding: 20px;
  overflow-y: auto;
}

.custom-drawer.open {
  left: 0;
}

/* メニューの中身 */
.custom-menu {
  list-style: none;
  padding: 0;
  margin-top: 20%;
}

.custom-menu li {
  margin-bottom: 10px;
}

.custom-menu .menu-title {
  font-weight: bold;
  cursor: pointer;
  display: block;
  background: #c2d1e8;
  margin-bottom: 5px;
}

.custom-menu .submenu {
  display: block;
}

.custom-menu .submenu.open {
  display: block;
}

@media (min-width: 769px) {

  .custom-hamburger,
  .custom-drawer {
    display: none;
  }
}


/* メニュー開いた時のバツ形状（中央で交差） */

.custom-hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(10px, 10px);
  background: #072c69;
}

.custom-hamburger.active span:nth-child(2) {
  opacity: 0;
}

.custom-hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
  background: #072c69;
}

/* 親メニュー表示用スタイル */
.custom-menu>li>.menu-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  position: relative;
}

/* 左側の Font Awesome アイコン */
.custom-menu>li.fx-menu>.menu-title::before {
  content: "\f0ac";
  /* fa-globe */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
  color: #333;
  position: absolute;
  left: 16px;
}

.custom-menu>li.basic-menu>.menu-title::before {
  content: "\f02d";
  /* fa-book */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
  color: #333;
  position: absolute;
  left: 16px;
}

/* メニュー内のテキストリンク（中央揃え） */
.custom-menu>li>.menu-title a {
  flex: 1;
  margin-left: 32px;
  /* アイコン分余白確保 */
  color: #333;
  text-decoration: none;
}

/* 右側の矢印（fa-chevron-right） */
.custom-menu>li>.menu-title::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #072c69;
  font-size: 0.9rem;
  position: absolute;
  right: 16px;
}

/* submenu 内の li（子メニュー）用 */
.custom-menu .submenu li {
  position: relative;
  padding: 10px 16px;
  border-bottom: 1px solid #eee;
}

/* 左側アイコン（fa-angle-right） */
.custom-menu .submenu li::before {
  content: "\f105";
  /* fa-angle-right */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #888;
  position: absolute;
  left: 16px;
}

/* リンクテキスト位置をずらす（アイコン右に） */
.custom-menu .submenu li a {
  display: block;
  margin-left: 15px;
  color: #333;
  text-decoration: none;
}


.js-scroll-nav {
  position: sticky;
  background: #fff;
  z-index: 998;
  top: 0;
  border-bottom: 1px solid #eee;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
}

.scroll-tabs {
  display: flex;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: 0;
}

.scroll-tabs li a {
  display: inline-block;
  padding: 10px 16px;
  color: #666;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.scroll-tabs li a.is-active {
  color: #000;
  border-bottom: 3px solid #1e4e70;
}



.fx-comp-reset * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.fx-comp-body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Hiragino Sans', sans-serif;
  background-color: #f8f9fa;
  color: #333;
  line-height: 1.6;
}

.fx-comp-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
}

.fx-comp-header {
  text-align: center;
  margin-bottom: 30px;
  background: white;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.fx-comp-header h1 {
  font-size: 2rem;
  color: #007bff;
  margin-bottom: 10px;
}

.fx-comp-header p {
  color: #666;
  font-size: 1rem;
}

.fx-comp-controls {
  background: white;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.fx-comp-search-filter-row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  flex-wrap: wrap;
  align-items: center;
}

.fx-comp-search-box {
  flex: 1;
  min-width: 250px;
  padding: 12px 16px;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.3s ease;
}

.fx-comp-search-box:focus {
  outline: none;
  border-color: #007bff;
}

.fx-comp-sort-select {
  padding: 12px 16px;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  font-size: 14px;
  background: white;
  min-width: 200px;
}

.fx-comp-filter-section {
  margin-top: 15px;
}

.fx-comp-filter-label {
  font-weight: 600;
  margin-bottom: 10px;
  color: #495057;
}

.fx-comp-filter-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.fx-comp-filter-tag {
  padding: 8px 16px;
  border: 2px solid #e9ecef;
  border-radius: 20px;
  background: white;
  cursor: pointer;
  font-size: 13px;
  transition: all 0.3s ease;
  user-select: none;
}

.fx-comp-filter-tag:hover {
  border-color: #007bff;
}

.fx-comp-filter-tag.fx-comp-active {
  background: #007bff;
  color: white;
  border-color: #007bff;
}

.fx-comp-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 15px;
  margin-bottom: 20px;
}

.fx-comp-stat-item {
  background: white;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.fx-comp-stat-number {
  font-size: 1.8rem;
  font-weight: bold;
  color: #007bff;
  margin-bottom: 5px;
}

.fx-comp-stat-label {
  font-size: 12px;
  color: #666;
}

.fx-comp-table-container {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow-x: auto;
}

.fx-comp-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.fx-comp-table th {
  background: #f8f9fa;
  padding: 16px 12px;
  text-align: left;
  font-weight: 600;
  min-width: 110px;
  color: #495057;
  border-bottom: 2px solid #e9ecef;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.fx-comp-table th:hover {
  background: #e9ecef;
}

.fx-comp-table th.fx-comp-sortable::after {
  content: ' ↕';
  opacity: 0.5;
  font-size: 12px;
}

.fx-comp-table th.fx-comp-sort-asc::after {
  content: ' ↑';
  opacity: 1;
  color: #007bff;
}

.fx-comp-table th.fx-comp-sort-desc::after {
  content: ' ↓';
  opacity: 1;
  color: #007bff;
}

.fx-comp-table td {
  padding: 16px 12px;
  border-bottom: 1px solid #e9ecef;
  vertical-align: middle;
}

.fx-comp-table tr:hover {
  background-color: #f8f9fa;
}

.fx-comp-broker-name {
  font-weight: 600;
  color: #007bff;
  font-size: 15px;
}

.fx-comp-lot-badge {
  padding: 6px 12px;
  border-radius: 15px;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  min-width: 80px;
  display: inline-block;
}

.fx-comp-lot-high {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.fx-comp-lot-medium {
  background: #fff3cd;
  color: #856404;
  border: 1px solid #ffeaa7;
}

.fx-comp-lot-low {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.fx-comp-position-badge {
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  background: #e3f2fd;
  color: #1565c0;
  border: 1px solid #bbdefb;
}

.fx-comp-unlimited {
  background: #e8f5e8;
  color: #2e7d32;
  border: 1px solid #c8e6c9;
}

.fx-comp-scalping-badge {
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  min-width: 60px;
  display: inline-block;
}

.fx-comp-scalping-ok {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.fx-comp-scalping-limited {
  background: #fff3cd;
  color: #856404;
  border: 1px solid #ffeaa7;
}

.fx-comp-rating-stars {
  color: #ffc107;
  font-size: 16px;
}

.fx-comp-no-results {
  text-align: center;
  padding: 60px 20px;
  color: #666;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.fx-comp-highlight {
  background-color: #fff3cd !important;
  border-left: 4px solid #ffc107;
}

.fx-comp-info-section {
  background: white;
  padding: 25px;
  border-radius: 12px;
  margin-top: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-left: 4px solid #17a2b8;
}

.fx-comp-info-section h3 {
  color: #17a2b8;
  margin-bottom: 15px;
  font-size: 1.2rem;
}

.fx-comp-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 15px;
}

.fx-comp-info-item {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}

.fx-comp-info-item h4 {
  color: #495057;
  margin-bottom: 8px;
  font-size: 1rem;
}

.fx-comp-info-item p {
  color: #666;
  font-size: 14px;
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
  .fx-comp-container {
    padding: 15px;
  }

  .fx-comp-header h1 {
    font-size: 1.5rem;
  }

  .fx-comp-search-filter-row {
    flex-direction: column;
    align-items: stretch;
  }

  .fx-comp-search-box {
    min-width: unset;
  }

  .fx-comp-sort-select {
    min-width: unset;
  }

  .fx-comp-filter-tags {
    justify-content: center;
  }

  .fx-comp-table-container {
    border-radius: 8px;
  }

  .fx-comp-table {
    font-size: 12px;
  }

  .fx-comp-table th,
  .fx-comp-table td {
    padding: 10px 8px;
  }

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

  .fx-comp-info-grid {
    grid-template-columns: 1fr;
  }
}

.fx-comp-broker-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: inherit;
}

.fx-comp-broker-link:hover {
  text-decoration: none;
}

.fx-comp-link-icon {
  font-size: 12px;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.fx-comp-broker-link:hover .fx-comp-link-icon {
  opacity: 1;
}

@media (max-width: 480px) {
  .fx-comp-container {
    padding: 10px;
  }

  .fx-comp-header {
    padding: 20px 15px;
  }

  .fx-comp-controls {
    padding: 15px;
  }

  .fx-comp-table {
    font-size: 11px;
  }

  .fx-comp-table th,
  .fx-comp-table td {
    padding: 8px 6px;
  }

  .fx-comp-broker-name {
    font-size: 13px;
  }
}