@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%; }

/*---- 文字　 ----*/
#mainContents .paragraph,
#mainContents .mainTitleWrap,
table th,table td,
.productBox{
font-family:"ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
font-feature-settings: "palt" 1;
letter-spacing: 0.05em;}

#mainContents p {
	font-size:  124%;
	line-height: 2.2;
}

#mainContents .cap{
	font-size: 108%;
	line-height: 1.9;}

#mainContents p .cap{
	font-size: 82%;
	display: block;
}

#mainContents p + p {
	margin-top: 20px;}

sup {
font-size: 60%;
vertical-align: top;
position: relative;
top: 0.3em;
}


/*==============================================
看板
============================================= */
.mainTitleWrap {
width: 100%;

}
.mainTitle {
background: linear-gradient(180deg,#f2f2f2 0%,#f2f2f2 423px,#fff 423px,#fff  100%);
margin: 0 auto;
}

h1 {
margin: 0 auto;
width: 1006px;
height: 506px;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_mateview_se/pc_title.png) 38px 55px no-repeat;
text-indent: -999em;
font-size: 0;
z-index: 1;
}


.lead {
	width: 930px;
	margin: 0 auto;}

.lead a:link,
.lead a:visited {
color: #333333;
font-weight: bold;
text-decoration: underline;
}
.lead a:hover,
.lead a:active {
color: #ad0824;
text-decoration: none;
}

/*-- .contentsNavi  --*/
.contentsNavi {
	width: 930px;
	margin: 80px auto 0;
display: table;}

.contentsNavi p,
.contentsNavi ul{
display: table-cell;
vertical-align: middle;}

.contentsNavi p {
	background:#1b1b1b url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_mateview_se/index_tit.png) center 50% no-repeat;
	text-indent: -999em;
	width: 153px;
	height: 145px;}

.contentsNavi ul {
	padding-left: 30px;
	box-sizing: border-box;}

.contentsNavi li + li {
	margin-top: 19px;
}

.contentsNavi li a span {
	display: inline-block;
	width: 130px;
	font-weight: bold;
}

.contentsNavi li a {
	font-size: 16px;
	position: relative;
	display: block;
	padding-left: 20px;
	box-sizing: border-box;
transition: 0.1s ease-in-out;}

.contentsNavi li a:hover {
color: #ad0824;
}

.contentsNavi li a:after {
content: '';
width: 6px;
height: 6px;
border: 0px;
border-top: solid 2px #1b1b1b;
border-right: solid 2px #1b1b1b;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
position: absolute;
top: -5px;
bottom: 0;
left: 0;
margin: auto;
}


/*==============================================
 バナー
============================================= */
.topbnr {
	text-align: center;
	margin-top: 70px;}

.topbnr a{
    position: relative;
	text-decoration: none;
	display: inline-block;
    text-align: center;
    outline: none;
    transition: all 0.2s ease;}

.topbnr a:hover{
	background:transparent;	}

.topbnr a .item {
	position: relative;
	z-index: 2;
	display: block;
	width: 470px;
	height: 64px;
	font-size: 14px;
	line-height: 64px;
	background: #ad0824 url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_mateview_se/arrow.svg) 434px 46% no-repeat;
	background-size: 20px;
	color:#fff;
    transition: all 0.1s ease;}

.topbnr a.pushright:before {
    content: "";
    position: absolute;
	z-index: -1;
    top: 7px;
    left: 7px;
    width: 100%;
    height: 100%;
    background-color: #d8d8d8;}

.topbnr a.pushright:hover .item {
	background: #ad0824 url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_mateview_se/arrow.svg) 434px 46% no-repeat;
	background-size: 20px;
	color: #fff;
	transform: translate(7px, 7px);}


.innerbnr {
	text-align: center;
	margin-top: 100px;}

.innerbnr a{
    position: relative;
	text-decoration: none;
	display: inline-block;
    text-align: center;
    outline: none;
    transition: all 0.2s ease;
	
	text-indent: -999em;}

.innerbnr a:hover{
	background:transparent;	}

.innerbnr a .item {
	position: relative;
	z-index: 2;
	display: block;
	width: 923px;
	height: 173px;
	overflow: hidden;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_mateview_se/innerbnr.jpg) left top no-repeat;
    transition: all 0.1s ease;}

.innerbnr a.pushright:before {
    content: "";
    position: absolute;
	z-index: -1;
    top: 7px;
    left: 7px;
    width: 100%;
    height: 100%;
    background-color: #d8d8d8;}

.innerbnr a.pushright:hover .item {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_mateview_se/innerbnr.jpg) left top no-repeat;
	transform: translate(7px, 7px);}


/*==============================================
#mainContents
============================================= */
.paragraph h2 {
	background-color: #f2f2f2;
	padding: 50px 0;
margin-top: 130px;}

.paragraph h2 .w930 {
width: 930px;
margin: 0 auto;
display: block;
border-left: #1b1b1b 2px solid;
padding-left: 28px;
font-size: 25px;
line-height: 1.6;
letter-spacing: 0.06em;
font-weight: bold;
box-sizing: border-box;}

.paragraph h2 .w930 .icon {
color: #ad0824;
display: block;
padding-bottom: 8px;
font-size: 30px;
}

.spAccordion {
	width: 930px;
	margin: 80px auto 0;
}

