@charset "shift_jis";

/*==============================================
 common
============================================= */
.menu {
	display:none;
}
img {
	display: block;
	width: 100%;
	height: 100%;
}

#header {
	border-bottom: #ededed solid 1px;
}
#footer {
	margin-top: 1rem;
}
.copyRight {
	border-top: 1px solid #ededed;
}
.pageTop {
	width: 40px;
	height: 40px;
	right: 10px;
	background-size: 40px;
	border-radius: 50%;
}

em {
	font-style: normal;
}

.releasedate {
	font-size: 0.85rem; 
	color: #333;
	padding: 2rem;
}


/*==============================================
 看板
============================================= */
h1 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/09_pixus_xk/sp_mainimg.webp) no-repeat center top;
	background-size: 100%;
	font-size: 0;
	text-indent: -999em;
	margin: 0 auto;
	padding-top: 109.75%;
}
.lead {
	padding: 1.5rem 2rem 2rem;
}
.lead p {
	font-size: 1.2rem;
	line-height: 1.8;
}
.lead p a {
	font-weight: bold;
	text-decoration: underline;
}


/*==============================================
 バナー
============================================= */
a.topbnr {
	display: block;
	background: #ae934c;
	border-radius: .5rem;
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-top: 1.5rem;
	padding: 1rem 1.5rem;
	position: relative;
}
a.topbnr:after {
	content: "";
	display: block;
	width: 13px;
	height: 22px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/09_pixus_xk/arrow01.png) no-repeat 0 0;
	background-size: 13px;
	position: absolute;
	top: 50%;
	right: 1rem;
	margin-top: -11px;
}
a.txtbnr {
	display: block;
	background: #fff;
	border: 2px solid #ae934c;
	border-radius: .5rem;
	font-size: 1.2rem;
	font-weight: bold;
	color: #ae934c;
	line-height: initial;
	text-align: center;
	margin-top: 1.5rem;
	padding: 1rem 1.5rem;
	position: relative;
}
a.txtbnr:after {
	content: "";
	display: block;
	width: 13px;
	height: 22px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/09_pixus_xk/arrow02.png) no-repeat 0 0;
	background-size: 13px;
	position: absolute;
	top: 50%;
	right: 1rem;
	margin-top: -11px;
}
a.txtbnr span {
	display: inline-block;
	text-indent: -999em;
}

.innerbnr {
	background: #efefef;
	margin: 3rem auto 0;
	padding: 2rem;
}
.innerbnr a {
	display: block;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/09_pixus_xk/sp_innerbnr.jpg) no-repeat center top;
	background-size: 100%;
	font-size: 0;
	text-indent: -999em;
	margin: 0 auto;
	padding-top: 31.57%;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph p {
	font-size: 1.4rem;
	line-height: 1.7;
	margin-top: 3rem;
}
.paragraphIn > p:first-child {
	margin-top: 1.5rem;
}
.paragraph .cap {
	font-size: 1.1em;
	line-height: 1.6;
	margin-top: 1rem !important;
}
.paragraphIn p.note {
	font-size: 1.1em;
	line-height: 1.6;
}
.paragraph p em {
	font-weight: bold;
}

.paragraph {
	border-top: 1px solid #c1c1c1;
	transition: background-color .2s, border-top-color .2s;
}
.paragraphIn {
	padding: 0 2rem;
}
#article04 {
	border-bottom: 1px solid #c1c1c1;
}
#article04 .paragraphIn {
	padding-bottom: 3rem;
}

.spAccordion {
	display: none;
}
.paragraph h2 {
	font-size: 1.9rem;
	line-height: 1.4;
	font-weight: bold;
	position: relative;
}
.paragraph h2 span {
	display: block;
	padding: 1.8rem 2rem 1.4rem 4rem;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.paragraph h2:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 1px;
	bottom: 0;
	left: 20px;
	width: 8px;
	height: 8px;
	margin: auto;
	transition: transform .2s ease, opacity .2s ease;
	transform: rotate(45deg);
	vertical-align: middle;
	border-bottom: 4px solid #d6d6d6;
	border-right: 4px solid #d6d6d6;
}
.paragraph.active h2:after {
	top: 3px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.paragraph h2 em {
	display: block;
	font-size: 1.3rem;
	margin-bottom: .5rem;
}
#article01 h2 em {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/09_pixus_xk/icon_h2.png) no-repeat -26px 0;
	background-size: 75px;
	color: #5a98b9;
	padding: 4px 0 0 25px;
}
#article02 h2 em {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/09_pixus_xk/icon_h2.png) no-repeat -24px -27px;
	background-size: 75px;
	color: #da7388;
	padding: 4px 0 0 27px;
}
#article03 h2 em {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/09_pixus_xk/icon_h2.png) no-repeat 0 -54px;
	background-size: 75px;
	color: #53a16b;
	padding: 4px 0 0 79px;
}
#article04 h2 em {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/09_pixus_xk/icon_h2.png) no-repeat -5px -81px;
	background-size: 75px;
	font-size: 1.35rem;
	color: #333;
	padding: 4px 0 0 67px;
}
.paragraph h2 small {
	font-size: 1.8rem;
}

.paragraph h3 {
	font-size: 1.7rem;
	line-height: 1.5;
	font-weight: bold;
	margin: 3.5rem auto -.5rem;
}
.paragraph h2 br,
.paragraph h3 br {
	display: none;
}


/*==============================================
 コスト表
============================================= */
.cost {
	margin: 3rem auto;
}
.cost table {
	display: block;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/09_pixus_xk/sp_cost_table.png) no-repeat center top;
	background-size: 100%;
	font-size: 0;
	text-indent: -999em;
	margin: 0 auto;
	padding-top: 31%;
}
.cost p {
	font-size: 1.1em;
	line-height: 1.6;
	margin: .5rem auto 0;
}


/*==============================================
 画像
============================================= */
.imgBox {
	margin: 3.5rem auto 3rem;
}
.imgBox a {
	display: block;
}
.imgBox a + a,
.imgBox div + div {
	margin-top: 1.2rem;
}
.imgBox strong {
	display: block;
	font-size: 1.6rem;
	margin-bottom: .5rem;
}



/*==============================================
 製品紹介
============================================= */
.productBox {
	padding: 3rem 2rem 1rem;
}
.productBox a img {
	width: 100%;
	margin: 0 auto;
}
.productBox a dl {
	text-align: center;
}
.productBox a dt {
	font-size: 3.5rem;
	font-weight: bold;
	color: #d42300;
	line-height: 1.2;
	margin-top: -4.2rem;
}
.productBox a dt span {
	display: block;
	font-size: 1.5rem;
	color: #000;
}
.productBox a dd {
	background: #ae934c;
	border-radius: .5rem;
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	line-height: initial;
	text-align: center;
	margin-top: 1rem;
	padding: 1rem 1.5rem;
	position: relative;
}
.productBox a dd:after {
	content: "";
	display: block;
	width: 13px;
	height: 22px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/09_pixus_xk/arrow01.png) no-repeat 0 0;
	background-size: 13px;
	position: absolute;
	top: 50%;
	right: 1rem;
	margin-top: -11px;
}


/*==============================================
 記事末バナー
============================================= */
.bannerBox {
	background: #efefef;
	text-align: center;
	padding: 2rem 2rem 0;
}
.bannerBox li {
	margin: 1rem auto 0;
}



/*----- .scroll -----*/
.scroll {
	overflow: auto;
	padding-bottom: 10px;
}
.scroll::-webkit-scrollbar{
	height: 5px;
}
.scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}



