.gcb sup {
  display: inline-block;
  font-size: 10px;
  vertical-align: super;
}

.gcb .gcb_blue {
  color: #4285f4;
}

.gcb .gcb_green {
  color: #00bb72;
}

.gcb-new {
  color: #757575;
  margin-bottom: 89px;
  line-height: 1.4;
  text-align: left;
}

.gcb-new a {
  color: #757575;
  text-decoration: none;
}

.gcb picture {
  display: block;
}

.gcb .trans {
  opacity: 1;
  transition: all .3s ease;
}

.gcb .trans:hover {
  opacity: .8;
}

.gcb .gcb_list {
  display: flex;
  flex-wrap: wrap;
  margin: 35px 0 33px;
  justify-content: space-between;
  border-bottom: 1px solid #757575;
}

.gcb .gcb_item a {
  display: block;
  width: 231px;
  border: 2px solid #757575;
  padding: 12px 0 11px;
  border-radius: 8px;
  margin-bottom: 7px;
  text-decoration: none;
  background-color: #fff;
  transition: all 0.3s ease;
  font-size: 22.5px;
  font-weight: bold;
  text-align: center;
  color: #757575;
}

.gcb .gcb_item .gcb_item-active {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 231px;
  height: 53px;
  border: 2px solid #757575;
  border-radius: 8px;
  margin-bottom: 7px;
  text-decoration: none;
  background-color: #fff;
  transition: all 0.3s ease;
  font-size: 22.5px;
  font-weight: bold;
}

.gcb .gcb_item a:hover,
.gcb .gcb_item-active a {
  color: #fff;
  background-color: #757575;
}
.gcb .gcb_find {
  text-align: center;
}

.gcb .gcb_find_bnr {
  width: 1086px;
  margin: 71px 0 0 68px;
}

.gcb .gcb_find_link {
  display: inline-block;
  font-size: 22.5px;
  color: #757575;
  font-weight: bold;
  padding-right: 32px;
  line-height: 2;
  margin-top: 16px;
  margin-bottom: 89px;
  background: url("http://image.yodobashi.com/cms/original/gc/img/Google/220919/img/lineup/ico_arrow.png") right 9px center/13px auto no-repeat;
}

.gcb .gcb_info {
  margin-bottom: 15px;
  color: #757575;
}

.gcb .gcb_info_block {
  display: flex;
  max-width: 1110px;
  margin: 0 auto;
}

.gcb .gcb_info_block + .gcb_info_block {
  margin-top: 77px;
}

.gcb .gcb_info_block-reverse {
  flex-direction: row-reverse;
}

.gcb .gcb_info_block-reverse .gcb_info_textarea {
  padding: 13px 0;
}

.gcb .gcb_info_block-reverse .gcb_info_link {
  color: #00bb72;
  background-image: url("http://image.yodobashi.com/cms/original/gc/img/Google/220919/img/lineup/info/ico_arrow_green.png");
  margin-top: 4px;
}

.gcb .gcb_info_block-reverse .gcb_info_picture {
  margin-bottom: 0;
}

.gcb .gcb_info_block-reverse .gcb_info_img {
  margin: 0 106px 0 62px;
}

.gcb .gcb_info_img {
  width: 430px;
  text-align: center;
  margin-right: 58px;
}

.gcb .gcb_info_picture {
  display: block;
  width: 430px;
  margin: 0 auto 8px;
}

.gcb .gcb_info_link {
  display: inline-block;
  font-size: 19px;
  color: #4285f4;
  font-weight: bold;
  padding-right: 28px;
  line-height: 1.8;
  background: url("http://image.yodobashi.com/cms/original/gc/img/Google/220919/img/lineup/info/ico_arrow_blue.png") right 5px center/12px auto no-repeat;
  margin-top: 4px;
}

.gcb .gcb_info_textarea {
  width: 50%;
  padding: 22px 20px 0 68px;
  flex: 1;
}

.gcb .gcb_info_block-reverse .gcb_info_heading {
  width: 273px !important;
  margin: 0 0 0 2px !important;
  border-bottom: none !important;
  font-size: unset !important;
}

.gcb .gcb_info_heading {
  width: 348px !important;
  margin: 0 0 0 2px !important;
  border-bottom: none !important;
  font-size: unset !important;
}

.gcb .gcb_info_text {
  font-size: 18px;
  padding-left: 3px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 22px;
  margin-top: 27px;
}

.gcb .gcb_info_notice {
  font-size: 16px;
}

