@charset "UTF-8";
/*
Template: swell
Theme Name: SWELL CHILD theoption
Description: 用語集の子テーマ
*/

/*業者カテゴリCSSここから*/
/*---もくじ非表示---*/
/*---main---*/
#main_content .p-toc {
display: none !important;
}
/*---side---*/
#sidebar .p-toc__childList {
display: none !important;
}

/*【共通】Accordion*/
.readmore-wrap {
position: relative;
margin-bottom: 45px;
}

.readmore-text {
height: 84px;
overflow: hidden;
}

.readmore-text>* {
clear: both;
margin-bottom: var(--swl-block-margin, 2em);
}

.readmore-btn {
position: absolute;
z-index: 2;
bottom: 0;
right: 0;
padding: 5px 0 0 30px;
color: #1176d4;
background: linear-gradient(to right, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 20%);
cursor: pointer;
transition: bottom 0.2s;
}

.active {
background: none;
bottom: -30px;
}

/*【PC】Accordion*/
@media (min-width: 768px) {
.readmore-btn {
display: none;
}

.readmore-text {
height: auto;
}
}

/*---【共通】h1---*/
#bosite-wrap .bos-head {
margin: -2em -1em 0em !important;
padding: 0 1em 2em;
background: url(//bbhq.com/wp-content/uploads/2024/06/bubinga-catetop-spimg.webp)no-repeat top center / cover;
position: relative;
height: 65vh;
top: 3px;
display: flex;
align-items: flex-end;
overflow: hidden;
}

#bosite-wrap .bos-head::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}

#bosite-wrap .bos-frame {
margin: auto 0 0 0 !important;
background: linear-gradient(#5e5e5edb, #060606f0);
padding: 4.5em 0 1.5em;
border-radius: 20px;
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.77);
width: 100%;
z-index: 2;
}

#bosite-wrap .site-name {
font-size: 6vw;
color: #fff;
text-align: center;
text-shadow: #000 1px 0 10px;
}

.site-point {
color: #d7d6d6;
font-size: 3.5vw;
text-align: center;
text-shadow: #000 1px 0 10px;
}

.bos-head picture {
position: absolute;
width: 110px;
height: 110px;
top: 0;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}

.bos-head picture::before {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
border-radius: 16px;
box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.33),5px 5px 10px rgba(208, 208, 208, 0.43) inset,-5px -5px 10px rgba(17, 17, 17, 0.51) inset;
content: "";
position: absolute;
}

.bos-frame img {
border-radius: 16px;
box-shadow: 0px 5px 7px -6px rgba(23, 23, 23, 0.86);
}

.official-link {
text-align: center;
margin-top: 1.5em;
}

.official-link a {
display: block;
background: #fff;
width: 50%;
margin: auto;
padding: .75em 0;
border-radius: 10px;
text-decoration: none !important;
font-weight: 700;
color: #1176d4;
font-size: 3.6vw;
box-shadow: 0 5px 7px -6px rgba(23, 23, 23, 0.46);
}

#video-rpsv {
width: 100%;
text-align: center;
position: absolute;
top: 0;
right: 0;
z-index: 1;
}
    
#video-pc {
display:none;
}
    
#video-sp {
width: 100%;
border-radius: 8px;
}

/*---【PC】h1---*/
@media screen and (min-width: 768px) {
#bosite-wrap .bos-head {
margin: 0 -1em !important;
padding: 0 0 4.5em;
height: 418.5px;
top: 0;
border-radius: 8px;
background: url(//bbhq.com/wp-content/uploads/2024/06/bubinga-catetop-pcimg.webp)no-repeat top center / cover;
}

#bosite-wrap .bos-frame {
width: 60%;
margin: 0px auto !important;
padding: 4em 0 1.5em;
}

#bosite-wrap .site-name {
font-size: 1.3em;
}

.site-point {
font-size: 13px;
}

.bos-head picture {
width: 90px;
height: 90px;
}

.official-link a {
font-size: 14px;
padding: .75em 0;
width: 35%;
}

