@charset "UTF-8";
.font-jp {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
}

.font-en {
  font-family: "Google Sans", Roboto, "Noto Sans JP", Arial, sans-serif !important;
}

#gbu_container {
  color: #55555a;
}

.gbu_mv {
  margin: 25px auto 0; 
  width: 95%;
  max-width: 1200px;
}

/* ----------------------------------------------- */
/* TOP PAGE
* ----------------------------------------------- */
.gbu_top {
  margin-bottom: 65px;
}
.gbu_top .gbu_anchor_list_wrapper {
  width: 100%; 
  background-color: #f4f6f9;
}
.gbu_top .gbu_anchor_list {
  display: flex;
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
  max-width: 1100px;
  height: 80px;

  flex-wrap: wrap;
  align-items: center;
}
.gbu_top .gbu_anchor_listItem {
  padding-left: 56px; 
  letter-spacing: 0.02em;
  color: #55555a;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
.gbu_top .gbu_anchor_listItem:hover {
  opacity: 0.6; 
  cursor: pointer;
}
.gbu_top .gbu_anchor_listItem:first-child,
.gbu_top .gbu_anchor_listItem:nth-child(6) {
  padding-left: 0;
}
.gbu_top .gbu_anchor_listItem:nth-child(7) {
  padding-left: 164px;
}
.gbu_top .gbu_anchor_listItem:nth-child(8) {
  padding-left: 58px;
}
.gbu_top .gbu_anchor_listItem:last-child {
  padding-left: 102px;
}
.gbu_top .gbu_anchor_listItem span {
  display: inline-block;
  position: relative;
  text-align: left;
}
.gbu_top .gbu_anchor_listItem span::after {
  content: "";
  position: absolute;
  top: 0;
  right: -23px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 6px;
  background: url(../img/top/anchor_arrow_lg.png) top center/contain;
}
.gbu_top .gbu_section_wrapper {
  padding-right: 20px; 
  padding-left: 20px;
}
.gbu_top .gbu_add_banner {
  margin: 87px auto;
  padding: 0 0 35px;
  width: 95%;
  max-width: 1200px;
  background-color: #f4f6f9;
}
.gbu_top .gbu_add_banner p {
  display: flex;
  height: 44px;
  background: #1a73e8; 
  letter-spacing: 0.08em;
  color: #fff;
  font-size: 20px;
  font-weight: bold;

  align-items: center;
  justify-content: center;
}
.gbu_top .gbu_add_banner a {
  display: block;
  margin: 35px auto 0; 
  width: 952px;
}
.gbu_top .gbu_add_banner img {
  width: 100%;
}
.gbu_top .gbu_section {
  box-sizing: border-box; 
  margin: 70px auto 0;
  padding: 144px 50px 150px;
  width: 95%;
  max-width: 1200px;
  background-color: #f4f6f9;
}
.gbu_top .gbu_section.section01 .gbu_section_ttl {
  margin-top: 13px;
  line-height: 1.1;
}
.gbu_top .gbu_section_lead {
  font-size: 25px;
  line-height: 1.44;
}
.gbu_top .gbu_section_ttl {
  margin-top: 5px;
  letter-spacing: 0.025em;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.8;
}
.gbu_top .gbu_section_leadSub {
  margin-top: 16px;
  letter-spacing: 0.02em; 
  line-height: 1.7;
}
.gbu_top .gbu_desc_wrapper {
  display: flex;
}
.gbu_top .gbu_desc_main {
  width: 62.36%;
}
.gbu_top .gbu_desc_sub {
  display: flex;
  flex-direction: column;
  width: 37.64%;

  align-items: center;
}
.gbu_top .gbu_desc_imgList {
  display: flex;
}
.gbu_top .gbu_desc_imgList li {
  width: calc((100% - 40px) / 3);
}
.gbu_top .gbu_desc_imgList li:not(:last-child) {
  margin-right: 20px;
}
.gbu_top .gbu_btn_group {
  display: flex;
  margin-top: 120px;
}
.gbu_top .gbu_btn_link {
  border-radius: 4px; 
  width: calc((100% - 13px) / 2);
  height: 70px;
  background: #1a73e8;
}
.gbu_top .gbu_btn_link:hover {
  opacity: 0.6;
}
.gbu_top .gbu_btn_link:nth-child(2) {
  margin-left: 13px;
}
.gbu_top .gbu_btn_link.btn_single {
  margin: 70px auto 0;
}
.gbu_top .gbu_btn_link.flex-column a {
  display: block;
  box-sizing: border-box;
  padding: 14px 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
}
.gbu_top .gbu_btn_link.flex-column span {
  margin-top: 0;
}
.gbu_top .gbu_btn_link a {
  display: flex;
  height: 100%;
  letter-spacing: 0.02em; 
  color: #fff;
  font-size: 16px;
  font-weight: bold;

  justify-content: center;
  align-items: center;
}
.gbu_top .gbu_btn_link a:hover {
  text-decoration: none;
  color: #fff;
}
.gbu_top .gbu_btn_link a span {
  display: inline-block;
  margin-top: 4px;
}
.gbu_top .gbu_btn_link.btn_info {
  box-sizing: border-box; 
  border: 1px solid #1a73e8;
  width: 218px;
  background: #fff;
}
.gbu_top .gbu_btn_link.btn_info a {
  color: #1a73e8;
}
.gbu_top .gbu_btn_link.btn_info.pos_right {
  margin-left: 50px;
}
.gbu_top .gbu_btn_link.btn_info.pos_left {
  margin-right: 50px; 
  margin-left: 0;
}
.gbu_top .gbu_btn_link.btn_add {
  margin-top: 28px; 
  margin-left: 0;
  width: 280px;
}
.gbu_top .gbu_btn_link.btn_add + .btn_add {
  margin-top: 20px;
}
.gbu_top .gbu_add_section {
  margin-top: 147px;
}
.gbu_top .gbu_section_leadImg {
  text-align: center;
}
.gbu_top .gbu_add_section_wrapper {
  display: flex;
  margin: 52px auto 0;
  width: 95%;
  max-width: 1200px;

  justify-content: center;
}
.gbu_top .section01 .gbu_btn_link.btn_info.pos_left {
  margin: 70px auto 0;
}
.gbu_top .section02 .gbu_btn_link.btn_info.pos_left {
  margin: 70px auto 0;
}
.gbu_top .section02 .gbu_btn_link.btn_single {
  margin: 120px auto 0;
}
.gbu_top .section03 .gbu_btn_group {
  margin: 48px auto 0;
}
.gbu_top .section03 .gbu_desc_imgList {
  margin-top: 46px;
}
.gbu_top .section03 .gbu_desc_sub {
  justify-content: flex-end;
}
.gbu_top .section04 .gbu_btn_link.btn_info.pos_left {
  margin: 70px auto 0;
}
.gbu_top .section05 .gbu_desc_imgList {
  margin-top: 46px;
}
.gbu_top .section05 .gbu_desc_sub {
  justify-content: flex-end;
}
.gbu_top .section06,
.gbu_top .section07 {
  display: flex;
  margin-top: 0;
  padding: 0 0 0 50px;
  width: calc(50% - 25px);
}
.gbu_top .section06 .gbu_section_ttl,
.gbu_top .section07 .gbu_section_ttl {
  letter-spacing: 0.01em; 
  font-size: 36px;
  line-height: 1.4;
}
.gbu_top .section06 .gbu_section_txt_block,
.gbu_top .section07 .gbu_section_txt_block {
  margin-top: 54px;
}
.gbu_top .section07 {
  margin-left: 50px;
}
.gbu_top .section08 .gbu_desc_sub {
  align-items: flex-end;
}
.gbu_top .section08 .gbu_btn_link.btn_single {
  margin: 120px auto 0;
}
.gbu_top .section08 .gbu_btn_link.btn_info.pos_right {
  margin: 70px 80px 0 0px;
}
.gbu_top .section-google-tv {
  padding: 114px 50px 150px;
}
.gbu_top .section-google-tv .gbu_desc_wrapper {
  align-items: flex-end;
}
.gbu_top .section-google-tv .gbu_section_ttl {
  margin: 25px 0 50px; 
  line-height: 1.3;
}
.gbu_top .section-google-tv .gbu_btn_link.btn_info.pos_left {
  margin: 70px 0 0;
}
.gbu_top .section-google-tv .gbu_btn_link.btn_single {
  width: 380px;
}
.gbu_top .section-google-tv .gbu_section_btn_list {
  display: flex;

  justify-content: space-between;
}
.gbu_top .section-google-tv .iframe-wrap {
  margin: 30px 0 0;
}
.gbu_top .section-2gen .main_desc {
  width: 60%;
}
.gbu_top .section-2gen .main_img {
  width: 40%;
}
.gbu_top .section-2gen .gbu_btn_link.btn_info.pos_left {
  margin: 70px auto 0;
}
.gbu_top .section-2gen .gbu_btn_link.btn_single {
  margin: 120px auto 0;
}
.gbu_top .iframe-wrap {
  margin: 0 0 0 0;
  width: 364px;
}
.gbu_top .iframe-wrap .iframe-inner {
  position: relative;
  padding-top: 56.25%; 
  width: 100%;
  height: 0;
}
.gbu_top .iframe-wrap .iframe-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; 
  height: 100%;
}

