record@charset "utf-8";
/* Copyright 2023 FSFIELD All Rights Reserved. */

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

PC、タブレット、スマートフォン共通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* ------------------------------------------------------------

LS-BT

------------------------------------------------------------ */
.container_type01 i,
.lsbt_list i {
font-style: italic;
}

/* --ボタンリスト-- */
.lsbt_top_contents{
	padding: 7rem 0;
}

.lsbt_top_contents .inner{
	border-top: 1px solid #C4C7CD;
	border-bottom: 1px solid #C4C7CD;
	padding: 0 4rem;
}

.lsbt_top_contents ul{
	border-left: 1px solid #C4C7CD;
	border-right: 1px solid #C4C7CD;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 1.8rem;
}

.lsbt_top_contents ul li{
	position: relative;
	width: calc((100% - 5.4rem)/4);
	border-top: 1px solid #C4C7CD;
	border-bottom: 1px solid #C4C7CD;
	border-right: 1px solid #C4C7CD;
	border-left: 1px solid #C4C7CD;
	margin: -1px;
	box-sizing: content-box;
}

.lsbt_top_contents ul li:not(:nth-of-type(4n)):before{
	content: "";
	display: block;
	background: #C4C7CD;
	width: calc(1.8rem + 1px);
	height: 1px;
	position: absolute;
	top: -1px;
	left: 100%;
}

.lsbt_top_contents ul li:not(:nth-of-type(4n))::after{
	content: "";
	display: block;
	background: #C4C7CD;
	width: calc(1.8rem + 1px);
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 100%;
}

.lsbt_top_contents ul li a{
	position: relative;
	background: #F9FAFC;
	display: flex;
	align-items: center;
	height: 100%;
	transition: box-shadow .3s;
	padding: 3rem;
}

.lsbt_top_contents ul li a:hover{
	box-shadow: 0px 0px 15px 0px rgba(40, 44, 56, 0.3);
}

.lsbt_top_contents ul li a .icon{
	width: 5rem;
	height: 5rem;
	flex: none;
	margin-right: 2rem;
	fill: #F9FAFC;
	border-radius: 50%;
	display: block;
}

.lsbt_top_contents ul li#program a .icon{
	background: #75A03F;
}
.lsbt_top_contents ul li#achievements a .icon{
	background: #C74382;
}
.lsbt_top_contents ul li#presenters a .icon{
	background: #2A9D9D;
}
.lsbt_top_contents ul li#poster_list a .icon{
	background: #E7A251;
}
.lsbt_top_contents ul li#other a .icon{
	background: #D9B32B;
}
.lsbt_top_contents ul li#access_contact a .icon{
	background: #CB4149;
}
.lsbt_top_contents ul li#collaboration a .icon{
	background: #2A589D;
}
.lsbt_top_contents ul li#inquiry a .icon{
	background: #835A96;
}

.lsbt_top_contents ul li a .txt{
	display: block;
	font-size: 1.8rem;
	line-height: 1.2;
	color: #282C38;
}

.lsbt_top_contents ul li a .txt .ico_tab{
	fill: #B8BABF;
	width: 1.6rem;
	height: 1.6rem;
	margin-left: 0.4rem;
}

.lsbt_top_contents ul li a .txt span{
	display: inline-block;
}

/* --お問い合わせ-- */
.sec_lsbt_contact01{
	margin-top: 5rem;
	padding-bottom: 3rem;
}

.sec_lsbt_contact01 .contact{
	border-top: 1px solid #C4C7CD;
	border-bottom: 1px solid #C4C7CD;
	padding: 0 4rem;
	position: relative;
}

