@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-webkit-tap-highlight-color: transparent;
	/* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
  background-color: #f0f0f0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;
	/* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	text-decoration: underline;
	/* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	outline: 0;
	border-radius: 0;
	text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type='checkbox'] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}

[type='radio'] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

button[disabled],
[type='button'][disabled],
[type='reset'][disabled],
[type='submit'][disabled] {
	cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
	display: none;
}

/**
 * Remove padding
 */
option {
	padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type='search'] {
	outline-offset: -2px;
	/* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/**
 * Clickable labels
 */
label[for] {
	cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
	outline: none;
}

/* Table */
/* ============================================ */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	text-align: left;
}

td,
th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/*
|----------------------------------------
|  mixins
|----------------------------------------
*/

/*
|----------------------------------------
| base
|----------------------------------------
*/
html {
	font-size: 16px;
	font-family: 'Hiragino Kaku Gothic', 'Yu Gothic', '游ゴシック', YuGothic,
		'游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
	color: #1e1e1e;
	letter-spacing: 0.04em;
}

a:hover {
	opacity: 0.8;
}
.df{
	display: flex;
}
.f-fw{
	flex-wrap: wrap;
}
.f-jcsb{
	justify-content: space-between;
}

.ly_page {
	width: 1100px;
	margin: 0 auto;
	overflow-x: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 2.5rem;
	padding-bottom: 3rem;
}

.ly_main {
	width: 810px;
  margin-left: auto;
  margin-right: auto;
}
.ly_main .kuchikomi {
	width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.ly_aside {
	width: 270px;
}

.el_ttl {
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1;
	padding-bottom: 0.56rem;
	padding-left: 1.25rem;
	border-bottom: 2px solid #464646;
	margin-bottom: 1.25rem;
	position: relative;
}

.el_ttl:before {
	content: '';
	position: absolute;
	width: 5px;
	height: 100%;
	background-color: #464646;
	left: 0;
	top: 0;
}

.el_link {
	display: block;
	color: #fff;
	background-color: #464646;
  border: 1px solid #464646;
	text-align: center;
	font-size: 1.125rem;
	line-height: 1;
	font-weight: 600;
	padding: 1.25rem 0;
	border-radius: 7px;
	position: relative;
}
.el_link.el_link__rev {
	color: #464646;
	background-color: #fff;
}

.el_link::after {
	position: absolute;
	content: '〉';
	right: 2%;
	top: 35%;
}

.el_link__half {
	width: 50%;
}

.el_link__center {
	margin: 0 auto;
}

.el_linkToOfficial {
	display: block;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.06em;
	text-align: center;
	padding: 1.25rem 0;
  border: 1px solid;
	border-radius: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 90;
  
}
.uq_el_linkToOfficial_bg{
  display: block;
  border-radius: 25px;
  font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.06em;
	text-align: center;
	padding: 1.25rem 0;
  background-color: #6fe86f;
  position: absolute;
  color: transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-36%);  
  transition: all 0.6s;
}
.uq_el_linkToOfficial_bg_02{
  display: block;
  border-radius: 25px;
  font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.06em;
	text-align: center;
	padding: 1.25rem 0;
  background-color: #fffcd3;
  position: absolute;
  color: transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-36%);  
  transition: all 0.6s;
}
.uq_el_linkToOfficial_bg_03{
  display: block;
  border-radius: 25px;
  font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.06em;
	text-align: center;
	padding: 1.25rem 0;
  background-color: #ff6f7a;
  position: absolute;
  color: transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-36%);  
  transition: all 0.6s;
}

.el_linkToOfficial:hover + .uq_el_linkToOfficial_bg {
  transform: translate(-50%,-50%);  
}
.el_linkToOfficial:hover + .uq_el_linkToOfficial_bg_02 {
  transform: translate(-50%,-50%);  
}
.el_linkToOfficial:hover + .uq_el_linkToOfficial_bg_03 {
  transform: translate(-50%,-50%);  
}

/*
|----------------------------------------
| sidebar
|----------------------------------------
*/
.bl_side_card {
	padding: 60px 10px 10px;
}

.bl_side_card_list {
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}

.bl_side_card_item {
	font-weight: 600;
	border-bottom: 1px solid #d2d2d2;
}

.bl_side_card_item a {
	display: block;
}

.bl_side_searchForm {
	height: fit-content;
	margin-bottom: 20px;
	font-weight: 600;
	background-image: url('../images/side_search_bg.png');
  background-repeat: no-repeat;
  background-color: #ffec6d;
	padding: 60px 20px 20px;
}
.bl_side_searchForm .bl_side_post_btn{
	margin:0;
}

.bl_side_searchForm h3 {
	margin-bottom: 10px;
}

.bl_side_searchForm form {
	background-color: #fff;
	padding: 20px;
}

.bl_side_searchForm form select,
.bl_side_searchForm form input,
.bl_side_searchForm form button {
	display: block;
	background-color: #fff;
	width: 100%;
	border: 1px solid #d2d2d2;
	padding: 11px 14px;
	line-height: 1;
	border-radius: 7px;
}

