<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*動画埋め込み*/
#wrap_l video{
margin: 0 auto 15px auto;
z-index: 99;
}

@media screen and (max-width:768px) {
#wrap_l video{
display: block;
width: 70%;
margin: 0 auto 20px auto;
}
}


/***** ページタイトル *****/

.pageTtl {
	margin-bottom: 20px;
	padding: 25px;
	color: #fff;
	border: #fff4e5 1px solid;
	background-color: rgb(105 75 141);
	border-radius: 5px;
}
.pageTtl h2 {
	font-size: 2.8rem;
	font-weight: 500;
	font-family: 'Zen Maru Gothic', sans-serif;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {

.pageTtl {
	margin: 10px 0 20px 0;
	padding: 3%;
}
.pageTtl h2 {
	font-size: 2rem;
}

}

/***** 見出し *****/

.contensTtl{
    padding: 10px 20px;
    margin-bottom: 15px;
    font-size: 2.4rem;
    background: #ebebeb;
    color: #2e2522;
    font-family: 'Zen Maru Gothic', sans-serif;
    letter-spacing: 0.1em;
    font-weight: 600;
	border-bottom: 2px solid #a796bd;
}
@media screen and (max-width: 768px) {
.contensTtl {
    padding: 10px 20px;
    font-size: 1.8rem;
}
}

.contenssubTtl {
    padding: 6px 20px;
    margin-bottom: 15px;
    font-size: 2rem;
    background: #a291b9;
    color: #fff;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
.contenssubTtl {
    padding: 10px 20px;
    font-size: 1.6rem;
    color: #fff;
}
}

.contenssubCap {
    margin: 15px 0 5px;
    font-size: 1.8rem;
		font-weight: 500;
    color: #67498a;
}
@media screen and (max-width: 768px) {
.contenssubCap {
    font-size: 1.6rem;
}
}


/***** ボタン *****/

.btn1 {
	margin-top: 20px;
}

.btn1 a {
	padding: 25px 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: normal;
	color: #fff;
	background-color: #e5a109;
    border-radius: 5px;
	display: block;
    transition: all 0.4s;
}
@media screen and (max-width:768px){
.btn1 a {
    padding: 10px 0;
}
}

.btn1 a:hover {
    color: #fff;
	background-color: #f3bd43;/*色はサイトによる*/
	display: block;
}

.btn1 .no_link {
	padding: 20px 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: normal;
	color: #999;
	background-color: #f3f3f3;
	border: #ccc 3px solid;
    border-radius: 5px;
	display: block;
}
@media screen and (max-width:768px){
.btn1 .no_link {
	padding: 10px 0;
}
}


.btn_s {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width:768px){
.btn_s {
	width: 100%;
}
}


/***** 横並びボックス（2列） *****/
.list_box2{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.list_box2 li{
	width: 48%;
	margin-bottom: 30px;
	transition: 0.5s;
}

.list_box2 li:hover{
	opacity: 0.6;
	transition: 0.5s;
}

.list_box2 li img{
	width: 100%;
}

.list_box2 li a{
	color: #350D63;
	font-weight: bold;
	text-decoration: none;
}
.list_box2 li p{
	margin-top: 5px;
	font-size: 1.8rem;
}

@media screen and (max-width:768px){
.list_box2 li p{
	margin-top: 5px;
	font-size: 1.5rem;
}
}

/***** スマホで表をスクロール *****/

@media screen and (max-width:768px){

/*スマホで表をスクロール*/
.bl_taleScroll{
	overflow-x: scroll;
}

.bl_taleScroll .bl_tableNormal{
	min-width: 100%;
	width: 700px;
	padding-top: 5px;
	display: block;
}

}

@media screen and (max-width:699px){

.bl_taleScroll{
    overflow-x: scroll;
    padding: 28px 0 15px;
    position: relative;
}

.bl_taleScroll::before{
    content: "表は横にスクロールできます。";
    color: #2C7661;
    position: absolute;
    left: 20px;
    top: 0;
}

.bl_taleScroll::after{
    font-family: "Material Symbols outlined";
    content: "\f69b";
    color: #2C7661;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.8rem;
}

}


.bl_tableNormal{
	width: 100%;
}

.bl_tableNormal th,.bl_tableNormal td{
	padding: 10px;
	border: 1px solid #DCDCDC;
}

.bl_tableNormal th{
	font-weight: 700;
	background-color: #F7F7F7;
	text-align: center;
}

.bl_tableNormal.bl_tableNormal__company tr th:first-of-type{
	width: 50%;
}

.bl_tableNormal thead th{
	font-weight: 700;
	background-color: #ad0a0d;
	color: #fff;
	text-align: center;
}





/***** wrap_r(右コンテンツ) *****/

#wrap_r {
	width: 760px;
	position: relative;
	margin: 20px 30px 0 0;
	order: 2;
}

#wrap_r main{
	width: 760px;
	padding: 0; 
	min-height: auto;
    position: relative;
}

