@charset "UTF-8";
/* 240318 テキスト・ボックス配置 */
.ta_c{ text-align: center !important; }
.ta_l{ text-align: left !important; }
.ta_r{ text-align: right !important; }

/* 240410 電話番号に自動リンクが付かないように設定 */
.no-tel-link{
    text-decoration: none;
    pointer-events: none;
}

/* 画像の中央寄せ */
.ta_c img{
    margin: 0 auto !important;
}

.box28 {
	position: relative;
	margin: 2em 0;
	padding: 25px 10px 7px;
	border: solid 2px #FFC107;
}

.box28 .box-title {
	position: absolute;
	display: inline-block;
	top: -2px;
	left: -2px;
	padding: 0 9px;
	height: 25px;
	line-height: 25px;
	font-size: 17px;
	background: #FFC107;
	color: #ffffff;
	font-weight: bold;
}

.box28 p {
	margin: 0;
	padding: 0;
}

.box30 {
	margin: 2em 0;
	background: #f1f1f1;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

.box30 .box-title {
	font-size: 1.2em;
	background: #5fc2f5;
	padding: 4px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.box30 p {
	padding: 15px 20px;
	margin: 0;
}

.box6 {
	padding: 1em;
	margin: 2em 0;
	background: #f0f7ff;
	border: dashed 2px #5b8bd0;
	/*�_��*/
}

.box6 .big_bb {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

.box6 .box-title {
	font-weight: 600;
	font-size: 1.0625em;
}

.box6 p {
	margin: 0;
	padding: 0;
}

.box6 p:last-child {
	margin-bottom: 0;
}

.box6 li:not(:last-child) {
	margin-bottom: 0.5rem;
}

/***** �J�e�S���L������ *****/
.textcont p {
	margin-bottom: 1rem;
	line-height: 1.6;
}

.textcont ul {
	margin: 0.5rem;
}

.textcont ul li {
	list-style: inside disc;
	margin-bottom: 0.5rem;
}

.textcont img {
	display: block;
	max-width: 100%;
	margin: 0 auto 1rem;
	width: auto;
	/*	max-width: 360px;*/
	/*CLS�΍�*/
	/*
    height: 270px;
    object-fit: contain;
*/
}

@media screen and (max-width: 767px) {
	.textcont img {
		max-width: 80%;
		width: 100%;
	}
}

.popularity_rank.category_rank img {
	height: inherit;
}

/* column�p�l�C�����N */

.textcont .popularity_rank ul li {
	list-style-type: none;
}

.textcont .popularity_rank img {
	margin-bottom: 0;
}



/* table */
.scrollTable {
	width: 100%;
	overflow-x: auto;
	box-sizing: border-box;

}

.scrollTable table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin-bottom: 1rem;
}

.scrollTable tr:not(:last-child) {
	border-bottom: 1px solid #ccc;
}

/*
.scrollTable thead th:not(:first-child),
.noscroll thead th:not(:first-child) {
    text-align: center;
}
*/

.scrollTable th,
.noscroll th {
	white-space: nowrap;
	background: #eee;
}

.scrollTable th,
.scrollTable td,
.noscroll th,
.noscroll td {
	padding: 0.5rem;
	border: 1px solid #ccc;
	min-width: 125px;
}

.scrollTable td img {
	display: block;
	width: 100%;
}

.scrollTable.mincol200 td,
.noscroll.mincol200 td {
	min-width: 200px;
}

.scrollTable.mincol259 td,
.noscroll.mincol259 td {
	max-width: 300px;
	min-width: 259px;
}

.noscroll {
	border-collapse: collapse;
	border: 1px solid #ccc;
	margin: 0 auto 1rem;
}


.cellpattern_1 .noscroll th,
.cellpattern_1 .noscroll td {
	font-size: 0.9em;
}

.cellpattern_1 .noscroll thead th {
	font-size: 1em;
}

.cellpattern_1 .noscroll td .pagetransition a {
	font-size: 1em;
	text-align: left;
}

/* columnpage? table */
.noscroll_2 {
	border: 2px solid #a7d9ff;
	width: 100%;
	border-collapse: collapse;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.noscroll_2 th,
.noscroll_2 td {
	padding: 0.5rem;
	border: 1px solid #a7d9ff;
	box-sizing: border-box;
}

.noscroll_2 th {
	background: #e4f2fd;
	text-align: left;
}

.noscroll_2 th a {
	text-decoration: underline;
	font-size: 1.075rem;
}

.noscroll_2 td img {
	max-width: 150px;
	min-width: 120px;
	margin-bottom: 0;
	height: inherit;
}

.scroll_table_2 {
	width: 100%;
	margin-bottom: 20px;
	overflow-x: auto;
}

.scroll_table_2 table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px;
}

.scroll_table_2 th,
.scroll_table_2 td {
	padding: 0.5rem;
	box-sizing: border-box;
	border: 1px solid #a7d9ff;
	min-width: 150px;
    background: #fff;
}

.scroll_table_2 th {
	background: #e4f2fd;
	text-align: left;
	white-space: nowrap;
	min-width: inherit;
}

.scroll_table_2 td .st2_btn {
	display: block;
	text-align: center;
	padding: 0.5rem;
	background: #cd1906;
	color: #fff;
	font-weight: bold;
    border-radius: 0.3rem;
	box-sizing: border-box;
	width: 94%;
	margin: 0 auto;
	/*font-size: 1.075rem;*/
	text-shadow: 0.5px 0.5px 0px #9f0505;
	transition: 0.2s;
    text-decoration: none;
}

.scroll_table_2 td .st2_btn:hover {
	opacity: 0.7;
}

.scroll_table_2 td img {
	margin: 0;
	height: inherit;
	max-width: 150px;
}

/* scroll_table_2 左端固定 */
.st2_fix table th:first-child,
.st2_fix table td:first-child{
    position: sticky;
    left: 0;
    top: 0;
}
.st2_fix table td:first-child{
    background-color: #fff;
}
.st2_fix table th:first-child:after,
.st2_fix table td:first-child:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #a7d9ff;
}


@media screen and (max-width: 767px) {
	.cellpattern_1 {
		overflow-x: auto;
	}

	.cellpattern_1 .noscroll thead th:nth-child(2) {
		min-width: 200px;
	}

	.noscroll.mincol200,
	.noscroll.mincol259 {
		table-layout: fixed;
		width: 100%;
	}

	.noscroll.mincol200 th:not(:first-child),
	.noscroll.mincol259 th:not(:first-child) {
		white-space: initial;
	}

	.noscroll_2 td img {
		max-width: 120px;
		min-width: 80px;
	}


}


.pagetransition a {
	display: block;
	text-align: right;
	margin-top: 1rem;
	font-size: 1.15rem;
}

.pagetransition a:before {
	    /* content: "\f101"; */
    /* font-family: ""; */
    /* font-weight: 900; */
    display: inline-block;
    content: url(/img/icon/angle-double-right.svg);
    width: 20px;
    height: 24px;
    vertical-align: bottom;
    padding-right: 3px;
}

@media screen and (max-width:480px) {

	.noscroll th,
	.noscroll td {
		min-width: 100px;
	}
}


/* �����N���X */
.headingbold {
	font-weight: bold;
	display: block;
	margin-bottom: 1rem;
}

.tolink {
	text-align: right;
	margin-bottom: 1rem;
}

.tolink_L,
.tolink_C {
	text-align: left;
	margin-bottom: 1rem;
}

.tolink_C {
	text-align: center;
}

.tolink_L a:before,
.tolink_C a:before {
	content: "\f101";
	font-family: "";
	font-weight: 900;
}

.msr_list04 li {
	font-size: 13px;
	padding-bottom: 5px;
}

.msr_list04 li:before {
	background: #000000;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	content: "";
	display: inline-block;
	margin-right: 5px;
	width: 10px;
	height: 10px;
}




.msr_list05 {
	padding: 8px;
}


.msr_list05 ul li {
	margin-bottom: 8px;
	text-indent: -0.7em;
	padding-left: 1em;
}

.msr_list05 ul li:before {
	background: #000000;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	content: "";
	display: inline-block;
	margin-right: 5px;
	width: 5px;
	height: 5px;
}




.kaisha {
	width: 100%;
}

.kaisha th,
.kaisha td {
	border: 1px solid #ccc;
	padding: 20px;
}

.kaisha th {
	font-weight: bold;
	background-color: #dedede;
}



.columnTable1 {
	width: 100%;
}

.columnTable1.columnTable1_02 th {
	width: 30%;
}

.columnTable1.columnTable1_02 td {
	width: 70%;
}

.columnTable1.columnTable1_03 th {
	width: 26%;
	padding: 15px;
}

.columnTable1.columnTable1_03 td {
	width: 37%;
	padding: 15px;
}

.columnTable1 th,
.columnTable1 td {
	border: 1px solid #ccc;
	padding: 20px;
}

.columnTable1 th {
	background-color: #dedede;
	font-weight: normal;
	width: 60%;
}

.columnTable1 td {
	font-weight: bold;
	width: 40%;
}


div.columnlist li {
	list-style: none;
}





@media screen and (max-width: 767px) {

	.kaisha,
	.kaisha tr,
	.kaisha td,
	.kaisha th {
		display: block;
	}

	.kaisha th {
		width: auto;
	}
}


.list-item {
	counter-reset: list;
	list-style-type: none;
	font: 14px/1.6 'arial narrow', sans-serif;
	padding: 0;
}

.list-item li {
	position: relative;
	color: #333;
	padding: 5px 0 5px 30px;
	margin: 7px 0px;
	line-height: 30px;
	border-bottom: dashed 1px #ccc;
	font-size: 14px;
	font-family: "���S�V�b�N��", YuGothic, "���S�V�b�N", "Yu Gothic", "���C���I", sans-serif;
}

.list-item li:before {
	counter-increment: list;
	content: counter(list) ".";
	display: block;
	position: absolute;
	left: 0px;
	font-weight: bold;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


.listAnchor {
	color: #1e366a;
	border: dashed #1e366a 2px;
	padding: 0.5em 0.5em 0.5em 2em;
	margin: 0 0 0.5em 0;
	list-style: none;
}

.listAnchor ul li {
	line-height: 1.5;
	padding: 0.5em 0;
	list-style: none;
}

.related a {
	border-bottom: solid 2px #808080;

}

blockquote {
	position: relative;
	padding: 10px 15px 10px 50px;
	box-sizing: border-box;
	font-style: italic;
	border: solid 2px #464646;
	color: #464646;
	margin-bottom: 1rem;
}

blockquote:before {
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 15px;
	content: "\f10d";
	font-family: "";
	color: #5fc2f5;
	font-size: 25px;
	line-height: 1;
	font-weight: 900;
}

blockquote p {
	padding: 0;
	margin: 10px 0;
	line-height: 1.7;
}

blockquote cite {
	display: block;
	text-align: right;
	color: #888888;
	font-size: 0.9em;
}

.redTxt {
	font-weight: bold;
	color: #dc0000;
}


.under {
	background: linear-gradient(transparent 50%, #a8eaff 50%);
	font-weight: bold;
}

.fontBold {
	font-weight: 600;
}

.tablebtn_link a {
	display: block;
	padding: 0.5rem;
	background: linear-gradient(180deg, #fd240d, #f94735, #dc1d09);
	color: #fff;
	border-radius: 5px;
	box-shadow: 1px 2px 0 0 rgb(162 37 24);
	text-shadow: -1px -1px rgb(146 146 146 / 60%);
}

.tablebtn_link a:hover {
	text-shadow: 1px 1px rgb(146 146 146 / 60%);
	box-shadow: none;
	transform: translate(1px, 2px);
	opacity: 0.8;
}

.btn_link a {
	display: block;
	padding: 0.5rem;
	background: linear-gradient(180deg, #fd240d, #f94735, #dc1d09);
	color: #fff;
	border-radius: 5px;
	box-shadow: 1px 3px 0 0 rgb(162 37 24);
	text-shadow: -1px -1px rgb(146 146 146 / 60%);
	margin: 0 auto 2rem;
	width: 85%;
	max-width: 480px;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.1rem;
}

.btn_link a:hover {
	text-shadow: 1px 1px rgb(146 146 146 / 60%);
	box-shadow: none;
	transform: translate(1px, 3px);
	opacity: 0.8;
}



.balloon5 {
	width: 100%;
	margin: 1.5em 0;
	overflow: hidden;
}

.balloon5 .faceicon {
	float: left;
	margin-right: -90px;
	width: 80px;
}

.balloon5 .faceicon img {
	width: 100%;
	height: auto;
	border: solid 3px #d7ebfe;
	border-radius: 50%;
}

.balloon5 .chatting {
	width: 100%;
}

.says {
	display: inline-block;
	position: relative;
	margin: 5px 0 0 105px;
	padding: 17px 13px;
	border-radius: 12px;
	background: #EEEEEE;
}

.says:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 18px;
	left: -24px;
	border: 12px solid transparent;
	border-right: 12px solid #EEEEEE;
}

.says p {
	margin: 0;
	padding: 0;
}

/*
�E�T�C�h�p -st-*/
.balloon5 .faceicon_r {
	float: right;
	margin-left: -90px;
	width: 80px;
}

.balloon5 .faceicon_r img {
	width: 100%;
	height: auto;
	border: solid 3px #d7ebfe;
	border-radius: 50%;
}

.balloon5 .chatting_r {
	text-align: right;
	width: 100%;
}

.says_r {
	display: inline-block;
	position: relative;
	margin: 5px 105px 0 0;
	padding: 17px 13px;
	border-radius: 12px;
	background: #EEEEEE;
}

.says_r:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 18px;
	right: -24px;
	border: 12px solid transparent;
	border-left: 12px solid #EEEEEE;
}

.says_r p {
	margin: 0;
	padding: 0;
}

/*
�E�T�C�h�p -ed- */


/*�����o��*/
.balloon4 {
	display: inline-block;

	position: relative;
	margin: 5px 0 0 130px;
	padding: 15px;
	background: #EEEEEE;
	border-radius: 30px;
}

.balloon4:before {
	content: "";
	position: absolute;
	left: -38px;
	width: 13px;
	height: 12px;
	bottom: 0;
	background: #EEEEEE;
	border-radius: 50%;
}

.balloon4:after {
	content: "";
	position: absolute;
	left: -24px;
	width: 20px;
	height: 18px;
	bottom: 3px;
	background: #EEEEEE;
	border-radius: 50%;
}

.balloon4 p {
	margin: 0;
	padding: 0;
}

/*****�ڎ�******/

.tableOfContentsBox {
	border: 1px solid #ccc;
	margin: 0 auto;
	margin-top: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 98%;
}

.tableOfContentsBox ul li {
	line-height: 1.8;
	padding: 5px 0 10px 10px;
	position: relative;
	list-style-type: none;
}

.tableOfContentsBox ul li a {
	text-decoration: none;
	padding-left: 10px;
	color: #23466e;
}

.tableOfContentsBox ul li :hover {
	opacity: 0.8;
}

.h2_title {
	font-size: 16px;
	margin-top: 5px;
}

.h2_title::before {
	font-family: "";
	content: "\f138";
	font-weight: 900;
	position: absolute;
	left: 3px;
	color: #ffb03f;
	/*�A�C�R���F*/
}

.h3_title {
	font-size: 14px;
}

.h3_title a {
	padding-left: -25px;
}

/*****�ڎ��f�U�C���ύX******/
.tableOfContentsBox {
	clear: both;
	padding: 20px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	border-top: 5px solid #0069b7;
}

.table_h {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 20px;
}

.table_h .fa-list-ul {
	background: #0069b7;
	color: #fff;
	width: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	margin-right: 10px;
}

.textcont .tableOfContentsBox ul {
	margin: 0 10px;
}

.tableOfContentsBox ul li {
	padding: 0;
}

.tableOfContentsBox ul li ul li {
	list-style-type: disc;
}

/*
		.tableOfContentsBox ul li ul li:before {
			content: "�E";
			color: #23466e;
			position: relative;
		}
*/

.tableOfContentsBox ul li ul li.h2_title {
	font-weight: 600;
	list-style-type: none;
}

.tableOfContentsBox ul li ul li.h2_title:before {
	content: none;
}

.textcont .tableOfContentsBox ul li ul {
	margin: 0;
}

.textcont .tableOfContentsBox ul li ul ul {
	margin: 0 0 1em 1.5em;
}

@media screen and (max-width: 767px) {
	.table_h {
		font-size: 16px;
	}

	.textcont .tableOfContentsBox ul {
		margin: 0;
	}
}


.diagnosisBox {
	padding: 0.5em 1em;
	margin: 2em 0;
	border: double 5px #4ec4d3;
}

.diagnosisBox p {
	margin: 0;
	padding: 0;
}

.diagnosisBox label {
	font-size: 18px;
	color: #666;
	cursor: pointer;
	cursor: hand;
	display: block;
	width: 85%;
	margin: 0 auto;
}


@keyframes click-wave {
	0% {
		position: relative;
		width: 30px;
		height: 30px;
		opacity: 0.35;
	}

	100% {
		width: 200px;
		height: 200px;
		margin-top: -80px;
		margin-left: -80px;
		opacity: 0;
	}
}

.diagnosisBox .option-input02 {
	position: relative;
	top: 45px;
	right: 0;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 30px;
	margin-right: 0.5rem;
	cursor: pointer;
	transition: all 0.15s ease-out 0s;
	color: #ffffff;
	border: none;
	outline: none;
	background: #d7cbcb;
	-webkit-appearance: none;
	appearance: none;
}

.diagnosisBox .option-input02:hover {
	background: #d6a9a9;
}

.diagnosisBox .option-input02:checked {
	background: #da3c41;
}

.diagnosisBox .option-input02:checked::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00c";
	font-size: 20px;
	line-height: 30px;
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
}

.diagnosisBox .option-input02:checked::after {
	position: relative;
	display: block;
	content: '';
	-webkit-animation: click-wave 0.65s;
	animation: click-wave 0.65s;
	background: #da3c41;
}

.diagnosisBox .option-input02.radio {
	border-radius: 50%;
}

.diagnosisBox .option-input02.radio::after {
	border-radius: 50%;
}

.diagnosisBox label {
	line-height: 40px;
	display: block;
}

.diagnosisBox .option-input02:disabled {
	cursor: not-allowed;
	background: #b8b7b7;
}

.diagnosisBox .option-input02:disabled::before {
	font-size: 20px;
	line-height: 30px;
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 30px;
	content: "�~";
	text-align: center;
}

#score {
	font-size: 40px;
	font-weight: bold;
	color: #dc0000;
}



.Internallink {
	padding: 12px;
	margin-bottom: 10px;
	margin-top: 0;
	border: 1px solid #ddd;
	word-wrap: break-word;
	max-width: 100%;
	background: #fafafa;
}

.Internallink a:hover {
	opacity: 0.6;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.Internallink_thumbnail {
	float: left;
	margin-right: 20px;
	/* width: 15%; */
}

.Internallink_thumbnail img {
	width: 100px;
	height: 90px;
	max-width: 100%;
	object-fit: cover;
	margin-bottom: 0;
}

.Internallink_content {
	float: left;
	width: 75%;
}

.Internallink_title {
	font-size: 16px;
	margin: 0 0 5px;
	color: #666;
	font-weight: bold;
}

.Internallink_excerpt {
	color: #666;
	font-size: 14px;
	overflow: hidden;
	line-height: 1.8;
}

.clear {
	clear: both;
}

@media screen and (max-width: 810px) {
	.Internallink_content {
		float: right;
		width: 80%;
	}
}

@media screen and (max-width: 730px) {
	.Internallink_content {
		width: 75%;
	}
}

@media screen and (max-width: 556px) {
	.Internallink_content {
		width: 70%;
	}
}

@media screen and (max-width: 480px) {
	.Internallink_content {
		width: 65%;
	}
}

@media screen and (max-width: 414px) {
	.Internallink_title {
		font-size: 14px;
	}

	.Internallink_excerpt {
		font-size: 12px;
	}
}

@media screen and (max-width: 375px) {
	.Internallink_content {
		width: 100%;
	}
}


@keyframes anime {
	0% {
		transform: scale(.95);
		opacity: 1
	}

	90% {
		opacity: .1
	}

	to {
		transform: scale(1.2, 1.5);
		opacity: 0
	}
}

.conversionBtn {
	position: relative;
	width: 330px;
	margin: 100px auto;
	transition: .2s;
	max-width: 100%;
}

.conversionBtn:before,
.conversionBtn:after {
	content: "";
	position: absolute;
	z-index: -10;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 32px;
	background: #f2cf01;
	border: 1px solid #f2cf01;
	transform: translate3d(0, 0, 0);
}

.conversionBtn:before {
	animation: anime 2s ease-out infinite;
}

.conversionBtn:after {
	animation: anime 2s ease-out 1s infinite;
}

.conversionBtn a {
	display: block;
	padding: 20px 0;
	border-radius: 32px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #f2cf01;
}

.conversionBtn span {
	display: block;
	position: relative;
	font-family: sans-serif;
}

.conversionBtn span:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 0;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	transform: translateX(5px) rotate(45deg);
}

@media screen and (max-width: 480px) {
	.conversionBtn {
		width: 300px;
		max-width: 90%;
	}

	.conversionBtn a {
		font-size: 0.9em;
	}
}

@media screen and (max-width: 375px) {
	.conversionBtn {
		max-width: 90%;
	}

	.conversionBtn a {
		font-size: 0.8em;
	}
}

/* Yellow push btn  */

.conversionBtn2 {
	position: relative;
	width: 330px;
	margin: 100px auto;
	transition: .2s;
	max-width: 100%;
  }

  .conversionBtn2 a {
	padding: 20px 0;
	font-size: 16px;
	border-radius: 3px;
	color: #000;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: #ffdc13;
	transition: .3s;
	padding: auto 20px;
	display: block;
	box-shadow: 0 3px 0 #caae0f;
  }

  .conversionBtn2 a:visited {
	color: #000;
	text-decoration: none;

  }

  .conversionBtn2 a:hover {
	transition: .3s;
	color: #000;
	transform: translate3d(0, 3px, 0);
	top: 3px;
	box-shadow: none;
  }


.inline_youtube iframe {
	width: 100%;
}




/*------2019/08/05---------*/


.prdDetailsInlineReview {
	width: 100%;
	height: 300px;
	border: 1px solid #ccc;
	overflow-y: scroll;
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4) inset;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4) inset;
	-o-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4) inset;
	-ms-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4) inset;
}

