@charset "utf-8";

.floatL {
	float: left;
	margin: 0 10px 10px 0;
}

.floatR {
	float: right;
	margin: 0 0 10px 10px;
}

.floatC {
	display: block;
	margin: 10px auto;
}

.center {
	text-align: center;
}

.showy2 {
	padding: 0 3px;
	background: linear-gradient(#ffffff, #ffff22);
	background: #ffff22;
}

.font120 {
	font-size: 120%;
}

h2#guide {
	font-size: 1.6em;
	padding: 5px 0;
	color: #da0000;
	margin-bottom: 5px;
}

h3[id^="no"] {
	margin-top: 30px;
	color: #da0000;
}

h4 {
	font-weight: bold;
}

/* 文章 */
.opinionBody {
	margin: 0 3px 20px 3px;
	padding: 15px;
	color: #333;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.6;
	background: #fff;
	border: 1px solid #bbb;
	border-radius: 4px;
}

.opinionBody h4 {
	font-weight: bold;
}

.opinionBody h4.guide-h3 {
	clear: both;
}

.opinionBody .itemImg {
	width: 120px;
	border: 1px solid #bbb;
}

.opinionBody .itemImg:hover {
	border: 1px solid #f00;
}

.opinionBody .itemImg img {
	display: block;
	width: 120px;
}

.opinionBody p {
	font-size: 14px;
	margin-bottom: 15px;
}

.opinionBody p.mb30 {
	margin-bottom: 30px;
}

.opinionBody .gray {
	padding: 15px;
	margin: 10px auto 20px;
	background: #fafafa;
	border: 1px solid #cccccc;
	border-radius: 5px;
}

@media screen and (max-width: 640px) {

	h2#guide {
		font-size: 1.3em;
		padding: 8px 12px;
	}

	.opinionBody img {
		float: none;
		display: block;
		max-width: 100%;
		margin: 0 auto 10px;
	}

	iframe {
		width: calc(100% - 6px);
		height: auto;
	}

	.opinionBody p.mb30 {
		margin-bottom: 15px;
	}
}

/* 別ページへのリンク */
.detailpage_link {
	margin-top: 5px;
	text-align: right;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
}

.detailpage_link a {
	font-weight: bold;
	font-size: 1.1em;
}

.detailpage_link a:after {
	float: right;
	display: inline-block;
	margin-left: 3px;
	content: "\f061";
	font-family: FontAwesome;
	font-style: normal;
}

/* 商品へのリンク */
.item_link {
	text-align: right;
	font-size: 1.4em !important;
	font-weight: bold;
}

/* table */
.guideTable,
.symptomTable {
	width: calc(100% - 6px);
	margin: 0px auto 20px;
}

.guideTable.table_l_f {
	table-layout: fixed;
}

