@charset "utf-8";
/* ----------------------------
/*
/* 共通
/*
-------------------------------*/
html {
  scroll-behavior: smooth;
}
.bg{
	position: fixed;
	height: 100vh;
	inset: 0;
	background-image: url(../img/bg_design.png);
	background-position: left bottom;
	background-size: cover;
	z-index: -1;
}
.wrapper{
	width: 100%;
	margin: 0 auto;
}
main{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.main-r{
	width: 81%;
	background: linear-gradient(-90deg, #5EBDED 0%, #30AAE8 67%, #0197E3 100%);
	margin-bottom: 0;
	min-height: 100vh;
}
.main-r section{
	margin-bottom: 50px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li{
	font-family: "M PLUS 1", sans-serif;
	font-weight: 500;
	color: #ffffff;
	white-space: nowrap;
}
h3{
	margin: 0 auto;
	border: 2px solid #ffffff;
	font-size: 3rem;
	border-radius: 8px;
	text-align: center;
	padding-bottom: 2px;
	letter-spacing: 0.7rem;
	margin-bottom: 20px;
}
h4{
	font-size: 2rem;
	text-align: center;
	color: #0197E3;
	width: 240px;
	padding: 2px;
	background-color: #fff;
	font-weight: 400;
	border-radius: 7px;
	margin-bottom: 20px;
}
.junbichu{
	font-size: 2rem;
	text-align: center;
}
.lttr-s{
	font-size: 0.7em;
}
section{
	margin-bottom: 50px;
}
.bttm2top{
	position: fixed;
	right: 10px;
	bottom: 10px;
	height: 70px;
	width: 70px;
	border-radius: 50px;
	background-color: #FFFF99;
	opacity: 0.7;
	z-index: 100;
}
.bttm2top span:first-child{
	display: block;
	position: absolute;
	bottom: 35px;
	left: 6px;
	width: 50%;
	height: 5px;
	border-radius: 50px;
	background-color: #0197E3;
	rotate: -45deg;
	z-index: 110;
}
.bttm2top span:last-child{
	display: block;
	position: absolute;
	bottom: 35px;
	right: 6px;
	width: 50%;
	height: 5px;
	border-radius: 50px;
	background-color: #0197E3;
	rotate: 45deg;
	z-index: 110;
}
.pc-disp{
	display: inline-block;
}
.sp-disp{
	display: none;
}

.br-sp-disp{
	display: none;
}

.hd-h1 h1{
	height: 20vh;
	font-size: 3rem;
	font-weight: 800;
	letter-spacing: 0.5rem;
	padding: 20px;
	line-height: 1.3em;
}
.hd-h1 h1 span{
	font-size: 0.7em;
	font-weight: 400;
}
.hd-h1 h1 span.fv-h1-dt{
	font-size: 3rem;
	font-weight: 800;
	letter-spacing: -0.2rem;
}
.hd-h2{
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.hd-h2{
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.hd-h2 p{
	display: inline-block;
}
.hd-h2 p:first-child{
	font-size: 1.5rem;
	font-weight: 400;
}
.hd-h2 p:nth-child(2){
	font-size: 1.5rem;
	font-weight: 400;
}
.hd-h2 p:nth-child(2) span{
	letter-spacing: 1.5em;
}
.hd-h2 p:nth-child(3){
	font-size: 3rem;
	font-weight: 600;
	color: #FFFF99;
	letter-spacing: 0.5rem;
}
.accent-char{
	color: #ff0000;
	font-weight: bold;
	font-size: 1rem;
}
.char-chuuigaki{
	color: #df0000;
	-webkit-text-stroke: 0.1px #68b6da;
  	text-stroke: 0.1px #68b6da;
}


/* ----------------------------
/*
/* スマホ用ナビ
/*
-------------------------------*/	
.hb-nav{
	display: none;
}

/* ----------------------------
/*
/* サイドメニュー
/*
-------------------------------*/
nav{
	width: 10%;
	background: linear-gradient(90deg, #5EBDED 0%, #30AAE8 68%, #0197E3 100%);
	position: relative;
	padding: 25px 10px;
}
nav ul{
	width: 10%;
	height: 100vh;
	position: fixed;
}
nav ul li{
	margin-bottom: 30px;
}
nav .pc-nav-menu-tirasi{
	width: 70%;
}
nav .pc-nav-menu-tirasi a{
	width: 100%;
}
nav .pc-nav-menu-tirasi a img{
	width: 100%;
	margin-bottom: 4px;
}
nav .pc-nav-menu-tirasi a p{
	font-size: 0.7rem;
	text-decoration: underline 1px;
}
/* ----------------------------
/*
/* ファーストビュー
/*
-------------------------------*/
#fv{
	display: flex;
	justify-content: start;
	gap: 30px;
}
#fv .fv-h1 h1{
	font-size: 3.5rem;
	font-weight: 800;
	writing-mode: vertical-rl;
	letter-spacing: 0.5rem;
	padding: 20px;
	line-height: 1.3em;
	white-space: nowrap;
}
#fv .fv-h1 h1 span{
	font-size: 0.7em;
	font-weight: 400;
}
#fv .fv-h1 h1 span.fv-h1-dt{
	font-size: 3.5rem;
	font-weight: 800;
	letter-spacing: -0.2rem;
}
#fv .fv-h2{
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
#fv .fv-h2 p{
	display: inline-block;
}
#fv .fv-h2 p:first-child{
	font-size: 1.8rem;
	font-weight: 400;
}
#fv .fv-h2 p:nth-child(2){
	font-size: 1.8rem;
	font-weight: 400;
}
#fv .fv-h2 p:nth-child(2) span{
	letter-spacing: 1.5em;
}
#fv .fv-h2 p:nth-child(3){
	font-size: 3.7rem;
	font-weight: 600;
	color: #FFFF99;
	letter-spacing: 0.5rem;
}
#fv .fv-kaiki{
	padding: 0 20px 20px;
}
#fv .fv-kaiki p{
	color: #FFFF99;
}
#fv .fv-kaiki p:first-child{
	font-size: 3rem;
	letter-spacing: 0.3rem;
}
#fv .fv-kaiki p:first-child span{
	font-size: 0.6em;
	font-weight: 300;
}
#fv .fv-kaiki p:last-child{
	font-size: 2.4rem;
	letter-spacing: 0.3rem;
	font-weight: 400;
}
#fv .fv-gaiyou{
	padding: 0 20px 20px;
}
#fv .fv-gaiyou div{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	gap: 18px;
}
#fv .fv-gaiyou div h3{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-color: #fff;
	color: #0197E3;
	width: 92px;
	height: 92px;
	border-radius: 12px;
	border: none; 
	margin-bottom: 0;
	margin: 0;
	padding: 0;
	letter-spacing: normal;
}
#fv .fv-gaiyou div.fv-gaiyou-kaijo h3{
	font-size: 1.7rem;
}
#fv .fv-gaiyou div.fv-gaiyou-kaijo p{
	font-size: 2rem;
	line-height: 3rem;
}
#fv .fv-gaiyou div.fv-gaiyou-taikaicho h3{
	font-size: 1.7rem;
}
#fv .fv-gaiyou div.fv-gaiyou-taikaicho p:nth-child(2){
	font-size: 2.8rem;
}
#fv .fv-gaiyou div.fv-gaiyou-taikaicho p:last-child{
	vertical-align: middle;
	letter-spacing: 0.2rem;
	line-height: 1.4rem;
}
#fv .fv-gaiyou div.fv-gaiyou-keisiki h3{
	font-size: 1.7rem;
}
#fv .fv-gaiyou div.fv-gaiyou-keisiki p{
	font-size: 2rem;
	/* color: #FFFF99; */
	vertical-align: middle;
	letter-spacing: 0.2rem;
	line-height: 2rem;
}
#fv .news-area{
	padding: 10px 23px 25px;
	margin: 0 20px 20px;
	background-color: #fff;
	width: 95%;
	border-radius: 12px;
}
#fv .news-area h4{
	width: 100%;
	padding: 0;
	background-color: none;
	font-weight: normal;
	border-radius: none;

	color: #0197E3;
	text-align: center;
	font-size: 1.7rem;
	margin-bottom: 10px;
}
#fv .news-area ul{
	list-style-type: none;
}
#fv .news-area ul li{
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 10px;
	padding: 0 20px;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
}
#fv .news-area ul li p:first-child{
	color: #0197E3;
	font-size: 0.6rem;
	letter-spacing: 0.1rem;
}
#fv .news-area ul li p:last-child{
	color: #0197E3;
	font-size: 1.3rem;
}
#fv .news-area ul li p:last-child a{
	color: #0197E3;
	font-size: 1.3rem;
	text-decoration: underline 1px solid #0197E3;
}
#fv .news-area ul li span{
	color: #ff0000;
	font-size: 0.8rem;
	margin-left: 8px;
}
/* ----------------------------
/*
/* 大会長挨拶
/*
-------------------------------*/
#aisastu{
	width: 70%;
	margin: 10px auto 150px;
}
.aisastu-img{
	display: flex;
	justify-content: space-between;
	align-items: end;
}
.aisastu-img div img{
	width: 100%;
	height: auto;
	border-radius: 8px;
}
.aisastu-img-syozoku p{
	text-align: end;
}
.aisastu-img-syozoku p:last-child{
	font-size: 1.5rem;
}
.aisastu-content{
	padding: 30px;
}
.aisastu-content p{
	font-size: 1rem;
	text-indent: 1rem;
	white-space: normal;
	margin: 1rem;
	line-height: 1.4em;
}

