article {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 50px;
}

article h2 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #E60000;
	border-top: solid 5px #E60000;
	width: 49%;
	margin: 0 auto;
	padding-top: 20px;
	margin-top: 97px;
}

.page_link {}

.page_link .inner {}

.page_link .inner ul {}

.page_link .inner ul li.active {}

.page_link .inner ul li.active a {}

.page_link .inner ul li {}

.page_link .inner ul li a {}


ul.taxonomyMenu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px 0;
}

ul.taxonomyMenu li {
	width: 49%;
	margin-bottom: 0.5em;
}

ul.taxonomyMenu li a {
	display: block;
	width: 100%;
	text-align: center;
	border: 1px solid #ccc;
	padding: 0.5em;
}

ul.taxonomyMenu li a.active,
ul.taxonomyMenu li a.activeTax{
	background-color: #0c9fdd;
	border: 1px solid #0c9fdd;
	color: #fff;
	/*pointer-events: none;*/
}



ul.taxonomyMenu li a:hover {
	border: 1px solid #0c9fdd;
	color: #0c9fdd;
}
ul.taxonomyMenu li a.active:hover,
ul.taxonomyMenu li a.activeTax:hover{
	background-color:#4cc9fd;
	color: #fff;
}
main.reform {}

h3.taxTitle {
	border-left: 10px solid #dbdbdb;
	font-size: 24px;
	line-height: 2em;
	padding-left: 0.5em;
	margin-bottom: 1em;
}

div.exLoop {
}

div.exLoop div.container {}

div.exLoop div.container div.row {}

div.exLoop div.container div.row div.exSet {
	margin-bottom: 5em;
}

div.exLoop div.container div.row div.exSet a {
	display: block;
}
div.exLoop div.container div.row div.exSet a.nowprinting {
	display: block;
	pointer-events: none;
}

div.exLoop div.container div.row div.exSet a:hover {
}

div.exLoop div.container div.row div.exSet div.imgBox {
	position: relative;
	width: 100%;
	height: 80vw;
	max-height: 550px;
	overflow: hidden;
}

div.exLoop div.container div.row div.exSet div.imgBox img {
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	width: 100%;
}

div.exLoop div.container div.row div.exSet h4 {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	padding: 1em 0;
	margin: 0 0 1em;
	border-bottom: 1px dotted #999;
}

div.exLoop div.container div.row div.exSet a.nowprinting h4 {
	border-bottom: 0px dotted #999;
}

div.exLoop div.container div.row div.exSet div.dataBox {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-self: center;
}
div.exLoop div.container div.row div.exSet a.nowprinting div.dataBox {
	display: none;

}

div.exLoop div.container div.row div.exSet div.dataBox dl {
	display: flex;
	justify-content: flex-start;
	width: 60%;
	align-items: baseline;
	align-self: center;
}

div.exLoop div.container div.row div.exSet div.dataBox dl dt {
	padding: 0.2em 0.5em;
	background-color: #dbdbdb;
	margin-right: 1em;
}

div.exLoop div.container div.row div.exSet div.dataBox dl dd {
	font-size: 28px;
	font-weight: bold;
}

div.exLoop div.container div.row div.exSet div dl dd span {
	font-size: 65%;
}

div.exLoop div.container div.row div.exSet div p.moreLink {
	width: 40%;
	text-align: right;
	color: #e60000;

}
div.exLoop div.container div.row div.exSet div p.moreLink:after {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: 900;

}

div.exLoop.exampleSingle {
}
div.exLoop.exampleSingle div.container {
}
div.exLoop.exampleSingle div.container div.row {
}
div.exLoop.exampleSingle div.container div.row div.exSet {
	width: 100%;
}
div.exLoop.exampleSingle div.container div.row div.exSet h4 {
	border-bottom: 0px;
	background-color:#f59999;
	color: #fff;
	padding: 0.5em 0;
	font-size: 14px;
}
div.exLoop.exampleSingle div.container div.row div.exSet div.imgBox {
	height:calc(80vw + 25px);
	max-height: calc(550px + 25px);
	position: relative;
}

div.exLoop.exampleSingle div.container div.row div.exSet div.imgBox img {
	top:calc(50% + 12.5px);
}

div.exLoop.exampleSingle div.container div.row div.exSet div.imgBox.beforeImg {
}
div.exLoop.exampleSingle div.container div.row div.exSet div.imgBox.beforeImg:before,
div.exLoop.exampleSingle div.container div.row div.exSet div.imgBox.afterImg:before{
	position: absolute;
	top:0px;
	left:50%;
	transform: translateX(-50%);
	width: 100%;
	background-color: #fff;
	z-index: 2;
	text-align: center;
	height: 25px;
	font-weight: bold;
}
div.exLoop.exampleSingle div.container div.row div.exSet div.imgBox:after{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40px;
	height: 40px;
	display: block;
	background-size: cover;
	background-image: url("../cmn/img/zoom.png");
    pointer-events: none;
}

