@charset "shift_jis";
/*==============================================
 common
============================================= */
#header {
	border-bottom: #ededed solid 1px;
}
.headerIn,
.footerIn {
	width: 1000px;
	margin: 0 auto;
}
.copyRight { border-top: 1px solid #ededed; }
#footer { margin-top: 10px; }
.pageTop { border-radius: 50%; }

em {
	font-style: normal;
}

.releasedate {
	width: 1000px; 
	font-size: 11px; 
	color: #333;
	text-align: right;
	margin: 100px auto 0; 
}


#mainContents {
	font-family:'游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.05em;
}
#mainContents .meiryo {
	font-family: "メイリオ";
	font-size: 95%;
}


/*==============================================
 看板
============================================= */
.AMD {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
}
.titleWrap {
	width: 100%;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/09_pavilion/titlebg.jpg) no-repeat center top;
	padding-top: 48px;
}
.mainTitle {
	min-height: 570px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/09_pavilion/mainimg.png) no-repeat center top;
	margin: 0 auto;
}
h1 {
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
}

.mainTitle div {
	width: 1000px;
	margin: 432px auto 0;
}
.mainTitle a {
	display: block;
	width: 410px;
	background: linear-gradient(to right, #6783bc 40%, #294672);
	border-radius: 4px;
	font-family: "メイリオ";
	color: #fff;
	position: relative;
	box-shadow: 3px 3px 5px rgba(81,69,71,.3);
}
.mainTitle a dt {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	padding: 14px 25px;
}
.mainTitle a dt span {
	display: block;
}
.mainTitle a dd {
	padding: 4px 25px 9px;
}
.mainTitle a:after {
	content: "";
	display: block;
	width: 772px;
	height: 11px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/09_pavilion/arrow01.png) no-repeat 0 0;
	position: absolute;
	top: 70px;
	right: 17px;
	transition: all ease .1s;
}
.mainTitle a:hover:after {
	right: 15px;
}

.titleWrap p {
	width: 1000px;
	font-size: 16px;
	line-height: 2.1;
	margin: 25px auto 0;
}
.titleWrap p a {
	color: #4f648a;
	text-decoration: underline;
}
.titleWrap p a:hover {
	text-decoration: none;
}


