@charset "UTF-8";

#cp {
    padding: 60px 0;
}
#cp .ttl-unit-02 {
	min-height:40px;
	margin:0 0 20px;
	background:url(../images/bg_h4_01.gif) no-repeat left top;
}
#cp .ttl-unit-02 h4 {
	line-height:1em;
	padding-top:12px;
	text-indent:0.7em;
	color:#333;
	font-weight:bold;
	font-size:18px;
	text-shadow:0px 1px 1px rgba(255,255,255,0.75);
}
#cp .btn1 {
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#cp .btn_csuc {
	display: inline-block;
	margin: 0 8px 10px;
	font-size: 0;
width: 280px;
}
#cp .step {
	display: flex;
	margin-top: 20px;
	background-color: #004ea2;
	padding: 3px 3px 3px 0;
	align-items: center;
	line-height: 1.4;
}
#cp .step .label {
	width: 80px;
	flex-shrink: 0;
	padding-top: 5px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
}
#cp .step .label span {
	display: block;
	font-size: 26px;
}
#cp .step .box {
	position: relative;
	flex-grow: 1;
	background-color: #fff;
	padding: 24px 28px;
}
#cp .hedding-bnr {
	background: #004ea2;
}
#cp .hedding-bnr:before {
	border-top: 15px solid #004ea2;
}
#cp .list-notes2 li {
	font-size: 12px;
	margin-bottom: 0;
	margin-left: 1em;
	text-indent: -1em;
	line-height: 1.8em;
}
#cp .list-notes2 li:nth-child(-n+2) {
	color: #ff0012;
	text-decoration: underline;
}
header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #0f218b;
    color: #fff;
}
.logo_catch {
    margin-bottom: 6px;
    font-size: 10px;
}
.header_close {
    padding: 0;
    border: none;
    background-color: transparent;
    font-size: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
footer {
    display: block;
    margin: 25px -10px 0;
    padding: 10px 0;
    border: none;
    background-color: #0f218b;
    color: #fff;
    font-size: 10px;
    text-align: center;
}
footer .copy {
    font-size: 0.75rem/*12px*/;
}
.wrap {
    width: 910px;
    margin: 0 auto;
}
.feature-table {
	margin: 16px 0 0;
}
.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	color: #ffffff;
	font-weight: bold;
	line-height: 2.5;
	position: relative;
	display: block;
	cursor: pointer;
	background: #004ea2;
	text-align: center;
	font-size: 21px;
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 47em;
}
/* Icon */
.cp_actab label::after {
	line-height: 2.5;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}

.pc_only{display:block;}
.sp_only{display:none;}


@media screen and (max-width: 767px) {
	.pc_only{display:none;}
	.sp_only{display:block;}

	#cp {
		padding: 46px 0;
	}
	#cp .btn_ucuc {
		width: 100%;
		margin: 0 0 10px;
	}
	#cp .step {
		display: block;
		padding: 0 3px 3px;
		margin: 20px;
	}
	#cp .step .label {
		width: auto;
		padding: 8px 0;
	}
	#cp .step .label span {
		display: inline;
		margin-left: 5px;
		vertical-align: -2px;
		font-size: 24px;
	}
	#cp .step .box {
		padding: 15px;
	}


header {
    margin-left: -10px;
    margin-right: -10px;
}
.logo_catch {
    display: none;
}
.wrap {
    width: 100%;
    padding: 0 10px;
}
header .logo {
    width: 76px;
}
.cp_actab label {
    font-size: 16px;
}
.cp_actab input:checked ~ .cp_actab-content {
    max-height: 85em;
}

}