@charset "shift_jis";

/*==============================================
 common
============================================= */
.menu {
	display:none;
}
img {
	display: block;
	width: 100%;
	height: auto;
}

#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 0;
}

@font-face {
    font-family: iconfont;
    src: url(https://img1.kakaku.k-img.com/images/fonts/iconfont.eot?1449568682978);
    src: url(https://img1.kakaku.k-img.com/images/fonts/iconfont.eot?1449568682978#iefix) format("eot"), url(https://img1.kakaku.k-img.com/images/fonts/iconfont.woff?1449568682978) format("woff"), url(https://img1.kakaku.k-img.com/images/fonts/iconfont.ttf?1449568682978) format("truetype"), url(https://img1.kakaku.k-img.com/images/fonts/iconfont.svg?1449568682978#iconfont) format("svg")
}



/*==============================================
 看板
============================================= */
.mainTitle {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/07_gsk/sp_mainimg.jpg) no-repeat center top;
	background-size: 100%;
	margin: 0 auto;
	padding-top: 67.74%;
}
.mainTitle * {
	font-size: 0;
	text-indent: -999em;
}

.lead p {
	font-size: 1.2rem;
	line-height: 1.8;
	margin-top: 2rem;
	padding: 0 2rem;
}
.lead p em {
	font-weight: bold;
	color: #bd1b3b;
}
.lead p.note {
	font-size: .9rem;
}


/*==============================================
 バナー
============================================= */
.topbnr {
	padding: 2rem;
}
.innerbnr {
	margin-top: 3rem;
}
.topbnr a,
.innerbnr a {
	display: block;
	width: 100%;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/07_gsk/sp_innerbnr.jpg) no-repeat 0 0;
	background-size: 100%;
	margin: 0 auto;
	padding-top: 75%;
}
.topbnr a *,
.innerbnr a * {
	font-size: 0 !important;
	text-indent: -999em;
	margin: 0 !important;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph p {
	font-size: 1.5rem;
	line-height: 1.8;
	margin-top: 3rem;
}
.paragraphIn > p:first-child {
	margin-top: 1.5rem;
}
.paragraph .cap {
	font-size: 1em;
	line-height: 1.6;
	margin-top: 1rem !important;
}
.paragraph p.note {
	font-size: .9rem;
}
.paragraphIn p em {
	background: linear-gradient(transparent 70%, #f2cac9 30%);
	font-weight: bold;
}

.paragraph {
	border-top: 1px solid #ddd;
	transition: background-color .2s, border-top-color .2s;
}
#article04 {
	border-bottom: 1px solid #ddd;
}

.spAccordion {
	display: none;
	padding: 0 2rem 2.5rem;
}
.paragraph h2 {
	font-size: 1.8rem;
	line-height: 1.3;
	font-weight: bold;
	color: #002d55;
	padding: 2rem 1.5rem 1.6rem 4rem;
	position: relative;
}
.paragraph h2 span {
	display: block;
	-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);
}

#article01 h2 {
	font-size: 2.2rem;
}
#article01 h2 em {
	display: block;
	font-size: 1.6rem;
	margin-bottom: .3rem;
}
#article01 h2 em span {
	display: inline;
}
#article01 h2 em span:before {
	content: "";
	display: inline-block;
	width: 1.7rem;
	height: 1.6rem;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/07_gsk/icon_caution.png) no-repeat 0 0;
	background-size: 1.7rem;
	vertical-align: -.2rem;
	margin: 0 .2rem;
}
#article02 h2 em {
	display: block;
	font-size: 2.3rem;
	margin-top: .3rem;
}
#article03 h2 em {
	font-size: 2.3rem;
}
#article04 h2 em {
	display: block;
	font-size: 2.3rem;
	margin-top: .3rem;
}
#article04 p em {
	background: linear-gradient(transparent 70%, #c2d6f0 30%);
	font-weight: bold;
}


.paragraph h2 br {
	display: none;
}


/*==============================================
 画像
============================================= */
.imgBox {
	margin: 3.5rem auto 3rem;
}
.imgBox a {
	display: block;
}
.imgBox a + a,
.imgBox div + div {
	margin-top: 1.5rem;
}
.imgBox strong {
	display: block;
	border-left: .6rem solid #1881fe;
	font-size: 1.6rem;
	margin-bottom: .8rem;
	padding: .2rem 0 0 .5rem;
}




/*==============================================
 製品紹介
============================================= */
.productBox {
	background: #eff4f7;
	padding: 3rem 2rem 1rem;
}
.productBox h2 {
	font-size: 1.3rem;
	font-weight: bold;
	color: #002d55;
	line-height: 1.3;
	text-align: center;
}
.productBox h2 em {
	display: block;
	font-size: 2.6rem;
	margin-top: .8rem;
}
.productBox h2 em small {
	display: block;
	width: 10rem;
	background: #002d55;
	font-size: 1.5rem;
	color: #eff4f7;
	line-height: 1;
	margin: 0 auto;
	padding: .4rem 0 .2rem;
}
.productBox ul {
	margin: 2.5rem auto 0;
}
.productBox li {
	background: #fff;
	border-radius: 2rem;
	text-align: center;
	margin: 2rem auto 0;
	padding: .2rem 2rem 3rem;
}
.productBox a img {
	width: 70%;
	margin: 2rem auto 0;
}
.productBox a dt {
	font-size: 2rem;
	font-weight: bold;
	color: #002d55;
	margin-top: .8rem;
}
.productBox dt em {
	display: block;
	margin-top: .5rem;
}
.productBox dt em:before {
	content: "＜ ";
}
.productBox dt em:after {
	content: " ＞";
}
.productBox dt small {
	display: block;
	font-size: .9rem;
	font-weight: normal;
	margin-top: 1rem;
}
.productBox a dd {
	height: 3.5rem;
	background: #ce991a;
	border-radius: 3rem;
	font-size: 1.2rem;
	color: #fff;
	line-height: 3.6rem;
	margin: 1.2rem auto 0;
	padding: 0 1.5rem;
}


/*==============================================
 Amazon
============================================= */
.amazon {
	margin: 2.5rem auto 1.5rem;
	padding: 0 .5rem;
}
.amazon a {
	display: block;
	background: #002d55;
	font-size: 1.2rem;
	font-weight: bold;
	color: #d9a21d;
	line-height: 1.4;
	text-align: center;
	padding: 1.4rem 1.5rem 1.1rem;
	box-shadow: 2px 2px 8px rgba(100,100,100,.2),
				-2px 2px 8px rgba(100,100,100,.2),
				0 2px 10px rgba(100,100,100,.5)
	;
	position: relative;
}
.amazon a:after {
	content: "\E014";
	font-size: 1rem;
	font-family: iconfont;
	font-weight: 400;
	position: absolute;
	top: 50%;
	right: .8rem;
	margin-top: -.5rem;
}



/*----- .scroll -----*/
.scroll {
	overflow: auto;
	padding-bottom: 10px;
}
.scroll::-webkit-scrollbar{
	height: 5px;
}
.scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}



/*==============================================
 アンケート
============================================= */
.questionnaire {
	background: #fff;
}
.questionnaireInner {
	border: 1px solid #aaa;
}
.questionnaireInner h2 {
	border-radius: 5px 5px 0 0;
}
