@charset "utf-8";
@media screen and (min-width: 481px){
	br.spbr{ display: none; }
}

.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;
}
.showy2.half{
	background:linear-gradient(transparent 60%, #ffff22 60%);
}
.font120 { font-size: 120%; }

@media screen and (max-width: 480px){
	.mbfont16 { font-size: 16px; }
	.mbls2px{ letter-spacing: -2px; }
}

h2.guideh2 {
	position: relative;
	background: #53c3f1;
	font-size: 24px;
	line-height: 30px;
	padding: 10px;
	color: #fff !important;
	margin-bottom: 20px;
}
h2.guideh2::after {
	position: absolute;
	left:  0;
	top: 100%;
	content: " ";
	border-bottom: 15px solid transparent;
	border-right: 20px solid #acacac;
}
h3[id^="no"],
h3.guideh3 {
	margin: 10px 5px 0;
	font-size: 22px;
	position: relative;
	padding-bottom: 10px;
}
h3[id^="no"]::after,
h3.guideh3::after {
    margin-top: 10px;
    display: block;
    content: "";
    height: 5px;
    background: linear-gradient(to right, #94d3fc, #0099ff);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
h4 {
	font-weight: bold;
	font-size: 20px;
    border-bottom: 5px solid #eee;
    padding: 7px;
}
/* 文章 */
.opinionBody {
	margin: 0 3px 20px 3px;
	padding: 15px;
	color: #444;
	font-size: 16px;
	background: #fff;
}
.opinionBody > p {
	font-size: 16px;
	margin-bottom: 15px;
}
.opinionBody img{
	width: auto;
	max-width: 450px;
    height: auto;
}
@media screen and (max-width:599px) { 
	.opinionBody h4,
	.opinionBody + h4,
	.guideh4 {
		font-size: 20px;
		padding: 10px;
		color: #53c3f1;
		border-top: 3px solid #53c3f1;
		border-bottom: 3px solid #53c3f1;
		font-weight: bold;
		line-height: 26px;
		margin: 30px 0px 15px;
	}
	.opinionBody h5,
	.opinionBody + h5,
	.guideh5 {
		font-size: 20px;
		font-weight: bold;
		line-height: 26px;
		padding: 5px 0 5px 10px;
		border-left: 5px solid #53c3f1;
		margin: 30px 0;
	}
}
@media screen and (min-width:600px) { 
	.opinionBody h4,
	.opinionBody + h4,
	.guideh4 {
		font-size: 20px;
		padding: 10px;
		color: #53c3f1;
		border-top: 3px solid #53c3f1;
		border-bottom: 3px solid #53c3f1;
		font-weight: bold;
		line-height: 26px;
		margin: 30px 0 10px 0;
	}
	.opinionBody h5,
	.opinionBody + h5,
	.guideh5 {
		font-size: 20px;
		font-weight: bold;
		line-height: 26px;
		padding: 5px 0 5px 10px;
		border-left: 5px solid #53c3f1;
		margin: 30px 0;
	}
	.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: 16px;
	}
	.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: 1em;
		padding: 8px 12px;
	}
	.opinionBody img {
		float: none;
		display: block;
		max-width: 100%;
		margin: 0 auto 10px;
	}
	div:not(.youtube_box) iframe {
		width: calc(100% - 6px);
		height: auto;
	}
}
	
/* 別ページへのリンク */
.detailpage_link {
	margin-top: 5px;
	text-align: right;
}
.detailpage_link a {
	font-weight: bold;
	font-size: 1.1em;
}
.detailpage_link a:after {
	display: inline-block;
	margin-left: 3px;
	content: "\f061";
	font-family: icomoon;
	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 caption,
.symptomTable caption {
	font-weight: bold;
}
.guideTable th,
.guideTable td,
.symptomTable th,
.symptomTable td {
	font-size: 13px;
	padding: 5px;
	border: 1px solid #53c3f1;
}
.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 img {
	max-width: 100px;
	display: block;
	margin: 0 auto;
}
.guideTable td img.large {
	max-width: 150px;
}
.guideTable th.nowrap,
.guideTable td.nowrap {
	white-space: nowrap;
}
.symptomTable th {
	white-space: nowrap;
}
.symptomTable td.dot {
	border-bottom: 1px dotted #53c3f1;
}
.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 #53c3f1;
	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 #53c3f1;
}
.flexTable .td img {
	max-width: 150px;
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	.guideTable th.sp_none,
	.guideTable td.sp_none {
		display: none;
	}

	.symptomTable th {
		white-space: normal;
	}

	/* list */
	.flexTable li {
		width: 100%;
	}
	.flexTable .th {
		border-top: none;
		border-left: 1px solid #53c3f1;
	}
	.flexTable li:first-child .th {
		border-top: 1px solid #53c3f1;
	}
	.flexTable .td {
		border-left: 1px solid #53c3f1;
	}
	.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 {

	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 {
	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 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: icomoon;
	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;
}
#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;
	}
}

.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;
}
.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;
	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;
}