/* ----------------------------------------------- */
/* ITEM PAGE
* ----------------------------------------------- */
.gbu_item sup {
  vertical-align: super; 
  font-size: 10px;
}

.gbu_item .gbu_mv {
  position: relative;
  margin-top: 30px; 
  background: #f4f6f9;
}

.gbu_item .gbu_mv_inner {
  display: flex;
}
.gbu_item .gbu_mv_inner.item01 .gbu_mv_txt {
  width: calc(100% - 582px);
}
.gbu_item .gbu_mv_inner.item01 .gbu_mv_img {
  width: 582px;
}
.gbu_item .gbu_mv_inner.item02 .gbu_mv_txt,
.gbu_item .gbu_mv_inner.item02 .gbu_mv_img,
.gbu_item .gbu_mv_inner.item04 .gbu_mv_txt,
.gbu_item .gbu_mv_inner.item04 .gbu_mv_img {
  width: 50%;
}
.gbu_item .gbu_mv_inner.item03 .gbu_mv_txt {
  width: calc(100% - 450px);
}
.gbu_item .gbu_mv_inner.item03 .gbu_mv_img {
  width: 450px;
}
.gbu_item .gbu_mv_inner.item_googletv .gbu_mv_txt {
  width: calc(100% - 600px);
}
.gbu_item .gbu_mv_inner.item_googletv .gbu_mv_img {
  width: 600px;
}
.gbu_item .gbu_mv_inner.item07 .gbu_mv_txt {
  width: calc(100% - 539px);
}
.gbu_item .gbu_mv_inner.item07 .gbu_mv_img {
  width: 539px;
}
.gbu_item .gbu_mv_inner.item07 .gbu_item .gbu_mv_lead {
  margin-top: -23px;
}

