@charset "shift-JIS";
.main_zoagpc-koba, .main_zoagpc-koba a {
	display: block;
	width: 100%;
	margin: 0 auto;
	background: #000;
	color: #fff;
}
.title_zoagpc-koba {
	width: 100%;
	max-width: 2000px;
	height: auto;
	margin: 30px auto 0;
	padding-bottom: 20px; /*--twcpより追加--*/
	display: block; /*--twcpより追加--*/
}
.headline_zoagpc-koba {
	position: relative;
	padding: 3rem 0 1rem 0.5rem;
	font-size: 40px;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro",Hiragino Kaku Gothic Pro,Verdana,Arial,sans-serif,"MS Pゴシック";
}
.headline_zoagpc-koba3 {
	position: relative;
	font-size: 21px;
	line-height: 2;
    margin:0 0 1em;
    padding:0.5em 0.5em 0;
	border-bottom: solid 3px #1e90ff;
}
.headline_zoagpc-koba3:after {
  content: " ";
  display: block;
  border-bottom: solid 3px #87cefa;
  bottom: -3px;
  width: 30%;
  position: absolute;
}
.headline_zoagpc-koba:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	content: '';
	background-image: -webkit-repeating-linear-gradient(135deg, #1e90ff, #1e90ff 001px, transparent 2px, transparent 5px);
	background-image: repeating-linear-gradient(-45deg, #1e90ff, #1e90ff 1px, transparent 2px, transparent 5px);
	background-size: 7px 7px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.main_zoagpc-koba p {
	line-height: 2;
	margin: 16px;
}
.main_zoagpc-koba .section {
	box-sizing: border-box;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}
.zoagpc-koba_erea_one {
	display: block;
	max-width: 1200px;
	padding: 50px;
	margin: 0 auto;
}
.zoagpc-koba_erea_two {
	display: block;
	padding: 20px;
}
.zoagpc-koba_erea_three {
	display: block;
	max-width: 820px;
	padding: 20px;
	margin: 0 auto;
}
.zoagpc-koba_list {
	display: block;
	width: 100%;
	padding: 10px;
	max-width: 1200px;
}
.zoagpc-koba_gaikan {
	display: block;
	width: 42%;
	margin: 0 auto;
	padding: 20px 0;
}
.zoagpc-koba_tablecell {
	margin-bottom: 20px;
	padding: 20px;
}
.zoagpc-koba_yellow {
	color: #ffff00;
}
.zoagpc-koba_list {
	padding-bottom: 80px;
}
.zoagpc-koba_item {
	display: block;
	box-sizing: border-box;
	border-left: 2px #2B9040 solid;
	border-bottom: 2px #2B9040 solid;
}
.zoagpc-koba_item a {
	display: block;
	width: 100%;
	padding: 20px;
	position: relative;
}
.zoagpc-koba_item dt, .zoagpc-koba_item dd {
	width: 95%;
}
.zoagpc-koba_item dt {
	font-weight: bold;
}
.zoagpc-koba_item dd {
	font-weight: normal;
}
.zoagpc-koba_item a::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0px;
	height: 0;
	width: 0;
	transform: translateY(-50%);
}
.zoagpc-koba_item a::after { /* 矢印の表示設定 */
 	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 2px;
	width: 13px;
	height: 13px;
	border-top: 2px solid #2B9040;
	border-right: 2px solid #2B9040;
 	transform: rotate(45deg);
	animation: slideBlink 1s linear infinite; /* アニメーションの初期設定 */
}
.quality1 {
  padding: 0;
  font: 18px/1.6 'arial narrow', sans-serif;
  list-style: none;
}
.quality1 li {
  position: relative;
  padding: 0.5em 1em 0.5em 2.3em;
  margin-bottom:5px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}
.quality1 li:after, .quality1 li:before {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.quality1 li:before {
  top: 0.9em;
  left: 0.7em;
  width: 18px;
  height: 18px;
  background: rgba(255, 255, 0, 1);
  -webkit-transform: rotate(50deg);
  -moz-transform: rotate(50deg);
  -o-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
}
.quality1 li:after {
  top: 0.7em;
  left: 0.2em;
  width: 18px;
  height: 18px;
  border: 4px solid rgba(43, 144, 64, 0.5);
}

 /* スペック */
.zoagpc-koba_wrap {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  flex-flow: column;
  border:0px #dcdcdc solid;
  height:auto;
  margin:0 0 1em;
}
.zoagpc-koba_between {
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
	display:flex;
  justify-content:space-between;
}
.zoagpc-koba_around {
  -ms-flex-pack:distribute;
  display:flex;
  padding:0.5em;
  justify-content:space-around;
   margin:0 0 0.5em;
}
.zoagpc-koba_content {
  display:flex;
  justify-content: center;
  padding:0.5em;
  background-color:#dcdcdc;
  margin:0.5em;
}

 /* 下部誘導ボタン */
a.btn-solid-silver {
  color: #000;
  font-size: 2em;
  font-weight:bold;
  justify-content: center;
  margin:2em 0;
  padding:-1.2em 0;
  border-top: 4px solid #d8dcdc;
  border-right: 4px solid #666;
  border-bottom: solid #333;
  border-left: 4px solid #868888;
  border-radius: 0;
  background-image: -webkit-linear-gradient(135deg, #333 0%, #868888 20%, #d8dcdc 34%, white 53%, #666 100%);
  background-image: linear-gradient(-45deg, #333 0%, #868888 20%, #d8dcdc 34%, white 53%, #666 100%);
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}

a.btn-solid-silver:hover {
  text-shadow: 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff;
}
	@media (max-width: 767px) {
	a.btn-solid-silver {
    font-size: calc(0.25vw + 1.2rem);
	margin: 2em 0;
	padding: auto;
  }
}

 /* flexbox内フォント */
.small-text-zoagpc-koba{
  font-size: 16px;
  margin:0 0 1em;
  padding:0 1em 0;
}

.regular-text-zoagpc-koba{
  font-size: 1.2em;
  margin:0 0 1em;
  padding:0 1em 0;
}

a.btn-link_gpc03 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #fff;
	color: #fff;
	transition: 0.5s;
}
a.btn-link_gpc03:hover {
	color: #fff;
	background: #27acd9;
}

/* プロダクトカード */
.zoagpc-koba_card__f {
  display: flex;
  border: 1px solid rgb(200,200,200);
  line-height: 1.5;
  margin-bottom: 30px;
}
.zoagpc-koba_card__f-image {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 30%;
  height:30%;
  margin: 1em 0;
  padding: 1em 1em;
  border-right: 1px solid rgb(200,200,200);/* 画像とテキストの間にボーダー不要の場合はこの一行削除 */
}
.zoagpc-koba_card__f-text {
  flex: 1;
  min-width: 0;
  display: flex;
}

@media screen and (max-width: 767px) {
  .zoagpc-koba_card__f {
    display: block;
	justify-content: center;
    width: calc(98% - 10px); 
    margin: 10px;
  }
  .zoagpc-koba_card__f-image {
	width: 98%;
    border: 0;
	margin: auto;
	padding: auto;
  }
  .zoagpc-koba_card__f-text {
    border-top: 1px solid rgb(200,200,200);
  }
}
/* プロダクトカードここまで */

 /* flexbox */
.items002{
display:flex;
flex-wrap:wrap;
justify-content:center;
align-items:center;
}

.item002{
box-sizing: border-box;
border:1px solid #ccc;
margin: 10px;
padding: 30px;
width: 48%;
background: #fff;
color: #000;
}

.item002 {
       min-width: 450px;
	   flex-shrink: 0;
}
 @media (max-width: 768px) {
       .container {
         flex-direction: column;
}
}
/* flexboxここまで */

@keyframes slideBlink { /* アニメーションの内容 */
 	from { /* アニメーション開始時のスタイル */
		opacity: 0;
		right: 25px;
 	}
 	to { /* アニメーション終了時のスタイル */
		opacity: 1;
	 	right: 2px;
 	}
}
.b {
	font-weight: bold;
}
.red {
	color: red;
}
.pt16 {
	padding-top: 16px;
}
.twcp_button {
	display: inline-block;
	padding: 3px 10%;
	background: #eb6ea0;/*#B5DAF2*/
	border-radius: 10px;
	border: 2px outset #e95388;/*#48B8FF*/
	color: #fffff9;/*#0C88C4*/
	margin: 5px auto 0;
}
/*------------------------------------------*/

@media only screen and (max-width: 767px) {
	.main_zoagpc-koba p {
		font-size: 16px;	
	}
	.main_zoagpc-koba h2 {
		font-size: 3rem;
		padding-top: 20px;
	}
	.headline_zoagpc-koba3 {
		font-size: 2rem;
	}
	.zoagpc-koba_item dt, .zoagpc-koba_item dd {
		width: 92%;
	}
	.zoagpc-koba_item dd {
		font-size: 12px;
	}
	.zoagpc-koba_erea_one {
		padding: 1px;
	}
	.zoagpc-koba_erea_two {
		margin:0 0 2rem;
	}	
	.zoagpc-koba_gaikan {
		width: 65%;
	}
	.zoagpc-koba_table {
		display: block;
	}
	.zoagpc-koba_tablecell {
		display: block;
	}
	.zoagpc-koba_bg {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		background-image: url("../image/zoa_gaming-pc/zoa_gpc_bg01sp.jpg");
		background-size: cover;
		background-position: center top;
		background-repeat: no-repeat;
	}
}
@media only screen and (min-width: 768px) {
	.main_zoagpc-koba p {
		font-size: 20px;	
	}
	.zoagpc-koba_item a:hover {
		color: #2B9040;
	}
	.zoagpc-koba_table {
		display: table;
		box-sizing: border-box;
	}
	.zoagpc-koba_tablecell {
		display: table-cell;
		width: 32%;
		box-sizing: border-box;
	}
	.zoagpc-koba_bg {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		background-image: url("../image/zoa_gaming-pc/zoa_gpc_bg01sp.jpg");
		background-position: left bottom;
		background-repeat: no-repeat;
	}
	.quality1, .quality1 li {
		font-size: 28px;
	}
}
