@charset "UTF-8";
/* CSS Document */

.tgw-core-freehtml * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.tgw-core-freehtml *:before,
.tgw-core-freehtml *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ページトップへ削除用 -start- */
  .tgw-core-freehtml .tdsl-display-none-fix {
    display: none !important;
  }
  /* ページトップへ削除用 -end- */

  /* 内部アンカー調整用 -start- */
  /* PC/SP両方に適応 */
  .tgw-core-freehtml .anchor_position_fix {
    padding-top: 50px !important;
    margin-top: -50px !important;
  }
  /** 内部アンカー対応 マージン20 **/
  .tgw-core-freehtml .anchor_position_fix_margin-top20 {
    padding-top: 50px !important;
    margin-top: -30px !important;
  }

  /* SP時のみ適応 */
  @media (max-width: 768px) {
    /** 内部アンカー対応 **/
    .tgw-core-freehtml .sp_anchor_position_fix {
      display: block;
      padding-top: 50px !important;
      margin-top: -50px !important;
    }
    /** 内部アンカー対応 マージン20 **/
    .tgw-core-freehtml .sp_anchor_position_fix_margin-top20 {
      padding-top: 50px !important;
      margin-top: -30px !important;
    }
  }
/* 内部アンカー調整用 -end- */

/* 追記 */
.tgw-core-freehtml .userHeadTitle h1.seminar-new-h1-fix-01{
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  background: none;
}

/* 追記 */
.tgw-core-freehtml .userHeadTitle h1 img.seminar-img-size-optimisation-01{
  width: 100%;
  border: none;
}

/* 追記 */
.tgw-core-freehtml #mainContents.news-mainarea-padding-fix-01{
  padding: 0 0 30px 0;
}

/* 追記 */
.tgw-core-freehtml .meeting-bg-size-fix-01{
	background-size: cover !important;
}
/* 追記 */
.tgw-core-freehtml .ideathon-font-fix-01{
	line-height: 1.8em;
	font-size: 88%;
}
/* 追記 */
.tgw-core-freehtml .ideathon-font-fix-h1-01{
	padding: 20px 280px 20px 30px;
	font-weight: normal;
	background: url(../img/ideathon/main.png) 0 0 no-repeat #f1f1f2;
	position: relative;
	min-height: 130px;
	line-height: 1.2;
	font-size: 2em;
}
/* 追記 */
.tgw-core-freehtml .ideathon-font-fix-h2-01{
	text-align: center;
	letter-spacing: normal!important;
	margin: 50px 0 30px 0;
	font-size: 1.5em;
}

/* 追記 */
@media screen and (max-width: 768px) {

  /* 追記 */
  .tgw-core-freehtml .userHeadTitle h1.seminar-new-h1-fix-01{
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
  }

  /* 追記 */
.tgw-core-freehtml .tgw-core-freehtml .userHeadTitle h1.seminar-new-h1-fix-01{
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  background: none;
}

/* 追記 */
.tgw-core-freehtml .userHeadTitle h1 img.seminar-img-size-optimisation-01{
  width: 100%;
  border: none;
}

  /* 追記 */
  .tgw-core-freehtml .meeting-bg-size-fix-01{
    background-size: auto !important;
  }

  /* 追記 */
  .tgw-core-freehtml .ideathon-font-fix-01{
    line-height: 1.8em;
    font-size: 100%;
  }
  
  /* 追記 */
  .tgw-core-freehtml .ideathon-font-fix-h1-01{
    font-size: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .tgw-core-freehtml html{
    background: #FFF url("../img/gmenu/gmenu_back_body.png") repeat-x 0 top;
  }
  .tgw-core-freehtml body{
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 100%;
    line-height: 1;
  }
}

.tgw-core-freehtml .jumpContents {
  display: none;
}
.tgw-core-freehtml .pcDisp {
  display: none;
}
.tgw-core-freehtml .smDisp{
  display: block;
}
.tgw-core-freehtml .sm_hide{
  display: none;
}
.tgw-core-freehtml .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.tgw-core-freehtml .menu{
  display: none;
}
/* 追記 */
.tgw-core-freehtml .news-totop-hide{
  display: none;
}
/* 追記 */
.tgw-core-freehtml .row.news-row-fix{
  width: auto;
  padding: 0 0 40px 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .tgw-core-freehtml .pcDisp{
    display:block;
  }
  .tgw-core-freehtml .smDisp{
    display:none;
  }
  .tgw-core-freehtml .sm_hide{
    display:block;
  }
  .tgw-core-freehtml .container {
    width: 760px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .tgw-core-freehtml .menu {
    display:block;
  }
  /* 追記 */
  .tgw-core-freehtml .row.news-row-fix{
    padding: 0 20px 30px 20px;
  }
}
@media screen and (min-width: 960px) {
  .tgw-core-freehtml .container {
    width: 960px;
  }
  /* 追記 */
  .tgw-core-freehtml .row.news-row-fix{
    padding: 0 40px 30px 40px;
  }
  
}
/** GWP 横スクロール対応 **/
@media screen and (min-width: 960px) and (max-width: 980px) {
  .tgw-core-freehtml .tgw-scroll-wid-adj .container {
      width: 940px;
  }
}

/* ---------------------------------------------------------
  header
--------------------------------------------------------- */
.tgw-core-freehtml #gHeaderRightBlock {
  display: none;
}
.tgw-core-freehtml .jump-selector {
  border-radius: 0;
  position: absolute;
  width: 44px;
  height: 44px;
  top: 0;
  right: 0;
  border: none;
  -webkit-appearance: none;
  padding-right: 50px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .tgw-core-freehtml #gHeaderRightBlock {
    display: block;
  }
}
@media screen and (min-width: 960px) {
}