.gbu_item .gbu_mv_txt {
  display: flex;
  flex-direction: column;
  box-sizing: border-box; 
  padding-left: 115px;

  justify-content: center;
}

.gbu_item .gbu_mv_lead {
  margin-top: 10px; 
  font-size: 25px;
}

.gbu_item .gbu_mv_ttl {
  margin-top: 12px;
  letter-spacing: 0.015em; 
  font-size: 40px;
  font-weight: 500;
  line-height: 1.23;
}
.gbu_item .gbu_mv_ttl.font-en,
.gbu_item .gbu_mv_ttl .font-en {
  font-size: 45px;
}

.gbu_item .gbu_back_btn {
  position: absolute;
  top: 22px;
  left: 28px;
  width: 122px;
  height: 42px;
}
.gbu_item .gbu_back_btn img {
  width: 100%;
}

.gbu_item .gbu_intro {
  display: flex; 
  margin-top: 147px;
}
.gbu_item .gbu_intro.item_googletv {
  align-items: center;
}
.gbu_item .gbu_intro.item_googletv .gbu_intro_main_img img {
  width: 100%;
}
.gbu_item .gbu_intro.item_googletv .gbu_intro_txt {
  padding: 0;
}

.gbu_item .gbu_intro_main_img,
.gbu_item .gbu_intro_txt {
  width: 50%;
}

.gbu_item .gbu_intro_txt {
  padding-top: 43px; 
  text-align: center;
}
.gbu_item .gbu_intro_txt.item04 {
  padding-top: 121px;
}
.gbu_item .gbu_intro_txt.item07 {
  padding-top: 115px;
}

.gbu_item .gbu_intro_ttl {
  letter-spacing: 0.04em; 
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
}
.gbu_item .gbu_intro_ttl span {
  font-weight: 500;
}

.gbu_item .gbu_intro_desc {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.8;
}

.gbu_item .gbu_intro_img.item01 {
  margin-top: 33px;
}
.gbu_item .gbu_intro_img.item01 img {
  width: 157px;
}

.gbu_item .gbu_intro_img.item02 {
  margin-top: 38px;
}
.gbu_item .gbu_intro_img.item02 img {
  width: 194px;
}

.gbu_item .gbu_intro_img.item03 {
  margin-top: 72px;
}
.gbu_item .gbu_intro_img.item03 img {
  width: 409px;
}

.gbu_item .gbu_intro_img.item_googletv {
  margin-top: 40px;
}
.gbu_item .gbu_intro_img.item_googletv img {
  width: 447px;
}

