/*----- 空白ユーティリティ（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;
}
/*================================================
 *  CSSリセット
 ================================================*/
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, main, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
    box-sizing: border-box;
}
body {
    line-height: 1
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}
ul {
    list-style: none
}
blockquote, q {
    quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none
}
a {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent
}
del {
    text-decoration: line-through
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}
input, select {
    vertical-align: middle
}
/*================================================
 *  一般・共通設定
 ================================================*/
html {
    font-size: 62.5%;
}
body {
    font-size: 1.6rem; /*16px*/
    color: #333;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.6;
    background: #fff;
	
}
/* 終了コメント */
.TxtStrongRed {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: bold;
    color: #ff0000;
}
.font-size-small {
    font-size: 1.4rem;
}
.Gdlogo {
    margin-bottom: 16px;
}

.bnr_a {
    display: block;
    line-height: 0;
    margin-bottom: 6rem;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    transition: all .3s ease-in-out;
}

.bnr_a:hover {
    opacity: .8;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.bnrImg {
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}



/* pcでは横並び、スマホでは縦並び */
.d-flex {
    display: flex;
}
.align-items-center {
    align-items: center;
}
.justify-content-center {
    justify-content: center;
}
.flex-direction-col {
    flex-direction: column;
}
/* セミナー申し込みボタン */
.inquiryBtn {
    display: block;
    margin: 0 auto 3rem;
}
.bnrBox {
    display: block;
    width: 100%;
    box-sizing: border-box;
}
/* 見出し両端の二重線 */
.overviewmidashi {
    width: 100%;
    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, .overviewmidashi h2::after {
    content: '';
    position: absolute;
    border-bottom: double 6px #888;
    top: 7px;
    width: 22%;
} 
.overviewmidashi h2::before {
    left: 0;
}
.overviewmidashi h2::after {
    right: 0;
}
#CampaignMainArea {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 0px;
}
.MainImgBtnToi {
    margin-left: 640px;
    margin-top: 196px;
}
.MainArea {
    margin: 2.5rem auto 3rem;
}
.MainArea p {
    width: 100%;
    margin: 0 auto;
}
.MainArea p.w-70 {
    width: 70%;
}
.summaryWrapper {
    width: 90%;
    margin: 0 auto 4rem;
}
.summary {
    font-size: 2.4rem;
    text-align: center;
    background-color: #eeeeee;
    padding: 1.6rem 0 1rem;
}
.letter-spc {
    letter-spacing: 1rem;
}
.line-height-2 {
    line-height: 2;
}
.summaryContainer {
    border: 1px solid #eeeeee;
}
.summaryContainer.flex-list {
    display: flex;
    justify-content: center;
}
.summaryItem {
    border-bottom: 1px solid #eeeeee;
}
.summaryItem:last-child {
    border-bottom: none;
}
.summaryItem.flex-list {
    padding-left: 3rem;
}
.summaryItem.flex-list li {
    list-style-type: disc;
    font-weight: bold;
    padding: 1rem 1rem 0.7rem 0;
}
.summary-bold, .summaryTxt {
    padding: 1rem 1rem 0.7rem 2rem;
}
.summary-bold {
    flex: 0 0 20%;
    border-right: 1px solid #eeeeee;
    letter-spacing: 0.5rem;
}
.summaryTxt {
    flex: 0 0 80%;
}
.summaryTxt-span {
    display: block;
    font-weight: normal;
    margin-top: 1rem;
    color: #333;
}
.summaryWrapper.agenda .summaryItem {
    /* align-items: center;*/
}
.summaryWrapper.agenda .summary-bold, .summaryTxt {
    /*    height: 100%;*/
}
.summaryWrapper.agenda .summary-bold {
    flex: 0 0 10%;
}
.summaryWrapper.agenda .summaryTxt {
    flex: 0 0 45%;
    border-right: 1px solid #eeeeee;
    font-weight: bold;
    color: #1E3163;
}
.summaryWrapper.agenda .summaryTxt:last-child {
    flex: 0 0 43.5%;
    border: none;
    font-weight: normal;
}
.strong {
    font-size: 1.6rem;
    font-weight: bold;
    padding-top: 1.6rem;
    text-align: center;
}
.txt-left {
    text-align: left;
    padding-left: 196px;
}
.txt-align-center {
    text-align: center;
}
.importantTxt {
    text-align: center;
    margin-bottom: 3.6rem;
}
.strong:last-child {
    padding-bottom: 1.6rem;
}
.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;
}
.strong_b {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 16px;
}
.strongTxt {
    font-weight: bold;
    color: darkblue;
}

