@charset "shift_jis";
/*==============================================
common
============================================= */
html {
	overflow: auto;
}
body {
	overflow: hidden;
	min-width: 1000px;
}
#header {
    border-bottom: #ededed solid 1px;
}
.headerIn, .footerIn {
    width: 1000px;
    margin: 0 auto;
}
.copyRight {
    border-top: 1px solid #ededed;
}
#footer {
    padding-top: 10px;
    background-color: #fff;
}
.copyRightIn {
    width: 1000px;
}
#mainContents {
    background-color: #f5f5f5;
    font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
    color: #222;
	letter-spacing: 0.10em;
    font-feature-settings: "palt" 1;
}
.pageTop {
    border-radius: 50%;
}
.sp {
    display: none;
}
/*==============================================
 .noto
============================================= */
/* normal */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Regular.woff);
    font-weight: normal;
}
/* bold */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Bold.woff);
    font-weight: bold;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/02_philips/bg_h1.jpg) no-repeat center top;
}
.mainTitle {
    position: relative;
	width: 1000px;
    height: 800px;
	margin: 0 auto;
    padding-top: 100px;
    box-sizing: border-box;
}
.mainTitle h1 {
    display: block;
    width: 656px;
    height: 500px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/02_philips/h1.png) no-repeat 0 0;
    text-indent: -999em;
    font-size: 0;
}
.lead {
    position: relative;
    width: 830px;
    line-height: 2.0;
    margin: 80px auto 0;
    font-size: 18px;
    font-weight: lighter;
}
/*==============================================
 .bnr
============================================= */
.bnrWrap {
    margin-top: 80px;
}
.bnr {
	width: 1000px;
    margin: 0 auto;
}
.bnr a {
    display: block;
    position: relative;
    width: 1000px;
    height: 180px;
    box-shadow: 0px 0px 0px 0px #dfe7da;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/02_philips/bnr.jpg) no-repeat 0 0;
    box-sizing: border-box;
    transition: .2s;
}
.btn {
	display: block;
    position: absolute;
    bottom: 45px;
    right: 85px;
	width: 255px;
	height: 45px;
	line-height: 45px;
	background-color: #24b7bc;
    text-align: left;
    text-indent: 20px;
    color: #fff;
	font-size: 12px;
    font-weight: bold;
    transition: background-color .2s;
    border-radius: 22.5px;
}
.btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 0;
    height: 0;
    margin: auto 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #fff;
} 
a:hover .btn {
    background-color: #2481bc;
    color: #fff;
}
/* .mainTitle */
.mainTitle a.btn {
    width: 490px;
    height: 60px;
	line-height: 60px;
    bottom: 90px;
    left: 0;
    text-align: center;
    text-indent: 0;
    font-size: 16px;
    border-radius: 30px;
    color: #fff;
}
.mainTitle a.btn:hover {
    background-color: #2481bc;
    color: #fff;
}
/*==============================================
 .lnav
============================================= */
.lnavWrap {
    margin-top: 100px;
    padding: 60px 0;
    background-color: #eeedeb;
}
.lnav {
    display: flex;
    align-items: center;
    width: 1000px;
    margin: 0 auto;
}
.lnav .index {
    width: 170px;
    font-size: 30px;
    font-weight: bold;
}
.lnav ul {
    width: 830px;
}