.guideTable.table_l_f td img {
	width: 100px;
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.guideTable caption,
.symptomTable caption {
	font-weight: bold;
}

.guideTable th,
.guideTable td,
.symptomTable th,
.symptomTable td {
	font-size: 13px;
	padding: 5px;
	border: 1px solid #f05070;
}

.guideTable th,
.symptomTable th {
	font-weight: bold;
	background: #fff0ff;
}

.guideTable th.left,
.symptomTable th.left {
	text-align: left;
}

.guideTable td,
.symptomTable td {
	background: #ffffff;
}

.guideTable td {
	/*	text-align: center;*/
}

.guideTable td img {
	max-width: 100px;
	display: block;
	margin: 0 auto;
}

.guideTable td img.large {
	max-width: 150px;
}

/*table 商品3列*/
@media screen and (max-width:640px) {
	.guideTable.col3 td img.large {
		max-width: 94px;
	}
	.guideTable.table_l_f td {
    white-space: break-spaces;
}
	.guideTable.table_l_f td img {
    max-width: initial;
}
}

.guideTable th.nowrap,
.guideTable td.nowrap {
	white-space: nowrap;
}

.symptomTable th {
	white-space: nowrap;
}

.symptomTable td.dot {
	border-bottom: 1px dotted #f05070;
}

.symptomTable td.noborder {
	border-top: 1px none;
}

.symptomTable span.male {
	color: #ffffff;
	padding: 1px 4px;
	margin-right: 3px;
	background: #3333ff;
}

.symptomTable span.female {
	color: #ffffff;
	padding: 1px 4px;
	margin-right: 3px;
	background: #ff3333;
}

.guideTable span.red {
	color: #ff0000;
}

.guideTable td p {
	font-size: 13px;
}

.guideTable td p:last-child {
	margin-bottom: 0;
}

.guideTable td p.item {
	font-size: 15px;
	color: #ff0000;
	font-weight: bold;
	margin: 10px 0;
}

.guideTable td p.link {
	text-align: right;
}

/* list */
.flexTable {
	width: calc(100% - 6px);
	margin: 0px auto 20px;
	display: flex;
	flex-wrap: wrap;

}

.flexTable li {
	width: 24%;
}

.flexTable .th,
.flexTable .td {
	margin: 0;
	padding: 5px;
	font-size: 13px;
	border: 1px solid #f05070;
	text-align: center;
}

.flexTable .th {
	font-weight: bold;
	background: #fff0ff;
	border-bottom: none;
	border-left: none;
}

.flexTable .td {
	background: #ffffff;
	border-left: none;
}

.flexTable li:first-child .th,
.flexTable li:first-child .td {
	border-left: 1px solid #f05070;
}

.flexTable .td img {
	max-width: 150px;
	display: block;
	margin: 0 auto;
}

/*引用*/
.opinionBody blockquote cite {
	display: inline-block;
}

@media screen and (max-width: 640px) {

	/*	.guideTable th:nth-child(3),
	.guideTable td:nth-child(3),
	.guideTable th:nth-child(6),
	.guideTable td:nth-child(6) {
		display: none;
	}
*/
	.guideTable th.sp_none,
	.guideTable td.sp_none {
		display: none;
	}

	.symptomTable th {
		white-space: normal;
	}

	/* list */
	.flexTable {}

	.flexTable li {
		width: 100%;
	}

	.flexTable .th {
		border-top: none;
		border-left: 1px solid #f05070;
	}

	.flexTable li:first-child .th {
		border-top: 1px solid #f05070;
	}

	.flexTable .td {
		border-left: 1px solid #f05070;
	}

	.flexTable .td img {
		width: 100%;
	}
}

/* 診断 */
.diagnosisArea {
	position: relative;
	width: 600px;
	height: 400px;
	margin: 20px auto;
	background: url("/guides/images/check/board.png") no-repeat 0 0 #fff;
	overflow: hidden;
}

.diagnosisArea:before {
	display: block;
	position: absolute;
	top: 11px;
	left: 226px;
	z-index: 2;
	width: 148px;
	height: 37px;
	content: "　";
	background: url("/guides/images/check/clip_head_l.png") no-repeat 0 0;
}

.diagnosisArea .jsNG {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 600px;
	height: 400px;
	padding: 100px 30px;
	background-color: rgba(0, 0, 0, 0.5);
}

.diagnosisArea .jsNG .pinkBox {
	width: 450px;
	margin: 15px 20px;
	padding: 10px 15px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 22px;
	background: #fff7fa;
	border: 2px solid #f0a0c0;
}

.startBox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	background: url("/guides/images/check/start.jpg") no-repeat 0 0;
	width: 600px;
	height: 400px;
	color: #696969;
	font-size: 27px;
	line-height: 37px;
	text-align: center;
	font-family: 'TanukiMagic', 'Helvetica Neue', Helvetica, Arial, Verdana, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.startBox h4 {
	padding: 60px 40px 0;
	font-weight: bold;
	color: #ff8c00;
	font-size: 30px;
	text-shadow: 1px 1px 2px #696969;
}

.startBox p {
	padding: 20px;
	font-size: 22px;
	line-height: 1.3;
}

.startBox p span.small {
	font-size: 18px;
}

.startBox .muryo {
	padding: 0 4px;
	color: #f00;
	font-size: 29px;
	text-shadow: 1px 1px 2px #696969;
}

.startBox img {
	position: absolute;
	bottom: 0;
	right: 5px;
	width: 280px;
	height: 280px;
}

.startBox .startBtn,
.startBox .startBtn_1,
.startBox .startBtn_2 {
	position: absolute;
	z-index: 10;
	color: #ffff70;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	background: #ff3300;
	padding: 5px 20px 10px;
	border-radius: 5px;
	cursor: pointer;
	line-height: 1;
}

.startBox .startBtn {
	bottom: 70px;
	right: 90px;
}

.startBox .startBtn_1,
.startBox .startBtn_2 {
	padding: 10px 20px;
	bottom: 80px;
}

.startBox .startBtn_1 {
	left: 90px;
}

.startBox .startBtn_2 {
	right: 90px;
}

.startBox .startBtn .raquo {
	font-size: 48px;
}

.startBox .startBtn:hover,
.startBox .startBtn_1:hover,
.startBox .startBtn_2:hover {
	color: #cab8d9;
}

.startBox .notes {
	position: absolute;
	bottom: 80px;
	left: 60px;
	width: 250px;
	font-size: 15px;
	line-height: 1.3;
	padding: 0;
	text-align: left;
	border: 0px solid #000000;
}

.checkBox {
	position: absolute;
	bottom: 40px;
	left: 119px;
	width: 420px;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 22px;
	background: #fff;
	border: 1px solid #808080;
}

.questionList {
	position: relative;
	width: 50000px;
	height: 353px;
}

.question,
.question_1,
.question_2 {
	float: left;
	width: 500px;
	height: 353px;
	margin: 23px 50px;
	background: #ffffff;
}

.qTitle {
	position: relative;
	width: 100%;
	height: 60px;
}

.qTitle.large {
	height: 70px;
}

.qTitle p {
	height: 40px;
	padding: 25px 20px 4px 70px;
	color: #1a0411;
	font-size: 20px;
	line-height: 44px;
}

.qTitle p.small {
	font-size: 17px;
	line-height: 1.3;
}

.qTitle p.more_small {
	font-size: 15px;
	line-height: 1.3;
}

.qTitle p.moresmall {
	font-size: 15px;
}

.qTitle:after {
	position: absolute;
	top: 15px;
	left: 20px;
	color: #1a0411;
	content: "Q.";
	font-size: 40px;
	line-height: 60px;
}

.qBody,
.qBody_1,
.qBody_2 {
	padding: 16px 15px 0 15px;
}

.qBody li,
.qBody_1 li,
.qBody_2 li {
	height: 40px;
	margin-bottom: 5px;
	font-size: 0;
	cursor: pointer;
	background: #fff;
	border: 1px solid #808080;
}

.qBody li:hover,
.qBody_1 li:hover,
.qBody_2 li:hover {
	background: #e6e6fa;
}

.qBody li i,
.qBody_1 li i,
.qBody_2 li i {
	float: left;
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	font-size: 30px;
	line-height: 1;
	background: #808080;
	border-right: 1px solid #808080;
}

.qBody li i:before,
.qBody_1 li i:before,
.qBody_2 li i:before {
	position: absolute;
	top: 12px;
	left: 12px;
	width: 16px;
	height: 16px;
	color: #fff;
	content: " ";
	background: #fff;
	border-radius: 2px;
}

.qBody li p,
.qBody_1 li p,
.qBody_2 li p {
	float: left;
	display: inline-block;
	width: 400px;
	height: 30px;
	padding: 5px 17px 5px 10px;
	font-size: 16px;
	line-height: 30px;
}

.qBody.small li p {
	font-size: 14px;
}

/*
.qBody_1 {
	height: 148px;
	padding: 16px 15px 0 15px;
}
.qBody_2 {
	height: 190px;
	padding: 16px 15px 0 15px;
}
*/
.qBody li.selected i:after,
.qBody_1 li.selected i:after,
.qBody_2 li.selected i:after {
	position: absolute;
	top: 4px;
	left: 11px;
	z-index: 1;
	color: #f00;
	content: "\f00c";
	font-family: FontAwesome;
	font-style: normal;
	font-size: 26px;
	line-height: 1;
	text-shadow: -1px -1px #fff, 1px -1px #fff, -1px 1px #fff, 1px 1px #fff;
}


.questionList:not(.answer2) .qBody li.selected p {
	color: #fff;
	background: #f07090;
}

.questionList:not(.answer2) .qBody li.selected i {
	background: #404040;
}

.questionList:not(.answer2) .qBody li.selected i {
	border-right: 1px solid #bababa;
}

.backBtn {
	height: 32px;
	padding: 5px 15px;
}

.backBtn a {
	display: block;
	width: 120px;
	height: 30px;
	color: #606060;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	background: #fff;
	border: 1px solid #808080;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.backBtn a:hover {
	background: #ffe0fa;
}

.progress {
	position: relative;
	width: 470px;
	height: 30px;
	margin: 2px auto 50px auto;
	background: #fff;
	border: 1px solid #909090;
}

.progress i:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	content: "";
	height: 30px;
	background: #baf0ff;
}

