@charset "UTF-8";

.cover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 1000;
	display: none;
}

.popup {
	position: fixed;
	padding: 60px;
	max-width: 600px;
	width: 90%;
	z-index: 1010;
	top: 50%;
	left: 50%;
	background: #FFF;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: none;
}

.popup_close {
	cursor: pointer;
	position: absolute;
	width: 50px;
	height: 50px;
	right: 10px;
	top: 10px;
	padding: 0;
	border: 0;
	background: #fff;
	-webkit-appearance: none;
}

.popup_close:before,
.popup_close:after {
	position: absolute;
	content: "";
	display: block;
	width: 40px;
	height: 4px;
	margin-top: -2px;
	margin-left: -20px;
	background: #F27181;
	left: 50%;
	top: 50%;
}

.popup_close:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.popup_close:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.popup_text {
	line-height: 1.8;
}

.popup_btns {
	display: -webkit-box;
	display: flex;
	margin-top: 30px;
	-webkit-box-pack: center;
	justify-content: center;
}

.popup_btns > button {
	cursor: pointer;
	line-height: 1;
	padding: 20px 0;
	font-size: 16px;
	width: 100%;
	max-width: 10em;
	border: 0;
	font-weight: bold;
	background: #ddd;
	-webkit-appearance: none;
}

.popup_btns > button.-disagree {
}

.popup_btns > button.-agree {
	margin-left: 20px;
	background: #F27181;
	color: #fff;
}

.caution {
	background: #eee;
	padding: 20px;
}

.caution_row {
	display: table;
}

.caution_col {
	display: table-cell;
	vertical-align: middle;
}

.caution_col.-left {
	padding-right: 20px;
}

.caution_col.-right {
}