.lnav ul li {
}
.lnav ul li a {
    display: block;
    position: relative;
    line-height: 2.2;
    padding-left: 30px;
    color: #222;
    font-size: 15px;
    box-sizing: border-box;
    transition: .2s;
}
.lnav ul li a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 16px;
    height: 16px;
    margin: auto 0;
    background-color: #24b7bc;
    transition: .2s;
}
.lnav ul li a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    width: 0;
    height: 0;
    margin: auto 0;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    border-top: 5px solid #fff;
    transition: .2s;
}
.lnav ul li a:hover {
    color: #24b7bc;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    padding: 80px 0 100px;
}
.paragraph#article02,
.paragraph#matome {
    background-color: #eeedeb;
}
.paragraphIn {
    width: 830px;
    margin: 0 auto;
}
.paragraph h2 {
    width: 830px;
    margin: 0 auto;
    line-height: 1.5;
    font-size: 38px;
    box-sizing: border-box;
}
.paragraph h2 > span {
    display: block;
    margin: 0 auto;
}
.paragraph h2 .i {
    display: inline-block;
    margin-bottom: 20px;
    padding: 5px 15px;
    border: 2px solid #24b7bc;
    color: #24b7bc;
    font-size: 18px;
}
.paragraph h3 {
    line-height: 1.6;
    margin-top: 80px;
    padding-bottom: 10px;
    border-bottom: 2px solid #24b7bc;
    font-size: 24px;
}
.paragraph h4 {
    width: 660px;
    margin: 80px auto 0;
    font-size: 18px;
    font-weight: bold;
    box-sizing: border-box;
}
.paragraph h4.mov {
    position: relative;
    padding-left: 45px; 
}
.paragraph h4.mov::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 23px;
    margin: auto 0;
    background-color: #24b7bc;
    border-radius: 6px;
    transition: .2s;
}
.paragraph h4.mov::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    width: 0;
    height: 0;
    margin: auto 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #eaf2e6;
    transition: .2s;
}
.paragraph p {
    line-height: 2.0;
    margin: 60px auto 0;
    text-align: left;
    font-size: 18px;
}
.paragraph h3 + p {
    margin-top: 40px;
}
.paragraph p.note {
    display: block ;
    line-height: 1.6;
    margin-top: 20px !important;
    font-size: 12px;
}
.paragraph p .note {
    display: block;
    line-height: 1.6;
    margin-top: 20px;
    font-size: 12px;
}
/* .anchor */
.paragraph .anchor {
    width: 1000px;
    margin: 20px auto 0;
    text-align: center;
}
.paragraph .anchor a {
    position: relative;
    padding-left: 30px;
    color: #222;
    font-size: 14px;
}
.paragraph .anchor a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 16px;
    height: 16px;
    margin: auto 0;
    background-color: #24b7bc;
    transition: .2s;
}
.paragraph .anchor a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    width: 0;
    height: 0;
    margin: auto 0;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    border-top: 5px solid #fff;
    transition: .2s;
}
.paragraph .anchor a:hover {
    color: #24b7bc;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 60px auto 0;
}
h4 + .imgBox {
    margin-top: 30px;
}
.imgBox h4 {
    margin-top: 0;
    margin-bottom: 30px;
}
p + .imgBox {
    margin-top: 70px;
}
.imgBox div {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
}
.imgBox div + div {
    margin-top: 20px;
}
.imgBox a {
    cursor: zoom-in;
}
.imgBox img {
    width: 100%;
}
.imgBox .cap {
    line-height: 2.0;
    width: 320px;
    margin-top: 0;
    padding-left: 20px;
    font-size: 14px;
}
.imgBox.right .cap {
    padding-left: 0;
    padding-right: 20px;
}
/*---- .one ----*/
.imgBox .one {
    width: 660px;
}
.imgBox .one a {
}
.imgBox .one + .cap {
    width: 660px;
    margin: 20px auto 0;
    padding-left: 0;
}
/*---- .two ----*/
.imgBox .two {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 680px;
}
.imgBox .two a,
.imgBox .two div {
    width: 320px;
    margin: 0 10px;
}
.imgBox .two div a {
    margin: 0;
}
.imgBox .two + .cap {
    width: 660px;
    margin: 20px auto 0;
    padding-left: 0;
}
/*---- .w320 ----*/
.imgBox .w320 {
    width: 320px;
}
.imgBox .w320 a {
}
.imgBox .w320 + .cap {
    width: 660px;
    margin: 20px auto 0;
    padding-left: 0;
}
/*---- .ps ----*/
.imgBox .ps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 680px;
}
.imgBox .ps a {
    width: 206px;
    margin: 0 10px;
}
.imgBox .ps + .cap {
    width: 660px;
    margin: 20px auto 0;
    padding-left: 0;
}
/*---- .full ----*/
.imgBox .full {
    width: 100%;
}
.imgBox .full a {
}
/*==============================================
video
============================================= */
.movBox,
.youTube {
    width: 660px;
    margin: 80px auto 0;
}
h4 + .movBox {
    margin-top: 30px;
}
.movBox video {
    width: 100%;
    outline: none;
}
.movBox .movTxt {
    text-align: center;
} .cap,
.youTube .cap,
.movBox .cap {
    line-height: 2.0;
    margin: 20px auto 0;
    font-size: 14px;
}
/*==============================================
.product
============================================= */
.productBox h2 {
    line-height: 1.6;
    color: #24b7bc;
    font-size: 30px;
}
.productBox h3 {
    line-height: 1.6;
    margin-top: 40px;
    padding-bottom: 10px;
    border-bottom: 2px solid #24b7bc;
    font-size: 24px;
}
.productBox h3 .re {
    display: inline-block;
    position: relative;
    top: -2px;
    line-height: 1;
    margin-right: 1em;
    padding: .4em .6em;
    background-color: #2481bc;
    color: #fff;
    font-size: 16px;
}
.productBox h4.sub {
    margin-top: 60px;
    padding: .8em 1em;
    background-color: #2481bc;
    color: #fff;
    font-size: 18px;
}
.productBox {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding-top: 100px;
}
.productBox ul.list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.productBox ul.list > li {
    display: flex;
    width: 320px;
    margin-left: 20px;
    margin-bottom: 20px;
    background-color: #fff;
}
.productBox ul.list > li:nth-of-type(3n-2) {
    margin-left: 0;
}
.productBox ul.list a {
    display: block;
    position: relative;
    width: 100%;
    padding: 30px 30px 100px;
    box-sizing: border-box;
    color: #211b1b;
}
.productBox ul.list a .badge {
    position: absolute;
    top: -1em;
    right: 1em;
}
.productBox ul.list a h4 {
    font-size: 30px;
    font-weight: bold;
}
.productBox ul.list a .color {
    margin-top: 10px;
    font-size: 14px;
}
.productBox ul.list a .img {
    margin: 20px auto 0;
    padding: 30px 0;
    text-align: center;
    border-top: 1px solid #d3dae0;
}
.productBox ul.list a .img img {
    width: 60%;
}
.productBox ul.list a ul {
    
}
.productBox ul.list a ul li {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 5px 8px;
    border: 1px solid #d3dae0;
    font-size: 12px;
}
.productBox ul.list a .btn {
    top: auto;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 260px;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    text-align: center;
    text-indent: 0;
    font-size: 12px;
}
.productBox ul.list a .btn::before {
    width: 20px;
    height: 20px;
    margin: auto 0;
}
.productBox ul.list a .btn::after {
    right: 22px;
    width: 0;
    height: 0;
    margin: auto 0;
}
.productBox p.note {
    line-height: 1.6;
    font-size: 12px;
}
/*==============================================
.cp
============================================= */
.cp {
    margin-top: 40px;
    padding: 60px 85px;
    background-color: #fff;
}
.cp p {
    line-height: 2.0;
    margin: 0 auto 0;
    text-align: left;
    color: #211b1b;
    font-size: 18px;
}
.cp h3 {
    margin-top: 60px;
    padding: 0 0 0 20px;
    border-left: 5px solid #24b7bc;
    border-bottom: none;
    color: #211b1b;
    font-size: 24px;
    font-weight: bold;
}
.cp h3 span {
    color: #24b7bc;
}
.cp + h2 {
    margin-top: 80px;
}
.cp dl {
    display: flex;
    margin-top: 20px;
}
.cp dl + dl {
    margin-top: 10px;
}
.cp dl dt,
.cp dl dd,
.cp dl dd ul li {
    line-height: 2.0;
    text-align: left;
    color: #211b1b;
    font-size: 16px;
}
.cp dl dt {
    width: 25%;
    font-weight: bold;
}
.cp dl dd {
}
.cp dl dd ul li {
    position: relative;
    padding-left: 1em;
}
.cp dl dd ul li + li {
    margin-top: 0.5em;
}
.cp dl dd ul li::before {
    content: "";
    display: block;
    position: absolute;
    top: 0.9em;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #211b1b;
}
.productBox .cp .note {
    line-height: 2.0;
    margin-top: 20px;
    padding-left: 1.4em;
    text-indent: -1.4em;
    font-size: 12px;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    font-size: 11px;
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0 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: 940px;
    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;
}