/*---------------
 目次/ブログと同じやつ
---------------*/
div#toc_container {
	width: 80%;
	max-width: 560px;
	margin: 30px auto;
	padding: 20px 0 30px 40px;
}
#toc_container li,
#toc_container ul {
	margin: 0;
	padding: 5px 10px;
}
#toc_container.no_bullets li,
#toc_container.no_bullets ul,
#toc_container.no_bullets ul li,
.toc_widget_list.no_bullets,
.toc_widget_list.no_bullets li {
	background: 0 0;
	list-style-type: none;
	list-style: none
}
#toc_container.have_bullets li {
	padding-left: 12px
}
#toc_container ul ul {
	margin-left: 1.5em
}
#toc_container {
	background: #f9f9f9;
	border: 1px solid #aaa;
	padding: 10px;
	margin-bottom: 1em;
	width: auto;
	display: table;
	font-size: 95%
}
#toc_container.toc_light_blue {
	background: #edf6ff
}
#toc_container.toc_white {
	background: #fff
}
#toc_container.toc_black {
	background: #000
}
#toc_container.toc_transparent {
	background: none transparent
}
#toc_container p.toc_title {
	text-align: center;
	font-weight: 700;
	margin: 0;
	padding: 0
}
#toc_container.toc_black p.toc_title {
	color: #aaa
}
#toc_container span.toc_toggle {
	font-weight: 400;
	font-size: 90%
}
#toc_container p.toc_title+ul.toc_list {
	margin-top: 1em
}
.toc_wrap_left {
	float: left;
	margin-right: 10px
}
.toc_wrap_right {
	float: right;
	margin-left: 10px
}
#toc_container a {
	text-decoration: none;
	text-shadow: none
}
#toc_container a:hover {
	text-decoration: underline
}
.toc_sitemap_posts_letter {
	font-size: 1.5em;
	font-style: italic
}

/*---------------
目次
---------------*/
.cateroty_toc{
    width: calc(100% - 30px);
    margin: 0 15px 40px;
    border:1px solid #dadada;
    padding: 10px;
    background: #fafafa;
    box-sizing: border-box;
}
.cateroty_toc .toc_title{
    font-weight: bold;
    display: block;
    border-bottom: 1px solid #dadada;
    margin-bottom: 5px;
    text-align: center;
}
.cateroty_toc ul li a{
    color:#2a2a2a;
    display: block;
    padding:5px 2px;
    font-size: 14px;
    margin-left: 5px
}
.cateroty_toc ul li a:before{
    content:"";
    width:5px;
    height:5px;
    background: #2a2a2a;
    display: inline-block;
    border-radius: 100%;
    position: relative;
    margin-right: 10px;
    top:-2px;
}
.cateroty_toc ul li a:hover{
    text-decoration: none;
    opacity: 0.7;
}

/* リストタグ */
.opinionBody > ul{
	margin: 20px;
}
.opinionBody > ul li{
	list-style-type: disc;
	padding-left: 10px;
}


/* 黄色ボックス */
.box_tips {
	width: auto !important;
    max-width: 100% !important;
    position: relative;
    margin: 30px auto;
    padding: 0px 0px 7px;
    background: #FFEDBA;
    border: solid 2px #FFC107;
}

