@charset "shift_jis";
/*==============================================
 common
============================================= */
#header {
	border-bottom: #ededed solid 1px;
}
.headerIn,
.footerIn {
	width: 930px;
	margin: 0 auto;
}
.copyRight { border-top: 1px solid #ededed; }
#footer { margin-top: 10px; }
.pageTop { border-radius: 50%; }

em {
	font-style: normal;
}
img {
	image-rendering: -webkit-optimize-contrast;
}

.releasedate {
	width: 930px; 
	font-size: 11px; 
	color: #333;
	text-align: right;
	margin: 100px auto 0; 
}

.forSP {
	display: none;
}


/*==============================================
 看板
============================================= */
h1 {
	width: 930px;
	height: 600px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/12_intel/maintitle.jpg) no-repeat center top;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	margin: auto;
}
.lead {
	width: 930px;
	font-size: 17px;
	line-height: 1.85;
	margin: 50px auto 0;
}
.lead a {
	font-weight: bold;
	text-decoration: underline;
}
.lead a:hover {
	text-decoration: none;
}


/*==============================================
 バナー
============================================= */
.topbnr1 {
	margin: 60px auto 0;
}
.topbnr2 {
	margin: 70px auto 0;
}
.innerbnr1 {
	text-align: center;
	margin: 40px auto 0;
}
.innerbnr1 div {
	font-size: 20px;
	font-weight: bold;
	color: #078fee;
	margin-bottom: 5px;
}
.innerbnr1 div:before {
	content: "＼";
	font-size: 24px;
	font-weight: normal;
}
.innerbnr1 div:after {
	content: "／";
	font-size: 24px;
	font-weight: normal;
}
.innerbnr2 {
	margin: 100px auto 0;
}

.topbnr1 a,
.innerbnr1 a {
	display:block;
	width: 930px;
	height: 80px;
	background: #078fee;
	border-radius: 10px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 86px;
	margin: auto;
	position: relative;
	transition: all ease .3s;
}
.topbnr1 a:after,
.innerbnr1 a:after {
	content: "";
	display: block;
	width: 930px;
	height: 19px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/12_intel/arrow.png) no-repeat center 0;
	position: absolute;
	top: 35px;
}
.topbnr1 a:hover,
.innerbnr1 a:hover {
	background: #47caff;
}

.topbnr2 a,
.innerbnr2 a {
	display:block;
	width: 730px;
	height: 80px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/12_intel/innerbnr_img.png) no-repeat 55px 13px;
	background-color: #f4e74a;
	border-radius: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 1.65;
	margin: auto;
	padding: 20px 0 0 170px;
	box-sizing: border-box;
	position: relative;
	transition: all ease .3s;
}
.topbnr2 a span,
.innerbnr2 a span {
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.topbnr2 a:after,
.innerbnr2 a:after {
	content: "▼";
	display: block;
	font-size: 16px;
	position: absolute;
	top: 29px;
	right: 30px;
	transform: rotate(-90deg);
}
.topbnr2 a:hover,
.innerbnr2 a:hover {
	background-color: #333;
	color: #f4e74a;
}


/*==============================================
 目次
============================================= */
.menu {
	width: 930px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 70px auto 0;
	padding: 26px 0 24px;
}
.menu dl {
	width: 730px;
	display: table;
	margin: auto;
}
.menu dt {
	display: table-cell;
	width: 160px;
	font-size: 18px;
	font-weight: bold;
	color: #b3b3b3;
	vertical-align: middle;
}
.menu dd {
	display: table-cell;
	font-size: 14px;
	vertical-align: middle;
}
.menu dd a {
	display: block;
	margin: 17px auto;
	transition: all ease .3s;
}
.menu dd a:hover {
	opacity: .6;
}
.menu dd a em {
	display: inline-block;
	font-weight: bold;
}
.menu dd a em:after {
	content: "･･･";
	font-weight: normal;
	padding: 0 1em;
}


/*==============================================
 プロフィール
============================================= */
.profile {
	width: 930px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/12_intel/staff.png) no-repeat 720px center;
	background-color: #f5f5f5;
	margin: 80px auto 0;
	padding: 50px 250px 48px 52px;
	box-sizing: border-box;
}
.profile dt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 25px;
}
.profile dd {
	font-size: 13px;
	line-height: 1.8;
}
.profile dd a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #078fee;
	margin-top: 8px;
	transition: all ease .3s;
}
.profile dd a:before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 16px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/12_intel/arrow_b.svg) no-repeat 0 0;
	background-size: 10px;
	transform: rotate(90deg);
	position: relative;
	top: 5px;
	margin-right: 2px;
}
.profile dd a:hover {
	color: #47caff;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph {
	margin: 0 auto;
}
.paragraph h2 {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}
.paragraph h2 em {
	display: block;
	width: 240px;
	height: 40px;
	background: #333;
	border-radius: 5px;
	font-size: 18px;
	color: #fff;
	line-height: 43px;
	margin: 0 auto 35px;
}
.paragraphIn {
	width: 930px;
	margin: 0 auto;
}
.paragraphIn p {
	font-size: 17px;
	line-height: 1.85;
	margin: 0 0 30px;
}
#article01 {
	background: #f5f5f5;
	margin-top: 80px;
	padding: 90px 0 100px;
}
#article01 h2 strong {
	font-size: 48px;
}
#article02 {
	padding-top: 95px;
}
#article02 h2 strong {
	font-size: 46px;
	margin:0 -8px 0 -.5em;
}
.check {
	margin: 80px auto 0;
}
.check dt {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/12_intel/icon_check.png) no-repeat 0 0;
	font-size: 20px;
	font-weight: bold;
	padding: 3px 0 0 30px;
}
.check dd + dt  {
	margin-top: 25px;
}
.check dd {
	font-size: 17px;
	line-height: 1.8;
	margin-top: 10px;
}