.official-link a:hover {
transition: 0.2s;
opacity: 0.8;
}

#video-rpsv {
width: auto;
height: 100%;
}
    
#video-pc {
display:block;
width: auto;
height: 100%;
border-radius: 8px;
}
        
#video-sp {
display:none;
}
}

/*---【PC微調整】h1---*/
@media (min-width: 800px) {
#video-rpsv, #video-pc {
width: 100%;
height: auto;
}
}

@media (min-width: 960px) {
#video-rpsv, #video-pc {
width: auto;
height: 100%;
}
}

@media (min-width: 1130px) {
#video-rpsv, #video-pc {
width: 100%;
height: auto;
}
}

/*--【共通】STATUS--*/
.statusbox-wrap {
display: flex;
text-align: center;
overflow-x: scroll;
background: #1f2024;
color: #eee;
margin: 0px -1em;
padding: 1em 0;
}

#bosite-wrap .stb-item {
width: 28%;
margin: 15px 0 0 !important;
flex-shrink: 0;
}

.stb-head {
font-size: 11px;
line-height: 10px;
}

.stbc1 {
font-size: 25px;
font-weight: bold;
border-right: solid 1px;
border-color: #ddd;
padding: 5px 0;
color: #eee;
}

.stb-item:last-child .stbc1 {
border-right: none !important;
}

.stbc2 {
font-size: 11px;
line-height: 10px;
}

.star5_rating{
position: relative;
z-index: 0;
display: inline-block;
white-space: nowrap;
color: #CCCCCC;
}

.star5_rating:before, .star5_rating:after{
content: '★★★★★';
}

.star5_rating:after{
position: absolute;
z-index: 1;
top: 0;
left: 0;
overflow: hidden;
white-space: nowrap;
color: #ffcf32;
}

.star5_rating[data-rate="5"]:after{ width: 100%; }
.star5_rating[data-rate="4.9"]:after{ width: 98%; }
.star5_rating[data-rate="4.8"]:after{ width: 96%; }
.star5_rating[data-rate="4.7"]:after{ width: 94%; }
.star5_rating[data-rate="4.6"]:after{ width: 92%; }
.star5_rating[data-rate="4.5"]:after{ width: 90%; }
.star5_rating[data-rate="4.4"]:after{ width: 88%; }
.star5_rating[data-rate="4.3"]:after{ width: 86%; }
.star5_rating[data-rate="4.2"]:after{ width: 84%; }
.star5_rating[data-rate="4.1"]:after{ width: 82%; }
.star5_rating[data-rate="4"]:after{ width: 80%; }
.star5_rating[data-rate="3.9"]:after{ width: 78%; }
.star5_rating[data-rate="3.8"]:after{ width: 76%; }
.star5_rating[data-rate="3.7"]:after{ width: 74%; }
.star5_rating[data-rate="3.6"]:after{ width: 72%; }
.star5_rating[data-rate="3.5"]:after{ width: 70%; }
.star5_rating[data-rate="3.4"]:after{ width: 68%; }
.star5_rating[data-rate="3.3"]:after{ width: 66%; }
.star5_rating[data-rate="3.2"]:after{ width: 64%; }
.star5_rating[data-rate="3.1"]:after{ width: 62%; }
.star5_rating[data-rate="3"]:after{ width: 60%; }
.star5_rating[data-rate="2.9"]:after{ width: 58%; }
.star5_rating[data-rate="2.8"]:after{ width: 56%; }
.star5_rating[data-rate="2.7"]:after{ width: 54%; }
.star5_rating[data-rate="2.6"]:after{ width: 52%; }
.star5_rating[data-rate="2.5"]:after{ width: 50%; }

/*【PC】Status*/
@media screen and (min-width: 768px) {
.statusbox-wrap {
overflow-x: clip;
margin: 2em -1em 3em -1em;
color: #3b3b3b;
background: #f4f4f4;
padding: 0;
border-radius: 8px;
}

#bosite-wrap .stb-item {
flex-shrink: 1;
margin: 15px 0 !important;
}
	
