@charset "shift_jis";
/*==============================================
 common
============================================= */
#header {
	border-bottom: #ededed solid 1px;
}
.headerIn,
.footerIn,
.copyRightIn {
	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;
}

.forSP {
	display: none;
}

.releasedate {
	width: 930px; 
	font-size: 11px;
	color: #333;
	text-align: right;
	margin: 80px auto 0;
	padding-bottom: 90px;
}


/*==============================================
.noto
============================================= */
/* regular */
@font-face {
font-family: 'noto';
src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Light.woff);
font-weight: 200;
}

/* regular */
@font-face {
font-family: 'noto';
src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Regular.woff);
font-weight: 400;
}

/* b */
@font-face {
font-family: 'noto';
src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Medium.woff);
font-weight: 600;
}

/* bold */
@font-face {
font-family: 'noto';
src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Bold.woff);
font-weight: 700;
}


#mainContents {
background: #f2f2f2;
font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
font-feature-settings: "palt" 1;
letter-spacing: 0.03em;
color: #444;
}









/*==============================================
 看板
============================================= */
.mainTitleWrap {
	width: 100%;
	height: 480px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/02_panasonic/titlebg.png) repeat-x center top;
}
.mainTitle {
	width: 100%;
	height: 480px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/02_panasonic/maintitle.webp) no-repeat center bottom;
	margin: 0 auto;
}
.mainTitle div {
	width: 930px;
	height: 480px;
	margin: auto;
	position: relative;
}
.mainTitle div a {
	display: block;
	width: 470px;
	height: 56px;
	background: #fff;
	border-radius: calc(1px/0);
	font-size: 14px;
	line-height: 56px;
	text-align: center;
	box-shadow: 0px 0px 5px 3px #489eb0;
	position: absolute;
	right: 150px;
	bottom: 78px;
	transition: all ease .4s;
}
.mainTitle div a:after {
	content: "";
	display: inline-block;
	width: 9px;
	height: 15px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/02_panasonic/icon_arrow.svg) no-repeat 0 0;
	background-size: 9px;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -7px;
}
.mainTitle div a:hover {
	background: #252525;
	color: #7bc2c3;
}
h1 {
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
}
.lead {
	width: 830px;
	font-size: 16px;
	line-height: 2;
	margin: 60px auto 0;
}
.lead p {
	font-size: 16px;
	line-height: 2;
}
.lead p.note {
	font-size: 11px;
	margin: 20px auto 0;
}


/*==============================================
 バナー
============================================= */
.innerbnr a {
	display: block;
	width: 830px;
	height: 180px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/02_panasonic/innerbnr.jpg) no-repeat 0 0;
	margin: 100px auto 110px;
	position: relative;
}
.innerbnr a span {
	display: block;
	width: 510px;
	height: 52px;
	background: #252525;
	border: 1px solid #252525;
	border-radius: calc(1px/0);
	font-size: 13px;
	color: #7bc2c3;
	line-height: 52px;
	text-align: center;
	position: absolute;
	left: 45px;
	bottom: 25px;
	box-sizing: border-box;
	transition: all ease .4s;
}
.innerbnr a span:after {
	content: "";
	display: inline-block;
	width: 9px;
	height: 15px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/02_panasonic/icon_arrow.svg) no-repeat 0 0;
	background-size: 9px;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -7px;
}
.innerbnr span:hover {
	background: #fff;
	color: #252525;
}

.txtLink a {
	display: block;
	width: 510px;
	height: 60px;
	background: #252525;
	border: 1px solid #252525;
	border-radius: calc(1px/0);
	font-size: 13px;
	color: #7bc2c3;
	line-height: 60px;
	text-align: center;
	position: relative;
	margin: 90px auto;
	box-sizing: border-box;
	transition: all ease .4s;
}
.txtLink a:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 16px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/02_panasonic/icon_arrow.svg) no-repeat 0 0;
	background-size: 10px;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -8px;
}
.txtLink a:hover {
	background: #fff;
	color: #252525;

}


/*==============================================
 目次
============================================= */
.menu {
	background: #fff;
	margin: 60px auto 0;
	padding: 40px 0;
}
.menu dl {
	display: table;
	width: 710px;
	margin: auto;
}
.menu dt {
	display: table-cell;
	width: 150px;
	font-size: 18px;
	font-weight: 700;
	vertical-align: middle;
}
.menu dd {
	display: table-cell;
	font-size: 14px;
	vertical-align: middle;
}
.menu dd a {
	display: block;
	margin: 14px auto;
	transition: all ease .3s;
}
.menu dd a em {
	display: inline-block;
	width: 145px;
	font-weight: 600;
	color: #4ba0b1;
	position: relative;
}
.menu dd a em:after {
	content: "・・・";
	color: #aaa;
	position: absolute;
	right: 20px;
}
.menu dd a:hover {
	opacity: .6;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph {
	margin: 100px auto 0;
}
.paragraph h2 {
	font-size: 34px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	margin: 0 auto 80px;
}
.paragraph h2 em {
	display: block;
	font-size: 20px;
	color: #4ba0b1;
	margin-bottom: 12px;
}
.paragraph h3.ttl {
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	margin: 80px auto 70px;
}
.paragraph h4 {
	height: 36px;
	background: #e6e6e6;
	font-size: 18px;
	font-weight: 700;
	line-height: 36px;
	text-align: center;
	margin: 0 auto -30px;
}
.paragraphIn {
	width: 830px;
	margin: 0 auto;
}
.paragraphIn p {
	font-size: 16px;
	line-height: 2;
	margin: 0 0 30px;
}
.paragraphIn p em {
	font-weight: 700;
}

#article02 {
	background: #fff;
	padding: 100px 0 1px;
}
#article04 {
	background: #fff;
	padding: 90px 0 80px;
}