.gbu_item .gbu_recommend {
  margin-top: 150px; 
  background: #f4f6f9;
}
.gbu_item .gbu_recommend.item01 {
  height: 851px; 
  background: #f4f6f9 url(../img/item/recommend_bg01_lg.jpg) top center/cover;
}
.gbu_item .gbu_recommend.item02 {
  height: 886px; 
  background: #f4f6f9 url(../img/item/recommend_bg02_lg.jpg) no-repeat top right/contain;
}
.gbu_item .gbu_recommend.item03 {
  height: 866px; 
  background: #f4f6f9 url(../img/item/recommend_bg03_lg.jpg) no-repeat top right/contain;
}
.gbu_item .gbu_recommend.item04 {
  height: 874px; 
  background: #f4f6f9 url(../img/item/recommend_bg04_lg.jpg) no-repeat top right/contain;
}
.gbu_item .gbu_recommend.item05 {
  height: 886px; 
  background: #f4f6f9 url(../img/item/recommend_bg05_lg.jpg) no-repeat top right/contain;
}
.gbu_item .gbu_recommend.item_googletv {
  height: 886px; 
  background: #f4f6f9 url(../img/item/recommend_bg_googletv_lg.jpg) no-repeat top right/contain;
}
.gbu_item .gbu_recommend.item07 {
  height: 854px; 
  background: #f4f6f9 url(../img/item/recommend_bg07_lg.jpg) no-repeat top right/contain;
}

.gbu_item .gbu_recommend_txt {
  padding-top: 123px;
  padding-left: 47px;
}

.gbu_item .gbu_recommend_ttl {
  letter-spacing: 0.02em; 
  font-size: 45px;
  font-weight: bold;
}

.gbu_item .gbu_recommend_txt_block {
  margin-top: 60px;
  margin-left: 5px;
}

.gbu_item .gbu_recommend_ttl_sub {
  padding-bottom: 9px;
  border-bottom: 1px solid #d6d6dd;
  width: 393px;
  letter-spacing: 0.025em; 
  font-size: 25px;
  font-weight: bold;
}

.gbu_item .gbu_recommend_desc {
  margin-top: 9px;
  margin-left: 2px;
  font-size: 16px;
  line-height: 1.7;
}
.gbu_item .gbu_recommend_desc span {
  letter-spacing: 0.01em;
}

.gbu_item .gbu_scene {
  margin-top: 136px;
}

.gbu_item .gbu_scene_ttl {
  text-align: center; 
  letter-spacing: 0.035em;
  font-size: 45px;
  font-weight: bold;
}

.gbu_item .gbu_scene_list {
  display: flex;
  margin: 123px auto 0;
  max-width: 970px; 

  flex-wrap: wrap;
}
.gbu_item .gbu_scene_list.item02,
.gbu_item .gbu_scene_list.item03,
.gbu_item .gbu_scene_list.item04,
.gbu_item .gbu_scene_list.item07 {
  margin: 60px auto 0;
}
.gbu_item .gbu_scene_list.item04 {
  margin: 60px auto 0;
}
.gbu_item .gbu_scene_list.item04 .gbu_scene_listItem.column02:nth-child(n + 3) {
  margin-top: 76px;
}
.gbu_item .gbu_scene_list.item04 .gbu_scene_listItem.column02:nth-child(4) .gbu_scene_block_ttl {
  margin: 22px 0 27px;
}
.gbu_item .gbu_scene_list.item_googletv {
  margin: 60px auto 0;
}
.gbu_item .gbu_scene_list.item_googletv .gbu_scene_listItem.column02:nth-child(n + 3) {
  margin-top: 76px;
}

.gbu_item .gbu_scene_listItem {
  position: relative; 
  text-align: center;
}
.gbu_item .gbu_scene_listItem.column02 {
  width: 50%;
}
.gbu_item .gbu_scene_listItem.column02:nth-child(n + 3) {
  margin-top: 157px;
}
.gbu_item .gbu_scene_listItem.column01 {
  margin-top: 80px; 
  width: 100%;
}

.gbu_item .gbu_scene_block_ttl {
  letter-spacing: 0.05em; 
  font-size: 25px;
  font-weight: bold;
}
.gbu_item .gbu_scene_block_ttl span {
  font-weight: 500;
}

.gbu_item .gbu_scene_block_desc {
  margin-top: 11px;
  letter-spacing: 0.01em;
  font-size: 16px;
  line-height: 1.7;
}
.gbu_item .gbu_scene_block_desc a {
  text-decoration: underline; 
  color: #55555a;
}
.gbu_item .gbu_scene_block_desc a:hover {
  opacity: 0.6; 
  text-decoration: none;
  color: #55555a;
}
.gbu_item .gbu_scene_block_desc.desc_link {
  margin-top: 22px;
}

.gbu_item .gbu_scene_block_descSub {
  margin-top: 10px; 
  font-size: 10px;
}
.gbu_item .gbu_scene_block_descSub a {
  text-decoration: underline; 
  color: #55555a;
}
.gbu_item .gbu_scene_block_descSub a:hover {
  opacity: 0.6; 
  text-decoration: none;
  color: #55555a;
}