.stb-head {
font-size: 13px;
line-height: 13px;
}

.stbc1 {
font-size: 28px;
color: #757575;
}

.stbc2 {
font-size: 13px;
line-height: 13px;
}
}

.preview-wrap {
background: #1f2024;
margin: -1px -1em;
}

/*--【共通】サイト紹介--*/
.site-introduction {
margin: 0em -1em;
background: #1f2024;
padding: 2em 1em 3em;
color: #fff;
}

.site-introduction .readmore-btn {
background: linear-gradient(to right, rgba(250, 252, 252, 0) 0%, rgb(31, 32, 36) 20%);
color: #3293ee;
}

/*--【PC】サイト紹介--*/
@media screen and (min-width: 768px) {
.site-introduction {
margin: 0 0 3em 0;
background: none;
color: #333;
padding: 0;
}
}

/*--【共通】Preview--*/
#bosite-wrap .preview-wrap h2 {
background: none;
font-size: 16px;
margin-bottom: 0px;
text-align: center;
padding: 2em 0 2em;
}

.img-pc {
display: none;
}

.img-pv {
margin-bottom: 1.5em;
}

.img-pv ul {
list-style: none;
padding: 0 3px 1em 0;
}

#bosite-wrap .horizontal_scroll {
display: flex;
gap: 15px;
max-width: 100%;
overflow-x: auto;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
scroll-padding: 1em;
padding: 0 1em 1em;
}

#bosite-wrap .horizontal_scroll > li {
width: 100%;
min-width: 60%;
scroll-snap-align: center;
margin: 0;
}

#bosite-wrap .horizontal_scroll img {
box-shadow: 2px 2px 2px #0000003d;
border-radius: 10px;
border: solid 1px #3e3e3e;
}

/*--【PC】Preview--*/
@media screen and (min-width: 768px) {
.preview-wrap {
background: none;
margin: 0 0 3em 0;
padding: 0;
}

#bosite-wrap .preview-wrap h2 {
background: #141517;
font-size: 1.4em;
margin: 0 -1em 2em;
text-align: left;
padding: 0.75em;
}

.img-pv li:first-child {
margin-left: 0;
}

#bosite-wrap .horizontal_scroll > li {
width: 23%;
margin: 0 !important;
min-width: auto;
}

#bosite-wrap .horizontal_scroll {
overflow-x: inherit;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 0 0 1em!important;
}

.img-sp {
display: none;
}

.img-pc {
display: block;
}

.img-pv ul {
padding: 0 0px 1em 0;
}

.img-pv {
margin-bottom: 1em;
}

#bosite-wrap .horizontal_scroll img {
border-radius: 4px;
border: none;
}
}

/*--【共通】評価グラフ--*/
.wrap3 {
background: #1f2024;
margin: 0px -1em;
padding: 1em 0 1em;
}

#bosite-wrap .wrap3-h2 {
background: none;
font-size: 16px;
margin-bottom: 0px;
text-align: center;
padding: 3em 0 2em;
}

.site-score {
display: flex;
justify-content: space-between;
margin-bottom: .75em;
align-items: center;
line-height: 32px;
}

.score1 {
color: #fff;
font-size: 1.5em;
font-weight: bold;
}

.score2 {
color: #fff;
font-size: 1.1em;
}

#bosite-wrap .graphbar {
margin: 0 1em 2em;
}

.bar-chart-003 {
font-size: 13px;
}

.bar-chart-003 > div {
display: flex;
align-items: center;
margin-bottom: 7px;
}

#bosite-wrap .bar-chart-003 dt {
width: 20%;
min-width: 55px;
color: #999;
}

.bar-chart-003 dd {
width: 80%;
margin: 0;
border-radius: 3px;
background-color: #f5f5f5;
}

.bar-chart-003 span {
display: inline-block;
padding-right: 15px;
border-radius: inherit;
background-color: #0064bd;
color: #fff;
font-weight: 600;
line-height: 30px;
text-align: right;
white-space: nowrap;
animation: anima-bar-chart-003 1.2s ease;
}