/* ----------------------------
/*
/* 開催概要
/*
-------------------------------*/
#gaiyou{
	width: 70%;
	margin: 0 auto;
	margin-bottom: 150px;
}
#gaiyou div{
	margin-bottom: 25px;
}
#gaiyou div p,
#gaiyou div ul li{
	font-size: 2rem;
	letter-spacing: 0.2rem;
	margin-left: 20px;
}
#gaiyou .gaiyou-tani ul{
	padding: 0 2rem;
}

#gaiyou .gaiyou-tani ul li{
	white-space: initial;
	font-size: 1.5rem;
	list-style-type: disc;
}

#gaiyou .gaiyou-keisiki p:last-child::before{
	content: "※";
}
#gaiyou .gaiyou-keisiki p:last-child{
	font-size: 1.5rem;
}
#gaiyou .gaiyou-taikaicho{
	display: flex;
	justify-content: start;
	align-items: center;
}
#gaiyou .gaiyou-taikaicho p:first-child{
	font-size: 3.2rem;
}
#gaiyou .gaiyou-taikaicho p:last-child{
	font-size: 1.3rem;
	line-height: 1.7rem;
}
#gaiyou .gaiyou-shusai p{
	font-size: 1.5rem;
	white-space: initial;
	line-height: 2rem;
	padding: 0 2rem;
}
#gaiyou .gaiyou-kyousai p{
	font-size: 1.7rem;
	white-space: initial;
	padding: 0 2rem;
}