.review_list_inline {
	margin: 10px;
}

.review_list_inline li {
	border-bottom: 1px solid #dadada;
}

.review_list_inline li .star {
	width: 200px;
}

.review_list_inline li .user {
	font-weight: bold;
}


/*  campaign/coupon  */
.coupon_bg {
	background: URL("/img/campaign/coupon_back.jpg")no-repeat left top;
	background-size: 100%;
	padding: 9rem 8rem 0;
	margin: 40px 0;
}

@media screen and (max-width: 767px) {
	.coupon_bg {
		padding: 4.5rem 4.5rem 0;
		margin: 40px 0;
	}
}



/* item_caard */

.item_card_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 30px;
}

.item_card_wrap .item_card {
	overflow: hidden;
	position: relative;
	width: calc(100% / 3 - 10px);
	padding: 16px;
	margin: 0 5px;
	border-radius: 7px;
	box-shadow: 1px 1px 2px rgb(0 0 0 / 20%);
	box-sizing: border-box;
	border: 1px solid #d2d2d2;
	margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
	.item_card_wrap .item_card {
		width: calc(100% / 1 - 10px);
	}
}

.item_card_wrap .item_card img {
	transition: ease all 0.3s;
}

.item_card_wrap .item_card:hover img {
	transform: scale(1.2, 1.2);
}

.item_card_wrap .item_card p,
.item_card_name {
	margin: 0;
	line-height: normal;
}

.item_card_explanation {
	color: #000;
	font-size: 14px;
	padding-bottom: 16px;
}

.item_card span {
	position: absolute;
	color: #a00000;
	font-size: 14px;
	display: block;
	font-weight: bold;
	text-align: right;
	right: 0;
	bottom: 0;
	padding: 16px;
}

 /* お知らせbox */
 .notice_box {
	border-radius: 10px;
	padding: 20px;
	letter-spacing: 1px;
	line-height: 2;
	margin: 20px 0;
	background-color: #eee;
  }

  .notice_box .sub_tlt {
	font-weight: bold;
	margin: 0;
	font-size: 1.2em;
  }

  /* 参照box */
  .reference_tlt {
	display: inline-block;
	line-height: 1.5em;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid;
	margin-bottom: 10px;
  }

  .reference_box {
	background: rgba(255, 255, 255, 0);
	border: solid 3px #0069b7;
	border-radius: 5px;
	padding: 20px;
	font-size: 100%;
	margin-bottom: 20px;
  }

  .reference_box ul li {
	list-style: none;
  }

  .reference_box a:after {
	content: '\f35d';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	padding-left: 5px;
  }

  /* 関連記事box */
  .Internallink_tag {
	display: inline-block;
	padding: 0 .5em;
	height: 1.5em;
	line-height: 1.5em;
	color: #ffffff;
	background: #444444b8;
	text-align: center;
	border-radius: 5px 5px 0 0;
	letter-spacing: 1px;
	margin: 0em;
	margin-top: 10px;
  }

  .Internallink_thumbnail img{
	margin: 0 ;
  }

  
