<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
img {
	image-rendering: -webkit-optimize-contrast;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.clearfix {
	zoom: 1;/* for IE5.5 - IE7 */
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.page {
	font-family: 'Noto Sans JP', sans-serif !important;
	text-shadow: none !important;
	font-feature-settings: "palt" 1;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center top;
	background-color: #fdf1f1;
	padding: 3rem 0;
}
.page_in {
	max-width: 1500px;
	margin: 0 auto;
}
.br_smp {
	display: none;
}
.br_360 {
	display: none;
}

/* 画面幅が800px以上のとき */
@media only screen and (min-width: 0px) {
.header_40th picture img {
	margin: 0rem auto -0.5rem;
	width: 80%;
	height: auto;
	display: block;
}
}

/* 画面幅が1200px以上のとき */
@media only screen and (min-width: 1024px) {
.header_40th picture img {
	width: 650px;
	height: auto;
	margin: 0 auto -1.5rem;
	display: block;
}
}
.header_40th h1 {
	display: block;
	margin: 0 auto;
	width: 900px;
	height: auto;
}
.header_40th h1 img {
	width: auto;
	margin: 0 auto;
	height: auto;
	position: absolute;
	z-index: 1;
}
.box_present {
	width: 100%;
	margin: 8rem auto 0;
	position: relative;
	z-index: 0;
}
.box_present a {
	text-decoration: none;
}
.box_present img {
	width: 50%;
	height: auto;
	margin: 0 auto;
	padding: 0 0.5rem 0rem;
	box-sizing: border-box;
}
.box_p {
	font-size: 1.3rem;
	width: 600px;
	margin: -4rem auto 2rem;
	line-height: 2.2rem;
	text-align: center;
}
.box_takoru {
	font-size: 1.1rem;
	display: block;
	width: 60%;
	margin: 0 auto 0rem;
	border: #1D1809 2px solid;
	padding: 2rem 0rem 1.5rem 4rem;
	box-sizing: border-box;
}
.box_takoru img {
	width: 28%;
	display: block;
	margin-right: 10px;
	margin-top: -10px;
}
.box_takoru i {
	margin-right: 10px;
	color: #FF006E;
}
.box_takoru p {
	font-weight: normal;
	display: block;
	float: left;
}
.page .box_takoru .span2 {
	font-size: 1.2rem;
	line-height: 2rem;
	margin-bottom:1rem;
	display: block;
	font-weight: 600;
	text-indent:-0.9rem;
	padding-left: 0;
}
.box_p .span1 {
	font-size: 1.8rem;
	line-height: 3.5rem;
	color: #FF007E;
	font-weight: 600;
	display: block;
}
.box_bt {
	border: #1D1809 2px solid;
	background-color: #221815;
	color: #FFFFFF;
	padding: 1rem;
	width: 60%;
	margin: 0 auto;
	text-align: center;
	font-size: 1.2rem;
	box-sizing: border-box;
}
.box_bt span {
	color: #FFF500;
	text-decoration: underline;
	font-size: 1.5rem;
	padding: 0 0.5rem;
}
.img_mark {
	margin: 3rem auto 0;
	display: block;
}
.page h2 {
	display: block;
}
.page h2 img {
	margin: 2rem auto;
	display: block;
}
.programs {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 auto;
	width: 90%;
	box-sizing: border-box;
}
.programs article div {
	text-decoration: none;
	padding-bottom: 1.5rem;
	background-color: #FFFFFF;
}
.programs article div cite {
    font-size: 1.15rem;
    margin: 1rem 0 0.5rem;
    display: block;
    font-weight: 600;
    color: #221815;
    text-indent: 0rem;
    padding: 0 1.5rem;
}


.programs article a {
	text-decoration: none;
	padding-bottom: 1.5rem;
	background-color: #FFFFFF;
}
.page .programs article a:hover {
	background-color: #FF0086;
	color: #FFFFFF;
}
.programs article {
	/*	flex-basis: 33.33%;*/
	/*padding: 2.5rem 1rem;*/
	flex-basis: 33.33%;
	margin: 2.5rem 0rem;
	box-sizing: border-box;
	padding: 0 1rem;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.1));
}
.programs article img {
	width: 100%;
	height: auto;
}
.programs article time {
	clear: both;
	display: block;
	font-size: 1.15rem;
	font-weight: 600;
	/*	color: #666;*/
	padding-left: 1rem;
	text-indent: 0rem;
	padding: 0 1.5rem;
}
.programs article time span {
	font-size: 1rem;
	margin: 0 0.2rem 0 0rem;
}
.programs article a cite {
	font-size: 1.15rem;
	margin: 1rem 0 0.5rem;
	display: block;
	font-weight: 600;
	color: #221815;
	text-indent: 0rem;
	padding: 0 1.5rem;
}
.programs article a:hover cite {
	color: #fff;
}
/*.movie {
	width: 100%;
	max-width: 1040px;
	margin: 15px auto 0px;
	color: #000;
}
.tvo-video {
 height: calc(1040px * 0.5625)
}*/

