@charset "UTF-8";
/*
/* -------------------------------------
共通
-----------------------------------------*/
.c-primary-title {
  position: relative;
  margin: 0 auto 80px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.c-primary-title::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 3px;
  background: #1650a2;
}
@media (max-width: 767px) {
}

.indent-one {
text-indent: -1em;
padding-left: 1em;
}

.note {
font-size: 14px;
}

/* -------------------------------------
価格
-----------------------------------------*/
#price {
}
#price .box_price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 80px;
  margin-bottom: 90px;
}
#price .box_price:last-child {
  margin-bottom: 0;
}
#price .box_price figure {
  width: 333px;
  text-align: center;
}
#price .box_price > div {
  width: calc(100% - 80px - 333px);
}
#price .price_ttl {
  margin-bottom: 25px;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.3;
}
#price .price_h4 {
  margin: 20px 0 10px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
}
#price .price_ttl + .price_h4 {
  margin-top: 0;
}
#price .price_btn {
  position: relative;
  display: block;
  max-width: 600px;
  background: #3d76b0 linear-gradient(90deg, #40cdff,#3d76b0);
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 80px;
  border: #fff 4px solid;
  border-radius: 5em;
  box-shadow: 0 0 4px rgba(61,118,176,24%);
}
#price .price_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 9px);
  right: 30px;
  width: 32px;
  height: 18px;
  background: url(/gpu/campaign/dellgb10/img/icn_price.png) no-repeat center center /contain;
}
#price .price_btn:hover {
  opacity: .7;
}
#price .price_text1 {
  margin-right: 20px;
  font-size: 20px;
  font-weight: bold;
}
#price .price_text2 {
  color: #e44658;
  font-size: 40px;
  font-weight: bold;
}
#price .price_text3 {
  color: #e44658;
  font-size: 20px;
}
#price .price_text4 {
  margin-right: 30px;
  font-size: 20px;
}
#price .price_text5 {
  font-size: 32px;
  font-weight: bold;
}
#price .price_note {
  margin-top: 20px;
  font-size: 14px;
}
#price .price_list li {
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #price .box_price figure ,
  #price .box_price > div {
    width: 100%;
  }
  #price .price_ttl {
    font-size: 26px;
  }
  #price .price_h4 {
    font-size: 20px;
  }
  #price .price_btn {
    font-size: 12px;
  }
  #price .price_btn::after {
    top: calc(50% - 4.5px);
    right: 20px;
    width: 16px;
    height: 9px;
  }
  #price .price_tab {
    font-size: 16px;
  }
  #price .price_text1 {
    margin-right: 10px;
    font-size: 16px;
  }
  #price .price_text2 {
    font-size: 30px;
  }
  #price .price_text3 {
    font-size: 16px;
  }
  #price .price_text4 {
    margin-right: 15px;
    font-size: 16px;
  }
  #price .price_text5 {
    font-size: 20px;
  }
}

/* -------------------------------------
特長
-----------------------------------------*/
#advantages {
}
#advantages .advantages_ttl {
  position: relative;
  margin: 40px 0 15px;
  padding-left: 40px;
  font-size: 24px;
  font-weight: bold;
}
#advantages .advantages_ttl:first-of-type {
  margin-top: 0;
}
#advantages .advantages_ttl i {
  display: block;
  position: absolute;
  top: calc(50% - 13px);
  left: 0;
  width: 26px;
  height: 26px;
  border: #1650a2 2px solid;
  border-radius: 50%;
}
#advantages .advantages_ttl i::before ,
#advantages .advantages_ttl i::after {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  width: 2px;
  border-radius: 9999px;
  background: #1650a2;
  transform-origin: 50% calc(100% - 0.5px);
}
#advantages .advantages_ttl i::before {
  top: calc(50% - 1px);
  height: 5px;
  transform: rotate(-45deg);
}
#advantages .advantages_ttl i::after {
  top: calc(50% - 7px);
  height: 12px;
  transform: rotate(45deg);
}
#advantages .advantages_text {
}
#advantages .advantages_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
#advantages .advantages_flex > div {
  width: 55%;
}
#advantages .advantages_flex > figure {
  width: 45%;
  text-align: center;
}
#advantages .advantages_flex > figure img {
  max-width: 200px;
}
#advantages .advantages_note {
  display: block;
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #advantages .advantages_ttl {
    font-size: 20px;
  }
  #advantages .advantages_flex > div {
    width: 100%;
  }
  #advantages .advantages_flex > figure {
    margin-top: 20px;
    width: 100%;
  }
}