/* AGAセルフチェックシート */
.aga_ckbox{
    opacity: 0;
}

.ckbox_ans_clm br{
    display: none;
}

@media screen and (min-width: 481px ) {
    .marking {
        color: #fff;
        background-color: #ff0000;
        display: block;
        text-align: center;
    }

    .aga_ckbox {
        /*border: 3px solid #555;*/
        /*background-color: #e4f3ff;*/
        border: 3px solid #0069b7;
        padding: 20px;
        box-sizing: border-box;
        border-radius: 10px;
        background: #fff;
        width: 600px;
        margin: 0px auto;
        font-family: "Noto Sans JP", sans-serif;
    }

    .aga_ckbox .aga_ckbox_lbl {
        color: #0069b7;
        font-size: 25px;
        font-weight: 900;
        line-height: 1;
        text-align: center;
        margin-bottom: 15px;
        padding: 15px 20px 28px;
        border-bottom: 3px solid #0069b7;
    }

    .aga_ckbox #aga_ckbox_window {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .aga_ckbox .aga_ckbox_main {
        /*background-color: #efefef;*/
        border-radius: 5px;
        padding: 0px;
        margin: 15px 5px;
        min-width: 600px;
        height: 550px;
    }

    .aga_ckbox .aga_ckbox_main.top {
        height: 550px;
    }

    .aga_ckbox .aga_ckbox_main.ans1 {
        overflow-y: auto;
    }

    .aga_ckbox .aga_ckbox_main .ckbox_main_fuki_txt {
        background-color: #fff;
        padding: 20px;
        /* margin: 30px; */
        border-radius: 10px;
        font-size: 13px;
        line-height: 22px;
    }

    .ckbox_main_top_start {
        margin: 30px auto;
    }

    .ckbox_main_top_start a {
        text-decoration: none;
        width: 400px;
        display: block;
        margin: 0 auto 20px;
        font-size: 22px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        padding: 30px;
        border-radius: 50px;
        background-color: #0069b7;
        text-align: center;
        cursor: pointer;
    }

    .ckbox_main_top_start a:hover {
        background-color: #0a7cd3;
    }

    .aga_ckbox_main .aga_ckbox_main_lbl {
        font-size: 22px;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        margin: 25px 25px 5px;
    }

    .aga_ckbox_main .aga_ckbox_main_lbl span {
        width: 100px;
        display: block;
        margin: 0 auto 20px;
        font-size: 16px;
        line-height: 1;
        color: #fff;
        padding: 10px;
        border-radius: 20px;
        background-color: #0069b7;
    }

    .aga_ckbox_main .aga_ckbox_ans_lbl {
        font-size: 22px;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        margin: 5px 20px;
        background: #f3f3f3;
        padding: 25px;
        border-radius: 5px;
    }
    .aga_ckbox_main .aga_ckbox_ans_lbl.lbl_high{
        background: #ffdede;
    }
    .aga_ckbox_main .aga_ckbox_ans_lbl.lbl_medium{
        background: #ffe2a3;
    }
    .aga_ckbox_main .aga_ckbox_ans_lbl.lbl_low{
        background: #c6ffd3;
    }

    .aga_ckbox_main .aga_ckbox_ans_lbl .ans_lbl_h {
        color: #ff0000;
    }

    .aga_ckbox_main .aga_ckbox_ans_lbl .ans_lbl_m {
        color: #ff6600;
    }

    .aga_ckbox_main .aga_ckbox_ans_lbl .ans_lbl_l {
        color: #00bd4f;
    }

    .aga_ckbox_main .ckbox_count {
        margin: 0 15px 15px;
        text-align: right;
        display: block;
    }

    .aga_ckbox_main .ckbox_count span {
        font-size: 22px;
        font-weight: 700;
        margin: 0 3px;
    }

    .aga_ckbox_main .ckbox_ans_clm {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }   

    .aga_ckbox_main .ckbox_ans_clm a {
        width: calc(50% - 20px);
        color: #0069b7;
        background-color: #dbf0ff;
        padding: 20px;
        box-sizing: border-box;
        margin: 10px;
        border-radius: 5px;
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        cursor: pointer;
        text-align: center;
        word-break: keep-all;
        overflow-wrap: anywhere;
        text-decoration: none;
    }

    .aga_ckbox_main .ckbox_ans_clm a:hover {
        opacity: .5;
    }

    .aga_ckbox_main .ckbox_ans_return {
        text-align: center;
        margin: 40px 0 0;
    }

    .aga_ckbox_main .ckbox_ans_return span {
        display: block;
        width: 200px;
        margin: 0 auto;
        color: #fff;
        background-color: #838383;
        font-size: 16px;
        line-height: 1;
        padding: 15px;
        border-radius: 5px;
        cursor: pointer;
    }

    .aga_ckbox_main .ckbox_ans_return span:hover {
        background-color: #777;
    }


    .aga_ckbox_main .aga_ckbox_txt {
        margin: 20px;
    }
    .aga_ckbox_main .aga_ckbox_txt p{
        line-height: 1.8;
    }

    .aga_ckbox_main .aga_ckbox_txt .aga_ckbox_txt_lbl {
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        margin: 15px 0;
        color: #fff;
        background: #0069b7;
        border-radius: 6px;
        padding: 15px;
    }

    .aga_ckbox_main .aga_ckbox_que-sheet table {
        border: 1px solid #ddd;
        border-collapse: collapse;
        margin: 25px auto 45px;
        width: 93%;
        box-sizing: border-box;
    }

    .aga_ckbox_main .aga_ckbox_que-sheet table th,
    .aga_ckbox_main .aga_ckbox_que-sheet table td {
        border: 1px solid #c8e7ff;
        font-size: 14px;
        padding: 7px;
    }

    .aga_ckbox_main .aga_ckbox_que-sheet table th {
        color: #333;
        background-color: #ddf0ff;
        font-size: 13px !important;
    }

    .aga_ckbox_main .aga_ckbox_que-sheet table th:first-child {
        width: 40px;
    }

    .aga_ckbox_main .aga_ckbox_que-sheet table th:nth-child(2) {
        width: 250px;
    }

    .aga_ckbox_main .aga_ckbox_que-sheet table th:nth-child(3) {
        width: 150px;
    }

    .aga_ckbox_main .aga_ckbox_que-sheet table th:last-child {
        width: 55px;
    }

    .aga_ckbox_main .aga_ckbox_que-sheet table td {
        background-color: #fff;
    }

    .aga_ckbox_main .aga_ckbox_que-sheet table td:first-child,
    .aga_ckbox_main .aga_ckbox_que-sheet table td:last-child {
        text-align: center;
    }

    .aga_ckbox_main .aga_ckbox_que-sheet table td:last-child[data-que_pt="4"],
    .aga_ckbox_main .aga_ckbox_que-sheet table td:last-child[data-que_pt="5"] {
        background-color: #ffbdbd;
        font-weight: 700;
        color: #ff0000;
    }

    .aga_ckbox_item {
        display: flex;
        flex-wrap: nowrap;
        border: 3px solid #0069b7;
        padding: 15px;
        margin: 35px 20px;
        box-sizing: border-box;
        background-color: #fff;
        border-radius: 7px;
    }

    .aga_ckbox_item .aga_ckbox_item_img {
        width: 200px;
        margin-right: 15px;
        text-align: center;
    }

    .aga_ckbox_item .aga_ckbox_item_img a:hover img {
        opacity: .5;
    }

    .aga_ckbox_item .aga_ckbox_item_tbl {
        width: calc(100% - 200px);
    }

    .aga_ckbox_item .aga_ckbox_item_tbl table {
        border: 1px solid #ccc;
        border-collapse: collapse;
        margin: 5px;
        width: 97%;
    }

    .aga_ckbox_item .aga_ckbox_item_tbl table th,
    .aga_ckbox_item .aga_ckbox_item_tbl table td {
        border: 1px solid #ccc;
        font-size: 14px;
        padding: 10px;
    }

    .aga_ckbox_item .aga_ckbox_item_tbl table th {
        width: 80px;
        background-color: #eee;
        font-size: 12px;
    }

    .aga_ckbox_item .aga_ckbox_item_tbl table td {
        background-color: #fff;
    }

    .aga_ckbox_item .aga_ckbox_item_tbl table td p {
        margin: 10px 0;
    }

    .aga_ckbox_button {
        width: 90%;
        margin: 0px auto;
        padding: 0 0 15px;
    }
    .aga_ckbox_button br{
        display: none;
    }

    .aga_ckbox_button a {
        width: 80%;
        text-decoration: none;
        display: block;
        color: #333;
        font-weight: 700;
        background-color: #ffe20d;
        padding: 20px;
        margin: 20px auto;
        text-align: center;
        border-radius: 5px;
        font-size: 17px;
        line-height: 1;
        position: relative;
    }
    .aga_ckbox_button a:before{
        font-family: 'Font Awesome 5 Free';
        content: '\f35d';
        font-size: 0.9em;
        font-weight: 900;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 32px;
        margin: auto;
        width: 0;
        height: 0;
        line-height: 0;
    }

    .aga_ckbox_button a:hover {
        background-color: #ffeb54;
    }

    .ckbox_main_fuki_l,
    .ckbox_main_fuki_r{
        background-color: #eee;
        padding: 15px;
        box-sizing: border-box;
        border-radius: 30px;
        margin: 10px 0 25px;
        font-size: 14px;
        line-height: 1;
        width: 80%;
        position: relative;
        text-align: center;
    }
    .ckbox_main_fuki_l span,
    .ckbox_main_fuki_r span{
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 60px;
        height: 60px;
        background-image:url(/img/aga_check/aga_check_top_icon.png);
        background-repeat: no-repeat;
        background-size: contain;
    }
    .ckbox_main_fuki_l span{
        left: -85px;
    }
    .ckbox_main_fuki_r span{
        right: -85px;
    }

    .ckbox_main_fuki_l{
        margin-left: 110px;
        background-position: left middle;
    }
    .ckbox_main_fuki_r{
        margin-right: 110px;
        background-position: right middle;
    }

    .ckbox_main_fuki_l::after,
    .ckbox_main_fuki_r::after{
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border: 10px solid transparent;
    }

    .ckbox_main_fuki_l::after{
        left: -25px;
        border-right: 24px solid #eee;
    }
    .ckbox_main_fuki_r::after{
        right: -25px;
        border-left: 24px solid #eee;
    }


    .ckbox_main_main{
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin: 30px;
    }
    .ckbox_main_main_l{
        width: calc(100% - 200px);
        background-color: #d5eefe;
        padding: 20px;
        font-size: 15px;
        line-height: 22px;
        border-radius: 30px;
        position: relative;
    }

    .ckbox_main_main_l > p{
        margin-bottom: 10px;
    }

    .ckbox_main_main_l::after{
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        top: 0;
        bottom: 0;
        right: -37px;
        margin: auto;
        border: 15px solid transparent;
        border-left: 27px solid #d5eefe;
    }
    .ckbox_main_main_l .ckbox_main_main_txt{
        font-size: 22px;
        font-weight: 900;
        line-height: 32px;
        color: #0069b7;
    }
    .ckbox_main_main_r{
        width: 180px;
        background-image:url(/img/aga_check/aga_check_top_icon_te.png);
        background-repeat: no-repeat;
        background-position: center bottom;
    }
    
    /* 追記CSS */
    #aga_ckbox_window {
        height: 550px;
    }

    .aga_ckbox #aga_ckbox_window {
        overflow-y: auto;
        position: relative;
        overflow-x: inherit;
        overflow-x: hidden;
    }

    .aga_ckbox_main {
        height: auto;
    }

    .aga_ckbox .aga_ckbox_main {
        min-width: inherit;
        margin: inherit;
        position: absolute;
    }

    .aga_ckbox .aga_ckbox_main.top {
        height: 550px;
        position: absolute;
    }

    .pc_non{
        display: none;
    }
}