.page h3 {
	display: block;
}
.page h3 img {
	margin: 2rem auto 5rem;
	display: block;
}
/* CSSアニメーションの指定 */
.Headline {
	animation: SlideIn 1.6s;
}

/* CSSアニメーションの設定 */
@keyframes SlideIn {
 0% {
 opacity: 0;
 transform: translateY(64px);
}
 100% {
 opacity: 1;
 transform: translateY(0);
}
}
#application {
	width: 100%;
	text-align: center;
	padding: 0rem 0 5rem;
	line-height: 2rem;
}
#application i {
	font-size: 5rem;
	color: #221815;
}
#application span {
	padding: 1rem 0;
	font-weight: 600;
	color: #221815;
	font-size: 1.2rem;
	display: block;
	margin-top: 3rem;
}
#application div {
	font-size: 3rem;
	font-weight: 600;
	margin: 2rem auto 2rem;
	text-align: center;
	background-color: #221815;
	width: 70%;
	padding: 3rem 0;
	color: #FFF500;
}
/* ----- .pagetop ----- */
#page-top {
	position: fixed;
	bottom: 0px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 90px;
	padding: 0px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}

/*===============================================
●smart.css  画面の横幅が1024まで
===============================================*/

@media screen and (max-width:1024px) {
.br_smp {
	display: block;
}
.br_pc {
	display: none;
}
img {
	width: 100%;
	height: auto;
}
/*.tvo-video {
 height: calc(90vw * 0.5625);
	border: #050505 2px solid;
}
.movie {
	width: 94%;
	margin: 10px auto 20px;
	display: block;
	float: none;
}
*/	
.page {
	font-family: 'Noto Sans JP', sans-serif !important;
	text-shadow: none !important;
	font-feature-settings: "palt" 1;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center top;
	background-color: #fdf1f1;
	padding: 1.5rem 0;
}
.page_in {
	max-width: 100%;
	margin: 0 auto;
}
.header_40th h1 img {
	margin: 0 auto;
	height: auto;
	position: static;
	z-index: 1;
	width: 100%;
}
.header_40th h1 {
	display: block;
	margin: 0 auto;
	width: 96%;
	height: auto;
}
.box_p {
	font-size: 0.9rem;
	width: 90%;
	margin: 2rem auto 0rem;
	line-height: normal;
	text-align: left;
}
.box_p .span1 {
	font-size: 1.1rem;
	line-height: 3rem;
	color: #FF007E;
	font-weight: 600;
	display: block;
}
.box_p .span2 {
	font-size: 0.9rem;
	line-height: 1.3rem;
	margin: 0.5rem 0;
	font-weight: 600;
	display: block;
}
.box_takoru {
	display: block;
	width: 90%;
	margin: 1rem auto 0rem;
	border: #1D1809 2px solid;
	padding: 1.5rem 2rem 1rem;
	box-sizing: border-box;
}
.box_takoru p {
	font-size: 0.9rem;
	line-height: normal;
	text-indent: -1rem;
	padding-left: 1.5rem;
	margin-bottom: 0.5rem;
	margin-bottom: 1rem;
}
.box_takoru i {
	margin-right: 5px;
	color: #FF006E;
}
.page .box_takoru .span2 {
	font-size: 1rem;
	line-height: normal;
	display: block;
	font-weight: 600;
	text-indent: -0.7rem;
	padding-left: 0rem;
	margin-bottom: 0.8rem;
}
.page .box_takoru .span3 {
	font-size: 0.9rem;
	line-height: normal;
	font-weight: normal;
	text-indent: -0.7rem;
	padding-left: -0.5rem;
	margin-bottom: 0.5rem;
}
.page .box_takoru img {
	width: 80%;
	display: block;
	margin-right: 0px;
	clear: both;
	margin: -20px auto 10px;
}
.box_bt span {
	color: #FFF500;
	text-decoration: underline;
	font-size: 1.2rem;
	padding: 0 0.5rem;
}
.page .box_bt {
	background-color: #221815;
	color: #FFFFFF;
	padding: 1rem;
	width: 90%;
	margin: 1.5rem auto;
	text-align: center;
	font-size: 0.9rem;
	box-sizing: border-box;
}
.box_bt span {
	color: #FFF500;
	text-decoration: underline;
	font-size: 1.3rem;
	padding: 0.5rem 0;
	display: block;
}
.box_present {
	width: 100%;
	margin: 0rem auto 0;
	position: static;
	z-index: 0;
}
.box_present img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 0rem 0rem;
	box-sizing: border-box;
	display: block;
}
.img_mark {
	width: 13%;
}
.page h2 img {
	margin: 2rem auto 1rem;
	display: block;
	width: 40%;
	height: auto;
}
.programs {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
.programs article {
	flex-basis: 85%;
	padding: 0rem 0.2rem 0rem;
	box-sizing: border-box;
	margin: 3rem auto 0;
}
.programs article a {
	text-decoration: none;
	padding-bottom: 1.3rem;
}
.programs article a cite {
	font-size: 1.1rem;
	margin: 1rem 0 0.5rem;
	display: block;
	color: #000000;
	font-weight: 600;
	text-indent: 0px;
	padding: 0rem 1.5rem;
}
.programs article time {
	clear: both;
	display: block;
	font-size: 1.1rem;
	font-weight: 600;
	text-indent: 0px;
	padding-left: 1.5rem;
	line-height: 1.5rem;
}
.programs article time span {
	font-size: 0.8rem;
	margin: 0 0.2rem 0 0rem;
}
.page h3 img {
	margin: 2rem auto 3rem;
	display: block;
	width: 40%;
	height: auto;
}
#application div {
	font-size: 1.3rem;
	line-height: 2rem;
	font-weight: 600;
	margin: 1rem auto 2rem;
	text-align: center;
	background-color: #221815;
	width: 90%;
	padding: 1.5rem 0;
	color: #FFF500;
}
#application i {
	font-size: 3rem;
	color: #221815;
}
#application {
	width: 100%;
	text-align: center;
	padding: 0rem 0 2rem;
	line-height: 1.5rem;
	margin: 0 auto;
}
#application p {
	text-align: left;
	width: 90%;
	margin: 0 auto;
}
/* ----- .pagetop ----- */
#page-top {
	position: fixed;
	bottom: 0px;
	right: 0px;
	font-size: 50%;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 70px;
	padding: 0px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
}