/* -------------------------------------
動画
-----------------------------------------*/
#movie {
}
#movie video {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
}

/* -------------------------------------
スケジュール
-----------------------------------------*/
#schedule {
}
#schedule .box_schedule {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 60px;
}
#schedule .schedule_ttl {
  margin-bottom: 35px;
  font-size: 26px;
  font-weight: bold;
}
#schedule dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 20px;
  font-weight: bold;
}
#schedule dl dt {
  position: relative;
  text-align: center;
  padding-right: 30px;
}
#schedule dl dt::after {
  content: "：";
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
#schedule dl dd {
}
@media screen and (max-width: 767px) {
  #schedule .box_schedule {
    gap: 20px;
  }
  #schedule figure {
    width: 100%;
    text-align: center;
  }
}

/* -------------------------------------
仕様
-----------------------------------------*/
#specification {
}
#specification figure {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
}

/* -------------------------------------
FAQ
-----------------------------------------*/
.faq-box {
 padding: 0 0 25px;
 margin: 0 0 40px;
 border-bottom: solid 1px #ccc;
}
.faq-box.bn {
    border-bottom: none;
}

.faq-box a {
	color: #afdb0a;
	word-break: break-all;
	text-decoration: underline;
}
.faq-box a:hover {text-decoration: none;}

.faq-box > h3 {
	margin: 0 0 24px;
}
.faq-box > h3 > small {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	vertical-align: middle;
	overflow: hidden;
	position: relative;
	padding: 0 20px 0 0;
	margin: 0 12px 0 0;
}
.faq-box > h3 > small > span {
	display: inline-block;
	padding: 8px 12px;
	position: relative;
	z-index: 5;
 color: #fff;
 background: #1650a2;
}
.faq-box > h3 > small::after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 1;
	transform: translate(50%,-50%);
	border-style: solid;
	border-width: 2em;
  border-color: transparent transparent transparent #1650a2;
}
.faq-box > h3 > span {
	font-size: 21px;
	line-height: 1;
	vertical-align: middle;
}
	@media screen and (max-width:767px){
		.faq-box > h3 {margin: 0 0 16px;}
		.faq-box > h3 > small {
			font-size: 12px;
			padding: 0 16px 0 0;
			margin: 0 8px 0 0;
		}
		.faq-box > h3 > small > span {padding: 4px 8px;}
		.faq-box > h3 > span {font-size: 16px;}
	}

.faq-box > dl {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	min-height: 32px;
 display: block;
 table-layout: auto;
 padding: 0 50px;
}
	@media screen and (max-width:767px){
		.faq-box > dl {
			display: block;
      padding: 0;
			width: auto;
		}
	}

.faq-box > dl > dt {
	vertical-align: top;
	position: relative;
	padding: 4px 48px 0;
 display: block;
 color: #1650a2;
 font-size: 26px;
 font-weight: bold;
 line-height: 1.3;
 margin-bottom: 10px;
}
	@media screen and (max-width:767px){
		.faq-box > dl > dt {
			display: block;
			padding: 0 0 0 36px;
      font-size: 20px;
			word-break: break-all;
			margin: 0 0 12px;
		}
	}
.faq-box > dl > dt.important {
 color: #ff2e2e;
}
.faq-box > dl > dt.important::before {
 background-image: url(/gpu/img/faq/faq_q_ic_red.png);
}

.faq-box > dl > dt::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background-image: url("/gpu/img/faq/faq_q_ic.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}
	@media screen and (max-width:767px){
		.faq-box > dl > dt::before {
			width: 24px;
			height: 24px;
		}
	}

.faq-box > dl > dt small {
	display: table;
	border-collapse: separate;
	background: #efb900;
	color: #333;
	position: relative;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	padding: 4px 28px 4px 22px;
	margin: 0 0 4px;
}
.faq-box > dl > dt small::after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	border-style: solid;
	border-width: 7px;
	border-color: #333 #333 transparent transparent;
}
	@media screen and (max-width:767px){
		.faq-box > dl > dt small {
			font-size: 12px;
			padding: 4px 22px 4px 16px;
		}
		.faq-box > dl > dt small::after {
			border-width: 4px;
		}
	}