.gbu_item .gbu_scene_block_badge {
  display: flex;
  box-sizing: border-box; 
  position: absolute;
  top: -65px;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 8px;
  width: 387px;
  height: 55px;
  background: #ea4335;
  color: #fff;
  font-size: 16px;
  font-weight: bold;

  align-items: center;
  justify-content: center;
}
.gbu_item .gbu_scene_block_badge span {
  display: inline-block;
  margin-top: 4px;
  letter-spacing: 0.01em; 
  font-weight: 500;
}

.gbu_item .gbu_scene_listSub {
  display: flex;
  margin: 30px auto 0;
  max-width: 945px;

  flex-wrap: wrap;
}
.gbu_item .gbu_scene_listSub .gbu_btn_link {
  margin: 12px auto 0; 
  width: 260px;
  height: 50px;
}

.gbu_item .gbu_scene_listItem_sub {
  width: calc(100% / 3);
  text-align: center;
}
.gbu_item .gbu_scene_listItem_sub p {
  font-weight: bold;
}
.gbu_item .gbu_scene_listItem_sub p:first-of-type {
  margin-top: 15px;
}
.gbu_item .gbu_scene_listItem_sub p:last-of-type {
  margin-top: 5px;
}
.gbu_item .gbu_scene_listItem_sub p.font-en,
.gbu_item .gbu_scene_listItem_sub p span {
  font-weight: 500;
}
.gbu_item .gbu_scene_listItem_sub:nth-child(4) {
  margin: 50px auto 0; 
  width: 61%;
}
.gbu_item .gbu_scene_listItem_sub:nth-child(4) img {
  width: 100%;
}

.gbu_item .gbu_scene_chromebook {
  display: flex;
  margin-top: 146px;
}

.gbu_item .gbu_chromebook_img,
.gbu_item .gbu_chromebook_desc {
  box-sizing: border-box; 
  width: 50%;
}

.gbu_item .gbu_chromebook_img img {
  width: 100%;
}

.gbu_item .gbu_chromebook_desc {
  padding: 30px 20px 20px; 
  background: #f4f6f9;
  text-align: center;
}

.gbu_item .gbu_chromebook_ttl {
  margin-bottom: 16px;
  font-size: 25px;
  font-weight: bold;
}
.gbu_item .gbu_chromebook_ttl .font-en {
  font-weight: 500;
}

.gbu_item .gbu_chromebook_txt {
  font-size: 16px;
  line-height: 1.7;
}
.gbu_item .gbu_chromebook_txt + .gbu_chromebook_txt {
  margin-top: 10px;
}

.gbu_item .gbu_scene_chromebook_annotation {
  padding: 10px 0 0;
  text-align: right; 
  font-size: 12px;
}

