.top-header {
    height: 86px;
}

.title {
	text-align: center;
	margin: 20px auto;
	padding: 20px auto;
	background:linear-gradient(to bottom left, transparent 50%, #ffe0b0 50%) top left/ 100% 100% no-repeat;
}
.title .t-header {
	text-align:right;
	font-size: 12px;
	
}
.title h1 {
	font-size: 35px;
	font-weight: bold;
}
.title p {
	font-size: 28px;
	font-weight: bold;
}
.t-theme {
	border-radius: 10px;
	border: solid 2px #000000;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 5px;
	font-size: 20px; 
}

main {
	width: 80%;
	margin: 0 auto;
	padding-top: 20px;
}
@media screen and (min-width: 1200px) {
	main {
		width: 70%;
	}
}
@media screen and (min-width: 1400px) {
	main {
		width: 60%;
	}
}

.contentbox {
	display: flex;
	margin-bottom: 20px;
}
.cbox-left {
	width: 80%;
}
.cbox-right {
	width: 20%;
}
.content .cont-title {
	font-weight: bold;
	margin-bottom: 10px;
}
.content .cont-txt  {
	margin-bottom: 20px;
	line-height: 130%;
}
.txt-red {
	color: red;
}

.blue-box {
	width: 80%;
	margin: 0 auto 20px;
	padding: 15px 25px 5px 25px;
	background-color: #d0ebff;
	border-radius: 10px;
}
.info {
	display: flex;
	margin-bottom: 10px;
}
.blue-box  div.info:nth-of-type(7) {
	margin-bottom: 20px;
}
.info .info-title {
	font-weight: bold;
	padding-right: 15px;
	width: 15%;
	line-height: 130%;
	text-align-last: justify;
	text-justify: inter-ideograph;
}
.info .info-txt {
	width: 85%;
	line-height: 130%;
}
.infomation {
	margin: 20px 0;
}

table.programlist {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
table.programlist th {
	font-weight: bold;
	border: 1px solid #333;
	padding: 5px 10px;
	font-size: 16px !important;
}
table.programlist td {
	padding: 5px 10px;
	border: 1px solid #333;
	font-size: 16px !important;
}

.formbox {
	margin: 20px 0 30px 0;
	text-align: center;
}
.btn-flat-border {
	display: inline-block;
	padding: 20px 80px;
	text-decoration: none;
	color: white !important;
	font-size: 25px;
	font-weight: bolder;
	background-color: #ffae00;
	border: solid 2px #ffae00;
	border-radius: 10px;
	transition: .4s;
}
/*
.btn-flat-border:hover {
  background: #eba100;
  color: white !important;
}
*/

.br-pc {
	display: block;
}
.br-sp {
	display: none;
}

.mt-set {
	margin-top: 30px;
}
.infobox {
	border-radius: 10px;
	border: solid 1px #666;
	padding: 15px 20px;
}

@media screen and (max-width: 768px) {
	.title {
		margin-top: 90px;
	}
	.title h1 {
		font-size: 30px;
	}
	.title p {
		font-size: 16px;
	}
	.t-theme {
		font-size: 12px;
	}

	.contentbox {
		display: block;
		margin-bottom: 20px;
	}
	.cbox-left {
		width: 100%;
	}
	.cbox-right {
		width: 100%;
	}
	
	.blue-box {
		width: 100%;
	}
	.info {
		display: block;
	}
	.info .info-title {
		margin-bottom: 5px;
		width: 100%;
		text-align-last: auto;
		text-justify: auto;
	}
	.info .info-txt {
		width: 100%;
	}

	table.programlist {
		border-bottom: 1px solid #333;
	}
	table.programlist thead {
		display: none;
	}
	table.programlist td:first-child {
		font-weight: bold;
		display: block;
		width: 100%;
	}
	table.programlist td:first-child::before {
		font-weight: bold;
	}
	table.programlist td:first-child::after {
		font-weight: bold;
	}
	table.programlist td:not(:first-child) {
		display: block;
		width: 100%;
		border-top: none;
		border-bottom: none;
	}
	.br-pc {
		display: none;
	}
	.br-sp {
		display: block;
	}

}




