body{
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    padding: 0;
    margin: 0;
    line-height: 1.8rem;
    font-size: 16px;
}
* { box-sizing: border-box;}

/* 色 */
.green { color:#70B015; }

.red {  color:#FF494A; }

.blue { color:#3580CA; }

.container {
    padding: 40px;
}
.wrapper {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}


header { 
    position: relative; 
    width: 100%;
}
header .wrapper { padding: 10px;}


main { background: #f1f3fa; }
main .wrapper { background: #ffffff;}

footer {
    position: relative;
    width: 100%;
    background: #565656;
}
footer .wrapper {
    padding: 20px 0;
}
#copyright {
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    font-family: -apple-system, BlinkMacSystemFont, "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 1.7;
}

.h40 { height: 40px;}

#mypage{
    width: 100%;
	max-width: 800px;
	margin: 0px auto;
}
#mypage h2{
    background-image: url(img/h2_mypage.jpg);
    background-repeat: no-repeat;
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    color:#fff;
    padding-top: 7px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
}

#mypage .step{
    box-sizing: border-box;
    width: 100%;
    margin: 20px 0px;
}
#mypage .stepimg {
    width: 145px;
	float: left;
	margin-bottom: 30px;
}
#mypage .stepflow{
	max-width: 600px;
    float: right;
}
#mypage .stepimg span{
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    height: 20px;
    padding-top: 3px;
    text-align: center;
    font-size:15px;
    font-weight: bold;
    color: #FFF;
	background-color: #3580CA;
    line-height: 100%;
}
#mypage .stepimg img{
    margin-top: 20px;
}
#mypage .stepflow h3{
	color:#3580CA;
	font-size: 20px;
    font-weight: bold;
	margin: 0px;
	padding: 0;
	text-align: left;
}
#mypage .stepflow ul{
    margin: 20px 0 0 0px;
}
#mypage .stepflow ul li{
    list-style-image: url(../img/step_mark.png);
    margin-bottom: 20px;
    line-height: 25px;
}
#mypage .stepflow .caution {
	color:#3580CA;
    font-weight: bold;
}
#mypage .stepflow .red {
	color: red;
    font-weight: bold;
}
#mypage .stepflow a {
	text-decoration: none;
	font-size: 1em;
}
#mypage .stepsep{
    box-sizing: border-box;
    width: 100%;
    height: 20px;
    background-image: url(../img/step_sp.png);
    background-repeat: no-repeat;
    background-position: 53% 0;
	border-top: solid 1px #717171;
	margin: 60px 0;
}

#mypage .btn_area {
	text-align: center;
	width: 100%;
}
#mypage a.btn {
    text-align: center;
    color: #fff;
	background-color:#3580CA;
    font-weight: bold;
    /* padding: 10px 0px; */
    padding: 10px 10px;
    border-radius:5px;
    display: inline-block;
	/* width: 300px; */
	max-width: 300px;
	width: 100%;
	font-size: 14px;
	background-image: none;
}
#mypage a.btn2 {
    text-align: center;
    color: #fff;
    font-size: 14px;
	background-color:#FF9400;
    font-weight: bold;
    /* padding: 10px 0px; */
    padding: 10px 10px;
    border-radius:5px;
    display: inline-block;
	/* width: 300px; */
	max-width: 300px;
	width: 100%;
	font-size: 14px;
	background-image: none;
}