.gcb .gcb_info_notice-item {
  margin-bottom: 14px;
  padding-left: 19px;
  position: relative;
}

.gcb .gcb_info_notice-item:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 5px;
  background-color: #757575;
}

.gcb .gcb_compare_table {
  border: none;
  margin-right: -2.5px;
  margin-left: -2.5px;
  color: #757575;
}

.gcb .gcb_compare_table_row {
  display: flex;
}

.gcb .gcb_compare_table_row:first-child {
  align-items: flex-end;
}

.gcb .gcb_compare_table_row:nth-child(2n + 2) {
  display: flex;
  align-items: stretch;
}

.gcb .gcb_compare_table_row:nth-child(2n + 2) .gcb_compare_table_head,
.gcb .gcb_compare_table_row:nth-child(2n + 2) .gcb_compare_table_column {
  background: #f0f0f0;
}

.gcb .gcb_compare_table_row:nth-child(2n + 1) .gcb_compare_table_head,
.gcb .gcb_compare_table_row:nth-child(2n + 1) .gcb_compare_table_column {
  background: #fbfbfb;
}

.gcb .gcb_compare_table_row:first-child .gcb_compare_table_head,
.gcb .gcb_compare_table_row:first-child .gcb_compare_table_column,
.gcb .gcb_compare_table_row:last-child .gcb_compare_table_head,
.gcb .gcb_compare_table_row:last-child .gcb_compare_table_column {
  background: transparent;
}

.gcb .gcb_compare_table_row:last-child .gcb_compare_table_head {
  min-height: unset;
}
.gcb .gcb_compare_table_row:first-child .gcb_compare_table_column {
  padding: 0;
}

.gcb .gcb_compare_table_head {
  border: none;
  margin: 0 2.5px;
  padding: 16px 34px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 63px;
}

.gcb .gcb_compare_table_column {
  width: 247px;
  margin: 0 2.5px;
  padding: 0;
  position: relative;
}

.gcb .gcb_compare_table_head_list {
  text-align: left;
}

.gcb .gcb_compare_table_column .gcb_compare_table_head_list {
  padding: 13px 5px 11px 15px;
  display: flex;
  flex-direction: column;
  height: 85%;
  justify-content: space-around;
}

.gcb .gcb_compare_table_column .gcb_compare_table_head_list li {
  line-height: 1.5;
  margin-bottom: 7px;
}

.gcb .gcb_compare_table_column .gcb_compare_table_head_list li:before {
  top: 11px;
}

.gcb .gcb_compare_table_column-regular picture {
  width: 204px;
  display: block;
  margin: 0 auto 20px;
  position: relative;
  right: 3px;
}

.gcb .gcb_compare_table_column-plus picture {
  width: 209px;
  display: block;
  margin: 0 auto 21px;
  position: relative;
  right: 1px;
}

.gcb .gcb_compare_table_column-premium picture {
  width: 250px;
  display: block;
  position: relative;
  margin-top: 11px;
}

.gcb .gcb_compare_table_column-plus .gcb_compare_table_heading_ttl {
  color: #00bb72;
}

.gcb .gcb_compare_table_column-premium .gcb_compare_table_heading_ttl {
  color: #4285f4;
}

.gcb .gcb_compare_table_column-plus .gcb_compare_table_checked {
  background-color: #00bb72;
}

.gcb .gcb_compare_table_column-premium .gcb_compare_table_checked {
  background-color: #4285f4;
}

.gcb .gcb_compare_table_column-plus .gcb_compare_table_link {
  background-color: #00bb72;
}

.gcb .gcb_compare_table_column-premium .gcb_compare_table_link {
  background-color: #4285f4;
}

.gcb .gcb_compare_table_heading_ttl {
  font-size: 16px !important;
  font-weight: bold !important;
  border: none !important;
  text-align: center !important;
  margin: -7px 0 15px !important;
  position: relative;
}

.gcb .gcb_compare_table_head_ttl {
  margin: 0 !important;
  font-size: 21px !important;
  font-weight: bold !important;
  border: none !important;
  letter-spacing: .1em;
}

.gcb .gcb_compare_table_head_ttl + .gcb_compare_table_head_subttl {
  margin: 8px 0 6px;
  font-size: 20px;
  letter-spacing: .05em;
}

.gcb .gcb_compare_table_head_subttl {
  text-align: left;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.45;
}