@keyframes anima-bar-chart-003 {
from {
width: 0;
}
}

/*--【PC】評価グラフ--*/
@media screen and (min-width: 768px) {
.site-score {
border-bottom: solid 3px;
margin-bottom: 2em;
border-image: linear-gradient(to right, #5e96fa, #3dd0ff);
border-image-slice: 1;
}

.wrap3 {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 0;
}

.wrap3-h2 {
width: 100%;
}

.wrap3 {
background: none;
margin: 0;
}

#bosite-wrap .wrap3-h2 {
background: #141517;
font-size: 1.4em; 
text-align: left;
padding: .75em;
margin: 0 -1em 2em;
width: calc(100% + 2em);
}

#bosite-wrap .bar-chart-003 dt {
color: #424242;
}

#bosite-wrap .graphbar {
width: 49%;
margin: 0;
}

.score1 {
color: #424242;
font-size: 1.3em;
}

.score2 {
color: #424242;
font-size: 1em;
}
}

/*--【共通】ボーナス--*/
.bonus-title {
margin-bottom: .75em;
line-height: 32px;
}

.title1 {
color: #fff;
font-size: 1.5em;
font-weight: bold;
}

#bosite-wrap .title2 {
padding: 0;
color: #fff;
font-size: 1.5em;
font-weight: bold;
}

#bosite-wrap .title2::before {
background: none;
}

#bosite-wrap .bonusove {
margin: 0 1em;
}

#bosite-wrap .sov-navi {
background: #cce0f2;
font-size: 14px;
padding: 4px 10px;
margin-bottom: 1.5em;
border-radius: 4px;
font-weight: bold;
text-align: center;
}

#bosite-wrap .bonus-wrap {
font-size: 13px;
}

#bosite-wrap .bonus-wrap > div {
display: flex;
margin-bottom: 7px;
align-items: center;
line-height: 30px;
border-bottom: solid 1px #444;
}

#bosite-wrap .bonus-wrap dt {
width: 30%;
border-radius: 3px 0 0 3px;
color: #999;
}

#bosite-wrap .bonus-wrap dd {
width: 70%;
text-align: end;
color: #eee;
}

#bosite-wrap .bonus-wrap dd a {
color: #3ea4ff;
text-decoration: none !important;
}

/*--【PC】ボーナス--*/
@media screen and (min-width: 768px) {
.bonus-title {
border-bottom: solid 3px;
margin-bottom: 2em;
border-image: linear-gradient(to right, #5e96fa, #3dd0ff);
border-image-slice: 1;
}

#bosite-wrap .bonusove {
width: 49%;
margin: 0;
}

#bosite-wrap .title2 {
color: #424242;
font-size: 1.3em;
line-height: 32px;
}

#bosite-wrap .bonus-wrap > div {
border-bottom: none;
}

#bosite-wrap .bonus-wrap dt {
color: #424242;
text-align: center;
background: #eee;
}

#bosite-wrap .bonus-wrap dd {
color: #424242;
background: #f5f5f5;
padding: 0 .5em;
border-radius: 0 3px 3px 0;
}

#bosite-wrap .bonus-wrap dd a {
color: #3d68ce;
text-decoration: underline !important;
}
}

/*--【共通】評価と取引銘柄--*/
.site-introduction2 {
margin: 0em -1em;
background: #1f2024;
padding: 1em 1em 3em;
color: #fff;
}

.site-introduction2 .readmore-btn {
background: linear-gradient(to right, rgba(250, 252, 252, 0) 0%, rgb(31, 32, 36) 20%);
color: #3293ee;
}

.brand {
display: flex;
flex-wrap: wrap;
}

.brand li {
width: 33%;
}

/*--【PC】評価と取引銘柄--*/
@media screen and (min-width: 768px) {
.site-introduction2 {
margin: 3em 0;
background: none;
color: #333;
padding: 0;
}

.brand li {
font-size: 12px;
line-height: 1 !important;
}
}

