#main {
  width: 100%;
}
h1, h2 {
  font-family: 'Roboto', helvetica, arial, "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", メイリオ, sans-serif !important;
}
h2 {
	width: 100%;
	max-width: 800px;
	margin: auto;
}
.intro strong {
	font-weight: bold;
	font-size: 120%;
	color: #cc0000;
	margin-bottom: 15px;
	display: block;
}
.intro .date {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 50px;
	text-align: center;
	color: #000;
}
.intro .date span {
	font-size: 16px;
	padding: 5px 10px;
	background: #000;
	color: #fff;
  display: inline-block;
	margin-right: 15px;
  vertical-align: middle;
}
.intro .seminar-content {
	margin-top: 30px;
}
.intro .recommend {
	padding: 30px;
	background-color: #ededed;
	margin-bottom: 50px;
	border-radius: 15px;
	font-size: 14px;
}
.intro .recommend strong {
	text-align: center;
	display: block;
}
form .column {
  padding: 30px;
  margin: 0 auto;
  border: 1px solid #525252;
  background-color: #f8f8f8;
  font-size: 14px;
  color: #555555;
  width: 80%;
}
form .column ul {
  line-height: 26px;
  list-style-type: disc;
  padding: 0 30px;
}
table.form {
  width: 100%;
}
table.form tr {
  margin-bottom: 10px;
}
table.form td {
  display: inline-block;
}
table.form th {
  width: 25%;
  float: left;
}
table.form tr.check th {
  width: 100%;
}
table.form tr.submit {
  clear: both;
}
table.form .dl-check {
  margin-bottom: 50px;
  overflow: hidden;
  padding: 20px 30px;
  background: #eee;
}
table.form .dl-check th {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  float: none;
  width: 100%;
}
table.form .dl-check th span {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
table.form .dl-check td {
  display: block;
}
.dl-check input[type=checkbox] {
  transform: scale(1.5);
  margin-right: 10px;
}
.dl-check .mwform-checkbox-field label {
  padding: 15px 20px;
  display: inline-block;
  margin-bottom: 20px;
  width: 32%;
  margin-right: 2%;
  font-size: 15px;
  float: left;
  background: #fff;
}
.dl-check .mwform-checkbox-field:nth-child(3n) label {
  margin-right: 0;
}
.dl-check .mwform-checkbox-field {
  display: block;
}
.mw_wp_form .dl-check .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.m-long-btn a {
  font-weight: normal;
  padding: 10px 15px;
  width: 50%;
  float: none;
  margin: auto;
    font-size: 18px;
    font-weight: bold;
}
.m-long-btn a.close {
	pointer-events: none;
	background: #aaa;
	border: none;
}
.m-long-btn02 a {
  font-weight: normal;
  padding: 10px 15px;
  width: 50%;
  float: none;
  margin: auto;
	background: #000;
}
@media (max-width:768px) {
  .text {
    width: 100%;
  }
  table.form th {
    width: 100%;
    float: none;
  }
  table.form .dl-check {
    padding: 20px;
  }
  .dl-check .mwform-checkbox-field label {
    width: 100%;
    font-size: 13px;
  }
	.m-long-btn a {
		width: 100%;
		font-size: 16px;
	}
	.m-long-btn02 a {
		width: 100%;
		font-size: 16px;
	}
}
.seminar_item {
	background: #fff;
	padding: 25px;
	font-size: 18px;
	margin-bottom: 30px;
}
.seminar_item .seminar_content p {
	font-size: 14px;
}
.seminar_item h5 {
	font-weight: bold;
	margin-bottom: 20px;
}
.seminar_item h5 span {
	color: #cc0000;
	display: block;
}
.seminar_item .profile {
	display: flex;
	justify-content: space-between;
}
.seminar_item .profile .img {
	margin-right: 25px;
	width: 20%;
}
.seminar_item .profile .text {
	width: 80%;
}
.seminar_item .profile .position {
	margin-bottom: 15px;
	font-weight: bold;
  font-size: 16px;
}
.seminar_item .profile .name {
	margin-bottom: 15px;
	font-weight: bold;
  font-size: 22px;
}
.seminar_item .profile .logo {
	margin-bottom: 15px;
}
.seminar_item .profile .logo img {
	height: 40px;
}
.seminar_item .profile .profile_text {
	font-size: 12px;
}

.overview_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.overview_list dt {
	width: 15%;
	font-weight: bold;
	font-size: 16px;
}

.overview_list dd {
	width: 80%;
	margin-bottom: 20px;
}
.overview_list dd h5 {
	font-weight: bold;
}
.overview_list dd p {
	margin-bottom: 15px;
}
.overview_list dd strong {
	color: #aa0000;
	font-weight: bold;
}

@media(max-width:768px) {
	.l-pagebody.freakout-page {
		padding-top: 30px;
	}
	.intro .date {
		font-size: 16px;
	}
	.intro .date span {
		font-size: 12px;
	}

	.seminar_item {
		font-size: 15px;
	}
	.seminar_item p {
		font-size: 13px;
	}
	.seminar_item .profile {
		display: block;
		text-align: center;
	}
	.seminar_item .profile .img {
		width: 150px;
		margin: auto;
		margin-bottom: 15px;
	}
	.seminar_item .profile .text {
		width: 100%;
	}
	.seminar_item .profile .position {
		font-size: 12px;
	}
	.seminar_item .profile .name {
		font-size: 18px;
	}
	.seminar_item .profile .profile_text {
		text-align: left;
	}
	
	.seminar_item .profile .logo img {
		height: 35px;
	}
	.overview_list {
		display: block;
	}
	.overview_list dd,
	.overview_list dt {
		width: 100%;
	}
}