@media screen and (max-width: 480px ) {
    .marking {
        color: #fff;
        background-color: #ff0000;
        display: block;
        text-align: center;
    }

    .aga_ckbox {
        border: 3px solid #0069b7;
        background-color: #fff;
        padding: 15px;
        box-sizing: border-box;
        border-radius: 10px;
        background: #fff;
        font-family: "Noto Sans JP", sans-serif;
    }

    .aga_ckbox .aga_ckbox_lbl {
        color: #0069b7;
        font-size: 23px;
        font-weight: 900;
        line-height: 1;
        text-align: center;
        padding: 15px 20px 25px;
        border-bottom: 3px solid #0069b7;
        margin-bottom: 15px;
    }

    .aga_ckbox #aga_ckbox_window {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .aga_ckbox .aga_ckbox_main {
        /*background-color: #efefef;*/
        /*border-radius: 5px;*/
        padding: 15px;
        margin: 15px 5px;
        height: 750px;
        min-width: calc(100% - 10px);
    }

    .aga_ckbox .aga_ckbox_main.top{
        padding: 0px;
    }

    .aga_ckbox .aga_ckbox_main.ans1 {
        /*overflow-y: auto;*/
        padding: 10px;
    }

    .aga_ckbox .aga_ckbox_main .ckbox_main_fuki_txt {
        background-color: #fff;
        padding: 0;
        margin: 0;
        /* border-radius: 10px; */
        font-size: 16px;
        line-height: 28px;
    }

    .ckbox_main_top_start {
        margin: 30px auto;
    }

    .ckbox_main_top_start a {
        text-decoration: none;
        width: 95%;
        display: block;
        margin: 0 auto 20px;
        font-size: 20px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        padding: 20px;
        border-radius: 35px;
        background-color: #0069b7;
        text-align: center;
    }
    @media screen and (max-width:321px) {
        .ckbox_main_top_start a{
            width: 100%;
            font-size: 19px;
            padding: 20px 10px;
            white-space: pre;
        }
    }

    .ckbox_main_top_start a:hover {
        background-color: #0a7cd3;
    }

    .aga_ckbox_main.top p{
        margin: 10px 0;
        font-size: 13px;
    }

    .aga_ckbox_main .aga_ckbox_main_lbl {
        font-size: 22px;
        font-weight: 700;
        line-height: 30px;
        text-align: center;
        word-break: keep-all;
        overflow-wrap: anywhere;
    }

    .aga_ckbox_main .aga_ckbox_main_lbl span {
        width: 100px;
        display: block;
        margin: 0 auto 20px;
        font-size: 16px;
        line-height: 1;
        color: #fff;
        padding: 10px;
        border-radius: 20px;
        background-color: #0069b7;
    }

    .aga_ckbox_main .aga_ckbox_ans_lbl {
        font-size: 22px;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        margin: 0 auto 20px;
        background: #f3f3f3;
        padding: 30px 25px;
        border-radius: 5px;
        box-sizing: border-box;
    }
    .aga_ckbox_main .aga_ckbox_ans_lbl.lbl_high{
        background: #ffdede;
    }
    .aga_ckbox_main .aga_ckbox_ans_lbl.lbl_medium{
        background: #ffe2a3;
    }
    .aga_ckbox_main .aga_ckbox_ans_lbl.lbl_low{
        background: #c6ffd3;
    }

    .aga_ckbox_main .aga_ckbox_ans_lbl .ans_lbl_h {
        color: #ff0000;
    }

    .aga_ckbox_main .aga_ckbox_ans_lbl .ans_lbl_m {
        color: #ff6600;
    }

    .aga_ckbox_main .aga_ckbox_ans_lbl .ans_lbl_l {
        color: #00ca54;
    }

    .aga_ckbox_main .ckbox_count {
        margin: 10px;
        text-align: right;
        display: block;
    }

    .aga_ckbox_main .ckbox_count span {
        font-size: 22px;
        font-weight: 700;
        margin: 0 3px;
    }

    .aga_ckbox_main .ckbox_ans_clm a {
        display: block;
        background-color: #dbf0ff;
        padding: 20px 25px;
        box-sizing: border-box;
        margin: 20px 0;
        border-radius: 5px;
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        cursor: pointer;
        text-decoration: none;
    }

    .aga_ckbox_main .ckbox_ans_clm a:hover {
        opacity: .5;
    }


    .aga_ckbox_main .ckbox_ans_return {
        text-align: center;
        margin: 40px 0 0;
    }

    .aga_ckbox_main .ckbox_ans_return span {
        display: block;
        width: 200px;
        margin: 0 auto;
        color: #fff;
        background-color: #838383;
        font-size: 16px;
        line-height: 1;
        padding: 15px;
        border-radius: 5px;
        cursor: pointer;
    }

    .aga_ckbox_main .ckbox_ans_return span:hover {
        background-color: #777;
    }

    .aga_ckbox_main .aga_ckbox_txt {
        margin: 0;
    }

    .aga_ckbox_main .aga_ckbox_txt p{
        font-size: 16px;
        line-height: 1.8;
    }

    .aga_ckbox_main .aga_ckbox_txt .aga_ckbox_txt_lbl {
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        margin: 15px 0;
        color: #fff;
        background: #0069b7;
        border-radius: 6px;
        padding: 15px;
    }

    .aga_ckbox_main .aga_ckbox_que-sheet table {
        border: 1px solid #c8e7ff;
        border-collapse: collapse;
        margin: 10px 0;
        width: 100%;
    }

    .aga_ckbox_main .aga_ckbox_que-sheet table th,
    .aga_ckbox_main .aga_ckbox_que-sheet table td {
        border: 1px solid #c8e7ff;
        font-size: 14px;
        padding: 5px;
    }

    .aga_ckbox_main .aga_ckbox_que-sheet table th {
        background-color: #ddf0ff;
        font-size: 13px !important;
    }

    .aga_ckbox_main .aga_ckbox_que-sheet table th:first-child {
        width: 40px;
    }

    .aga_ckbox_main .aga_ckbox_que-sheet table th:nth-child(2) {
        width: 180px;
    }

    .aga_ckbox_main .aga_ckbox_que-sheet table th:nth-child(3) {
        width: 160px;
    }

    .aga_ckbox_main .aga_ckbox_que-sheet table th:last-child {
        width: 60px;
        font-size: 11px !important;
    }

    .aga_ckbox_main .aga_ckbox_que-sheet table td {
        background-color: #fff;
    }

    .aga_ckbox_main .aga_ckbox_que-sheet table td:first-child,
    .aga_ckbox_main .aga_ckbox_que-sheet table td:last-child {
        text-align: center;
    }

    .aga_ckbox_main .aga_ckbox_que-sheet table td:last-child[data-que_pt="4"],
    .aga_ckbox_main .aga_ckbox_que-sheet table td:last-child[data-que_pt="5"] {
        background-color: #ffbdbd;
        font-weight: 700;
        color: #ff0000;
    }

    .aga_ckbox_item {
        border: 3px solid #0069b7;
        padding: 10px;
        margin: 35px 0;
        box-sizing: border-box;
        background-color: #fff;
        border-radius: 7px;
    }

    .aga_ckbox_item .aga_ckbox_item_img {
        width: 100%;
        margin: 10px auto;
        text-align: center;
    }

    .aga_ckbox_item .aga_ckbox_item_img img {
        width: 200px;
        height: auto;
        display: block;
        margin: 10px auto;
    }

    .aga_ckbox_item .aga_ckbox_item_img a:hover img {
        opacity: .5;
    }

    .aga_ckbox_item .aga_ckbox_item_tbl table {
        border: 1px solid #ccc;
        border-collapse: collapse;
        margin: 20px 5px 10px;
        width: 97%;
    }

    .aga_ckbox_item .aga_ckbox_item_tbl table th,
    .aga_ckbox_item .aga_ckbox_item_tbl table td {
        border: 1px solid #ccc;
        font-size: 14px;
        padding: 10px;
    }

    .aga_ckbox_item .aga_ckbox_item_tbl table th {
        width: 80px;
        background-color: #eee;
        font-size: 12px;
    }

    .aga_ckbox_item .aga_ckbox_item_tbl table td {
        background-color: #fff;
    }

    .aga_ckbox_item .aga_ckbox_item_tbl table td p {
        margin: 10px 0;
    }

    .aga_ckbox_button {
        width: 90%;
        margin: 0px auto;
        padding: 0 0 15px;
        line-height: 0;
    }
    .aga_ckbox_button br{
        display: none;
    }

    .aga_ckbox_button a {
        display: block;
        text-decoration: none;
        color: #333;
        background-color: #ffe20d;
        padding: 20px;
        margin: 20px auto;
        text-align: center;
        border-radius: 5px;
        font-size: 17px;
        font-weight: 700;
        line-height: 1;
        position: relative;
    }
    .aga_ckbox_button a:before{
        font-family: 'Font Awesome 5 Free';
        content: '\f35d';
        font-size: 0.9em;
        font-weight: 900;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 32px;
        margin: auto;
        width: 0;
        height: 0;
        line-height: 0;
    }
    .aga_ckbox_button a:hover {
        background-color: #ffeb54;
    }

    
    .ckbox_main_fuki_l,
    .ckbox_main_fuki_r{
        background-color: #eee;
        padding: 10px;
        box-sizing: border-box;
        border-radius: 30px;
        margin: 10px 0 15px;
        font-size: 12px;
        line-height: 1;
        width: 80%;
        position: relative;
        text-align: center;
    }
    @media screen and (max-width: 374px) {
        .ckbox_main_fuki_l,
        .ckbox_main_fuki_r{
            width: 77%;
        }
    }
    .ckbox_main_fuki_l span,
    .ckbox_main_fuki_r span{
        display: block;
        position: absolute;
        bottom: 0;
        width: 40px;
        height: 40px;
        background-image: url(/img/aga_check/aga_check_top_icon.png);
        background-repeat: no-repeat;
        background-size: contain;
    }
    .ckbox_main_fuki_l span{
        right: 105%;
        background-position: bottom left;
    }
    .ckbox_main_fuki_r span{
        left: 105%;
        background-position: bottom right;
    }

    .ckbox_main_fuki_l{
        margin-left: 60px;
    }
    .ckbox_main_fuki_r{
        margin-right: 60px;
    }

    .ckbox_main_fuki_l::after,
    .ckbox_main_fuki_r::after{
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border: 10px solid transparent;
    }

    .ckbox_main_fuki_l::after{
        left: -20px;
        border-right: 24px solid #eee;
    }
    .ckbox_main_fuki_r::after{
        right: -20px;
        border-left: 24px solid #eee;
    }


    @media screen and (min-width: 375px) {
        .ckbox_main_main{
            display: flex;
            flex-wrap: nowrap;
            margin: 30px auto;
            justify-content: space-around;
            align-items: end;
        }
        .ckbox_main_main_l{
            width: calc(100% - 130px);
            background-color: #d5eefe;
            padding: 14px;
            font-size: 14px;
            line-height: 22px;
            border-radius: 10px;
            box-sizing: border-box;
            position: relative;
        }
        .ckbox_main_main_l > p{
            margin-bottom: 10px;
        }
        .ckbox_main_main_l::after{
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            top: 0;
            bottom: 0;
            right: -30px;
            margin: auto;
            border: 15px solid transparent;
            border-left: 27px solid #d5eefe;
        }
        .ckbox_main_main_l .ckbox_main_main_txt{
            font-size: 20px;
            font-weight: 900;
            line-height: 27px;
            color: #0069b7;
        }
        .ckbox_main_main_r{
            width: 118px;
            height: 118px;
            background-image: url(/img/aga_check/aga_check_top_icon_te.png);
            background-repeat: no-repeat;
            background-position: center bottom;
            background-size: contain;
        }
    } 

    @media screen and (max-width: 374px) {
        .ckbox_main_main{
            width: 100%;
            margin: 30px auto;
            justify-content: space-around;
            background-color: #d5eefe;
            border-radius: 10px;
            background-image: url(/img/aga_check/aga_check_top_icon_te.png);
            background-repeat: no-repeat;
            background-position: right bottom;
            background-size: 100px;
        }
        .ckbox_main_main_l{
            padding: 14px;
            font-size: 14px;
            line-height: 22px;
        }

        .ckbox_main_main_l .ckbox_main_main_txt{
            font-size: 20px;
            font-weight: 900;
            line-height: 27px;
            color: #0069b7;
        }
    }

    /* 追記CSS */
    #aga_ckbox_window {
        height: 550px;
    }

    .aga_ckbox #aga_ckbox_window {
        overflow-y: auto;
        overflow-y: scroll;
        position: relative;
        overflow-x: inherit;
        overflow-x: hidden;
    }

    .aga_ckbox_main {
        height: auto;
    }

    .aga_ckbox .aga_ckbox_main {
        min-width: inherit;
        margin: inherit;
        position: absolute;
    }

    .aga_ckbox .aga_ckbox_main.top {
        height: 550px;
        position: absolute;
    }
}