div.exLoop.exampleSingle div.container div.row div.exSet div.imgBox.beforeImg:before {
	content: "BEFORE";

}
div.exLoop.exampleSingle div.container div.row div.exSet div.imgBox.beforeImg img {
	
}

div.exLoop.exampleSingle div.container div.row div.exSet div.imgBox.beforeImg img,
div.exLoop.exampleSingle div.container div.row div.exSet div.imgBox.afterImg img{
	top:calc(50% + 12.5px);
}
div.exLoop.exampleSingle div.container div.row div.exSet div.imgBox.afterImg {
}
div.exLoop.exampleSingle div.container div.row div.exSet div.imgBox.afterImg:before {
	content: "AFTER";

}
div.exLoop.exampleSingle div.container div.row div.exSet div.imgBox.afterImg img {
}
div.exLoop.exampleSingle div.container div.row div.exSet p.arrowIcon {
	text-align: center;
	padding: 1em;
}
div.exLoop.exampleSingle div.container div.row div.exSet p.arrowIcon i {
	font-size: 36px;
	color:#f59999;
}
div.exLoop.exampleSingle div.container div.row div.exSet p.productTxt {
	padding: 1em 0;
	line-height: 1.4em;
	margin: 0 0 1em;
	border-bottom: 1px dotted #999;
	width: 100%;
}
div.exLoop.exampleSingle div.container div.row div.exSet div.dataBox {
}
div.exLoop.exampleSingle div.container div.row div.exSet div.dataBox dl {
	display: flex;
    justify-content: center;
    width: 100%;
	flex-wrap: wrap;

}
div.exLoop.exampleSingle div.container div.row div.exSet div.dataBox dl dt {
}
div.exLoop.exampleSingle div.container div.row div.exSet div.dataBox dl dd {
	margin-right: 1em;
	margin-bottom: 0.5em;
}
div.exLoop.exampleSingle div.container div.row div.exSet div.dataBox dl dd span {
}

div.row.fukidashiSet {
}
div.row.fukidashiSet div.okyakuIcon {
	text-align: right;
}
div.row.fukidashiSet div.okyakuIcon img {
}
div.row.fukidashiSet div.fukidashiWhite,
div.row.fukidashiSet div.fukidashiblue {
	border-radius: 10px;
	padding-top: 1em;
	padding-bottom: 1em;
	line-height: 1.6em;
	font-size: 14px;
	margin-bottom: 2em;
	position: relative;
}
div.row.fukidashiSet div.fukidashiWhite:after, div.row.fukidashiSet div.fukidashiWhite:before,
div.row.fukidashiSet div.fukidashiblue:after, div.row.fukidashiSet div.fukidashiblue:before{
	right: 100%;
	top: 20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

div.row.fukidashiSet div.fukidashiWhite {
	border: 1px solid #ddd;
	background-color: #fff;
}
div.row.fukidashiSet div.fukidashiWhite:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 10px;
	margin-top: -10px;
}
div.row.fukidashiSet div.fukidashiWhite:before {
	border-color: rgba(204, 204, 204, 0);
	border-right-color: #ccc;
	border-width: 11px;
	margin-top: -11px;
}
div.row.fukidashiSet div.yocchanIcon {
	text-align: right;
}
div.row.fukidashiSet div.yocchanIcon img {
}
div.row.fukidashiSet div.fukidashiblue {
	border: 1px solid #0c9fdd;
	background-color: #0c9fdd;
	color: #fff;
}
div.row.fukidashiSet div.fukidashiblue:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #0c9fdd;
	border-width: 10px;
	margin-top: -10px;
}
div.row.fukidashiSet div.fukidashiblue:before {
	border-color: rgba(204, 204, 204, 0);
	border-right-color: #0c9fdd;
	border-width: 11px;
	margin-top: -11px;
}

a.listReturn,
a.listNext{
	display: block;
	width: 100%;
	text-align: center;
	border: 1px solid #ccc;
	padding: 1em 0.5em;
	position: relative;
}
a.listReturn:before {
	font-family: "Font Awesome 5 Free";
	content: "\f106";
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}
a.listNext:before {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}
a.listReturn:hover,
a.listNext:hover{
	border: 1px solid #0c9fdd;
	color: #0c9fdd;
}

@media (min-width: 544px) {
	div.exLoop div.container div.row div.exSet div.imgBox {
	    height: 450px;
	    max-height: none;
	}
	div.exLoop.exampleSingle div.container div.row div.exSet div.imgBox {
	    height: 360px;
	    max-height: none;
	}
}


