@charset "utf-8";
@import "cmn_reset.css";
@import url(//fonts.googleapis.com/css?family=Oswald:300,400);
@import url(//fonts.googleapis.com/css?family=Montserrat:400,500);
@import url(//fonts.googleapis.com/css?family=PT+Sans:700i&display=swap);

/* ---------------------------------------------------------

	Surgitel 歯科専用サイト
	Date: 2025.09.18
	
--------------------------------------------------------- */

/* 製品情報 */

.products_top_title {
	margin-bottom: 14px;
}

/*250916 追加 */
.loupe_type{
	position: relative;
	padding-left: 17px;

	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 15px;
}

.loupe_type::before{
	position: absolute;
	left: 1px;
	top: 50%;
	transform: translateY(-50%);

	width: 6px;
	height: 6px;
	background-color: #ca000e;
	content: " ";
}


.products_top_list_icon{
	position: absolute;
	bottom: 1.5em;
	font-size: 11px;
}

.icon-ttl , .icon-flm{
	width: 33px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
}

.icon-ttl{
	border: 1px solid #818181;
	background-color: #EEEEEF;
}

.icon-flm{
	background-color: #111;
	color: #fff;
}

/* ここまで */



/* 24.11.15 add start */
.products_top_list-gl{
	margin-bottom: 1.2em !important;
}
/* 24.11.15 add end */

.products_top_list-gl a , .products_top_list-kl a{
	padding: 1.5em 1em 2.9em;
}

/*===============================================
	製品情報一覧ページ:768px以上
===============================================*/
@media screen and (min-width:768px) {
	.products_top_wrap {
		padding: 2.5em 0 13em;
	}

	.products_top_title {
		margin-bottom: 27px;
	}

	/* 24.11.15 add start */
	.products_top_list-gl{
		/* margin-bottom: 4%; */
		margin-bottom: 26px !important;
	}
	/* 24.11.15 add end */

	/*250916 追加 */
	.loupe_type{
		/* position: relative; */
		padding-left: 22px;

		font-size: 20px;
		/* font-weight: bold; */
		margin-bottom: 28px;
	}

	.loupe_type::before{
		/* position: absolute;
		left: 1px;
		top: 50%;
		transform: translateY(-50%); */

		width: 9px;
		height: 9px;
		/* background-color: #ca000e;
		content: " "; */
	}


	.products_top_list_icon{
		/* position: absolute;
		bottom: 1.5em; */
		font-size: 14px;
	}

	.icon-ttl , .icon-flm{
		width: 46px;
		height: 26px;
		/* text-align: center;
		vertical-align: middle; */
		line-height: 26px;
		margin-left: -1em;
	}

	.products_top_list-gl a , .products_top_list-kl a{
		padding: 1.5em 2.5em 3.9em;
	}

/* ここまで */
}

/*===============================================
	製品情報一覧ページ:960px以上
===============================================*/
@media screen and (min-width:960px) {


	.products_top_list-gl a , .products_top_list-kl a{
		padding: 1.5em 2.5em 4.9em;
	}
}



/*===============================================
	製品カルーセル:960px以上
===============================================*/
@media screen and (min-width:960px) {
	.products_carousel {
		max-width: 680px;
	}
	.products_carousel .slick-arrow {
		height: 60px;
		width: 50px;
	}
	.products_carousel .slick-arrow::before {
		background-size: 30px auto;
	}
	.products_carousel .slick-prev {left: -120px;}
	.products_carousel .slick-next {right: -120px;}

	.products_thumbs_wrap {padding: 2.5em 30px;}
	.products_color {font-size: 18px;}
}

/* 製品ヘッダー
--------------------------------------------------------- */
.products_contents_wrap {
	background-color: #f6f6f6;
	padding: 3em 0;
}

.products_heading {
	padding: 0 15px 2.5em;
}
.products_heading_title {
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.07em;
	line-height: 1.9;
}
.products_heading_text {
	line-height: 2;
	margin-top: 1.5em;
}

/*===============================================
	製品ヘッダー:768px以上
===============================================*/
@media screen and (min-width:768px) {
	.products_contents_wrap {
		padding: 4em 0;
	}

	.products_heading {
		padding: 0 15px 4em;
		text-align: center;
	}
	.products_heading_title {
		font-size: 25px;
	}
	.products_heading_text {
		font-size: 15px;
	}
}

/*===============================================
	製品ヘッダー:960px以上
===============================================*/
@media screen and (min-width:960px) {
	.products_contents_wrap {padding: 5em 0;}

	.products_heading {padding: 0 15px 5em;}
	.products_heading_title {font-size: 36px;}
	.products_heading_text {font-size: 18px;}
}

/* 特長
--------------------------------------------------------- */
.products_feature .cmn_container {
	padding: 0;
}

.products_feature_box {
	background-color: #fff;
	box-shadow: 0 0 12px rgba(169,169,169,0.1);
	padding: 1.6em 15px 2em;
}
.products_feature_box + .products_feature_box {
	margin-top: 2.5em;
}
.products_feature_head {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 1em;
	padding: 0 15px;
}
.products_feature_head.font_oswald {
	font-size: 21px;
	font-weight: normal;
	letter-spacing: 0.05em;
}
.products_feature_title {
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5;
	margin-top: 1em;
	padding: 0 15px;
}
.products_feature_text {
	line-height: 1.8;
	margin-top: 0.8em;
	padding: 0 15px;
}

.products_feature_spec {
	display: flex;
	justify-content: space-between;
	padding: 0 15px;
}
.products_feature_spec li {
	background-color: #f6f6f6;
	padding: 1.5em 0;
	text-align: center;
	width: 45%;
}
.products_feature_spec h4 {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 6em auto;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4em;
}
.products_feature_spec li:nth-child(1) h4 {background-image: url(/material/img/products/products_icon05.png);}
.products_feature_spec li:nth-child(2) h4 {background-image: url(/material/img/products/products_icon06.png);}
.products_feature_spec p {
	font-size: 18px;
	margin-top: 1.2em;
}

.products_feature_field {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.products_feature_field li {min-width: 0%;}
.products_feature_field li:nth-child(-n+2) {
	max-width: 125px;
}
.products_feature_field li:nth-child(2) {
	margin-left: 15px;
}
.products_feature_field li:nth-child(3) {
	line-height: 1.8;
	margin-top: 1em;
	text-align: center;
	width: 100%;
}
.products_feature_field li:nth-child(3) span {
	font-size: 16px;
}

.products_feature_field_caution {
	font-size: 11px;
	margin-top: 2.5em;
	padding: 0 15px;
}
.products_feature_field_caution li {
	color: #505050;
	line-height: 1.45;
	padding-left: 1em;
	text-indent: -1em;
}
.products_feature_field_caution li + li {
	margin-top: 1em;
}

.products_feature_recommend {
	padding: 0 15px;
}
.products_feature_recommend > li {
	background-color: #f6f6f6;
	display: flex;
	align-items: center;
	padding: 1.2em;
}
.products_feature_recommend > li + li {
	margin-top: 20px;
}
.products_feature_recommend li li {
	font-size: 13px;
	line-height: 1.6;
	padding-left: 1em;
	text-indent: -1em;
}
.products_feature_recommend li li + li {
	margin-top: 0.6em;
}
.products_feature_recommend h4 {
	background: url(/material/img/products/products_icon07.svg) center top/1.8em auto no-repeat;
	flex: 0 0 auto;
	font-size: 14px;
	font-weight: 300;
	margin-right: 1em;
	padding: 2.8em 1.2em 0;
	text-align: center;
}

.products_feature_voice h4 {
	background: url(/material/img/products/products_icon08.svg) 15px center/auto 2em no-repeat;
	font-weight: bold;
	line-height: 1.4;
	margin-top: 2.4em;
	min-height: 2em;
	padding: 0 15px 0 calc(3.8em);
}
.products_feature_voice p {
	line-height: 2;
	margin-top: 1.8em;
	padding: 0 15px;
}

.products_button {
	margin-top: 1.6em;
	text-align: center;
}
.products_button a {
	border: 2px solid #ca000e;
	border-radius: 4px;
	box-shadow: 1px 1px 4px rgba(169,169,169,0.6);
	color: #ca000e;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	padding: 1.2em 0.6em 1em 1em;
	text-decoration: none;
}
.products_button a::after {
	content: '';
	border: 4px solid transparent;
	border-left-color: #ca000e;
	display: inline-block;
	height: 0;
	margin-left: 2em;
	width: 0;
}
.device_pc .products_button a {transition: border-color 0.2s ease-out, color 0.2s ease-out;}
.device_pc .products_button a:hover {
	border-color: #111;
	color: #111;
}
.device_pc .products_button a::after {transition: border-color 0.2s ease-out;}
.device_pc .products_button a:hover::after {border-left-color: #111;}

.products_button_simulation a {
	background-color: #ca000e;
	border: none;
	color: #fff;
	padding: 1em 1.5em 1em;
}
.products_button_simulation a::before {
	content: '';
	background: url(/material/img/support/simulation/simulation_ico_submit.svg) center/contain no-repeat;
	display: inline-block;
	height: 1.7em;
	margin-right: 1em;
	vertical-align: middle;
	width: 1.5em;
}
.products_button_simulation a::after {display: none;}
.device_pc .products_button_simulation a {transition: background-color 0.2s ease-out;}
.device_pc .products_button_simulation a:hover {
	background-color: #202020;
	color: #fff;
}
/* 20241015追記 */
.products_button{
	margin-top: 3em;
}
.products_button_cam{
	margin-top: 1.6em;
}
.products_button_cam a {
	background-color: #5c387a;
	border: none;
	color: #fff;
	padding: 1em 1.5em 1em;
	width: 214.5px;
	text-align: left;
}
.products_button_cam a::before {
	content: '';
	background: url(/material/img/products/surgicam-hd/cmn_icon_camera02.svg) center/cover no-repeat;
	display: inline-block;
	height: 1.7em;
	margin-right: 2.3em;
	vertical-align: middle;
	width: 1.5em;
}
.products_button_cam a::after {display: none;}
.device_pc .products_button_cam a {transition: background-color 0.2s ease-out;}
.device_pc .products_button_cam a:hover {
	background-color: #202020;
	color: #fff;
}
/* ここまで */

.products_index {
	border-top: 1px solid #cfcfd7;
	margin-top: 3em;
	padding-top: 2em;
}
.products_index h3 {
	font-size: 17px;
	font-weight: bold;
}
.products_index h3:not(:first-child) {
	margin-top: 1.5em;
}
.products_index_list {
	display: flex;
	margin-top: 1.5em;
}
.products_index_list li {
	max-width: 248px;
	width: calc((100% - 20px) / 3);
}
.products_index_list li + li {
	margin-left: 10px;
}
.products_index_list a {
	background-color: #fff;
	color: #111;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: bold;
	padding: 1.2em 0;
	text-decoration: none;
}
.products_index_list img {
	max-width: 120px;
	width: 100%;
}
.products_index_other {
	display: flex;
	justify-content: space-between;
	margin-top: 1.2em;
}
.products_index_other li {
	width: calc((100% - 10px) / 2);
}
.products_index_other a {
	background-color: #fff;
	color: #111;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: bold;
	padding: 0.6em;
	position: relative;
	text-decoration: none;
}
.products_index_other a::before {
	content: '';
	background: center/contain no-repeat;
	display: inline-block;
	height: 2em;
	margin-right: 0.5em;
	width: 2em;
}
.products_index_other_loupe a::before {background-image: url(/material/img/common/cmn_icon_loupe01.png);}
.products_index_other_frame a::before {
	background-image: url(/material/img/common/cmn_icon_frame01.png);
	width: 1.8em;
}
.products_index_other_light a::before {background-image: url(/material/img/common/cmn_icon_light01.png);}
.products_index_other a::after {
	content: '';
	border-top: 1px solid #111;
	border-right: 1px solid #111;
	display: inline-block;
	height: 0.6em;
	margin-left: 2em;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: rotate(45deg) translate(-30%, -40%);
	width: 0.6em;
}

.products_feature_light .cmn_container {
	background-color: #fff;
	padding: 0.2em 15px;
}
.products_feature_inner + .products_feature_inner {
	margin-top: 35px;
}

.products_feature_own {
	background-color: #f6f6f6;
	border: 1px solid #353535;
	padding: 1.5em 1.2em;
}
.products_feature_own_title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1em;
	text-align: center;
}

.products_feature_own_wrap {
	background-color: #f6f6f6;
	border: 1px solid #353535;
	margin-top: 35px;
	padding: 1.5em 1.2em;
}
.products_feature_light .products_feature_own_wrap .products_feature_inner {
	border: none;
	padding: 0;
}
.products_feature_own_wrap .products_feature_inner + .products_feature_inner {
	margin-top: 35px;
}

.products_feature_light .products_feature_light_select {
	background-color: #f6f6f6;
	line-height: 1.9;
	margin-top: 40px;
	padding: 1em;
}

/* 2024.10.25追記 */
.sp-none{
	display: none;
}

/* 2025.9.17追記 */
.spec-fs {
	font-size: 18px;
}

.field-fs {
	font-size: 16px;
}

/*===============================================
	特長:768px以上
===============================================*/
@media screen and (min-width:768px) {
	.products_feature .cmn_container {
		padding: 0 12px;
	}

	.products_feature_box {
		box-shadow: 0 0 18px rgba(169,169,169,0.1);
		padding: 2.5em 30px;
	}
	.products_feature_box + .products_feature_box {
		margin-top: 3em;
	}
	.products_feature_head {
		font-size: 24px;
	}
	.products_feature_head.font_oswald {
		font-size: 28px;
	}
	.products_feature_title {
		font-size: 20px;
	}

	.products_feature_spec li {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 2em 0;
		width: 48%;
	}
	.products_feature_spec h4 {
		background-position: left center;
		background-size: auto 3em;
		font-size: 18px;
		line-height: 3em;
		padding-bottom: 0;
		padding-left: 7em;
	}
	.products_feature_spec li:first-child h4 {
		padding-left: 6em;
	}
	.products_feature_spec p {
		font-size: 22px;
		margin-top: 0;
		margin-left: 0.8em;
	}

	.products_feature_field li:nth-child(-n+2) {
		max-width: 175px;
	}
	.products_feature_field li:nth-child(2) {
		margin-left: 30px;
	}
	.products_feature_field li:nth-child(3) {
		font-size: 18px;
		margin-top: 1.5em;
	}
	.products_feature_field li:nth-child(3) span {
		font-size: 22px;
	}
	.products_feature_field li:nth-child(3) span:first-of-type {
		margin-right: 1.5em;
	}

	.products_feature_field_caution {
		font-size: 13px;
	}

	.products_feature_recommend {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.products_feature_recommend-1{
		justify-content: center;
	}

	.products_feature_recommend > li {
		padding: 1.5em;
		width: 48%;
	}
	.products_feature_recommend > li + li {
		margin-top: 0;
	}
	.products_feature_recommend li li {
		font-size: 14px;
	}
	.products_feature_recommend h4 {
		font-size: 18px;
	}

	.products_feature_voice h4 {
		font-size: 16px;
	}

	.products_button {
		margin-top: 2.4em;
	}
	.products_button a {
		box-shadow: 1px 1px 6px rgba(169,169,169,0.6);
		font-size: 16px;
		padding: 1.2em 0.6em 1em 1em;
	}
	.products_button a::after {
		border-width: 5px;
	}

	.products_button_simulation a {
		padding: 1em 1.5em 1em;
	}
	.products_button_cam a {
		padding: 1em 1.5em 1em;
		width: 264px;
	}

	.products_index {
		margin-top: 4em;
		padding-top: 3em;
	}
	.products_index h3 {
		font-size: 20px;
	}
	.products_index_list {
		margin-top: 1.5em;
	}
	.products_index_list li {
		width: calc((100% - 60px) / 4);
	}
	.products_index_list li + li {
		margin-left: 20px;
	}
	.products_index_list a {
		font-size: 16px;
	}
	.products_index_other {
		margin-top: 1.5em;
	}
	.products_index_other li {
		width: calc((100% - 20px) / 2);
	}
	.products_index_other a {
		font-size: 16px;
	}
	.products_index_other a::after {
		height: 0.7em;
		width: 0.7em;
	}

	.products_feature_frame .cmn_container {
		background-color: #fff;
		display: flex;
		padding: 3em 30px;
		z-index: 0;
	}
	.products_feature_frame .cmn_container::before,
	.products_feature_light .cmn_container::before {
		content: '';
		background-color: #fff;
		display: block;
		height: 100%;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100vw;
		z-index: -1;
	}
	.products_feature_frame .products_feature_box {
		box-shadow: none;
		padding: 0;
		width: 47.5%;
	}
	.products_feature_frame .products_feature_box + .products_feature_box {
		margin-top: 0;
		margin-left: 5%;
	}

	.products_feature_light .cmn_container {
		padding: 0.2em 30px;
		z-index: 0;
	}
	.products_feature_light .products_feature {
		display: flex;
		flex-wrap: wrap;
	}
	.products_feature_light .products_feature_inner {
		width: 32%;
	}
	.products_feature_light .products_feature_inner:not(:nth-child(3n)) {
		margin-right: 2%;
	}
	.products_feature_light .products_feature_inner:nth-child(n+4) {
		margin-top: 4%;
	}
	.products_feature_inner + .products_feature_inner {
		margin-top: 0;
	}

	/* 2024.10.25追記 */
	.products_feature_inner_2row{
		margin-left: 18%;
	}
	.products_feature_inner_2row-2{
		margin-left: 16%;
		margin-right: 0% !important;
	}
	.pc-none{
		display: none;
	}
	.sp-none{
		display: block;
	}
	/* ここまで */

	.products_feature_own_title {
		font-size: 16px;
	}
	.products_feature_own_wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		margin-top: 4%;
		width: 100%; /*追記　66%*/
	}
	.products_feature_own_wrap .products_feature_own_title {
		width: 100%;
	}
	.products_feature_light .products_feature_own_wrap .products_feature_inner {
		margin-top: 0;
		margin-right: 0;
		width: 45.5%;
	}

	.products_feature_light .products_feature_light_select {
		margin-top: 40px;
		margin-right: 0 !important;
		width: 100%;
	}
	/* 24.10.17追記 */
	.products_button_cam{
		margin-top: 1.6em;
	}
	.products_index_button2{
		margin-top: 3.2em;
	}
	/* 2025.9.17追記 */
	.loupe_feature_box {
		max-width: 836px;
	}

	.loupe_feature_box .products_feature_text {
		font-size: 16px;
	}

	.spec-fs {
		font-size: 20px;
	}

	.field-fs {
		font-size: 30px;
		margin-right: 0 !important;
	}	
}

/*===============================================
	特長:960px以上
===============================================*/
@media screen and (min-width:960px) {
	.products_feature_box {
		box-shadow: 0 0 24px rgba(169,169,169,0.1);
		padding: 3.5em 0 4em;
	}
	.products_feature_head {
		font-size: 34px;
		text-align: center;
	}
	.products_feature_head.font_oswald {
		font-size: 37px;
	}
	.products_feature_title {
		font-size: 23px;
	}

	.products_feature_spec h4 {
		font-size: 24px;
	}
	.products_feature_spec p {
		font-size: 32px;
	}

	.products_feature_field li:nth-child(-n+2) {
		max-width: 275px;
	}
	.products_feature_field li:nth-child(2) {
		margin-left: 40px;
	}
	.products_feature_field li:nth-child(3) {
		font-size: 24px;
		margin-top: 1.2em;
	}
	.products_feature_field li:nth-child(3) span {
		font-size: 32px;
	}

	.products_feature_field_caution {
		font-size: 14px;
	}

	.products_feature_recommend > li {
		padding: 2.5em 1.5em;
	}
	.products_feature_recommend h4 {
		font-size: 20px;
	}

	.products_feature_voice h4 {
		font-size: 18px;
	}

	.products_button {
		margin-top: 3.2em;
	}
	.products_button a {
		box-shadow: 1px 1px 10px rgba(169,169,169,0.6);
		font-size: 18px;
	}
	.products_button a::after {
		border-width: 6px;
		margin-left: 3.5em;
	}

	.products_button_cam a {
		width: 297px;
	}

	.products_index {
		margin-top: 5em;
		padding-top: 4em;
	}
	.products_index_list li {
		width: calc((100% - 75px) / 4);
	}
	.products_index_list li + li {
		margin-left: 25px;
	}
	.products_index_other li {
		width: calc((100% - 25px) / 2);
	}
	.products_index h3 {
		font-size: 23px;
	}
	.products_index_list a {
		font-size: 18px;
	}
	.products_index_other a {
		font-size: 18px;
	}

	.products_feature_frame .cmn_container {
		padding-top: 4em;
		padding-bottom: 4em;
	}

	.products_feature_own_title {
		font-size: 18px;
	}
	/* 24.10.17追記 */
	.products_button_cam{
		margin-top: 1.6em;
	}
	.products_index_button2{
		margin-top: 3.2em;
	}
	/* 25.09.19 */
	.spec-fs {
		font-size: 30px;
	}
}


/* スペック
--------------------------------------------------------- */
.products_spec_title {
	font-size: 16px;
	font-weight: normal;
	margin-top: 10px;
}
.products_spec_table_wrap {
	margin-bottom: 20px;
}
.products_spec_table {
	color: #505050;
	border-top: 1px solid #d1d1da;
	border-left: 1px solid #d1d1da;
	margin-top: 15px;
	width: 100%;
}
#lightsystem .products_spec_table {
	width: 765px;
}
.products_spec_table + .products_spec_table {
	border-top: none;
	margin-top: 0;
}
.products_spec_table th {
	background-color: #eeeeef;
	border-right: 1px solid #d1d1da;
	border-bottom: 1px solid #d1d1da;
	font-size: 13px;
	font-weight: normal;
	min-width: 85px;
	padding: 8px 10px;
	text-align: center;
}
.products_spec_table td {
	border-right: 1px solid #d1d1da;
	border-bottom: 1px solid #d1d1da;
	font-size: 11px;
	font-weight: normal;
	padding: 8px 13px;
    line-height: 1.4;/*9/24追記*/
}
.products_spec_list {
	color: #808080;
	font-size: 11px;
	line-height: 2;
	padding-left: 1.4em;
	text-indent: -1.4em;
}

.products_spec_title-2{
	margin-top: 30px;
}

/*===============================================
	スペック:768px以上
===============================================*/
@media screen and (min-width:768px) {
	#lightsystem .products_spec_table {
		width: 100%;
	}
	.products_spec_table th {
		font-size: 13px;
		padding: 8px 5px;
	}
	.products_spec_table td {
		font-size: 11px;
		padding: 8px 5px;
	}
    #wireless .movie_wrap .cmn_tab_content .movie .movie_list li{
        width:70%;
    }
    #wireless .banner_container,#lightsystem .banner_container{
        text-align: center;
        margin-top:35px;
    }
    #wireless .relation_products .cmn_tab_menu li{
        width:100%;
    }
    #flm-radarev #finelens .cmn_tab_menu li.is-active{
        width:100%;
    }
    #flm-radarev #finelens .cmn_tab_content{
        text-align: center;
    }
	.products_spec_title-2{
		margin-top: 40px;
	}
}
/*===============================================
	スペック:960px以上
===============================================*/
@media screen and (min-width:960px) {
	.products_spec_title {
		font-size: 20px;
		margin-top: 10px;
	}
	.products_spec_table {
		margin: 20px 0 0;
	}
	.products_spec_table th {
		font-size: 15px;
		padding: 15px 0;
	}
	.products_spec_table td {
		font-size: 14px;
		padding: 15px;
        text-align: center;/*2020.08.07追加*/
	}
	.products_spec_list {
		font-size: 12px;
	}
	.products_spec_title-2{
		margin-top: 40px;
	}
}