.bl_side_searchForm form button {
	width: 120px;
	text-align: center;
}
.bl_side_searchForm form input {
	width: 120px;
	text-align: center;
}

.bl_side_searchForm form select[type='submit'],
.bl_side_searchForm form input[type='submit'] {
	margin-bottom: 0;
	color: #fff;
	background-color: #000;
	text-align: center;
	padding: 0 !important;
	line-height: 50px;
}
.bl_side_searchForm_item_wrapper{
  display: flex;
  column-gap: 10px;
  padding-bottom: 14px;
}
.search_button_flex{
  display: flex;
  column-gap: 10px;
}

.bl_side_searchForm form > .bl_side_searchForm_item_wrapper > div {
	position: relative;
  cursor: pointer;
  width: 25%;
}
.bl_side_searchForm form > .bl_side_searchForm_item_wrapper > div button{
  display: block;
  background-color: #fff;
  width: 100%;
  border: 1px solid #d2d2d2;
  padding: 11px 14px;
  line-height: 1;
  border-radius: 7px;
}
.bl_side_searchForm form > .bl_side_searchForm_item_wrapper > div::after {
	position: absolute;
	content: '▼';
	width: 1rem;
	height: 1rem;
	top: 60%;
	/* -webkit-transform: translateY(-50%);
	transform: translateY(-50%); */
	right: 0.5rem;
	pointer-events: none;
}

.bl_side_rank {
	min-height: 412px;
	margin-bottom: 20px;
	background-image: url('../images/side_ranking_bg.png');
}

.bl_side_rank_item {
	color: #4bc0d1;
}

.bl_side_rank_item a {
	padding: 27px 15px 18px 65px;
	position: relative;
}
.bl_side_rank_item a:hover{
  opacity: 1;
}

.bl_side_rank_item a img {
  width: 33px;
	position: absolute;
	top: 12px;
	left: 4px;
}

.bl_side_rank_item a span {
	display: inline-block;


}

.bl_side_post {
	min-height: 474px;
	background-image: url('../images/side_recent_post_bg.png');
  background-repeat:no-repeat;
  background-color: #69cdc9;
}

.bl_side_post_item a {
	padding: 10px 0;
}

.bl_side_post_item a span {
	display: block;
	line-height: 1.5;
}

.bl_side_post_date {
	font-size: 0.75rem;
}

.bl_side_post_btn {
	display: block;
	margin-bottom: 0;
	color: #fff;
	background-color: #000;
	text-align: center;
	border-radius: 7px;
	margin: 20px 0;
	line-height: 50px;
	padding: 0 !important;
  width: 100%;
}

/*
* search form_search
*/

.ly_diagnostic {
	padding-bottom: 1.43rem;
}

.bl_diagnostic {
	background-color: #eeeeee;
	padding: 1rem 2rem 2rem;
}

.bl_diagnostic h2 {
	font-size: 1.1rem;
	font-weight: bold;
	display: block;
	padding: 1rem 0;
	text-align: center;
	position: relative;
}

.bl_diagnostic h2 span {
	position: absolute;
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	right: 0.5%;
	top: 13%;
}

.bl_diagnostic .js_diagnostic_question {
	text-align: center;
	padding: 1.35rem 0;
	font-weight: bold;
	background-color: #fff;
	border: 2px solid #7b7b7b;
	font-size: 1.25rem;
	color: #1e1e1e;
	position: relative;
	z-index: 2;
}

.bl_diagnostic .js_diagnostic_question::after {
	content: '';
	position: absolute;
	width: 40px;
	height: 30px;
	background-image: url('../images/white_sankaku.png');
	background-size: cover;
	background-repeat: no-repeat;
	bottom: -30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.bl_diagnostic .answers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 1rem 0 0;
}

.bl_diagnostic .js_diagnostic_answer {
	display: block;
	width: 49%;
	font-size: 1.125rem;
	font-weight: bold;
	cursor: pointer;
	padding: 1.2rem 0 1.2rem 3.5rem;
	letter-spacing: 0.06em;
	margin-top: 1.35rem;
	color: #fff;
	background-color: #f39800;
	border-radius: 15px;
	border-bottom: 0.5rem solid #825100;
	position: relative;
}

.bl_diagnostic .js_diagnostic_answer:hover {
	-webkit-transform: translateY(0.5rem);
	transform: translateY(0.5rem);
	margin-bottom: 0.5rem;
	border-bottom: transparent;
}