.contentsCover {
	margin: 15px auto 10px auto;
	padding: 0 10px;
	word-break: break-word;
	background-color: #fff;
	min-height: auto;
}

.content_in {
	margin-bottom: 30px;
}

.content_inBox {
	margin-bottom: 30px;
}

@media screen and (max-width:768px) {
#wrap_r {
	width: 100% !important;
	position: relative;
	margin: 0 30px 0 0;
}
#wrap_r main{
    width: 95% !important;
    height: auto;
    min-height: auto;
    margin: 10px auto;
}

}

/***** 準備中 *****/

.under{
    font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	margin: 10px 0 0 0;
}

/***** *****/
.page_anchor {
	padding: 20px 20px 15px;
	border: #eee 3px solid;
	display: flex;
	flex-wrap: wrap;
}

.page_anchor li {
	margin: 0 30px 5px 0;
	position: relative;
}

.page_anchor li::before {
	content: "";
	margin-right: 10px;
	display: inline-block;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #a291b9;
}
@media screen and (max-width:768px) {
	.page_anchor {
		padding: 10px 10px 5px;
		border: #eee 2px solid;
	}

	.page_anchor li {
		margin: 0 10px 5px 0;
	}

	.page_anchor li::before {
		margin-right: 7px;
	}
}


/***** ご挨拶 *****/

.greeting_head {
	width: 100%;
	height: 180px;
	margin: 0 0 25px;
	text-indent: 0em;
	text-align: left;
	position: relative;
}

.greeting_head .greeting_name {
	text-align: left!important;
	font-size: 16px !important;
	text-indent: 0 !important;
	position: absolute;
	left: 190px;
	bottom: 0;
}

.greeting_head p {
  text-indent: 1em;
}

.greeting_head a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

.greeting_ttl {
	margin: 0;
	padding-right: 0;
	font-size: 22px !important;
	text-align: left;
	text-indent: 0 !important;
	position: absolute;
	left: 190px;
	top: 20px;
}

.greeting_ph {
	margin: 0;
	text-indent: 0 !important;
	position: absolute;
	left: 0;
	top: 0;
}

.greeting_ph img {
	width: 160px;
}

.greeting_com {
	line-height: 1.8;
	text-indent: 1em;
	margin: 0 0 15px 0;
}


@media screen and (max-width: 768px) {
.greeting_head {
    margin: 0 0 10px;
    text-indent: 0em;
    text-align: center;
    display: block;
    position: inherit;
    height: auto;
}
.greeting_head p {
    text-align: center !important;
    text-indent: 0em;
    display: block;
    margin-right: 2px;
}
.greeting_ph {
    margin: 0 auto 10px auto;
    padding-right: 0;
    vertical-align: top;
    display: block;
    text-align: center;
	position: inherit;
	right: inherit;
	top: inherit;
}
.greeting_ph img {
    width: 50%;
}
.greeting_ttl {
	font-size: 1.5rem !important;
	position: inherit;
	left: inherit;
	top: inherit;
}
.greeting_head .greeting_name {
	display: block;
	font-size: 1.5rem !important;
	text-indent: 0 !important;
	position: inherit;
	right: inherit;
	bottom: inherit;
}

}

/***** 開催概要 *****/

.outlineTb{
	display: block;
}

.outlineTb dl{
	display: flex;
	padding: 20px 0;
	border-bottom: dotted #000 1px;
}

.outlineTb dt{
	width: 115px;
	display: flex;
	align-items: center;
	margin-right: 40px;
}

.outlineTb dd{
	flex: 1;
}

/***** 演題募集 *****/

.endai_period{
	font-size: 2rem;
}

.presentbnr img{
	width: 100%;
}

.abs_tb_box {
	display: flex;
	justify-content: space-between;
}

.abs_tb_box table {
	width: 48%;
	margin-top: 15px;
	border-top: #ccc 1px solid;
	border-right: #ccc 1px solid;
}

.abs_tb_box th {
	width: 50px;
	padding: 10px;
	text-align: center;
	border-bottom: #ccc 1px solid;
	border-left: #ccc 1px solid;
	background: #f5f5f5;
}