/* ---------------------------------------------------------
  サイドメニュー
--------------------------------------------------------- */
.tgw-core-freehtml #left_col {
  margin-bottom:20px;
}
@media screen and (min-width: 768px) {
  .tgw-core-freehtml #left_col {
    width: 200px;
    padding: 0;
    float: left;
    margin-left: 10px;
    margin-bottom:10px;
  }
  .tgw-core-freehtml .contents_right {
    width:500px;
    min-height:700px;
    float:right;
  }
  .tgw-core-freehtml .row_right {
    float:right;
    clear:right;
  }
}
@media screen and (min-width: 960px) {
  .tgw-core-freehtml .contents_right {
    width:700px;
  }
}

/* ---------------------------------------------------------
  SM グローバルナビゲーション
--------------------------------------------------------- */
.tgw-core-freehtml #nav2 {
  display:block;
  position: relative;
  top: auto;
  left: auto;
  font-weight: 300;
  font-size: 75%;
  z-index:999999;
  background-color:transparent;
}
.tgw-core-freehtml #nav2 > a {
  display: none;
}
.tgw-core-freehtml #nav2 span:after {
  width: 0;
  height: 0;
  border: 0.313em solid transparent;
  border-bottom: none;
  border-top-color: #efa585;
  content: '';
  vertical-align: middle;
  display: inline-block;
  position: relative;
  right: -0.313em;
}
.tgw-core-freehtml #nav2 > ul {
  height: auto;
  margin-top:44px;
  padding:0;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #f5f5f5;
}
.tgw-core-freehtml #nav2 li {
  position: relative;
  color: #0066CC;
  display: block;
  font-weight: 300;
  text-decoration:none;
  height: 100%;
  font-size: 1.25em;
  line-height: 2.5em;
}
.tgw-core-freehtml #nav2 li a {
  color: #000;
  display: block;
  font-weight: 300;
  text-decoration: none;
  text-transform: none;
}
.tgw-core-freehtml #nav2 > ul > li {
  width: 100%;
  height: 100%;
  float: none;
  padding: 0.5em 1em;
}
.tgw-core-freehtml #nav2 > ul > li > a {
  height: auto;
  font-size: 1em;
  line-height: 2.5em;
  text-align: left;
}
.tgw-core-freehtml #nav2 > ul > li:hover > a,
.tgw-core-freehtml #nav2 > ul:not(:hover) > .active > a {
  color:#355DC3;
}
.tgw-core-freehtml #nav2.active > ul {
  display:block;
}
.tgw-core-freehtml #nav2:target > ul {
  display: block;
}
.tgw-core-freehtml #nav2 > ul > li:not(:last-child) > a {
  border-right: none;
  border-bottom: 1px solid #ccc;
  background:url("../img/arw_01.png") no-repeat right center;
}
.tgw-core-freehtml #nav2 > ul > .active {
  border-right: none;
  border-bottom: 1px solid #ccc;
  background-color:#355DC3;
  color:#fff;
}
/* ヘッダーボタン */
.tgw-core-freehtml .jump-menu {
  width: 44px;
  height: 44px;
  max-width:44px;
  display: none;
  text-align: left;
  text-indent: -9999px;
  position: relative;
  background:url("../img/menu-bullets.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  float:right;
  cursor:pointer;
}
.tgw-core-freehtml #nav2:not( :target ) > a:first-of-type,
.tgw-core-freehtml #nav2:target > a:last-of-type {
  display: block;
}
.tgw-core-freehtml #nav2 .close {
  border-right: none;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  text-align:center;
  background-color:#333333;
}
.tgw-core-freehtml #nav2 .close a {
  color: #fff;
  text-align: center;
}
.tgw-core-freehtml #nav2 .close a:hover {
  color: #ccc;
}
.tgw-core-freehtml .cls_btn {
  left: 0;
  width:100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 10px 15px 0;
  background-color:#333333;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .tgw-core-freehtml #nav2 {
    display:none;
  }
}
@media screen and (min-width: 960px) {
  .tgw-core-freehtml #nav2{
    display:none;
  }
}

/* ---------------------------------------------------------
  footer
--------------------------------------------------------- */
.tgw-core-freehtml .block-copyright {
  width: 100%;
  float:none;
  text-align: center;
}
.tgw-core-freehtml .copyright {
  text-align: center;
}
/* links */
.tgw-core-freehtml .list-utilityF {
  margin-top: 4px;
  float: none;
  clear: both;
  text-align: center;
  line-height: 2.5em;
}
.tgw-core-freehtml .list-utilityF {
  margin-top: 4px;
  margin-bottom: 10px;
  float: none;
  font-size: 77%;
  text-align: center;
}
.tgw-core-freehtml .list-utilityF li {
  display: inline;
}

@media screen and (min-width: 768px) {
  .tgw-core-freehtml .block-copyright{
    width: auto;
    margin-top: 8px;
    float: right;
    text-align: right;
  }
  .tgw-core-freehtml .copyright {
    text-align: right;
  }
  .tgw-core-freehtml .list-utilityF {
    float: left;
    text-align: left;
  }
  .tgw-core-freehtml .list-utilityF li {
    margin-left: 10px;
  }
  .tgw-core-freehtml .list-utilityF li:first-child {
    margin-left: 0;
  }
  .tgw-core-freehtml #footLink_01 p a.toPage {
    background-position: left center !important;
  }
}


