@charset "UTF-8";
/* CSS Document */


/*---------------------------------------------------------cp_tab*/
@media(min-width: 1px ){
.cp_tab *, .cp_tab *:before, .cp_tab *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_tab {
	margin: 1em auto;
	width: 800px;
	position: relative;
}
.cp_tab > input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        appearance: none;
	display: none;
}
.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 > label {
	position: relative;
    display: inline-block;
    cursor: pointer;
    border-bottom: 0;
    margin-bottom: -2px;
    border: solid 2px rgba(0, 105, 166);
    font-size: 18px;
    width: 230px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    letter-spacing: 1px;
    color: #fff;
    background-color: rgba(0, 105, 166);
}
.cp_tab > label:hover,
.cp_tab > input:focus + label {
	color: rgba(0, 105, 166)c;
}
.cp_tab > input:checked + label {
	margin-bottom: -2px;
    border: solid 2px rgba(0, 105, 166);
    border-bottom: 3px solid #ffffff;
    font-size: 18px;
    width: 230px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    letter-spacing: 1px;
    color: rgba(0, 105, 166);
    font-weight: bold;
    background-color: #fff;
}
.cp_tab .cp_tabpanel {
	padding: 20px 0;
    border-top: solid 2px rgba(0, 105, 166);
    line-height: 28px;
    height: 300px;
    font-size: 13px;
}
.cp_tab_02	{
	position: absolute !important;
	left: 50%;
    margin-left: -115px;
}
.cp_tab_03	{
	float:right;
}
.cp_tabpanel p	{
	width: 600px;
	float: left;
}

.cp_tab_img	{
	float: right;
	width: 200px;
	margin-top: 8px;
}
.cp_tab_img01 img, .cp_tab_img02 img, .cp_tab_img03 img	{
	width: 200px;
	height: auto;
}
#cp_tab_img01_001	{
	margin-bottom: 30px;
}

/*---------------------------------------------------------cp_tab02*/

.cp_tab02 *, .cp_tab02 *:before, .cp_tab02 *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_tab02 {
	margin: 1em auto;
	width: 800px;
	position: relative;
}
.cp_tab02 > input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        appearance: none;
	display: none;
}
.cp_tab02 .cp_tabpanel02 {
	display: none;
}
.cp_tab02 > input:first-child:checked ~ .cp_tabpanels02 > .cp_tabpanel02:first-child,
.cp_tab02 > input:nth-child(3):checked ~ .cp_tabpanels02 > .cp_tabpanel02:nth-child(2),
.cp_tab02 > input:nth-child(5):checked ~ .cp_tabpanels02 > .cp_tabpanel02:nth-child(3),
.cp_tab02 > input:nth-child(7):checked ~ .cp_tabpanels02 > .cp_tabpanel02:nth-child(4),
.cp_tab02 > input:nth-child(9):checked ~ .cp_tabpanels02 > .cp_tabpanel02:nth-child(5),
.cp_tab02 > input:nth-child(11):checked ~ .cp_tabpanels02 > .cp_tabpanel02:nth-child(6) {
	display: block;
}
.cp_tab02 > label {
	position: relative;
    display: inline-block;
    cursor: pointer;
    border-bottom: 0;
    margin-bottom: -2px;
    border: solid 2px rgba(0, 105, 166);
    font-size: 18px;
    width: 230px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    letter-spacing: 1px;
    color: #fff;
    background-color: rgba(0, 105, 166);
}
.cp_tab02 > label:hover,
.cp_tab02 > input:focus + label {
	color: rgba(0, 105, 166)c;
}
.cp_tab02 > input:checked + label {
	margin-bottom: -2px;
    border: solid 2px rgba(0, 105, 166);
    border-bottom: 3px solid #ffffff;
    font-size: 18px;
    width: 230px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    letter-spacing: 1px;
    color: rgba(0, 105, 166);
    font-weight: bold;
    background-color: #fff;
}
.cp_tab02 .cp_tabpanel02 {
	padding: 20px 0;
    border-top: solid 2px rgba(0, 105, 166);
    line-height: 28px;
    height: 410px;
    font-size: 13px;
}
.cp_tab_02	{
	position: absolute !important;
	left: 50%;
    margin-left: -115px;
}
.cp_tab_03	{
	float:right;
}
.cp_tabpanel02 p	{
	width: 600px;
	float: left;
	padding-right: 30px;
}

.cp_tab_img	{
	float: right;
	width: 200px;
	margin-top: 8px;
}
.cp_tab_img01 img, .cp_tab_img02 img, .cp_tab_img03 img	{
	width: 200px;
	height: auto;
}
#cp_tab02_img01_001	{
	margin-bottom: 20px;
}
#cp_tab02_img03_001	{
	margin-bottom: 3px;
}
}

@media (max-width: 1px) {
	.cp_tab {
		width: 100%;
		font-size: 0.8em;
	}
	.cp_tab label {
		padding: 0.5em;
	}
	.cp_tab2 {
		width: 100%;
		font-size: 0.8em;
	}
	.cp_tab2 label {
		padding: 0.5em;
	}
}