.box_tips .box-title {
    display: inline-block;
    margin: 0px 0px 10px;
    padding: 9px;
    max-width: 85%;
    line-height: 22px;
    font-size: 17px;
    background: #FFC107;
    color: #ffffff;
    font-weight: bold;
}
.box_tips ol {
    counter-reset: number;
    list-style-type: none!important;
    padding: 0.3em 1em 1em;
}
.box_tips ol li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: #ffb107;
    color: white;
    font-family: 'Avenir','Arial Black','Arial',sans-serif;
    font-weight: bold;
    font-size: 15px;
    border-radius: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.box_tips ol li, .box_tips ul li {
    border-bottom: dashed 1px orange;
    position: relative;
    padding: 0.5em 0.5em 0.5em 30px;
    line-height: 1.5em;
}
.box_tips ol li:last-child,
.box_tips ul li:last-child{
	border-bottom: 0;
}
.box_tips ul {
    padding: 0.3em 1em 1em;
}
.box_tips ul li {
    list-style-type: none;
    margin: 0;
    padding: 0.5em 0.5em 0.5em 0;
}
.box_tips ul li::before {
    content: "●";
    display: inline-block;
    vertical-align: top;
    color: #ffb107;
    margin-right: 10px;
}
/* 商品ボックス */
.item_box{
	margin: 0px auto 30px;
	display: block;
}
.item_box .item_box_text ul{
	margin: 20px;
}
.item_box .item_box_text ul li{
	list-style-type: disc;
}
/* PCのみ2カラム表示 */
@media screen and (min-width: 600px){
	.item_box .item_box_photo{
		display: inline-block;
		vertical-align: top;
		width: 300px;
		margin-right: 10px;
	}
	.item_box .item_box_text{
		width: calc(100% - 319px);
		display: inline-block;
		vertical-align: top;
	}
}

div[class^="box_reference"] {
    position: relative;
    padding: 10px 10px 7px;
    background: #e3f9ff;
    border: solid 1px #C3D5FF;
    border-radius: 4px;
    line-height: 0;
}
@media screen and (min-width: 481px){
    div[class^="box_reference"] {
        margin: 0 0 30px 0;
    }
}
@media screen and (max-width: 480px){
    div[class^="box_reference"] {
        margin: 0;
    }
}
div[class^="box_reference"] .box-title {
    display: block;
    padding: 0 9px;
    line-height: 25px;
    font-size: 17px;
    background: transparent !important;
    color: #46BCE9;
    font-weight: bold;
}
div[class^="box_reference"] p {
    margin: -10px 0 0 !important;
    padding: 10px;
    color: #2a2a4b;
    line-height: 1.5em;
}

/* 比較表 */
.hikaku-tbl{
    margin: 20px;
}
.hikaku-tbl th,
.hikaku-tbl td{
    padding: 13px;
    border: 1px solid #dacba2;
}

/* スクロールバーの幅と高さを設定する */
.hikaku-tbl::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
/* スクロールバーの形を設定する */
.hikaku-tbl::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}
/* スクロールバーの色を設定する */
.hikaku-tbl::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 50, .5);
    border-radius: 10px;
    box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}