/* BMI計測用 */
@media screen and (min-width: 481px ) {
    #bmi_ckbox_window{
        padding: 0;
        background: #fff;
        border-radius: 5px;
        border: 5px solid #0069b7;
        color: #0069b7;
        width: 90%;
        margin: 35px auto;
    }
    #bmi_ckbox_window br{
        display: none;
    }
    .bmi_ckbox{
        display: block;
        margin: 30px;
    }
    .bmi_ckbox .bmi_ckbox_clm{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 80%;
        margin: 0 auto;
    }
    .bmi_ckbox .bmi_ckbox_clm dt,
    .bmi_ckbox .bmi_ckbox_clm dd{
        margin: 10px 0;
    }
    .bmi_ckbox .bmi_ckbox_clm dt{
        width: 130px;
        text-align: right;
        margin-right: 10px;
        font-size: 18px;
        letter-spacing: 1px;
        font-weight: 700;
    }
    .bmi_ckbox .bmi_ckbox_clm dd{
        width: calc(100% - 150px);
        font-size: 17px;
        font-weight: 700;
    }
    .bmi_ckbox .bmi_ckbox_clm dd input{
        width: calc(60% - 10px);
        font-size: 22px;
        line-height: 1;
        padding: 10px;
        margin-right: 10px;
    }
    
    .bmi_ckbox_btn{
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        margin: 10px;
        width: 80%;
        margin: 0 auto;
    }
    .bmi_ckbox_btn .ckbox_btn{
        font-family: 'Noto Sans JP';
        font-size: 17px;
        font-weight: 400;
        width: 200px;
        margin: 10px;
        padding: 15px;
        box-sizing: border-box;
        background-color: #0069b7;
        border: none;
        color: #fff;
        text-align: center;
        display: block;
        border-radius: 5px;
        cursor: pointer;
    }
    
    .bmi_ckbox_btn .ckbox_btn.reset{
        background-color: #818181;
    }
    
    .bmi_ckbox_btn .ckbox_btn:hover{
        opacity: .75;
    }
    
    .bmi_ckbox_result{
        font-size: 20px;
        margin: 20px auto;
        font-weight: 700;
        background-color: #e4f2fd;
        padding: 30px;
        width: 90%;
        border-radius: 5px;
        color: #333;
    }
    .bmi_ckbox_result .bmi_ckbox_res_val{
        width: 250px;
        color: #0069b7;
        border: 3px solid #0069b7;
        background-color: #fff;
        border-radius: 5px;
        text-align: center;
        padding: 20px;
        font-size: 40px;
        line-height: 1;
        font-weight: 700;
        margin: 7px auto;
        display: block;
    }
    
    .bmi_ckbox_result .bmi_ckbox_res_obesity{
        width: 400px;
        text-align: center;
        margin: 15px auto;
        font-weight: 700;
    }
    .bmi_ckbox_result .bmi_ckbox_res_obesity_mark{
        padding: 20px;
        font-size: 35px;
        line-height: 1;
        color: #0069b7;
        border-bottom: 3px solid #0069b7;
        height: 70px;
        width: 240px;
        margin: 0 10px -15px;
        display: inline-block;
        text-align: center;
        box-sizing: border-box;
        font-weight: 700;
    }
}

@media screen and (max-width: 480px ) {
    #bmi_ckbox_window{
        padding: 0;
        background: #fff;
        border-radius: 5px;
        border: 5px solid #0069b7;
        color: #0069b7;
        width: 90%;
        margin: 35px auto;
    }
    #bmi_ckbox_window br{
        display: none;
    }
    .bmi_ckbox{
        display: block;
        margin: 20px;
    }
    .bmi_ckbox .bmi_ckbox_clm{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin: 0 auto;
    }
    .bmi_ckbox .bmi_ckbox_clm dt,
    .bmi_ckbox .bmi_ckbox_clm dd{
        margin: 10px 0;
    }
    .bmi_ckbox .bmi_ckbox_clm dt{
        width: 60px;
        text-align: right;
        margin-right: 10px;
        font-size: 18px;
        letter-spacing: 1px;
        font-weight: 700;
        white-space: pre;
    }
    .bmi_ckbox .bmi_ckbox_clm dd{
        width: calc(100% - 80px);
        font-size: 17px;
        font-weight: 700;
        white-space: pre;
    }
    .bmi_ckbox .bmi_ckbox_clm dd input{
        width: 75%;
        font-size: 22px;
        line-height: 1;
        padding: 10px;
        margin-right: 10px;
    }
    
    .bmi_ckbox_btn{
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        margin: 10px auto;
    }
    .bmi_ckbox_btn .ckbox_btn{
        font-family: 'Noto Sans JP';
        font-size: 17px;
        font-weight: 400;
        width: 200px;
        margin: 10px;
        padding: 15px;
        box-sizing: border-box;
        background-color: #0069b7;
        border: none;
        color: #fff;
        text-align: center;
        display: block;
        border-radius: 5px;
        cursor: pointer;
    }
    
    .bmi_ckbox_btn .ckbox_btn.reset{
        background-color: #818181;
    }
    
    .bmi_ckbox_btn .ckbox_btn:hover{
        opacity: .75;
    }
    
    @media screen and (max-width: 320px){
        .bmi_ckbox .bmi_ckbox_clm dt{
            width: 50px;
        }
        .bmi_ckbox .bmi_ckbox_clm dd{
            width: calc(100% - 70px);
        }
        .bmi_ckbox_btn{
            display: block;
            margin: 10px auto;
        }
        .bmi_ckbox_btn .ckbox_btn{
            width: 150px;
            margin: 15px auto;
        }
    }
    
    .bmi_ckbox_result{
        font-size: 20px;
        margin: 20px auto;
        font-weight: 700;
        background-color: #e4f2fd;
        padding: 30px;
        border-radius: 5px;
        color: #333;
    }
    @media screen and (max-width: 320px){
        .bmi_ckbox_result{
            padding: 25px;
        }
    }
    
    .bmi_ckbox_result .bmi_ckbox_res_val{
        width: 100%;
        color: #0069b7;
        border: 3px solid #0069b7;
        background-color: #fff;
        border-radius: 5px;
        text-align: center;
        padding: 20px;
        font-size: 40px;
        line-height: 1;
        font-weight: 700;
        margin: 7px auto;
        display: block;
    }
    
    .bmi_ckbox_result .bmi_ckbox_res_obesity{
        margin: 25px 0 0;
        font-weight: 700;
    }
    .bmi_ckbox_result .bmi_ckbox_res_obesity_mark{
        padding: 20px 0;
        font-size: 35px;
        line-height: 1;
        color: #0069b7;
        border-bottom: 3px solid #0069b7;
        height: 70px;
        width: 100%;
        margin: 0 5px 15px;
        display: block;
        text-align: center;
        box-sizing: border-box;
        font-weight: 700;
    }
    .bmi_ckbox_res_obesity_ta_r{
        text-align: right;
        display: block;
    }
}

/* スタッフ体験談 */
@media screen and (min-width: 481px ) {
    .staff__reviewbox{
        width: 600px;
        display: flex;
        flex-wrap: wrap;
        margin: 20px 0;
        clear: both;
        border: 1px solid #ccc;
        padding: 20px;
        border-radius: 5px;
    }
    .staff__reviewbox :not(.staff__rb_text) br{
        display: none;
    }
    .staff__reviewbox .staff__rb_img{
        width: 200px;
    }
    .staff__reviewbox .staff__rb_img img{
        background-color: #eee;
        width: 180px;
        height: 180px;
        object-fit: contain;
        display: block;
    }
    .staff__reviewbox .staff__rb_data{
        width: calc(100% - 200px);
    }
    .staff__reviewbox .staff__rb_data .rb_data_param{
        border-left: 1px solid #eee;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .staff__reviewbox .staff__rb_data .rb_data_param p{
        display: none;
    }
    .rb_data_param dt, .rb_data_param dd{
        display: block;
        margin-bottom: 5px;
    }
    .rb_data_param dt{
        width: 100px;
        text-align: center;
        font-size: 13px;
        font-weight: 700;
    }
    .rb_data_param dt.gen{
        font-size: 15px;
    }
    .rb_data_param dd{
        width: calc(100% - 100px);
        position: relative;
        display: flex;
        flex-wrap: nowrap;
    }
    .rb_data_param dd div{
        width: calc(20% - 6px);
        height: 20px;
        margin: 3px !important;
        padding: 0 !important;
        display: block;
        background-color: #eee;
        border-radius: 5px;
    }
    .rb_data_param dd{
        background-image: url(/img/item/item_staff_mark_bg.png);
        background-repeat: no-repeat;
        background-size: contain;
        height: 20px;
        margin: 5px 0px;
    }
    .rb_data_param dd[data-param="1"]{
        background-image: url(/img/item/item_staff_mark_bg_1.png);
    }
    .rb_data_param dd[data-param="2"]{
        background-image: url(/img/item/item_staff_mark_bg_2.png);
    }
    .rb_data_param dd[data-param="3"]{
        background-image: url(/img/item/item_staff_mark_bg_3.png?ver=240627);
    }
    .rb_data_param dd[data-param="4"]{
        background-image: url(/img/item/item_staff_mark_bg_4.png);
    }
    .rb_data_param dd[data-param="5"]{
        background-image: url(/img/item/item_staff_mark_bg_5.png);
    }
    
    .rb_data_param dd[data-param="1"] div:nth-of-type(1){
        background-color: #ffe20d;
    }
    .rb_data_param dd[data-param="2"] div:nth-of-type(1),
    .rb_data_param dd[data-param="2"] div:nth-of-type(2){
        background-color: #ffe20d;
    }
    .rb_data_param dd[data-param="3"] div:nth-of-type(1),
    .rb_data_param dd[data-param="3"] div:nth-of-type(2),
    .rb_data_param dd[data-param="3"] div:nth-of-type(3){
        background-color: #ffe20d;
    }
    .rb_data_param dd[data-param="4"] div:nth-of-type(1),
    .rb_data_param dd[data-param="4"] div:nth-of-type(2),
    .rb_data_param dd[data-param="4"] div:nth-of-type(3),
    .rb_data_param dd[data-param="4"] div:nth-of-type(4){
        background-color: #ffe20d;
    }
    .rb_data_param dd[data-param="5"] div{
        background-color: #ffe20d;
    }
    
    .staff__rb_text{
        border-top: 1px solid #eee;
        width: 100%;
        margin-top: 15px;
        padding-top: 15px;
        font-size: 15px;
        line-height: 24px;
    }
    .staff__rb_text p{
        margin: 0 0 10px !important;
    }
    
}