/*==============================================
 画像
============================================= */
.imgBox {
	width: 930px;
	margin: 85px auto;
	overflow: hidden;
}
.imgBox div {
	overflow: hidden;
}
.imgBox a {
	display: block;
	width: 450px;
	float: left;
}
.imgBox a:nth-of-type(2) {
	float: right;
}
.imgBox img {
	display: block;
	width: 100%;
}
.imgBox a img {
	transition: all ease .3s;
}
.imgBox a:hover img {
	opacity: .8;
}
.imgBox .cap {
	font-size: 14px;
	line-height: 1.85;
	margin: 25px 0 0;
}
.imgBox .cap.right {
	width: 450px;
	margin-top: -2px;
	float: right;
}

.w800 {
	margin: 60px auto 85px;
}
.w800,
.w800 a {
	width: 800px;
	float: none;
	position: relative;
}
.w800 .cap {
	width: 100%;
	background: rgba(0,0,0,.6);
	color: #fff;
	position: absolute;
	bottom: 0;
	padding: 32px 35px 30px;
	box-sizing: border-box;
}


/*==============================================
 製品紹介
============================================= */
#productBox {
	background: #f0f0f0;
	margin-top: 100px;
	padding: 100px 0;
}
#productBox h2 {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
#productBox h2 em {
	display: block;
	font-size: 30px;
}
#productBox h2 em:before {
	content: "＼";
	font-weight: normal;
	margin-right: 8px;
}
#productBox h2 em:after {
	content: "／";
	font-weight: normal;
	margin-left: 5px;
}
#productBox ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 930px;
	margin: auto;
}
#productBox li {
	width: 445px;
	background: #fff;
	border-radius: 20px;
	text-align: center;
	margin: 40px 0 0;
	padding: 40px 0;
}
#productBox li .maker {
	font-size: 28px;
	font-weight: bold;
	line-height: 32px;
}
#productBox li .maker.txtS {
	font-size: 20px;
}
#productBox li dt {
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}
#productBox li dt.txtS {
	font-size: 17px;
}
#productBox li dt span {
	display: inline-block;
	background: #ebebeb;
	border-radius: 3px;
	font-size: 20px;
	margin-right: 10px;
	padding: 7px 7px 4px;
}
#productBox li dt span small {
	font-size: 15px;
	margin: 0 0 1px 2px;
}
#productBox li dd {
	width: 366px;
	font-size: 15px;
	line-height: 1.5;
	margin: 20px auto 0;
}
#productBox li dd:nth-of-type(1) {
	min-height: 45px;
}
#productBox li dd:nth-of-type(2) {
	height: 58px;
	background: #078fee;
	border-radius: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 60px;
	margin: 25px auto 0;
	transition: all ease .3s;
}
#productBox li dd:nth-of-type(2):hover {
	background: #47caff;
}


/* アンケート */
.questionnaire {
	background: #d0d0d0;
}