@charset "utf-8";
*{
	box-sizing: border-box;
}
html{
	-webkit-text-size-adjust:100%;
	font-size: 62.5%;
}
img{
	max-width: 100%;
	height: auto;
}
body{
	width: 100%;
	margin: 0 auto;
	font-family: 'ヒラギノ角ゴ ProN W3','Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
	color: #444444;
	background-color: #FFFFFF;
	font-size: 1.7rem;
	line-height: 1.7;
	-webkit-text-size-adjust: 100%;
}
main{
	display: block;
	width: 800px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
} 

header img{
	width: 236px;
	height: auto;
	margin-left: 20px;
	margin-top: 5px;
}

.right img{
	width: 120px;
	height: auto;
	position: absolute;
	top: 5px;
	right: 30px;
}
.right1 img{
	width: 130px;
	height: auto;
	position: absolute;
	top: 30px;
	right: 20px;
}

h1{
	text-align: center;
	border-radius: 10px;
	font-family: 'メイリオ';
	font-size: 2.8rem;
	line-height: 1.2;
	padding: 20px 0 ;
	font-weight: 400;
}
.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #ffffff;
}

.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2.4;
	position: relative;
	display: block; 
	padding: 0 0 0 1em;
	cursor: pointer;
	margin: 10px 0 1px 0;
	background: #1228A7;
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 1s;
	transition: max-height 1s;
	color: #333333;
	background: #ffffff;
	border: 1px solid #1228A7;
}
.cp_actab .cp_actab-content p {
	margin: 1em;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 200em;
}
/* Icon */
.cp_actab label::after {
	line-height: 3;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
	content: '+';
	position:absolute;
	top: -3px;
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}
.link{
	line-height: 1.7;
	font-size: 1.6rem;
}
.sponly{
	display: none;
}
.pconly{
	display: block;
}
/*初めての方*/
.point{
	color: #1228A7;
	font-size: 2.3rem;
	text-align: center;
}
.point span{
	border-bottom: 2px solid #1228A7;
}

.float img{
	vertical-align: middle;
    display: inline-block;
}
.icon{
	width: 130px;
	height: auto;
}
.float span{
	display: inline-block;
}
.center{
	width: 400px;
	height: auto;
	margin: 0 auto;
}
.center img{
	margin-left: 180px;
}
.redbold{
	color: #D30003;
	font-weight: bold;
}
/*個人番号だけお持ちの方*/
.float1 img{
	vertical-align: middle;
    display: inline-block;
}
.float1 span{
	display: inline-block;
}
.float1{
	line-height: 2.5;
}

/*個人番号/パスワードをお持ちの方*/
.float2 img{
	vertical-align: middle;
    display: inline-block;
}
.float2 span{
	display: inline-block;
}

.title{
	font-size: 2rem;
	margin-left: 20px;
}
.center1{
	width: 600px;
	height: auto;
	margin: 0 auto;
}
.center1 img{
	margin-left: 100px;
}

@media screen and (max-width:764px){
	body{
		width: 100%;
		margin: auto;
		font-size: 1.6rem;
	}
	main{
	display: block;
	width: 85%;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
} 
	.sponly{
		display: block;
	}
	.pconly{
		display: none;
	}
	.cp_actab label {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.8;
	padding-left: 10px;
	}
.cp_actab input[type=checkbox] + label::after {
	display: none;
}
.link{
	line-height: 1.0;
	font-size: 1.6rem;
}
header{
	margin-left: 45px;
	margin-bottom: -30px;
}

.right img{
	display: none;
}
.right1 img{
	display: none;
}
h1{
	font-size: 2.5rem;
	text-align: center;
}
/*初めての方*/
.point{
	color: #1228A7;
	font-size: 1.8rem;
	text-align: center;
}
.point span{
	border-bottom: 2px solid #1228A7;
}

.float img{
	vertical-align: middle;
    display: inline-block;
}
.icon{
	width: 120px;
	height: auto;
}
.float span{
	display: inline-block;
}
.center{
	width: 300px;
	height: auto;
	margin: 0 auto;
}
.center img{
	margin-left: -7px;
}
.redbold{
	color: #D30003;
	font-weight: bold;
}
/*個人番号/パスワードをお持ちの方*/

.center1{
	width: 300px;
	height: auto;
	margin: 0 auto;
}
.center1 img{
	margin-left: -7px;
}	
.link{
	line-height: 2;
	font-size: 1.25rem;
}
}
