/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■ GE特設サイトでのみ使うCSSです@Motsuki ■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
@charset "UTF-8";

.ge_content
{
  width:1000px;
  margin: 0 auto;
  padding: 100px 0;
  font-size: 16px;
}

.ge_contentTitle
{
  font-weight:bold;
  text-align:center;
  font-size:xx-large;
  margin-bottom: 50px;
}

.ge_header_pr
{
  font-size: large;
  transform: rotate(-20deg);
  width: 220px;
  margin-left: -80px;
  color: greenyellow;
}

.ge_header_pr span
{
  font-size:x-large;
}

.ge_header
{
  position:relative;
  padding:50px 0 60px 0;
  background:black;
  background-image: url(https://www.obc.co.jp/hubfs/obc_remodel/ipo/event/specialwebsite/ge/header7.png);
  background-size: cover;
}

.ge_headerCountry
{
  font-size: small;
  padding: 5px;
}

.ge_headerImage1
{
  display:block;
  width: 100%;
}

.ge_headerImage2
{
  display:none;
}

.ge_headerTitle
{
  margin: auto;
  color:white;
  width: 800px;
}

.ge_headerTitleText
{
  font-size: 50px;
  letter-spacing: 3px;
}

.ge_headerTitlelabel
{
  width: 200px;
  text-align: center;
  padding: 5px;
  margin-bottom: 10px;
  background: linear-gradient(to bottom right,darkgoldenrod,palegoldenrod);
  color: black;
}

.ge_headerbtn
{
  position:absolute;
  right: 50%;
  bottom: -5px;
  transform: translate(50%, 34%);
  width: 400px;
  background-color: #C91422;
  border: 5px solid #fff;
  border-radius: 45px;
  color: white;
  text-align: center;
  padding: 8px;
  font-size: larger;
}

.ge_headerDay
{
  margin-top: 25px;
  font-size: large;
}

.ge_headerDayTitle
{
  padding: 5px 10px;
  background-color: forestgreen;
  border-radius: 4px;
}

.ge_headerDayText
{
  margin-left: 20px;
}

.ge_catchcopy
{
  text-align: center;
  font-size: xx-large;
  line-height: 2.0em;
  font-weight: bold;
}

.ge_backgroundcolor1
{
  background-color:rgb(242,242,242);
}

.ge_backgroundcolor2
{
  background-color:lightyellow;
}

.ge_labelBox
{
  background-color: white;
  border: 1px solid black;
  margin-bottom: 20px
}

.ge_labelBox_title
{
  background-color: black;
  padding: 15px;
  color: white;
  display: flex;
  font-size: x-large;
}
.ge_labelBox_titleNumber
{
  margin-right: 15px;
}

.ge_labelBox_content
{
  padding: 30px;
  display: flex;
}

.ge_labelBox_child
{
  flex-basis: 45%;
}

.ge_labelBox_childTitle
{
  background-color: #c91422;
  color: white;
  padding: 5px;
  width: 100px;
  text-align: center;
  border:1px solid #c91422;
}

.ge_labelBox_childTitle.color2
{
  background-color: white;
  color: #c91422;
}

.ge_labelBox_childText
{
  margin-top: 15px;
  padding: 10px 15px;
}

.ge_labelBox_childText.color2
{
  background-color: #c91422;
  color: white;
}
.ge_labelBox_arrow
{
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #c91422;
  margin: auto 30px;
  height:30px;
}

.ge_caseTitle
{
  display: flex;
}

/* 3つの事例----------------↓ */
.ge_case_parent
{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;  
}


.ge_case_child
{
  background: white;
  width: 300px;
  padding: 30px;
}

.ge_case_up
{

}

.ge_case_up_point
{
  color: darkgray;
}

.ge_case_up_point > span
{
  display: block;
}

.ge_case_up_point > span:last-child
{
  font-size: 40px;
  float: left;
}

.ge_case_up_img
{
  width: 150px;
  margin: auto;
}

.ge_case_down
{

}

.ge_case_down_title
{
  text-align: center;
  font-weight: bold;
  padding: 15px 0;
}

.ge_case_down_text
{

}
/* 3つの事例----------------↑ */

/* 講師一覧----------------↓ */
.ge_speakerGroup_pc
{
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}

.ge_speakerGroup_mobile
{
  display:none;
}

.ge_speakerBox
{
  width: 150px;
}

.ge_speakerBoxImg
{
  width: 130px;
}

.ge_speakerBoxText
{
  line-height: 1.0em;
  
}

.ge_speakerBoxText_size
{
  font-size:x-small;
  display:block;
  margin: 5px 0;
  line-height: 1.3em;
}
/* 講師一覧----------------↑ */

/* セミナー一覧----------------↓ */
.ge_tile_group
{
  flex-direction: row;
  line-height: 1.0em;
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
/* 開催中イベントひとつひとつのタイルボックス */
.ge_tile_box
{
  margin-right:17px;
  margin-bottom:20px;
  display:flex;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}
/* 一番右に表示されるものは右側のMarginを0に */
.ge_tile_box:nth-child(3n)
{
  margin-right:0
}
/* コラムのタイルボックス */
.ge_tile_box_column
{
  margin-right:17px;
  margin-bottom:20px;
  display:flex;
}
.ge_tile_box_column:nth-child(3n)
{
  margin-right:0
}
/* レポートのタイルボックス */
.ge_tile_box:nth-child(3n)
{
  margin-right:0
}

/* サイズ別クラス■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* タイル（xlarge） */
.ge_tile_xlarge
{
  width:300px;
}

/* タイル共通のデザインクラス */
.ge_tile_commonDesign
{
  position:relative;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  cursor: pointer;
  border-radius: 4px;
  background-color: #fff;
  letter-spacing: normal;
  text-align: center;
}

/* 空白タイル：セミナー・コラム一覧で使用します */
.ge_tile_blankDesign
{
  margin-right:17px;
  margin-bottom:20px;
  display:flex;
}

.ge_tile_medium_image 
{
  border-radius: 4px 4px 0 0;
  /* 2023/12/07追記：geLPでタイルが妙に縦に長いので指定を削除 */
  /*height: 210px;*/
  width: auto;
}

.ge_tile_commonDesign:hover
{
  opacity: .7;
}

/* レスポンシブ対応■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
@media screen and (max-width: 768px)
{
  .ge_tile_box, .ge_tile_box_column, .ge_tile_box_report
  {
    width:100%;
    min-width:100%;
    margin: 10px 0;
  }
  .ge_tile_medium,.ge_tile_large,.ge_tile_xlarge
  {
    width:100%;
    min-width:100%;
  }
  .ge_tile_medium_image
  {
    height:auto;
    width: 100%;
  }
  
}


/* タイルのリンク部分 */
.ge_tile_link
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent:-999px;
  z-index: 2;
}
/* タイル内容（medium） */
.ge_tile_medium_content
{
  padding: 20px;
  margin-bottom: 40px;
  text-align: left;
}
/* タイルの日付（medium） */
.ge_tile_medium_date
{
  font-size:12px;
  margin: 0;
  margin-top: 10px;
}
.ge_top_seminarBox_tag
{
  color: #00a1c6;
}

.ge_top_seminarBox_pin
{
  height:15px;
  width:15px;
  display: inline-block;
  vertical-align:top;
}

.ge_top_seminarBox_pin [src$=".svg"]
{
  width:100%;
}

/* タイルのタイトル */
.ge_tile_title
{
  margin: 10px 0;
  line-height: 1.5em;
}
/* タイルの日付（medium） */
.ge_tile_medium_date
{
  font-size:12px;
  margin: 0;
  margin-top: 10px;
}

.ge_sem_entrybtn
{
  background: #c91422;
  color: white;
  text-align: center;
  padding: 5px;
  border-radius: 100px;
  position: absolute;
  border: 2px solid #c91422;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 95%;
}

.ge_sem_readbtn
{
  color: #c91422;
  text-align: center;
  padding: 5px;
  border-radius: 100px;
  border: 2px solid #c91422;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 95%;
}
/* セミナー一覧----------------↑ */


/* もっと見るボタン関連----------------↓ */
.is-hidden_tilebox {
    opacity: 0;
    height: 0;
    margin: 0;
    width:0;
    display:none;
}
.is-hidden_tilebox a{
    pointer-events: none;
}
.is-hidden_tilebox div{
    display:none;
}

.more_tilebox {
    text-align: center;
    margin-top: 20px;
  margin-bottom: 20px;
}
button {
    background-color: white;
    border: 1px solid gray;
    cursor: pointer;
    outline: none;
    padding: 0;
    height: 50px;8
    line-height: 50px;
    width: 180px;
    border-radius: 10px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
}
@media screen and (max-width: 768px)
{
  button
  {
    min-width:100%;
  }
}

.ge_moreBtn
{
  width: 400px;
  background-color: #c91422;
  border: none;
  border-radius: 45px;
  color: white;
  text-align: center;
  padding: 8px;
  font-size: larger;
  margin: auto 0;
}

@media screen and (max-width: 768px)
{
  .ge_moreBtn
  {
    width:auto;
  }
}
/* もっと見るボタン関連----------------↑ */



.ge_pointList
{
  list-style-type: disc;
  list-style-position: outside;
  line-height: 1.5em;
  margin-top: 10px;
}

.ge_pointList li
{
  margin-bottom: 10px;
  padding-left: 1.5em;
  text-indent: -0.7em;
}

.ge_title
{
  font-weight: bold;
  font-size: x-large;
}

.ge_subtitle
{
  font-weight: bold;
  font-size: larger;
}
.ge_countryimg
{
  width: 50px;
  margin: -15px 0 -10px 20px;
}

.ge_seminarTable
{
  background-color:white;
  width: 100%;
}

.ge_seminarTable td
{
  padding:10px;
  border:1px solid lightgray;
  vertical-align: middle;
}

.ge_seminarTable td.ge_seminarTable_entry
{
  border-left: none;
}
.ge_seminarTable td.ge_seminarTable_day
{
  border-right: none;
}
.ge_seminarTable td.ge_seminarTable_title
{
  font-weight:bold;
}


.ge_text
{
  margin-top: 20px;
  font-size:small;
}

.ge_link
{
  color: #00a1c6;
  text-decoration: underline;
}

.ge_link:hover
{
  text-decoration: none;
  opacity: .7;
  cursor:pointer;
}

.ge_entrybtn
{
  width: 120px;
  background-color: #c91422;
  border-radius: 45px;
  color: white;
  text-align: center;
  padding: 5px;
  display: inline-block;
  margin-left: 20px;
}

.ge_hoverContent:hover
{
  opacity: .7;
  cursor:pointer;
}

.ge_hoverContent.big:hover
{
  transform: scale(1.1, 1.1);
  cursor:pointer;
  opacity: 1;
  transition: 0.5s;
}


.ge_speakerArea
{
  display:flex;
  background-color: white;
  padding: 15px;
}

.ge_speakerNameArea
{
  display:flex;
  flex:2.5;
}

.ge_speakerName
{
font-size: 16px;
  margin-right: 20px;
}

.ge_speakerInfo
{
  font-size: 14px;
  flex:3;
}

.ge_speakerImg
{
  margin-right:10px;
  width: 150px;
}
.ge_kanrenSiteTag
{
  padding-left: 10px;
  border-left: 2px solid #c91422;
  color: #c91422;
  margin-bottom: 10px;
}
.ge_kanrenSiteTag.column
{
  width: 120px;
  font-size: small;
  font-weight: initial;
}
.ge_kanrenSiteTag.report
{
  width: 160px;
}
.ge_kanrenSiteParent
{
  display:flex;
  justify-content: space-between;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

/* 関連コンテンツの配置調整---↓ */
.ge_kanrenSiteParent:after
{
  content: "";
  display: block;
  width: 300px;  /* .ge_kanrenSiteChildに指定したwidthと同じ幅を指定する */
  height: 0;
}
/* 関連コンテンツの配置調整---↑ */

.ge_kanrenSiteChild
{
  width: 300px;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
  margin-bottom:20px;
  background-color: white;
}
.ge_kanrenSiteImg
{
  width: 300px;
    height: 200px;
}
    

.ge_kanrenSiteImg img
{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ge_kanrenSiteInfo
{
  padding: 20px;
  line-height: 1.5em;
  height:250px;
}

.ge_companyImg
{
  max-width:200px;
  vertical-align: middle;
  margin: 0 10px 10px 0;
}

.ge_companyImgArea
{
  text-align:center;
  margin-bottom: 30px;
}

.ge_companyArea
{
  padding:50px 0;
}

.ge_banner
{
  height: 156px;
  margin-bottom: 50px;
  background-repeat: no-repeat;
  position:relative;
}

.ge_banner.movie
{
  background-image: url(https://www.obc.co.jp/hubfs/obc_remodel/ipo/event/specialwebsite/ge/banner_movie2.png);
  background-position: right;
}

.ge_banner_movieImg
{
  display:none;
}

.ge_banner_movieText
{
  padding:15px;
}

.ge_banner_movieText1
{
  color: white;
  background: linear-gradient(#daaf08,rgb(60,20,20));
  padding: 5px;
  width: 150px;
  display: inline-block;
}

.ge_banner_movieText2
{
  color: white;
  display: inline-block;
}

.ge_banner_movieText3
{
  color: white;
  font-size: 30px;
  font-family: serif;
  margin-top: 10px;
  font-weight: bold;
}

.ge_banner_movieText4
{
  width: 100px;
  background-color: black;
  color: white;
  border: 1px solid white;
  position: absolute;
  right: 20px;
  bottom: 10px;
  padding: 5px;
  text-align: center;
}

.ge_bannerArea
{
  position:relative; 
}
.ge_bannerLink
{
  position:absolute;
  top: 0;
  left: 0;
  height:100%;
  width: 100%;
  display: block;
  z-index: 2;
}

.ge_banner_pc
{
  display:block;
}
.ge_banner_mobile
{
  display:none;
}

.ge_banner_moviePR
{
  display:inline-block;
}

/*=============================================
　レスポンシブ対応
=============================================*/
@media screen and (max-width: 768px)
{
  .ge_header
  {
    padding: 40px 10px 60px 10px;
    background-image: url(https://www.obc.co.jp/hubfs/obc_remodel/ipo/event/specialwebsite/ge/header6.png);
  }
  .ge_header_pr
  {
    transform:none;
    margin-left:0;
  }
  .ge_headerImage1
  {
    display:none;
  }
  .ge_headerImage2
  {
    display:block;
    position: absolute;
    bottom: 0;
  }
  .ge_newline
  {
    display:block;
  }
  .ge_headerTitle
  {
    min-width:350px;
    width:auto;
  }
  .ge_headerTitleText
  {
    font-size:40px;
  }
  .ge_headerDay
  {
    margin-top: 40px;
  }
  .ge_headerDayText
  {
    display: block;
    margin-top: 10px;
    margin-left: 5px;
  }
  .ge_headerbtn
  {
    font-size:large;
  }
  .ge_catchcopy
  {
    font-size: x-large;
  }
  .ge_content
  {
    width:100%;
    padding: 60px 20px;
    font-size: 14px;
  }
  .ge_contentTitle
  {
    font-size:x-large;
  }
  .ge_title
  {
    font-size:large;
  }
  .ge_subtitle
  {
    font-size:medium;
  }
  .ge_labelBox_content
  {
    flex-direction: column;
  }
  .ge_labelBox_arrow
  {
    border-top: 30px solid #c91422;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-bottom:none;
    margin: 15px auto;
  }
  .ge_labelBox_content
  {
    padding:15px;
  }
  .ge_labelBox_childText
  {
    padding: 5px 10px;
  }
  .ge_labelBox_title
  {
    font-size:large;
  }
  .ge_caseTitle
  {
    flex-direction: row-reverse;
  }
  .ge_caseTitle.column
  {
    flex-direction: column-reverse;
  }
  .ge_countryimg
  {
    padding: 0 10px 0 0;
    margin: 0 10px -10px 0;
  }
  .ge_countryimg.column
  {
    padding: 0 10px 0 0;
    margin: 0 10px 10px 0;
  }
  .ge_speakerArea
  {
    flex-direction: column;
  }
  .ge_speakerInfo 
  {
    margin-top:20px;
    width:100%;
  }
  .ge_seminarTable td
  {
    display:block;
  }
  .ge_entrybtn
  {
    margin-left: auto;
    width: 100%;
    margin: 6px 0;
  }
  .ge_seminarTable td.ge_seminarTable_title
  {
    background-color: lightgray;
  }
  .ge_seminarTable td.ge_seminarTable_entry
  {
    border-left: 1px solid lightgray;
    border-top:none;
  }
  .ge_seminarTable td.ge_seminarTable_day
  {
    border-right: 1px solid lightgray;
    border-bottom:none;
  }
  .ge_kanrenSiteChild
  {
    width: 100%;
    margin:auto auto 20px auto;
  }
  .ge_kanrenSiteParent a
  {
    width:100%
  }
  .ge_kanrenSiteImg
  {
    height:auto;
    width:auto;
  }
  .ge_kanrenSiteInfo
  {
    height: auto;
  }
  .ge_companyImg
  {
    display:block;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .ge_banner
  {
    height: auto;
    background-size: cover;
  }
  .ge_banner.movie
  {
    background-image: url(https://www.obc.co.jp/hubfs/obc_remodel/ipo/event/specialwebsite/ge/banner_movie_mobile_bottom.png);
  }


  .ge_banner_movieText2
  {
    margin-top: 10px;
  }

  .ge_banner_movieText3
  {
    font-size: x-large;
    margin-bottom: 40px;
  }
  .ge_banner_movieImg
  {
    display:block;
    width:100%;
  }
  .ge_banner_pc
  {
    display:none;
  }
  .ge_banner_mobile
  {
    display:block;
  }
  .ge_banner_moviePR
  {
    display:none;
  }
  
  /* 3つの事例----------------↓ */
  .ge_case_child
  {
    width: 100%;
    margin-bottom: 20px;
  }
  
  
  /* 3つの事例----------------↑ */
  
  /* 講師一覧----------------↓ */
  .ge_speakerGroup_pc
  {
    display: none;
  }

  .ge_speakerGroup_mobile
  {
    display: flex;
    flex-direction: column;
  }
  
  .ge_speakerGroup_mobile > span
  {
    margin:10px;
  }
  
  .ge_speakerBoxImg
  {
    width: 30px;
    display: inline-block;
    float: left;
    margin-right: 10px;
  }
}


/*********************************************/
/* ポップアップ　　　　　　　　　　　          　*/
/*********************************************/
.ge_popup {
    position: fixed;
    bottom: 0;
    right: 20px;
    transition: .5s;
    display:none;
    z-index: 10;
}
.ge_popup a {
    background: white;
    color: black;
    padding: 20px;
    text-align: center;
    display: block;
    border: 4px solid #c91422;
    border-bottom:none;
    text-align: left;
    line-height: 1.5em;
    position: relative;
}
.ge_popup a:hover {
    text-decoration: none;
}

.ge_popup a:hover .ge_popup_filter
{
  opacity:0.3;
}

.ge_popup_text
{
  font-size:small;
  display: flex;
  margin-bottom: 5px;
}

.ge_popup_text div:first-child
{
  padding: 3px;
  background: #c91422;
  color: white;
  margin-right: 5px;
  border-radius: 4px;
  width: 100px;
  text-align: center;
}
.ge_popup_text div:last-child
{
   margin-top: 3px;
}
   

.ge_popup_catchCopy
{
  text-align: center;
  color: #c91422;
  margin: 10px auto 0 auto;
  padding: 10px;
  width: 100%;
  border-radius: 100px;
  border: 3px solid #c91422;
}
.ge_popup_top
{
  display: flex;
  flex-direction: column;
}
.ge_popup_close
{
  background: #c91422;
  text-align: center;
  border-radius: 10px 10px 0 0;
  font-size:small;
  padding-top:3px;
  color:white;
  cursor:pointer;
}

.ge_popup.hidePopup
{
  transform:translateY(90%);
}

.ge_popup_filter
{
  background:white;
  height: 100%;
  position: absolute;
  width: 90%;
  opacity:0;
}

@media screen and (max-width: 768px)
{
  .ge_popup
  {
    right: 0;
    width:100%;
  }
  .ge_popup a
  {
    width:100%;
  }
  .ge_popup_text
  {
    flex-direction: column;
    width: 100%;
  }
}


/*********************************************/
/* セミナーレポート　　　　　　　　　　　          　*/
/*********************************************/

.ge_report
{
  padding: 15px;
  text-align: center;
}
	
.ge_reportTitle
{
  font-weight:bold;
  margin-bottom:20px;
  display: block;
}

.ge_reportParent
{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around
}

img.ge_reportImg
{
  height: 180px;
  border:1px solid
}

@media screen and (max-width: 768px)
{
  .ge_reportParent a
  {
      margin-top:10px;
  }
  img.ge_reportImg
  {
    height:auto;
  }
}