@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

@charset "UTF-8";
/*
Template: swell
Theme Name: SWELL CHILD
Theme URI: https://swell-theme.com/
Description: SWELLの子テーマ
Version: 1.0.0
Author: LOOS WEB STUDIO
Author URI: https://loos-web-studio.com/

License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/

.p-searchModal .c-overlay {
	display: none;}

.p-searchModal__inner {
	position: relative;
	left: 0;
	top: -100%;
	width: 100%;
	height: calc(var(--logo_size_pc) + 32px);
	padding: 0;
	transform: none;}

.is-opened > .p-searchModal__inner {
	top: 0;}

.p-searchModal__inner .c-searchForm {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);}

.p-searchModal.c-modal .c-modal__close {
	position: absolute;
	left: auto;
	right: 0;
	top: 50%;
	width: auto;
	padding: 0;
	text-shadow: none;
	color: transparent;
	transform: translateY(-50%);}

.p-searchModal.c-modal .c-modal__close > .icon-batsu {
	color: #333;}

.l-footer-search {
	width: 100%;
	padding: 4em 0;
	background-color: rgb(229 229 226 / 60%);}

.l-footer-search__inner {
	max-width: var(--article_size);
	margin: 0 auto;}

.l-footer-search__inner__heading {
	font-size: 24px;}

.l-footer-search__inner__heading__col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 2em;}

.l-footer-search__inner__heading__col__item {
	width: 48%;
	padding: 15px;
	background-color: var(--color_bg);
	border: 1px solid #333;
	border-radius: 4px;}

.l-footer-search__inner__heading__col__item__title {
	position: relative;
	font-size: 18px;
	padding-left: 38px;}

.l-footer-search__inner__heading__col__item__title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	background-color: var(--color_main);
	border-radius: 50%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: icomoon !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	transform: translateY(-50%);
	border: 1px solid var(--color_main);
	background-color: #fff;
	color: var(--color_main);}

.l-footer-search__inner__heading__col__item--left .l-footer-search__inner__heading__col__item__title::before {
	content: "\e92f";}

.l-footer-search__inner__heading__col__item--right .l-footer-search__inner__heading__col__item__title::before {
	content: "\e92e";}

.l-footer-search__inner__heading__col__item__category-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
	padding: 15px;
	font-size: 14px;}

.l-footer-search__inner__heading__col__item__category-list > li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 15px;}

.l-footer-search__inner__heading__col__item__category-list > li:nth-child(3n) {
	margin-right: 0;}

.l-footer-search__inner__heading__col__item__category-list > li > a {
	transition: opcity 0.25s;}

.l-footer-search__inner__heading__col__item__category-list > li > a:hover {
	opacity: 0.6;}

.l-footer-search__inner__heading__col__item--right .c-searchForm {
	margin-top: 18px;}

.l-footer-search__inner__heading__col__item--right .c-searchForm__s {
	border-color: #333;}

.l-footer-search__inner__heading__col__item--right .c-searchForm__submit {
	border-color: #333;}

.l-footer-search__inner__heading__col__item__tag-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
	font-size: 12px;}

.l-footer-search__inner__heading__col__item__tag-list > li {
	margin-right: 10px;
	margin-bottom: 10px;}

.l-footer-search__inner__heading__col__item__tag-list > li > a {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--color_main);
	border: 1px solid #333;
	border-radius: 30px;
	padding: 4px 8px;
	color: #fff;
	transition: all 0.25s;}

.l-footer-search__inner__heading__col__item__tag-list > li > a:hover {
	background-color: #fff;
	border-color: var(--color_main);
	color: var(--color_main);}

.c-postTitle__date {
	display: none;}

.c-categoryList::before {
	content: none;}

.c-categoryList__link {
	padding: 0 0.75em;
	background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 6px, transparent 6px, transparent 12px);
	border-radius: 2px;
	line-height: 2;}

#main_content .p-toc {
	border-color: #000;}

#main_content .p-toc__input + .p-toc__ttl {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-color:  !important;
	height: 60px;
	padding: 8px 20px !important;
	font-weight: 700;}

#main_content .p-toc__input + .p-toc__ttl::before {
	margin-right: 20px;}

#main_content .p-toc__input + .p-toc__ttl::after {
	content: '[閉じる]';
	position: absolute;
	right: 20px;
	top: 50%;
	font-size: 0.8em;
	transform: translateY(-50%);
	cursor: pointer;}

#main_content .p-toc__input:checked + .p-toc__ttl::after {
	content: '[開く]';}

#main_content .p-toc__input + .p-toc__ttl + .p-toc__list {
	overflow: hidden;
	width: auto;
	height: auto;}

#main_content .p-toc__input:checked + .p-toc__ttl + .p-toc__list {
	width: 0;
	height: 0;
	padding: 0;}

.post_content h2 {
	position: relative;
	background-color: #000;
	border: none;
	color: #fff;}

.post_content h3 {
	position: relative;
	padding: 0.8em 1em;
	border-top: solid 2px var(--color_htag);
	border-bottom: solid 2px var(--color_htag);}

.post_content h3::before {
	content: none;}

.post_content h4 {
	position: relative;
	padding: 0.4em 1em;
	border-width: 4px;}

@keyframes button-before-float {
	from {
		transform: translateY(0)
	}

	to {
		transform: translateY(4px)
	}
}

.swell-block-button.is-style-btn_solid a {
	background: var(--the-btn-bg);
	box-shadow: 4px 8px 0 0 #000;
	border: solid 1px #000;
	border-radius: 5px;
	font-size: 16px;}

.swell-block-button.is-style-btn_solid.is-style-btn_solid a:hover {
	-webkit-transform: translateY(8px);
	transform: translateY(8px);}

.post_content ol:not(.is-style-note_list),
.post_content ul:not(.is-style-note_list) {
	padding: 20px;
	background-color: rgb(229 229 226 / 20%);}

.post_content ol:not([class]),
.post_content ul:not([class]) {
	list-style: none;}

.post_content ol:not([class]) {
	counter-reset: li;}

.post_content ol:not([class]) > li,
.post_content ul:not([class]) > li {
	padding-left: 1.75em;}

.post_content ol:not([class]) > li::before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: 0;
	top: calc((((1em * (1 / 0.75)) * 1.5) - (1em + 8px)) / 2);
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(1em + 8px);
	height: calc(1em + 8px);
	background-color: #fff;
	border: solid 1px var(--color_main);
	border-radius: 2px;
	line-height: 1;
	font-size: 0.75em;
	color: var(--color_main);}

.post_content ul:not([class]) > li::before {
	content: "";
	position: absolute;
	left: 0.25em;
	top: calc(((1em * 1.5) - 12px) / 2);
	display: block;
	width: 12px;
	height: 12px;
	background-color: var(--color_main);
	background-color: #ffeb00;
	border: solid 2px #000;
	border-radius: 50%;}

.is-style-num_circle li:before {
	background-color: #fff;
	box-shadow: none;
	border: solid 1px var(--color_list_num);
	color: var(--color_list_num);}

.is-style-bad_list li:before,
.is-style-check_list li:before,
.is-style-good_list li:before,
.is-style-triangle_list li:before {
	top: calc((((1em * (1 / 0.75)) * 1.5) - (1em + 8px)) / 2);
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(1em + 8px);
	height: calc(1em + 8px);
	border-radius: 2px;
	line-height: 1;
	font-size: 0.75em;
	color: #fff;}

.is-style-bad_list li:before {
	background-color: var(--color_list_bad);}

.is-style-check_list li:before {
	background-color: var(--color_list_check);}

.is-style-good_list li:before {
	background-color: var(--color_list_good);}

.is-style-triangle_list li:before {
	background-color: var(--color_list_triangle);}

.post_content ol.p-toc__list,
.post_content ul.p-toc__list,
.post_content .p-toc__list ol:not(.is-style-note_list),
.post_content .p-toc__list ul:not(.is-style-note_list) {
	padding: 0;
	background-color: transparent;}

.post_content .p-toc__list ol:not([class]) {
	counter-reset: li2;}

.post_content .p-toc__list ol:not([class]) > li {
	padding-left: 0;}

.post_content .p-toc__list ul:not([class]) > li {
	padding-left: 1.25em;}

.post_content .p-toc__list ol:not([class]) > li::before {
	content: counter(li) "-"counter(li2);
	counter-increment: li2;
	left: auto;
	right: calc(100% + 0.5em);
	top: 0.25em;
	display: block;
	width: auto;
	height: auto;
	border: none;
	border-right: 1px solid;
	border-radius: 0;
	line-height: 1.1;
	font-size: 1em;}

.post_content .p-toc__list ul:not([class]) > li::before {
	left: 0.25em;
	top: 0;
	width: 6px;
	height: calc(1em - 2px);
	background-color: transparent;
	border: none;
	border-bottom: 2px solid;
	border-left: 2px solid;
	border-radius: 0;}

.post_content .wp-block-table > table tr > td,
.post_content .wp-block-table > table tr > th {
	padding: 1em;
	border-left: 2px solid #e5e5e2;
	border-top: 2px solid #e5e5e2;}

.post_content .wp-block-table > table tr > td:last-child,
.post_content .wp-block-table > table tr > th:last-child {
	border-right: 2px solid #e5e5e2;}

.post_content .wp-block-table > table tr:last-child > td,
.post_content .wp-block-table > table tr:last-child > th {
	border-bottom: 2px solid #e5e5e2;}

.post_content .wp-block-table > table > thead > tr > td,
.post_content .wp-block-table > table > thead > tr > th {
	background-color: var(--thead-color--bg, #000);}

.post_content .wp-block-table.td_to_th_ > table > tbody > tr > td:first-child,
.post_content .wp-block-table.td_to_th_ > table > tbody > tr > th {
	border-top: 2px solid #fff;}

.post_content .wp-block-table.td_to_th_ > table > tbody > tr > td:first-child::before,
.post_content .wp-block-table.td_to_th_ > table > tbody > tr > th::before {
	background-color: var(--tbody-th-color--bg, #e5e5e2);}

.post_content .wp-block-table.td_to_th_ > table > tbody > tr:first-child > td:first-child,
.post_content .wp-block-table.td_to_th_ > table > tbody > tr:first-child > th {
	border-top: 2px solid #e5e5e2;}

.post_content .wp-block-table.is-style-stripes > table {
	border-bottom: none;}

.post_content .wp-block-table.is-style-stripes > table tr > td,
.post_content .wp-block-table.is-style-stripes > table tr > th {
	border-left: 2px solid #e5e5e2 !important;
	border-top: 2px solid #e5e5e2 !important;}

.post_content .wp-block-table.is-style-stripes > table tr > td:last-child,
.post_content .wp-block-table.is-style-stripes > table tr > th:last-child {
	border-right: 2px solid #e5e5e2 !important;}

.post_content .wp-block-table.is-style-stripes > table tr:last-child > td,
.post_content .wp-block-table.is-style-stripes > table tr:last-child > th {
	border-bottom: 2px solid #e5e5e2 !important;}

.post_content .wp-block-table.is-style-stripes > table > thead > tr > td,
.post_content .wp-block-table.is-style-stripes > table > thead > tr > th {
	border-left: 2px solid var(--thead-color--bg, #000) !important;
	border-top: 2px solid var(--thead-color--bg, #000) !important;}

.post_content .wp-block-table.is-style-stripes > table > thead > tr > td:last-child,
.post_content .wp-block-table.is-style-stripes > table > thead > tr > th:last-child {
	border-left: 2px solid #e5e5e2 !important;
	border-right: 2px solid var(--thead-color--bg, #000) !important;}

.post_content .wp-block-table.is-style-stripes > table > tbody > tr:nth-child(odd) {
	background-color: #e5e5e2;}

.post_content .wp-block-table.is-style-stripes.td_to_th_ > table > tbody > tr:nth-child(odd) > td:not(:first-child),
.post_content .wp-block-table.is-style-stripes.td_to_th_ > table > tbody > tr:nth-child(odd) > th:not(:first-child) {
	border-left: 2px solid #fff !important;}





.post_content .wp-block-table.is-style-simple > table tr > td,
.post_content .wp-block-table.is-style-simple > table tr > th {
	border-left: 2px solid #e5e5e2;}

.post_content .wp-block-table.is-style-simple > table tr > td:last-child,
.post_content .wp-block-table.is-style-simple > table tr > th:last-child {
	border-right: 2px solid #e5e5e2 !important;}

.post_content .wp-block-table.is-style-simple > table > thead > tr > td,
.post_content .wp-block-table.is-style-simple > table > thead > tr > th {
	border-bottom: 6px double #e5e5e2;}

.post_content .wp-block-table.is-style-simple.td_to_th_ > table > tbody > tr > td:first-child,
.post_content .wp-block-table.is-style-simple.td_to_th_ > table > tbody > tr > th {
	border-top: 2px solid #e5e5e2;}












.post_content .wp-block-table.is-style-double > table {
	border: 2px solid #e5e5e2;
	border-spacing: 4px;}

.post_content .wp-block-table.is-style-double > table tr > td,
.post_content .wp-block-table.is-style-double > table tr > th {
	border: 2px solid #e5e5e2;}

.post_content .wp-block-table.is-style-double > table > thead > tr > td,
.post_content .wp-block-table.is-style-double > table > thead > tr > th {
	border-color: var(--thead-color--bg, #000);}

.post_content .wp-block-table.is-style-double.td_to_th_ > table > tbody > tr > td:first-child,
.post_content .wp-block-table.is-style-double.td_to_th_ > table > tbody > tr > th {
	border-top: 2px solid #e5e5e2;}

.post_content blockquote {
	padding: 2em 1.5em;
	background-color: rgb(229 229 226 / 20%);
	border: 1px solid #e5e5e2;
	font-style: italic;}

.post_content blockquote::before,
.post_content blockquote::after {
	position: absolute;
	width: auto;
	height: auto;
	border: none;
	font-size: 4em;
	color: #ccc;}

.post_content blockquote::before {
	content: "“";
	top: 0;
	left: 10px;
	line-height: 1;}

.post_content blockquote::after {
	content: "”";
	right: 10px;
	bottom: 0;
	line-height: 0;}

.post_content blockquote p {
	font-style: italic;}

.post_content blockquote cite {
	margin-top: 1em;}

.post_content blockquote cite a {
	transition: opacity 0.25s;}

.post_content blockquote cite a:hover {
	opacity: 0.6;}

@media (max-width: 599px) {
	.l-header {
		height: var(--logo_size_sp);}

	.-right .p-spMenu__inner {
		max-width: none;}

	.p-searchModal.c-modal {
		right: 0;
		width: 100%;
		height: var(--logo_size_sp);}

	.p-searchModal__inner {
		width: 96%;
		height: 100%;}

	.l-footer-search {
		padding: 4em var(--swl-pad_container, 0);}

	.l-footer-search__inner__heading {
		font-size: 20px;}

	.l-footer-search__inner__heading__col__item {
		width: 100%;}

	.l-footer-search__inner__heading__col__item--right {
		margin-top: 20px;}

	.l-footer-search__inner__heading__col__item__title {
		font-size: 16px;}

	.post_content ol:not(.is-style-note_list),
	.post_content ul:not(.is-style-note_list) {
		padding: 10px;}

	.post_content blockquote {
		padding: 1.5em 1.25em;}
}




/* 閉じる状態 */
.toc-chk + .p-toc__ttl + ol li,
.toc-chk + .p-toc__ttl + ul li {
	display: none;
}