.progress p {
	position: absolute;
	top: 0;
	left: 10px;
	z-index: 2;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
}

.question.result,
.question_1.result,
.question_2.result {
	position: relative;
	width: 500px;
	height: 320px;
	margin: 45px 50px;
	border: none;
}

.question_1.result:before,
.question_2.result:before {
	display: block;
	position: absolute;
	top: -30px;
	left: 50%;
	z-index: 2;
	width: 148px;
	height: 37px;
	margin-left: -74px;
	padding-top: 26px;
	content: "　";
	background: url("/img/check/clip_head_l.png") no-repeat 0 0;
}

.result .rTitle {
	width: 200px;
	margin: 10px auto 0;
	color: #e00000;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 36px;
	border: 4px solid #e00000;
}

.result table {
	width: 500px;
	margin: 10px auto;
}

.result table th {
	width: 74px;
	padding: 10px 0;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #000;
}

.result table td {
	padding: 8px 15px;
	font-size: 15px;
	line-height: 20px;
	vertical-align: middle;
	border: 1px solid #000;
	border-left: none;
}

/*
.result .table2 {
	position: absolute;
	bottom: 0;
	left: 15px;
	width: 560px;
}
.result .table2 > div {
	vertical-align: middle;
}
.result .table2 .cell2 {
	text-align: right;
}
.result .table2 .cell2 a {
	font-size: 17px;
	font-weight: bold;
	line-height: 27px;
}
.result .table2 .cell1 a {
	float: left;
	display: block;
	position: relative;
	width: 80px;
	margin-right: 20px;
	padding: 5px 10px 5px 54px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
}
.result .table2 .cell1 a.twitter {
	color: #000;
	background: -webkit-linear-gradient(top,#faffff,#d0d0d0);
	background: -moz-linear-gradient(top,   #faffff,#d0d0d0);
	background: linear-gradient(to bottom,  #faffff,#d0d0d0);
	border: 1px solid #888;
}
.result .table2 .cell1 a.facebook {
	color: #fff;
	background: -webkit-linear-gradient(top,#4c69ba,#3b55a0);
	background: -moz-linear-gradient(top,   #4c69ba,#3b55a0);
	background: linear-gradient(to bottom,  #4c69ba,#3b55a0);
	border: 1px solid #3b55a0;
}
.result .table2 .cell1 a:after {
	position: absolute;
	top: 7px;
	left: 10px;
	font-family: FontAwesome;
	font-style: normal;
	font-size: 32px;
	line-height: 1;
}
.result .table2 .cell1 a.twitter:after {
	color: #55acee;
	content: "\f099";
}
.result .table2 .cell1 a.facebook:after {
	color: #fff;
	content: "\f230";
}
.result .table2 .cell1 a:hover {
	opacity: 0.9;
}
*/
#resultScore,
#resultScore_1,
#resultScore_2 {
	padding-right: 6px;
	font-size: 22px;
	font-weight: 900;
}


