
p#headline{
	font-family: "ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝", serif;
	text-align: center;
	font-size: 40px;
	padding: 20px 0 10px;
	color: #009140;
	white-space:nowrap;
	font-weight:bold;
}
.declaration{
	width:600px;
	margin:0 auto;
	border-top:#009140 2px solid;
}
.declaration p{
	font-family: "ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝", serif;
	text-indent: 1em;
	float: left;
	padding: 10px 30px;
	width: 590px;
	font-size: 18px;
	line-height: 33px;
	text-align: justify;
	text-justify: inter-ideograph;
	background-color: rgba(255, 255, 255, 0.6);
	font-feature-settings : "palt";
}
#signature{
	text-align:right;
	margin-bottom:30px;
}
#org{
	width:800px;
	margin-top:20px;
	margin-left:100px;
}

.list_circle_num {
    padding: 30px 100px;
    margin: 0px;
    list-style: none;
    counter-reset: list_circle_num_counter;
	font-size:18px;
}

.list_circle_num > li {
    position: relative;
    padding: 0px 0px 0px 2em;
    counter-increment: list_circle_num_counter;
	line-height:16px;
}
.list_circle_num > li::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: calc(1.5em);
    height: calc(1.5em);
    background-color: #009140;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    line-height: 1;
    content: counter(list_circle_num_counter);
}

.list_circle_num > li + li {
    margin: 1em 0px 0px;
}

#torikumi{
	width:100%;
}
#torikumi td{
	width:50%;
}
#torikumi td{
	padding:20px;
}
.waku{
	width:100%;
}
.waku th{
	background:#2c5a73;
	color:#fff;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	padding:5px;
	border-radius:5px 5px 0 0 ;
}
.waku td{
	font-size:14px;
	background:#dae2e7;
	border-radius:0 0 5px 5px;
}
.paper{
	width:220px;
	border:solid 1px #aaa;
	margin-left:40px;
}

@media only screen and (max-width: 550px) {/*SmartPhone用*/
.greet{
	background-size:130%;
	background-position: center;
}
p#headline{
	text-align: center;
	font-size: 25px;
	height: 100px;
}
.declaration{
	width:100%;
}
.declaration p{
	line-height:16px;
	font-size: 12px;
	width : calc(100% - 40px) ;
}
#org{
	margin-left:10px;
	margin-bottom:20px;
	width:calc(100% - 20px);
}
.list_circle_num{
	padding:15px;
}
}