/*==============================================
 バナー
============================================= */
.innerbnr a {
	display: block;
	width: 840px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/09_pavilion/innerbnr_img.png) no-repeat 30px center;
	border: 1px solid #d2d2d2;
	font-family: "メイリオ";
	color: #555;
	margin: 110px auto 0;
	padding: 44px 0 35px 290px;
	box-sizing: border-box;
}
.innerbnr a dt {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.innerbnr a dt strong {
	display: block;
	font-size: 33px;
	margin-top: 12px;
}
.innerbnr a dd {
	display: block;
	width: 450px;
	height: 40px;
	background: linear-gradient(to right, #6783bc 40%, #294672);
	border-radius: 4px;
	font-size: 13px;
	font-family: "メイリオ";
	color: #fff;
	text-align: center;
	line-height: 42px;
	margin: 12px auto 0;
	position: relative;
	box-shadow: 3px 3px 5px rgba(81,69,71,.3);
}
.innerbnr a dd:after {
	content: "";
	display: block;
	width: 85px;
	height: 11px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/09_pavilion/arrow02.png) no-repeat 0 0;
	position: absolute;
	top: 15px;
	right: 15px;
	transition: all ease .1s;
}
.innerbnr a dd:hover:after {
	right: 13px;
}


/*==============================================
 目次
============================================= */
.menu {
	width: 1130px;
	background: #fff;
	border: 1px solid #d2d2d2;
	margin: 50px auto 0;
	padding: 25px 100px;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
}
.menu a {
	font-size: 15px;
	color: #4f648a;
}
.menu li {
	margin: 22px auto;
	padding-left: 32px;
	position: relative;
}
.menu li:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #4f648a;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -5px;
}
.menu li em {
	display: inline-block;
	width: 190px;
	font-weight: bold;
	position: relative;
}
.menu li em:after {
	content: "";
	display: inline-block;
	width: 38px;
	height: 1px;
	background: #4f648a;
	position: absolute;
	top: 49%;
	right: 35px;
}
.menu a:hover {
	font-weight: bold;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/09_pavilion/bg.png) repeat-x 0 0;
	margin: 110px auto 0;
	padding: 120px 0 0;
}
.paragraph h2 {
	width: 1000px;
	font-size: 39px;
	font-weight: bold;
	color: #555;
	line-height: 1.5;
	margin: 0 auto 70px;
}
.paragraph h2 em {
	display: block;
	width: 170px;
	height: 35px;
	background: #4f648a;
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	line-height: 37px;
	text-align: center;
	margin-bottom: 25px;
}
.paragraph h3 {
	width: 930px;
	font-size: 30px;
	font-weight: bold;
	color: #555;
	text-align: center;
	margin: 100px auto 80px;
	overflow: hidden;
	position: relative;
}
.paragraph h3 span {
	display: inline-block;
	background: #fff;
	padding: 0 15px 0 20px;
}
.paragraph h3:before {
	display: inline-block;
	content: "";
	width: 930px;
	height: 1px;
	background: #555;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -10;
}
.paragraph h4 {
	width: 930px;
	border-left: 10px solid #4f648a;
	font-size: 24px;
	font-weight: bold;
	color: #555;
	line-height: 1.1;
	margin: 0 auto -50px;
	padding: 6px 0 4px 10px;
	box-sizing: border-box;
}
.paragraphIn {
	width: 1000px;
	margin: 0 auto;
}
.paragraphIn p {
	font-size: 16px;
	line-height: 2.1;
	margin: 0 0 25px;
}
.paragraphIn p em {
	font-weight: bold;
	background: linear-gradient(transparent 70%, #cbe2ff 30%);
}

#article01 {
	margin-top: -55px;
}
#article04 {
	background: #f2f2f2;
	padding-bottom: 1px;
}
#article04 h2 {
	width: 1010px;
	min-height: 506px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/09_pavilion/itemImgL.png) no-repeat 0 0;
	font-size: 41px;
	letter-spacing: .1em;
	margin: 0 auto 45px;
	padding: 64px 0 0 600px;
	box-sizing: border-box;
}
#article04 h2 em {
	display: none;
}

.spec {
	width: 930px;
	margin: 80px auto 0;
}
.spec strong {
	display: block;
	border-left: 10px solid #4f648a;
	font-size: 24px;
	color: #555;
	line-height: 1.1;
	padding: 6px 0 4px 10px;
}
.spec table {
	width: 100%;
	table-layout: fixed;
	font-size: 16px;
	margin: 25px auto 0;
}
.spec th {
	width: 15%;
	background: #f2f2f2;
	border: 1px solid #d2d2d2;
	font-weight: bold;
	vertical-align: middle;
	padding: 12px 22px 9px;
}
.spec td {
	border: 1px solid #d2d2d2;
	vertical-align: middle;
	padding: 12px 22px 9px;
}

#column {
	padding-top: 50px;
}
#column h3 {
	color: #4f648a;
	margin: 0 auto 80px;
}
#column h3:before {
	background: #4f648a;
}


/*==============================================
 画像
============================================= */
.imgBox {
	width: 930px;
	margin: 80px 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 300ms;
}
.imgBox a:hover img {
	opacity: .8;
}
.imgBox .cap {
	font-size: 13px;
	line-height: 2;
	margin: 30px 0 0;
}
.imgBox .cap.right {
	width: 450px;
	margin-top: -2px;
	float: right;
}

.w800,
.w800 a {
	width: 800px;
	float: none;
}
.w930,
.w930 a {
	width: 930px;
	float: none;
}
.w240 a {
	width: 240px;
}
.w240 .cap.right {
	width: 660px;
}