.sec_lsbt_contact01 .contact::before{
	content: "";
	display: block;
	background: url(../../lsbt/img/bg_lsbt03.png) no-repeat 0 0;
	background-size: cover;
	width: 68rem;
	height: 41rem;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.sec_lsbt_contact01 .contact::after{
	content: "";
	display: block;
	background: url(../../lsbt/img/bg_lsbt04.png) no-repeat 0 0;
	background-size: cover;
	width: 65rem;
	height: 38rem;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.sec_lsbt_contact01 .contact > .inner{
	max-width: 1120px;
	margin: 0 auto;
	padding-bottom: 7rem;
	border-left: 1px solid #C4C7CD;
	border-right: 1px solid #C4C7CD;
}

.sec_lsbt_contact01 .contact .ttl{
	line-height: 1;
	padding: 4rem;
	border-bottom: 1px solid #C4C7CD;
}

.sec_lsbt_contact01 .contact .ttl h2{
	font-size: 3.2rem;
}

.sec_lsbt_contact01 .contact .ttl p{
	color: #6E7382;
	font-family: "Syne";
	font-size: 1.8rem;
	padding-top: 1rem;
}

.sec_lsbt_contact01 .contact .layout01 .item{
	display: flex;
	align-items: center;
	padding: 2rem 4rem;
	line-height: 1.6;
	border-bottom: 1px solid #C4C7CD;
}

.sec_lsbt_contact01 .contact .layout01 .item .image{
	width: 18rem;
}

.sec_lsbt_contact01 .contact .layout01 .item .image img{
	width: 100%;
	height: auto;
}

.sec_lsbt_contact01 .contact .layout01 .item .txt{
	padding-left: 4rem;
}

.sec_lsbt_contact01 .contact .layout01 .item .txt h3{
	font-size: 1.8rem;
	font-weight: 700;
	padding-bottom: 0.4rem;
}

.sec_lsbt_contact01 .contact .layout01 .item .txt address{
	padding-top: 1rem;
}

.sec_lsbt_contact01 .contact .layout02{
	border-bottom: 1px solid #C4C7CD;
	display: flex;
	align-items: center;
}

.sec_lsbt_contact01 .contact .layout02 h3{
	width: 20rem;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
}

.sec_lsbt_contact01 .contact .layout02 .inner{
	border-left: 1px solid #C4C7CD;
	padding: 2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1.8rem;
}

.sec_lsbt_contact01 .contact .layout02 .inner .item{
	width: 13.6rem;
	flex: none;
}

.sec_lsbt_contact01 .contact .layout02 .inner .item a{
	display: block;
	transition: background .3s;
}

.sec_lsbt_contact01 .contact .layout02 .inner .item a:hover{
	opacity: .8;
}

.sec_lsbt_contact01 .contact .layout02 .inner .item a img{
	width: 100%;
	height: auto;
}



/* basic
---------------------------------------------- */
.heading01_2 {
		display: flex;
}
.heading01_2R {
	padding-left:5rem;
}


/* テーブル
---------------------------------------------- */
#ovTable {
	width: 100%;
	margin: 0px auto;
	padding: 0 20px 20px 20px ;
}
.table01 {
	display: table;
	margin: 0 auto;
	padding: 0px;
}
.table01Row {
	display: table-row;
}
.table01Cell {
	display: table-cell;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.table01-cont1 {
	width: 15rem;
	padding: 10px 5px 5px 10px;
	background: #dcdcdc;
	vertical-align: middle;
	font-weight: bold;
}
.table01-cont2 {
	width: calc(100% - 15rem);
	padding: 10px 5px 5px 10px;
}

.table02 {
	display: table;
	margin:10px;
	padding-bottom: 10px;
}
.table02Row {
	display: table-row;
}
.table02Cell {
	display: table-cell;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.table02-cont1 {
	width: 12rem;
	padding: 5px;

	vertical-align: top;
}
.table02-cont2 {
	width: calc(100% - 12rem);
	padding: 5px;
}

.table_ttl{
	font-size: 2rem;
	font-weight: bold;
	text-decoration: underline;
}
.tableBorder {
	border: 1px #d3d3d3 solid;
}



@media only screen and (max-width:1024px) {
	/* 表示領域が1024px以下の場合に適用するスタイル */

	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	タブレット

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	LS-BT

	------------------------------------------------------------ */

	/* 
	---------------------------------------------- */
}

/*--@media--*/


@media only screen and (max-width:767px) {
	/* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	LS-BT

	------------------------------------------------------------ */

	/* トップページ
	---------------------------------------------- */


	/* --お問い合わせ-- */
	.sec_lsbt_contact01{
		padding-bottom: 0;
	}

	.sec_lsbt_contact01 .contact{
		padding: 0 1.5rem;
	}
	
	
	.sec_lsbt_contact01 .contact::before{
		background: url(../../lsbt/img/bg_lsbt03_sp.png) no-repeat 0 0;
		background-size: cover;
		width: 100%;
		height: 22.6rem;
	}
	
	.sec_lsbt_contact01 .contact::after{
		background: url(../../lsbt/img/bg_lsbt04_sp.png) no-repeat 0 0;
		background-size: cover;
		width: 100%;
		height: 21.9rem;
	}

	.sec_lsbt_contact01 .contact > .inner{
		padding-bottom: 3rem;
	}
	
	.sec_lsbt_contact01 .contact .ttl{
		padding: 3rem 1.5rem;
	}
	
	.sec_lsbt_contact01 .contact .ttl h2{
		font-size: 2.6rem;
	}
	
	.sec_lsbt_contact01 .contact .ttl p{
		font-size: 1.6rem;
		padding-top: 1rem;
	}
	
	.sec_lsbt_contact01 .contact .layout01 .item{
		display: block;
		padding: 1.5rem;
	}
	
	.sec_lsbt_contact01 .contact .layout01 .item .image{
		width: 100%;
	}
	
	.sec_lsbt_contact01 .contact .layout01 .item .txt{
		padding: 3rem 0 0;
	}

	.sec_lsbt_contact01 .contact .layout02{
		display: block;
	}
	
	.sec_lsbt_contact01 .contact .layout02 h3{
		width: 100%;
		text-align: left;
		padding: 3rem 1.5rem;
		border-bottom: 1px solid #C4C7CD;
	}
	
	.sec_lsbt_contact01 .contact .layout02 .inner{
		border-left: none;
		padding: 1.5rem;
		justify-content: space-between;
		column-gap: 0;
		row-gap: 1.2rem;
	}
	
	.sec_lsbt_contact01 .contact .layout02 .inner .item{
		width: calc(50% - 0.6rem);
	}


/* basic
---------------------------------------------- */
.heading01_2 {
		display: block;
}
.heading01_2R {
	display: flex;
	justify-content: center;
}
/* テーブル
---------------------------------------------- */
#ovTable {
	width: 100%;
	margin: 0px auto;
	padding: 0 20px 20px 20px ;
}
.table01 {
	display: block;
}
.table01Row {
	display: block;
}
.table01Cell {
	display: block;
}
.table01-cont1 {
	width: 100%;
}
.table01-cont2 {
	width: 100%;
}
.table02 {
	display: block;
}
.table02Row {
	display: block;
	border-bottom: 5px #d3d3d3 solid;
}
.table02Cell {
	display: block;
}
.table02-cont1 {
	width: 100%;
}
.table02-cont2 {
	width: 100%;
}

}

/*--@media--*/