@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*====================================================

UNLEASH YOUR BRILLIANCE キャンペーン

Copyright (c) THIRDWAVE CORP. All Rights Reserved.  

====================================================*/

/*----------------------------
2019/10/10 作成
----------------------------*/

.column2R #main {
	float: none;
	width: 100%;
}
#Header {
  z-index: 10042;
}
#lp_page {
	color: #333;
  font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
}

#lp_page * { box-sizing: border-box; }

#lp_page img {
	max-width: 100%;
	height: auto;
}

#lp_page .linkText::before {
	content: '>> ';
	display: inline-block;
	transform: scale(0.5, 1);
}

#lp_page .noteText {
	color: #666;
	font-size: 12px;
}

#lp_page .camp-info{
border: #004771 solid 6px;
    padding: 15px;
    margin: 15px;
}

#lp_page .camp-info_title {
    color: #CC0003;
    font-size: 28px;
    font-weight: 600;
}

#lp_page .camp-info_title span{
	font-size: 18px;
	padding: 0 0 0 10px;
}

#lp_page .camp-info_text {
	    font-size: 20px;
    margin: 0;
}

#lp_page .camp-info_contact {
	font-size: 16px;
}


/* HEROイメージ
---------------------------------------- */
#hero {
	width: 970px;
	margin: 40px auto;
}
#hero img {
  margin: 0 auto;
  display: block;
}

/* コンテンツ
---------------------------------------- */
.campHead {
  background: #05132d;
  background: linear-gradient(115deg, #05132d 0%,#05132d 55%,#006fc2 55%,#006fc2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05132d', endColorstr='#006fc2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  margin: 0 -500% 5%;
  padding: 5% 500%;
  width: 100%;
}
.campHead h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 800;
  letter-spacing: 2.5px;
  line-height: 1.2;
  width: 970px
}
.campList {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.campList .campBox {
  border: 1px solid #c0c0c0;
  width: 48%;
}
.campList h3 {
  background: #05132D;
  color: #fff;
  line-height: 1.4;
  padding: 14px 20px;
}
.campList h3 .mainTitle {
  font-size: 1.4rem;
}
.campList .copyright {
  color: #888;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.campList .campWrap {
  padding: 10px 16px;
}
.campList .campBtn a {
  background: #FF8E00;
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 16px;
  padding: 10px 16px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms ease;
}
.campList .campBtn a:hover {
  box-shadow: 0 2px 6px rgba(0,0,0,0.85);
  background: #FF5F00;
  transform: translateX(0) translateY(-1px);
}
.campList .campDivision {
  align-items: center;
  display: flex;
  margin: 20px 0;
}
.campList .campDivision p {
  font-size: 18px;
  font-weight: 700;
}
.campList .campDivision img {
  margin-right: 30px;
}
.campList .attention {
  font-size: 12px;
  text-align: right;
}
.campAttention {
  margin-bottom: 30px;
}
.targetPc {
  font-size: 30px;
  text-align: center;
}
section .inner {
  padding: 0 20px;
}
#lp_page .cmpDetail h3.colorR6s,
.objectArea h3.colorR6s,
h3.colorR6s,
#objPc .product dd.detailBtn a.colorR6s {
  background: #006fc2;
}
#objPc .otherBtn a, #objIem .otherBtn a.colorR6s {
  color: #006fc2;
  border: 3px solid #006fc2;
}
#objPc .otherBtn a:hover, #objIem .otherBtn a.colorR6s:hover {
  background: #006fc2;
}
#lp_page .cmpDetail h3 span {
  font-size: 24px;
}
#lp_page .cmpDetail h3, .objectArea h3 {
  padding: 14px 16px;
	background: #05132D;
	letter-spacing: 0.04em;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
  margin-bottom: 20px;
}
#lp_page .cmpDetail h2 {
	margin-bottom: 20px;
}

/* レスポンシブ
---------------------------------------- */
@media only screen and (max-width: 479px) {
  #lp_page * {
    box-sizing: unset;
  }
  .pcBr {
    display: none;
  }
  .campHead {
    background: linear-gradient(115deg, #05132d 0%,#05132d 50%,#006fc2 50%,#006fc2 100%);
  }
  .campHead h2 {
    font-size: 1rem;
    line-height: 1.4;
    text-align: center;
    width: 100%;
  }
  .campList {
    display: block;
  }
  .campList .campBox {
    margin-bottom: 20px;
    width: 100%;
  }
  .campList h3,
  .campList .campWrap {
    padding: 14px 10px;
  }
  .campList h3 .mainTitle {
    font-size: 1rem;
  }
  .campList .pkg {
    width: 45%;
  }
  .campList .campDate {
    width: 50%;
  }
  .campList .campDivision {
    justify-content: space-between;
  }
  #lp_page .cmpDetail h3, .objectArea h3,
  #lp_page .cmpDetail h3 span {
    font-size: 1rem;
  }
  section .inner {
    padding: 0 10px;
  }
  .targetPc {
    font-size: 1.2rem;
  }
}