/* ---------------------------------------------------------
  バナーエリア
--------------------------------------------------------- */
.tgw-core-freehtml #bannerArea {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #fff;
  min-height: 10px;
  font-size: 78%;
}
.tgw-core-freehtml #bannerArea .full img {
  width: 100%;
}
.tgw-core-freehtml #bannerArea img.ex {
  margin-left: auto;
  margin-right: auto;
}
.tgw-core-freehtml #bannerArea .compName {
  font-size: 105%;
  padding-bottom: 4px;
}
.tgw-core-freehtml #mainIMG {
  display:block;
}
.tgw-core-freehtml #mainIMG2 {
  display:none;
}
.tgw-core-freehtml #pdf_area .text {
  font-size: 96%;
  text-align:left;
}
@media screen and (min-width: 768px) {
  .tgw-core-freehtml #bannerArea {
    width: 200px;
    min-height: 10px;
    margin-left: 10px;
    float: left;
  }
  .tgw-core-freehtml #mainIMG {
    display: none;
  }
  .tgw-core-freehtml #mainIMG2 {
    display: block;
  }
  .tgw-core-freehtml #pdf_area {
    width: 200px;
    margin: 25px 0 0 0;
    padding: 0;
  }
  .tgw-core-freehtml #pdf_area .text {
    margin: 8px 0 0 0;
    font-size: 91.7%;
    color: #999;
    line-height: 135%;
  }
}