/* 開く状態 */
.toc-chk:checked + .p-toc__ttl + ol li,
.toc-chk:checked + .p-toc__ttl + ul li {
	display: block;
}

/* dummyチェックボックス */
.toc-chk {
	display:none;
}

/* 開く・閉じる */
.toc-chk:checked + .p-toc__ttl>.toc-ttl::after {
    content: '[閉じる]';
}
.toc-ttl::after {
    content: '[開く]';
    cursor: pointer;
    margin-left: .5em;
    font-size: .8em;
}





.appreach {
  text-align: left;
  padding: 10px;
  border: 1px solid #7C7C7C;
  overflow: hidden;
}
.appreach:after {
  content: "";
  display: block;
  clear: both;
}
.appreach p {
  margin: 0;
}
.appreach a:after {
  display: none;
}
.appreach__icon {
  float: left;
  border-radius: 10%;
  overflow: hidden;
  margin: 0 3% 0 0 !important;
  width: 25% !important;
  height: auto !important;
  max-width: 120px !important;
}
.appreach__detail {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  width: 72%;
  max-width: 72%;
}
.appreach__detail:after {
  content: "";
  display: block;
  clear: both;
}
.appreach__name {
  font-size: 16px;
  line-height: 1.5em !important;
  max-height: 3em;
  overflow: hidden;
}
.appreach__info {
  font-size: 12px !important;
}
.appreach__developper, .appreach__price {
  margin-right: 0.5em;
}
.appreach__posted a {
  margin-left: 0.5em;
}
.appreach__links {
  float: left;
  height: 40px;
  margin-top: 8px;
  white-space: nowrap;
}
.appreach__aslink img {
  margin-right: 10px;
  height: 40px;
  width: 135px;
}
.appreach__gplink img {
  height: 40px;
  width: 134.5px;
}
.appreach__star {
  position: relative;
  font-size: 14px !important;
  height: 1.5em;
  width: 5em;
}
.appreach__star__base {
  position: absolute;
  color: #737373;
}
.appreach__star__evaluate {
  position: absolute;
  color: #ffc107;
  overflow: hidden;
  white-space: nowrap;
}