#lp_page .cmpDetail { margin-bottom: 40px; }



.objectArea h2 {
	margin-bottom: 40px;
}

#lp_page .cmpDetail ul {
    margin-top: 10px;
}
#lp_page .cmpDetail ul li {
    padding-left: 1em; 
}
#lp_page .cmpDetail ul li:before {
    content: "• ";
    color: #021121; 
}
#lp_page .cmpDetail ul li + li {
    margin-top: 5px;
}
#lp_page .cmpDetail ul li p {
    display: inline-block;
    margin: 0;
}
#lp_page .cmpDetail ul li p:first-child {
}

#objPc { margin-bottom: 40px; }

#objPc .inner { text-align: center; }
#objPc .inner,CPU_lineup { text-align: left;}
#objPc .product {
	display: flex;
	margin: 24px auto 80px;
	text-align: left;
	align-items: center;
	justify-content: center;
}

#objPc .product:first-child { margin-top: 0; }

#objPc .product .img { flex-basis: 380px; }
#objPc .product .doc {
	flex-basis: 380px;
	padding-bottom: 20px;
}

#objPc .product dt {
	margin-bottom: 9px;
	line-height: 1.3;
	/*text-shadow: 2px 2px 4px #bbb;*/
	font-size: 26px;
	font-weight: bold;
}

#objPc .product dd {
	padding-left: 10px;
	font-size: 18px;
}

#objPc .product dd.detailBtn {
	margin-top: 20px;
	padding: 0;
}

#objPc .product dd.detailBtn a {
	display: block;
	width: 250px;
	padding: 20px 10px 17px 0;
	background: #05132D;
	line-height: 1.1;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	transition: all 300ms ease;
}

#objPc .product dd.detailBtn a:hover {
	background: #474599;
	box-shadow: 0 2px 6px rgba(0,0,0,0.85);
	transform: translateX(0) translateY(-1px);
}

#objPc .product dd.detailBtn a::before {
	content: '>> ';
	display: inline-block;
	transform: scale(0.5, 1);
}

#objPc .otherBtn {
	margin: 80px 0 0;
	text-align: center;
}
#objIem .otherBtn {
	margin: 20px 0 0;
	text-align: center;
}

#objPc .otherBtn a, #objIem .otherBtn a {
	display: block;
	width: 75%;
	margin: auto;
	padding: 24px 0 20px;
	background: #fff;
	border: 3px solid #05132D;
	line-height: 1.1;
	text-decoration: none;
	color: #05132D;
	font-size: 20px;
	font-weight: bold;
	transition: all 180ms ease;
}

#objPc .otherBtn a::before, #objIem .otherBtn a::before {
	content: '>> ';
	display: inline-block;
	transform: scale(0.5, 1);
}

#objPc .otherBtn a:hover, #objIem .otherBtn a:hover {
	background: #05132D;
	color: #fff;
}

#objPc .otherBtn a br { display: none; }

/* 対象CPU */
#objCpu { margin-bottom: 80px; }

#objCpu .boxList {
	flex-wrap: wrap;
	display: flex;
	margin-top: -60px;
}

#objCpu .boxList li {
	flex-basis: 25%;
	margin-top: 60px;
	text-align: center;
}

#objCpu .boxList li .img { margin-bottom: 15px; }

#objCpu .boxList li .img img { max-width: 200px; }

#objCpu .boxList li dt {
	font-size: 18px;
	font-weight: bold;
}

#objCpu .boxList li .detailBtn a {
	display: block;
	width: 90%;
	margin: 5px auto 0;
	padding: 15px 10px 11px 0;
	background: #004a8f;
	line-height: 1.1;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	transition: all 300ms ease;
}

#objCpu .boxList li .detailBtn a::before {
	content: '>> ';
	display: inline-block;
	transform: scale(0.5, 1);
}

#objCpu .boxList li .detailBtn a:hover {
	background: #0096df;
	box-shadow: 0 2px 6px rgba(0,0,0,0.85);
	transform: translateX(0) translateY(-1px);
}


/* 答えて当てよう! */
#objCpu { margin-bottom: 80px; }
#objIem .iem_img img { width: 100%; height: auto; }

#copyright { font-size: 12px; }

