
.list_wrap{margin-top:15px;}
.list_wrap li{padding:40px 30px;border-bottom:1px dashed #ddd}
.list_wrap li:after{content:'';display: block;clear: both;line-height: 1.3;}
.list_wrap .list_left {float: left;padding-left:22px;color:#75a691;font-size: 74px;font-weight: 900;letter-spacing: -4.5px;line-height: 1;}
.list_wrap .list_right {float: right;width:calc(100% - 150px)}
.list_wrap .tit{color: #1a3c6a;font-size: 28px;font-weight: 800;line-height: 1.3;letter-spacing: -0.8px;}
.list_wrap .txt{margin:16px 0;color:#4c4c4c;font-size: 20px;font-weight:400;line-height: 1.8;letter-spacing: -0.045rem;}
.list_wrap .table_wrap{float:right;margin:25px 0 16px;width:calc(100% - 150px);}

.table_wrap table{width:100%; text-align:center;}
.table_wrap table th{padding:10px;background-color:#efefef;border:1px solid #ccc;font-size: 18px;line-height: 1.5;letter-spacing: -0.045rem;}
.table_wrap table td{padding:10px;border:1px solid #ccc;color: #4c4c4c;font-size: 18px;font-weight: 400;line-height: 1.5;letter-spacing: -0.045rem;}
.table_wrap table td.left{padding-left:30px;text-align:left;}
.table_wrap table td:last-child{color:#bbb;}
.table_wrap table td.txt_b{color:#4c4c4c;}

.greeting .tit{color: #1a3c6a;font-size: 28px;font-weight: 800;line-height: 1.5;letter-spacing: -0.8px;} 
.greeting{margin-top:30px;} 
.greeting .txt{margin: 16px 0;color: #4c4c4c;font-size: 20px;font-weight: 400;line-height: 1.8;letter-spacing: -0.045rem;} 
p.sign{margin: 16px 0;color: #4c4c4c;font-size: 20px;font-weight: 400;line-height: 1.8;letter-spacing: -0.045rem;} 
p.sign strong{font-size:28px;}

@media screen and (max-width: 768px) {
	.list_wrap li{padding: 20px 15px;}
	.list_wrap .list_left {float: none;width:100%;padding-left: 0;font-size: 40px;}
	.list_wrap .list_right {float: none;width:100%;padding-left: 0;margin-top:10px;}
	.list_wrap .tit{font-size: 20px;}
	.list_wrap .txt{margin:14px 0;font-size: 16px;}
	.list_wrap .table_wrap{float:none;margin:14px 0;width:100%;}
	.table_wrap table th{font-size:14px;}
	.table_wrap table td{font-size:13px;}
}