@charset "shift_jis";
/*==============================================
common
============================================= */
.listBox,
.forSp,
.splinktxt {
display: none;
}
#header {
border-bottom: #e8e8e8 solid 1px;
}
.headerIn,
.footerIn {
width: 930px;
margin: 0 auto;
}
.copyRight { border-top: 1px solid #ededed; }
#footer { margin-top: 10px; }
.pageTop { border-radius: 50%; }

/*==============================================
看板
============================================= */
#mainContents {
font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
font-feature-settings: "palt";
}

.mainTitleWrap {
width: 100%;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/04_matebookd14/title_bg.jpg) top center no-repeat;
padding-top: 116px;
}
h1 {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/04_matebookd14/title.png) left top no-repeat;
width: 930px;
height: 395px;
text-indent: -999em;
font-size: 0;
z-index: 1;
margin: 0 auto;
}
.lead {
font-size: 16px;
line-height: 30px;
width: 930px;
margin: 0 auto 70px;
}
.lead a {
transition: .1s;
font-weight: bold;
}
.lead a:link,
.lead a:visited {
color: #4610cd;
text-decoration: underline;
}
.lead a:hover,
.lead a:active {
color: #b04edd;
}
.menu {
background: #000;
box-sizing: border-box;
padding: 65px 0 40px;
}
.menu ul {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/04_matebookd14/menu_bg.png) no-repeat;
box-sizing: border-box;
width: 930px;
margin: 0 auto;
padding-left: 153px;
}
.menu ul b {
display: inline-block;
width: 150px;
margin-bottom: 5px;
}
.menu a {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/04_matebookd14/menu_arrow.png) no-repeat;
background-position: top 4px left;
color: #fff;
box-sizing: border-box;
font-size: 15px;
transition: 0.2s;
padding-left: 25px;
}
.menu a:hover {
opacity: 0.7;
}
.menu li {
margin-bottom: 15px;
}

/*==============================================
bnr
============================================= */
.topbnr {
width: 962px;
margin: 100px auto 60px;
}