.bl_diagnostic .js_diagnostic_answer:before {
	color: #fff;
	position: absolute;
	left: 1.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.bl_diagnostic .js_diagnostic_answer:nth-of-type(1)::before {
	content: 'A.';
}

.bl_diagnostic .js_diagnostic_answer:nth-of-type(2)::before {
	content: 'B.';
}

.bl_diagnostic .js_diagnostic_answer:nth-of-type(3)::before {
	content: 'C.';
}

.bl_diagnostic .js_diagnostic_answer:nth-of-type(4)::before {
	content: 'D.';
}

/*
|----------------------------------------
| footer
|----------------------------------------
*/
.ly_footer {
	background-color: #000;
	color: #fff;
}

.bl_footer_inner {
	max-width: 1100px;
	font-weight: 600;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1.25rem 0;
	letter-spacing: 0.06em;
}

/*
* ペジネーション
*/
.bl_pagination {
	margin-top: 1rem;
}

.bl_pagination ol.bl_pagination_body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.bl_pagination ol.bl_pagination_body li {
	margin-right: 0.5rem;
	border: 1px solid;
}

.bl_pagination ol.bl_pagination_body li.current {
	padding: 0.4rem 0.5rem;
	background-color: #000;
	color: #fff;
}

.bl_pagination ol.bl_pagination_body li a {
	display: block;
	padding: 0.4rem 0.5rem;
}

.el_scroll_caution {
	color: #ff0000;
	text-align: right;
	font-weight: bold;
	padding-right: 0.5rem;
	padding-bottom: 1rem;
}

.bl_fv {
	width: 100%;
}

.bl_fv img {
	width: 100%;
	min-height: 360px;
	object-fit: cover;
}

.ly_top_best3 {
	padding-bottom: 30px;
}

.ly_top_best3 h2 {
	margin-bottom: 20px;
}

.ly_top_best3 h2 img {
	width: 100%;
}

.bl_best3 table {
	width: 100%;
	table-layout: fixed;
	font-size: 0.93rem;
	min-width: 680px;
	line-height: 1.5;
	font-weight: 600;
  background-color: #fff;
}

.bl_best3 table th {
	vertical-align: middle;
}

.bl_best3 table th,
.bl_best3 table td {
	display: table-cell;
	border: 1px solid;
	padding: 1.125rem 0.8rem;
  position: relative;
}

.bl_best3 table th img,
.bl_best3 table td img {
	width: 100%;
	height: auto !important;
}
.bl_best3 table td p {
	text-align: center !important;
}
.bl_best3 table th.rate p,
.bl_best3 table td.rate p {
	text-align: center;
}

.bl_best3 table thead th:first-child,
.bl_best3 table tbody th {
	width: 105px;
}
.bl_best3 table tbody tr:nth-child(even){
  background-color: #fcebc0;
}
.bl_best3 table tbody tr:last-child th{
  height: 120px;
}
.bl_best3 thead th {
	padding: 0.8rem;
  background-color: #facd5a;
}

.bl_best3 thead tr th {
	text-align: center;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

.bl_best3 thead tr th img {
	width: 26%;
}

.bl_best3_siteName img {
	padding-bottom: 0.5rem;
}
.bl_best3 table .table_symbol {
	font-size: 1.5rem;
	color: #ef93b6;
}

.bl_best3 .el_linkToOfficial {
	font-size: 1.25rem;
	letter-spacing: 0.06em;
	padding: 0.8rem 0rem;
	border-radius: 30px;
	line-height: 1.5;
  width: calc(100% - 1.6rem);
}
.bl_best3 .uq_el_linkToOfficial_bg{
  font-size: 1.25rem;
	letter-spacing: 0.06em;
	padding: 0.8rem 0rem;
	border-radius: 30px;
	line-height: 1.5;
  width: calc(100% - 1.6rem);

}
.bl_best3 .uq_el_linkToOfficial_bg_02{
  font-size: 1.25rem;
	letter-spacing: 0.06em;
	padding: 0.8rem 0rem;
	border-radius: 30px;
	line-height: 1.5;
  width: calc(100% - 1.6rem);
}
.bl_best3 .uq_el_linkToOfficial_bg_03{
  font-size: 1.25rem;
	letter-spacing: 0.06em;
	padding: 0.8rem 0rem;
	border-radius: 30px;
	line-height: 1.5;
  width: calc(100% - 1.6rem);
}

.ly_top_site {
	padding-bottom: 8%;
  
}

.ly_top_site h2 {
	position: relative;
  background-color: #ff6f7a;
  padding: 1.6rem 0;
  border-radius: 15px 15px 0 0;
}
.ly_top_site.ly_top_site_2-5 h2{
  background-color: #5e5e5e;
}

.ly_top_site h2 img {
    width: 100px;
    position: absolute;
    left: -24px;
    top: 50%;
    transform: translateY(-45%);
    max-height: initial;
}
.ly_top_site h2 img.rank4,
.ly_top_site h2 img.rank5{
  top: 45%;
}

.ly_top_site h2 p {
  font-weight: 600;
	color: #fff;
	font-size: 2.4rem;
	padding-left: 120px;
}
.ly_top_site.introductory h2 p {
		padding-left: initial;
	  	text-align: center;
  }

.ly_top_site_result h2 p{
  top: 2rem;
  left: 50%;
  transform: translate(-50%,0);
}

.bl_site {
	line-height: 1.5;
  border-radius:0 0 15px 15px;
  overflow: hidden;
}
.ly_top_site .bl_site{
  border: 2px solid #fc5556;
}
.ly_top_site.ly_top_site_2-5 .bl_site{
  border: 2px solid #5e5e5e;
}
.bl_site_inner {
	background-color: #fff;
	padding: 1.2rem 1.4rem 1.8rem;
}

.bl_site_head_overView {
	color: #fa5c5e;
	font-weight: 600;
  padding: 1.5rem 1rem;
  border: 2px solid;
  margin-left: 1rem;
  margin-right: 1rem;
  position: relative;
  margin-top: 40px;
  margin-bottom: 1rem;
  border-radius: 6px;
}
.bl_site_head_overView:before,
.bl_site_head_overView:after{
  position: absolute;
  content: '';
}
.bl_site_head_overView:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 2px solid #fa5c5e;
  border-radius: 50%;
  background: #fff;
}

.bl_site_head_overView:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 6px;
}
.bl_site_head_overView i {
  font-size: 30px;
  line-height: 60px;
  position: absolute;
  z-index: 1;
  top: -44px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
}

