@charset "utf-8";

:root {
	--mc: #11a100;
	--sc1: #f3ffe0;
	--sc2: #f2f1ec;
}


body{
	font-family: "Noto Sans JP", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: var(--fs-base);
	line-height: 1.4;
	position: relative;
	font-feature-settings: "palt";
	color: #222;
}

header{background-color: var(--sc1);
	background-image: url("../img/bg_header.png");
	background-position: top center;
	background-size: auto auto;
	background-repeat: repeat-x;
	overflow: hidden;
}
header .innerBox{
	margin: 0 auto;
	text-align: center;
}

.visuallyHidden {
	position: absolute !important;
	width: 1px; 
	height: 0px; 
	padding: 0; 
	margin: -1px; 
	overflow: hidden; 
	clip: rect(0, 0, 0, 0); 
	white-space: nowrap; 
	border: 0;
}

picture{display: block;}
header picture img{
	max-width: 990px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
main{
	background: #f0f0f0;
}
.readArea{background: #fff;}
.innerBox{
	margin: 0 auto;
	padding: var(--mrg-sec);
}

h2{
	text-align: center;
}
h2 span{
	font-size: var(--fs-tt);
	font-weight: 500;
	text-align: center;
	padding-bottom: 7px;
	display: inline-block;
	margin: 0 auto var(--mrg-m);
	border-bottom: 10px solid var(--mc);
	position: relative;
}
h2 span::before, h2 span::after{
	display: block;
	content: "";
	height: 10px;
	width: 10px;
	background: #000;
	position: absolute;
	bottom: -10px;
}
h2 span::before{left: 0;}
h2 span::after{right: 0;}
.profBox img{
	width: 100%;
	height: auto;
}
.profBox p:not(:first-of-type){
	margin-top: 1em;
}

.submitBtn a{
	display: block;
	width: var(--btnW);
	margin: var(--mrg-m) auto;
	text-align: center;
	background: var(--mc);
	color: #fff;
	text-decoration: none;
	font-size: var(--fs-l);
	text-shadow: 2px 2px 10px rgba(9, 89, 0, 1), -2px -2px 10px rgba(9, 89, 0, 1);
	padding: 0.5em 0;
	border-radius: 8px;
}
.submitBtn a:hover{
	color: #aeff2f;
}
.programBox li:not(:last-of-type){
	margin-bottom: var(--mrg-m);
}
.programBox li > div{
	border-left: 10px solid var(--mc);
	padding: var(--mrg-xs);
	background-color: var(--sc1);
}
.programBox li:nth-of-type(2n) > div{
	background-color: #fff;
}
.dateTxt{
	color: var(--mc);
	font-weight: 600;
}
.dateTxt span:first-of-type{
	font-size: var(--fs-tt);
}
.dateTxt::after{
	content: "参加無料／オンライン開催";
	color: #000;
	font-weight: 600;
	display: inline-block;
}
.programBox h3{
	font-size: var(--fs-tt);
	font-weight: 600;
	margin-bottom: var(--mrg-s);
}
.programBox h3 span{
	font-size: var(--fs-l);
}
.movieBtn a{
	display: block;
	width: var(--btnW);
	margin: var(--mrg-xs) auto;
	text-align: center;
	background: #000;
	color: #fff;
	text-decoration: none;
	font-size: var(--fs-l);
	padding: 0.5em 0;
	border-radius: 8px;
}
.speakersTxt p:not(.tagTxt){
	display: inline;
	font-size: var(--fs-m);
}
.tagTxt{margin-top: 5px;}
.tagTxt span{
	display: inline-block;
	font-size: var(--fs-m);
	font-weight: 600;
	background: #000;
	color: #fff;
	padding: 0 5px;
}
.speakersTxt p:last-of-type{
	font-size: var(--fs-l);
}
.speakersTxt p:last-of-type::after{
	display: inline;
	font-size: var(--fs-m);
	content: " 先生";
}
.movieBtn a:hover{
	color: #aeff2f;
}
.speakersTxt p.dTag::after{content: " 先生（医師）";}
.speakersTxt p.sTag::after{content: " 先生（歯科医師）";}
.speakersTxt p.kTag::after{content: " 先生（看護師）";}
.speakersTxt p.bTag::after{content: " 先生（弁護士）";}

.youtubeArea{
	margin: 0 auto;
}
.youtubeBox{
	max-width: 780px;
	width: 100%;
	aspect-ratio: 16 / 9;
	margin: 0 auto;
	background: #000;
}
.youtubeBox iframe{
	width: 100%;
	height: 100%;
}
.youtubeBox img{
	width: 100%;
	height: auto;
}

.qaBox dt{
	background: var(--mc);
	color: #fff;
	font-weight: normal;
	padding: 10px 20px;
	margin-top: 10px;
	cursor: pointer;
	border-radius: 5px;
}
.qaBox dd{
	display: none;
	font-weight: normal;
	padding: 20px;
}
.qaBox + p{font-weight: normal;}

.bTxt{
	font-weight: 600;
	color: #000;
}

.sTxt{font-size: var(--fs-s);}
.lTxt{font-size: var(--fs-l);}

footer{
	text-align: center;
	font-weight: normal;
	font-size: var(--fs-s);
	padding: 20px;
	background-color: var(--mc);
	color: #fff;
}
a{
	color: #3564b9;
	text-decoration: underline;
	transition: 0.3s;
}
a:hover{
	color: #39479b;
	transition: 0.3s;
}
img{
	vertical-align: bottom;
}
.mt15{
	margin-top: 15px;
}

.qaBox dt:last-of-type, .qaBox dd:last-of-type{display: none;}

/* --------------------------------------------------
	PC
-------------------------------------------------- */
@media screen and (min-width:749px){

	:root {
		--fs-base: 18px;
		--fs-r: 30px;
		--fs-tt: 30px;
		--fs-xl: 28px;
		--fs-l: 24px;
		--fs-m: 16px;
		--fs-s: 15px;
		--fs-xs: 14px;
		--btn-fs: 22px;
		--mrg-sec: 70px 0;
		--mrg-xl: 80px;
		--mrg-l: 50px;
		--mrg-m: 30px;
		--mrg-s: 15px;
		--mrg-xs: 20px;
		--btnW: 500px;
	}
	.wrap{
		width: 100%;
		min-width: 1100px;
		overflow-x: hidden;
	}
	.innerBox{
		width: 1100px;
	}
	header{
	}
	header .innerBox{
		width: 1100px;
		margin: 0 auto;
		padding: 60px 0 30px;
	}
	header h1{
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}

	.profBox{
		display: flex;
		gap: 30px;
	}
	.profBox > div:first-of-type{
		flex: 0 0 240px;
	}

	.dateTxt::after{
		margin-left: 1em;
	}
	.tableBox{
		width: 100%;
		display: table;
		border-left: 1px solid var(--mc);
		border-bottom: 1px solid var(--mc);
		font-weight: normal;
		margin: 0 auto;
		color: var(--mc)
	}
	.tableBox > div{
		display: table-row;
	}
	.tableBox > div > div{
		display: table-cell;
		padding: 15px 20px;
		vertical-align: middle;
		border-top: 1px solid var(--mc);
		border-right: 1px solid  var(--mc);
	}
	.tableBox > div > div:first-of-type{
	}
	.tableBox > div > div:nth-of-type(2){
	}
	.tableBox > div > div:first-of-type{
		text-align: center;
	}

	.pcNone{display: none;}
}

/* --------------------------------------------------
	スマホ
-------------------------------------------------- */
@media screen and (max-width : 748px){

	:root {
		--fs-base: 17px;
		--fs-tt: 24px;
		--fs-xl: 20px;
		--fs-l: 20px;
		--fs-m: 15px;
		--fs-s: 14px;
		--fs-xs: 12px;
		--fs-date: 30px;
		--btn-fs: 4.4vw;
		--mrg-xl: 50px;
		--mrg-l: 30px;
		--mrg-m: 20px;
		--mrg-s: 10px;
		--mrg-xs: 20px;
		--btnW: 100%;
		--br: 20px;
		--br-s: 12px;
	}

	header{
		background-size: 60px auto;
		padding: 0;
	}
	header .innerBox h1{
		display: block;
		width: 100%;
		margin: 0;
		padding: 40px 5px 30px;
	}

	.innerBox:not(header .innerBox){
		padding: 40px 15px;
	}
	.profBox > div:first-of-type{
		width: 50%;
		margin: 0 auto 1em;;
	}
	.speakersTxt:not(:last-of-type){margin-bottom: 5px;}
	.speakersTxt > p{
		display: block !important;
	}

	.tableBox{
		border-bottom: 1px solid var(--mc);
		border-left: 1px solid var(--mc);
		color: var(--mc);
	}
	.tableBox > div > div{
		padding: 10px 20px;
		vertical-align: middle;
		border-top: 1px solid var(--mc);
		border-right: 1px solid var(--mc);
	}
	.tableBox > div > div:first-of-type{
		text-align: center;
		background: #fff;
	}

	.smpNone{
		display: none;
	}
}


