@charset "UTF-8";
/* Style.Css
---------------------------------------------------- */

/*--- 共通 ---*/
div.bg-dot {
	background-size: 30px 30px;
	background-image: radial-gradient(rgba(186,227,247,0.4) 10%, transparent 10%), radial-gradient(rgba(116,199,240,.4) 10%, transparent 10%);
	background-position: 0 0, 15px 15px;
}
div.bg-wt {
	background-color: #fff;
	width: 1100px;
	margin: auto;
	padding: 2rem;
}
div.inner {
	width: 900px;
	margin: auto;
}
h2 {
	width: 1000px;
	margin: 2rem auto;
}
p {
	line-height: 1.4;
	margin-bottom: 1rem;
}
.sp {
	display: none;
}
img {
	max-width: 100%;
	width: 100%;
}
p.button {
	text-align: center;
	background: linear-gradient(to right, #FFF, #e4e4e4, #FFF);
	padding: 1rem 0;
}
p.button img {
	width: 400px;
}
p.button img:hover {
	opacity: .6;
}

@media screen and (max-width: 767px) {
	div.bg-wt {
		width: 90%;
		padding: 0 .5rem .5rem;
	}
	h2 {
		width: 100%;
		margin: 1rem auto;
	}
	div.inner {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	body {
		font-size: 16px;
	}
}
/*--- ヘッダー ---*/
header {
	text-align: center;
	padding: 0;
	background-image: url(../img/header_bg.png);
	background-size: cover;
}
header .eyecatch {
	width: 100%;
}
header .img1 {
	width: 100%;
	margin-bottom: 1rem;
}
header h1 img {
	margin-bottom: 1rem;
	width: 900px;
}
header .img2 {
	width: 900px;
	margin-bottom: 2rem;
}

header .overview {
	font-size: 2rem;
	line-height: 1.6;
	position: relative;
	width: 380px;
	margin: auto;
	position: relative;
}
header .overview p {
	border-bottom: dotted 2px #acacac;
}
header .overview p:nth-child(2) {
	font-size: 120%;
}
header .img3 {
	position: absolute;
	width: 150px;
	right: -160px;
	top: 0;
}
@media screen and (max-width: 767px) {
	header {
		padding: 0;
		background-position: top center;
		background-repeat: no-repeat;
	}
	header p , header h1 {
		margin-bottom: .2rem;
	}
	header h1 img {
		margin-bottom: 0;
	}
	header .img1 {
		width: 70%;
		margin-bottom: 0;
	}
	header .img2 {
		margin-bottom: 0;
	}
	header .overview {
		font-size: .8rem;
		width: 60%;
	}
	header .img3 {
		width: 36%;
		right: -40%;
	}
}

/*--- con1 セミナーについて ---*/

/*--- con2 セミナー概要 ---*/
.cont2 table {
	width: 100%;
}
.cont2 table tr {
	border-bottom: dotted 2px #acacac;
}
.cont2 table th, .cont2 table td {
	padding: 1rem;
}
.cont2 table th {
	width: 20%;
}
.cont2 table th span {
	border-left: solid 10px #000376;
	padding-left: .5rem;
}

.cont2 table tr:first-child td {
	font-size: 120%;
	font-weight: bold;
}
.cont2 .notes {
	font-size: 80%;
	margin: .5rem;
}
@media screen and (max-width: 767px) {
	.cont2 table th , .cont2 table td {
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: .5rem;
	}
}
/*--- con3 プログラム ---*/
.cont3 table {
	width: 100%;
}
.cont3 table tr {
	border-bottom: dotted 2px #acacac;
}
.cont3 table th {
	padding: 1rem;
}
.cont3 table td {
 	padding: .5rem;
}
.cont3 table th {
	width: 32%;
}
.cont3 table .content {
	font-size: 105%;
}
.cont3 table .content span {
	color: #4D9CD0;
	font-weight: bold;
}
.cont3 table .speaker {
	font-size: 85%;
}
@media screen and (max-width: 767px) {
	.cont3 table th , .cont3 table td {
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: .5rem 0;
		text-align: center;
	}
	.cont3 table th  {
		width: 50%;
		margin: 0 auto;
		padding: .5rem 0 0;
	}
	.cont3 table .content , .cont3 table .speaker {
		margin-bottom: .2rem;
	}
}
/*--- con4 講師紹介 ---*/
.cont4 table {
	width: 100%;
	border-bottom: solid 1px #333;
	margin-bottom: 2rem;
}
.cont4 table td {
	padding: 1rem;
}
.cont4 table .img {
	width: 36%;
}
.cont4 table dt {
	border-bottom: dotted 2px #acacac;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.4;
	padding-bottom: .5rem;
	margin-bottom: .5rem;
}
.cont4 table dt span {
	font-size: 80%;
}
.cont4 table dd {
	font-size: 85%;
}
@media screen and (max-width: 767px) {
	.cont4 table th , .cont4 table td {
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: .2rem;
	}
	.cont4 table .img {
		padding: 0;
		width: 100%;
		text-align: center;
	}
	.cont4 table .img img {
		width: 40%;
	}
	.cont4 table dt {
		text-align: center;
	}
	.cont4 table dd p {
		margin-bottom: .2rem;
	}
}
/*--- cont5 ---*/
.cont5 .secretariat {
	font-weight: bold;
	text-align: center;
	font-size: 120%;
}
.cont5 table {
	border-top: dotted 2px #acacac;
	width: 60%;
	margin: auto;
	margin-bottom: 2rem;
}
.cont5 tr {
	border-bottom: dotted 2px #acacac;
}
.cont5 th, .cont5 td {
	padding: 1rem;
}
.cont5 th {
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.cont5 .secretariat {
		font-size: initial;
		margin-bottom: .5rem;
	}
	.cont5 table {
		width: 100%;
	}
	.cont5 th, .cont5 td {
		padding: .2rem;
	}
}
/*--- footer ---*/
footer p {
	padding: .3rem;
	background-color: #29ABE2;
	margin-bottom: 0;
}
footer p + p {
	padding: .6rem;
	background-color: #0071BC;
}