.gbu_item .gbu_scene_table {
  margin: 84px auto 0;
  max-width: 900px;
}
.gbu_item .gbu_scene_table table {
  margin-top: 28px;
  width: 100%; 
  border-collapse: separate;
}
.gbu_item .gbu_scene_table table.new-table {
  margin-top: 48px;
}
.gbu_item .gbu_scene_table table.new-table thead tr {
  height: 254px;
}
.gbu_item .gbu_scene_table table.new-table thead th {
  padding: 0;
}
.gbu_item .gbu_scene_table table.new-table thead th > div {
  display: flex;
  flex-direction: column;
  box-sizing: border-box; 
  padding: 0 0 20px 20px;
  height: 254px;

  justify-content: space-between;
}
.gbu_item .gbu_scene_table table.new-table thead th .table_tag {
  color: #fff;
  font-size: 18px;
}
.gbu_item .gbu_scene_table table.new-table thead th .table_item {
  margin-top: 6px;
  height: 53px; 
  line-height: 1.4;
}
.gbu_item .gbu_scene_table table.new-table thead th:first-child {
  width: 144px;
}
.gbu_item .gbu_scene_table table.new-table thead th:nth-child(2),
.gbu_item .gbu_scene_table table.new-table thead th:nth-child(3),
.gbu_item .gbu_scene_table table.new-table thead th:nth-child(4) {
  width: 252px;
}
.gbu_item .gbu_scene_table table.new-table thead th:nth-child(2) .table_tag {
  background: #007ac3;
}
.gbu_item .gbu_scene_table table.new-table thead th:nth-child(3) .table_tag {
  background: #05a44b;
}
.gbu_item .gbu_scene_table table.new-table thead th:nth-child(4) .table_tag {
  background: #f7b100;
}
.gbu_item .gbu_scene_table table.new-table thead th img {
  width: 100%;
}
.gbu_item .gbu_scene_table table.new-table tbody tr {
  height: auto;
}
.gbu_item .gbu_scene_table table.new-table tbody th {
  padding-left: 10px;
  width: 144px;
  letter-spacing: -0.02em; 
  font-weight: bold;
  line-height: 1.8;
}
.gbu_item .gbu_scene_table table.new-table tbody td {
  padding: 17px 0; 
  width: 252px;
  font-weight: bold;
}
.gbu_item .gbu_scene_table table.new-table tbody td .txt-red {
  margin-right: 11px; 
  margin-left: -32px;
  color: #ea4335;
}
.gbu_item .gbu_scene_table table.new-table tbody td .sound_icon {
  margin: 0;
  width: 100%;
}
.gbu_item .gbu_scene_table table.new-table tbody td p {
  margin-top: 10px; 
  height: 72px;
}
.gbu_item .gbu_scene_table table.new-table tbody td div {
  padding-left: 20px;
}
.gbu_item .gbu_scene_table table.new-table02 {
  margin: 51px auto 0; 
  width: 700px;
}
.gbu_item .gbu_scene_table table.new-table02 thead tr {
  height: 202px;
}
.gbu_item .gbu_scene_table table.new-table02 thead th {
  padding: 0;
}
.gbu_item .gbu_scene_table table.new-table02 thead th > div {
  display: flex;
  flex-direction: column;
  box-sizing: border-box; 
  padding: 0 0 20px 0;
  height: 202px;

  justify-content: space-between;
}
.gbu_item .gbu_scene_table table.new-table02 thead th .table_tag {
  color: #fff;
  font-size: 18px;
}
.gbu_item .gbu_scene_table table.new-table02 thead th .table_item {
  margin-top: 6px;
}
.gbu_item .gbu_scene_table table.new-table02 thead th:first-child {
  width: 152px;
}
.gbu_item .gbu_scene_table table.new-table02 thead th:nth-child(2) {
  width: 264px;
}
.gbu_item .gbu_scene_table table.new-table02 thead th:nth-child(3) {
  width: 284px;
}
.gbu_item .gbu_scene_table table.new-table02 thead th:nth-child(3) > div {
  padding: 0 0 20px 20px;
}
.gbu_item .gbu_scene_table table.new-table02 thead th:nth-child(2) .table_tag {
  background: #007ac3;
}
.gbu_item .gbu_scene_table table.new-table02 thead th:nth-child(3) .table_tag {
  background: #05a44b;
}
.gbu_item .gbu_scene_table table.new-table02 thead th img {
  width: 100%;
}
.gbu_item .gbu_scene_table table.new-table02 tbody tr {
  height: auto;
}
.gbu_item .gbu_scene_table table.new-table02 tbody th {
  padding: 10px 0 10px 18px; 
  letter-spacing: -0.02em;
  font-weight: bold;
  line-height: 1.8;
}
.gbu_item .gbu_scene_table table.new-table02 tbody th span {
  display: block; 
  font-size: 12px;
}
.gbu_item .gbu_scene_table table.new-table02 tbody td {
  padding: 17px 0; 
  font-weight: bold;
}
.gbu_item .gbu_scene_table table.new-table02 tbody td .sound_icon {
  margin: 0;
  width: 100%;
}
.gbu_item .gbu_scene_table table.new-table02 tbody td p {
  margin-top: 10px; 
  height: 72px;
}
.gbu_item .gbu_scene_table table.new-table02 tbody td div {
  padding-left: 20px;
}
.gbu_item .gbu_scene_table tr:nth-child(odd) th,
.gbu_item .gbu_scene_table tr:nth-child(odd) td {
  background: #f4f6f9;
}
.gbu_item .gbu_scene_table tr:nth-child(odd) th {
  border-radius: 8px 0 0 8px;
}
.gbu_item .gbu_scene_table tr:nth-child(odd) td:last-of-type {
  border-radius: 0 8px 8px 0;
}
.gbu_item .gbu_scene_table th {
  padding: 0;
  background: transparent; 
  vertical-align: middle;
}
.gbu_item .gbu_scene_table td {
  text-align: center; 
  vertical-align: middle;
}
.gbu_item .gbu_scene_table thead tr {
  height: auto;
}
.gbu_item .gbu_scene_table thead th {
  padding: 0;
  padding-bottom: 26px; 
  background: #fff !important;
  text-align: center;
  vertical-align: bottom;
}
.gbu_item .gbu_scene_table thead th:first-child {
  width: 265px;
}
.gbu_item .gbu_scene_table thead th:nth-child(2) {
  width: calc((100% - 265px) / 4);
}
.gbu_item .gbu_scene_table thead th:nth-child(2) img {
  width: 142px;
}
.gbu_item .gbu_scene_table thead th:nth-child(3) {
  width: calc((100% - 265px) / 4);
}
.gbu_item .gbu_scene_table thead th:nth-child(3) img {
  width: 116px;
}
.gbu_item .gbu_scene_table thead th:nth-child(4) {
  width: calc((100% - 265px) / 4);
}
.gbu_item .gbu_scene_table thead th:nth-child(4) img {
  width: 81px;
}
.gbu_item .gbu_scene_table thead th:nth-child(5) {
  width: calc((100% - 265px) / 4);
}
.gbu_item .gbu_scene_table thead th:nth-child(5) img {
  width: 58px;
}
.gbu_item .gbu_scene_table thead th span {
  display: inline-block;
  margin-top: 6px; 
  font-size: 18px;
}
.gbu_item .gbu_scene_table thead div img {
  width: auto;
}
.gbu_item .gbu_scene_table tbody tr {
  height: 80px;
}
.gbu_item .gbu_scene_table tbody th {
  padding-left: 30px;
  font-weight: bold; 
  line-height: 1.8;
}
.gbu_item .gbu_scene_table tbody th span {
  font-weight: 300;
}
.gbu_item .gbu_scene_table tbody td {
  font-weight: bold;
}
.gbu_item .gbu_scene_table tbody img {
  display: inline-block;
  margin-right: 5px;
}
.gbu_item .gbu_scene_table.item_googletv table {
  margin-top: 50px;
}
.gbu_item .gbu_scene_table.item_googletv thead th:nth-child(2) img {
  width: 119px;
}
.gbu_item .gbu_scene_table.item_googletv thead th:nth-child(3) {
  padding-bottom: 48px;
}
.gbu_item .gbu_scene_table.item_googletv thead th:nth-child(3) img {
  width: 88px;
}