/*--【共通】ステップ--*/
.service-step {
background: #1f2024;
margin: -1px -1em;
}

#bosite-wrap .step-h2 {
background: none;
font-size: 16px;
margin-bottom: 0px;
text-align: center;
padding: 2em 0 2em;
}

.step-wrap {
display: flex;
gap: 20px;
max-width: 100%;
overflow-x: auto;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
scroll-padding: 1rem;
padding: 0 1em 1em;
align-items: flex-start;
}

.step-box {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
flex: 0 0 90%;
width: 30px;
scroll-snap-align: start;
scroll-snap-stop: normal;
}

.step-head {
width: 100%;
color: #fff;
font-size: 1.5em;
font-weight: bold;
line-height: 32px;
margin-bottom: .75em;
}

.head1::before {
content: "1.";
}

.head2::before {
content: "2.";
}

.head3::before {
content: "3.";
}

.head4::before {
content: "4.";
}

.head5::before {
content: "5.";
}

.head1::before, .head2::before, .head3::before, .head4::before, .head5::before{
margin-right: 5px;
}

.service-step img {
border-radius: 10px;
box-shadow: 2px 2px 2px #0000003d;
border: solid 1px #3e3e3e;
}

.b-frame1 {
line-height: 0;
}

.b-frame2 {
margin-top: 1em;
}

.step-text {
color: #24d28c;
font-size: 13px;
width: 100%;
margin: 1em 0;
font-weight: bold;
}

.step-text .icon {
background: #24d28c;
color: #1f2024;
padding: 2px 5px;
border-radius: 50px;
margin-right: 5px;
font-weight: bold;
}

.step-text2 {
font-size: 13px;
color: #fff;
line-height: 1.6em;
}

.st-link {
margin-top: .75em;
font-size: 16px;
}

.st-link a {
color: #3293ee;
text-decoration: none !important;
}

/*--【PC】ステップ--*/
@media screen and (min-width: 768px) {
.service-step {
background: none;
margin: 0 0 3em 0;
padding: 0;
}

#bosite-wrap .step-h2 {
background: #141517;
font-size: 1.4em;
text-align: left;
padding: .75em;
margin: 0 -1em 2em;
width: calc(100% + 2em);
}
	
.step-wrap {
display: block; 
padding: 0;
}

.step-box {
width: 100%;
background: #fff;
margin-bottom: 1em;
padding: 1em;
border-radius: 10px;
border: solid 1px #ddd;
justify-content: space-between;
align-items: normal;
}

.step-head {
width: 100%;
color: #333;
font-size: 16px;
background: #e5ecff;
padding: 0.25em 0.5em;
border-radius: 4px;
margin-bottom: 1em;
}

.b-frame1 {
width: 40%;
}

.service-step img {
box-shadow: none;
border-radius: 6px;
border: none;
}

.service-step img:hover {
transition: 0.2s;
opacity: 0.7;
}

.b-frame2 {
width: 58%;
margin: 0;
position: relative;
}

.step-text {
color: #008815;
font-size: 14px;
margin-bottom: .75em;
}

.step-text .icon {
background: #008815;
color: #fff;
padding: 3px 8px;
}

.step-text2 {
color: #333;
font-size: 14px;
line-height: 1.7em;
}

.st-link {
width: 100%;
margin: 0;
}

.st-link a {
background: #0064bd;
padding: 3px 10px;
font-size: 14px;
color: #fff;
border-radius: 3px;
position: absolute;
right: 0;
bottom: 0;
}

.st-link a:hover {
transition: 0.2s;
opacity: 0.8;
}
}

/*--【共通】業者概要--*/
.site-detail {
background: #1f2024;
margin: 0 -1em;
padding: 1em 1em;
}

#bosite-wrap .sitedetail-h2 {
background: none;
font-size: 16px;
margin-bottom: 0px;
text-align: center;
padding: 3em 0 2em;
}

.sitedetail-title {
margin-bottom: .75em;
line-height: 32px;
}

.detailbox {
margin-bottom: 2em;
}