/* YES・NO チャート */
.yn-chart{
  margin:0 auto 2rem;
  padding: 2em;
  max-width: 600px;
  background:#fff8e3;
  box-shadow: 0 3px 5px rgba(0,0,0,.07);
  font-size:0.9rem;
}
.yn-chart__add{
  background: #fdc44f;
  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:#fdc44f;
  letter-spacing: 1px !important;
  line-height:1.5 !important;
}
.yn-chart__title:before,.yn-chart__title:after {
  content: "";
  flex: 1;
  height: 1px;
  background: #fdc44f;
  display: block;
}
.yn-chart__title:before {
  margin-right: 0.7em;
}
.yn-chart__title:after {
  margin-left: 0.7em;
}
.yn-chart__ex{
  text-align:center;
  margin: 0 !important;
  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: #fdc44f;
  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: #fdc44f;
  font-size: 1.1em !important;
  font-weight:600 !important;
  padding: 0 !important;
  margin: 0 0 1em !important;
  border-bottom: 1px dashed #fdc44f;
}
@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:#fbc55e;
}
.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;
  }
}

/* フローティングボタン */
#body_wrap {
	z-index: auto !important;
}

.p-fixBtnWrap {
	z-index: 10000 !important;
}

[id^="bfb_content_"].bfb_view_pc,
[id^="bfb_content_"].bfb_view_sp {
	background-color: #fff !important;
}