.bl_site_head_overView span {
  position: relative;
  z-index: 1;
}

.bl_site_head img {
	width: 100%;
	height: auto;
	padding-top: 1rem;
	padding-bottom: 1.25rem;
}

.bl_site_body {

	padding: 0.5rem 1rem 1rem;
	font-weight: 600;
}

.bl_site_body_desc1,
.bl_site_body_desc2 {
	font-size: 0.875rem;
}

.bl_site_body_points {
	margin: 0.65rem 0 1rem;
	background-color: #fff;
	padding: 0.7rem 1rem 1rem;

}

.bl_site_body_points h3 {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	border-bottom: 2px solid;
	margin-bottom: 0.4rem;
	font-size: 1.125rem;
  background-color: #5e5e5e;
  text-align: center;
  line-height: 2;
}

.bl_site_body_points p {
	font-size: 1.125rem;
	line-height: 1.5;
	padding: 0.7rem 0 0.46rem 0.8rem;
	border-bottom: 1px solid #d2d2d2;
}

.bl_site_body_points p:nth-of-type(1) {
	/* border-top: 1px solid #d2d2d2; */
}

.bl_site_body_review,
.bl_site_body_overall_rating {
	
	padding: 0.875rem 1.25rem;
	margin-top: 1.5rem;
	margin-bottom: 1.8rem;
	border-radius: 8px;
}
.bl_site_body_overall_rating{
  display: none;
}