/*==============================================
 レビュー
============================================= */
.review {
	margin: 90px auto;
}
.review h3 {
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	margin: 0 auto 30px;
	padding-bottom: 20px;
	position: relative;
}
.review h3:after {
	content: "▼";
	display: block;
	font-size: 12px;
	color: #4ba0b1;
	position: relative;
	top: 20px;
}
.review li {
	display: table;
	min-height: 136px;
	background-color: #fff;
	border-radius: 30px;
	font-size: 16px;
	line-height: 2;
	margin: 0 auto 20px;
	padding: 0 70px 0 160px;
}
.review li span {
	display: table-cell;
	vertical-align: middle;
}
.review li:nth-child(1) {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/02_panasonic/icon_user01.png) no-repeat 65px center #fff;
}
.review li:nth-child(2) {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/02_panasonic/icon_user02.png) no-repeat 65px center #fff;
}
.review li:nth-child(3) {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/02_panasonic/icon_user03.png) no-repeat 65px center #fff;
}
.review p {
	font-size: 11px;
	text-align: center;
	margin-top: 30px;
}



/*==============================================
 画像
============================================= */
.imgBox {
	width: 830px;
	margin: 80px auto;
	overflow: hidden;
}
.imgBox div {
	overflow: hidden;
}
.imgBox a {
	display: block;
	width: 400px;
	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: 13px;
	line-height: 1.8;
	margin: 25px 0 0;
}
.imgBox .cap.right {
	width: 400px;
	margin-top: -2px;
	float: right;
}

.w640,
.w640 a {
	width: 640px;
	float: none;
}

/*==============================================
 動画
============================================= */
.movBox01 {
	width: 830px;
	margin: 80px auto;
	overflow: hidden;
}
.movBox01 .mov {
	width: 400px;
	height: 225px;
	background: #666;
	display: table;
	line-height: 0;
	float: left;
}
.movBox01 .cap {
	width: 400px;
	font-size: 13px;
	line-height: 1.8;
	margin-top: -2px;
	float: right;
}

.movBox02 {
	width: 640px;
	margin: 80px auto;
}
.movBox02 .mov {
	width: 640px;
	height: 360px;
	background: #666;
	display: table;
	line-height: 0;
}
.movBox02 .cap {
	font-size: 13px;
	line-height: 1.8;
	margin: 25px 0 0;
}


/*==============================================
 製品紹介
============================================= */
.productBox {
	width: 930px;
	margin: 80px auto 0;
}
.productBox h2 {
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	line-height: 1.6;
}
.productBox h3 {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	position: relative;
	margin: 60px auto 0;
}
.productBox h3 span {
	display: inline-block;
	background: #f2f2f2;
	padding: 0 15px;
	position: relative;
}
.productBox h3:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #444;
	position: absolute;
	top: 50%;
}
.productBox ul + h3 {
	margin-top: 80px;
}
.productBox ul a {
	color: #252525;
}
.productBox ul {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	margin: 40px auto 0;
}
.productBox li {
	width: 300px;
	background: #fff;
	border-radius: 20px;
	text-align: center;
	margin: auto;
	padding: 35px;
	box-sizing: border-box;
}
.productBox li:nth-child(2) {
	margin: 0 15px;
}
.productBox li dt {
	font-size: 12px;
	margin-top: 5px;
}
.productBox li dt strong {
	display: block;
	font-size: 30px;
	margin-top: 6px;
}
.productBox li dd {
	width: 100%;
	background: #252525;
	border: 1px solid #252525;
	border-radius: calc(1px/0);
	font-size: 12px;
	color: #7bc2c3;
	line-height: 1.3;
	text-align: center;
	padding: 9px 0 11px;
	position: relative;
	margin: 15px auto 0;
	box-sizing: border-box;
	transition: all ease .4s;
}
.productBox li dd:after {
	content: "";
	display: inline-block;
	width: 9px;
	height: 15px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/02_panasonic/icon_arrow.svg) no-repeat 0 0;
	background-size: 9px;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -8px;
}
.productBox li dd:hover {
	background: #fff;
	color: #252525;
}


.questionnaire {
	background: #ececec;
}