@media screen and (max-width: 640px) {
	.diagnosisArea {
		width: 300px;
		height: 320px;
		margin: 20px auto;
		background: url("/guides/images/check/board_sp.png") no-repeat 0 0 #fff;
	}

	.diagnosisArea:before {
		background: none;
	}

	.startBox {
		width: 280px;
		height: 300px;
		background: #fdf5e6;
		border: 10px solid #d2b48c;
	}

	.startBox h4 {
		padding: 15px 15px 5px;
		font-size: 25px;
	}

	.startBox p {
		text-align: left;
		padding: 20px 5px 60px;
		font-size: 18px;
		line-height: 1.3;
	}

	.startBox p span.small {
		font-size: 16px;
	}

	.startBox .muryo {
		font-size: 22px;
	}

	.startBox .startBtn {
		bottom: 20px;
		right: 10px;
		font-size: 20px;
	}

	.startBox .startBtn .raquo {
		font-size: 26px;
	}

	.startBox .notes {
		left: 10px;
		width: 260px;
	}

	/* 更年期 */
	.startBox .startBtn_1,
	.startBox .startBtn_2 {
		bottom: 20px;
		font-size: 20px;
	}

	.startBox .startBtn_1 {
		left: 20px;
	}

	.startBox .startBtn_2 {
		right: 20px;
	}

	.questionList {
		height: 320px;
	}

	.question,
	.question_1,
	.question_2 {
		width: 280px;
		height: 280px;
		margin: 10px;
	}

	.qTitle {
		height: 40px;
	}

	.qTitle p {
		padding: 10px 0 0 35px;
		line-height: 1.3;
	}

	.qTitle:after {
		font-size: 20px;
		top: -8px;
		left: 10px;
	}

	.qBody,
	.qBody_1,
	.qBody_2 {
		padding-top: 25px;
	}

	.qBody li,
	.qBody_1 li,
	.qBody_2 li {
		height: 30px;
	}

	.qBody li i,
	.qBody_1 li i,
	.qBody_2 li i {
		width: 30px;
		height: 30px;
	}

	.qBody li i:before,
	.qBody_1 li i:before,
	.qBody_2 li i:before {
		top: 7px;
		left: 7px;
	}

	.qBody li p,
	.qBody_1 li p,
	.qBody_2 li p {
		width: 206px;
		padding: 0px 5px;
	}

	.qBody li p.small {
		font-size: 14px;
		line-height: 1;
		padding-top: 2px;
	}

	.qBody li.selected i:after,
	.qBody_1 li.selected i:after,
	.qBody_2 li.selected i:after {
		left: 5px;
		font-size: 24px;
	}

	.progress {
		width: 248px;
		margin-bottom: 10px;
	}

	.question.result,
	.question_1.result,
	.question_2.result {
		width: 280px;
		height: 300px;
		margin: 10px;
	}

	.result .rTitle {
		margin: 5px auto;
		font-size: 18px;
		border: none;
	}

	.result table {
		width: 280px;
		margin: 0;
	}

	.result table th {
		width: auto;
		font-size: 14px;
		pading: 5px;
		white-space: nowrap;
		border-left: none;
	}

	.result table td {
		font-size: 14px;
		line-height: 1.3;
		padding: 5px;
		border-right: none;
	}

	span.sp_none {
		display: none;
	}

	.guideTable_cover {
		overflow-x: auto;
	}
}