.bl_site_body_review h3,
.bl_site_body_overall_rating h3 {
	color: #fff;
  background-color: #5e5e5e;
	font-size: 1.125rem;
	display: block;
  line-height: 2;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

.bl_site_body_review h3 span {
	display: block;
	position: absolute;
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	right: 0;
	top: -30%;
}

.bl_site_body_review_list {
	margin-top: 1rem;
}

.bl_site_body_review_item {
	background-color: #fff;
	margin-bottom: 1.2rem;
	padding: 1rem;
  border: 1px solid;
  border-radius: 12px;
  background: #fffcd3;
}

.bl_site_body_review_item_user {
	padding-bottom: 0.4rem;
}

.bl_site_body_review_item_user_info .star {
	display: inline-block;
	padding-left: 1.2rem;
}

.bl_site_body_review_item_user_info .star img {
	display: block;
	-webkit-transform: translateY(8%);
	transform: translateY(8%);
}

.bl_site_body_review_item_user_info .score {
	color: #cc0101;
}

.bl_site_body_review_item_review {

}

.bl_site_body_recAndAcc {
	display: none;
}

.bl_site_body_recAndAcc > div {
	background-color: #ffba00;
	padding: 0.4rem;
	width: 49%;
	text-align: center;
	border-radius: 5px;
}

.bl_site_body_recAndAcc > div span {
	display: block;
	color: #fff;
	padding-bottom: 0.3rem;
}

.bl_site_body_recAndAcc > div p {
	background-color: #fff;
	padding: 0.3rem 0;
}
.bl_site_body .col2{
  display: flex;
  
}
.bl_site_body .col2 > div{
  width: 50%;
}
.bl_site_body_radar_desc{
	padding-top: 1rem;
}
.bl_site_body_radar_desc_item,
.bl_site_body_radar_desc_top{
	display: flex;
	justify-content: space-between;
	align-items: center;

	border-bottom: 1px solid ;
	margin-bottom: 1.3rem;
  width: 48%;	


}
.bl_site_body_radar_desc_top{
	width: 100% !important;
	font-size: 1.125rem;
	
}
.bl_site_body_radar_desc_item .score{
	font-size: 1.5rem;
	color: #cc0101;
}
.bl_site_body_radar_desc_top.bl_site_body_radar_desc_item .score{
	font-size: 2.5rem;
}
.bl_site_body_radar_desc_item >p{
	line-height: 1;

}
.bl_site_body_radar_desc_item .star img{
	vertical-align: sub;
	padding-left: 1em;
	height: 1.3em;
}

.bl_site_body_linkToOfficial_area{
  position: relative;
  height: 120px;
}
.bl_site_body_linkToOfficial_area .el_linkToOfficial{
  width: 95%;
  border-radius: 36px;
}
.bl_site_body_linkToOfficial_area .uq_el_linkToOfficial_bg{
  width: 95%;
}
.bl_site_body_linkToOfficial_area .uq_el_linkToOfficial_bg_02{
  width: 95%;
}
.bl_site_body_linkToOfficial_area .uq_el_linkToOfficial_bg_03{
  width: 95%;
}

.kuchikomi_wrp.bl_site_body_linkToOfficial_area{
  position: relative;
  height: 120px;
}
.kuchikomi_wrp.bl_site_body_linkToOfficial_area .el_linkToOfficial{
  width: 50%;
  border-radius: 36px;
}
.kuchikomi_wrp.bl_site_body_linkToOfficial_area .uq_el_linkToOfficial_bg{
  width: 50%;
}
.kuchikomi_wrp.bl_site_body_linkToOfficial_area .uq_el_linkToOfficial_bg_02{
  width: 50%;
}
.kuchikomi_wrp.bl_site_body_linkToOfficial_area .uq_el_linkToOfficial_bg_03{
  width: 50%;
}

.ly_sites2-5 {
	/* display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 1.4rem; */
}

.ly_sites2-5 .bl_site {
	margin-bottom: 1rem;
	/* width: 49%;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	background-color: #ffec6e; */
}

.ly_sites2-5 .bl_site_head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.ly_sites2-5 .bl_site h2 {
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1;
	padding: 1rem 0 1rem 4rem;
	position: relative;
}

.ly_sites2-5 .bl_site_inner {
	background-color: #fff;
	padding: 1.2rem 1.2rem 1.2rem;
}

.ly_sites2-5 .bl_site_head_overView {
	/* padding-bottom: 0.3rem; */
}

.ly_sites2-5 .bl_site_head img {
	padding-top: 0;
}

.ly_sites2-5 .bl_site_body {

	padding: 0.5rem 0.6rem 1.5rem;
	font-weight: 600;
}

.ly_sites2-5 .bl_site_body_points h3 {
	font-size: 1rem;
}

.ly_sites2-5 .bl_site_body_points p {
	font-size: 0.875rem;
}

.ly_sites2-5 .bl_site_body_review {
	margin-bottom: 1rem;
}

.ly_sites2-5 .bl_site_body_review_item_user_info .star {
	padding-left: 0;
}

.ly_sites2-5 .bl_site_body_review_item_user_info .score {
	display: block;
}

.ly_sites2-5 .bl_site_body_review_item_review {
	font-size: 0.875rem;
}

.ly_sites2-5 .bl_site_body .el_linkToOfficial {
	font-size: 1.125rem;
	padding: 1.25rem 0 1.5rem;
	border-radius: 8px;
}

.ly_sites2-5 .bl_site:nth-of-type(1) h2::before {
	content: '';
	position: absolute;
	background-image: url('../images/pc_side_crown2.png');
	background-size: cover;
	width: 2.5rem;
	height: 2rem;
	top: 10%;
	left: 2%;
}

.ly_sites2-5 .bl_site:nth-of-type(2) h2::before {
	content: '';
	position: absolute;
	background-image: url('../images/pc_side_crown3.png');
	background-size: cover;
	width: 2.5rem;
	height: 2rem;
	top: 10%;
	left: 2%;
}

.ly_sites2-5 .bl_site:nth-of-type(3) h2::before {
	content: '';
	position: absolute;
	background-image: url('../images/pc_side_crown4.png');
	background-size: cover;
	width: 2.5rem;
	height: 2rem;
	top: 10%;
	left: 0;
	left: 2%;
}

.ly_sites2-5 .bl_site:nth-of-type(4) h2::before {
	content: '';
	position: absolute;
	background-image: url('../images/pc_side_crown5.png');
	background-size: cover;
	width: 2.5rem;
	height: 2rem;
	top: 10%;
	left: 2%;
}
.ly_main_post{
  padding: 0 3%;
}
.bl_post{
	background-color:#fff;
	padding:2rem 0.5rem;
}
.bl_post_list {
	padding-bottom: 0.5rem;
	font-weight: 600;
}

.bl_post_list_item {
	margin-bottom: 1.25rem;
}

.bl_post_list_item_inner {
	display: block;
	padding: 0 0.4rem 0.4rem;
	border-bottom: 1px solid #d2d2d2;
}

.bl_post_list_item_inner > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 0.6rem;
  column-gap: 1rem;
  align-items: center;
}

.bl_post_list_item_tag {
	display: inline-block;
	font-size: 0.75rem;
	line-height: 1;
	color: #fff;
	background-color: #464646;
	padding: 0.5rem 0.5rem 0.5rem 1.5rem;
	border-radius: 5px;
	position: relative;
}
.bl_post_list_item_label{
  display: inline-block;
	font-size: 0.75rem;
	line-height: 1;
	color: #fff;
	background-color: #cc0101;
	padding: 0.5rem 0.5rem 0.5rem 0.5rem;
	border-radius: 5px;
	position: relative;
}