.abs_tb_box td {
	padding: 10px;
	border-bottom: #ccc 1px solid;
	border-left: #ccc 1px solid;
}

@media screen and (max-width: 768px) {
	
.abs_tb_box {
	display: block;
}

.abs_tb_box table {
	width: 100%;
	margin-top: 10px;
}
	
.abs_tb_box table:nth-child(2) {
	margin-top: 0;
	border-top: none;
}
	
}


/***** 事前参加登録 *****/

.endai_period{
	font-size: 2rem;
	margin-bottom: 2%;
}

.presentbnr img{
	width: 100%;
}

.reg_tb_box th,
.reg_tb_box td{
	text-align: center;
}

.reg_tb_box th:first-child {
	width: 20%;
}

.reg_tb_box th:nth-child(2),
.reg_tb_box th:nth-child(3){
	width: 26%;
}

.reg_tb_box th span {
	display: block;
	font-size: 1.2rem;
}

.reg_tb_box td span {
	display: block;
	font-size: 1.2rem;
}


@media screen and (max-width: 768px) {
.endai_period{
	font-size: 1.6rem;
}

.endai_period tr td{
	display: block;
}

}



/***** 日程表・プログラム *****/

.pro_ph .pro_ph__box{
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.pro_ph .pro_ph__box2{
	margin-top: 20px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}


.pro_ph .pro_ph__box p{
	font-weight: 600;
	font-size: 3.4rem;
}

.pro_ph .pro_ph__box p span{
	font-size: 2.6rem;
	display: block;
}

.pro_ph .pro_ph__box p span.ft_s{
	font-size: 2.2rem;
}

.pro_ph .pro_ph__box .ph_disc{
	font-weight: 500;
	font-size: 2rem;
	margin-top: 10px;
}

.pro_ph .pro_ph__box img{
	margin-left: 15px;
}

.pro_theme{
	font-size: 1.9rem;
}

.program_name dt {
	width: 3.5em;
	float: left;
	clear: left;
}

.program_name dd {
	margin-left: 3.5em;
	display: flex;
}

.program_name dd p:nth-child(1) {
	width: 130px;
}

.program_name dd p:nth-child(2) {
	flex: 1;
}

@media screen and (max-width: 768px) {
.pro_ph .pro_ph__box p{
	font-weight: 600;
	font-size: 1.7rem;
}

.pro_ph .pro_ph__box p span{
	font-size: 1.3rem;
}

.pro_ph .pro_ph__box p span.ft_s{
	font-size: 1.3rem;
}

.pro_ph .pro_ph__box .ph_disc{
	font-size: 1.3rem;
}

.pro_theme{
	font-size: 1.3rem;
}

.program_name dd {
	margin-left: 3.5em;
	display: block;
}

.program_name dd p:nth-child(1) {
	width: 100%;
}

.program_name dd p:nth-child(2) {
	font-size: 1.4rem;
}
	
}


/***** wrap_l(左メニュー) *****/

#wrap_l {
	width: 265px;
	margin: 20px 0 0 30px;
	order: 1;
}

#wrap_l .navbnr{
	margin-top: 20px;
}

#wrap_l .navbnr li{
transition: 0.5s;
}

#wrap_l .navbnr li:hover{
	opacity: 0.6;
	transition: 0.5s;
}

#wrap_l .navbnr li{
	margin-bottom: 20px;
}

#wrap_l .navbnr li img{
width: 260px;
}

@media screen and (max-width:768px) {
#wrap_l {
	width: inherit;
	margin: 20px 0 0 30px;
	order: 1;
}
	
#wrap_l .navbnr{
	margin: 0 auto;
	text-align: center;
}
	
#wrap_l .navbnr li img{
width: 260px;
}	

}

/***** 単位 *****/
.unit_tb1 tr td:nth-child(1) {
	width: 25%;
}

.unit_tb1 tr td:nth-child(2) {
	width: 35%;
}

.unit_tb1 td ul {
	margin-left: 20px;
	margin-bottom: 10px;
	list-style-type: disc;
}

.unit_tb1 td ul:last-child {
	margin-bottom: 0;
}

.unit_tb2 {
	margin-top: 15px;
}

.bl_tableNormal.unit_tb2 th {
	width: 40%;
	text-align: left;
}
@media screen and (max-width:768px) {
	.bl_tableNormal.unit_tb2 th {
		width: 50%;
	}
}
</pre></body></html>