/*--【PÇ】業者概要--*/
@media screen and (min-width: 768px) {
#bosite-wrap .sitedetail-h2 {
background: #141517;
margin: 0 -1em 2em;
font-size: 1.4em;
text-align: left;
padding: .75em;
width: calc(100% + 2em);
}

.site-detail {
background: none;
margin: 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 0;
margin-bottom: 3em;
}

.sitedetail-title {
border-bottom: solid 3px;
margin-bottom: 2em;
border-image: linear-gradient(to right, #5e96fa, #3dd0ff);
border-image-slice: 1;
}

.detailbox {
width: 49%;
}

.detailbox:nth-last-child(2) {
margin-bottom: 0;
}
}

/*--項目の詳細をさらに表示する--*/
#bosite-wrap  .bonus-wrap > div.showmore-item {
flex-wrap: wrap;
}

#bosite-wrap .bonus-wrap dd.showmore-text {
width: 100%;
text-align: left;
padding: 0 .5em;
line-height: 0; 
opacity: 0;
transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
}

#bosite-wrap .bonus-wrap dd.showmore-text.is-open {
padding: 0em .5em 1em;
line-height: 1.8;
opacity: 1;
}

#bosite-wrap .bonus-wrap .showmore-omit {
position: relative;
padding-right: 30px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
cursor: pointer;
}

#bosite-wrap .bonus-wrap .showmore-omit.is-open {
text-overflow: initial;
pointer-events: none;
}

#bosite-wrap .bonus-wrap .showmore-omit:after {
font-family: icomoon;
content: "\e910";
position: absolute;
top: 0;
right: 6px;
opacity: 1;
transition: opacity 0.4s;
font-size: 1.4em;
z-index: 1;
display: inline-block;
}

#bosite-wrap .bonus-wrap .showmore-omit span {
opacity: 1;
transition: opacity 0.4s;
}

#bosite-wrap .bonus-wrap .showmore-omit.is-open:after,
#bosite-wrap .bonus-wrap .showmore-omit.is-open span  {
opacity: 0;
}

#bosite-wrap .bonus-wrap dd.showmore-text ul li {
max-height: 0;
line-height: 0;
margin: 0;
opacity: 0;
transition: max-height 0.4s, line-height 0.4s, margin 0.4s, opacity 0.4s;
}

#bosite-wrap .bonus-wrap dd.showmore-text.is-open ul li {
max-height: 100vh;
line-height: 1.5;
margin: .25em 0;
opacity: 1;
}

/*--【PC】項目の詳細をさらに表示する--*/
@media screen and (min-width: 768px) {
#bosite-wrap .bonus-wrap .showmore-omit {
transition: transform 0.4s;
}

#bosite-wrap .bonus-wrap .showmore-omit.is-open {
pointer-events: initial;
}

#bosite-wrap .bonus-wrap .showmore-omit.is-open:after {
opacity: 1;
transform: scale(1, -1);
}

#bosite-wrap .bonus-wrap dd.showmore-text.is-open {
padding: 1em .5em;
}
}


/*--【共通】ガイド--*/
.site-guide {
margin: 0 -1em;
}

.tfbox {
background: #1f2024;
margin: 0 -1em;
padding: 0 2em;
}

.tfbox h2 {
background: none;
font-size: 16px;
text-align: center;
padding: 4em 0 2em;
}

.sgb-main {
padding: 0 0 1em;
}