/*----　画像　----*/
.subtext {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.w800 {width: 800px;}

.imgBox {margin:80px auto 0; }

.imgBox div {overflow: hidden;}

.imgBox .floatL,
.imgBox .floatR {width:450px;}

.imgBox.w390 .floatL {width: 390px;}
.imgBox.w390 .floatR {width: 520px;}

.imgBox.w300 .floatL {width: 300px;}

.imgBox.w300 .floatL + .floatL {
	margin-left: 15px;}


.imgBox img {width: 100%;}

.imgBox a {
font-size: 0;
display: block;}

.imgBox .cap a {
	font-size: 100% !important;
	display: inline-block !important;
	color: #5a7ddd;
	text-decoration: underline;}


.imgBox a img{
transition: 0.1s ease-in-out;}

.imgBox a:hover img {
opacity: 0.8;
filter: alpha(opacity=80);}

.imgBox div + .cap,
.imgBox a + .cap{
	margin-top: 15px;}

a.floatL + .cap,
a.floatR + .cap{
	margin-top: 0;}

.imgBox + p{
	margin-top: 80px;}

.border img{
	border: #E0E0E0 1px solid;
	box-sizing: border-box;
}

/*-- カコミ --*/
.kakomi {
margin-top: 80px;
padding: 70px 100px;
box-sizing: border-box;
background-color: #f2f2f2;
background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_mateview_se/kakomi_bg01.png),
url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_mateview_se/kakomi_bg02.png);
background-repeat: no-repeat,
no-repeat;
background-position: top left,
bottom right;
z-index: -1;}

.kakomi .title {
	font-size: 25px;
	line-height: 1.7;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;}

.kakomi .link {
display: table;
margin-top: 40px;}

.kakomi .img,
.kakomi .info {
display: table-cell;
vertical-align: middle;}

.kakomi .info {
	padding-left: 40px;}

.kakomi .name {
	text-indent: -999em;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_mateview_se/kakomi_prdname.png) left top no-repeat;
	background-size: 100%;
	width: 382px;
	height: 31px;
} 

.kakomi a.btn {
	margin-top: 20px;}

.kakomi a.btn{
    position: relative;
	text-decoration: none;
	display: inline-block;
    text-align: center;
    outline: none;
    transition: all 0.2s ease;}

.kakomi a.btn:hover{
	background:transparent;	}

.kakomi a.btn span {
	position: relative;
	z-index: 2;
	display: block;
	width: 390px;
	height: 54px;
	font-size: 14px;
	line-height: 54px;
	background: #ad0824 url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_mateview_se/arrow.svg) 354px 46% no-repeat;
	background-size: 20px;
	color:#fff;
    transition: all 0.1s ease;}

.kakomi a.pushright:before {
    content: "";
    position: absolute;
	z-index: 1;
    top: 7px;
    left: 7px;
    width: 100%;
    height: 100%;
    background-color: #c2c2c2;}

.kakomi a.pushright:hover span {
	background: #ad0824 url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_mateview_se/arrow.svg) 354px 46% no-repeat;
	background-size: 20px;
	color: #fff;
	transform: translate(7px, 7px);}



/*==============================================
.productBox
============================================= */
.productBox {
	width: 930px;
	margin: 150px auto;
}

.productBox .item {
	display: table;
width: 930px;}

.productBox .item .img,
.productBox .item .info {
	display: table-cell;
vertical-align: middle;}

.productBox .item .img {
	width: 493px;
text-align: center;}

.productBox .item .catch,
.productBox .item .name01,
.productBox .item .name02{
	text-indent: -999em;
}

.productBox .item .name01,
.productBox .item .name02{
	height: 100px;
}

.productBox .item .name01 {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_mateview_se/prd_name01.png) left top no-repeat;
}

.productBox .item .name02 {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_mateview_se/prd_name02.png) left top no-repeat;
}

.productBox .item + .item {
	margin-top: 90px;
}

.productBox a.btn{
    position: relative;
	text-decoration: none;
	display: inline-block;
    text-align: center;
    outline: none;
    transition: all 0.2s ease;}

.productBox a.btn:hover{
	background:transparent;	}

.productBox a.btn span {
	position: relative;
	z-index: 2;
	display: block;
	width: 437px;
	height: 54px;
	font-size: 13px;
	line-height: 54px;
	background: #ad0824 url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_mateview_se/arrow.svg) 400px 46% no-repeat;
	background-size: 20px;
	color:#fff;
    transition: all 0.1s ease;}

.productBox a.pushright:before {
    content: "";
    position: absolute;
	z-index: 1;
    top: 7px;
    left: 7px;
    width: 100%;
    height: 100%;
    background-color: #c2c2c2;}

.productBox a.pushright:hover span {
	background: #ad0824 url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_mateview_se/arrow.svg) 400px 46% no-repeat;
	background-size: 20px;
	color: #fff;
	transform: translate(7px, 7px);}


/*==============================================
.releasedate
============================================= */
.releasedate {
font-size: 11px; 
color: #333;
width: 930px; 
margin: 0 auto;
padding-bottom: 100px;
text-align: right;}

/*==============================================
アンケート
============================================= */

/*----　カラー変更　----*/
.questionnaire {
color: #2e2e2e;
}
.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: 25px 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;
}