.gcb .gcb_compare_table_head_list li {
  font-size: 16px;
  margin-bottom: 5px;
  letter-spacing: .1em;
  position: relative;
  padding-left: 11px;
}

.gcb .gcb_compare_table_head_list li:before {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #757575;
  position: absolute;
  left: 2px;
  top: 8px;
}


.gcb .gcb_compare_table_head_list li:last-child {
  margin-bottom: 4px;
}

.gcb .gcb_compare_table_checked {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #757575;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.gcb .gcb_compare_table_checked:before {
  content: '';
  display: inline-block;
  height: 22px;
  width: 8px;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%,-50%) rotate(45deg);
}

.gcb .gcb_compare_table_link {
  display: block;
  width: 209px;
  height: auto;
  color: #fff;
  font-size: 15px;
  padding: 10px 0;
  margin: 16px auto 0;
  line-height: 1.5;
  background: #757575;
  font-weight: bold;
  text-align: center;
}

.gcb .gcb_features_notes {
  margin-top: 44px;
}

.gcb .gcb_features_notes_item {
  color: #838587;
  font-size: 11px;
  margin-bottom: 3px;
}

/* TABLET */
.gcb .gcb.gcb_navigation {
  margin-bottom: 80px;
}

.gcb .gcb_list.gcb_navigation_list {
  margin-bottom: 60px;
}

/* GCB TOUCHPANEL
 -----------------------------------------------*/
.gcb .gcb_touchpanel {
  margin-bottom: 61px;
  margin-top: 84px;
}

.gcb .gcb_touchpanel_wrapper {
  width: 1112px;
  margin: 0 auto;
}

.gcb .gcb_touchpanel_banner {
  margin-bottom: 77px;
}

.gcb .gcb_touchpanel_ttl {
  width: 1110px;
  margin: 0 0 20px !important;
  border: none !important;
}

.gcb .gcb_touchpanel_contents {
  display: flex;
  justify-content: space-between;
}

.gcb .gcb_touchpanel_contents:not(:last-child) {
  margin-bottom: 28px;
}

.gcb .gcb_touchpanel_content {
  width: 550px;
  margin-top: -6px;
}

.gcb .gcb_touchpanel_subttl {
  color: #4285f4;
  font-weight: bold !important;
  font-size: 27px !important;
  line-height: 1.4 !important;
  letter-spacing: -0.04em !important;
  margin: 0 0 3px !important;
  padding: 0 !important;
  border: none !important;
}

.gcb .gcb_touchpanel_subttl span {
  letter-spacing: 0.1em;
}

.gcb .gcb_touchpanel_text {
  letter-spacing: -0.03em;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.8;
  color: #757575;
  margin-bottom: 10px;
}
.gcb .gcb_touchpanel_text span {
  letter-spacing: .1em;
}

.gcb .gcb_touchpanel_subtext {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.01em;
  color: #757575;
}

.gcb .gcb_touchpanel_appication_wrapper {
  width: 532px;
  display: flex;
  justify-content: space-between;
}

.gcb .gcb_touchpanel_appication {
  width: 224px;
  background-color: #f1f1f2;
  padding: 18px 15px 8px;
}

.gcb .gcb_touchpanel_application_ttl {
  font-weight: bold !important;
  font-size: 17px !important;
  line-height: 1 !important;
  color: #757575 !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
  border: none !important;
  text-align: center !important;
}

.gcb .gcb_touchpanel_list {
  display: flex;
  justify-content: space-between;
  padding: 10px 19px 0;
  flex-wrap: wrap;
}

.gcb .gcb_touchpanel_list li {
  width: 78px;
  text-align: center;
  margin-bottom: 16px;
}

.gcb .gcb_touchpanel_list picture {
  display: block;
  min-height: 72px;
}

.gcb .gcb_touchpanel_appication_img {
  margin-bottom: 6px;
}

.gcb .gcb_touchpanel_application-text {
  font-weight: 400;
  font-size: 12.5px;
  line-height: 1.25;
  width: 96px;
  margin-left: -8px;
  color: #838587;
  white-space: nowrap;
}

/* GCB STYLUSPEN
 -----------------------------------------------*/
 .gcb .gcb_styluspen {
  margin-bottom: 52px;
}

.gcb .gcb_styluspen_wrapper {
  width: 1112px;
  margin: 0 auto;
}

.gcb .gcb_styluspen_ttl {
  width: 1110px;
  margin: 0 0 22px !important;
  border: none !important;
}