.gbu_item .gbu_scene_table_ttl {
  text-align: center; 
  font-size: 25px;
  font-weight: bold;
}

.gbu_item .gbu_scene_table_ttlSub {
  margin-top: 11px;
  text-align: center;
  letter-spacing: -0.04em; 
  font-size: 16px;
}

.gbu_item .gbu_scene_table_annotation {
  margin: 128px auto 0;
  max-width: 1000px;
  letter-spacing: -0.055em;
  word-break: break-word; 
  font-size: 12px;
  line-height: 1.45;
}
.gbu_item .gbu_scene_table_annotation + .gbu_scene_table_annotation {
  margin-top: 19px;
}
.gbu_item .gbu_scene_table_annotation a {
  text-decoration: underline; 
  color: #55555a;
}
.gbu_item .gbu_scene_table_annotation a:hover {
  opacity: 0.6; 
  text-decoration: none;
  color: #55555a;
}
.gbu_item .gbu_scene_table_annotation.item_googletv {
  margin: 20px 0 0;
}
.gbu_item .gbu_scene_table_annotation.item07 {
  margin: 71px auto 0;
}

.gbu_item .gbu_app {
  margin-top: 140px;
}

.gbu_item .gbu_app_ttl {
  text-align: center; 
  letter-spacing: 0.025em;
  font-size: 45px;
  font-weight: bold;
}
.gbu_item .gbu_app_ttl sup {
  display: inline-block;
  margin-top: 10px; 
  margin-left: -20px;
  vertical-align: top;
  font-size: 15px;
}

.gbu_item .gbu_app_lead {
  margin-top: 46px;
  text-align: center;
  font-size: 16px;
  line-height: 1.85;
}
.gbu_item .gbu_app_lead a {
  text-decoration: underline; 
  color: #55555a;
}
.gbu_item .gbu_app_lead a:hover {
  opacity: 0.6; 
  text-decoration: none;
  color: #55555a;
}
.gbu_item .gbu_app_lead span {
  letter-spacing: 0.035em;
}

.gbu_item .gbu_app_annotation {
  margin-top: 50px; 
  text-align: center;
  font-size: 10px;
}

.gbu_item .gbu_app_list {
  margin-top: 64px; 
  text-align: center;
}

.gbu_item .gbu_step {
  box-sizing: border-box; 
  margin-top: 150px;
  padding: 135px 105px 122px;
  background: #f4f6f9;
}

.gbu_item .gbu_step_ttl {
  text-align: center; 
  letter-spacing: 0.025em;
  font-size: 45px;
  font-weight: bold;
}
.gbu_item .gbu_step_ttl span {
  font-weight: 500;
}

.gbu_item .gbu_step_list {
  display: flex;
}

