.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
 
.clearfix:before {
	content: "";
	display: block;
	clear: both;
}
 
.clearfix {
	display: block;
}
body {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	position: relative;
	color: #333;
}
.spread_value_dl dd span.fm{
	font-size: 11px;
}

.center{
	text-align: center;
}
#header {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

#header .headleft h1 {
	height: 30px;
	width: 100%;
	font-size: 14px;
	font-weight: normal;
	margin-left: 13px;
	margin-top: 10px;
}
#header .headleft .logo {
	margin-left: 13px;
}

#Container {
	margin-right: auto;
	margin-left: auto;
}
#Container #w_topimg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#topimg {
	height: 80px;
	position: relative;
}

#topimg .btn1 {
	display: block;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	text-decoration: none;
	background: #9dc713;
	text-align: center;
}
#topimg .btn1 h2 {
	color: #FFFFFF;
	font-size: 30px;
	font-weight: bold;
	line-height: 70px;
	text-align: center;
}
#topimg .btn1 p {
	color: #FFFFFF;
	font-size: 14px;
	position: absolute;
	top: 55px;
	text-align: center;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#link01{
	margin-top: 40px;
}

.h3{
	font-size: 26px;
	text-align: center;
	font-weight: bold;

	line-height: 150%;
	color: #17b760;
}
.h3 span{
	font-size: 16px;
}
#h3_p{
	margin-top: 24px;
	text-align: center;
	line-height: 200%;
}
#contentbox {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#contentbox .linkbox {
	margin-top: 50px;
	margin-bottom: 100px;
}

#contentbox .linkbox ul {
	display: flex;
	justify-content: space-between;

}
#contentbox .linkbox ul li {
	list-style-type: none;
	text-align: center;
	width: 20%;	
}
#contentbox .linkbox ul li a {
	background-color: #3C3;
	color: #FFF;
	text-decoration: none;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	-webkit-transition: all .3s;
	transition: all .3s;
	display: block;
}
#contentbox .linkbox ul li a:hover {
	background-color: #339966;
}
#contentbox .appbox {
	margin-bottom: 40px;
	padding-right: 5px;
	padding-left: 5px;
	background: #fff6ec;
    padding: 20px;
    box-sizing: border-box;
	    border-radius: 12px;
}

#contentbox .appbox h5 {
	margin-bottom: 15px;

}
#contentbox .appbox p {
	font-size: medium;
	line-height: 1.6;
	margin-top: 8px;
}

.h4{
	margin-top: 40px;
	margin-bottom: 10px;
}

.flexbox{
	display: flex;
	align-items: baseline;
	gap:20px;
	justify-content: center;
	    margin-left: -66px;
}

#contentbox #link04{
	padding-left: 100px;
	padding-right: 100px;
}


#contentbox #link05{
	padding-left: 100px;
	padding-right: 100px;
}


.step{
	font-size: 18px;
	font-weight: bold;
}

.must_info{
	padding: 4px 8px;
	border: 1px solid #cecece;
	margin-right: 8px;
	border-radius: 8px;
	background-color: #ededed;
}
.appbox_title{
	text-align: center;
	font-size: 22px;
	padding-bottom: 4px;
	
}

.link_here{
	color: white;
	background-color: #339966;
	padding: 10px 16px;
	box-sizing: border-box;
	border-radius:24px;
	display: block;
	text-decoration: none;
	text-align: center;
	position:relative;
	font-weight: normal;
	font-size: 17px;
}

.link_here2{
    max-width: 480px;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.flexclumn{
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.link_here:hover{
	opacity: 0.9;
}

.loginid_password_p{
	    margin-left: 435px;
}

.link_here::before{
    content: "";
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    width: 6px;
    height: 6px;
}

.note{
	width: 1000px;
	margin: 0 auto;
	line-height: 1.7;
	font-size: 12px;
	box-sizing: border-box;
	padding: 0 12px;
}

#footer{
	margin-top: 64px;
}
.copyright{
	text-align: center;
	padding-bottom: 8px;
	padding-top: 8px;
	background: #9dc713;
	color: white;
	font-size: 14px;
}

#deqwas-collection-k{
	display: none;
}

#risk{
	width: 100%;
	max-width: 1000px;
    margin: 30px auto 0 auto;
    font-size: 16px;
    line-height: 150%;
	padding: 0px 12px;
    box-sizing: border-box;
}
#risk img{
	max-width: 100%;
	height: auto;
}

.loginid_password{
	background-color: white;
	border: 1px solid darkseagreen;
	padding: 40px;
	box-sizing: border-box;
}