.gcb .gcb_styluspen_contents:not(:last-child) {
  margin-bottom: 26px;
}

.gcb .gcb_styluspen_subttl {
  font-weight: bold !important;
  font-size: 27px !important;
  line-height: 1.4 !important;
  letter-spacing: -0.01em !important;
  color: #f24336 !important;
  margin: 0 0 2px !important;
  padding: 0 !important;
  border: none !important;
}

.gcb .gcb_styluspen_text {
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
  letter-spacing: -0.01em;
  color: #757575;
  margin-bottom: 27px;
  text-align: justify;
}

.gcb .gcb_styluspen_contents {
  display: flex;
  justify-content: space-between;
}

.gcb .gcb_styluspen_content {
  width: 531px;
  margin-top: -8px;
}

.gcb .gcb_styluspen_subtext {
  margin-top: -21px;
  margin-bottom: 39px;
  color: #757575;
  font-size: 11px;
}

.gcb .gcb_styluspen_list {
  display: flex;
  justify-content: center;
}

.gcb .gcb_styluspen_list li {
  text-align: center;
  width: 126px;
}

.gcb .gcb_styluspen_list li:not(:last-child) {
  margin-right: 29px;
}

.gcb .gcb_styluspen_list-last li {
  width: 135px;
}

.gcb .gcb_styluspen_list-last li:not(:last-child) {
  margin-right: 0;
}

.gcb .gcb_styluspen_list-last .gcb_styluspen_list_text {
  font-size: 13px;
}

.gcb .gcb_styluspen_list-last .gcb_styluspen_img {
  margin-bottom: 10px;
}

.gcb .gcb_styluspen_img {
  margin-bottom: 10px;
}

.gcb .gcb_styluspen_list_text {
  color: #838587;
  letter-spacing: -0.03em;
  line-height: 1.4;
  font-size: 12px;
  white-space: nowrap;
}

/* GCB PERSONAL
 -----------------------------------------------*/
.gcb .gcb_personal_wrapper {
  width: 1112px;
  margin: 0 auto;
}

.gcb .gcb_personal_ttl {
  width: 1111px;
  margin: 0 0 17px !important;
  border: none !important;
}

.gcb .gcb_personal_contents {
  display: flex;
  justify-content: space-between;
}

.gcb .gcb_personal_contents:not(:last-child) {
  margin-bottom: 24px;
}

.gcb .gcb_personal_contents:last-child {
  margin-bottom: 0;
  padding-bottom: 50px;
}

.gcb .gcb_personal_content {
  width: 530px;
  margin-top: -8px;
}

.gcb .gcb_personal_subttl {
  font-weight: bold !important;
  font-size: 27px !important;
  line-height: 1.4 !important;
  letter-spacing: 0.01em !important;
  color: #00bb72 !important;
  margin: 0 0 5px !important;
  padding: 0 !important;
  border: none !important;
}

.gcb .gcb_personal_text {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.85;
  color: #757575;
  margin-bottom: 13px;
  text-align: justify;
  letter-spacing: -.01em;
  word-break: break-word;
}

.gcb .gcb_personal_text_small {
  letter-spacing: .1em;
}

.gcb .gcb_personal_subtext {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  color: #838587;
  margin-bottom: 22px;
}

.gcb .gcb_personal_list {
  display: flex;
  justify-content: space-between;
  margin-right: -5px;
}

.gcb .gcb_personal_list li {
  display: flex;
  width: 155px;
  position: relative;
}

.gcb .gcb_personal_list li::after {
  content: "";
  background: url('http://image.yodobashi.com/cms/original/gc/img/Google/220919/img/tablet/personal/personal_icn_arrow.png') center/contain no-repeat;
  width: 28px;
  height: 12px;
  position: absolute;
  left: 71px;
  top: 27px;
}

.gcb .gcb_personal_list li:not(:last-child) {
  margin-right: 9px;
}

.gcb .gcb_personal_list_left {
  width: 50%;
  text-align: center;
}

.gcb .gcb_personal_list_right {
  width: 50%;
  text-align: center;
  margin-left: 13px;
}

.gcb .gcb_personal_list_img {
  margin-bottom: 9px;
}

.gcb .gcb_personal_list_text {
  text-align: center;
  margin: 0 auto;
  color: #757575;
  font-size: 11px;
  width: 66px;
  line-height: 1.2;
}

.gcb .gcb_personal_list_right {
  margin-left: 29px;
}