/* #gaiyou .gaiyou-shusai ul{
	list-style-type: disc;
	padding: 0 2rem;
}
#gaiyou .gaiyou-shusai ul li{
	font-size: 1.5rem;
	white-space: initial;
}
#gaiyou .gaiyou-kyousai ul{
	list-style-type: disc;
	padding: 0 2rem;
}
#gaiyou .gaiyou-kyousai ul li{
	font-size: 1.5rem;
	white-space: initial;
} */
/* ----------------------------
/*
/* プログラム
/*
-------------------------------*/
#pro{
	width: 70%;
	margin: 0 auto;
	margin-bottom: 150px;
}
#pro h4{
	width: 90%;
}
#pro div{
	margin-bottom: 20px;
}
#pro div h5,
#pro div ul{
	margin-left: 20px;
}
#pro div h5{
	font-size: 1.8em;
	color: #FFFF99;
	margin-bottom: 20px;
	font-weight: 600;
	white-space: initial;
}
#pro div ul li h5{
	margin-left: 0px;
	color: #ffffff;
	margin-bottom: 0px;
}

#pro .pro-clmny li{
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 20px;
}
#pro .pro-clmny li h5{
	font-size: 1.6rem;
}
#pro .pro-clmny li p{
	font-size: 1.7rem;
	font-weight: normal;
	display: flex;
	align-items: center;
}
#pro ul li{
	margin-bottom: 10px;
	font-size: 1.7rem;
	font-weight: normal;
	display: flex;
	align-items: center;
}
#pro ul li span{
	display: block;
	font-size: 1rem;
	letter-spacing: 0.1rem;
	font-weight: 400;
	/* white-space: nowrap; */
	white-space: initial;
}
#pro div ul li.pro-zacho::before{
	content: "〔座長〕　";
	font-size: 1.5rem;
	color: #ffffff;
	font-weight: 300;
}
#pro div ul li.pro-zacho01{
	margin-left: 4.5em;
}
#pro div ul li.pro-kousi::before{
	content: "〔講師〕　";
	font-size: 1.5rem;
	color: #ffffff;
	font-weight: 300;
}
#pro div ul li.pro-kichoukousi{
	margin-left: -3.8em;
}
#pro div ul li.pro-kichoukousi .pro-kichoukousi-span::before{
	content: "〔講師〕　";
	font-size: 1.5rem;
	color: #ffffff;
	font-weight: 300;
}
#pro div ul li.pro-kichoukousi::before{
	content: "基調講演";
	font-size: 1.5rem;
	color: #ffffff;
	font-weight: 500;
}
#pro div ul li.pro-simposist{
	margin-left: -3.5em;
}
#pro div ul li.pro-simposist::before{
	content: "〔シンポジスト〕　";
	font-size: 1.5rem;
	color: #ffffff;
	font-weight: 300;
}
#pro div ul li.pro-simposist01{
	margin-left: 4.5em;
}
/* ----------------------------
/*
/* 参加申込
/*
-------------------------------*/
#par{
	width: 70%;
	margin: 0 auto;
	margin-bottom: 150px;
	font-size: 1.2rem;
}
.par-list{
	width: fit-content;
	padding: 30px;
	margin: 0 auto;
	border: 2px solid #ffffff;
	border-radius: 8px;
	text-align: left;
	margin-bottom: 20px;
}
.par-list ul li{
	margin-bottom: 10px;
}
.par-list ul li:last-child{
	margin-bottom: 0;
}
.par-grid{
	display: grid;
	width: 100%;
	grid-template-columns: 20% 30% 50%;
	gap: 1px;
	margin-bottom: 1rem;
}
.par-grid div{
	border: 2px solid #ffffff;
	padding: 10px;
}
.par-grid div p,
.par-grid div ul li{
	white-space: initial;
}
.par-grid div.par-grid-col01{
	display: flex;
	align-items: center;
	border-top: none;
	border-right: none;
}
.par-grid div.par-grid-col02{
	display: flex;
	align-items: center;
	border-top: none;
	border-right: none;
}
.par-grid div.par-grid-col03{
	display: flex;
	align-items: center;
	border-top: none;
}
.par-grid div:nth-child(1){
	background-color: #fff;
	border-right: none;
	text-align: center;
}
.par-grid div:nth-child(2){
	background-color: #fff;
	border-right: none;
	border-left: none;
	justify-content: center;
}
.par-grid div:nth-child(2) p{
	color: #000;
	justify-content: center;
}
.par-grid div:nth-child(3){
	background-color: #fff;
	border-left: none;
	justify-content: center;
}
.par-grid div:nth-child(3) p{
	color: #000;
}
.par-ltradius{
	border-top-left-radius: 8px;
}
.par-rtradius{
	border-top-right-radius: 8px;
}
.par-lbradius{
	border-bottom-left-radius: 8px;
}
.par-rbradius{
	border-bottom-right-radius: 8px;
}
h4.par-h4{
	width: fit-content;
	padding: 5px 10px;
}
.par-sankakubun-mention{
	margin-left: 1.2rem;
}
.par-sankakubun-mention li{
	white-space: initial;
	list-style-type: disc;
	margin-bottom: 0.5rem;
}
.par-howtosanka p{
	white-space: initial;
	margin-bottom: 5px;
}
.par-manual{
	width: 100%;
	margin-bottom: 1rem;
}
.par-manual .menubar{
	background-color: #F3F3E9;
	width: 100%;
	height: 3.2vh;
	padding: 5px;
	display: flex;
	justify-content: end;
	gap: 15px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.par-manual .menubar a{
	display: block;
	width: 2%;
    display: flex;
    align-items: center;
}
.par-manual .menubar button{
	display: block;
	width: 2%;
    display: flex;
    align-items: center;
}
.par-manual .menubar button span{
	background-color: #4b4b4b;
	width: 100%;
	height: 5px;
}
.par-manual .inner-content{
	width: 100%;
	height: 50vh;
	transition: 0.5s ease;
}
.par-manual .inner-content-disable{
	display: none;
}
.par-manual .inner-content iframe{
	width: 100%;
	height: 50vh;
}
.par-manual-mention{
	list-style-type: decimal;
	margin-left: 1rem;
}
.par-manual-mention li{
	white-space: initial;
	margin-bottom: 0.5rem;
}
.par-manual-inner-mention{
	list-style-type: none;
	margin: 0.5rem 1rem;
}
.par-howtosanka-btn{
	display: flex;
	justify-content: center;
	width: fit-content;
	padding: 1rem 2rem;
	margin: 1rem auto;
	background-color: #1d10d6;
	border-radius: 8px;
	box-shadow: -5px -5px 10px 0px rgba(154, 201, 255, 0.5), -1px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.par-howtosanka-btn a{
	display: flex;
	width: 200px;
	justify-content: center;
	align-items: center;
}
.par-howtosanka-btn img{
	width: 10%;
	height: auto;
}

.par-siharai p{
	white-space: initial;
	margin-bottom: 0.7rem;
}
.par-siharai-shubetu{
	margin-left: 1rem;
}
.par-siharai-shubetu span{
	text-decoration: underline 2px solid #ffffff;
}
.par-kakunin p{
	white-space: initial;
	margin-bottom: 0.7rem;
}
.par-tanni p{
	white-space: initial;
	margin-bottom: 0.7rem;
}
.par-tanni ul{
	list-style-type: disc;
	margin-left: 1.3rem;
}
.par-tanni li{
	white-space: initial;
	margin-bottom: 0.7rem;
}
/* ----------------------------
/*
/* アクセス
/*
-------------------------------*/
#acc{
	width: 70%;
	margin: 0 auto;
	margin-bottom: 150px;
}
#acc p.acc-kaijo-nm{
	font-size: 2.5rem;
	margin-bottom: 10px;
}
#acc .acc-adrss{
	display: flex;
	justify-content: start;
	align-items: center;
	font-size: 1.2rem;
	line-height: 1.7rem;
	letter-spacing: 0.1rem;
	padding: 10px;
	margin-bottom: 20px;
	margin-left: -3.6rem;
}
#acc .acc-adrss::before{
	content: "〔";
	font-size: 5rem;
	font-weight: 300;
	color: #ffffff;
}
#acc .acc-adrss::after{
	content: "〕";
	font-size: 5rem;
	font-weight: 300;
	color: #ffffff;
}
#acc .acc-way{
	margin-left: 1.4rem;
}
#acc .acc-way li{
	list-style-type: disc;
	margin-bottom: 8px;
}
#acc .acc-offcl p a{
	text-decoration: underline;
}
/* ----------------------------
/*
/* footer
/*
-------------------------------*/
footer{
	background-color: #F3F3E9;
	width: 100%;
	padding: 20px 20px 50px;
	text-align: center;
}
footer p{
	color: #0197E3;
	font-size: 1.3rem;
	letter-spacing: 0.1rem;
	font-weight: 600;
}
footer p:first-child{
	margin-bottom: 10px;
}
footer p a{
	color: #0197E3;
	text-decoration: underline;
}

