.btn a {
    background: #cb2837;
    color: #fff;
    padding: 1em;
    border: 2px solid #cb2837;
}
.btn a:hover {
    background: #fff;
    color: #cb2837;
}
@media only screen and (max-width : 736px){
.btn a {
    display: block;
}
}
.aisatsu-unit {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.aisatsu-image {
	display: table-cell;
	width: 20%;
	padding-right: 20px;
	padding-bottom: 20px;
	vertical-align: top;
}
.aisatsu-text {
	display: block;
	width: 100%;
	vertical-align: top;
}
.recurrent-subttl {
    font-size: 20px;
    font-weight: bold;
}
.infomation-area {
	margin-bottom: 20px;
}
.information-unit {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 100px;
}
.information-box {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding: 0 20px;
}
.information-box a {
    color: #fff;
    background: #cb2837;
    font-weight: bold;
    padding: 15px;
    border-radius: 5px;
    display: inline-block;
}
.information-box:first-child {
    text-align: right;
}
.information-box:nth-child(2) {
    text-align: left;
}
@media only screen and (max-width : 736px){
.aisatsu-image,.aisatsu-text {
	display: block;
	width: 100%;
	padding: 0 0 10px;
}
.aisatsu-image {
	text-align: center;
}
.aisatsu-image img {
    width: 200px;
    height: auto;
}
.information-box {
    display: block;
    width: 100%;
    padding: 0 0 20px;
}
.information-box:first-child {
    text-align: center;
}
.information-box:nth-child(2) {
    text-align: center;
}
.program-youtube iframe {
    width: 100%;
}
}
.application-box {
    margin: 20px 0;
    border: 1px solid #ccc;
    padding: 15px;
}