.gcb .gcb_personal_content-margin {
  margin-top: 64px;
}

.gcb .gcb_personal_table {
  width: 532px;
  margin-bottom: 5px;
}

.gcb .gcb_personal_subtext-table {
  color: #838587;
  font-size: 11.5px;
  line-height: 1.6;
  text-align: right;
  margin-top: 4px;
}

/* STUDY */
.gcb .gcb_list.gcb_study_navigation_list {
  margin-bottom: 58px;
}

.gcb .gcb.gcb_study_navigation {
  margin-bottom: 75px;
}
/* GCB EDUCATION
 -----------------------------------------------*/
.gcb section.gcb_education {
  margin-bottom: 105px;
  margin-top: 79px;
}

.gcb .gcb_education_wrapper {
  width: 1113px;
  margin: 0 auto;
}

.gcb .gcb_education_contents {
  display: flex;
  justify-content: space-between;
  margin-bottom: 23px;
}

.gcb .gcb_education_content {
  width: 550px;
  margin-top: -9px;
}

.gcb .gcb_education_ttl {
  width: 381px;
  margin: 9px 0 36px 2px !important;
  border-bottom: none !important;
}

.gcb .gcb_education_text {
  font-weight: 500;
  font-size: 19px;
  line-height: 1.8;
  color: #757575;
  padding-left: 4px;
  max-width: 530px;
  text-align: justify;
  letter-spacing: -.042em;
}

.gcb .gcb_education_index {
 margin-bottom: 41px;
}

.gcb .gcb_education_index_img {
  margin-bottom: 10px;
}

.gcb .gcb_education_index_text {
  font-weight: 500;
  font-size: 11px;
  line-height: 1.3;
  color: #757575;
  text-align: right;
}

.gcb .gcb_education_index_text span {
  margin-left: 14px;
}

.gcb .gcb_education_subttl{
  margin: 41px 0 32px !important;
  border: none !important;
  padding: 0 !important;
}

/* GCB CHILD
 -----------------------------------------------*/

.gcb section.gcb_child {
  padding-bottom: 75px;
}

.gcb .gcb_child_wrapper {
  width: 1113px;
  margin: 0 auto;
}

.gcb .gcb_child_contents {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}

.gcb .gcb_child_content {
  width: 551px;
}

.gcb .gcb_child_ttl {
  width: 502px;
  position: relative;
  top: -18px;
  left: 2px;
  margin: 0 0 18px !important;
  padding: 0 !important;
  border: none !important;
}

.gcb .gcb_child_text {
  font-weight: 500;
  font-size: 19px;
  line-height: 1.8;
  color: #757575;
  margin-bottom: 8px;
  max-width: 530px;
  text-align: justify;
  word-break: break-word;
}

.gcb .gcb_child_functional {
  display: flex;
  justify-content: space-between;
  margin-bottom: -36px;
}

.gcb .gcb_child_functional_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex: 1;
  margin-right: 21px;
  padding-left: 12px;
  height: 100%;
  margin-top: 17px;
}

.gcb .gcb_child_functional_list li {
  padding: 9px 10px 8px;
  width: 149px;
  border: 1px solid #757575;
  text-align: center;
  margin-bottom: 9px;
  font-size: 15px;
  color: #757575;
}

.gcb .gcb_child_application {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-left: 31px;
  margin-right: 3px;
  position: relative;
  top: -4px;
}

.gcb .gcb_child_application_googleplay,
.gcb .gcb_child_application_appstore {
  display: inline-block;
  position: relative;
  top: -17px;
}

.gcb .gcb_child_application_googleplay {
  margin-right: 17px;
}

.gcb .gcb_child_application_appstore {
  margin-right: 13px;
}

.gcb .gcb_child_img {
  margin-top: -18px;
  margin-right: -7px;
}

.gcb .gcb_child_subtext {
  text-align: right;
  font-size: 11px;
  color: #838587;
  line-height: 1.2;
  letter-spacing: 0.001em;
  margin: -8px 0 8px;
}

.gcb .gcb_child_subtext a {
  color: #757575;
}

.gcb .gcb_bnr_new {
  margin-top: 40px;
  padding-bottom: 40px;
}

.gcb .gcb_bnr_new a {
  display: block;
  margin: 0 auto;
  padding: 15px 0;
  max-width: 1000px;
}

.gcb .gcb_bnr_new img {
  width: 100%;
}


.gcb .gcb_top_bnr{
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  width: 800px;
  display: block;
}