/* レスポンシブ
---------------------------------------- */
@media only screen and (max-width: 479px) {
	#hero,
	#hero img { width: 100%; }
	#lp_page {
		line-height: 1.5;
		font-size: 14px;
	}
	#lp_page .cmpDetail h2 { font-size: 16px; }
	.objectArea h2 {
		margin-bottom: 20px;
		padding: 8px 15px 4px;
		font-size: 16px;
	}
    #lp_page .cmpDetail ul li p:first-child {
    width: auto;
}
	#objPc .product {
		display: block;
		margin-top: 40px;
		line-height: 1.5;
		text-align: center;
	}
	#objPc .product .doc { padding-bottom: 0; }
	#objPc .product .img { margin-bottom: 15px; }
	#objPc .product .img img { width: 75%; }
	#objPc .product dt {
		margin-bottom: 5px;
		font-size: 22px;
	}
	#objPc .product dd { font-size: 16px; }
	#objPc .product dd.detailBtn { margin-top: 15px; }
	#objPc .product dd.detailBtn a,
	#objCpu .boxList li .detailBtn a {
		width: 90%;
		margin: auto;
		border-radius: 30px;
		padding: 18px 0 16px;
		font-size: 18px;
		font-weight: normal;
	}
	#objPc .otherBtn, #objIem .otherBtn { margin-top: 40px; }
	#objPc .otherBtn a, #objIem .otherBtn a {
		width: 90%;
		border-radius: 20px;
		font-size: 18px;
	}
	#objPc .otherBtn a br, #objIem .otherBtn a br { display: block; }
	#objCpu { margin-bottom: 40px; }
	#objCpu .boxList { display : block; margin-top: 0; }
	#objCpu .boxList li { margin-top: 40px; }
	#objCpu .boxList li:first-child { margin-top: 0; }
	#objCpu .boxList li .img img {
		width: 50%;
		max-width: none;
	}
	#objCpu .boxList li dt { margin-bottom: 20px; }
	

#lp_page .camp-info{
border: #004771 solid 4px;
    padding: 10px;
    margin: 10px;
}

#lp_page .camp-info_title {
    color: #CC0003;
    font-size: 20px;
    font-weight: 600;
}

#lp_page .camp-info_title span{
	font-size: 14px;
	padding: 0 0 0 5px;
}

#lp_page .camp-info_text {
	    font-size: 15px;
    margin: 0;
}

#lp_page .camp-info_contact {
	font-size: 14px;
}
}/* /@media */

  .appryList li {
    position: relative;
    display: flex;
    padding: 0 0 0 70px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
    height: 70px;
    counter-increment: number;
    align-items: center;
  }
  .appryList li::before,
  .appryList li::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .appryList li::before{
    width: 60px;
    height: 40px;
    content: counter(number);
    text-align: center;
    font-size: 25px;
    color: #fff;
    line-height: 40px;
  }
  .appryList li::after{
    left: 5px;
    top: 90px;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 30px solid transparent;
    border-left: 20px solid;
    transform: rotate(90deg);
  }
  .appryList li:nth-of-type(1)::before {
    background: #fbe113;
    /*opacity: 0.3;*/
  }
  .appryList li:nth-of-type(1)::after {
    border-left-color: #fbe113;
    /*opacity: 0.3;*/
  }
  .appryList li:nth-of-type(2)::before {
    background: #f6cc0d;
    /*opacity: 0.4;*/
  }
  .appryList li:nth-of-type(2)::after {
    border-left-color: #f6cc0d;
    /*opacity: 0.4;*/
  }
  .appryList li:nth-of-type(3)::before {
    background: #fdcf0d;
    /*opacity: 0.5;*/
  }
  .appryList li:nth-of-type(3)::after {
    border-left-color: #fdcf0d;
    /*opacity: 0.5;*/
  }
  .appryList li:nth-of-type(4)::before {
    background: #f9b11c;
    /*opacity: 0.6;*/
  }
  .appryList li:nth-of-type(4)::after {
    border-left-color: #f9b11c;
    /*opacity: 0.6;*/
  }
  .appryList li:nth-of-type(5)::before {
    background: #efa71c;
    /*opacity: 0.7;*/
  }
  .appryList li:nth-of-type(5)::after {
    border-left-color: #efa71c;
    /*opacity: 0.7;*/
  }
  .appryList li:nth-of-type(6)::before {
    background: #e4732f;
    /*opacity: 0.8;*/
  }
  .appryList li:nth-of-type(6)::after {
    border-left-color: #e4732f;
    /*opacity: 0.8;*/
  }
  .appryList li:nth-of-type(7)::before {
    background: #e43930;
    /*opacity: 0.9;*/
  }
  .appryList li:nth-of-type(7)::after {
    border-left-color: #e43930;
    /*opacity: 0.9;*/
  }
  .appryList li:nth-of-type(8)::before {
    background: #df3030;
  }
  .appryList li:nth-of-type(8)::after {
    border-left-color: #df3030;
  }
@media only screen and (max-width: 479px){
  #objPc .appryList li{
    height:auto;
    min-height:70px;
    font-size: 4vw;
    line-height: 5.5vw;
  }
  .to_ffxiv_lantur{
    font-size:2.7vw;
  }
}