/* テーブル画像 */
@media screen and (min-width: 768px){
    .hikaku-tbl img{
        margin: 0px auto;
    }
    :not(.tbs-pcsp) .hikaku-tbl img{
        max-width: 45%;
    }
    :not(.tbs-pcsp) .hikaku-tbl.col5 img{
        max-width: 80%;
    }
    .tbs-pcsp .hikaku-tbl img{
        height: auto;
    }
}
@media screen and (max-width: 767px){
    .hikaku-tbl img{
        max-width: 100px !important;
        height: auto;
    }
}
@media screen and (min-width: 768px){
    /* サイズ表① 2カラム */
    table.sizechart {
        width: 440px;
        margin: 0 0 30px 0 !important;
        border: solid 1px #c0c0c0;
    }

    table.sizechart tr {
        border: solid 1px #c0c0c0;
    }

    table.sizechart th,
    td {
        text-align: left;
        border: solid 1px #c0c0c0;
    }

    table.sizechart th {
        width: 200px;
        padding: 10px;
        background: #f0f0f0;
    }

    table.sizechart td {
        width: 200px;
        padding: 10px;
    }

    /* サイズ表② 2カラム */
    table.sizechart2 {
        width: 440px;
        margin: 0 0 30px 0 !important;
        border: solid 1px #c0c0c0;
    }

    table.sizechart2 tr {
        border: solid 1px #c0c0c0;
    }

    table.sizechart2 th,
    td {
        text-align: left;
        border: solid 1px #c0c0c0;
    }

    table.sizechart2 th {
        width: 200px;
        padding: 10px;
        background: #f0f0f0;
        text-align: center;
        font-weight: bold;
    }

    table.sizechart2 td {
        width: 200px;
        padding: 10px;
    }

    /* 表 3カラム */
    table.sizechart_col3 {
        max-width: 640px;
        margin: 0 0 30px 0 !important;
        border: solid 1px #c0c0c0;
    }

    table.sizechart_col3 tr {
        border: solid 1px #c0c0c0;
    }

    table.sizechart_col3 th,
    td {
        text-align: left;
        border: solid 1px #c0c0c0;
    }

    table.sizechart_col3 th {
        min-width: 80px;
        padding: 10px;
        background: #f0f0f0;
    }

    table.sizechart_col3 td {
        width: 200px;
        padding: 10px;
    }

    /* 表4 */
    table.sizechart4 {
        max-width: 600px;
        margin: 0 0 30px 0 !important;
        border: solid 1px #c0c0c0;
    }

    table.sizechart4 tr {
        border: solid 1px #c0c0c0;
    }

    table.sizechart4 th,
    td {
        text-align: left;
        border: solid 1px #c0c0c0;
    }

    table.sizechart4 th {
        width: 15%;
        padding: 10px;
        text-align: center;
        background: #f0f0f0;
    }

    table.sizechart4 td {
        padding: 10px;
    }

    /*---------------
    犬の薬の飲ませ方へのリンク
    ---------------*/
    .howto_OralMedication{
        border: 3px solid #EE6B61 !important;
        margin: 20px 0px !important;
        padding: 0px !important;
        background: #fffbf4;
        border-radius: 5px;
    }
    .howto_OralMedication p{
        margin: -1px;
        font-size: 18px !important;
        font-weight: bold;
        color: #fff !important;
        background: #EE6B61 !important;
        padding: 10px !important;
        position: relative;
    }
    .howto_OralMedication p:first-of-type::before{
        content: "";
        position: absolute;
        left: 30px;
        bottom: -18px;
        width: 0;
        border: 10px solid transparent;
        border-top: 10px solid #EE6B61;
    }
    .howto_OralMedication ul{
        margin: 0px !important;
        padding: 20px !important;
    }
    .howto_OralMedication ul li{
        font-size: 17px !important;
        line-height: 1.5;
        padding: 7px 15px !important;
        list-style-type: none !important;
        border-bottom: 1px dashed #999;
        text-indent: -20px;
        padding-left: 20px !important;
    }
    .howto_OralMedication ul li:last-child{
        border-bottom: none;
    }
    .howto_OralMedication ul li::before{
        font-family: icomoon;
        content: "\f0da";
        font-weight: 400;
        position: relative !important;
        left: 0px !important;
        margin-right: 10px;
    }
    .howto_OralMedication ul li a{
        color: #1010CA;
        text-decoration: underline;   
    }
    .howto_OralMedication .link a.arrow::before{
        font-family: icomoon;
        content: "\f0da";
        font-weight: 400;
        position: relative !important;
        left: 0px !important;
        padding-right: 10px;
    }
    .howto_OralMedication ul li a:hover{
        color: #f71b13;
    }
    .howto_OralMedication ul.link{
        cursor: default;
        text-decoration: none;
    }
    .howto_OralMedication ul.link:hover{
        color: unset !important;
    }

}

