<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 */
/*---------------------------------------

		下層ページ共通設定
		ページタイトルに合わせてページ事に調整してください。

-----------------------------------------*/
#mainvisual_cover{
	width: 100vw;
}

.mainvisual_inner{
	width: 95%;
	height: 30%;
	margin: 7px auto 0;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	position: relative;
	padding-bottom: 10px;
}

.mainvisual_inner &gt; img{
	width: 100%;
	height:270px;
	border-radius: 10px;
	object-fit:cover;
}

.mainvisual_logo{
	width: 40vw;
	height: calc(40vw / 2);
	border-radius: 0 0 100px 100px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	display: flex;
	align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.mainvisual_logo img{
	padding-top: 5px;
	width: 75%;
}

.mainvisual_title{
	text-align: center;
	font-size: 121.1%;
	letter-spacing: 2px;
	width: 50%;
	margin: auto;
	background: #fff;
	border-radius: 20px 20px 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 6px 10px 15px;
	font-weight: normal;
}

#contents{
	width: 95%;
	margin: 50px auto 30px;
}

.idioms{
	display: inline-block;
}

.container{
	margin-bottom: 80px;
}
@media screen and (min-width:480px) { 
.mainvisual_logo{
	width: 30vw;
	height: calc(30vw / 2);
}
}
/*---------------------------------------

		下層ページ共通設定

-----------------------------------------*/
.inline{
	display:inline-block;
}
/*----- カーニング -----*/
.kerning01{
	margin-left: -10px;
}
.kerning02{
	letter-spacing: -10px;
}
.kerning03{
	letter-spacing: -10px;
}
.kerning04{
	letter-spacing: -5px;
}
.kerning05{
	margin-left: -5px;
}
.kerning06{
	margin-left: -13px;
	letter-spacing: -2px;
}
/*----- カーニング -----*/

.page_title{
	font-weight: normal;
	font-size: 116%;
	text-align: center;
	margin-top: 20px;
}

.text.red{
	color: #d40c3b;
	text-align:center;
}

.list{
	width: 95%;
	margin: 20px auto 0;
}

.list li{
	margin-bottom: 10px;
}

.list a{
	text-decoration: none;
	color: #d40c3b;
	border-bottom: 1px solid #d40c3b;
}</pre></body></html>