.strongTxt_gray {
    font-weight: bold;
    color: #666;
}
.font-weight-bold {
    font-weight: bold;
}
.txt-col-blue {
    color: #2D46B9;
}
.txt-col-red {
    color: #cc0000;
}
.txt-col-gray {
    color: #676FA3;
}
.txt-u-line {
    background: linear-gradient(transparent 70%, #D6E5FA 70%);
}
/* bnr-shadow */
.box_shadow {
    box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 0px 0px 0px 1px rgba(10, 10, 10, 0.02);
    transition: 0.2s ease-in-out;
}
.box_shadow:hover {
    box-shadow: none;
    opacity: 0.8;
}
/* green-btn */
a.inquiry_Btn {
    display: block;
    text-decoration: none;
    width: 250px;
    text-align: center;
    background-color: #39b54a;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 0.6em 0 0.3em;
    border-radius: 5px;
    margin: 0 auto;
    box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 0px 0px 0px 1px rgba(10, 10, 10, 0.02);
    transition: 0.2s ease-in-out;
}
a.inquiry_Btn:hover {
    background-color: #2e8e37;
    box-shadow: none;
}
.samu-logo {
    margin: 4rem 0;
}
/* streaming_server_seminar */
.logoBox {
    text-align: center;
}
.logoBox img {
    display: inline-block;
}
.logoBox img:first-child {
    margin-right: 2rem;
}
.logoBox img:last-child {
    margin-left: 2rem;
}

/* 

/* telework_security_seminar */
.link-list {
    width: 80%;
    margin: 0 auto;
}
.link-list-item {
    font-weight: bold;
}
.link-list-item a {
    color: #0071bc;
    margin-left: 1rem;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.link-list-item a:hover {
    color: darkblue;
    text-decoration: underline;
}
/* captivateprime_seminar */
.summary-ttl {
    font-weight: bold;
    margin: 2rem 0;
}
.summary-p {
    width: 75%;
    margin-bottom: 2rem;
}
.width-auto {
    width: auto;
}
.width-80 {
    width: 80%;
}
/* Googdata seminar style */
.mainBnr {
    display: block;
    width: 100%;
}
.TxtStrongRed {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: bold;
    color: #ff0000;
}

/* ここからリストチェックマーク */
.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: 23px;
    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);
}