/*==============================================
 製品紹介
============================================= */
.productBox {
	background: #f2f2f2;
	padding: 80px 0 100px;
}
.productBox h2 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.productBox .scroll {
	width: 1000px;
	margin: 40px auto 0;
}
.productBox table {
	table-layout: fixed;
	width: 100%;
	empty-cells: show;
	font-size: 14px;
}
.productBox .items {
	width: 19%;
}
.productBox .products {
	width: 27%;
	background: #fff;
}
.productBox th {
	border: 1px solid #d2d2d2;
	vertical-align: middle;
	text-align: left;
	padding: 15px 15px 13px;
	box-sizing: border-box;
}
.productBox td {
	border: 1px solid #d2d2d2;
	vertical-align: middle;
	text-align: center;
	padding: 15px 15px 13px;
	box-sizing: border-box;
}
.productBox td small {
	display: block;
}
.productBox td dl {
	padding: 12px 0 10px;
}
.productBox td dt {
	font-size: 16px;
	font-weight: bold;
	color: #4f648a;
	margin-bottom: 13px;
	position: relative;
}
.productBox td dt span {
	display: block;
	width: 107px;
	height: 44px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/09_pavilion/balloon.png) no-repeat 0 0;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	line-height: 44px;
	position: absolute;
	top: 23px;
	left: -40px;
}
.productBox td dd:last-child {
	display: block;
	width: 224px;
	height: 36px;
	background: linear-gradient(to right, #6783bc 40%, #294672);
	border-radius: 4px;
	font-size: 13px;
	font-family: "メイリオ";
	color: #fff;
	line-height: 38px;
	margin: 12px auto 0;
	position: relative;
	box-shadow: 3px 3px 5px rgba(81,69,71,.3);
}
.productBox td dd:after {
	content: "";
	display: block;
	width: 20px;
	height: 9px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/09_pavilion/arrow03.png) no-repeat 0 0;
	position: absolute;
	top: 14px;
	right: 10px;
	transition: all ease .1s;
}
.productBox td dd:hover:after {
	right: 8px;
}
.productBox td span.r7 {
	display: block;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/09_pavilion/logo_ryzen7.png) no-repeat center 3px;
	background-size: 114px;
	padding-top: 62px;
}
.productBox td span.r5 {
	display: block;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/09_pavilion/logo_ryzen5.png) no-repeat center 0;
	background-size: 114px;
	padding-top: 60px;
}



/*==============================================
アンケート
============================================= */
/*---- カラー変更 ----*/
.questionnaire {
color: #2e2e2e;
border-top: 1px dotted #ccc;
}
.question .select .arrow {
border-color: #2e2e2e transparent transparent transparent;
}
.questionnaireInner h2,
.btnSend a {
background-color: #0a7bc3;
}
.btnSend a:hover {
background-color: #04619d;
}
.questionnaireInner h3 .q {
color: #1b75bc;
}
.question input[type=radio]:checked ~ .radio::before {
background-color: #1b75bc;
}
.question ul li:hover .radio, .question input[type=radio]:checked ~ .radio, .question ul li:hover .check, .question input[type=checkbox]:checked ~ .check, .question input[type=checkbox]:checked ~ .check::before, .question .select select:hover, .question .select select:focus, .question textarea:hover, .question textarea:focus, .question input:hover, .question input:focus {
border-color: #1b75bc !important;
}