.guide-wrap2 {
background: linear-gradient(#1f2024, #fff);
padding: 0 1em;
}

.gwhead-img img {
border-radius: 10px;
}

.guide-wrap3 {
margin: 2em 0;
padding: 0 1em;
}

.pint-head {
text-align: center;
font-weight: bold;
}

.gwhead-img {
position: relative;
width: 100%;
}

.gwhead-img img {
border-radius: 10px;
width: 100%;
height: 100%;
}

.img-contents {
position: absolute;
width: 100%;
text-align: center;
line-height: 26px;
padding: 8em 1em 2em;
background: linear-gradient(#0000, #000);
border-radius: 0 0 10px 10px;
bottom: 8px;
right: 0;
}

.sgbmain-text {
font-size: 22px;
color: #fff;
line-height: 36px;
font-weight: bold;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

.img-contents a {
display: block;
background: linear-gradient(-90deg, #25dd24, #eb0e49);
width: 80%;
margin: auto;
padding: 1em 0;
margin-top: 1em;
color: #fff;
border-radius: 50px;
font-weight: bold;
text-decoration: none !important;
}

.guide-wrap3 {
margin: 3em 1em;
padding: 2em 1em;
background: linear-gradient(-35deg, #4a332e, #0c2c4f);
border-radius: 10px;
}

.guide-wrap3 h3 {
color: #fff;
font-size: 16px;
text-align: center;
padding: 0.5em 0;
margin-bottom: 1.5em;
}

.guide-wrap3 h3::before {
background: none;
}

.guide-wrap3 ul {
padding: 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 10px;
list-style: none;
}

.guide-wrap3 ul li {
width: 48%;
border-radius: 10px;
margin: 0;
}

.guide-wrap3 ul li a {
display: block;
padding: 1em;
border-radius: 10px;
text-decoration: none !important;
text-align: center;
background: linear-gradient(#fff, #eee) !important;
border: solid 1px #cecece;
}

.link-text {
margin: .75em auto 0;
font-size: 12px;
color: #fff;
font-weight: bold;
background: #1f2024;
border-radius: 20px;
padding: 3px 5px;
width: 85%;
}

.guide-wrap3 ul li img {
width: 45%;
}

/*--【PÇ】ガイド--*/
@media screen and (min-width: 768px) {
.site-guide {
margin: 0;
}

.tfbox {
background: none;
margin: 0;
padding: 0;
}

.tfbox h2 {
background: #141517;
margin: 0 -1em 2em;
margin-top: 0px;
font-size: 1.4em;
text-align: left;
padding: .75em;
width: calc(100% + 2em);
}

.sgb-main {
margin: 3em 0;
}
	
.guide-wrap2 {
background: none;
padding: 0;
}

.guide-wrap3 {
padding: 0;
}

.img-contents {
display: flex;
flex-wrap: wrap;
padding: 4.5em 0;
background: linear-gradient(90deg, #0000, #000);
border-radius: 0 10px 10px 0;
width: 70%;
right: 0;
height: 100%;
top: 50%;
-ms-transform: translate(0%,-50%);
-webkit-transform: translate(0%,-50%);
transform: translate(0%,-50%);
justify-content: center;
align-items: center;
}

.sgbmain-text {
text-align: end;
width: 100%;
margin: 0 1em 0 auto;
font-size: 1.6em;
line-height: 1.6em;
}

.img-contents a {
width: 45%;
padding: .75em;
margin: 0 1em 0 auto;

}

.img-contents a:hover {
transition: 0.2s;
box-shadow: 0px 10px 13px -8px rgba(228, 228, 228, 0.48);
color: #f9e265;
}
	
.guide-wrap3 {
margin: 3em 0;
background: none;
}	

.guide-wrap3 h3 {
background: #141517;
text-align: start;
padding: .75em 1em;
border-radius: 4px;
color:#fff
}

.guide-wrap3 ul li {
width: 23.5%;
}

.guide-wrap3 ul li img {
width: 40%;
}

.link-text {
margin: .25em auto 0;
padding: .1em 0;
}

.guide-wrap3 ul li a:hover {
transition: 0.2s;
box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.27);
}

.guide-wrap3 ul li a:hover > .link-text {
background: #f9e265;
transition: 0.2s;
color: #333;
}
	
.guide-wrap3 ul::after {
content: "";
display: block;
width: 24%;
order: 1;
margin: auto 0px;
}
}

/*【TB】調整*/
@media screen and (min-width: 600px) and (max-width: 767px){
#content {
padding: 2em 1em;
}

#bosite-wrap .bos-head {
top: 0;
}
}
/*業者カテゴリCSSここまで*/