@media screen and (max-width: 480px ) {
    .staff__reviewbox{
        display: flex;
        flex-wrap: wrap;
        margin: 20px 5px;
        clear: both;
        border: 1px solid #ccc;
        padding: 15px;
        border-radius: 5px;
    }
    .staff__reviewbox :not(.staff__rb_text) br{
        display: none;
    }
    .staff__reviewbox .staff__rb_img{
        width: 110px;
    }
    .staff__reviewbox .staff__rb_img img{
        background-color: #eee;
        width: 110px;
        height: 110px;
        object-fit: contain;
        display: block;
    }
    .staff__reviewbox .staff__rb_data{
        width: calc(100% - 110px);
    }
    .staff__reviewbox .staff__rb_data .rb_data_param{
        /*border-left: 1px solid #eee;*/
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .staff__reviewbox .staff__rb_data .rb_data_param p{
        display: none;
    }
    .rb_data_param dt, .rb_data_param dd{
        display: block;
        margin: 0 0 7px;
    }
    .rb_data_param dt{
        width: 80px;
        text-align: center;
        font-size: 12px;
        font-weight: 700;
    }
    .rb_data_param dt.gen{
        font-size: 15px;
    }
    .rb_data_param dd{
        width: calc(100% - 80px);
        position: relative;
        display: flex;
        flex-wrap: nowrap;
    }
    .rb_data_param dd div{
        width: calc(20% - 6px);
        height: 16px;
        margin: 3px !important;
        padding: 0 !important;
        display: block;
        background-color: #eee;
        border-radius: 3px;
    }
    
    .rb_data_param dd{
        background-image: url(/img/item/item_staff_mark_bg.png);
        background-repeat: no-repeat;
        background-size: 100% 15px;
        height: 15px;
    }
    .rb_data_param dd[data-param="1"]{
        background-image: url(/img/item/item_staff_mark_bg_1.png);
    }
    .rb_data_param dd[data-param="2"]{
        background-image: url(/img/item/item_staff_mark_bg_2.png);
    }
    .rb_data_param dd[data-param="3"]{
        background-image: url(/img/item/item_staff_mark_bg_3.png?ver=240627);
    }
    .rb_data_param dd[data-param="4"]{
        background-image: url(/img/item/item_staff_mark_bg_4.png);
    }
    .rb_data_param dd[data-param="5"]{
        background-image: url(/img/item/item_staff_mark_bg_5.png);
    }
    
    
    .rb_data_param dd[data-param="1"] div:nth-of-type(1){
        background-color: #ffe20d;
    }
    .rb_data_param dd[data-param="2"] div:nth-of-type(1),
    .rb_data_param dd[data-param="2"] div:nth-of-type(2){
        background-color: #ffe20d;
    }
    .rb_data_param dd[data-param="3"] div:nth-of-type(1),
    .rb_data_param dd[data-param="3"] div:nth-of-type(2),
    .rb_data_param dd[data-param="3"] div:nth-of-type(3){
        background-color: #ffe20d;
    }
    .rb_data_param dd[data-param="4"] div:nth-of-type(1),
    .rb_data_param dd[data-param="4"] div:nth-of-type(2),
    .rb_data_param dd[data-param="4"] div:nth-of-type(3),
    .rb_data_param dd[data-param="4"] div:nth-of-type(4){
        background-color: #ffe20d;
    }
    .rb_data_param dd[data-param="5"] div{
        background-color: #ffe20d;
    }
    
    .staff__rb_text{
        border-top: 1px solid #eee;
        width: 100%;
        margin-top: 15px;
        padding-top: 15px;
        font-size: 14px;
        line-height: 22px;
    }
    .staff__rb_text p{
        margin: 0 0 10px !important;
    }
    
}

@media screen and (min-width: 769px ) {
    /* 241021 吹きだしボックス */
    .chat_container{
        background: #dae9f9;
        margin: 15px;
        padding: 25px;
        box-sizing: border-box;
    }
    .chatbox{
        width: 70%;
        display: flex;
        flex-wrap: nowrap;
        margin: 10px 0;
        align-items: start;
        gap: 15px 20px;
    }
    .chatbox .chatbox__icon{
        width: 130px;
    }
    .chatbox .chatbox__icon .chatbox__icon_img{
        background-color: #fff;
        background-repeat: no-repeat;
        border: 2px solid #fff;
        background-position: 50% 50%;
        background-size: cover;
        width: 120px;
        height: 120px;
        border-radius: 20px;
        margin: 0 auto;
    }
    .chatbox .chatbox__icon .chatbox__icon_img img{
        width: 116px;
        height: 116px;
        border-radius: 20px;
        object-fit: cover;
        display: block;
        margin: auto;
    }
    .chatbox .chatbox__icon .chatbox__icon_img{
        background-image: url();
    }
    .chatbox .chatbox__icon .chatbox__icon_img.valif_sensei01{
        background-image: url(/img/icon/sensei/sensei_icon_va01.png?ver=1);
        background-color: #BDE5F6;
    }
    .chatbox .chatbox__icon .chatbox__icon_img.valif_sensei02{
        background-image: url(/img/icon/sensei/sensei_icon_va02.png?ver=1);
        background-color: #fefbcf;
    }
    .chatbox .chatbox__icon .chatbox__icon_img.valif_sensei03{
        background-image: url(/img/icon/sensei/sensei_icon_va03.png?ver=1);
        background-color: #e4f2d2;
    }
    .chatbox .chatbox__icon .chatbox__icon_img.valif_sensei04{
        background-image: url(/img/icon/sensei/sensei_icon_va04.png?ver=1);
        background-color: #F7DED9;
    }


    .chatbox .chatbox__icon .chatbox__icon_img_txt{
        margin: 5px 0;
        text-align: center;
        font-size: 13px;
        color: #777;
    }
    .chatbox .chatbox__fuki{
        width: calc(100% - 80px);
        position: relative;
        background-color: #fff;
        border: 2px solid #ddd;
        border-radius: 10px;
        padding: 10px 15px;
        box-sizing: border-box;
        margin-top: 10px;
    }
    .chatbox .chatbox__fuki::before,
    .chatbox .chatbox__fuki::after{
        content: "";
        border: 10px solid transparent;
        position: absolute;
        top: 15px;
        width: 0;
        height: 0;
    }
    .chatbox .chatbox__fuki p{
        font-size: 14px;
        line-height: 22px;
        margin: 5px 0;
    }

    /* 吹きだし右寄せ */
    .chatbox.chat__r{
        margin: 15px 0 15px auto;
    }
    .chatbox.chat__r .chatbox__fuki{
        border-color: #0069b7;
        box-shadow: 3px 3px 0px #0069b77a;
    }
    .chatbox.chat__r .chatbox__fuki::before{
        border-left: 15px solid #0069b7;
        right: -25px;
    }
    .chatbox.chat__r .chatbox__fuki::after{
        border-left: 15px solid #fff;
        right: -22px;
    }
    /* 吹きだし左寄せ */
    .chatbox.chat__l{
        margin: 15px auto 15px 0;
    }
    .chatbox.chat__l .chatbox__fuki{
        border-color: #ffe314;
        box-shadow: 3px 3px 0px #ffe3147a;
    }
    .chatbox.chat__l .chatbox__fuki::before{
        border-right: 15px solid #ffe314;
        left: -25px;
    }
    .chatbox.chat__l .chatbox__fuki::after{
        border-right: 15px solid #fff;
        left: -22px;
    }

    .chatbox.chat__l .chatbox__fuki,
    .chatbox.chat__r .chatbox__icon{
        order: 2;
    }
    .chatbox.chat__l .chatbox__icon,
    .chatbox.chat__r .chatbox__fuki{
        order: 1;
    }
}

@media screen and (max-width: 768px ) {
    /* 241021 吹きだしボックス */
    .chat_container{
        background: #dae9f9;
        margin: 15px 0;
        padding: 15px;
        box-sizing: border-box;
    }
    .chatbox{
        display: flex;
        flex-wrap: nowrap;
        margin: 10px 0;
        align-items: start;
        gap: 20px;
    }
    @media screen and (min-width: 600px) {
        .chatbox{
            width: 70%;
        }
    }
    .chatbox .chatbox__icon{
        width: 100px;
    }
    @media screen and (min-width: 600px) {
        .chatbox .chatbox__icon{
            width: 90px;
        }
    }
    .chatbox .chatbox__icon .chatbox__icon_img{
        background-color: #fff;
        border: 1px solid #fff;
        width: 90px;
        height: 90px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
        border-radius: 10px;
        margin: 0 auto;
    }
    @media screen and (min-width: 600px) {
        .chatbox .chatbox__icon .chatbox__icon_img{
            width: 80px;
            height: 80px;
        }
    }
    .chatbox .chatbox__icon .chatbox__icon_img img{
        width: 88px;
        height: 88px;
        border-radius: 10px;
        object-fit: cover;
        display: block;
        margin: auto;
    }
    @media screen and (min-width: 600px) {
        .chatbox .chatbox__icon .chatbox__icon_img img img{
            width: 78px;
            height: 78px;
        }
    }
    .chatbox .chatbox__icon .chatbox__icon_img{
        background-image: url();
    }
    .chatbox .chatbox__icon .chatbox__icon_img.valif_sensei01{
        background-image: url(/img/icon/sensei/sensei_icon_va01.png?ver=1);
        background-color: #BDE5F6;
    }
    .chatbox .chatbox__icon .chatbox__icon_img.valif_sensei02{
        background-image: url(/img/icon/sensei/sensei_icon_va02.png?ver=1);
        background-color: #fefbcf;
    }
    .chatbox .chatbox__icon .chatbox__icon_img.valif_sensei03{
        background-image: url(/img/icon/sensei/sensei_icon_va03.png?ver=1);
        background-color: #e4f2d2;
    }
    .chatbox .chatbox__icon .chatbox__icon_img.valif_sensei04{
        background-image: url(/img/icon/sensei/sensei_icon_va04.png?ver=1);
        background-color: #F7DED9;
    }

    .chatbox .chatbox__icon .chatbox__icon_img_txt{
        margin: 5px 0;
        text-align: center;
        font-size: 12px;
        color: #777;
    }
    .chatbox .chatbox__fuki{
        width: calc(100% - 50px);
        position: relative;
        background-color: #fff;
        border: 2px solid #ddd;
        border-radius: 10px;
        padding: 7px 12px;
        box-sizing: border-box;
        margin-top: 10px;
    }
    @media screen and (min-width: 600px) {
        .chatbox .chatbox__fuki{
            width: calc(100% - 80px);
        }
    }
    .chatbox .chatbox__fuki::before,
    .chatbox .chatbox__fuki::after{
        content: "";
        border: 10px solid transparent;
        position: absolute;
        top: 25%;
        width: 0;
        height: 0;
    }
    .chatbox .chatbox__fuki p{
        font-size: 13px;
        line-height: 21px;
        margin: 5px 0;
    }

    /* 吹きだし右寄せ */
    .chatbox.chat__r{
        margin: 15px 0 5px auto;
    }
    .chatbox.chat__r .chatbox__fuki{
        border-color: #0069b7;
        box-shadow: 3px 3px 0px #0069b77a;
    }
    .chatbox.chat__r .chatbox__fuki::before{
        border-left: 15px solid #0069b7;
        right: -25px;
    }
    .chatbox.chat__r .chatbox__fuki::after{
        border-left: 15px solid #fff;
        right: -22px;
    }
    /* 吹きだし左寄せ */
    .chatbox.chat__l{
        margin: 25px auto 15px 0;
    }
    .chatbox.chat__l .chatbox__fuki{
        border-color: #ffe314;
        box-shadow: 3px 3px 0px #ffe3147a;
    }
    .chatbox.chat__l .chatbox__fuki::before{
        border-right: 15px solid #ffe314;
        left: -25px;
    }
    .chatbox.chat__l .chatbox__fuki::after{
        border-right: 15px solid #fff;
        left: -22px;
    }

    .chatbox.chat__l .chatbox__fuki,
    .chatbox.chat__r .chatbox__icon{
        order: 2;
    }
    .chatbox.chat__l .chatbox__icon,
    .chatbox.chat__r .chatbox__fuki{
        order: 1;
    }
}


@media screen and (min-width: 768px) {      /* 240808 折りたたみつきグレーボックス */
    .notice_box2{
        border-radius: 7px;
        padding: 20px;
        margin: 20px 0;
        background-color: #f2f2f2;
    }
    .notice_box2 .nb2_box__label{
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        text-align: center;
        margin: 0 0 7px;
        position: relative;
    }

    .notice_box2.accordion_on:hover{
        background-color: #ddd;
    }
    .notice_box2.accordion_on{
        cursor: pointer;
    }
    .notice_box2.accordion_on .nb2_box__label{
        padding: 22px 30px 20px;
        margin: -20px;
    }
    .notice_box2.accordion_on .nb2_box__label::after,
    .notice_box2.accordion_on .nb2_box__label.main-active::after{
        color: #888787;
        /*font-family: "Font Awesome 5 Free";*/
        font-family: 'FontAwesome';
        font-size: 28px;
        /*font-weight: 900;*/
        font-weight: 400;
        position: absolute;
        top: 2px;
        bottom: 0;
        right: 45px;
        margin: auto;
        line-height: 0;
        width: 0;
        height: 0;
    }
    .notice_box2.accordion_on .nb2_box__label::after{
        content: "\f067";
    }
    .notice_box2.accordion_on .nb2_box__label.main-active::after{
        content: "\f068";
    }
    .notice_box2 .nb2_box__main{
        width: 100%;
        margin: 0 auto;
    }
    .notice_box2 .nb2_box__main div{
        margin: 10px 0;
    }
    .notice_box2 .nb2_box__main table{
        margin: 10px 0 0
    }
    .notice_box2.accordion_on .nb2_box__main{
        height: 0;
        overflow: hidden;
        transition: all 1s ease;
        opacity: 0;
    }
    .notice_box2.accordion_on .nb2_box__label.main-active + .nb2_box__main{
        padding-top: 30px;
        height: auto;
        opacity: 1;
    }
    .notice_box2 .nb2_box__main p:last-child{
        margin-bottom: 0;
    }

    .notice_box2 .nb2_box__main table td{
        background: #fff;
    }
}
@media screen and (max-width: 767px){     /* 240808 折りたたみつきグレーボックス */
    .notice_box2{
        border-radius: 7px;
        padding: 20px 15px;
        margin: 20px 0;
        background-color: #f2f2f2;
    }
    .notice_box2 .nb2_box__label{
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
        text-align: center;
        margin: 0 0 7px;
        position: relative;
    }
    
    .notice_box2.accordion_on:hover{
        background-color: #ddd;
    }
    .notice_box2.accordion_on{
        cursor: pointer;
    }
    .notice_box2.accordion_on .nb2_box__label{
        padding: 20px 50px;
        margin: -20px;
    }
    .notice_box2.accordion_on .nb2_box__label::after,
    .notice_box2.accordion_on .nb2_box__label.main-active::after{
        color: #888787;
        /*font-family: "Font Awesome 5 Free";*/
        font-family: 'FontAwesome';
        font-size: 25px;
        /*font-weight: 900;*/
        font-weight: 400;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 40px;
        margin: auto;
        line-height: 0;
        width: 0;
        height: 0;
    }
    .notice_box2.accordion_on .nb2_box__label::after{
        content: "\f067";
    }
    .notice_box2.accordion_on .nb2_box__label.main-active::after{
        content: "\f068";
    }
    .notice_box2 .nb2_box__main{
        width: 100%;
        margin: 0 auto;
    }
    .notice_box2 .nb2_box__main div{
        margin: 10px 0;
    }
    .notice_box2 .nb2_box__main table{
        margin: 10px 0 0;
    }
    .notice_box2.accordion_on .nb2_box__main{
        height: 0;
        overflow: hidden;
        transition: all 1s ease;
        opacity: 0;
    }
    .notice_box2.accordion_on .nb2_box__label.main-active + .nb2_box__main{
        padding-top: 20px;
        height: auto;
        opacity: 1;
    }
    .notice_box2 .nb2_box__main p:last-child{
        margin-bottom: 0;
    }

    .notice_box2 .nb2_box__main table td{
        background: #fff;
    }
}

/* 250116 商品ボックス */
.review_box_link {
    text-decoration: none;
    color: #333;
}
.review_box_link:hover{
    opacity: 0.6;
}
.review_box_link p{
    margin: 0;
}
.review_box_link .review_box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 650px;
    border: 3px solid #0069b7;
    padding: 1em;
    border-radius: 8px;
    margin-bottom: 1rem;
    margin: auto;
    font-size: 16px;
    box-sizing: border-box;
}