[id^="bfb_content_"] .bfb_closed {
	top: 0 !important;
	right: 0 !important;
	padding: 6px !important;
	background-color: rgba(0, 0, 0, 0.3) !important;
}

[id^="bfb_content_"] .bfb_closed img {
	display: block !important;
}

[id^="bfb_content_"].bfb_view_pc .bfb_topText,
[id^="bfb_content_"].bfb_view_sp .bfb_topText {
	position: relative !important;
	width: fit-content !important;
	margin: 0 auto 5px !important;
	padding: 5px 10px 2px !important;
	border: 1px solid #666 !important;
	border-radius: 5px !important;
}

[id^="bfb_content_"].bfb_view_pc .bfb_topText::before,
[id^="bfb_content_"].bfb_view_pc .bfb_topText::after,
[id^="bfb_content_"].bfb_view_sp .bfb_topText::before,
[id^="bfb_content_"].bfb_view_sp .bfb_topText::after {
	content: "";
	position: absolute;
	bottom: -18px;
	left: 50%;
	margin-left: -9px;
	border: 10px solid transparent;
	border-top: 9px solid #fff;
	z-index: 2;
}

[id^="bfb_content_"].bfb_view_pc .bfb_topText::after,
[id^="bfb_content_"].bfb_view_sp .bfb_topText::after {
	bottom: -19px;
	margin-left: -8px;
	border: 9px solid transparent;
	border-top: 9px solid;
	z-index: 1;
}

