@import url('https://fonts.googleapis.com/css?family=Noto+Serif+SC');

/* 
 * ------- additional css elements  ---------------------
 */

.partition {
	border-bottom: 1px solid #EEE;
	margin-bottom: 30px;
}

.content .lead {
	margin-bottom: 1.2em;
	margin-top: 1.2em;
		font-size: 1.1em;
	line-height: 2em;
}


.reform h3 {
	margin-top: 20px;
	font-size: 1.4em;
}

.small-writeup.reform-check {
	border:none;
}


.content .small-writeup li {
	font-size: 1.6em;
}

.content ul.check li {
	padding:0 0 0.7em 1.8em;
	margin-bottom:0.9em;
	border-bottom:1px dashed #CCC;
}


 .content ul.check li::before {
	 color: rgba(224,60,14,1.00)
}

.pic-construction {
	max-width: 500px;
	margin: 40px auto;
}

.flow h3{
	position: relative;
	width: 100%;
}

.flow h3::before {
	 position: absolute;
	 top:-30px;
	 width: 100%;
	 right: 46%;
	 width: 100px;
	 margin: auto;
	 text-align: center;
	 color:rgba(241,51,16,1.00);
	 font-size: 0.8em;
}
.flow .step1::before {
	 content: 'Step1';
}

.flow .step2::before {
	 content: 'Step2';
}

.flow .step3::before {
	 content: 'Step3';
}

.flow .step4::before {
	 content: 'Step4';
}

.flow .step5::before {
	 content: 'Step5';
}

.flow .step6::before {
	 content: 'Step6';
}


.flow-down.first {
    padding-top: 50px;
}


.content .greeting {
}

.content .greeting p {
	margin-bottom: 1.2em;
		font-size: 1.2em;
	line-height: 2em;
}

.content .greeting p.sign {
	font-family: 'Noto Serif SC', serif;
	font-weight: bold;
	font-size: 1.4em;
	padding-top: 20px;
	text-align: right;
}

.content .prof h4 {
	font-size: 1em;
	margin-bottom: 0;
	padding-top: 10px;
}

.content .prof ul {
	padding: 5px;
}

.content .prof ul li {
	font-size: 0.9em;
	line-height: 1.4em;
}