.gbu_item .gbu_step_listItem {
  position: relative; 
  padding-top: 174px;
  width: calc(100% / 3);
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}
.gbu_item .gbu_step_listItem::before {
  content: "";
  display: flex;
  box-sizing: border-box;
  position: absolute;
  top: 52px;
  right: 0;
  left: 0;
  margin: auto;
  width: 97px;
  height: 96px;

  align-items: center;
  justify-content: center;
}
.gbu_item .gbu_step_listItem:first-child::before {
  background: url(../img/item/step_badge02.png) top center/contain;
}
.gbu_item .gbu_step_listItem:nth-child(2)::before {
  background: url(../img/item/step_badge04.png) top center/contain;
}
.gbu_item .gbu_step_listItem:nth-child(3)::before {
  background: url(../img/item/step_badge05.png) top center/contain;
}
.gbu_item .gbu_step_listItem span {
  font-weight: 300;
}
.gbu_item .gbu_step_listItem.item03 {
  padding-top: 162px;
}
.gbu_item .gbu_step_listItem.item03::before {
  top: 43px;
}
.gbu_item .gbu_step_listItem.item03:first-child::before {
  background: url(../img/item/step_badge01.png) top center/contain;
}
.gbu_item .gbu_step_listItem.item03:nth-child(2)::before {
  background: url(../img/item/step_badge02.png) top center/contain;
}
.gbu_item .gbu_step_listItem.item03:nth-child(3)::before {
  background: url(../img/item/step_badge03.png) top center/contain;
}
.gbu_item .gbu_step_listItem.item_googletv {
  padding-top: 162px;
}
.gbu_item .gbu_step_listItem.item_googletv::before {
  top: 43px;
}
.gbu_item .gbu_step_listItem.item_googletv:first-child::before {
  background: url(../img/item/step_badge01.png) top center/contain;
}
.gbu_item .gbu_step_listItem.item_googletv:nth-child(2)::before {
  background: url(../img/item/step_badge02.png) top center/contain;
}
.gbu_item .gbu_step_listItem.item_googletv:nth-child(3)::before {
  background: url(../img/item/step_badge03.png) top center/contain;
}

.gbu_item .gbu_cover {
  box-sizing: border-box; 
  margin-top: 150px;
  padding: 135px 60px 140px;
  background: #f4f6f9;
}

.gbu_item .gbu_cover_ttl {
  text-align: center; 
  letter-spacing: 0.025em;
  font-size: 45px;
  font-weight: bold;
}
.gbu_item .gbu_cover_ttl span {
  font-weight: 500;
}

.gbu_item .gbu_cover_list {
  display: flex;
  padding-top: 63px;
}

.gbu_item .gbu_cover_listItem {
  position: relative; 
  width: calc(100% / 3);
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}
.gbu_item .gbu_cover_listItem p {
  margin-top: 23px;
  margin-bottom: 11px;
  letter-spacing: 0.04em; 
  font-size: 25px;
  font-weight: bold;
  line-height: 1.45;
}
.gbu_item .gbu_cover_listItem span {
  font-weight: 300;
}

.gbu_item .gbu_btn_group {
  display: flex;
  margin: 126px auto 0;
  max-width: 1000px;

  justify-content: space-between;
}

.gbu_item .gbu_btn_link {
  box-sizing: border-box; 
  border-radius: 4px;
  width: 425px;
  height: 70px;
  background: #1a73e8;
}
.gbu_item .gbu_btn_link:hover {
  opacity: 0.6;
}
.gbu_item .gbu_btn_link a {
  display: inline-flex;
  width: 100%;
  height: 100%;
  letter-spacing: 0.02em; 
  color: #fff;
  font-size: 16px;
  font-weight: bold;

  justify-content: center;
  align-items: center;
}
.gbu_item .gbu_btn_link a:hover {
  text-decoration: none;
  color: #fff;
}
.gbu_item .gbu_btn_link a span {
  display: inline-block;
  margin-top: 4px;
}
.gbu_item .gbu_btn_link a span.font-jp {
  margin-top: 0;
}
.gbu_item .gbu_btn_link.btn_single {
  margin: 100px auto 0;
}
.gbu_item .gbu_btn_link.btn_single.item07 {
  margin: 127px auto 0;
}
.gbu_item .gbu_btn_link.flex-column a {
  display: block;
  box-sizing: border-box;
  padding: 14px 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
}
.gbu_item .gbu_btn_link.flex-column span {
  margin-top: 0;
}
.gbu_item .gbu_btn_link.chromebook {
  margin: 20px auto 0; 
  width: 315px;
  height: 80px;
}
.gbu_item .gbu_btn_link.chromebook a {
  display: block;
  box-sizing: border-box; 
  padding: 12px 0;
}

.gbu_item .gbu_back_btn.page_bottom {
  position: static;
  margin: 90px auto 0;
  width: auto;
  max-width: 1200px;
  height: auto;
}
.gbu_item .gbu_back_btn.page_bottom img {
  width: 122px;
  height: 42px;
}