.bl_post_list_item_tag img {
	position: absolute;
	left: 7%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.bl_post_list_item_created_at {
	display: block;
}

.ly_result {
	margin-bottom: 1rem;
}

.bl_results {
	display: grid;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	grid-template-rows: 140px 140px;
	grid-template-columns: 400px 400px;
}

.bl_results .bl_result {
	margin-bottom: 10px;
}

.bl_result {
	border: 1.5px solid;
	padding: 2%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.bl_result p {
	font-weight: bold;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 60%;
	z-index: 3;
	line-height: 1.75;
}

.bl_result img {
	opacity:0;
	width: 45%;
	height: auto;
	margin-right: 0;
	margin-left: auto;
}

.bl_result .bg {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #feffe0;
	opacity: 0.5;
}

.bl_result a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 4;
}

/*
* 記事詳細
*/
.bl_post .bl_post_eyeCatch img {
	width: 100%;
	height: auto;
	margin-bottom: 2rem;
	line-height: 2;
}

.bl_post .bl_post_body p {
	line-height: 2;
}

.bl_post .bl_post_body h2,
.bl_post .bl_post_body h3 {
	font-size: 1.1rem;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-weight: 600;
	line-height: 1;
	padding-bottom: 0.56rem;
	padding-left: 1.25rem;
	padding-right: 0.4em;
	border-bottom: 2px solid #57c7c2;
	margin-bottom: 1.25rem;
	position: relative;
}

.bl_post .bl_post_body h2:before,
.bl_post .bl_post_body h3:before {
	content: '';
	position: absolute;
	width: 5px;
	height: 100%;
	background-color: #57c7c2;
	left: 0;
	top: 0;
}

.bl_post .bl_post_body h3 {
	font-size: 1rem;
}

.bl_post .bl_post_body table th,
.bl_post .bl_post_body table td {
	border: 1px solid #dadada;
	padding: 0.5rem;
}

.bl_post .bl_post_body table th {
	background: #f0f0f0;
}

/*
* 運営会社
*/

.bL_company table {
	width: 100%;
}

.bL_company table th,
.bL_company table td {
	border: 1px solid;
	padding: 0.5rem;
}

.bL_company table th {
	width: 200px;
}

/*
* プライバシーポリシー
*/

.bl_privacy {
	line-height: 1.5;
}

.bl_privacy h2 {
	font-size: 1.1rem;
	font-weight: bold;
	margin: 0.25rem 0 0.5rem;
}

/*
* 離脱防止ポップアップ
*/
.uq_popup_area {
	display: none;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.8);
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100;
}

.uq_popup_area .uq_popup_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #fff;
	z-index: 101;
	width: 350px;
	height: 500px;
	border-radius: 5px;
}

.uq_popup_area .uq_popup_cont {
	position: relative;
	padding-top: 300px !important;
	background-size: 350px 310px;
	background-repeat: no-repeat;
	border-radius: 5px;
	background-position: top center;
}

.uq_popup_area .uq_popup_close {
	position: absolute;
	top: -18px;
	right: -23px;
}

.uq_popup_area .uq_popup_close img {
	width: 40px;
	height: 40px;
}

.uq_popup_area .uq_popup_close span {
	color: #fff;
	position: absolute;
	top: 2px;
	right: 3px;
	font-size: 33px;
}

.uq_popup_area .uq_popup_txt1,
.uq_popup_area .uq_popup_txt2 {
	text-align: center;
	font-size: 30px;
	line-height: 1.8;
}

.uq_popup_area .uq_popup_txt1 {
	padding-top: 20px;
	font-size:20px;
}

.uq_popup_area .uq_popup_link {
	display: block;
	width: 80%;
	margin: 10px auto 0;
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: 0.06em;
	text-align: center;
	padding: 1.5rem 0;
	color: #fff;
	background-color: #009969;
	border-radius: 15px;
	border-bottom: solid 6px #01573c;
}

.uq_popup_area .uq_popup_link:hover {
	-webkit-transform: translateY(6px);
	transform: translateY(6px);
	margin-bottom: 6px;
	border-bottom: transparent;
	opacity: 1;
}