.faq-box > dl > dd {
	display: table-cell;
	vertical-align: top;
	position: relative;
	padding: 4px 0 0 48px;
	font-size: 16px;
	line-height: 24px;
}
	@media screen and (max-width:767px){
		.faq-box > dl > dd {
			display: block;
			word-break: break-all;
			padding: 0 0 0 36px;
		}
	}

.faq-box > dl > dd::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background-image: url("/gpu/img/faq/faq_a_ic.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}
	@media screen and (max-width:767px){
		.faq-box > dl > dd::before {
			width: 24px;
			height: 24px;
		}
	}


.faq-box ul {
	margin: 0;
	padding: 0;
}
.faq-box ul > li {
	margin: 0 0 18px;
	padding: 0 0 0 24px;
}
.faq-box ul > li > a {
	vertical-align: top;
	line-height: 25px;
}

.faq-box ul > li::before {
	content: '';
	display: inline-block;
	vertical-align: top;
	background-image: url("/gpu/img/faq/faq_file_ic.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	width: 20px;
	height: 25px;
	margin: 0 8px 0 0;
}
	@media screen and (max-width:767px){
		.faq-box ul > li > a {
			line-height: 1.5;
		}
		.faq-box ul > li::before {
			width: 1.2em;
			height: 1.5em;
		}
	}

.faq-box > dl > dd ,
.faq-box > p {
 display: block;
 font-size: 18px;
 line-height: 1.3;
}
 @media screen and (min-width:768px) {
  .faq-box > dl > dd ,
  .faq-box > p {
   font-weight: bold;
  }
 }
.faq-box > dl > dd::before {
 background: none;
}
.faq-box a {
 color: #0d8cce;
}

.faq-box .box_table ,
.faq-box figure {
  margin-top: 30px;
}
.faq-box td {
  font-weight: normal;
}

.faq-box figure {
  width: 100%;
  text-align: center;
}

.faq_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width:768px) {
  .faq_flex > p {
    width: calc(100% - 350px);
  }
  .faq_flex > figure {
    width: 317px;
  }
}

/* -------------------------------------
cta
-----------------------------------------*/
/* cta-area */
.cta-area .cta_btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.cta-area .cta_btn a {
  width: 100%;
  max-width: 560px;
}
.cta-area .cta_btn a.cta_order {
  background: #ed435e linear-gradient(to left, #ed435e, #fd6a7c);
}
.cta-area .cta_btn a.cta_order i {
  display: inline-block;
  width: 39px;
  height: 35px;
  background: url(/gpu/img/common/icn_order.png) no-repeat center center /contain;
  vertical-align: bottom;
  margin-right: 20px;
}
@media screen and (min-width:768px) {
  .cta-area .cta_btn {
    gap: 40px;
    max-width: 1190px;
    padding-left: 25px;
    padding-right: 25px;
    margin: 0 auto;
  }
  .cta-area .cta_btn a {
    width: calc((100% - 40px) / 2);
  }
}

/* floating_cta */
.floating_cta {
  position: fixed;
  bottom: 120px;
  right: 17px;
  z-index: 20;
}
.cta_spark .floating_cta_order {
  display: block;
  margin-bottom: 15px;
  padding: 27px 20px;
  background: #B03356;
  background: #ed435e linear-gradient(to left, #ed435e, #fd6a7c);
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  box-shadow: 7px 7px 0px #eae8e9;
}
.cta_spark .floating_cta_order i {
  display: block;
  margin: 0 auto 10px;
  width: 39px;
  height: 35px;
  background: url(/gpu/img/common/icn_order.png) no-repeat center center /contain;
}
.cta_spark .floating_cta_close {
  position: absolute;
  top: -13.5px;
  right: -13.5px;
  width: 27px;
  height: 27px;
  background-color: #000;
  border-radius: 50%;
  cursor: pointer;
}
.floating_cta_close span:nth-of-type(1) {
  position: absolute;
  top: 12px;
  right: 3px;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transform: rotate(45deg);
}
.floating_cta_close span:nth-of-type(2) {
  position: absolute;
  top: 3px;
  right: 12px;
  width: 2px;
  height: 20px;
  background-color: #fff;
  transform: rotate(45deg);
}
@media screen and (min-width:768px) {
}