/* ---------------------------------------------------------
  PC グローバルナビ
--------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .tgw-core-freehtml #gMenu {
    min-width:760px;
    _width: 960px;
    height: 37px;
    margin-bottom: 5px;
    padding: 1px 0 5px 0;
    display: block;
    position: relative;
    background: url("../img/gmenu/gmenu_back.jpg") repeat-x 0 top;
    z-index: 200;
  }
  .tgw-core-freehtml .mainMenu {
    width:760px;
    margin:0 auto;
    _margin:0 10px;
    overflow: hidden;
  }
  .tgw-core-freehtml .mainMenu li {
    float: left;
    height: 37px;
    background-repeat: no-repeat;
    background-position: top left;
  }
  .tgw-core-freehtml .mainMenu li a {
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: top left;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .tgw-core-freehtml .mainMenu .act {
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
  .tgw-core-freehtml .mainMenu li:nth-child(1) { width: 83px; }
  .tgw-core-freehtml .mainMenu li:nth-child(2) { width: 189px; }
  .tgw-core-freehtml .mainMenu li:nth-child(3) { width: 69px; }
  .tgw-core-freehtml .mainMenu li:nth-child(4) { width: 123px; }
  .tgw-core-freehtml .mainMenu li:nth-child(5) { width: 96px; }
  .tgw-core-freehtml .mainMenu li:nth-child(6) { width: 99px; }
  .tgw-core-freehtml .mainMenu li:nth-child(7) { width: 101px; }
  .tgw-core-freehtml .mainMenu li:nth-child(1) a { background-image: url(../img/gmenu/760/gmenu_01.jpg); }
  .tgw-core-freehtml .mainMenu li:nth-child(2) a { background-image: url(../img/gmenu/760/gmenu_02.jpg); }
  .tgw-core-freehtml .mainMenu li:nth-child(3) a { background-image: url(../img/gmenu/760/gmenu_03.jpg); }
  .tgw-core-freehtml .mainMenu li:nth-child(4) a { background-image: url(../img/gmenu/760/gmenu_04.jpg); }
  .tgw-core-freehtml .mainMenu li:nth-child(5) a { background-image: url(../img/gmenu/760/gmenu_05.jpg); }
  .tgw-core-freehtml .mainMenu li:nth-child(6) a { background-image: url(../img/gmenu/760/gmenu_06.jpg); }
  .tgw-core-freehtml .mainMenu li:nth-child(7) a { background-image: url(../img/gmenu/760/gmenu_07.jpg); }
  .tgw-core-freehtml .mainMenu li.act:nth-child(1),
  .tgw-core-freehtml .mainMenu li:nth-child(1) a:hover { background-image: url(../img/gmenu/760/gmenu_01_o.jpg); }
  .tgw-core-freehtml .mainMenu li.act:nth-child(2),
  .tgw-core-freehtml .mainMenu li:nth-child(2) a:hover { background-image: url(../img/gmenu/760/gmenu_02_o.jpg); }
  .tgw-core-freehtml .mainMenu li.act:nth-child(3),
  .tgw-core-freehtml .mainMenu li:nth-child(3) a:hover { background-image: url(../img/gmenu/760/gmenu_03_o.jpg); }
  .tgw-core-freehtml .mainMenu li.act:nth-child(4),
  .tgw-core-freehtml .mainMenu li:nth-child(4) a:hover { background-image: url(../img/gmenu/760/gmenu_04_o.jpg); }
  .tgw-core-freehtml .mainMenu li.act:nth-child(5),
  .tgw-core-freehtml .mainMenu li:nth-child(5) a:hover { background-image: url(../img/gmenu/760/gmenu_05_o.jpg); }
  .tgw-core-freehtml .mainMenu li.act:nth-child(6),
  .tgw-core-freehtml .mainMenu li:nth-child(6) a:hover { background-image: url(../img/gmenu/760/gmenu_06_o.jpg); }
  .tgw-core-freehtml .mainMenu li.act:nth-child(7),
  .tgw-core-freehtml .mainMenu li:nth-child(7) a:hover { background-image: url(../img/gmenu/760/gmenu_07_o.jpg); }
}
@media screen and (min-width: 960px) {
  .tgw-core-freehtml #gMenu　{
    min-width: 960px;
    _width: 960px;
  }
  .tgw-core-freehtml .mainMenu {
    width:960px;
  }
  .tgw-core-freehtml .mainMenu li:nth-child(1) { width: 107px; }
  .tgw-core-freehtml .mainMenu li:nth-child(2) { width: 212px; }
  .tgw-core-freehtml .mainMenu li:nth-child(3) {  width: 94px; }
  .tgw-core-freehtml .mainMenu li:nth-child(4) { width: 146px; }
  .tgw-core-freehtml .mainMenu li:nth-child(5) { width: 118px; }
  .tgw-core-freehtml .mainMenu li:nth-child(6) {  width: 120px; }
  .tgw-core-freehtml .mainMenu li:nth-child(7) {  width: 163px; }
  .tgw-core-freehtml .mainMenu li:nth-child(1) a { background-image: url(../img/gmenu/gmenu_01.jpg); }
  .tgw-core-freehtml .mainMenu li:nth-child(2) a { background-image: url(../img/gmenu/gmenu_02.jpg); }
  .tgw-core-freehtml .mainMenu li:nth-child(3) a { background-image: url(../img/gmenu/gmenu_03.jpg); }
  .tgw-core-freehtml .mainMenu li:nth-child(4) a { background-image: url(../img/gmenu/gmenu_04.jpg); }
  .tgw-core-freehtml .mainMenu li:nth-child(5) a { background-image: url(../img/gmenu/gmenu_05.jpg); }
  .tgw-core-freehtml .mainMenu li:nth-child(6) a { background-image: url(../img/gmenu/gmenu_06.jpg); }
  .tgw-core-freehtml .mainMenu li:nth-child(7) a { background-image: url(../img/gmenu/gmenu_07.jpg); }
  .tgw-core-freehtml .mainMenu li.act:nth-child(1),
  .tgw-core-freehtml .mainMenu li:nth-child(1) a:hover { background-image: url(../img/gmenu/gmenu_01_o.jpg); }
  .tgw-core-freehtml .mainMenu li.act:nth-child(2),
  .tgw-core-freehtml .mainMenu li:nth-child(2) a:hover { background-image: url(../img/gmenu/gmenu_02_o.jpg); }
  .tgw-core-freehtml .mainMenu li.act:nth-child(3),
  .tgw-core-freehtml .mainMenu li:nth-child(3) a:hover { background-image: url(../img/gmenu/gmenu_03_o.jpg); }
  .tgw-core-freehtml .mainMenu li.act:nth-child(4),
  .tgw-core-freehtml .mainMenu li:nth-child(4) a:hover { background-image: url(../img/gmenu/gmenu_04_o.jpg); }
  .tgw-core-freehtml .mainMenu li.act:nth-child(5),
  .tgw-core-freehtml .mainMenu li:nth-child(5) a:hover { background-image: url(../img/gmenu/gmenu_05_o.jpg); }
  .tgw-core-freehtml .mainMenu li.act:nth-child(6),
  .tgw-core-freehtml .mainMenu li:nth-child(6) a:hover { background-image: url(../img/gmenu/gmenu_06_o.jpg); }
  .tgw-core-freehtml .mainMenu li.act:nth-child(7),
  .tgw-core-freehtml .mainMenu li:nth-child(7) a:hover { background-image: url(../img/gmenu/gmenu_07_o.jpg); }
}
/* ---------------------------------------------------------
  column
--------------------------------------------------------- */
.tgw-core-freehtml .container-fluid {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
.tgw-core-freehtml .row {
  margin-right: -5px;
  margin-left: -5px;
}
.tgw-core-freehtml .col-xs-1, .tgw-core-freehtml .col-sm-1, .tgw-core-freehtml .col-mx-1, .tgw-core-freehtml .col-lg-1, .tgw-core-freehtml .col-xs-2, .tgw-core-freehtml .col-sm-2, .tgw-core-freehtml .col-mx-2, .tgw-core-freehtml .col-lg-2, .tgw-core-freehtml .col-xs-3, .tgw-core-freehtml .col-sm-3, .tgw-core-freehtml .col-mx-3, .tgw-core-freehtml .col-lg-3, .tgw-core-freehtml .col-xs-4, .tgw-core-freehtml .col-sm-4, .tgw-core-freehtml .col-mx-4, .tgw-core-freehtml .col-lg-4, .tgw-core-freehtml .col-xs-5, .tgw-core-freehtml .col-sm-5, .tgw-core-freehtml .col-mx-5, .tgw-core-freehtml .col-lg-5, .tgw-core-freehtml .col-xs-6, .tgw-core-freehtml .col-sm-6, .tgw-core-freehtml .col-mx-6, .tgw-core-freehtml .col-lg-6, .tgw-core-freehtml .col-xs-7, .tgw-core-freehtml .col-sm-7, .tgw-core-freehtml .col-mx-7, .tgw-core-freehtml .col-lg-7, .tgw-core-freehtml .col-xs-8, .tgw-core-freehtml .col-sm-8, .tgw-core-freehtml .col-mx-8, .tgw-core-freehtml .col-lg-8, .tgw-core-freehtml .col-xs-9, .tgw-core-freehtml .col-sm-9, .tgw-core-freehtml .col-mx-9, .tgw-core-freehtml .col-lg-9, .tgw-core-freehtml .col-xs-10, .tgw-core-freehtml .col-sm-10, .tgw-core-freehtml .col-mx-10, .tgw-core-freehtml .col-lg-10, .tgw-core-freehtml .col-xs-11, .tgw-core-freehtml .col-sm-11, .tgw-core-freehtml .col-mx-11, .tgw-core-freehtml .col-lg-11, .tgw-core-freehtml .col-xs-12, .tgw-core-freehtml .col-sm-12, .tgw-core-freehtml .col-mx-12, .tgw-core-freehtml .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
 .tgw-core-freehtml .col-md-1, .tgw-core-freehtml .col-md-2, .tgw-core-freehtml .col-md-3, .tgw-core-freehtml .col-md-4, .tgw-core-freehtml .col-md-5, .tgw-core-freehtml .col-md-6, .tgw-core-freehtml .col-md-7, .tgw-core-freehtml .col-md-8, .tgw-core-freehtml .col-md-9, .tgw-core-freehtml .col-md-10, .tgw-core-freehtml .col-md-11, .tgw-core-freehtml .col-md-12 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
.tgw-core-freehtml .col-xs-1, .tgw-core-freehtml .col-xs-2, .tgw-core-freehtml .col-xs-3, .tgw-core-freehtml .col-xs-4, .tgw-core-freehtml .col-xs-5, .tgw-core-freehtml .col-xs-6, .tgw-core-freehtml .col-xs-7, .tgw-core-freehtml .col-xs-8, .tgw-core-freehtml .col-xs-9, .tgw-core-freehtml .col-xs-10, .tgw-core-freehtml .col-xs-11, .tgw-core-freehtml .col-xs-12 {
  float: left;
}
.tgw-core-freehtml .col-xs-12 {
  width: 100%;
}
.tgw-core-freehtml .col-xs-11 {
  width: 91.66666667%;
}
.tgw-core-freehtml .col-xs-10 {
  width: 83.33333333%;
}
.tgw-core-freehtml .col-xs-9 {
  width: 75%;
}
.tgw-core-freehtml .col-xs-8 {
  width: 66.66666667%;
}
.tgw-core-freehtml .col-xs-7 {
  width: 58.33333333%;
}
.tgw-core-freehtml .col-xs-6 {
  width: 50%;
}
.tgw-core-freehtml .col-xs-5 {
  width: 41.66666667%;
}
.tgw-core-freehtml .col-xs-4 {
  width: 33.33333333%;
}
.tgw-core-freehtml .col-xs-3 {
  width: 25%;
}
.tgw-core-freehtml .col-xs-2 {
  width: 16.66666667%;
}
.tgw-core-freehtml .col-xs-1 {
  width: 8.33333333%;
}
.tgw-core-freehtml .col-xs-pull-12 {
  right: 100%;
}
.tgw-core-freehtml .col-xs-pull-11 {
  right: 91.66666667%;
}
.tgw-core-freehtml .col-xs-pull-10 {
  right: 83.33333333%;
}
.tgw-core-freehtml .col-xs-pull-9 {
  right: 75%;
}
.tgw-core-freehtml .col-xs-pull-8 {
  right: 66.66666667%;
}
.tgw-core-freehtml .col-xs-pull-7 {
  right: 58.33333333%;
}
.tgw-core-freehtml .col-xs-pull-6 {
  right: 50%;
}
.tgw-core-freehtml .col-xs-pull-5 {
  right: 41.66666667%;
}
.tgw-core-freehtml .col-xs-pull-4 {
  right: 33.33333333%;
}
.tgw-core-freehtml .col-xs-pull-3 {
  right: 25%;
}
.tgw-core-freehtml .col-xs-pull-2 {
  right: 16.66666667%;
}
.tgw-core-freehtml .col-xs-pull-1 {
  right: 8.33333333%;
}
.tgw-core-freehtml .col-xs-pull-0 {
  right: auto;
}
.tgw-core-freehtml .col-xs-push-12 {
  left: 100%;
}
.tgw-core-freehtml .col-xs-push-11 {
  left: 91.66666667%;
}
.tgw-core-freehtml .col-xs-push-10 {
  left: 83.33333333%;
}
.tgw-core-freehtml .col-xs-push-9 {
  left: 75%;
}
.tgw-core-freehtml .col-xs-push-8 {
  left: 66.66666667%;
}
.tgw-core-freehtml .col-xs-push-7 {
  left: 58.33333333%;
}
.tgw-core-freehtml .col-xs-push-6 {
  left: 50%;
}
.tgw-core-freehtml .col-xs-push-5 {
  left: 41.66666667%;
}
.tgw-core-freehtml .col-xs-push-4 {
  left: 33.33333333%;
}
.tgw-core-freehtml .col-xs-push-3 {
  left: 25%;
}
.tgw-core-freehtml .col-xs-push-2 {
  left: 16.66666667%;
}
.tgw-core-freehtml .col-xs-push-1 {
  left: 8.33333333%;
}
.tgw-core-freehtml .col-xs-push-0 {
  left: auto;
}
.tgw-core-freehtml .col-xs-offset-12 {
  margin-left: 100%;
}
.tgw-core-freehtml .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.tgw-core-freehtml .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.tgw-core-freehtml .col-xs-offset-9 {
  margin-left: 75%;
}
.tgw-core-freehtml .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.tgw-core-freehtml .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.tgw-core-freehtml .col-xs-offset-6 {
  margin-left: 50%;
}
.tgw-core-freehtml .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.tgw-core-freehtml .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.tgw-core-freehtml .col-xs-offset-3 {
  margin-left: 25%;
}
.tgw-core-freehtml .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.tgw-core-freehtml .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.tgw-core-freehtml .col-xs-offset-0 {
  margin-left: 0;
}
@media screen and (min-width: 481px) {
  .tgw-core-freehtml .col-sm-1, .tgw-core-freehtml .col-sm-2, .tgw-core-freehtml .col-sm-3, .tgw-core-freehtml .col-sm-4, .tgw-core-freehtml .col-sm-5, .tgw-core-freehtml .col-sm-6, .tgw-core-freehtml .col-sm-7, .tgw-core-freehtml .col-sm-8, .tgw-core-freehtml .col-sm-9, .tgw-core-freehtml .col-sm-10, .tgw-core-freehtml .col-sm-11, .tgw-core-freehtml .col-sm-12 {
    float: left;
  }
  .tgw-core-freehtml .col-sm-12 {
    width: 100%;
  }
  .tgw-core-freehtml .col-sm-11 {
    width: 91.66666667%;
  }
  .tgw-core-freehtml .col-sm-10 {
    width: 83.33333333%;
  }
  .tgw-core-freehtml .col-sm-9 {
    width: 75%;
  }
  .tgw-core-freehtml .col-sm-8 {
    width: 66.66666667%;
  }
  .tgw-core-freehtml .col-sm-7 {
    width: 58.33333333%;
  }
  .tgw-core-freehtml .col-sm-6 {
    width: 50%;
  }
  .tgw-core-freehtml .col-sm-5 {
    width: 41.66666667%;
  }
  .tgw-core-freehtml .col-sm-4 {
    width: 33.33333333%;
  }
  .tgw-core-freehtml .col-sm-3 {
    width: 25%;
  }
  .tgw-core-freehtml .col-sm-2 {
    width: 16.66666667%;
  }
  .tgw-core-freehtml .col-sm-1 {
    width: 8.33333333%;
  }
  .tgw-core-freehtml .col-sm-pull-12 {
    right: 100%;
  }
  .tgw-core-freehtml .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .tgw-core-freehtml .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .tgw-core-freehtml .col-sm-pull-9 {
    right: 75%;
  }
  .tgw-core-freehtml .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .tgw-core-freehtml .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .tgw-core-freehtml .col-sm-pull-6 {
    right: 50%;
  }
  .tgw-core-freehtml .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .tgw-core-freehtml .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .tgw-core-freehtml .col-sm-pull-3 {
    right: 25%;
  }
  .tgw-core-freehtml .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .tgw-core-freehtml .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .tgw-core-freehtml .col-sm-pull-0 {
    right: auto;
  }
  .tgw-core-freehtml .col-sm-push-12 {
    left: 100%;
  }
  .tgw-core-freehtml .col-sm-push-11 {
    left: 91.66666667%;
  }
  .tgw-core-freehtml .col-sm-push-10 {
    left: 83.33333333%;
  }
  .tgw-core-freehtml .col-sm-push-9 {
    left: 75%;
  }
  .tgw-core-freehtml .col-sm-push-8 {
    left: 66.66666667%;
  }
  .tgw-core-freehtml .col-sm-push-7 {
    left: 58.33333333%;
  }
  .tgw-core-freehtml .col-sm-push-6 {
    left: 50%;
  }
  .tgw-core-freehtml .col-sm-push-5 {
    left: 41.66666667%;
  }
  .tgw-core-freehtml .col-sm-push-4 {
    left: 33.33333333%;
  }
  .tgw-core-freehtml .col-sm-push-3 {
    left: 25%;
  }
  .tgw-core-freehtml .col-sm-push-2 {
    left: 16.66666667%;
  }
  .tgw-core-freehtml .col-sm-push-1 {
    left: 8.33333333%;
  }
  .tgw-core-freehtml .col-sm-push-0 {
    left: auto;
  }
  .tgw-core-freehtml .col-sm-offset-12 {
    margin-left: 100%;
  }
  .tgw-core-freehtml .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .tgw-core-freehtml .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .tgw-core-freehtml .col-sm-offset-9 {
    margin-left: 75%;
  }
  .tgw-core-freehtml .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .tgw-core-freehtml .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .tgw-core-freehtml .col-sm-offset-6 {
    margin-left: 50%;
  }
  .tgw-core-freehtml .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .tgw-core-freehtml .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .tgw-core-freehtml .col-sm-offset-3 {
    margin-left: 25%;
  }
  .tgw-core-freehtml .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .tgw-core-freehtml .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .tgw-core-freehtml .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .tgw-core-freehtml .col-mx-1, .tgw-core-freehtml .col-mx-2, .tgw-core-freehtml .col-mx-3, .tgw-core-freehtml .col-mx-4, .tgw-core-freehtml .col-mx-5, .tgw-core-freehtml .col-mx-6, .tgw-core-freehtml .col-mx-7, .tgw-core-freehtml .col-mx-8, .tgw-core-freehtml .col-mx-9, .tgw-core-freehtml .col-mx-10, .tgw-core-freehtml .col-mx-11, .tgw-core-freehtml .col-mx-12 {
    float: left;
  }
  .tgw-core-freehtml .col-mx-12 {
    width: 100%;
  }
  .tgw-core-freehtml .col-mx-11 {
    width: 91.66666667%;
  }
  .tgw-core-freehtml .col-mx-10 {
    width: 83.33333333%;
  }
  .tgw-core-freehtml .col-mx-9 {
    width: 75%;
  }
  .tgw-core-freehtml .col-mx-8 {
    width: 66.66666667%;
  }
  .tgw-core-freehtml .col-mx-7 {
    width: 58.33333333%;
  }
  .tgw-core-freehtml .col-mx-6 {
    width: 50%;
  }
  .tgw-core-freehtml .col-mx-5 {
    width: 41.66666667%;
  }
  .tgw-core-freehtml .col-mx-4 {
    width: 33.33333333%;
  }
  .tgw-core-freehtml .col-mx-3 {
    width: 25%;
  }
  .tgw-core-freehtml .col-mx-2 {
    width: 16.66666667%;
  }
  .tgw-core-freehtml .col-mx-1 {
    width: 8.33333333%;
  }
  .tgw-core-freehtml .col-mx-pull-12 {
    right: 100%;
  }
  .tgw-core-freehtml .col-mx-pull-11 {
    right: 91.66666667%;
  }
  .tgw-core-freehtml .col-mx-pull-10 {
    right: 83.33333333%;
  }
  .tgw-core-freehtml .col-mx-pull-9 {
    right: 75%;
  }
  .tgw-core-freehtml .col-mx-pull-8 {
    right: 66.66666667%;
  }
  .tgw-core-freehtml .col-mx-pull-7 {
    right: 58.33333333%;
  }
  .tgw-core-freehtml .col-mx-pull-6 {
    right: 50%;
  }
  .tgw-core-freehtml .col-mx-pull-5 {
    right: 41.66666667%;
  }
  .tgw-core-freehtml .col-mx-pull-4 {
    right: 33.33333333%;
  }
  .tgw-core-freehtml .col-mx-pull-3 {
    right: 25%;
  }
  .tgw-core-freehtml .col-mx-pull-2 {
    right: 16.66666667%;
  }
  .tgw-core-freehtml .col-mx-pull-1 {
    right: 8.33333333%;
  }
  .tgw-core-freehtml .col-mx-pull-0 {
    right: auto;
  }
  .tgw-core-freehtml .col-mx-push-12 {
    left: 100%;
  }
  .tgw-core-freehtml .col-mx-push-11 {
    left: 91.66666667%;
  }
  .tgw-core-freehtml .col-mx-push-10 {
    left: 83.33333333%;
  }
  .tgw-core-freehtml .col-mx-push-9 {
    left: 75%;
  }
  .tgw-core-freehtml .col-mx-push-8 {
    left: 66.66666667%;
  }
  .tgw-core-freehtml .col-mx-push-7 {
    left: 58.33333333%;
  }
  .tgw-core-freehtml .col-mx-push-6 {
    left: 50%;
  }
  .tgw-core-freehtml .col-mx-push-5 {
    left: 41.66666667%;
  }
  .tgw-core-freehtml .col-mx-push-4 {
    left: 33.33333333%;
  }
  .tgw-core-freehtml .col-mx-push-3 {
    left: 25%;
  }
  .tgw-core-freehtml .col-mx-push-2 {
    left: 16.66666667%;
  }
  .tgw-core-freehtml .col-mx-push-1 {
    left: 8.33333333%;
  }
  .tgw-core-freehtml .col-mx-push-0 {
    left: auto;
  }
  .tgw-core-freehtml .col-mx-offset-12 {
    margin-left: 100%;
  }
  .tgw-core-freehtml .col-mx-offset-11 {
    margin-left: 91.66666667%;
  }
  .tgw-core-freehtml .col-mx-offset-10 {
    margin-left: 83.33333333%;
  }
  .tgw-core-freehtml .col-mx-offset-9 {
    margin-left: 75%;
  }
  .tgw-core-freehtml .col-mx-offset-8 {
    margin-left: 66.66666667%;
  }
  .tgw-core-freehtml .col-mx-offset-7 {
    margin-left: 58.33333333%;
  }
  .tgw-core-freehtml .col-mx-offset-6 {
    margin-left: 50%;
  }
  .tgw-core-freehtml .col-mx-offset-5 {
    margin-left: 41.66666667%;
  }
  .tgw-core-freehtml .col-mx-offset-4 {
    margin-left: 33.33333333%;
  }
  .tgw-core-freehtml .col-mx-offset-3 {
    margin-left: 25%;
  }
  .tgw-core-freehtml .col-mx-offset-2 {
    margin-left: 16.66666667%;
  }
  .tgw-core-freehtml .col-mx-offset-1 {
    margin-left: 8.33333333%;
  }
  .tgw-core-freehtml .col-mx-offset-0 {
    margin-left: 0;
  }
}

@media screen and (min-width: 960px) {
  .tgw-core-freehtml .col-md-1, .tgw-core-freehtml .col-md-2, .tgw-core-freehtml .col-md-3, .tgw-core-freehtml .col-md-4, .tgw-core-freehtml .col-md-5, .tgw-core-freehtml .col-md-6, .tgw-core-freehtml .col-md-7, .tgw-core-freehtml .col-md-8, .tgw-core-freehtml .col-md-9, .tgw-core-freehtml .col-md-10, .tgw-core-freehtml .col-md-11, .tgw-core-freehtml .col-md-12 {
    float: left;
  }
  .tgw-core-freehtml .col-md-12 {
    width: 100%;
  }
  .tgw-core-freehtml .col-md-11 {
    width: 91.66666667%;
  }
  .tgw-core-freehtml .col-md-10 {
    width: 83.33333333%;
  }
  .tgw-core-freehtml .col-md-9 {
    width: 75%;
  }
  .tgw-core-freehtml .col-md-8 {
    width: 66.66666667%;
  }
  .tgw-core-freehtml .col-md-7 {
    width: 58.33333333%;
  }
  .tgw-core-freehtml .col-md-6 {
    width: 50%;
  }
  .tgw-core-freehtml .col-md-5 {
    width: 41.66666667%;
  }
  .tgw-core-freehtml .col-md-4 {
    width: 33.33333333%;
  }
  .tgw-core-freehtml .col-md-3 {
    width: 25%;
  }
  .tgw-core-freehtml .col-md-2 {
    width: 16.66666667%;
  }
  .tgw-core-freehtml .col-md-1 {
    width: 8.33333333%;
  }
  .tgw-core-freehtml .col-md-pull-12 {
    right: 100%;
  }
  .tgw-core-freehtml .col-md-pull-11 {
    right: 91.66666667%;
  }
  .tgw-core-freehtml .col-md-pull-10 {
    right: 83.33333333%;
  }
  .tgw-core-freehtml .col-md-pull-9 {
    right: 75%;
  }
  .tgw-core-freehtml .col-md-pull-8 {
    right: 66.66666667%;
  }
  .tgw-core-freehtml .col-md-pull-7 {
    right: 58.33333333%;
  }
  .tgw-core-freehtml .col-md-pull-6 {
    right: 50%;
  }
  .tgw-core-freehtml .col-md-pull-5 {
    right: 41.66666667%;
  }
  .tgw-core-freehtml .col-md-pull-4 {
    right: 33.33333333%;
  }
  .tgw-core-freehtml .col-md-pull-3 {
    right: 25%;
  }
  .tgw-core-freehtml .col-md-pull-2 {
    right: 16.66666667%;
  }
  .tgw-core-freehtml .col-md-pull-1 {
    right: 8.33333333%;
  }
  .tgw-core-freehtml .col-md-pull-0 {
    right: auto;
  }
  .tgw-core-freehtml .col-md-push-12 {
    left: 100%;
  }
  .tgw-core-freehtml .col-md-push-11 {
    left: 91.66666667%;
  }
  .tgw-core-freehtml .col-md-push-10 {
    left: 83.33333333%;
  }
  .tgw-core-freehtml .col-md-push-9 {
    left: 75%;
  }
  .tgw-core-freehtml .col-md-push-8 {
    left: 66.66666667%;
  }
  .tgw-core-freehtml .col-md-push-7 {
    left: 58.33333333%;
  }
  .tgw-core-freehtml .col-md-push-6 {
    left: 50%;
  }
  .tgw-core-freehtml .col-md-push-5 {
    left: 41.66666667%;
  }
  .tgw-core-freehtml .col-md-push-4 {
    left: 33.33333333%;
  }
  .tgw-core-freehtml .col-md-push-3 {
    left: 25%;
  }
  .tgw-core-freehtml .col-md-push-2 {
    left: 16.66666667%;
  }
  .tgw-core-freehtml .col-md-push-1 {
    left: 8.33333333%;
  }
  .tgw-core-freehtml .col-md-push-0 {
    left: auto;
  }
  .tgw-core-freehtml .col-md-offset-12 {
    margin-left: 100%;
  }
  .tgw-core-freehtml .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .tgw-core-freehtml .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .tgw-core-freehtml .col-md-offset-9 {
    margin-left: 75%;
  }
  .tgw-core-freehtml .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .tgw-core-freehtml .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .tgw-core-freehtml .col-md-offset-6 {
    margin-left: 50%;
  }
  .tgw-core-freehtml .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .tgw-core-freehtml .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .tgw-core-freehtml .col-md-offset-3 {
    margin-left: 25%;
  }
  .tgw-core-freehtml .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .tgw-core-freehtml .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .tgw-core-freehtml .col-md-offset-0 {
    margin-left: 0;
  }
}


/* 20200831 */
@media screen and (min-width: 960px) and (max-width:976px) {
  .tgw-core-freehtml .container.col-main-bnr{
    width: auto;
    }
}

@media screen and (min-width: 768px) and (max-width:959px) {
  .tgw-core-freehtml .container.col-main-bnr{
    max-width: 760px;
    width: auto;
    }
}
@media screen and (min-width: 960px) and (max-width:1100px) {
  .tgw-core-freehtml .container.col-main-area{
    display:table-cell;
  }
 }

@media screen and (min-width: 880px) and (max-width:1100px)  {
  .tgw-core-freehtml #left_col.side-bt,
  .tgw-core-freehtml #bannerArea.side-bnr {
      margin-left: auto;
  }
  .tgw-core-freehtml .contents_right.col-w-short{
      max-width: 60vw;
      margin-right: auto;
      margin-left:2vw;
  }
  }