.caution_btn {
	white-space: nowrap;
	padding: 15px 15px;
	display: inline-block;
	font-weight: bold;
	color: #FFF;
	background: #f694a0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f694a0), color-stop(90%, #f07483));
	background: linear-gradient(to bottom, #f694a0 0%, #f07483 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f694a0', endColorstr='#f07483', GradientType=0);
}

.caution_btn:before {
	font-family: icomoon;
	content: "\e900";
	font-size: 12px;
	font-weight: normal;
	vertical-align: 0px;
	margin-right: 8px;
	color: #fff;
}

.prod {
	margin-top: 30px;
}
.prod.-dn{
	display: none;
}

.prod_ttl {
	background: #F07483;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 15px;
	border: 1px solid #ccc;
	border-bottom: 0;
}

.prod_tab {
}

.prod_tab_wrap {
}

.prod_tab_list {
	line-height: 1.8;
}

.prod_tab_list > li {
	display: inline-block;
	color: #F27181;
	text-decoration: underline;
	margin-right: 2em;
}

.prod_tab_list > li:hover {
	text-decoration: none;
}

.prod_tab_list > li:before {
	font-family: icomoon;
	content: "\e900";
	font-size: 12px;
	margin-right: 5px;
	color: #F07483;
	display: inline-block;
	vertical-align: middle;
}

.prod_tab_list > li.-active {
	color: #333;
	text-decoration: none;
}

.prod_tab_list > li a {
	cursor: pointer;
}

.prod_cnt {
	border-top: 5px solid #F27181;
	margin-top: 20px;
}

.prod_sec {
	display: none;
}

.prod_sec.-active {
	display: block;
}

.prod_sec_head {
	background: #fce8eb;
	padding: 15px 85px 15px 20px;
	position: relative;
	border: 1px solid #ccc;
	border-top: 0;
}

.prod_sec_head_cat {
	color: #F07283;
	font-weight: bold;
	line-height: 1.3;
}

.prod_sec_head_ttl {
	font-size: 18px;
	font-weight: bold;
	color: #F07283;
	line-height: 1.3;
	margin-top: 4px;
}

.prod_sec_head_list {
	font-size: 0;
	margin-top: 10px;
}

.prod_sec_head_list > li {
	font-size: 14px;
	margin-right: 1em;
	display: inline-block;
}

.prod_sec_head_list > li:before {
	font-family: icomoon;
	content: "\e907";
	margin-right: 4px;
	font-size: 12px;
	vertical-align: middle;
}

.prod_sec_head_print {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -23px;
	color: #E00000;
	font-weight: bold;
	padding: 5px 8px;
	font-size: 13px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, #ffffff), to(#e5e5e5));
	background: linear-gradient(to bottom, #ffffff 35%, #e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
	line-height: 1;
}

.prod_sec_head_print span {
	font-size: 16px;
	display: inline-block;
	margin-bottom: 4px;
	font-weight: normal;
}

.prod_tbl {
	width: 100%;
	line-height: 1.4;
}

.prod_tbl.-tlf {
	table-layout: fixed;
}

.prod_tbl.-bt {
	border-top: 1px solid #ccc;
	margin-top: 15px;
}

.prod_tbl th,
.prod_tbl td {
	border: 1px solid #ccc;
	text-align: left;
	padding: 12px 12px;
	vertical-align: middle;
}

.prod_tbl tr:first-child th,
.prod_tbl tr:first-child td {
	border-top: 0;
}

.prod_tbl th {
	background: #EEE;
	/* width: 30%; */
}
.prod_tbl.-info th {
	width: 30%;
}

.prod_tbl.-file th {
	width: 26%;
}

.prod_tbl.-file th {
	width: 26%;
}

.prod_tbl.-detail01 th {
	width: 50%;
}

.prod_tbl.-detail02 th:first-child,
.prod_tbl.-detail03 th {
	width: 22%;
}

.prod_tbl.-bt.-detail03.-dn{
	display: none;
}

.prod_tbl.-code02 th {
	width: 25%;
}

.prod_tbl td {
	overflow-wrap: anywhere;
}

.prod_tbl td.-tac {
	text-align: center;
}

.prod_tbl.-code02 td figure {
	margin: 10px 0;
}

.prod_tbl th:empty:before,
.prod_tbl td:empty:before {
	content: "　";
}

.prod_tbl.-file td {
	text-align: center;
}

.prod_tbl.-file button {
	cursor: pointer;
	width: 100px;
	display: inline-block;
	color: #444;
	border: 1px solid #ccc;
	text-align: center;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, #ffffff), to(#e5e5e5));
	background: linear-gradient(to bottom, #ffffff 35%, #e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
}

.prod_tbl.-file button.-pdf {
	color: #DC0000;
}

.prod_tbl.-file button.-link {
	color: #2AA3D0;
}

.prod_tbl.-file button.-jpeg {
	color: #E859DD;
}

.prod_tbl.-file button.-excel {
	color: #238C00;
}

.prod_fig {
	padding: 10px;
	border: 1px solid #ccc;
	border-top: 0;
}

.prod_fig_list {
}

.prod_fig_list > li {
	position: relative;
	float: left;
	margin-right: 1.5%;
	margin-top: 1.5%;
	width: 23.875%;
}

.prod_fig_list > li:after {
	position: absolute;
	right: 10px;
	bottom: 5px;
	display: block;
	content: url(../img/detail/img-zoom.png);
}

.prod_fig_list > li:nth-child(-n+4) {
	margin-top: 0;
}

.prod_fig_list > li:nth-child(4n) {
	margin-right: 0;
}

.prod_fig_list > li:nth-child(4n+1) {
	clear: both;
}

.prod_fig_list > li a {
	border: 1px solid #ccc;
	display: block;
}

.prod_fig_list > li a img {
	width: 100%;
	height: auto;
}

.files {
	margin-top: 30px;
}

.files_ttl {
	font-size: 16px;
	font-weight: bold;
	color: #F07283;
	line-height: 1.3;
	margin-top: 10px;
}

.files_ttl span {
	margin-left: 10px;
	color: black;
	font-weight: normal;
	font-size: 12px
}

.files_list {
	display: table;
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	margin-top: 10px;
}

.files_item {
	display: table-row;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 10px 0;
}

.files_item_ttl,
.files_item_data,
.files_item_btn {
	display: table-cell;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 10px 0;
	vertical-align: middle;
}

.files_item_ttl {
	padding-right: 15px;
	line-height: 1.4;
}

.files_item_data {
	padding-right: 15px;
	width: 22%;
}

.files_item_data dl {
	display: -webkit-box;
	display: flex;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	align-items: center;
}

.files_item_data dt {
	display: inline-block;
	white-space: nowrap;
	margin-right: 10px;
	background: #F07483;
	color: #fff;
	font-weight: bold;
	padding: 8px 10px;
	line-height: 1;
	border-radius: 5px;
}

.files_item_data dd {
	display: inline-block;
	line-height: 1.4;
	font-size: 11px;
}

.files_item_btn {
	width: 80px;
}

.files_item_btn button {
	cursor: pointer;
	width: 80px;
	display: inline-block;
	color: #444;
	border: 1px solid #ccc;
	text-align: center;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, #ffffff), to(#e5e5e5));
	background: linear-gradient(to bottom, #ffffff 35%, #e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
}

.files_item_btn button.-pdf {
	color: #DC0000;
}

.files_item_btn button.-link {
	color: #2AA3D0;
}

.files_item_btn button.-jpeg {
	color: #E859DD;
}

.files_item_btn button.-excel {
	color: #238C00;
}

/* All SP & Tablet */
@media screen and (max-width:1020px) {
}

/* All SP */
@media screen and (max-width:640px) {
	.popup {
		padding: 70px 10% 40px;
	}

	.popup_btns > button {
		font-size: 14px;
	}

	.caution {
		padding: 15px;
	}

	.caution_row {
		display: block;
	}

	.caution_col {
		display: block;
	}

	.caution_col.-left {
		padding-right: 0;
	}

	.caution_col.-right {
		margin-top: 10px;
	}

	.caution_btn {
		display: block;
		text-align: center;
	}

	.prod {
		margin-top: 20px;
	}

	.prod_sec_head {
		padding: 15px 75px 15px 15px;
	}

	.prod_sec_head_ttl {
		font-size: 16px;
	}

	.prod_sec_head_print {
		right: 15px;
	}

	.prod_ttl {
		font-size: 14px;
	}

	.prod_scroll {
		overflow: scroll;
	}

	.prod_scroll th,
	.prod_scroll td {
		white-space: nowrap;
	}

	.files {
	}

	.files_ttl {
	}

	.files_list {
		display: block;
	}

	.files_item {
		display: block;
		border-bottom: 1px solid #ccc;
		padding: 15px 0;
	}

	.files_item:first-child {
		border-top: 1px solid #ccc;
	}

	.files_item_ttl,
	.files_item_data,
	.files_item_btn {
		display: block;
		border-top: none;
		border-bottom: none;
		padding: 0;
	}

	.files_item_ttl {
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.files_item_data {
		margin-top: 8px;
		width: 100%;
	}

	.files_item_data dl {
	}

	.files_item_data dt {
		font-size: 12px;
		padding: 6px;
	}

	.files_item_data dd {
	}

	.files_item_btn {
		margin-top: 10px;
		text-align: center;
	}

	.files_item_btn button {
		width: 120px;
		display: inline-block;
	}

}
