@charset "utf-8";
.flexContainer {
	display: flex;
	align-items: center;
}
.flexItem {
	flex: 1;
}
.flexItem h2 {
	margin-bottom: 0;
}
.flexContainer p {
	font-size: 180%;
}
.p10 {
	font-size: 120% !important;
}
.p10r {
	font-size: 130% !important;
}
.mt2 {
	margin-top: 2rem;
}
.mt4 {
	margin-top: 4rem;
}
.mt15 {
	margin-top: 15rem;
}
.pt4 {
  padding-top: 4rem;
}
.pb4 {
  padding-bottom: 4rem;
}
.ptb4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.mw0 {
  max-width: none
}
hr {
	border: none;
	border-top: 0.75px solid #b2b2b2;
	height: 0;
}
a {
  text-decoration: underline;
}

@media only screen and (min-width: 769px) {
  #feature-1 .container {
  width: 1600px;
  justify-content: center;
  align-items: center;
	}
	#feature-2{
  margin-bottom: 0;
  background: url(/fmv/cb/giga/images/giga_02_pc.png) no-repeat center top #fff;
  background-size: 1920px;
	color: #fff;
	height: 750px;
  }
	#feature-3{
  margin-bottom: 0;
  background: url("/fmv/cb/giga/images/giga_03_pc.png") no-repeat center top #fff;
  background-size: 1920px;
	height: 750px;
  }
	#feature-2 .txt,
	#feature-3 .txt {
	color: #fff;
	text-shadow: 0 0 3px #000;
	}
  .contents01 .fmvPCsection:nth-child(odd), .contents01 .fmvPCsection:nth-child(even) .flexContainer, .contentsarea .fmvPC_contents .fmlistnote {
    padding-left: 10px;
    padding-right: 10px;
  }
  h4.interface_var_menu {
    margin-left: 10px;
    margin-right: 0;
  }
  h4.interface_var_menu:last-child {
    margin-right: 10px;
  }
  .maincontents div.frm {
    margin-left: 10px;
    margin-right: 10px;
  }
}


@media only screen and (max-width: 768px){
	.flexContainer {
		display: block;
	}
	#feature-1 .container {
	padding: 0 10px;
	}
	#feature-2{
  margin-bottom: 0;
  background: none;
	color: #3C4043;
  }
	#feature-3 .txt {
	position: absolute;
  margin: 3% 5%;
	color: #fff;
	text-shadow: 0 0 3px #000;
	}
	.plr0 {
  padding-left: 0;
  padding-right: 0;
	}
	.p10 {
		padding: 0 10px;
		font-size: 108% !important;
	}
	.mt4 {
		margin-top: 2rem;
	}
  .pt4 {
    padding-top: 2rem;
  }
  .pb4 {
    padding-bottom: 2rem;
  }
  .ptb4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
	.spCenter {
		text-align: center;
	}
}
@media only screen and (min-width: 769px){
	.pad_lr10_pc {
		padding: 0 10px !important;
	}
  .pad_l10_pc {
		padding-left: 30px !important;
	}
  .pad_r10_pc {
		padding-right: 30px !important;
	}
}

.tbl_flex {
	display: flex;
	padding: 0!important;
}

.tbl_flex > * {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 4px;
}

.tbl_flex.tbl_column2 > * {
	width: 50%;
}

.tbl_flex.tbl_column3 > * {
	width: calc(100% / 3);
}

.tbl_column3item {
	width: calc(100% / 3);
}
.tbl_column3item2 {
	width: calc((100% / 3) * 2);
}

.tbl_column3item + *{
	width: calc(100% - calc(100% / 3));
}

.tbl_border_l {
	border-left: 1px solid #696969;
}

.specTable thead tr.product_row td:nth-of-type(2),
.specTable thead tr.product_row td:nth-of-type(3),
.specTable thead tr.product_row td:nth-of-type(4),
.specTable thead tr.product_row td:nth-of-type(5),
.specTable thead tr.spec_ch01 td:nth-of-type(2),
.specTable thead tr.spec_ch01 td:nth-of-type(3),
.specTable thead tr.spec_ch01 td:nth-of-type(4),
.specTable thead tr.spec_ch01 td:nth-of-type(5),
.specTable tbody tr td:nth-of-type(2),
.specTable tbody tr td:nth-of-type(3),
.specTable tbody tr td:nth-of-type(4),
.specTable tbody tr td:nth-of-type(5) {
	border-left: none!important;
}


@media only screen and (min-width: 769px){
.productContents {
  max-width: 100%;
  }
#feature-1 h1 {
  margin-right: -220px;
  padding-bottom: 180px;
  margin-left: 200px;
}
}
#feature-1 .respon-img.right {
  width: 100%;
  height:auto;
}

#feature-2 .flexContainer,
#feature-3 .flexContainer{
	align-items: center;
	height: 750px;
}
.fmvPC_contents:not(.contents01) {
  max-width: 1280px;
  margin: 0 auto;
}
.fmvPC_contents.scroll{
  margin-top: -40px;
  padding-top: 40px;
}
.contents01{
  font-weight: 800;
}
.contents01 h2{
  font-weight: 900;
	padding-bottom: 20px;
}
.contents01 .fmvPCsection:nth-child(odd) {
	background-color: #f2f2f2;
}
.contents01 .fmvPCsection .flexContainer{
  max-width: 1600px;
  margin: 0 auto;
}
.contents01 #feature-2 .flexContainer,
.contents01 #feature-3 .flexContainer{
  max-width: 1280px;
  margin: 0 auto;
}
.fmvPCsection .flexContainer .flexColumn {
  display: flex;
  flex-direction: column;
}
.fmvPCsection .flexContainer .flexColumn p:last-child {
  margin-top: auto;
}
.pt10 {
  padding-top: 10px;
}


@media only screen and (min-width: 769px){
.flexContainer.outside img.right_img {
  float: right;
}
  .contentsarea .fmvPC_contents h2.fmvPC_heading {
		background-image: url(/fmv/common/sp/images/btn_h2_open2.png);
		background-repeat: no-repeat;
		background-position: 98% 50%;
		padding-right: 35px;
  }
}

@media only screen and (max-width: 768px){
#feature-1 {
  margin-top: 80px;
}
#feature-2 .flexContainer,
#feature-3 .flexContainer{
	height: auto;
}
  .fmvPC_contents .amd_ryzen5 .short_img {
    width: 50%;
  }
  .tbl_flex.line2 {
	line-height: 5;
  }
}
@media only screen and (max-width: 917px){
  .tbl_flex.tbl_column3.flexColumn > div{
    flex-direction: column;
  }
  .tbl_flex.tbl_column3 .grn_icn{
    background-position: bottom center;
    padding: 0 0 23px;
  }
}

.tbl_spae_main .specTable {
    border-collapse: separate !important;
    border-spacing: 0;
  }
.contents01 {
    color: #3C4043;
  }