
body.products .contents .about_products .slider .swiper-slide .cap {
	font-size: 1.1rem;
	}


.cathead._productlist {
	padding-top: 4em;
	padding-bottom: 3em;
	border-top: 3px solid #dedede;
	}

.cathead._productlist p.cat-en{
	font-size: 1.3em;
	}

.cathead._productlist p.cat-jp{
	font-size: .8em;
	color:#999;
	}

@media screen and (min-width: 1100px) {
body .contents .products-small .unit_item {
	margin-bottom: 0;
	}
	}

.catsub_productlist {
	width: 100%;
	position: relative;
	margin-top: 20px;
	padding-bottom: 50px;
	}
@media screen and (max-width: 899px) {
.catsub_productlist {
	margin-top: 20px;
	padding-bottom: 30px;
	}
	}

.catsub_productlist p {
	position: relative;
	text-align: left;
	font-size: 1.5em;
	color: #333;
	display: flex;
	align-items: center;
	}
@media screen and (max-width: 899px) {
.catsub_productlist p {
	font-size: 1.4em;
	}
	}

.catsub_productlist p span{
	position: relative;
	color: #999;
	padding-left: 15px;
	}

.catsub_productlist p::after {
	content: "";
	height: 1px;
	background-color: #dedede;
	flex-grow: 1;
	margin-left: 15px;
	}

.catsub_productlist .anker {
	position: absolute;
	z-index: 0;
	height: 1px;
	top: -100px;
	}
@media screen and (max-width: 899px) {
.catsub_productlist .anker {
	top: -60px;
	}
	}


/*discon*/

.ttl:has(.discon){
	border-bottom: 1px solid #dedede;
	}

.disconproducts{
	width: 850px;
	margin: auto;
	}
@media screen and (max-width: 899px) {
.disconproducts{
	width: 95%;
	}
	}

.disconproducts .discon_unit{
	width: 100%;
	margin-top: 50px;
	padding-bottom:50px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: row;
	border-bottom: 1px solid #dedede;
	}
@media screen and (max-width: 899px) {
.disconproducts .discon_unit{
	margin-top: 30px;
	padding-bottom: 40px;
	flex-direction: column;
	}
	}

.disconproducts .discon_unit:last-child{
	border-bottom: none;
	}
@media screen and (max-width: 899px) {
.disconproducts .discon_unit:last-child{
	padding-bottom: 0;
	}
	}


.disconproducts .discon_unit .discon_img{
	width: 300px;
	display: flex;
	align-items: flex-start;
	}
@media screen and (max-width: 899px) {
.disconproducts .discon_unit .discon_img{
	width: 100%;
	align-items: center;
	justify-content: center;
	}
	}

.disconproducts .discon_unit .discon_img img{
	width: 80%;
	}
@media screen and (max-width: 899px) {
.disconproducts .discon_unit .discon_img img{
	width: 50%;
	}
	}

.disconproducts .discon_unit .discon_body{
	flex: 1;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	}
@media screen and (max-width: 899px) {
.disconproducts .discon_unit .discon_body{
	margin-top: 20px;
	align-items: center;
	}
	}

.disconproducts .discon_unit .discon_body p.en{
	color:#333;
	font-size: 1.2em;
	}
@media screen and (max-width: 899px) {
.disconproducts .discon_unit .discon_body p.en{
	font-size: 1.1em;
	}
	}

.disconproducts .discon_unit .discon_body p.ja{
	color:#333;
	font-size: 1.2em;
	}
@media screen and (max-width: 899px) {
.disconproducts .discon_unit .discon_body p.ja{
	font-size: 1.1em;
	}
	}

.disconproducts .discon_unit .discon_body .buttons{
	margin-top: 30px;
	flex: 1;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: row;
	}
@media screen and (max-width: 899px) {
.disconproducts .discon_unit .discon_body .buttons{
	margin-top: 20px;
	}
	}

.disconproducts .discon_unit .discon_body .buttons p.disconmark{
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f3f3f3;
	color:#666;
	font-size: .8em;
	padding: 0 30px;
	}

.disconproducts .discon_unit .discon_body .buttons a{
	height: 30px;
	margin-left: 15px;
	border: none;
	}

.disconproducts .discon_unit .discon_body .buttons a:hover{
	border: none;
	}

.disconproducts .discon_unit .discon_body .buttons a .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-size: 1.1rem;
	text-align: center;
	border-radius: 99999px;
	border:1px solid #999;
	padding: 0 30px;
	margin: 0 auto;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	}

.disconproducts .discon_unit .discon_body .buttons a:hover .btn {
	background:#ededed;
	}

.disconproducts .discon_unit .discon_body .discon_spec {
	margin-top: 30px;
	}

.disconproducts .discon_unit .discon_body .discon_spec table{
	width: 100%;
	}

.disconproducts .discon_unit .discon_body .discon_spec table tr{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: nowrap;
	flex-direction: row;
	}

.disconproducts .discon_unit .discon_body .discon_spec table tr td{
	position: relative;
	font-size: .9em;
	}
@media screen and (max-width: 899px) {
.disconproducts .discon_unit .discon_body .discon_spec table tr td{
	line-height: 1.8em;
	}
	}

.disconproducts .discon_unit .discon_body .discon_spec table tr td:first-child{
	width: 140px;
	flex-wrap: nowrap;
	}
@media screen and (max-width: 899px) {
.disconproducts .discon_unit .discon_body .discon_spec table tr td:first-child{
	width: 130px;
	}
	}

.disconproducts .discon_unit .discon_body .discon_spec table tr td:first-child::after{
	position: absolute;
	top: 0;
	right: 1em;
	content: '：';
	font-size: .9em;
	}

.disconproducts .discon_unit .discon_body .discon_spec table tr td:last-child{
	flex: 1;
	}



/*detail*/

body.products .contents .about_products .txt .ttl3 {
	padding-bottom: 0;
	}

body.products .contents .feature .unit .txt .detail {
	text-align: justify;
	text-justify: inter-ideograph;
	}















