@charset "shift_jis";
/*==============================================
 common
============================================= */
#header {
	border-bottom: #ededed solid 1px;
}
.headerIn,
.footerIn {
	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: 100px auto 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 {
	width: 100%;
	height: 580px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/07_gsk/mainimg.jpg) no-repeat center top;
}
.mainTitle div {
	width: 930px;
	height: 288px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/07_gsk/maintitle.png) no-repeat 0 50px;
	margin: auto;
	padding-top: 50px;
}
.mainTitle div * {
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
}
.lead {
	width: 930px;
	margin: 50px auto 0;
}
.lead p {
	font-size: 15px;
	line-height: 2;
	margin-bottom: 25px;
}
.lead p em {
	font-weight: bold;
	color: #bd1b3b;
}
.lead p.note {
	font-size: 11px;
}


/*==============================================
 バナー
============================================= */
.topbnr {
	width: 820px;
	margin: 60px auto 0;
}
.innerbnr {
	width: 820px;
	margin: 120px auto 0;
}
.topbnr a,
.innerbnr a {
	display:block;
	width: 820px;
	height: 180px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/07_gsk/innerbnr.png) no-repeat 0 0;
	position: relative;
}
.topbnr a dl,
.innerbnr a dl {
	text-indent: -999em;
}
.topbnr a p,
.innerbnr a p {
	width: 380px;
	height: 45px;
	background: #ce991a;
	border-radius: 45px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 47px;
	position: absolute;
	top: 98px;
	left: 42px;
	transition: all ease .3s;
}
.topbnr a p:hover,
.innerbnr a p:hover {
	background: #002d55;
}


/*==============================================
 目次
============================================= */
.menu {
	background: #edf2f5;
	margin: 80px auto 0;
	padding: 30px 0 28px;
}
.menu dl {
	display: table;
	table-layout: fixed;
	width: 870px;
	margin: auto;
}
.menu dt {
	display: table-cell;
	width: 110px;
	font-size: 12px;
	font-weight: bold;
}
.menu dt:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 10px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/07_gsk/icon_index.gif) no-repeat 0 0;
	margin-right: 5px;
}
.menu dd {
	display: table-cell;
	border-left: 1px solid #a8afb3;
	font-size: 14px;
	padding: 0 0 0 45px;
}
.menu dd a {
	display: block;
	margin: 14px 0;
}
.menu dd a:hover {
	color: #888;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph {
	margin: 120px auto 0;
}
.paragraphIn {
	width: 930px;
	margin: 0 auto;
}
.paragraphIn p {
	font-size: 16px;
	line-height: 2.1;
	margin: 0 0 30px;
}
.paragraphIn p.note {
	font-size: 11px;
}
.paragraphIn p em {
	background: linear-gradient(transparent 70%, #f2cac9 30%);
	font-weight: bold;
}

.paragraph h2 {
	font-weight: bold;
	color: #002d55;
	line-height: 1.5;
	text-align: center;
	margin: 0 0 50px;
}
#article01 h2 {
	font-size: 45px;
}
#article01 h2 em {
	display: block;
	font-size: 34px;
}
#article01 h2 em span:before {
	content: "";
	display: inline-block;
	width: 38px;
	height: 35px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/07_gsk/icon_caution.png) no-repeat 0 0;
	vertical-align: -3px;
	margin: 0 4px;
}
#article02 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/07_gsk/p2_img.jpg) no-repeat center 0;
	position: relative;
}
#article02:before {
	content: "";
	display: block;
	width: 100%;
	height: 480px;
	background: linear-gradient(-90deg, #e2e2e2 50%, transparent 50%);
	position: absolute;
	z-index: -1;
}
#article02 h2 {
	width: 930px;
	margin: 0 auto 50px;
	padding-top: 90px;
}
#article02 h2 span {
	display: block;
	width: 520px;
	font-size: 34px;
	text-align: center;
}
#article02 h2 em {
	display: block;
	font-size: 45px;
}
#article02 .forSP + p {
	width: 520px;
}
#article02 .paragraphIn p:nth-of-type(2) {
	margin-top: 170px;
}
#article03 h2 {
	font-size: 36px;
	line-height: 1.4;
}
#article03 h2 em {
	display: block;
	font-size: 45px;
}
#article04 {
	background: #eff4f7;
	padding: 90px 0 1px;
}
#article04 h2 {
	font-size: 34px;
}
#article04 h2 em {
	display: block;
	font-size: 45px;
}
#article04 p em {
	background: linear-gradient(transparent 70%, #c2d6f0 30%);
	font-weight: bold;
}


/*==============================================
 画像
============================================= */
.imgBox {
	width: 800px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	margin: 80px auto;
}
.imgBox div,
.imgBox a {
	display: block;
	width: 380px;
}
.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: 18px 0 0;
}
.imgBox .cap.right {
	width: 380px;
	margin: 0;
}

.imgBox.w800 a {
	width: 100%;
}
.imgBox.w720 {
	width: 720px;
}
.imgBox.w600 {
	width: 600px;
}
.imgBox.w600 a {
	width: 100%;
}
.imgBox.extra div {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.imgBox.extra a {
	width: 300px;
}
.imgBox.extra a + a,
.imgBox.extra .cap.right {
	width: 460px;
}


/*==============================================
 製品紹介
============================================= */
.productBox {
	background: #eff4f7;
	margin: 0 auto;
	padding: 80px 0 100px;
}
.productBox h2 {
	font-size: 22px;
	font-weight: bold;
	color: #002d55;
	text-align: center;
}
.productBox h2 em {
	display: block;
	font-size: 36px;
	margin-top: 15px;
}
.productBox h2 em small {
	display: inline-block;
	height: 32px;
	background: #002d55;
	font-size: 20px;
	color: #eff4f7;
	line-height: 36px;
	vertical-align: 7px;
	padding: 0 15px;
	margin: 0 0 0 12px;
}
.productBox ul {
	width: 930px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 60px auto 0;
}
.productBox li {
	width: 440px;
	background: #fff;
	border-radius: 30px;
	text-align: center;
	padding: 50px 0 65px;
}
.productBox dl {
	margin: 25px auto 0;
}
.productBox dt {
	font-size: 24px;
	font-weight: bold;
	color: #002d55;
}
.productBox dt em {
	display: block;
	margin-top: 10px;
}
.productBox dt em:before {
	content: "＜ ";
}
.productBox dt em:after {
	content: " ＞";
}
.productBox dt small {
	display: block;
	font-size: 11px;
	font-weight: normal;
	margin-top: 15px;
}
.productBox dd {
	width: 340px;
	height: 60px;
	background: #ce991a;
	border-radius: 60px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 62px;
	transition: all ease .3s;
	margin: 25px auto 0;
}
.productBox dd:hover {
	background: #002d55;
}


/*==============================================
 Amazon
============================================= */
.amazon {
	width: 800px;
	margin: 60px auto 0;
}
.amazon a {
	display: block;
	height: 80px;
	background: #002d55;
	font-size: 24px;
	font-weight: bold;
	color: #d9a21d;
	line-height: 84px;
	text-align: center;
	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;
	transition: all ease .3s;
}
.amazon a:after {
	content: "\E014";
	font-size: 18px;
	font-family: iconfont;
	font-weight: 400;
	position: absolute;
	top: 0;
	right: 20px;
}
.amazon a:hover {
	background: #001e38;
}
.amazon a br {
	display: none;
}


/*==============================================
 アンケート
============================================= */
.questionnaire {
	background: #fff;
}
.questionnaireInner {
	border: 1px solid #aaa;
}
.questionnaireInner h2 {
	border-radius: 5px 5px 0 0;
}

