/*----- 空白ユーティリティ（Spacing）start-----*/

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 2rem !important;
}

.mt-5,
.my-5 {
  margin-top: 2rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 2rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 2rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 2rem !important;
}


.m-6 {
  margin: 2.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 2.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 2.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 2.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 2.5rem !important;
}

.m-7 {
  margin: 3rem !important;
}

.mt-7,
.my-7 {
  margin-top: 3rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 3rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 3rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 3rem !important;
}

.m-8 {
  margin: 3.5rem !important;
}

.mt-8,
.my-8 {
  margin-top: 3.5rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 3.5rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 3.5rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 3.5rem !important;
}

/* ページ構成 */
* {
  margin: 0;
  padding: 0;
  font-family: "Meiryo" !important;
  zoom: 1;
}
/* 見出し両端の二重線 */
.overviewmidashi {
  width: 720px;
  color: #333;
  font-family: 'メイリオ', Meiryo, sans-serif;
  position: relative;
  text-align: center;
  background-color: #fff;
}
.overviewmidashi h2 {
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}
.overviewmidashi h2::before {
  content: '';
  position: absolute;
  border-bottom: double 6px #888;
  top: 7px;
  left: 0;
  width: 270px;
}
.overviewmidashi h2::after {
  content: '';
  position: absolute;
  border-bottom: double 6px #888;
  top: 7px;
  right: 0;
  width: 270px;
}
/* ここからリストチェックマーク */
.list_overview {
  list-style-type: none;
  width: 438px;
  margin-top: 0.5rem;
}
.list_overview li {
  font-size: 16px;
  padding-left: 2em;
  position: relative;
  line-height: 18px;
  margin-bottom: 16px;
}
.list_overview li::before, .list_overview li::after {
  content: '';
  position: absolute;
  top: 23%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.list_overview li::before {
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: #002f87
}
.list_overview li::after {
  width: 15px;
  height: 9px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(18%, -75%) rotate(-45deg);
}
.listbox {
  display: flex
}
#CampaignMainArea {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 1.6em;
  margin-top: 20px;
  margin-bottom: 0px;
}
h2.TtlMidashi {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6em;
  border-left: 5px solid #0CA7DF;
  text-indent: 6px;
  margin-top: 10px;
  margin-bottom: 8px;
}
.MainImgBtnToi {
  margin-left: 640px;
  margin-top: 196px;
}
h3.CampaignCopy {
  font-size: 26px;
  line-height: 1.6em;
  font-weight: bold;
  color: #f76300;
}
.TxtStrong {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: bold;
  color: #003366;
}
.TxtStrong02 {
  font-size: 18px;
  line-height: 1.6em;
  font-weight: bold;
  color: #003366;
}
.TxtStrongRed {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: bold;
  color: #ff0000;
}
.TxtStrongPurple {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: bold;
  color: #EC4AD2;
}
.CampaignTableArea {
  width: 850px;
  font-size: 14px;
  line-height: 1.6em;
  background-image: url(tablebg_zentai.gif);
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.CampaignTableAreaUeShita {
  width: 890px;
  margin-left: auto;
  margin-right: auto;
}
.Inlogo {
  float: left;
}
.Gdlogo {
  float: right;
}
.positionLeft {
  float: left;
}
.positionRight {
  float: right;
  width: 448px;
}
.MainArea {
  width: 960px;
  margin-top: 25px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.MainTxtArea {
  width: 720px;
  font-size: 16px;
  line-height: 1.6em;
  float: left;
}
.t-center {
	float: none;
	margin: 0 auto;
}
.Tablebg01 {
  background-image: url(tablebg01.png);
  background-repeat: no-repeat;
  width: 720px;
  height: 49px;
  margin-top: 25px;
  line-height: 49px;
  text-indent: 10px;
  font-weight: bold;
  font-size: 16px;
}
.Tablebg02 {
  background-image: url(tablebg02.png);
  background-repeat: repeat-y;
  width: 680px;
  padding: 20px;
}
.Tablebg03 {
  background-image: url(tablebg03.png);
  background-repeat: no-repeat;
  width: 720px;
  height: 15px;
}
.TablebgWide01 {
  background-image: url(../../report/20170607interop/table_top.png);
  background-repeat: no-repeat;
  width: 940px;
  height: 49px;
  margin-top: 25px;
  line-height: 49px;
  text-indent: 10px;
  font-weight: bold;
  font-size: 16px;
}
.TablebgWide02 {
  background-image: url(../../report/20170607interop/table_bg.png);
  background-repeat: repeat-y;
  width: 900px;
  padding: 20px;
}
.TablebgWide03 {
  background-image: url(../../report/20170607interop/table_bottom.png);
  background-repeat: no-repeat;
  width: 940px;
  height: 15px;
}
.SessionAreaLeft {
  width: 230px;
  float: left;
}
.SessionAreaRight {
  width: 620px;
  float: left;
}
.SeihinArea {
  margin-bottom: 40px;
}
.SeihinAreaLeft {
  float: left;
  width: 290px;
  margin-top: 10px;
  padding-left: 10px;
}
.SeihinAreaLeft02 {
  float: left;
  width: 590px;
  margin-top: 10px;
  padding-left: 10px;
}
.SeihinAreaMidashi {
  color: #134188;
  line-height: 2.2rem;
  font-size: 16px;
  font-weight: bold;
}
.SpeakerArea {
  width: 200px;
  font-size: 12px;
  line-height: 1.6em;
  float: right;
}
.SpeakerAreaMini {
  width: 220px;
  font-size: 12px;
  line-height: 1.6em;
  float: right;
}
.DLarea a {
  width: 100%;
  height: 40px;
  padding: 10px;
  background: #eee;
  display: table;
}
.DLarea a:hover {
  background: #eff;
}
.DLarea div {
  display: table-cell;
  padding: 0 5px 0 0;
}
.DLarea p {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
}
/*.TxtArea {
	font-size: 14px;
	line-height: 1.6em;
	margin-left: 10px;
	margin-right: 10px;
	}
	
.TxtAreaImg {
	margin-top: 15px;
	margin-bottom: 30px;
	}
*/
.ToiBtnTxt {
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 1.6em;
  margin-top: 20px;
  margin-bottom: 0px;
  color: #990000;
  font-weight: bold;
  text-align: center;
}
.TxtDeka {
  font-size: 18px;
}
.TxtChibi {
  font-size: 12px;
}
.TableImgArea {
  width: 830px;
  margin-left: 10px;
}
.TableImgArea02 {
  width: 830px;
  margin-top: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.ImgLeft {
  float: left;
}
.ImgRight {
  float: right;
}
.ImgSpeacr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.ImgSpeacr02 {
  margin-top: 5px;
}
.ImgSpeacrLeft {
  margin-left: 20px;
}
.Clear {
  clear: both;
}
.session {
  border: 10px solid #B9F6EB;
  width: 670px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  font-size: 18px;
  line-height: 2em;
}
.session02 {
  border: 10px solid #B9F6EB;
  width: 670px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 2em;
}
.sessionTxt {
  color: #6699cc;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 8px;
}
/*
h3.CampaignCopy {
	font-size: 26px;
	line-height: 1.6em;
	font-weight: bold;
	color: #f76300;
	background-color: #eeeeee;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #4cb4d0;
}*/

/* -----------------------------------
  GDセミナー録画動画紹介サムネール
  ------------------------------------*/

.video_request {
	background-color: #f2f2f2;
	padding: 2rem;
}
.d-flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2rem;
}
.video_requestImg {
	flex: 0 0 45%;
	box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 0px 0px 0px 1px rgba(10,10,10,0.02);
}

.video_requestImg img {
	display: block;
	width: 100%;
	height: 100%;
}

.video_requestTitle {
	text-align: center;
	color: #1a4a5d;
}
.video_requestItem {
	flex: 0 0 50%;
}

.videoBtn img{
	transition: 0.3s;
}

.videoBtn img:hover {
	opacity: 0.8;
}