[id^="bfb_content_"].bfb_view_pc .bfb_topText strong,
[id^="bfb_content_"].bfb_view_sp .bfb_topText strong {
	color: #e05555;
}

[id^="bfb_content_"].bfb_view_pc a.bfb_btn,
[id^="bfb_content_"].bfb_view_sp a.bfb_btn {
	position: relative !important;
	border-bottom-width: 5px !important;
	border-radius: 6px !important;
	text-shadow: none !important;
	line-height: 1.3em !important;
}

[id^="bfb_content_"].bfb_view_pc a.bfb_btn:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, .6) !important;
}

[id^="bfb_content_"].bfb_view_pc a.bfb_btn svg,
[id^="bfb_content_"].bfb_view_sp a.bfb_btn svg {
	display: none !important;
}

[id^="bfb_content_"].bfb_view_pc a.bfb_btn::after,
[id^="bfb_content_"].bfb_view_sp a.bfb_btn::after {
	content: "";
	position: absolute;
	right: 5px;
	top: 50%;
	margin-left: 5px;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
	box-sizing: border-box;
	transform: translatey(-50%);
}

[id^="bfb_content_"].bfb_view_sp .bfb_closed {
	left: 0 !important;
	right: auto !important;
	padding: 4px !important;
}

[id^="bfb_content_"].bfb_view_sp a.bfb_btn {
	max-width: 64% !important;
}
