@charset "utf-8";

/* レイアウトベース
----------------------------------------*/
body {
	width: 100%;
	margin: 0;
	background: #fff;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #333;
}
#sct-wrapper{
	width: 780px;
	overflow: hidden;
	margin: 0 auto;
}
.read{
	line-height: 1.5em;
	font-size: 1.4em;
	text-align:center;
}
/* ヘッダ
----------------------------------------*/
h1 {
	text-align: center;
	font-size: 30px;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left:-10px;
	color: #082d6c;
}

/* メインコンテンツ
----------------------------------------*/
.section	{
	border-bottom: 1px dotted #505050;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	line-height: 1.5em;
	font-size: 1.4em;
}
.step4	{
	border-bottom: 0 !important;
}


.section .step	{
	width: 60px;
}
.section .description	{
	width: 780px;
}

.section .description .en{
	border-top: 1px dotted #505050;
	margin-top:20px;
	padding-top:20px;
	padding-bottom:50px;
}


.section .description .note	{
	border: 1px solid #efe479;
	margin: 15px auto;
	padding: 10px 10px 10px 30px;
	background: #fefce8;
}
.section .description li	{
	list-style-type: disc;
}
.section .description .fig-step1	{
	position: relative;
	top: -120px;
	margin: 25px 0 -120px 0;
	z-index: -1;
}
.section .description .fig-step2	{
	margin: 25px 0 0 0;
}
.section .description .fig-step3	{
	margin: 25px 0;
}
.highlight	{
	font-weight: bold;
	color: #331e37;
}


/* ページトップへ
----------------------------------------*/
.pagetop {
	background: #fff;
    clear: both;
    font-size: 12px;
    padding: 20px 5px 30px 0;
    text-align: right;
}

/* フッタ
----------------------------------------*/
#footer {
    background-color: #bcbcbc;
    text-align: center;
    width: 100%;
}
#footer address{
    padding: 13px 0 11px;
	color: #fff;
	font-style:normal;
}