/* ここからリストチェックマーク別カラー */
.list_overview_purple {
    list-style-type: none;
    width: 438px;
    margin-top: 0.5rem;
}
.list_overview_purple li {
    font-size: 16px;
    padding-left: 2em;
    position: relative;
    line-height: 23px;
    margin-bottom: 16px;
}
.list_overview_purple li::before, .list_overview_purple li::after {
    content: '';
    position: absolute;
    top: 23%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.list_overview_purple li::before {
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    background-color: #ed26b7;
}
.list_overview_purple li::after {
    width: 15px;
    height: 9px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translate(18%, -75%) rotate(-45deg);
}


/* チェックリスト */
.check-ul {
    padding: 2rem 2rem 2rem 5rem;
    margin-bottom: 4rem;
    background-color: #eef9ff;
    border-radius: 5px;
}
.check-li {
    list-style-image: url("img/check.svg");
    margin-bottom: 1rem;
}
.check-li:last-child {
    margin-bottom: 0;
}
/* /チェックリストwidth long */
.listbox {
    display: flex;
    width: 80%;
    margin: 0 auto;
}
.summarylist {
    margin-left: 40px;
    margin-bottom: 10px;
}
.list_square {
    list-style: square; /* アイコンの種類指定 */
}
.blue_str {
    font-weight: bold;
    color: #102778;
}
.red_str {
    font-weight: bold;
    color: #C10000;
}
.dots_text {
    position: relative;
    padding-top: 0.8em;
    font-weight: bold;
    color: #102778;
}
.dots_text::before {
    position: absolute;
    content: "・";
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 1em;
}
/* /Googdata seminar style */
/* CF migration-seminar */
.summaryItem ul {
    padding: 2rem 3rem 2rem 4rem;
}
.s-contents {
    list-style-type: disc;
    font-weight: bold;
}
/* /CF migration-seminar */
/* GD seminar-big-type */
.overviewmidashi.l-short h2::before, .overviewmidashi.l-short h2::after {
    width: 250px;
}
.w-80 {
    width: 80%;
    margin: 0 auto 4rem;
}
.list-txt {
    display: flex;
    justify-content: center;
    margin-bottom: 4rem;
}
.list-ul li {
    color: #0978c7;
    list-style-type: square;
}
.sub-hedding {
    width: 80%;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 auto;
}
.list-ul.txt-col-black li {
    color: #333;
}
.form-btn {
    width: 325px;
    margin: 0 auto 6rem;
}
.form-btn a img {
    display: block;
    width: 100%;
}
.bnrImg.mobile-img {
    display: none;
    heigut: 0;
}
.notes {
    margin: 5rem 0 5rem;
}
/* /GD seminar-big-type */
/* apm-seminar-big-type */
.overviewmidashi.l-short-ex h2::before, .overviewmidashi.l-short-ex h2::after {
    width: 100px;
}
/* /apm-seminar-big-type */
.logoBox img.single-img {
    margin-right: 0;
}
/* rookout-seminar */
.seminar-subTtl-box {
  width: 80%;
  margin: 0 auto 1.6rem;
}
.seminar-subTtl {
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  padding: 0.25em 0;
}
.seminar-subTtl::after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, #4A00E0, rgba(142, 45, 226, 0.5));
  background: linear-gradient(to right, #4A00E0, rgba(142, 45, 226, 0.5));
}
.summaryTxt.p-standard {
  padding: 1rem 1rem 0.7rem 2rem;
}
.btn_rookout a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 1em 1.5em;
  width: 34rem;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  background-color: #6F0DB0;
  transition: 0.2s;
	text-decoration: none;
	border-radius: 5px;	
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.btn_rookout a:hover {
  text-decoration: none;
  background-color: #F5EAFE;
	color: #6F0DB0;
}
/* /rookout-seminar */
.row-img01{
	display: flex;
}
.text-areaIBM{
	width: 50%;
	margin: 0 auto;
}
.summaryWrapper{
	width: 100%;
	margin: 0 auto;
}
.ibmMidashi{
	border-bottom: 1px solid #000000;
    border-left: 6px solid #336699;
    color: #3e3e3e;
		font-weight: bold;
    font-size: 2rem;
    line-height: 1.6em;
    text-indent: 8px;
    margin-top: 3.5rem;
    margin-bottom: 2rem;
}



/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
    .Gdlogo {
        margin-left: 1.6rem;
    }
    #CampaignMainArea, .MainArea, .overviewmidashi {
        width: auto;
    }
    .overviewmidashi h2 {
        font-size: 2rem;
        padding: 0 5%;
    }
    .overviewmidashi h2::before, .overviewmidashi h2::after {
        width: 3rem;
    }
    .overviewmidashi.shortLine h2::before, .overviewmidashi.shortLine h2::after {
        display: none;
    }
    .d-flex {
        display: block;
    }
    .mainBnr {
        display: block;
        width: 100%;
    }
    p {
        padding: 0 5%;
    }
    .MainArea p, .MainArea p.w-70 {
        width: 100%;
    }
    .summary {
        font-size: 2rem;
    }
    .summary-bold {
        border-right: none;
        font-weight: bold;
    }
    .strong {
        padding-left: 1rem;
        padding-right: 0.5rem;
        font-weight: normal;
        text-align: left;
    }
    .importantTxt {
        text-align: left;
    }
    .strong_b {
        font-size: 18px;
    }
    .logoBox img:first-child {
        margin: 0 0 1.6rem 0;
    }
    
    .logoBox img:last-child {
    margin: 1.6rem 0 0 0;
    }
    
    .logoBox img {
        width: 80%;
    }
    .logoBox.single-img img {
        height: 76px;
        width: auto;
    }
    .summaryWrapper.agenda .summaryTxt {
        height: auto;
    }
    .link-list {
        padding: 0 5%;
        width: 100%;
    }
    .overviewmidashi.l-short h2::before, .overviewmidashi.l-short h2::after {
        display: none;
    }
    .list-txt {
        padding: 0 2rem 0 3rem;
        margin-bottom: 2rem;
    }
    .sub-hedding {
        width: 100%;
        padding: 0 2rem;
    }
    .list-ul li {
        margin-bottom: 1rem;
    }
    .overviewmidashi.l-short-ex h2::before, .overviewmidashi.l-short-ex h2::after {
        display: none;
    }
   .seminar-subTtl-box {
        width: 90%;
    }
	.btn_rookout a {
		width: 80%;
		font-size: 1.5rem;
	}

    .summary-ttl {
        text-align: center;
        padding: 0 2rem;
    }

    .summary-p {
        width: 90%;
        margin: 0 auto 3rem;
    }



}