@media screen and (min-width:1025px) and ( max-width:1400px) {
#application div {
	font-size: 2rem;
}
}

@media screen and (min-width:768px) and ( max-width:1024px) {
.box_present img {
	width: 80%;
}
.programs {
	margin: 0 auto;
	padding: 0;
	width: 90%;
}
.programs article {
	flex-basis: 50%;
	margin: 3rem 0rem 0;
	padding: 0 1rem;
}
.programs article a cite {
	font-size: 1.1rem;
}
.programs article time {
	clear: both;
	display: block;
	font-size: 1rem;
}
#application div {
	font-size: 1.6rem;
}
.box_takoru .br_smp {
	display: none;
}
.box_p {
	text-align: center;
	font-size: 1.3rem;
	margin-bottom: 2rem;
}
.box_takoru .span2 {
	font-size: 1.2rem;
	line-height: normal;
	display: block;
	font-weight: 600;
	text-indent: -0.5rem;
	padding-left: 0rem;
	margin-bottom: 1rem;
}
.page .box_takoru img {
	width: 50%;
	display: block;
	margin-right: 10px;
	clear: both;
	margin: 0 auto;
}
}

@media screen and (max-width:360px) {
.programs article a cite {
	font-size: 1rem;
}
.programs article time {
	font-size: 1.0rem;
}
.box_p .span1 {
	font-size: 1rem;
	line-height: 2.5rem;
	color: #FF007E;
	font-weight: 600;
	display: block;
}
.programs article {
	flex-basis: 88%;
	margin: 2rem auto 0;
}
.box_bt span {
	color: #FFF500;
	text-decoration: underline;
	font-size: 1.2rem;
	padding: 0.5rem 0;
	display: block;
}
.br_360 {
	display: block;
}
#application div {
	font-size: 1.2rem;
}
}
</pre></body></html>