@media screen and (max-width: 767px){
    table.sizechart {
        width: 100%;
        font-size: 17px;
        margin: 0 0 30px 0 !important;
        border: solid 1px #c0c0c0;
    }

    table.sizechart tr {
        border: solid 1px #c0c0c0;
    }

    table.sizechart th,
    td {
        text-align: left;
        border: solid 1px #c0c0c0;
    }

    table.sizechart th {
        width: 50%;
        padding: 10px;
        background: #f0f0f0;
    }

    table.sizechart td {
        width: 50%;
        padding: 10px;
    }

    /*---------------
    商品詳細2/サイズ表2
    ---------------*/
    table.sizechart2 {
        max-width: 100%;
        margin: 0 0 30px 0 !important;
        border: solid 1px #c0c0c0;
    }

    table.sizechart2 tr {
        border: solid 1px #c0c0c0;
    }

    table.sizechart2 th,
    td {
        text-align: left;
        border: solid 1px #c0c0c0;
    }

    table.sizechart2 th {
        width: 200px;
        padding: 10px;
        background: #f0f0f0;
        text-align: center;
        font-weight: bold;
    }

    table.sizechart2 td {
        width: 200px;
        padding: 10px;
    }

    /*---------------
    商品詳細/サイズ表3（横幅3列用）
    ---------------*/
    table.sizechart_col3{
        width: 100%;
        font-size: 17px;
        margin: 0 0 30px 0 !important;
        border: solid 1px #c0c0c0;
    }
    table.sizechart_col3 tr {
        border: solid 1px #c0c0c0;
    }

    table.sizechart_col3 th,
    td {
        text-align: left;
        border: solid 1px #c0c0c0;
    }

    table.sizechart_col3 th {
        width: 33.3%;
        padding: 10px;
        background: #f0f0f0;
    }

    table.sizechart_col3 td {
        width: 33.3%;
        padding: 10px;
    }

    /*---------------
    商品詳細/サイズ表
    ---------------*/
    table.sizechart4 {
        width: 100%;
        font-size: 17px;
        margin: 0 0 30px 0 !important;
        border: solid 1px #c0c0c0;
    }

    table.sizechart4 tr {
        border: solid 1px #c0c0c0;
    }

    table.sizechart4 th,
    td {
        text-align: left;
        border: solid 1px #c0c0c0;
    }

    table.sizechart4 th {
        width: 15%;
        padding: 10px;
        text-align: center;
        background: #f0f0f0;
    }

    table.sizechart4 td {
        padding: 10px;
    }

    /*---------------
    犬の薬の飲ませ方へのリンク
    ---------------*/
    .howto_OralMedication{
        border: 3px solid #EE6B61 !important;
        margin: 20px 0px;
        padding: 0px !important;
        background: #fffbf4;
        border-radius: 5px;
    }
    .howto_OralMedication p{
        margin: -1px;
        font-size: 16px !important;
        line-height: 1.3;
        font-weight: bold;
        color: #fff !important;
        background: #EE6B61 !important;
        padding: 10px !important;
        position: relative;
    }
    .howto_OralMedication p:first-of-type::before{
        content: "";
        position: absolute;
        left: 30px;
        bottom: -18px;
        width: 0;
        border: 10px solid transparent;
        border-top: 10px solid #EE6B61;
    }
    .howto_OralMedication ul{
        margin: 0px !important;
        padding: 10px 0px !important;
    }
    .howto_OralMedication ul li{
        font-size: 16px !important;
        line-height: 1.5;
        padding: 7px 15px !important;
        list-style-type: none !important;
        border-bottom: 1px dashed #999;
        text-indent: -16px;
        padding-left: 30px !important;
    }
    .howto_OralMedication ul li:last-child{
        border-bottom: none;
    }
    .howto_OralMedication ul li::before{
        font-family: icomoon;
        content: "\f0da";
        font-weight: 400;
        position: relative !important;
        left: 0px !important;
        margin-right: 10px;
    }
    .howto_OralMedication ul li a{
        color: #1010CA;
        text-decoration: underline;   
    }
    .howto_OralMedication .link a.arrow::before{
        font-family: icomoon;
        content: "\f0da";
        font-weight: 400;
        position: relative !important;
        left: 0px !important;
        padding-right: 10px;
    }
    .howto_OralMedication ul li a:hover{
        color: #f71b13;
    }
    .howto_OralMedication ul.link{
        cursor: default;
        text-decoration: none;
    }
    .howto_OralMedication ul.link:hover{
        color: unset !important;
    }

}

/* テーブル用オプション */
/* 幅調整 */
.w95p{ width: 95%; }



@media screen and (min-width:960px){
	.pcw21p{ width: 21%; }
	.pcw25p{ width: 25%; }
}
@media screen and (max-width:959px){
	.spw37p{ width: 37%; }
	.mb_ml_0{ margin-left: 0; }
	.mb_mr_0{ margin-right: 0; }
}

/* 横スクロール用。折り返し適用 */
.ws_normal{ white-space: normal; }

/* 表を均等にする */
.tbl-lo-fixed{ table-layout: fixed; }