.bl_single_btn{
  margin-top: 50px;
}
.bl-post{
	background: #fff;
}
.bl_topOverview{
  line-height: 1.7;
  font-weight: 500;
  background-color: #fff;
  padding: 1em 0;
  border-radius: 6px;
}
.bl_topOverview > img{
  width: 100%;
}
.bl_topOverview_ttl{
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid;
  padding-bottom: 0.4em;
  
}
.bl_best3{
  padding-bottom: 60px;
}
.bl_top_banner_unit{
  display: flex; 
  flex-direction: column;
  row-gap: 26px;
  padding-bottom: 26px;
}
.bl_top_banner{
  width: 100%;

}
.bl_top_banner img{
  width: 100%;
}
.bl_top_bottom_links{
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.bl_all_post_back_top{
  padding-top: 40px;
}

.kuchikomi {
	width: 600px;
}
.kuchikomi input {
	height: 40px;
}
.kuchikomi input,.kuchikomi textarea {
	background-color: #fff;
	width: 100%;
	padding: 5px;
}
.kuchikomi th,.kuchikomi td {
	padding-bottom: 15px;
}
.kuchikomi th {
	width: 20%;
	padding-right: 30px;
	padding-top: 10px;
}
.kuchikomi td {
	width: 80%;
}

@media (max-width: 810px) {
	.hp__sp_none {
		display: none !important;
	}
	html {
		font-size: 13px;
	}
	.ly_page {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 4rem;
	}
	.ly_main {
		width: 100%;

	}
	.ly_aside {
		display: none;
	}
	.el_linkToOfficial {
		font-size: 1.125rem;
		padding: 1.25rem 0 1.5rem;
		border-radius: 8px;
	}
	.bl_side_searchForm {
		font-size: 1.125rem;
		background-image: none;
		background-color: #ffec6e;
		padding: 1rem;
		margin-top: 1rem;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
	}
	.bl_side_searchForm h3 {
		font-size: 1.1rem;
		display: block;
		padding: 1rem 0;
		text-align: center;
		position: relative;
	}
	.bl_side_searchForm h3 span {
		position: absolute;
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
		right: 0.5%;
		top: 13%;
	}
	.bl_side_searchForm form {
		background-color: transparent;
		padding: 1rem;
	}
	.bl_side_searchForm form select,
	.bl_side_searchForm form input {
		border: 1px solid #000;
		padding: 0.8em;
		line-height: 1.5;
		border-radius: 5px;
	}
	.bl_side_searchForm form select[type='submit'],
	.bl_side_searchForm form input[type='submit'] {
		border-radius: 0;
	}
	.bl_side_searchForm form > div::after {
		right: 1.5rem;
	}
	.ly_search {
		padding-left: 3%;
		padding-right: 3%;
	}
	.ly_diagnostic {
		padding: 1.5rem 3%;
	}
	.bl_diagnostic {
		background-color: #f39800;
		padding: 1rem;
	}
	.bl_diagnostic .bl_diagnostic_inner {
		padding: 1rem;
	}
	.bl_diagnostic .js_diagnostic_question::after {
		background-image: url('../images/yellow_sankaku.png');
		width: 27px;
		height: 22px;
		bottom: -39.5%;
	}
	.bl_diagnostic .js_diagnostic_question {
		background-color: #ffec6e;
		color: #1e1e1e;
	}
	.bl_diagnostic .js_diagnostic_answer {
		width: 100%;
		background-color: #fff;
		color: #1e1e1e;
		border-radius: 5px;
		border-bottom: 0.3rem solid #825100 !important;
	}
	.bl_diagnostic .js_diagnostic_answer:hover {
		opacity: 1;
	}
	.bl_diagnostic .js_diagnostic_answer:focus {
		opacity: 1;
	}
	.bl_diagnostic .js_diagnostic_answer:before {
		color: #000;
	}
	.bl_footer_inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		text-align: center;
		padding: 0;
	}
	.bl_footer_inner p,
	.bl_footer_inner a {
		padding: 1.25rem 0;
	}
	.bl_footer_right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.bl_footer_right a {
		display: block;
		background-color: #aaaaaa;
		position: relative;
	}
	.bl_footer_right a::after {
		position: absolute;
		content: '〉';
		right: 2%;
		top: 35%;
	}
	.bl_footer_right a:nth-of-type(2) {
		border-bottom: 1.25px solid #fff;
	}
	.bl_footer_right a:hover {
		opacity: 0.9;
	}
	.bl_footer_right span {
		display: none;
	}
	.bl_pagination {
		padding: 0 3%;
		margin-top: 0;
		margin-bottom: 2rem;
	}
	.bl_fv {
		width: 100%;
	}
	.bl_fv img{
		width: 100%;
		min-height: auto !important;
	}
  .ly_top_best3{
    padding-left: 3%;
    padding-right: 3%;
  }
	.ly_top_best3 h2 {
		margin-bottom: 20px;
	}
	.bl_best3 {
		overflow-x: auto;
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.bl_best3 table {
		font-size: 0.75rem;
	}
	.bl_best3 table th,
	.bl_best3 table td {
		padding: 0.6rem 0.5rem;
	}
	.bl_best3 table thead th:first-child,
	.bl_best3 table tbody th {
		width: 12%;
	}
	.bl_best3 thead tr th img {
		width: 40%;
	}
	.bl_best3 table .table_symbol {
		font-size: 15px;
	}
  .bl_best3 table .table_symbol_l{
    font-size: 16px;
    font-weight: bold;
    color: red;
  }
	.ly_top_site h2 p {
		font-size: 5vw;
		top: 35%;
		left: 20%;
	}
  .ly_top_site_result h2 p {
		font-size: 4.5vw;
		top: 35%;
		left: 50%;
    transform: translateX(-50%);
	}
	.ly_top_site{
		padding-right: 3%;
		padding-left: 3%;
	}
	.bl_site {
		/* padding: 0 3% 3%; */
	}
	.bl_site_head img {
		padding-bottom: 1rem;
	}
	.bl_site_body {
		padding-bottom: 0;
	}
	.bl_site_body_desc2 {
		padding-bottom: 0.5rem;
	}
	.bl_site_body_points {
		/* margin-bottom: 1.5rem; */
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
	}
	.bl_site_body_points h3 {
		font-size: 1.1rem;
	}
	.bl_site_body_points p {
		font-size: 1rem;
		padding: 0.7rem 0 0 0.3rem;
	}
	.bl_site_body_review {
		padding: 1.3rem 1.25rem;
	}
	.bl_site_body_review_item_user {
		padding-bottom: 0.6rem;
	}
	.bl_site_body_review_item_user_info {
		font-size: 0.86rem;
	}
	.bl_site_body_review_item_user_info .period {
		display: block;
	}
	.bl_site_body_review_item_user_info .star {
		padding-left: 0;
	}
	.bl_site_body_review_item_user_info .star img {
		height: 1rem;
		width: auto;
	}
	.bl_site_body__white {
		margin: 0 -1.1rem;
		background-color: #fff;
	}
	.bl_site_body_recAndAcc {
		padding-top: 1rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.ly_sites2-5 .bl_site {
		width: 100%;
	}
	.ly_sites2-5 .bl_site h2 {
		padding-left: 4rem;
	}
	.ly_sites2-5 .bl_site_inner {
		height: auto;
	}
	.ly_sites2-5 .bl_site_body {
		padding: 1rem 1rem 0;
	}
	.ly_sites2-5 .bl_site_body_review_item_user_info .score {
		display: inline-block;
	}
	.ly_top_all_posts {
		padding-left: 3%;
		padding-right: 3%;
	}
	.ly_top_all_posts .el_link {
		border-radius: 0;
	}
	.ly_result {
		padding-left: 3%;
		padding-right: 3%;
	}
	.bl_results {
		grid-template-columns: 100%;
		grid-template-rows: auto;
	}
	.bl_result img {
		width: 42%;
	}
	.ly_page_company {
		padding-left: 3%;
		padding-right: 3%;
		padding-bottom: 2rem;
	}
	.bL_company table th {
		width: 20%;
	}
	.ly_page_privacy {
		padding-left: 3%;
		padding-right: 3%;
		padding-bottom: 2rem;
	}
	.uq_popup_area .uq_popup_inner {
		width: 300px;
		height: 500px !important;
	}
	.uq_popup_area .uq_popup_cont {

	}
	.uq_popup_area .uq_popup_txt1{
		font-size:19px;
	}
	.ly_top_site h2 img{
		width: 70px;
	}
	.ly_top_site h2 img.rank4,
	.ly_top_site h2 img.rank5{
    top: 45%;
  }
	.bl_site_body .col2{
		flex-direction: column;
	}
  .bl_site_body .col2 > div{
		width: 100%;
	}
	canvas{
		transform: translateX(1vw);
	}
	.ly_top_site h2 p{
		padding-left: 4.5em;
	}
	.ly_top_site h2 img{
		left: -10px;
	}
	.bl_best3 .el_linkToOfficial {
		border-radius: 8px;
	}
	.bl_best3 .uq_el_linkToOfficial_bg{
		border-radius:8px;
		padding: 1.8rem 0rem;
	}
	.bl_best3 .uq_el_linkToOfficial_bg_02{
		border-radius:8px;
		padding: 1.8rem 0rem;
	}
	.bl_best3 .uq_el_linkToOfficial_bg_03{
		border-radius:8px;
		padding: 1.8rem 0rem;
	}
	.bl_site_body_review{
		margin-bottom: 0;
	}
	.bl_site_body_linkToOfficial_area{
		height: 75px;
	}
	.bl_site_body_review, .bl_site_body_overall_rating{
		margin-bottom:0;
	}
	.bl_site_body_overall_rating,
	.bl_site_body_review{
		margin-top:0.5rem;
	}
	.bl_site_body_review{
		padding-top:0;
		padding-bottom:0;
		}
	.ly_top_site {
    padding-bottom:50px;
	}
	canvas{
		margin:-2vw 0;
	}
  .bl_top_banner_unit{
    display: flex; 
    flex-direction: column;
    row-gap: 20px;
    padding-bottom: 20px;
  }
  .bl_site_body_overall_rating{
    display: block;
  }
  .bl_site_head_overView{
    padding: 1rem;
  }
  .bl_top_bottom_links{
    row-gap: 24px;
  }
  .bl_all_post_back_top{
    padding-top: 0px;
    padding-left: 3%;
    padding-right: 3%;
  }
  .bl_topOverview{
    border: 2px solid #ec8888;
  }
}

@media (min-width: 811px) {
	.hp__pc_none {
		display: none !important;
	}
}