@charset "UTF-8";
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	font-family: "Helvetica Neue", Helvetica, "HB TC", "HB JP", "HB KR", Arial, "“segoe ui”", "“microsoft jhenghei”", "“microsoft mhei”", stheititc, sans-serif;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
}
.sp{
	display: none;
}

@media (max-width: 780px) {
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
}
.mv {
	line-height: 0;
	margin: auto;
}
.mv img.pc{
	display: block;
	margin: auto;
	width: 100%;
	min-width: 1200px;
}
.mv img.sp{
	display: none;
}
@media (max-width: 780px) {
	.mv img.sp{
		display: block;
	}
	.mv img.pc{
		display: none;
	}
}
.mv {
	line-height: 0;
}
.mv img {
	display: block;
	margin: auto;
	width: 100%;
	min-width: 1200px;
}
.comparisonTable,
.productsAll{
	background: #fff896;
}
.mistakeChoice,
.comparisonTable.under{
	background: #bceaff;
}
.comparisonTable{
	padding: 50px 0;
}
.inner {
	width: 800px;
	margin: auto;
	padding: 50px 0;
}
.comparisonTable .inner {
	padding: 0;
	border-radius: 40px;
	overflow: hidden;
}
h2 {
	font-size: 55px;
	text-align: center;
	line-height: 55px;
	margin-bottom: 30px;
}
h2 span{
	font-size: 40px;
}
a.btn {
	display: inline-block;
	background: #ff7d27;
	background: -moz-linear-gradient(45deg,  #ff7d27 1%, #ff663c 30%, #ff663c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  #ff7d27 1%,#ff663c 30%,#ff663c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  #ff7d27 1%,#ff663c 30%,#ff663c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	padding: 3px;
	width: 100%;
	text-align: center;
	border-radius: 100px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	box-shadow: 0px 5px 10px #c8c8c8;
}
a.btn span.arrow {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	display: inline-block;
	position: relative;
	top: -1px;
	right: -2px;
}
.comparisonTable table {
	background: #fff;
	overflow: hidden;
}
.comparisonTable .inner {
	width: 1000px;
}
.comparisonTable th, .comparisonTable td {
	border: 2px solid #fff896;
	text-align: center;
	padding: 15px 7px;
}
.comparisonTable th {
	background: #5baee2;
	color: #fff;
	width: 90px;
	font-size: 20px;
	text-align: center;
	line-height: 22px;
}
.comparisonTable td {
	width: calc(100% - 90px / 6);
	font-size: 15px;
	line-height: 20px;
}
.comparisonTable td img {
	display: block;
	width: 45px;
	margin: 10px auto;
}
.comparisonTable tr:first-child td img,
.comparisonTable tr:last-child td img{
	display: block;
	width: 80%;
	margin: 10px auto;
}
.mistakeChoiceBox {
	background: #fff;
	border-radius: 30px;
	padding: 30px;
	box-shadow: 0px 5px 3px #0e6aa5;
	margin-bottom: 25px;
}
.mistakeChoiceBox h3 {
	text-align: center;
	color: #5baee2;
	font-size: 30px;
	margin-bottom: 18px;
}
.mistakeChoiceBox img {
	width: 100%;
}

/*--------------------タブ切り替え--------------------*/
.tab-wrap {
	display: flex;
	flex-wrap: wrap;
	margin:20px 0;
}
.tab-label {
	color: black;
	font-size: 28px;
	border: 4px solid;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	padding: 10px .5em;
	order: -1;
	position: relative;
	z-index: 1;
	cursor: pointer;
	border-radius: 20px 20px 0 0;
	flex: 1;

}
.tab-label:not(:last-of-type) {
	margin-right: 5px;
}
.tab-content {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
	background: #fff;
	border-bottom: #fff;
}
.tab-switch:checked+.tab-label+.tab-content {
	height: auto;
	overflow: auto;
	border: 4px solid;
	padding: 15px 0;
	opacity: 1;
	transition: .5s opacity;
	position: relative;
	top: -4px;
}
/* ラジオボタン非表示 */
.tab-switch {
	display: none;
}
/*--------------------タブ切り替え--------------------end*/
.tab-content h3 {
	font-size: 35px;
	text-align: center;
	margin: 20px 0 15px;
}
.tab-content table td img {
	width: 100%;
}
.tab-content table th,
.tab-content table td {
	width: 33%;
	padding: 5px 20px;
	vertical-align: top;
}
.tab-content-inner img {
	float: left;
}
.tab-content h4 {
	width: 100%;
	background: #5baee2;
	background: -moz-linear-gradient(45deg, #5baee2 0%, #5baee2 100%);
	background: -webkit-linear-gradient(45deg, #5baee2 0%,#5baee2 100%);
	background: linear-gradient(45deg, #5baee2 0%,#5baee2 100%);
	color: #fff;
	font-size: 30px;
	text-align: center;
	margin: 45px 0 30px;
	padding: 7px 0;
	
}
.tab-content h5 {
	clear: both;
	color: #5baee2;
	font-size: 30px;
	text-align: center;
	margin: 35px 0 15px;
}
.tab-content-inner {
	display: flex;
	padding-right: 55px;
}
img.comicImg {
	display: block;
	width: 63%;
	margin: auto;
}
a.btn.pattern02 {
	width: 94%;
	margin: 40px auto;
	display: block;
	font-size: 35px;
	padding: 12px;
}
.productsDetail {
	background: #fff;
	border-radius: 35px;
	padding-bottom: 15px;
	margin-bottom: 60px;
}
.productsDetail h3 {
	color: #fff;
	background: #5baee2;
	text-align: center;
	font-size: 50px;
	line-height: 35px;
	padding: 35px 0 20px;
	border-radius: 35px 35px 0 0;

}
.productsDetail h3 span{
	font-size: 25px;
}
.productsDetail.rank01 h3 {
	position: relative;
	padding-left: 100px;
}
.productsDetail.rank01 h3 img {
	position: absolute;
	left: 30px;
	top: -15px;
}
.productsDetail > img {
	width: 65%;
	margin: 25px auto;
	display: block;
}
.productsDetail > img.sp {
	display: none;
}
h5.noneImgTtl {
	margin-bottom: 25px;
}
@media (max-width: 780px) {
	.productsDetail > img.sp {
		display: block;
	}
	.productsDetail > img.pc {
		display: none;
	}
}
.detailTable {
	width: 93%;
	margin: auto;
	border: 2px solid #d2d2d2;
	overflow: hidden;
	border-radius: 20px;
}
.detailTable table th, .detailTable table td {
	padding: 10px 30px;
	text-align: center;
	font-size: 19px;
}
.detailTable table th {
	background: #eee;
}
.detailTable table tr{
	border-bottom: 2px solid #d2d2d2;
}
.detailTable table tr:last-child{
	border-bottom: none;
}
.detailTable table tr:last-child td:nth-child(2),
.detailTable table tr:nth-child(3) th:nth-child(2){
	border-left: 2px solid #d2d2d2;
	border-right: 2px solid #d2d2d2;
}
.productsDetail h4 {
	width: 100%;
	background: #5baee2;
	background: -moz-linear-gradient(45deg, #5baee2 0%, #5baee2 100%);
	background: -webkit-linear-gradient(45deg, #5baee2 0%,#5baee2 100%);
	background: linear-gradient(45deg, #5baee2 0%,#5baee2 100%);
	color: #fff;
	font-size: 30px;
	text-align: center;
	margin: 45px 0 30px;
	padding: 7px 0;
}
.productsDetail h5 {
	font-size: 30px;
	border-bottom: 4px solid #5baee2;
	text-align: center;
	margin-top: 50px;
}
.productsDetail p {
	width: 94%;
	margin: auto;
	margin-bottom: 40px;
}
span.fcRed {
	color: #ff3838;
	font-weight: bold;
}
span.marker-yellow {
 background: linear-gradient(transparent 0%, #fff799 0%);
 font-weight: bold;
border-radius:6px;
}
.productsDetail h6 {
	font-size: 18px;
	width: 94%;
	margin: 25px auto 5px;
}
.productsDetail h6 span {
	color: #5baee2;
}
.doctorComment {
	display: flex;
	width: 94%;
	margin: auto;
	justify-content: space-between;
}
.doctorComment img {
	display: block;
	width: 49%;
}
.doctorComment p {
	width: 49%;
	margin: 0;
	border: 2px solid #ccc;
	border-radius: 20px;
	padding: 20px;
	font-size: 21px;
}
.productReview {
	width: 94%;
	margin: auto;
	border: 4px solid #5baee2;
	border-radius: 30px;
	box-shadow: 0px 0px 15px #ababab inset;
	padding: 30px;
}
.productReview > p {
	color: #2a9fe9;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}

.swipeBpx {
	overflow-x: scroll;
	display: flex;
}
.reviewDetail {
	width: 500px;
	margin: 0 30px 0 0;
}
.reviewDetail p{
	margin: 10px 0;
	width: 100%;
}
.reviewDetail p:first-child {
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	margin: 10px 0 5px;
	height: 3em;
}
.reviewDetail > img {
	width: 500px;
}
a.btn.pattern03 {
	width: 94%;
	margin: 40px auto;
	display: block;
	font-size: 35px;
	line-height: 1.2em;
	padding: 12px;
}
a.btn.pattern03 span {
	font-size: 24px;
}
a.btn.pattern04 {
	width: 94%;
	margin: 40px auto;
	display: block;
	font-size: 35px;
	line-height: 1.2em;
	padding: 25px;
}
a.btn.pattern04 span {
	font-size: 24px;
}
footer {
	background-image: url(../img/footerBg.jpg);
	text-align: center;
}
footer a {
color: #fff;
    font-size: 23px;
    font-weight: bold;
    /* margin: 18px 0 14px; */
    /* display: inline-block; */
    padding: 0 25px;
    line-height: 40px;
}
footer a:first-child {
	border-right: 2px solid #fff;
	padding-right: 33px;
}
footer p {
	color: #fff;
	font-size: 14px;
    padding: 25px 0 10px;
	line-height: 24px;
}
footer {
	background-image: url(../img/footerBg.jpg);
	text-align: center;
	background-repeat-x: repeat;
	background-size: cover;
}
/*--------------------スマホ--------------------*/

@media (max-width: 780px) {
	.comparisonTable .inner {
		width: 100%;
	}
	.inner {
		width: 100%;
		padding: 5% 0;
	}
	.comparisonTable {
		padding: 7% 0;
	}
	.mv img.sp {
		display: block;
		margin: auto;
		width: 100%;
		min-width: inherit;
	}
	img{
		width: 100%;
	}
	.scrollTxt{
		text-align: center;
		font-size: 14px;
		color: #5baee2;
		margin-bottom: 10px;
	}
	.comparisonTable .inner {
		border-radius: 20px;
		overflow: scroll;
		width: 90%;
		margin: auto;
	}
	.comparisonTable table {
		overflow: inherit;
	width: 677px;
		font-size: 14px;
	}
	.comparisonTable th {
		width: 75px;
		font-size: 18px;
		line-height: 20px;
	}
	.comparisonTable td {
		font-size: 14px;
	}
	h2 span {
		font-size: 19px;
	}
	h2 {
		font-size: 26px;
		text-align: center;
		line-height: 35px;
		margin-bottom: 20px;
	}
	.mistakeChoiceBox h3 {
		font-size: 21px;
	}
	.mistakeChoiceBox {
		width: 90%;
		margin: 5% auto;
	}
	.productsDetail.rank01 h3 img{
		width: 20%;
	}
	.comparisonTable th, .comparisonTable td {
		padding: 5px 5px;
	}
	.comparisonTable td img {
		display: block;
		width: 35px;
		margin: 5px auto;
	}
	.mistakeChoiceBox h3 {
		font-size: 19px;
		margin-bottom: 3%;
	}
	.mistakeChoiceBox {
		border-radius: 20px;
		padding: 4%;
	}
	.tab-wrap {
		margin: 5% 0;
		width: 94%;
		margin: auto;
	}
	.mistakeChoiceBox p {
		margin-bottom: 3%;
	}
	.tab-label {
		font-size: 16px;
		border: 3px solid;
		padding: 10px .3em;
		border-radius: 15px 15px 0 0;
	}
	.tab-content table th, .tab-content table td {
		padding: 2%;
		font-size: 13px;
		width: 33.33333%;
	}
	.tab-switch:checked+.tab-label+.tab-content {
		border: 3px solid;
		top: -3px;
	}
	.tab-switch:checked+.tab-label+.tab-content table {
		margin: 0 2%;
	}
	.tab-content h3 {
		font-size: 21px;
		text-align: center;
		margin: 3% 0;
	}
	a.btn {
		padding: 7% 2%;
		font-size: 14px;
		box-shadow: 0px 3px 5px #c8c8c8;
	}
	.tab-content h4 {
		font-size: 20px;
		margin: 5% 0;
		padding: 3% 0;
	}
	.tab-content-inner {
		display: block;
		margin: 0 4%;
		padding: 0;
	}
	.tab-content-inner img {
		float: left;
		width: 48%;
		margin-bottom: 2px;
	}
	a.btn.pattern02 {
		margin: 5% auto;
		font-size: 21px;
	}
	.tab-content h5 {
		font-size: 21px;
		margin: 7% 0px 3%;
		margin: 10% 0 3%;
	}
	img.comicImg {
		width: 94%;
	}
	.productsDetail h3 {
		font-size: 30px;
		line-height: 24px;
		padding: 4% 0 2%;
		border-radius: 25px 25px 0 0;
	}
	.productsDetail.rank01 h3 img {
		width: 26%;
		left: -3%;
		top: -9%;
	}
	.productsDetail h3 span {
		font-size: 14px;
	}
	.productsDetail.rank01 h3 {
		padding-left: 16%;
	}
	.productsDetail {
		width: 94%;
		margin: 0 auto 10%;
	}
	.detailTable table th, .detailTable table td {
		padding: 2% 3%;
		text-align: center;
		font-size: 16px;
	}
	.detailTable table td {
		font-size: 14px;
	}
	.productsDetail h4 {
		font-size: 20px;
		margin: 10% 0 3%;
	}
	.productsDetail h5 {
		font-size: 19px;
		margin-top: 5%;
	}
	.doctorComment {
		display: block;
	}
	.doctorComment img {
		display: block;
		width: 100%;
	}
	.doctorComment p {
		width: 100%;
		margin: 2% 0;
		padding: 1%;
		font-size: 15px;
		border-radius: 10px;
	}
	.productsDetail h6 {
		font-size: 17px;
		width: 95%;
		margin: 5% auto 1%;
	}
	.productsDetail > img {
		width: 94%;
		margin: 25px auto 2%;
	}
	.productReview {
		width: 94%;
		margin: auto;
		border: 3px solid #5baee2;
		border-radius: 18px;
		box-shadow: 0px 0px 10px #ababab inset;
		padding: 4%;
	}
	.productReview > p {
		margin-bottom: 1%;
		font-size: 14px;
	}
	.reviewDetail {
		width: auto;
		margin: 0 6% 0 0;
	}
	.reviewDetail > img {
		width: 60vw;
	}
	.reviewDetail p:first-child {
		height: 5em;
	}
	.recommend .inner {
		width: 94%;
	}
	.recommend　h2 {
		font-size: 25px;
	}
	.recommend　h2 span {
		font-size: 25px;
	}
	a.btn.pattern03 {
		width: 100%;
		margin: 8% auto;
		font-size: 19px;
		padding: 5% 3%;
	}
	a.btn.pattern03 span {
		font-size: 16px;
		font-weight: normal;
	}
	a.btn.pattern04 {
	width: 100%;
	margin: 8% auto;
	font-size: 19px;
	padding: 5% 3%;
	}
	a.btn.pattern04 span {
		font-size: 16px;
		font-weight: normal;
	}
	.recommend h2 {
		font-size: 23px;
	}
	.recommend h2 span {
		font-size: 17px;
	}
	footer a:first-child {
		padding-right: 16px;
	}
	footer a {
		font-size: 16px;
		font-weight: normal;
		margin: 30px 0;
		padding: 0 10px;
	}
	footer p {
		font-size: 10px;
		line-height: 19px;
	}
	h4.title{
		font-size: 20px!important;
		width: 98%!important;
	}
}
/*--------------------スマホ--------------------end*/
h4.tokucyou{
	width: 100%;
    background: #eee;
    font-size: 1.7rem;
    text-align: center;
    margin: 0px 0 30px;
    padding: 2% 0;
	color: black;
}
h4.title{
	position: relative;
    padding: 1rem 2rem calc(1rem + 10px);
    background: #5baee2;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
	margin: 9% 2% 4% 2%;
    text-align: center;
	width: 96%;
}
	
	h4.title:before {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 100%;
    height: 100%;
    content: '';
    border: 2px solid #000;
}
.mb20{
	margin-bottom: 20px!important;
}	

/*--- 検索実装 ---*/
section.choose {
    max-width: 800px;
    margin: auto;
}
.btn_s {
    display: block;
    margin: 0px auto 30px;
    background-color: #fff;
    border-radius: 5px;
    width: 55%;
}
.btn_s p {
    background-color: #d8d8d8;
    text-align: center;
    color: #fff;
    padding: 2px;
    font-size: 0.8em;
}
.index_search {
    border-collapse: collapse;
    width: 90%!important;
    margin: 0 auto;
}
.index_search th {
    border-collapse: collapse;
    background-color: #f6f6f6;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    font-size: 80%;
    padding: 10px;
    line-height: 1.4;
    border-right: 1px solid #ccc;
    color: #222;
}
.index_search td {
    border-collapse: collapse;
    text-align: left;
    vertical-align: middle;
    font-size: 80%;
    width: 70%;
    padding: 0px 0px 0px 30px;
}
.index_search .searchbutton {
    background-color: #FF6D46;
    border: none;
    color: white;
    padding: 10px 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    line-height: 15px;
    margin-top: 10px;
}
.index_search .searchcenter {
    text-align: center;
    margin-bottom: 10px;
}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
.fsS {
    font-size: 0.7rem;
}

.gray{color: #888}

.taR{
    text-align: right;
}