@media screen and (min-width: 845px) and (max-width:880px)  {
  .tgw-core-freehtml .container.col-main-area{
    display:table-cell;
  }
  .tgw-core-freehtml #left_col.side-bt,
  .tgw-core-freehtml #bannerArea.side-bnr {
      margin-left: -2vw;
  }
  .tgw-core-freehtml .contents_right.col-w-short{
      max-width: 60vw;
      margin-right: -2vw;

  }  
  }
 
  @media screen and (min-width: 768px) and (max-width:845px)  {
    .tgw-core-freehtml .container.col-main-area{
      display:table-cell;
    }
    }
  
  @media screen and (min-width: 769px) and (max-width:845px)  {

    .tgw-core-freehtml #left_col.side-bt,
    .tgw-core-freehtml #bannerArea.side-bnr {
         margin-left: -3vw; 
    }
    .tgw-core-freehtml .contents_right.col-w-short{
         width: 60vw; 
         margin-right: -3vw; 
    }
    }
  

/* 20200902 */
@media screen and (min-width: 960px) and (max-width: 977px) {
  .tgw-core-freehtml .container.w-adjust{
    width: 100%;
    }
}

/** GWP 別ウィンドウアイコン対応 ----- start ----- **/
.tgw-core-freehtml p.link_caution{
    margin: 0;
    font-size: 12px;
    color: #262626;
}
.tgw-core-freehtml .link .lbWindow:after {content:none;}
.tgw-core-freehtml .lbLinkBlock .lbWindow:after {content:none;}
.tgw-core-freehtml .lbLinkBlock .lbWindow img.tgw-window-link-icon-resize {
    margin-left: 3px;
}
/** GWP 別ウィンドウアイコン対応 ----- end ----- **/