@charset "UTF-8";
.flex-warp {
	display: flex;
	justify-content: space-between;
	padding-top: 25px;
}
@media(max-width: 500px) {
	.flex-warp {
		display: block;
		padding-top: 0;
	}
}
.flex-warp .ministar-productimg {
	/*width: 30%;*/
	width: calc(30% - 120px);
	padding-right: 120px;
	min-width: 240px;
}
@media(max-width: 900px) {
	.flex-warp .ministar-productimg {
		padding-right: 60px;
		min-width: 160px;
	}
}
@media(max-width: 500px) {
	.flex-warp .ministar-productimg {
		width: auto;
		min-width: inherit;
		padding-right: 0;
		padding-bottom: 50px;
	}
}
.flex-warp .ministar-productimg p {
	font-size: 120%;
	font-weight: 700;
	color: #001446;
}
.flex-warp .ministar-productimg .imgs {
	position: relative;
}
.flex-warp .ministar-productimg .imgs::after {
	content:"+";
	font-size: 600%;
	font-weight: 300;
	/*margin-right: 4px;*/
	color: #000;
	position: absolute;
	top: calc(50% - 20px);
	right: -90px;
}
@media(max-width: 900px) {
	.flex-warp .ministar-productimg .imgs::after {
		font-size: 400%;
		right: -45px;
	}
}
@media(max-width: 500px) {
	.flex-warp .ministar-productimg .imgs {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
	.flex-warp .ministar-productimg .imgs::after {
		font-size: 400%;
		top: inherit;
		bottom: -24px;
		right: calc(50% - 24px);
	}
}

/* タブメニュー */
.tab-wrap {
	width: 70%;
}
@media(max-width: 500px) {
	.tab-wrap {
		width: auto;
	}
}
.tab-list {
	display: flex;
	justify-content: space-between;
}
.tab-list .tab-item {
	width: 33%;
	padding: 10px 0;
	/*background-color: #e28194;*/
	color: #000;
	text-align: center;
	cursor: pointer;
	transition: .3s ease-in-out;
	line-height: 1.0em;
	font-size: 105%;
	font-weight: 700;
	position: relative;
}
.tab-list .tab-item span {
	display: block;
	font-size: 90%;
}
.tab-list .tab-item::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 13px;
	border: 6px solid transparent;
	border-top: 9px solid #fff;
}
@media(max-width: 500px) {
	.tab-list .tab-item {
		font-size: 90%;
	}
	.tab-list .tab-item::after {
		right: 4px;
		border: 4px solid transparent;
		border-top: 7px solid #fff;
	}
}
.tab-list .tab-item:first-child {
	background-color: rgba(0, 20, 70, 0.2);
	display: flex;
	justify-content: center;
	align-items: center;
}
.tab-list .tab-item:nth-child(2) {
	background-color: rgba(0, 110, 168, 0.2);
}
.tab-list .tab-item:nth-child(3) {
	background-color: rgba(107, 0, 0, 0.2);
}
/* タブをクリックした時 ホバーした時 */
.tab-list .tab-item:hover, .tab-item.is-active {
	color: #fff;
}
.tab-list .tab-item:first-child:hover, .tab-item:first-child.is-active {
	background-color: rgba(0, 20, 70, 1);
}
.tab-list .tab-item:nth-child(2):hover, .tab-item:nth-child(2).is-active {
	background-color: rgba(0, 110, 168, 1);
}
.tab-list .tab-item:nth-child(3):hover, .tab-item:nth-child(3).is-active {
	background-color: rgba(107, 0, 0, 1);
}
/* パネル */
.panel-list {
	background-color: #fff;
}
.panel-item {
	display: none;
	width: 100%;
	/*padding: 40px 30px;*/
	background-color: #fff;
}
.panel-item h3 {
	color: #fff;
	font-size: 110%;
	font-weight: 700;
	padding: 10px 20px;
	line-height: 1.1em;
}
@media(max-width: 500px) {
	.panel-item h3 {
		font-size: 100%;
	}
}
.panel-item:nth-of-type(1) h3 {
	background-color: #001546;
}
.panel-item:nth-of-type(2) h3 {
	background-color: #006ea8;
}
.panel-item:nth-of-type(3) h3 {
	background-color: #6b0000;
}
.panel-item ul {
	display: flex;
	flex-wrap: wrap;
	border-right: solid 1px;
}
.panel-item ul li {
	width: calc(50% - 1px);
	border-bottom: solid 1px;
	border-left: solid 1px;
	/*padding: 4px 0 4px;*/
	display: flex;
	align-items: center;
}
@media(max-width: 900px) {
	.panel-item ul li {
		font-size: 90%;
		line-height: 1.2em;
	}
}
.panel-item:nth-of-type(1) ul, .panel-item:nth-of-type(1) ul li {
	border-color: #001546;
}
.panel-item:nth-of-type(2) ul, .panel-item:nth-of-type(2) ul li {
	border-color: #006ea8;
}
.panel-item:nth-of-type(3) ul, .panel-item:nth-of-type(3) ul li {
	border-color: #6b0000;
}
.panel-item.is-active {
	display: block;
	animation: show .4s ease-in-out forwards;
}
@keyframes show {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* 製品*/
.panel-item li span {
	display: block;
	padding: 5px 10px 4px 60px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 47px 35px;
}
@media(max-width: 500px) {
	.panel-item li span {
		padding: 5px 6px 4px 40px;
		background-size: 34px 26px;
	}
}
.panel-item li:nth-of-type(1) span {
	background-image: url("../images/p01_2icn_01.jpg");
}
.panel-item li:nth-of-type(2) span {
	background-image: url("../images/p01_2icn_19.jpg");
}
.panel-item li:nth-of-type(3) span {
	background-image: url("../images/p01_2icn_02.jpg");
}
.panel-item li:nth-of-type(4) span {
	background-image: url("../images/p01_2icn_11.jpg");
}
.panel-item li:nth-of-type(5) span {
	background-image: url("../images/p01_2icn_03.jpg");
}
.panel-item li:nth-of-type(6) span {
	background-image: url("../images/p01_2icn_12.jpg");
}
.panel-item li:nth-of-type(7) span {
	background-image: url("../images/p01_2icn_04.jpg");
}
.panel-item li:nth-of-type(8) span {
	background-image: url("../images/p01_2icn_13.jpg");
}
.panel-item li:nth-of-type(9) span {
	background-image: url("../images/p01_2icn_05.jpg");
}
.panel-item li:nth-of-type(10) span {
	background-image: url("../images/p01_2icn_14.jpg");
}
.panel-item li:nth-of-type(11) span {
	background-image: url("../images/p01_2icn_06.jpg");
}
.panel-item li:nth-of-type(12) span {
	background-image: url("../images/p01_2icn_15.jpg");
}
.panel-item li:nth-of-type(13) span {
	background-image: url("../images/p01_2icn_07.jpg");
}
.panel-item li:nth-of-type(14) span {
	background-image: url("../images/p01_2icn_16.jpg");
}
.panel-item li:nth-of-type(15) span {
	background-image: url("../images/p01_2icn_08.jpg");
}
.panel-item li:nth-of-type(16) span {
	background-image: url("../images/p01_2icn_17.jpg");
}
.panel-item li:nth-of-type(17) span {
	background-image: url("../images/p01_2icn_09.jpg");
}
.panel-item li:nth-of-type(18) span {
	background-image: url("../images/p01_2icn_18.jpg");
}
.op {
	opacity: 0.05
}
/* PDF btn*/
.line-box .layout-pdf {
	display: flex;
	justify-content: space-between;
}
.line-box .layout-pdf li {
	width: 32%;
}
@media(max-width: 500px) {
	.line-box .layout-pdf {
		display: block;
	}
	.line-box .layout-pdf li {
		width: auto;
	}
	.line-box .layout-pdf li:nth-of-type(n+2) {
		margin-top: 5px;
	}
}
.line-box .layout-pdf li a {
	display: flex;
	align-items: center;
	height: 100px;
	position: relative;
	background-color: #fff;
	font-size: 155%;
	font-weight: 700;
	padding-left: 160px;
	border: #006ea8 solid 1px;
	background-repeat: no-repeat;
}
.line-box .layout-pdf li a:hover {
	color: #006ea8;
}
.line-box .layout-pdf li:nth-of-type(1) a {
	background-image: url("../images/mini-star-line-02.webp");
	background-size: cover;
}
.line-box .layout-pdf li:nth-of-type(2) a {
	background-image: url("../images/mini-star-line-03.webp");
	background-size: cover;
}
.line-box .layout-pdf li:nth-of-type(3) a {
	background-image: url("../images/mini-star-line-04.webp");
	background-size: cover;
}
@media(max-width: 900px) {
	.line-box .layout-pdf li a {
		height: 60px;
		font-size: 120%;
		padding-left: 70px;
	}
	.line-box .layout-pdf li a {
		background-position: center left -20px;
	}
}
@media(max-width: 500px) {
	.line-box .layout-pdf li a {
		height: 50px;
		font-size: 120%;
		padding-left: 110px;
	}
	.line-box .layout-pdf li a {
		background-position: center left -20px;
	}
}

.line-box .layout-pdf li a::before {
	position: absolute;
	content: '';
	top: 18px;
	right: 15px;
	width: 29px;
    height: 36px;
    background-size: cover;
	background-image: url("../../common/images/icn-pdf.svg");
}
.line-box .layout-pdf li a::after {
	content: "";
	position: absolute;
	top: 60px;
	right: 11px;
	border: 9px solid transparent;
	border-left: 13px solid #006ea8;
}
@media(max-width: 900px) {
	.line-box .layout-pdf li a::before {
		top: 9px;
		right: 7px;
		width: 21px;
    	height: 26.3px;
	}
	.line-box .layout-pdf li a::after {
		top: 41px;
		right: 6px;
		border: 5px solid transparent;
		border-left: 9px solid #006ea8;
	}
}
@media(max-width: 500px) {
	.line-box .layout-pdf li a::before {
		/*top: calc(50% - 36px);*/
		top: 10px;
		right: 27px;
		width: 24.2px;
    	height: 30px;
	}
	.line-box .layout-pdf li a::after {
		top: 21px;
		right: 5px;
		border: 5px solid transparent;
		border-left: 9px solid #006ea8;
	}
}
h2.product-overview-md {
	background-color: #001446;
	color: #fff;
	font-size: 120%;
	font-weight: 700;
	text-align: center;
	padding: 10px;
	margin-top: 40px;
}
@media(max-width: 900px) {
	h2.product-overview-md {
		margin-top: 30px;
	}
}
@media(max-width: 500px) {
	h2.product-overview-md {
		margin-top: 20px;
	}
}