/*---- 文字強調 ----*/
.questionnaire .marker {
	background:linear-gradient(transparent 70%, #c2dff7 70%);}

/*---- ベースデザイン ----*/
.questionnaire {
padding: 100px 0;
background-color: #f2f2f2;
letter-spacing: 0.1em;
font-feature-settings: "palt"1;
}
.questionnaireInner {
width: 930px;
margin: 0 auto;
padding-bottom: 60px;
background-color: #fff;
border-radius: 6px;
box-sizing: border-box;
}
.questionnaireInner h2 {
padding: 30px 30px 25px;
border-radius: 6px 6px 0 0;
color: #fff;
font-size: 20px;
font-weight: bold;
}
.questionnaireInner h3 {
line-height: 1.8;
font-size: 16px;
font-weight: bold;
}
.questionnaireInner h3 .q {
margin-right: 10px;
font-size: 24px;
}
.questionnaireInner h3 .required {
margin-left: 10px;
color: #e20000;
}
.question {
padding: 40px 80px 0;
}
.question:first-child {
padding-top: 50px;
}
.question ul {
list-style: none;
margin-top: 20px;
overflow: auto;
}
.question ul li {
display: block;
position: relative;
float: left;
width: 100%;
}
.question ul li label {
display: block;
position: relative;
font-weight: 300;
font-size: 16px;
padding: 0 0 0 53px;
margin: 10px auto;
z-index: 9;
cursor: pointer;
-webkit-transition: all .2s linear;
}

/* radio */
.question ul li input[type=radio] {
position: absolute;
visibility: hidden;
}
.question ul li .radio {
display: block;
position: absolute;
border: 3px solid #cccccc;
border-radius: 100%;
height: 16px;
width: 16px;
top: 6px;
left: 20px;
z-index: 5;
transition: border .2s linear;
-webkit-transition: border .2s linear;
}
.question ul li:hover .radio {
border: 3px solid;
}
.question ul li .radio::before {
display: block;
position: absolute;
content: '';
border-radius: 100%;
height: 6px;
width: 6px;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
transition: background .2s linear;
-webkit-transition: background .2s linear;
}
.question input[type=radio]:checked ~ .radio {
border: 3px solid;
}

/* checkbox */
.question ul li input[type=checkbox] {
position: absolute;
visibility: hidden;
}
.question ul li .check {
display: block;
position: absolute;
border: 3px solid #cccccc;
border-radius: 6px;
height: 16px;
width: 16px;
top: 4px;
left: 20px;
z-index: 5;
transition: border .2s linear;
-webkit-transition: border .2s linear;
}
.question ul li:hover .check {
border: 3px solid;
}
.question ul li .check::before {
display: block;
position: absolute;
content: '';
height: 6px;
width: 3px;
top: -3px;
bottom: 0;
left: 0;
right: 1px;
margin: auto;
border-bottom: 2px solid #fff;
border-right: 2px solid #fff;
transition: border .2s linear;
-webkit-transition: border .2s linear;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);

}
.question input[type=checkbox]:checked ~ .check {
border: 3px solid;
}
.question input[type=checkbox]:checked ~ .check::before {
border-bottom: 2px solid;
border-right: 2px solid;
}

/* select */
.question .select {
display: inline-block;
position: relative;
margin: 20px 0 0 20px;
}
.question .select select {
display: inline-block;
width: 100%;
cursor: pointer;
padding: 5px 35px 5px 15px;
outline: 0;
border: 1px solid #cccccc;
border-radius: 6px;
font-size: 16px;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
transition: border .2s linear;
}
.question .select .arrow {
position: absolute;
top: 14px;
right: 15px;
width: 0;
height: 0;
pointer-events: none;
border-style: solid;
border-width: 8px 5px 0 5px;
}
.question .select select:hover,
.question .select select:focus {
border: 1px solid;
}

/* textarea */
.question textarea {
width: 80%;
height: 150px;
margin: 20px 0 0 20px;
padding: 6px 10px;
border: 1px solid #cccccc;
border-radius: 6px;
font-size: 16px;
outline: 0;
transition: border .2s linear;
}
.question textarea:hover,
.question textarea:focus {
border: 1px solid;
}

/* input */
.question input {
width: 80%;
margin: 20px 0 0 20px;
padding: 6px 10px;
border: 1px solid #cccccc;
border-radius: 6px;
font-size: 16px;
outline: 0;
transition: border .2s linear;
}
.question input:hover,
.question input:focus {
border: 1px solid;
}
.question ul li.text label {
display: inline-block;
}
.question ul li.text input {
width: 20%;
margin: 0 0 0 10px;
}

/* .btnSend */
.btnSend {
margin-top: 60px;
text-align: center;
}
.btnSend a {
display: inline-block;
padding: 15px 100px;
border-radius: 6px;
text-align: center;
font-size: 16px;
color: #fff;
transition: background-color .2s linear;
}

/* .thanks */
.thanks {
margin-top: 80px;
margin-bottom: 20px;
text-align: center;
font-size: 20px;
}