@media only screen and (max-width:1050px){
	nav{
		display: none;
	}
	.main-r{
		width: 100%;
	}
	.junbichu{
		font-size: 1.3rem;
		text-align: center;
	}
	/* ----------------------------
	/*
	/* スマホ用メニュー
	/*
	-------------------------------*/
	.hb-nav{
		display: block;
		position: fixed;
		width: 100%;
		height: 1rem;
		background-image:none;
		z-index: 99;
	}
	.hb-nav label{
		position: relative;
		width: fit-content;
		font-size: 1rem;
		color: #ffffff;
		text-shadow: -1px 1px 0px #666666;
		z-index: 990;
	}
	#menu-btn-check {
		display: none;
	}
	.hb-nav-menu {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 100%;
		bottom: 0;
		z-index: 900;
		background: linear-gradient(90deg, #5EBDED 0%, #30AAE8 68%, #0197E3 100%);
		transition: all 0.5s;
	}
	.hb-nav-menu ul {
		width: 100%;
		padding: 70px 10px 0;
	}
	.hb-nav-menu ul li{
		border-bottom: solid 1px #ffffff;
		list-style: none;
		margin-bottom: 10px;
	}
	#menu-btn-check:checked ~ .hb-nav-menu {
		left: 0;
	}
	.hb-nav-menu-tirasi{
		width: 90%;
	}
	.hb-nav-menu .hb-nav-menu-tirasi{
		width: 40%;
	}
	.hb-nav-menu .hb-nav-menu-tirasi a{
		width: 100%;
	}
	.hb-nav-menu .hb-nav-menu-tirasi a img{
		width: 100%;
	}
	.hb-nav-menu .hb-nav-menu-tirasi a p{
		font-size: 1rem;
		text-decoration: underline 1px;
		text-align: center;
	}
}
@media only screen and (max-width:900px){
	.pc-disp{
		display: none;
	}
	.sp-disp{
		display: block;
	}
	.br-sp-disp{
		display: block;
	}
	nav{
		display: none;
	}
	.main-r{
		width: 100%;
	}
	.news-area.sp-disp{
		padding: 10px 23px 25px;
		margin: 0 auto 20px;
		background-color: #fff;
		width: 95%;
		border-radius: 12px;
	}
	.news-area.sp-disp h4{
		width: 100%;
		padding: 0;
		background-color: none;
		font-weight: normal;
		border-radius: none;

		color: #0197E3;
		text-align: center;
		font-size: 1.7rem;
		margin-bottom: 10px;
	}
	.news-area.sp-disp ul{
		list-style-type: none;
	}
	.news-area.sp-disp ul li{
		display: flex;
		justify-content: start;
		flex-direction: column;
		align-items: center;
		gap: 10px;
		padding: 0 20px;
		border-bottom: 1px solid #000;
		margin-bottom: 10px;
	}
	.news-area.sp-disp ul li p:first-child{
		color: #0197E3;
		font-size: 0.6rem;
		letter-spacing: 0.1rem;
	}
	.news-area.sp-disp ul li p:last-child{
		color: #0197E3;
		font-size: 1.2rem;
	}
	.news-area.sp-disp ul li p:last-child a{
		color: #0197E3;
		font-size: 1.2rem;
		text-decoration: underline 1px solid #0197E3;
	}
	.news-area.sp-disp ul li span{
		color: #ff0000;
		font-size: 0.8rem;
		margin-left: 8px;
	}
	.hd-h1 h1{
		width: 100%;
		font-size: 2rem;
		writing-mode: inherit;
		margin: 0 auto;
		letter-spacing: 0.1rem;
		padding: 0px;
		line-height: 1.3em;
		white-space: normal;
	}
	.hd-h1 h1 span{
		font-size: 0.7em;
		font-weight: 400;
	}
	.hd-h1 h1 span.fv-h1-dt{
		font-size: 2rem;
		font-weight: 800;
		letter-spacing: -0.2rem;
	}
	.hd-h2{
		padding: 20px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 0px;
	}
	.hd-h2 p{
		display: inline-block;
	}
	.hd-h2 p:first-child{
		font-size: 1.3rem;
	}
	#fv .fv-h2 p:nth-child(2){
		font-size: 1.7rem;
	}
	.hd-h2 p:nth-child(2) span{
		letter-spacing: 1.5em;
	}
	.hd-h2 p:nth-child(3){
		font-size: 2.5rem;
	}
	
	/* ----------------------------
	/*
	/* ファーストビュー
	/*
	-------------------------------*/
	#fv{
		display: flex;
		flex-direction: column-reverse;
		gap: 0;
	}
	#fv .fv-h1 h1{
		width: 90%;
		font-size: 2rem;
		writing-mode: inherit;
		margin: 0 auto;
		letter-spacing: 0.1rem;
		padding: 0px;
		line-height: 1.3em;
		white-space: normal;
	}
	#fv .fv-h1 h1 span{
		font-size: 0.7em;
		font-weight: 400;
	}
	#fv .fv-h1 h1 span.fv-h1-dt{
		font-size: 2rem;
		font-weight: 800;
		letter-spacing: -0.2rem;
	}
	#fv .fv-h2{
		padding: 20px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 0px;
	}
	#fv .fv-h2 p{
		display: inline-block;
	}
	#fv .fv-h2 p:first-child{
		font-size: 1.3rem;
	}
	#fv .fv-h2 p:nth-child(2){
		font-size: 1.7rem;
	}
	#fv .fv-h2 p:nth-child(2) span{
		letter-spacing: 1.5em;
	}
	#fv .fv-h2 p:nth-child(3){
		font-size: 2.5rem;
	}
	#fv .fv-kaiki{
		width: 90%;
		margin: 0 auto;
		display: flex;
		justify-content: start;
		flex-direction: column;
		align-items: center;
		padding: 0 20px 20px;
	}
	#fv .fv-kaiki p{
		color: #FFFF99;
	}
	#fv .fv-kaiki p:first-child{
		font-size: 1.5rem;
		letter-spacing: 0.1rem;
	}
	#fv .fv-kaiki p:last-child{
		font-size: 1rem;
		letter-spacing: 0.3rem;
		font-weight: 400;
	}
	
	#fv .fv-gaiyou{
		width: 90%;
		padding: 0;
		margin: 0 auto;
	}
	#fv .fv-gaiyou div{
		display: flex;
		align-items: center;
		flex-direction: column;
		margin-bottom: 10px;
		gap: 18px;
	}
	#fv .fv-gaiyou div h3{
		width: 80%;
		height: fit-content;
		padding: 5px;
		border-radius: 4px;
		font-size: 1rem !important;
		flex-direction: row;
		gap: 0.3em;
	}
	#fv .fv-gaiyou div.fv-gaiyou-kaijo h3{
		font-size: 2.1rem;
	}
	#fv .fv-gaiyou div.fv-gaiyou-kaijo p{
		font-size: 1rem;
		line-height: 1.2rem;
	}
	#fv .fv-gaiyou div.fv-gaiyou-taikaicho p:nth-child(2){
		font-size: 1.5rem;
	}
	#fv .fv-gaiyou div.fv-gaiyou-taikaicho p:last-child{
		vertical-align: middle;
		font-size: 0.8rem;
		letter-spacing: 0.1rem;
		line-height: 1rem;
	}
	#fv .fv-gaiyou div.fv-gaiyou-keisiki p{
		font-size: 1.3rem;
		/* color: #FFFF99; */
		vertical-align: middle;
		letter-spacing: 0.2rem;
		line-height: 1.5rem;
	}
	/* ----------------------------
	/*
	/* ファーストビュー以外の共通
	/*
	-------------------------------*/
	h3{
		font-size: 2rem;
		border-radius: 8px;
		text-align: center;
		padding-bottom: 2px;
		letter-spacing: 0.7rem;
		margin-bottom: 20px;
	}
	h4{
		font-size: 1.5rem;
		width: 95%;
		margin: 0 auto;
	}
	/* ----------------------------
	/*
	/* 大会長挨拶
	/*
	-------------------------------*/
	.aisastu-img{
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		align-items: center;
	}
	.aisastu-img div img{
		margin: 20px 0;
		border-radius: 8px;
	}
	.aisastu-img-syozoku{
		display: flex;
		flex-direction: column-reverse;
	}
	.aisastu-img-syozoku p{
		text-align: center;
	}
	.aisastu-img-syozoku p:last-child{
		font-size: 1.5rem;
	}
	.aisastu-content{
		padding: 30px 0;
	}
	.aisastu-content p{
		font-size: 1rem;
		text-indent: 1rem;
		white-space: normal;
		margin: 1rem;
	}
	/* ----------------------------
	/*
	/* 開催概要
	/*
	-------------------------------*/
	#gaiyou div p{
		font-size: 1rem;
		padding: 10px 0;
		letter-spacing: 0.2rem;
		text-align: center;
		margin: 0 auto;
	}
	#gaiyou .gaiyou-taikaicho{
		flex-direction: column;
		justify-content: start;
		align-items: center;
	}
	#gaiyou .gaiyou-kaiki p{
		font-size: 1.5rem;
		padding-bottom: 0;
	}
	#gaiyou .gaiyou-kaiki p:last-child{
		padding-top: 0;
	}
	#gaiyou .gaiyou-kaijo p{
		font-size: 1.5rem;
		white-space: initial;
	}
	#gaiyou .gaiyou-kaijo p:last-child{
		padding-top: 0;
	}
	#gaiyou .gaiyou-taikaicho p:first-child{
		font-size: 2rem;
	}
	#gaiyou .gaiyou-taikaicho p:last-child{
		font-size: 1.3rem;
		line-height: 1.7rem;
		text-align: center;
	}
	#gaiyou .gaiyou-tani ul{
		padding: 0 2rem;
	}

	#gaiyou .gaiyou-tani ul li{
		white-space: initial;
		font-size: 1.5rem;
		list-style-type: disc;
	}
	/* ----------------------------
	/*
	/* プログラム
	/*
	-------------------------------*/
	#pro div h5,
	#pro div ul{
		margin-left: 20px;
	}
	#pro div h5{
		font-size: 1.2em;
		padding: 10px 0 0;
	}
	#pro div ul li h5{
		margin-left: 0px;
		color: #ffffff;
		margin-bottom: 0px;
	}

	#pro .pro-clmny li{
		display: flex;
		flex-direction: column;
		justify-content: start;
		align-items: center;
		gap: 20px;
	}
	#pro .pro-clmny li h5{
		font-size: 1.6rem;
	}
	#pro .pro-clmny li p{
		font-size: 1.5rem;
		flex-direction: column;
	}
	#pro ul li{
		font-size: 1.4rem;
		flex-direction: column;
	}
	#pro ul li span{
		display: block;
		font-size: 0.8rem;
	}
	#pro div ul li.pro-zacho::before{
		content: "〔座長〕　";
		font-size: 1.4rem;
	}
	#pro div ul li.pro-kousi::before{
		content: "〔講師〕　";
		font-size: 1.4rem;
		color: #ffffff;
		font-weight: 300;
	}
	#pro div ul li.pro-kichoukousi{
		margin-left: 0;
	}
	#pro div ul li.pro-kichoukousi .pro-kichoukousi-span::before{
		content: "〔講師〕　";
		font-size: 1.5rem;
		color: #ffffff;
		font-weight: 300;
	}
	#pro div ul li.pro-kichoukousi::before{
		content: "基調講演";
		font-size: 1.5rem;
		color: #ffffff;
		font-weight: 500;
	}
	#pro div ul li.pro-simposist{
		margin-left: 0;
	}
	#pro div ul li.pro-simposist::before{
		content: "〔シンポジスト〕　";
		font-size: 1.5rem;
		color: #ffffff;
		font-weight: 300;
	}
	#pro div ul li.pro-simposist01{
		margin-left: 0;
	}
	#pro div ul li.pro-zacho01{
		margin-left: 0em;
	}

	/* ----------------------------
	/*
	/* 参加申込
	/*
	-------------------------------*/
	.par-list ul li a{
		white-space: initial;
	}
	h4.par-h4{
		margin-bottom: 20px;
		
		white-space: initial;
		text-align: center;
	}
	.par-manual .menubar button{
		width: 5%;
	}
	.par-manual .menubar a{
		width: 4.5%;
	}
	/* ----------------------------
	/*
	/* アクセス
	/*
	-------------------------------*/
	#acc .acc-mapimg{
		width: 90%;
	}
	#acc .acc-mapimg img{
		width: 100%;
	}
	#acc p.acc-kaijo-nm{
		font-size: 1.4rem;
		text-align: center;
	}
	#acc .acc-adrss{
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1rem;
		line-height: 1rem;
		letter-spacing: 0.1rem;
		padding: 10px;
		margin-bottom: 20px;
		margin-left: -3.6rem;
	}
	#acc .acc-adrss::before{
		content: "";
		font-size: 5rem;
		font-weight: 300;
		color: #ffffff;
	}
	#acc .acc-adrss::after{
		content: "";
		font-size: 5rem;
		font-weight: 300;
		color: #ffffff;
	}
	#acc .acc-way{
		margin-left: 1.4rem;
	}
	#acc .acc-way li{
		list-style-type: disc;
		margin-bottom: 8px;
	}
	#acc .acc-offcl p{
		text-align: center;
	}
	#acc .acc-offcl p a{
		font-size: 0.8rem;
		text-align: center;
		white-space: normal;
		display: flex;
		justify-content: center;
	}
	/* ----------------------------
	/*
	/* footer
	/*
	-------------------------------*/
	footer{
		background-color: #F3F3E9;
		width: 100%;
		padding: 20px 20px 50px;
		text-align: center;
	}
	footer p{
		color: #0197E3;
		font-size: 0.6rem;
		font-weight: 600;
	}
}
