@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: #009EF3 !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: #f88080 !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:#009EF3;
border-color:transparent;
font-size:1em;
text-align:center;
}
.outline-blockdemerit{
background-color:#ffebeb52;
}
.inline-blockdemerit{
background-color:#f88080;
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);
}


#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
}