.topbnr a {
background: #4610cd;
background: -moz-linear-gradient(left, #b04edd 0%, #4610cd 100%);
background: -webkit-gradient(linear, left center, right center, from(#b04edd), to(#4610cd));
background: -webkit-linear-gradient(left, #b04edd 0%, #4610cd 100%);
background: -o-linear-gradient(left, #b04edd 0%, #4610cd 100%);
background: -ms-linear-gradient(left, #b04edd 0%, #4610cd 100%);
background: linear-gradient(to right, #b04edd 0%, #4610cd 100%);
border-radius: 5px;
display: block;
text-align: center;
padding: 25px 0 21px;
transition: 0.2s;
}
.topbnr .itemName {
color: #fff;
display: inline-block;
font-size: 27px;
margin-right: 25px;
}
.topbnr .kakakuTxt {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/04_matebookd14/arrow.png)no-repeat;
background-position: top 4px right;
color: #fff;
display: inline-block;
font-size: 17px;
font-weight: 400;
position: relative;
top: -3px;
padding-right: 28px;
}

.innerbnr {
background: #000;
width: 100%;
margin-top: 130px;
padding: 60px 0;
}

#article01 .innerbnr a,
#article02 .innerbnr a,
#article03 .innerbnr a,
#article04 .item {
background: #fff;
border-radius: 5px;
display: block;
box-sizing: border-box;
width: 930px;
margin: 0 auto;
padding: 35px 50px;
}
.innerbnr .item {
display: table;
}
.innerbnr .img,
.innerbnr .info {
display: table-cell;
vertical-align: middle;
}
.innerbnr .info {
box-sizing: border-box;
padding-left: 50px;
}
.innerbnr .itemCatch {
font-size: 20px;
font-weight: bold;
margin-bottom: 15px;
}
.innerbnr .itemName {
font-size: 37px;
font-weight: bold;
margin-bottom: 17px;
}
#article01 .innerbnr .itemBtn,
#article02 .innerbnr .itemBtn,
#article03 .innerbnr .itemBtn {
background: #4610cd;
background: -moz-linear-gradient(left, #b04edd 0%, #4610cd 100%);
background: -webkit-gradient(linear, left center, right center, from(#b04edd), to(#4610cd));
background: -webkit-linear-gradient(left, #b04edd 0%, #4610cd 100%);
background: -o-linear-gradient(left, #b04edd 0%, #4610cd 100%);
background: -ms-linear-gradient(left, #b04edd 0%, #4610cd 100%);
background: linear-gradient(to right, #b04edd 0%, #4610cd 100%);
border-radius: 5px;
color: #fff;
display: block;
text-align: center;
font-size: 14px;
font-weight: bold;
width: 550px;
padding: 18px 0 16px;
transition: 0.2s;
}
.innerbnr .itemBtn span {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/04_matebookd14/arrow.png)no-repeat;
background-size: 17px;
background-position: top 1px right;
padding-right: 25px;
}
#article04 .innerbnr .itemBtn a {
background: #4610cd;
background: -moz-linear-gradient(left, #b04edd 0%, #4610cd 100%);
background: -webkit-gradient(linear, left center, right center, from(#b04edd), to(#4610cd));
background: -webkit-linear-gradient(left, #b04edd 0%, #4610cd 100%);
background: -o-linear-gradient(left, #b04edd 0%, #4610cd 100%);
background: -ms-linear-gradient(left, #b04edd 0%, #4610cd 100%);
background: linear-gradient(to right, #b04edd 0%, #4610cd 100%);
border-radius: 5px;
color: #fff;
display: inline-block;
text-align: center;
font-size: 14px;
font-weight: bold;
width: 310px;
padding: 18px 0 16px;
transition: 0.3s;
}
.itemBtn + .itemBtn {
margin-top: 10px;
}
.itemBtn01 b,
.itemBtn02 b {
display: inline-block;
font-size: 22px;
}
.itemBtn01 b {
margin-right: 10px;
}
.itemBtn02 b {
margin-right: 22px;
}
.topbnr a:hover,
#article01 .innerbnr .itemBtn:hover,
#article02 .innerbnr .itemBtn:hover,
#article03 .innerbnr .itemBtn:hover,
#article04 .innerbnr .itemBtn a:hover {
opacity: 0.7;
}
#article04 .innerbnr .forSp,
.innerbnr .forSp {
display: none;
}

/*==============================================
#mainContents
============================================= */
.paragraph {
width: 100%;
padding-top: 100px;
}
.paragraphIn {
width: 930px;
margin: -30px auto 0;
}
.paragraph h2 {
padding-bottom: 40px;
}
.paragraph h2 span {
box-sizing: border-box;
color: #171717;
display: block;
width: 930px;
font-size: 39px;
font-weight: bold;
line-height: 52px;
text-align: center;
margin: 0 auto;
}
.paragraph h2 span b {
text-decoration: underline;
display: block;
font-size: 25px;
font-weight: bold;
line-height: 1.3;
margin-bottom: 30px;
}
.paragraph p {
color: #141414;
    font-size: 18px;
    line-height: 2;
	margin-top: 50px;
}
.paragraph p b {
color: #181818;
    font-size: 16px;
    line-height: 2.2;
	margin-top: 50px;
}
p.cap {
    font-size: 14px;
    line-height: 1.8;
	margin-top: 0;
}
.sTxt {
display: block;
margin-top:8px;
font-size: 12px;
}

/*---- img ----*/
.imgBox03,
.imgBox {
width: 850px;
margin: 60px auto 0;
}
.imgBoxB {
width: 850px;
margin: 70px auto 0;
}
.imgBoxB p {
margin-top: 15px;
}
.imgBox02 {
width: 700px;
margin: 90px auto 0;
}
.imgBox .imagesClear a {
display: block;
width: 49%;
float: left;
}
.imgBox03 .imagesClear a {
display: block;
width: 32%;
float: left;
}
.centerImg {
margin: 0 15px;
}
.imgBox .imagesClear a  + a  {
margin-left: 15px;
}
.imgBox .imagesClear p {
width: 49%;
float: right;
}
.imgBox .imagesClear strong {
display: inline-block;
font-size: 17px;
margin-bottom: 7px;
padding: 1px 0 0;
}
.imgBox03 .imagesClear + p,
.imgBox .imagesClear + p {
margin-top: 15px;
}
.imgBox03 img,
.imgBoxB img,
.imgBox img {
width: 100%;
}
.imgBoxB a,
.imgBox a {
cursor: zoom-in;
}
.imagesClear {
overflow: hidden;
}

.imagesClear span {
display: block;
font-size: 115%;
font-weight: bold;
margin-bottom: 5px;
}
#article04 .imgBoxB a {
border: #e8e8e8 solid 1px;
box-sizing: border-box;
display: block;
text-align: center;
padding: 20px 0 10px;
}
#article04 .imgBoxB a img {
width: 530px;
}

/*==============================================
#matome .productBox
============================================= */
#matome {
padding: 180px 0 150px;
}
#matome .spAccordion,
#matome .spAccordion-none {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/04_matebookd14/matome_img.png)no-repeat;
background-position: right top;
width: 1050px;
margin: 0 auto;
}
#matome h2 {
display: none;
}
#matome p {
font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
font-feature-settings: "palt";
width: 430px;
font-size: 15px;
line-height: 30px;
}
#matome p strong {
display: block;
font-size: 26px;
line-height: 37px;
margin: 15px 0 25px;
}

.productBox {
font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
font-feature-settings: "palt";
background: #f3f3f3;
border-bottom: #fff solid 1px;
width: 100%;
padding: 140px 0 0;
}
.productBoxIn a {
display: table;
margin-bottom: 90px;
margin-left: -45px;
}
.productBoxIn .img,
.productBoxIn .info {
display: table-cell;
vertical-align: middle;
}
.productBoxIn .info {
box-sizing: border-box;
padding-left: 60px;
}
.productBoxIn .catch {
font-size: 23px;
font-weight: bold;
line-height: 30px;
margin-bottom: 20px;
}
.productBoxIn .name {
font-size: 42px;
font-weight: bold;
margin-bottom: 30px;
}

.productBoxIn .btn span {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/04_matebookd14/arrow.png)no-repeat;
background-size: 17px;
background-position: top 3px right;
padding-right: 25px;
}
.productBoxIn .btn {
background: #4610cd;
background: -moz-linear-gradient(left, #b04edd 0%, #4610cd 100%);
background: -webkit-gradient(linear, left center, right center, from(#b04edd), to(#4610cd));
background: -webkit-linear-gradient(left, #b04edd 0%, #4610cd 100%);
background: -o-linear-gradient(left, #b04edd 0%, #4610cd 100%);
background: -ms-linear-gradient(left, #b04edd 0%, #4610cd 100%);
background: linear-gradient(to right, #b04edd 0%, #4610cd 100%);
border-radius: 5px;
color: #fff;
display: inline-block;
text-align: center;
font-size: 14px;
font-weight: bold;
width: 520px;
padding: 20px 0 18px;
transition: 0.2s;
}
.productBoxIn .btn:hover {
opacity: 0.8;
}

.productTitle strong {
font-size: 15px;
}
.productBoxIn {
width: 930px;
margin: 0 auto;
}
table {
border: solid 1px #c7c7c7;
border-width: 1px 0 1px 0;
border-spacing: 0;
color: #000;
width: 100%;
margin: 15px auto 30px;
empty-cells: show;
line-height: 1.5;
font-size: 100%;
}
th {
border: solid 1px #c7c7c7;
border-width: 0 0 1px 0;
font-size: 14px;
font-weight: bold;
text-align: left;
margin: 0;
padding: 15px 0;
width: 22%;
}
td {
border: solid 1px #c7c7c7;
border-width: 0 0 1px 0;
text-align: left;
padding: 15px 0;
font-size: 16px;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
display: block;
font-size: 11px; 
width: 930px; 
margin: 0 auto; 
text-align: right;
padding: 40px 0 130px;
}


/*==============================================
アンケート
============================================= */

/*----　カラー変更　----*/
.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: #f7f7f7;
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;
}
