li.here {
    float: left;
    position: relative;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 34%;
    color: #FFFFFF;
    font-size: 24px;
    background: #3fc1c9;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
    border-top: 2px solid #3fc1c9;
    border-bottom: 2px solid #3fc1c9;
}
li.here:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #3fc1c9;
}
li.link a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 33%;
    color: #3fc1c9;
    font-size: 24px;
    text-align: center;
    float: left;
    border: 2px solid #3fc1c9;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 40px;
    margin-bottom: 30px;
}
li.link a:hover {
    background: #d9f3f4;
}
.paymentable {
	width: 100%;
	border-bottom: 1px solid #446984;
    margin-bottom: 30px;
	}
.paymentable th.area {
    font-family: 'Kosugi Maru',"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #446984;
	color: #ffffff;
	padding-right: 10px;
	padding-left: 10px;
}

.paymentable th.school {
	text-align: left;
    font-family: 'Kosugi Maru',"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 3px solid #446984;
	border-bottom: 1px dashed #446984;
	background-color: #dae1e6;
	padding-right: 10px;
	padding-left: 10px;
}

.paymentable th.field {
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	background-color: #F5F5F5;
	border-right: 1px solid #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
.paymentable td {
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	border-right: 1px dashed #CCC;
	border-top: 1px dashed #446984;
	padding-top: 15px;
	padding-bottom: 15px;
}
.paymentable td:last-of-type {
    border-right-style: none;
}
.paymentable td.remarks {
    text-align: left;
}

.pdf_link a {
font-family: 'Kosugi Maru',"メイリオ","ＭＳ Ｐゴシック", sans-serif;
display: block;
color: #FFFFFF;
border-radius: 10px;
background-color: #3fc1c9;
padding-top: 10px;
padding-bottom: 10px;
margin-bottom: 100px;
margin-left: auto;
margin-right: auto;
font-size: 30px;
width: 60%;
text-align: center;
margin-top: 100px;
}
@media only screen and (max-width:480px) {
li.here,li.link a {
	font-size: 14px;
}
.paymentable {
	word-break: break-all;
}
.paymentable th.area {
	text-align: left;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.paymentable th.school {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}
}