@charset "UTF-8";　　　
/* CSS Document */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body, html {
	margin: 0;
	font-size: 14px;
	line-height: 1.75em;
	color: #231815;
	font-family: 'ヒラギノ角ゴシック','Hiragino Sans','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	background-color: #fff;
}
ul, li {
	list-style: none;
}
img {
	border: none;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a img {
	transition: 0.1s ease-in-out;
}
a:hover img {
	opacity: 0.8;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: block;
	overflow: hidden;
}
.clear {
	clear: both;
}
#container {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
/*ヘッダー*/
header {
	background-image: url(img/header.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 980px;
	height: 77px;
	margin: 0 auto;
}
header h1 {
	float: left;
	width: 370px;
	padding: 8px 0 0 0;
}
header .header_contact {
	float: right;
	width: 176px;
	height: 29px;
	display: block;
}
/*メインビジュアル*/
#main_image_area {
	position: relative;
	width: 980px;
}
#main_image_area .join {
	position: absolute;
	top: 333px;
	right: 99px;
	width: 246px;
	height: 36px;
	display: block;
}
/*オンラインLIVE*/
.onlinelive{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 45px;
}
.onlinelive a{
	display: inline-block;
}
/*ボタン*/
.btn_join {
	text-align: center;
	margin: 60px auto;
}
.btn_join a {
	display: inline-block;
}
.btn_join a img {
	max-width: 100%;
	display: inline-block;
}
/*セミナー内容*/
#container .inner {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 30px;
}
#container .inner:first-of-type {
	margin-top: 50px;
}
.blue {
	background-color: #D9E2F3;
}
.blue h2 {
	color: #0075BE;
}
.blue h2::after {
	content: url("img/blue.png");
	right: 110px;
	top: 35px;
}
.white {
	background-color: #fff;
	text-align: center; 
	padding: 60px 20px 40px;
	margin-left: 50px;
	margin-right: 50px;
}
.white h2 {
	font-size: 30px;
	line-height: 1.3;
	text-align: center;
	padding-bottom: 50px;
}
.white h2::after {
	position: absolute;
}
.white p {
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
	text-align: justify;
}
.white p:not(:first-of-type) {
	margin-top: 1.4em;
}
.white img {
	display: inline-block;
	margin-top: 28px;
}
.txtImg {
	text-align: center;
	margin-top: 40px;
}
.txtImg img {
	display: inline-block;
	max-width: 100%;
}
/*今回のセミナーでお伝えすること*/
.agenda{
	background-color: #F3EBF4;
	text-align: center;
	margin-top: 80px;
	padding: 8px 0;
	position: relative;
}
.agenda::before{
	content: url("img/agenda.png");
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left: -35px;
	z-index: 10;
}
.agenda .bene-inner{
	border-top: 3px solid #8957A1;
	border-bottom: 3px solid #8957A1;
	padding: 50px 0 20px;
}
.agenda h2{
	color: #8957A1;
	font-size: 30px;
	line-height: normal;
	margin-bottom: 25px;
}
.agenda ul{
	display: inline-block;
}
.agenda li{
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	position: relative;
	margin-bottom: 0.6em;
}
.agenda li::before{
	position: absolute;
	top: -2px;
	left: -1em;
	content: "■";
	color: #8957A1;
	font-size: 1.4em;
}
/*特典*/
.benefit{
	width: 900px;
	text-align: center;
	margin: 60px auto 0;
}
.infection-control,
.benefit-inner{
	border-width: 5px;
	border-style: solid;
	border-radius: 20px;
}
.benefit-inner{
	border-color: #9C7600;
	position: relative;
}
.benefit-inner::after{
	content: url("img/benefit_ico.png");
	position: absolute;
	z-index: 3;
	top: -10px;
	right: 55px;
}
.benefit-inner h2{
	color: #FFF;
	background-color: #9C7600;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-size: 26px;
	line-height: 1.4;
	padding: 0.4em 0;
}
.benefit-inner dl{
	display: flex;
	justify-content: space-between;
	padding: 14px 30px;
}
.benefit-inner dt{
	width: 30%;
	text-align: center;
}
.benefit-inner dd{
	width: 68%;
	text-align: left;
}
.benefit-inner h3{
	color: #9C7600;
	font-size: 35px;
	margin: 0.8em 0 0.6em -0.5em;
}
.benefit-inner p{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
}
.benefit-inner p.supplement{
	font-size: 13px;
	line-height: 3;
}

/*オンラインセミナー講師*/
.teacher-online{
	width: 900px;
	border: 4px solid #005EAD;
	border-radius: 10px;
	margin: 60px auto 0;
}
.teacher-online h2{
	color: #FFF;
	background-color:#005EAD;
	font-size: 20px;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	font-weight: bold;
	line-height: normal;
	text-align: center;
}
.teacher-online .teacher-inner {
	width: 435px;
	display: flex;
	justify-content: space-between;
	padding: 20px;
	margin: 0 auto;
}
.teacher-online .teacher-img{
	width: 131px;
	text-align: center;
}
.teacher-online .teacher-profile{
	width: 280px;
}
.teacher-online .teacher-profile h3{
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 0.2em;
	border-bottom: none;
	margin: 0;
}
.teacher-online .teacher-profile h3 span{
	font-size: 0.54em;
	margin-left: 45px
}
.teacher-online .teacher-profile p.belonging{
	font-size: 11px;
	line-height: 1.46;
	padding-bottom: 6px;
	border-bottom: 1px solid #333;
	margin-bottom: 8px;
}
.teacher-online .teacher-profile p{
	font-size: 13px;
	font-weight: bold;
	line-height: 1.46;
}
/*フッター*/
footer {
	margin: 250px auto 40px;
}
#whatis + footer {
	margin: 150px auto 40px;
}
footer ul {
	width: 760px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
footer li a {
	display: inline-block;
}