.linkArea {
	margin: 0 3px 20px 3px;
	padding: 15px;
	border: 1px solid #bbb;
	background: #fff;
	border-radius: 4px;
	text-align: center;
}

.linkArea table {
	width: 550px;
	margin: 15px auto;
}

.linkArea table td {
	width: 155px;
	vertical-align: middle;
	/*	border: 1px solid #000; */
}

.linkArea table td.arrow {
	width: 54px;
	vertical-align: middle;
}

.linkArea table td.arrow img {
	width: 48px;
	margin: 0 3px;
}

.linkArea.noborder table td.arrow {
	text-align: center;
	vertical-align: middle;
}

.linkArea.noborder table td.arrow img {
	width: 36px;
}

.linkArea table div,
.linkArea table a {
	display: block;
	width: 150px;
	height: auto;
	margin: 8px 4px 0 4px;
	color: #000;
	text-align: center;
	text-decoration: none;
	border: 1px solid #000;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 1px 1px 5px rgba(122, 98, 0, 0.55), 1px 1px 0 rgba(255, 255, 255, 0.9) inset, -1px -1px 0 rgba(0, 0, 0, 0.34) inset;
}

.linkArea table .i1 {
	padding: 4px 0;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}

.linkArea table div .i1 {
	background: #222;
}

.linkArea table a .i1 {
	background: #e00;
}

.linkArea table .i2 {
	width: 140px;
	/*	width: 158px; */
	margin: 5px;
	border: 1px solid #ccc;
}

.linkArea table .i2 img {
	display: block;
	width: 140px;
	height: auto;
}

.linkArea table .i3 {
	padding: 2px 0;
	font-size: 13px;
}

.linkArea table .i4 {
	padding: 5px 0 8px 0;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.3;
}

.linkArea table .i4.double {
	line-height: 34px;
}

.linkArea table td:not(:first-child) .i4 {
	color: #e00;
}

.linkArea table .i5 {
	padding: 5px 0 8px 0;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.3;
	color: #e00;
}

.linkArea table a:hover {
	background: #fef;
}

.linkArea table a:hover .i2 {
	border: 1px solid #f00;
}

.edTable {
	width: 600px;
	margin: 0 auto;
	line-height: 1.0;
}

.edTable th {
	padding: 6px 4px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #fea;
	border: 1px solid #fc8;
	border-right: none;
}

.edTable td {
	height: 48px;
	padding: 0 4px;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
	border-left: 1px solid #fc8;
	border-bottom: 1px solid #fc8;
}

.edTable td:first-child {
	font-weight: bold;
	text-align: left;
	background-color: #fea;
}

.edTable th:last-child,
.edTable td:last-child {
	border-right: 1px solid #fc8;
}

.edTable td:nth-child(1),
.edTable td:nth-child(4) {
	line-height: 1.6;
}

.edTable td:nth-child(3),
.edTable td:nth-child(5),
.edTable td:nth-child(6) {
	text-align: center;
}

