img[usemap] {
    max-width: 100%;
    height: auto;
}
.clear { clear:both; }  
h2{padding-top:0;margin-top:0px;}
.cp_tab *, .cp_tab *:before, .cp_tab *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_tab {
	margin-right: auto;
	margin-left : auto;
	position: relative;
	vertical-align: middle;
	width:1100px;
	height:480px;/*430px;*/
}
.cp_tab:after {
	content: "\000A";
	white-space: wrap;
	clear:both; 
    }
.cp_tab input[type='radio'] ,.cp_tab input[type='checkbox'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	appearance: none;
	display: none;
}
.cp_tabpanels input[type='radio'] ,.cp_tabpanels input[type='checkbox'] {display: block;}
.cp_tab .cp_tabpanel {display: none;}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
display: block;
}
.cp_tab .cp_tabpanels {
	position: absolute;
	top:0;
	left: 360px;
	display: block;
	width:740px;
	border-width: 1px 1px 1px 0px;
	border-style:solid;
	border-color: #cccccc;
}
/*パネルの色指定*/
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child {
	background: #FFF;
}
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2) {
	background: #FFF;
	min-height:400px;
}
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3) {
	background: #FFF;
	min-height:400px;
}
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4) {
	background: #FFF;
	min-height:400px;
}
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5) {
background: #888888;
}
.cp_tab  > input + label {
	text-align:left;
	position: relative;
	z-index: 100;
	top: 0px;
	left: 1px;
	display: block;
	width: 360px;
	margin-bottom: 5px;
/*
	padding: 0px 5px 0px 15px;
*/
	padding: 15px;
	cursor: pointer;
	border: 1px solid #cccccc;
	border-right: 0;
	border-radius: 6px 0 0 6px;
}
#labeltext {
/*
	font-size:0.85em;
display: inline-block;
*/
line-height:30%;

}

.cp_tab  > input + label:last-of-type {
margin-bottom: 100px;
}
.cp_tab > label:hover,
.cp_tab > input:focus + label {
color: #333333;
}
.cp_tab > input:checked + label {
border-color: #cccccc;
/*border-right: 1px solid #ffffff;背景色と同じ*/
}
/*タブの色指定*/
.cp_tab > input:first-child + label {
	background: #FEE000;
}
.cp_tab > input:first-child:checked + label {
	background: #FFF;
}
.cp_tab > input:nth-child(3) + label {
	background: #FEE000;
}
.cp_tab > input:nth-child(3):checked + label {
	background: #FFF;
}
.cp_tab > input:nth-child(5) + label {
	background: #FEE000;
}
.cp_tab > input:nth-child(5):checked + label {
	background: #FFF;
}
.cp_tab > input:nth-child(7) + label {
	background: #FEE000;
}
.cp_tab > input:nth-child(7):checked + label {
	background: #FFF;
}
.cp_tab > input:nth-child(9) + label {
	background: #FFF;
}
.cp_tab > input:nth-child(9):checked + label {
	background: #FFF;
}
.cp_tab .cp_tabpanel {
	padding: 0.5em 1em;
	border-left: 1px solid #cccccc;
}
@media (max-width: 1200px) {
	.cp_tab {
	/*width: 100%;*/
	width:100%;
	}
	.cp_tab .cp_tabpanels {
	left: 240px;
	min-width: 7em;
	}
	.cp_tab > input + label {
	/*font-size: 0.7em;*/
	width:240px;
	}
}
@media (max-width: 960px) {
	.cp_tab {
	/*width: 100%;*/
	width:100%;
	}
	.cp_tab > input + label {
		/*font-size: 0.7em;*/
		width:50px;
	}
	.cp_tab .cp_tabpanels {
		left: 50px;
		min-width: 7em;
		width:90%;
	}
	#labeltext {display: none;}
	.tab_map{width:100%;}
}
@media (max-width: 640px) {
	.cp_tab {
		width:99%;
		height:470px;/*420px;*/
		margin:0px;
		padding:0px;
	}
	.cp_tab .cp_tabpanel {
		padding: 2px;
		border-left: 1px solid #cccccc;
	}
	.cp_tab > input + label {
		/*font-size: 0.7em;*/
		font-size: 12px;
		width:90px;
		text-align:center;
		display:inline-block;
		top: 0px;
		left: 0px;
		border: 1px solid #cccccc;
		border-bottom: 0;
		border-radius: 6px 6px 0 0;
	}
	.cp_tab > input:nth-child(9) + label {
		font-size: 12px;
		/*font-size: 0.7em;*/
		width:150px;
		display:inline-block;
		top: 0px;
		left: 0px;
		border: 1px solid #cccccc;
		border-bottom: 0;
		border-radius: 6px 6px 0 0;
	}
	.cp_tab .cp_tabpanels {
		left: 0px;
		top:49px;
		min-width: 7em;
		width:99%;
		height:231px;
	}
	#labeltext {
		display: none;
	}
	.padding03 { padding: 0% 1%; } /* 20250109修正 4% 1% → 0% 1% */
}