@media (min-width: 768px) {
	article {
		max-width: 1000px;
		margin: 0 auto 100px;
	}


	.page_link {}

	.page_link .inner {}

	.page_link .inner ul {
		max-width: 825px;
		margin-left: auto;

		margin-right: auto;
	}

	.page_link .inner ul li.active {}

	.page_link .inner ul li.active a {}

	.page_link .inner ul li {}

	.page_link .inner ul li a {}

	ul.taxonomyMenu {
		justify-content: center;
	}

	ul.taxonomyMenu li {
		width: 24%;
		margin-left: 0.5%;
		margin-right: 0.5%;
	}

	ul.taxonomyMenu li a {}

	main.reform {}

	article h3.taxTitle {}

	div.exLoop {}

	div.exLoop div.container {}

	div.exLoop div.container div.row {}

	div.exLoop div.container div.row div.exSet {}

	div.exLoop div.container div.row div.exSet a {}

	div.exLoop div.container div.row div.exSet div.imgBox {
		    height: 41vw;
	    	max-height: 330px;
	}
	div.exLoop div.container div.row div.exSet div.imgBox img {}

	div.exLoop div.container div.row div.exSet h4 {}

	div.exLoop div.container div.row div.exSet div {}

	div.exLoop div.container div.row div.exSet div dl {}

	div.exLoop div.container div.row div.exSet div dl dt {}

	div.exLoop div.container div.row div.exSet div dl dd {}

	div.exLoop div.container div.row div.exSet div dl dd span {}

	div.exLoop div.container div.row div.exSet div p.moreLink {}
	
	div.exLoop.exampleSingle {
}
div.exLoop.exampleSingle div.container {
}
div.exLoop.exampleSingle div.container div.row {
}
div.exLoop.exampleSingle div.container div.row div.exSet {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
div.exLoop.exampleSingle div.container div.row div.exSet h4 {
	font-size: 21px;
	width: 100%;
}
div.exLoop.exampleSingle div.container div.row div.exSet div.imgBox {
	width: 46%;
	height: calc(41vw + 25px);
	max-height: 250px;
}
div.exLoop.exampleSingle div.container div.row div.exSet div.imgBox.beforeImg {
}
div.exLoop.exampleSingle div.container div.row div.exSet div.imgBox.beforeImg img {
}
div.exLoop.exampleSingle div.container div.row div.exSet div.imgBox.afterImg {
}
div.exLoop.exampleSingle div.container div.row div.exSet div.imgBox.afterImg img {
}
div.exLoop.exampleSingle div.container div.row div.exSet div.imgBox.beforeImg:before,
div.exLoop.exampleSingle div.container div.row div.exSet div.imgBox.beforeImg:after {
}
div.exLoop.exampleSingle div.container div.row div.exSet p.arrowIcon {
	width: 3%;
	
}
div.exLoop.exampleSingle div.container div.row div.exSet p.productTxt {
	padding: 2em 5em;
}
div.exLoop.exampleSingle div.container div.row div.exSet div.dataBox {
	display: block;
	margin-left:auto;
	margin-right: auto;
}
div.exLoop.exampleSingle div.container div.row div.exSet div.dataBox dl {
	justify-content: center;
}
div.exLoop.exampleSingle div.container div.row div.exSet div.dataBox dl dt {
}
div.exLoop.exampleSingle div.container div.row div.exSet div.dataBox dl dd {
}
div.exLoop.exampleSingle div.container div.row div.exSet div.dataBox dl dd span {
}

a.listReturn,
a.listNext{
	width: 40%;
	margin: 2em auto 0;
}
	
}

@media (min-width: 992px) {
	.page_link .inner ul li {
		flex: 0;
		flex-basis: 40%;
	}

	ul.taxonomyMenu {}

	ul.taxonomyMenu li {}

	ul.taxonomyMenu li a {}

	main.reform {}

	main.reform article h3 {}

	div.exLoop {}

	div.exLoop div.container {}

	div.exLoop div.container div.row {}

	div.exLoop div.container div.row div.exSet {}

	div.exLoop div.container div.row div.exSet a {}

	div.exLoop div.container div.row div.exSet div.imgBox {
		width: 100%;
		height: 27vw;
		max-height: 284px;
	}

	div.exLoop div.container div.row div.exSet div.imgBox img {}

	div.exLoop div.container div.row div.exSet h4 {}

	div.exLoop div.container div.row div.exSet div {}

	div.exLoop div.container div.row div.exSet div dl {}

	div.exLoop div.container div.row div.exSet div dl dt {}

	div.exLoop div.container div.row div.exSet div dl dd {}

	div.exLoop div.container div.row div.exSet div dl dd span {}

	div.exLoop div.container div.row div.exSet div p.moreLink {}
	
	div.exLoop.exampleSingle {
}
div.exLoop.exampleSingle div.container {
}
div.exLoop.exampleSingle div.container div.row {
}
div.exLoop.exampleSingle div.container div.row div.exSet {

}
div.exLoop.exampleSingle div.container div.row div.exSet h4 {
}
div.exLoop.exampleSingle div.container div.row div.exSet div.imgBox {
	height: calc(39vw + 25px);
	max-height: 320px;
}
div.exLoop.exampleSingle div.container div.row div.exSet div.imgBox.beforeImg {
}
div.exLoop.exampleSingle div.container div.row div.exSet div.imgBox.beforeImg img {
}
div.exLoop.exampleSingle div.container div.row div.exSet div.imgBox.afterImg {
}
div.exLoop.exampleSingle div.container div.row div.exSet div.imgBox.afterImg img {
}
div.exLoop.exampleSingle div.container div.row div.exSet div.imgBox.beforeImg:before,
div.exLoop.exampleSingle div.container div.row div.exSet div.imgBox.beforeImg:after {
}

div.exLoop.exampleSingle div.container div.row div.exSet p.arrowIcon {
}
div.exLoop.exampleSingle div.container div.row div.exSet p.productTxt {
	width: 100%;
}
div.exLoop.exampleSingle div.container div.row div.exSet div.dataBox {
}
div.exLoop.exampleSingle div.container div.row div.exSet div.dataBox dl {
}
div.exLoop.exampleSingle div.container div.row div.exSet div.dataBox dl dt {
}
div.exLoop.exampleSingle div.container div.row div.exSet div.dataBox dl dd {
}
div.exLoop.exampleSingle div.container div.row div.exSet div.dataBox dl dd span {
}

	a.listReturn,
	a.listNext{
	/*width: 400px;*/

	}
	div.listReturnSet {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	
}

@media (min-width: 1200px) {
	article {
		width: 78%;
	}


	ul.taxonomyMenu {}

	ul.taxonomyMenu li {}

	ul.taxonomyMenu li a {}

	main.reform {}

	main.reform article h3 {}

	div.exLoop {}

	div.exLoop div.container {}

	div.exLoop div.container div.row {}

	div.exLoop div.container div.row div.exSet {}

	div.exLoop div.container div.row div.exSet a {}

	div.exLoop div.container div.row div.exSet div.imgBox {
		height: 23.5vw;
		max-height: 303px;
	}

	div.exLoop div.container div.row div.exSet div.imgBox img {}

	div.exLoop div.container div.row div.exSet h4 {}

	div.exLoop div.container div.row div.exSet div {}

	div.exLoop div.container div.row div.exSet div dl {}

	div.exLoop div.container div.row div.exSet div dl dt {}

	div.exLoop div.container div.row div.exSet div dl dd {}

	div.exLoop div.container div.row div.exSet div dl dd span {}

	div.exLoop div.container div.row div.exSet div p.moreLink {}
	
	div.exLoop.exampleSingle {
}
div.exLoop.exampleSingle div.container {
}
div.exLoop.exampleSingle div.container div.row {
}
div.exLoop.exampleSingle div.container div.row div.exSet {
}
div.exLoop.exampleSingle div.container div.row div.exSet h4 {
}
div.exLoop.exampleSingle div.container div.row div.exSet div.imgBox {
    max-height: 320px;
}
div.exLoop.exampleSingle div.container div.row div.exSet div.imgBox.beforeImg {
}
div.exLoop.exampleSingle div.container div.row div.exSet div.imgBox.beforeImg img {
}
div.exLoop.exampleSingle div.container div.row div.exSet div.imgBox.afterImg {
}
div.exLoop.exampleSingle div.container div.row div.exSet div.imgBox.afterImg img {
}
div.exLoop.exampleSingle div.container div.row div.exSet div.imgBox.beforeImg:before,
div.exLoop.exampleSingle div.container div.row div.exSet div.imgBox.beforeImg:after {
}

div.exLoop.exampleSingle div.container div.row div.exSet p.arrowIcon {
}
div.exLoop.exampleSingle div.container div.row div.exSet p.productTxt {
}
div.exLoop.exampleSingle div.container div.row div.exSet div.dataBox {
}
div.exLoop.exampleSingle div.container div.row div.exSet div.dataBox dl {
}
div.exLoop.exampleSingle div.container div.row div.exSet div.dataBox dl dt {
}
div.exLoop.exampleSingle div.container div.row div.exSet div.dataBox dl dd {
}
div.exLoop.exampleSingle div.container div.row div.exSet div.dataBox dl dd span {
}

}