.edTable th:nth-child(1),
.seibyouTable td:nth-child(1) {
	width: 130px;
}

.edTable th:nth-child(2),
.seibyouTable td:nth-child(2) {
	width: 80px;
}

.edTable th:nth-child(3),
.seibyouTable td:nth-child(3) {
	width: 55px;
}

.edTable th:nth-child(4),
.seibyouTable td:nth-child(4) {
	width: 170px;
}

.edTable th:nth-child(5),
.seibyouTable td:nth-child(5) {
	width: 60px;
}

.edTable th:nth-child(6),
.seibyouTable td:nth-child(6) {
	width: 50px;
}

.edTable td:nth-child(5) span {
	color: #f00;
}

/*商品詳細テーブル*/
.opinionBody .order_tbl_pc {
	width: 100%;
	margin: 0 0 20px;
	border-bottom: 1px solid #c0c0c0;
}

.opinionBody .order_tbl_pc th,
.order_tbl_pc td {
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
}

.opinionBody .order_tbl_pc th {
	padding: 10px 0;
	color: #282828;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	background: #f0f0f0;
}

.opinionBody .order_tbl_pc td {
	min-height: 48px;
	color: #282828;
	font-size: 15px;
	line-height: 19px;
	text-align: center;
	vertical-align: middle;
}

.opinionBody .order_tbl_pc th:last-child,
.order_tbl_pc td:last-child {
	border-right: 1px solid #c0c0c0;
}

.opinionBody .order_tbl_pc td:nth-child(1) {
	width: 130px;
}

.opinionBody .order_tbl_pc td:nth-child(2) {
	width: 120px;
	border-right: none;
}

.opinionBody .order_tbl_pc td:nth-child(3) {
	border-left: none;
}

.opinionBody .order_tbl_pc td:nth-child(4) {
	width: 80px;
}

.opinionBody .order_tbl_pc td:nth-child(5) {
	width: 200px;
}