.review_box_link .review_box_txt {
    width: calc(100% - 118px);
}

.review_box_link .review_box .product_img img {
    width: 100%;
    max-width: 100px;
    display: block;
    margin: 0 1em 0 0;
}

.review_box_link .review_box .price {
    color: #a00000;
}

.review_box_link .review_box .product_name {
    color: #0069b7;
    text-decoration: underline;
    font-size: 16px;

}

.review_box_link .review_box .product_description {
    font-size: 13px;
    line-height: 1.6;
    margin: 5px 0;
}

@media screen and (min-width: 768px) {
    .review_box_link .review_box .product_description {
        margin: 7px 0;
    }
}

.review_box_link .review_count {
    font-size: 14px;
    vertical-align: top;
}

.review_box_link .pt_reviewbox img {
    width: 90px;
    height: auto;
    margin-right: 5px;
    object-fit: contain;
}

/* 250116 比較表 */
/* PC版 */
@media screen and (min-width: 960px) {
    .table_filter_tbl {
        padding: 0;
        margin: 0 0 50px;
        position: relative;
        z-index: 1;
    }

    .table_filter_tbl p {
        margin: 0;
    }

    .table_filter .table_filter_label {
        font-size: 20px;
        font-weight: 700;
        text-align: center;
    }

    .table_filter_box {
        background-color: #e8f5ff;
        padding: 0 0 15px;
        margin: 20px auto 10px;
        border-radius: 10px;
    }

    .table_filter_box ul.tbl_filter_type {
        display: flex;
        flex-wrap: nowrap;
        color: #555;
        gap: 20px;
        justify-content: center;
        padding: 0;
        margin: 20px 20px 0;
    }

    .table_filter_box ul.tbl_filter_type li {
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        margin-right: 20px;
        padding: 0;
        box-sizing: border-box;
        border-radius: 10px;
        line-height: 1;
        text-align: center;
        margin: 0;
    }

    .table_filter .table_filter_label {
        font-size: 20px;
        font-weight: 700;
        text-align: center;
    }

    .table_filter_mes_scrl {
        position: absolute;
        top: 25%;
        left: 25px;
        right: 0;
        width: 220px;
        margin: 0 auto;
        z-index: 4;
    }

    .table_filter_mes_scrl .table_filter_mes_scrl_icon {
        background-color: rgba(0, 0, 0, .75);
        border: 2px solid #fff;
        width: 240px;
        min-height: 200px;
        display: block;
        border-radius: 10px;
        position: relative;
        padding: 20px;
    }

    .table_filter_mes_scrl .table_filter_mes_scrl_icon .table_filter_mes_scrl_icon_img {
        width: 140px;
        height: 120px;
        margin: 0 auto 5px;
        display: block;
        background-image: url(/img/icon/tbl_filter/tbl_filter_icon.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
        animation: slideinTop 2s infinite;
        animation-timing-function: ease-in-out;

    }

    @keyframes slideinTop {
        0% {
            opacity: 0;
            transform: translateX(-70px);
        }

        15% {
            opacity: 0;
        }

        50% {
            opacity: 1;
            transform: translateX(0);
        }

        65% {
            opacity: 1;
            transform: translateX(0);
        }

        85% {
            opacity: 0;
        }

        100% {
            opacity: 0;
            transform: translateX(70px);
        }
    }

    .table_filter_mes_scrl .table_filter_mes_scrl_icon span {
        color: #fff;
        font-size: 15px;
        display: block;
        text-align: center;
    }

    .table_filter_box .ta_C,
    .table_filter_box_sub .ta_C {
        background: #c6e3f8;
        color: #0069b7;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        line-height: 1;
        padding: 10px;
        margin: 0 0 10px;
    }
    .table_filter_box > .ta_C{
        border-radius: 10px 10px 0 0;
    }

    .table_filter_box__sex {
        padding: 0;
    }

    .table_filter_box__type {
        display: none;
        padding: 20px 0 0;
    }

    .table_filter_box .tbl_filter_type {
        display: table;
    }

    .table_filter_box .tbl_filter_type li {
        list-style-type: none;
        display: table-cell;
    }

    .table_filter_box .tbl_filter_type.col2 li {
        width: 50%;
    }

    .table_filter_box .tbl_filter_type.col3 li {
        width: 33%;
    }

    .table_filter_box .tbl_filter_type li input {
        display: none;
    }

    .table_filter_box ul.tbl_filter_type li input+label {
        font-size: 15px;
        border: 3px solid #fff;
        background-color: #fff;
        border-radius: 10px;
        color: #333;
        text-align: center;
        font-weight: 700;
        padding: 15px 10px;
        display: block;
        line-height: 1;
        cursor: pointer;
        position: relative;
        height: 100%;
    }

    .table_filter_box ul.tbl_filter_type li input+label .dsp_inblc {
        display: inline-block;
    }

    .table_filter_box .tbl_filter_type li > div {
        height: 125px;
    }

    .table_filter_box .tbl_filter_type li > div:hover {
        background-color: #afd6f1;
    }

    .table_filter_box .tbl_filter_type li > div .img_icon {
        width: 75px;
        height: 75px;
        display: block;
        margin: 0 auto 10px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .table_filter_box .tbl_filter_type li > div.tbl_img_01 .img_icon {
        background-image: url(/img/icon/tbl_filter/tbl_filter_img01.png);
    }

    .table_filter_box .tbl_filter_type li > div.tbl_img_02 .img_icon {
        background-image: url(/img/icon/tbl_filter/tbl_filter_img02.png);
    }

    .table_filter_box .tbl_filter_type li > div.tbl_img_03 .img_icon {
        background-image: url(/img/icon/tbl_filter/tbl_filter_img03.png);
    }


    .table_filter_box .tbl_filter_type li input:checked+label {
        border-color: #0069b7;
    }

    .table_filter_tbl-box {
        margin: 10px 0;
        padding: 30px 0 0;
        overflow-y: hidden;
        overflow-x: auto;
        display: flex;
        flex-wrap: nowrap;
        position: relative;
    }

    .table_filter_tbl-box .tbl-box_cel {
        border-right: 1px dashed #62a3d4;
        border-bottom: 1px solid #62a3d4;
        padding: 5px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        font-size: 13px;
        line-height: 1.3;
    }

    .table_filter_tbl-box .tbl-box_cel.tbl-box_cel.tbl-btn {
        border-bottom: none;
    }

    .table_filter_tbl-box .tbl-box_cel.tbl-img {
        height: 155px;
        max-height: 155px;
    }

    .table_filter_tbl-box .tbl-box_cel.tbl-conce {
        height: 55px;
    }

    .table_filter_tbl-box .tbl-box_cel.tbl-compo {
        height: 80px;
    }

    .table_filter_tbl-box .tbl-box_cel.tbl-use {
        height: 55px;
    }

    .table_filter_tbl-box .tbl-box_cel.tbl-effect {
        height: 90px;
    }

    .table_filter_tbl-box .tbl-box_cel.tbl-price {
        height: 55px;
    }

    .table_filter_tbl-box .tbl-box_cel.tbl-btn {
        height: 85px;
    }

    .table_filter_tbl-box .tbl-box_cel.del_btn_tbl {
        height: 65px;
        border: none !important;
        background: #fff;
    }


    .table_filter_tbl-box .tbl-box_cel span {
        margin: 0 auto;
    }

    .table_filter_tbl-box .tbl-box_cel img {
        width: 100% !important;
        max-width: 90px !important;
        margin: 10px auto 0;
    }

    .no-border {
        border: none !important;
    }

    .mb_0 {
        margin-bottom: 0px !important;
    }

    .mb_30 {
        margin-bottom: 30px !important;
    }

    .bg-white {
        background-color: #fff;
    }

    .tbl-box_lbl {
        position: sticky;
        left: 0;
        color: #fff;
        background-color: #0069b7;
        z-index: 3;
    }

    .tbl-box_lbl::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 65px;
        right: 0;
        display: block;
    }

    .tbl-box_lbl div {
        width: 100px;
        text-align: center;
        font-weight: 700;
    }

    .tbl-box {
        min-width: 150px;
        max-width: 150px;
        position: relative;
    }

    .tbl-box span {
        margin: auto;
        text-align: center;
    }

    .tbl-box img {
        margin: 10px 0 0;
    }

    .tbl-box a.tbl_button {
        width: 90%;
        box-shadow: 0px 5px 0px #802323;
        background-color: #c21f1f;
        border: 3px solid #c21f1f;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        text-align: center;
        line-height: 1.2;
        display: block;
        padding: 7px;
        border-radius: 15px;
        box-sizing: border-box;
        margin: 0 auto;
        letter-spacing: -1px;
        position: relative;
        z-index: 2;
        text-decoration: none;
    }

    .tbl-box a.tbl_button:hover {
        color: #c21f1f;
        background-color: #fff;
        border: 3px solid #a00000;
    }

    .table_filter_tbl .f_del_btn {
        display: block;
        margin: 0 auto;
        padding: 10px;
        color: #666;
        background-color: #eee;
        border: 1px solid #ccc;
        font-size: 13px;
        width: 100px;
        line-height: 1;
        text-align: center;
        border-radius: 5px;
        position: relative;
        z-index: 2;
        cursor: pointer;
    }
    .table_filter_tbl .f_del_btn:hover{
        background-color: #dadada;
    }

    .table_filter_tbl .f_reset_btn {
        color: #666;
        text-align: center;
        margin: 20px auto;
        width: 300px;
        display: block;
        border: 1px soliD #cccccc;
        border-radius: 7px;
        font-size: 15px;
        line-height: 1;
        padding: 15px;
        background-color: #eeee;
        cursor: pointer;
    }

    .table_filter_tbl .f_reset_btn:hover {
        background-color: #ddd;
    }

    /* 追加　調整用CSS */
    .tbl_f_s_check {
        font-size: 15px;
        border: 3px solid #fff;
        background-color: #fff;
        border-radius: 10px;
        color: #333;
        text-align: center;
        font-weight: 700;
        padding: 7px;
        display: block;
        line-height: 1;
        cursor: pointer;
        position: relative;
        height: 100%;
    }

    .table_filter_box__type div.tbl_filter_type {
        font-size: 14px;
        border: 3px solid #fff;
        background-color: #fff;
        border-radius: 10px;
        color: #333;
        text-align: center;
        font-weight: 700;
        padding: 10px;
        display: block;
        line-height: 1;
        cursor: pointer;
        position: relative;
        height: 100%;
    }

    .tbl_f_s_check:hover,
    .table_filter_box__type div.tbl_filter_type:hover {
        background-color: #afd6f1;
    }


    .tbl_filter_sex.actv,
    div.tbl_filter_type.actv {
        border-color: #0069b7;
        pointer-events: none;
    }

    .pickup div:not(.del_btn_tbl) {
        background-color: #ffc9c9;
    }

    .pickup>span {
        position: absolute;
        top: -22px;
        left: 0;
        right: 0;
        z-index: 1;
        color: #fff;
        box-shadow: 0px 4px 0 yellow;
        border: 2px solid yellow;
        background-color: #ff0000;
        width: 90%;
        border-radius: 30px;
        font-size: 15px;
        font-weight: 700;
        line-height: 1;
        padding: 7px;
        text-align: center;
    }

    /* .pickup .blinking */
    .pickup .blinking {
        -webkit-animation: blink 1s ease-in-out infinite alternate;
        -moz-animation: blink 1s ease-in-out infinite alternate;
        animation: blink 1s ease-in-out infinite alternate;
    }

    @-webkit-keyframes blink {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-moz-keyframes blink {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes blink {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .dsp_inblc {
        display: inline-block !important;
    }

    .bg-gray {
        background-color: #eee;
    }

    .no-border {
        border: none !important;
    }

    .table_filter_tbl-box::-webkit-scrollbar {
        width: 20px;
        height: 15px;
    }
    .table_filter_tbl-box::-webkit-scrollbar-thumb {
        background-color: #bbb;
        border-radius: 10px;
    }

    .table_link-txt{
        font-size: 14px;
    }

}
/* SP版 */
@media screen and (max-width: 959px){
    /* 比較表 */
    .table_filter_tbl {
        padding: 0 0 30px;
        position: relative;
    }

    .table_filter_tbl p {
        margin: 0;
    }

    .table_filter_tbl-box {
        display: flex;
        flex-wrap: nowrap;
        margin: 10px 0;
        padding: 20px 0 0;
        overflow-x: auto;
    }

    .table_filter .table_filter_label {
        font-size: 20px;
        font-weight: 700;
        text-align: center;
    }

    .table_filter_mes_scrl {
        position: absolute;
        top: 25%;
        left: 0;
        right: 0;
        width: 180px;
        margin: 0 auto;
        z-index: 4;
    }

    .table_filter_mes_scrl .table_filter_mes_scrl_icon {
        background-color: rgba(0, 0, 0, .75);
        border: 2px solid #fff;
        width: 180px;
        height: 210px;
        display: block;
        border-radius: 10px;
        position: relative;
        padding: 20px;
        color: #fff;
        text-align: center;
    }

    .table_filter_mes_scrl .table_filter_mes_scrl_icon .table_filter_mes_scrl_icon_img {
        width: 140px;
        height: 120px;
        margin: 0 auto 5px;
        display: block;
        background-image: url(/img/icon/tbl_filter/tbl_filter_icon.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
        animation: slideinTop 2s infinite;
        animation-timing-function: ease-in-out;

    }

    @keyframes slideinTop {
        0% {
            opacity: 0;
            transform: translateX(-70px);
        }

        15% {
            opacity: 0;
        }

        50% {
            opacity: 1;
            transform: translateX(0);
        }

        65% {
            opacity: 1;
            transform: translateX(0);
        }

        85% {
            opacity: 0;
        }

        100% {
            opacity: 0;
            transform: translateX(70px);
        }
    }

    .table_filter_box .ta_C,
    .table_filter_box_sub .ta_C {
        background: #c6e3f8;
        color: #0069b7;
        text-align: center;
        font-size: 15px;
        font-weight: 700;
        line-height: 1;
        padding: 10px;
        margin: 0 0 15px;
    }
    .table_filter_box > .ta_C{
        border-radius: 10px 10px 0 0;
    }

    .table_filter_box ul.tbl_filter_type {
        display: flex;
        flex-wrap: nowrap;
        color: #555;
        gap: 15px;
        justify-content: center;
        padding: 0;
        margin: 10px;
    }

    .table_filter_box .tbl_filter_type li {
        list-style-type: none;
    }

    .table_filter_box .tbl_filter_type.col2 li {
        width: 50%;
    }

    .table_filter_box .tbl_filter_type.col3 li {
        width: 33%;
    }

    .table_filter_box .tbl_filter_type li input {
        display: none;
    }
    

    .table_filter_box ul.tbl_filter_type li input+label {
        font-size: 15px;
        border: 3px solid #fff;
        background-color: #fff;
        border-radius: 10px;
        color: #333;
        text-align: center;
        font-weight: 700;
        padding: 10px;
        display: block;
        line-height: 1;
        cursor: pointer;
    }

    .table_filter_box .tbl_filter_type li > div {
        height: min(35vw, 114px);
        font-size: min(3vw, 15px);
    }

    .table_filter_box .tbl_filter_type li > div:hover {
        background-color: #afd6f1;
    }

    .table_filter_box .tbl_filter_type li > div .img_icon {
        width: 60px;
        height: 60px;
        display: block;
        margin: 0 auto 10px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .table_filter_box .tbl_filter_type li > div.tbl_img_01 .img_icon {
        background-image: url(/img/icon/tbl_filter/tbl_filter_img01.png);
    }

    .table_filter_box .tbl_filter_type li > div.tbl_img_02 .img_icon {
        background-image: url(/img/icon/tbl_filter/tbl_filter_img02.png);
    }

    .table_filter_box .tbl_filter_type li > div.tbl_img_03 .img_icon {
        background-image: url(/img/icon/tbl_filter/tbl_filter_img03.png);
    }

    .table_filter_box .tbl_filter_type li input:checked+label {
        border-color: #0069b7;
    }

    .table_filter_box {
        background-color: #e8f5ff;
        padding: 0 0 5px;
        margin: 20px auto 10px;
        border-radius: 10px;
    }

    .table_filter_box ul.tbl_filter_type li {
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        display: block;
        margin-right: 20px;
        padding: 0;
        box-sizing: border-box;
        border-radius: 10px;
        line-height: 1;
        text-align: center;
        margin: 0;
    }
    
    .table_link-txt{
        font-size: 13px;
    }

    .table_filter_box__sex {
        padding: 0;
    }

    .table_filter_box__type {
        display: none;
        padding: 10px 0 0;
    }

    .table_filter_box .tbl_filter_type {
        display: flex;
        flex-wrap: nowrap;
        gap: 12px;
    }

    .table_filter_box .tbl_filter_type li {
        list-style-type: none;
    }

    .table_filter_box .tbl_filter_type.col2 li {
        width: 50%;
    }

    .table_filter_box .tbl_filter_type.col3 li {
        width: 33%;
    }

    .table_filter_box .tbl_filter_type li input {
        display: none;
    }

    .table_filter_box ul.tbl_filter_type li input+label .dsp_inblc {
        display: inline-block;
    }

    .table_filter_box ul.tbl_filter_type li input+label:hover {
        background-color: #afd6f1;
    }

    .table_filter_tbl-box .tbl-box_cel {
        border-bottom: 1px solid #62a3d4;
        border-right: 1px dashed #62a3d4;
        padding: 5px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        font-size: min(3vw, 12px);
        line-height: 1.3;
    }

    .table_filter_tbl-box .tbl-box_cel.tbl-box_cel.tbl-btn {
        border-bottom: none;
    }

    .table_filter_tbl-box .tbl-box_cel.tbl-img {
        height: 40vw;
        max-height: 135px;
    }

    .table_filter_tbl-box .tbl-box_cel.tbl-conce {
        height: 45px;
    }

    .table_filter_tbl-box .tbl-box_cel.tbl-compo {
        height: 90px;
    }

    .table_filter_tbl-box .tbl-box_cel.tbl-use {
        height: 45px;
    }

    .table_filter_tbl-box .tbl-box_cel.tbl-effect {
        height: 65px;
    }

    .table_filter_tbl-box .tbl-box_cel.tbl-price {
        height: 45px;
    }

    .table_filter_tbl-box .tbl-box_cel.tbl-btn {
        height: 75px;
    }

    .table_filter_tbl-box .tbl-box_cel.del_btn_tbl {
        height: 60px;
        white-space: pre;
        padding: 5px;
        margin: 0;
        background: #fff;
    }


    .table_filter_tbl-box .tbl-box_cel span {
        margin: auto;
    }

    .table_filter_tbl-box .tbl-box_cel img {
        width: 22vw !important;
        max-width: 80px;
        margin: 10px auto 0;
    }

    .no-border {
        border: none !important;
    }

    .tbl-box_lbl {
        position: sticky;
        left: 0;
        color: #fff;
        background-color: #0069b7;
        border-right: none !important;
        z-index: 3;
    }

    .tbl-box_lbl::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 65px;
        right: 0;
        display: block;
    }

    .tbl-box_lbl div {
        width: 70px;
        text-align: center;
        font-weight: 700;
    }

    .tbl-box {
        min-width: min(30vw, 130px);
        max-width: min(30vw, 130px);
        position: relative;
    }

    .tbl-box span {
        margin: auto;
        text-align: center;
    }

    .tbl-box img {
        margin: 10px 0 0;
    }

    .tbl-box a.tbl_button {
        width: 90%;
        box-shadow: 0px 5px 0px #802323;
        background-color: #c21f1f;
        border: 3px solid #c21f1f;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        text-align: center;
        line-height: 1.2;
        display: block;
        padding: 7px 5px;
        border-radius: 15px;
        box-sizing: border-box;
        margin: 0 auto 7px;
        letter-spacing: -1px;
        position: relative;
        z-index: 2;
        text-decoration: none;
    }

    .tbl-box a.tbl_button:hover {
        color: #c21f1f;
        background-color: #fff;
        border: 3px solid #a00000;
    }

    .del_btn_tbl {
        height: 65px;
    }

    .table_filter_tbl .f_del_btn {
        display: block;
        margin: 0 auto;
        padding: 10px;
        color: #666;
        background-color: #eee;
        border: 1px solid #ccc;
        font-size: 12px;
        line-height: 1;
        text-align: center;
        border-radius: 5px;
        position: relative;
        z-index: 2;
        width: 85%;
    }

    .table_filter_tbl .f_reset_btn {
        color: #666;
        text-align: center;
        margin: 10px auto;
        max-width: 400px;
        display: block;
        border: 1px soliD #cccccc;
        border-radius: 7px;
        font-size: 13px;
        line-height: 1;
        padding: 15px;
        background-color: #eeee;
        cursor: pointer;
        width: 60%;
    }

    /* pickup */
    .pickup div:not(.del_btn_tbl) {
        background-color: #ffc9c9;
    }

    .pickup>span {
        position: absolute;
        bottom: calc(100% - 7px);
        left: 0;
        right: 0;
        z-index: 1;
        box-shadow: 0px 4px 0 yellow;
        border: 2px solid yellow;
        background-color: #ff0000;
        width: 90%;
        border-radius: 30px;
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
        padding: 5px;
        text-align: center;
        color: #fff;
    }

    /* .pickup .blinking */
    .pickup .blinking {
        -webkit-animation: blink 1s ease-in-out infinite alternate;
        -moz-animation: blink 1s ease-in-out infinite alternate;
        animation: blink 1s ease-in-out infinite alternate;
    }

    @-webkit-keyframes blink {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-moz-keyframes blink {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes blink {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }


    .dsp_inblc {
        display: inline-block !important;
    }

    .bg-gray {
        background-color: #eee;
    }

    .no-border {
        border: none !important;
    }

    /* 追加　調整用CSS */
    .tbl_f_s_check {
        font-size: 14px;
        border: 3px solid #fff;
        background-color: #fff;
        border-radius: 7px;
        color: #333;
        text-align: center;
        font-weight: 700;
        padding: 7px;
        display: block;
        line-height: 1;
        cursor: pointer;
        position: relative;
        height: 100%;
    }

    .table_filter_box__type div.tbl_filter_type {
        letter-spacing: -1px;
        font-size: 13px;
        border: 3px solid #fff;
        background-color: #fff;
        border-radius: 10px;
        color: #333;
        text-align: center;
        font-weight: 700;
        padding: 5px;
        display: block;
        line-height: 1.2;
        cursor: pointer;
        position: relative;
        height: 100%;
    }

    .tbl_f_s_check:hover,
    .table_filter_box__type div.tbl_filter_type:hover {
        background-color: #afd6f1;
    }

    .tbl_filter_sex.actv,
    div.tbl_filter_type.actv {
        border-color: #0069b7;
        pointer-events: none;
    }

    .table_link-txt{
        font-size: 13px;
    }
}

/* 250423 PC/SP共通 */
.linktext.noyaji{
    display: block;
    text-align: right;
    margin-bottom: 30px;
}

.linktext.noyaji a {
	font-size: 16px;
}

.txt_bold { font-weight: 700; }
.t-l_fixed{ table-layout: fixed; }
.mt_40{ margin-top: 40px !important; }
.mb_50{ margin-bottom: 50px !important; }

