<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: 60%;
	margin: auto;
	background: #fff;
	border-radius: 20px 20px 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 6px 20px 11px;
	font-weight: normal;
}

#contents{
	margin-bottom: 30px;
}

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

/*---------------------------------------

		下層ページ共通設定

-----------------------------------------*/
.contents_wrapper{
	width:95%;
	margin:0 auto;
	padding-top:0px;
}
.inline{
	display:inline-block;
}
.grey_back{
	background: #f7f7f7;
	padding: 70px 0 80px;
}
section{
	margin-bottom: 30px;
}
/*----------------------------------------

		共通設定

-----------------------------------------*/

.kerning{
	margin-left: -5px;
	letter-spacing: -5px;
}

.top_text{
	letter-spacing: 1px;
	margin-bottom: 30px;
	font-size: 90%;
	text-align: justify;
}

.top_text span{
	display: block;
	font-size: 116%;
	margin-bottom: 10px;
	text-align: center;
	color: #000;
}

.text_box{
	margin-bottom: 20px;
}

.text_title{
    background: linear-gradient(transparent 65%, var(--marker_color) 65% 83%, transparent 83%);
	font-size: 100%;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 5px;
	display: inline;
	color: #000;
}

.text_item{
	padding: 0 5px;
	font-size: 90%;
	text-align: justify;
}

.main_title{
	font-weight: normal;
	font-size: 150%;
	text-align: center;
	color: #535353;
	margin-top: 40px;
	margin-bottom: 20px;
}

.license_title{
	display: inline-block;
	background: #80a3bf;
	padding: 5.5px 15px;
	color: #fff;
	letter-spacing: 2px;
	font-weight: normal;
	font-size: 100%;
}

.license_text{
	border: solid 2px #80a3bf;
    margin-bottom: 30px;
    padding: 10px 15px;
	font-size: 90%;
	letter-spacing: 1px;
}

/*----------------------------------

		新規デザイン

------------------------------------*/
.grey_wraper{
	padding: 20px 10px 50px;
	background: #f4f6f6;
}

.license{
	margin-bottom: 40px;
}

.license_item{
	background: var(--item_backcolor);
	padding: 20px;
	border-radius: 10px;
	box-shadow: -3px -3px 5px white, 3px 3px 5px rgb(0 0 0 / 10%);
}

.title_box{
	display: flex;
    align-items: center;
}

.icon{
	width: 60px;
    height: 60px;
    background: #fff;
    border: 2px solid var(--item_color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
	box-shadow: rgb(204 219 232) 2px 2px 3px 0px inset, rgb(255 255 255 / 50%) -3px -3px 6px 1px inset;
}

.icon img{
	width: 60%;
}

.license_name{
	font-size: 116%;
	letter-spacing: 2px;
    background: linear-gradient(transparent 65%, var(--marker_color) 65% 83%, transparent 83%);
	padding: 0 7px;
}

.licenseitem_text{
	margin: 10px 0 0;
	font-size: 90%;
}</pre></body></html>