.opinionBody .order_tbl_pc .btn {
	display: block;
	position: relative;
	width: 160px;
	height: 14px;
	margin: 0 auto;
	padding: 10px 0 10px 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	text-shadow: -1px -1px 1px #606060;
	background: -webkit-linear-gradient(top, #20aa00, #008000);
	background: -moz-linear-gradient(top, #20aa00, #008000);
	background: linear-gradient(to bottom, #20aa00, #008000);
	border: 1px solid #006a00;
	border-radius: 10px;
}

.opinionBody .order_tbl_pc .btn {
	color: #fff;
	background: -webkit-linear-gradient(top, #00AD82, #00847D) !important;
	background: -moz-linear-gradient(top, #00AD82, #00847D) !important;
	background: linear-gradient(to bottom, #00AD82, #00847D) !important;
}

.opinionBody .order_tbl_pc .btn::before {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 20px;
	height: 20px;
	padding: 5px;
	font-family: FontAwesome;
	font-style: normal;
	content: "\f07a";
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	line-height: 1;
	background: #505050;
	border-radius: 8px;
}

.opinionBody .order_tbl_pc .basic {
	position: relative;
	padding: 24px 40px 8px 0;
	font-size: 16px;
	line-height: 16px;
	text-align: right;
}

.opinionBody .order_tbl_pc .basic del {
	color: #7a7a7a;
}

.opinionBody .order_tbl_pc .basic::after {
	position: absolute;
	top: calc(50% - 4px);
	right: 10px;
	font-family: FontAwesome;
	font-style: normal;
	content: "\f061";
	color: #a0a0a0;
	font-size: 14px;
	line-height: 14px;
}

.opinionBody .order_tbl_pc .basic del span {
	color: #282828;
}

.opinionBody .order_tbl_pc .sale {
	height: 28px;
	padding: 14px 0 6px 20px;
	color: #da0000;
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	text-align: left;
	vertical-align: bottom;
}

.opinionBody .order_tbl_pc .sale strong {
	display: inline-block;
	width: 120px;
	padding: 0 4px 0 0;
	font-size: 28px;
	text-align: right;
}

.opinionBody .order_tbl_pc .sale strong small {
	font-size: 14px;
}

.opinionBody .order_tbl_pc .sale .unit {
	position: relative;
	display: inline-block;
	min-width: 80px;
	margin: 0 0 0 6px;
	font-size: 15px;
}

.opinionBody .order_tbl_pc .sale .unit small {
	font-size: 11px;
}

.opinionBody .order_tbl_pc .sale .title {
	position: absolute;
	top: -18px;
	left: 10px;
	font-size: 11px;
	white-space: nowrap;
}

.opinionBody .order_tbl_pc .point {
	position: relative;
	padding: 0 0 10px 0;
	color: #282828;
}

.opinionBody .order_tbl_pc .point::after {
	position: absolute;
	bottom: 0px;
	right: 8px;
	content: "ポイント";
	font-size: 10px;
	line-height: 1;
}

.categoryTextPoint.categoryTextPoint_blue {
	border: 2px solid #1010ca;
}

.categoryTextPoint.categoryTextPoint_blue p {
	color: #1010ca;
}

.RedBorderBox {
	border: 3px solid #ff0000;
	border-radius: 5px;
	background: #FBEFEF;
	padding: 10px;
	margin: 20px 10px;
}

.RedBorderBox ul.list01 {
	padding-left: 20px;
}

li.listDisk {
	list-style-type: disc;
}

.opinionBody .order_tbl_sp {
	display: none;
}

.opinionBody .comparison_table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}

.opinionBody .comparison_table th:first-child {
	border-radius: 5px 0 0 0;
}

.opinionBody .comparison_table th:last-child {
	border-radius: 0 5px 0 0;
	border-right: 1px solid #3c6690;
}

.opinionBody .comparison_table th {
	text-align: center;
	color: white;
	background: linear-gradient(#829ebc, #225588);
	border-left: 1px solid #3c6690;
	border-top: 1px solid #3c6690;
	border-bottom: 1px solid #3c6690;
	box-shadow: 0px 1px 1px rgb(255 255 255 / 30%) inset;
	width: 25%;
	padding: 10px 0;
}

.opinionBody .comparison_table td {
	text-align: center;
	border-left: 1px solid #a8b7c5;
	border-bottom: 1px solid #a8b7c5;
	border-top: none;
	box-shadow: 0px -3px 5px 1px #eee inset;
	width: 25%;
	padding: 10px 0;
}

.opinionBody .comparison_table td:last-child {
	border-right: 1px solid #a8b7c5;
}

.opinionBody .comparison_table tr:last-child td:first-child {
	border-radius: 0 0 0 5px;
}

.opinionBody .comparison_table td:last-child {
	border-right: 1px solid #a8b7c5;
}

.opinionBody img {
	max-width: 100%;
	display: block;
}

.mt20 {
	margin-top: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

.mlauto {
	margin-left: auto;
}

.mlauto {
	margin-right: auto;
}

@media screen and (max-width: 640px) {
	.opinionBody .order_tbl_pc {
		display: none;
	}

	.opinionBody .order_tbl_sp {
		display: block;
		margin: 0 auto 30px;
		width: 100%;
	}

	.order_tbl_sp th,
	.order_tbl_sp td {
		border-top: 1px solid #b0b0b0;
		border-left: 1px solid #b0b0b0;
	}

	.order_tbl_sp th:last-child,
	.order_tbl_sp td:last-child {
		border-right: 1px solid #b0b0b0;
	}

	.order_tbl_sp th {
		padding: 12px 0;
		color: #323232;
		font-size: 13px;
		font-weight: bold;
		line-height: 1;
		text-align: center;
		background: #f0f0f0;
	}

	.order_tbl_sp td {
		padding: 8px 4px;
		color: #323232;
		font-size: 14px;
		line-height: 1.4;
		text-align: center;
	}

	.order_tbl_sp td:nth-child(1) {
		min-width: 44px;
		font-weight: bold;
		width: 20%;
	}

	.order_tbl_sp td:nth-child(2) {
		padding: 6px 6px 0 6px;
		width: 50%;
	}

	.order_tbl_sp td:nth-child(3) {
		padding: 8px 0;
		min-width: 120px;
		width: 42%;
	}

	.order_tbl_sp .btn {
		display: block;
		position: relative;
		width: 84px;
		height: 32px;
		margin: 0 auto;
		padding: 6px 4px 6px 28px;
		font-size: 11px;
		font-weight: bold;
		line-height: 32px;
		text-align: center;
		text-decoration: none;
		color: #fff;
		text-shadow: -1px -1px 1px #606060;
		background: -webkit-linear-gradient(top, #20aa00, #008000);
		background: -moz-linear-gradient(top, #20aa00, #008000);
		background: linear-gradient(to bottom, #20aa00, #008000);
		border: 1px solid #006a00;
		border-radius: 10px;
		letter-spacing: 0.5px;
	}

	.order_tbl_sp .btn {
		color: #fff;
		background: -webkit-linear-gradient(top, #00AD82, #00847D) !important;
		background: -moz-linear-gradient(top, #00AD82, #00847D) !important;
		background: linear-gradient(to bottom, #00AD82, #00847D) !important;
	}

	.order_tbl_sp .btn::before {
		position: absolute;
		top: calc(50% - 13px);
		left: 3px;
		width: 18px;
		height: 18px;
		padding: 3px;
		font-family: FontAwesome;
		font-style: normal;
		content: "\f07a";
		color: #fff;
		font-size: 18px;
		font-weight: normal;
		line-height: 1;
		background: #404040;
		border-radius: 8px;
	}

	.order_tbl_sp .basic {
		font-size: 14px;
		line-height: 1;
		text-align: left;
		vertical-align: middle;
	}

	.order_tbl_sp .basic del {
		color: #f00000;
	}

	.order_tbl_sp .basic del span {
		color: #2a2a2a;
	}

	.order_tbl_sp .sale {
		padding: 4px 0 0 0;
		color: #da0000;
		font-size: 18px;
		font-weight: bold;
		line-height: 1;
		text-align: right;
		vertical-align: bottom;
		margin-bottom: 5px;
	}

	.order_tbl_sp .sale span {
		padding: 0 0 0 2px;
		font-size: 12px;
	}

	.order_tbl_sp .unit {
		margin: -1px 0 0 0;
		text-align: right;
	}

	.order_tbl_sp .unit p {
		display: inline-block;
		position: relative;
		color: #2a2a2;
		font-size: 11px;
		font-weight: normal;
		line-height: 14px;
	}

	.order_tbl_sp .unit p::before {
		left: -12px;
		content: "（";
	}

	.order_tbl_sp .unit p span {
		margin: 0 1px 0 2px;
		font-size: 14px;
	}

	.order_tbl_sp .unit p::after {
		right: -12px;
		content: "）";
	}

	.order_tbl_sp tr:last-child th,
	.order_tbl_sp tr:last-child td {
		border-bottom: 1px solid #b0b0b0;
	}
}

/* 見出し付きリストボックス追加 211007*/
.check-box {
	margin: 30px 10px 30px;
	border: 3px solid #f04070;
	border-radius: 10px;
	padding: 15px;
	position: relative;
}

.check-box .check-box-title {
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	padding: 10px 15px;
	color: #f04070;
	background: #fff;
	display: block;
	position: absolute;
	left: 10px;
	top: -20px;
}

.check-box .check-box-title:before {
	content: "\f058";
	font-family: FontAwesome;
	margin-right: 5px;
}

.check-box .check-box-list {
	list-style: none;
}

.check-box .check-box-list li {
	padding: 5px;
	font-size: 15px;
	border-bottom: 1px solid #d5d5d5;
}

.check-box .check-box-list li:last-child {
	border: none;
}

.check-box .check-box-list li::before {
	content: "●";
	font-size: 13px;
	margin-right: 10px;
	color: #999;
	padding-top: 2px;
}

@media screen and (max-width: 782px) {
	.check-box .check-box-title {
		font-size: 17px;
	}

	.check-box .check-box-list li {
		font-size: 14px;
	}
}

/* アイコンリンク追加 211227*/
.opinionBody_nb {
	border: none;
}

.ca_toc {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #fff0ff;
	padding: 30px;
	margin: 0;
	border: #f05070 1px solid;
}

.ca_toc li {
	width: 23%;
	border: 3px solid #f05070;
	box-sizing: border-box;
	border-radius: 5px;
	background: #fff;
}

.ca_toc li a {
	text-decoration: none;
}

.opinionBody .ca_toc img {
	margin: 0;
	padding: 30px;
	box-sizing: border-box;
}

.opinionBody .ca_toc p {
	text-align: center;
	margin: 0;
	background: #f05070;
	color: #fff;
	padding-top: 3px;
	line-height: 1.8;
	font-size: 13px;
}

@media screen and (max-width: 640px) {
	.ca_toc li {
		width: 48%;
		margin-bottom: 15px;
	}

	.opinionBody_nb {
		padding: 10px;
	}

	.ca_toc {
		margin: 0;
		padding: 15px 15px 0;
	}

	.opinionBody .ca_toc img {
		padding: 35px;
	}

	.opinionBody .ca_toc p {
		font-size: 12px;
	}


	.scroll-table table {
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
    .scroll-table .wid144 th{
        min-width: 144px;
    }
    
}
