  @charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");

/***
CSS‰äÊý
****/

:root{
	--kajima_red: #E6002D;
	--sculpture_theme_base: #009CD0;
	--sculpture_theme_txt: #009CD0;
}
/**/
html{
	overflow-y: auto;
	text-align: left;
	padding: 0;
}
body{
	margin:0;
	padding:0;
	font-size: 0.9375rem;
	font-family: "Roboto","Noto Sans JP","¥á¥¤¥ê¥ª", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "£Í£Ó ¥´¥·¥Ã¥¯", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
	line-height: 1.7;
}
p{
	margin: 0;
	padding: 0;
}
p.tm{
	margin-bottom: 1em;
}
p.tm_2{
	margin-bottom: 2em;
}


/*lbox*/
.lbox_body{
	width:780px; /*margin-left:80px;*/
	background:#FFFFFF;
	max-width: calc(100% - 30px);
	margin: 0 auto;
	
	container-type: inline-size;
	container-name: ol_container;
}

.lbox_body h2.title{
	margin:0 0 15px;
	padding:14px 15px 13px;
	line-height:1;
	font-size:169.2%;
	font-weight:normal;
	background:#E9EAEA;
	letter-spacing:0.05em;
}
.lbox_body h2.title span.small{
	font-size:63.6%;
}
.lbox_body img{
	max-width: 100%;
	height: auto;
}

/*lbox_header*/
.lbox_header{
	margin:0 0 17px;
	background: url(/csr/culture/sculpture/common/images/bg_page_title.png) no-repeat 100% 100%;
  background-size: 240px auto;
}
.lbox_header h1{
	margin: 0;
	font-size: 1.25rem;
	padding: 1.5rem 0 0 1rem;
	border-left: var(--sculpture_theme_base) 3px solid;
}

@container ol_container (max-width: 600px) {
	.lbox_header{
		background: none;
		margin-bottom: 0.375rem;
	}
	.lbox_body{
		max-width: calc(100% - 40px);
	}
	.lbox_header h1{
		font-size: 1.125rem;
		padding: 0.875rem 0 0 0.75rem;
		border-left: var(--sculpture_theme_base) 3px solid;
	}
}

/*lbox_footer*/

.lbox_footer{
	margin:30px 0 20px;
	padding:15px 0;
	text-align:center;
	border-top:#B9BABA 1px solid;
}
.lbox_footer .close_btn{
	width:100px;
	margin:0 auto;
	cursor:pointer;
	border:var(--sculpture_theme_base) 1px solid;
}
.lbox_footer .close_btn a{
	display:block;
	width:100%;
	padding:12px 0;
	line-height:1;
	color:#555;
	text-decoration:none;
	font-family: "Roboto","Noto Sans JP", sans-serif;
	font-weight:bold;
	letter-spacing: 0.03em;
	transition: background-color 0.3s;
}
.lbox_footer .close_btn a:hover{
	color:#333333;
	background-color:#E9EAEA;
}

