@charset "utf-8";
/* CSS Document */

/*
============================================================
*	tieup.css
============================================================*/
body {
	background: #ffe5dc url(../../images/pc/bg.png);
	background-attachment: fixed;
}
.tieup_detail {
	color: #333;
	float: left;
	line-height: 1.8;
	width: 688px;
}
/* 大見出し - header
--------------------------------------------------*/
.tieup_detail .tieup-header {
	position: relative;
}
.tieup_detail .post-info {
	background: #fff;
	padding: 24px;
}
.tieup_detail .post-info h2 {
	color: #333;
	font-size: 28px;
	line-height: 1.7;
	margin-bottom: 24px;
}
.tieup_detail .post-info h2 span {
	color: #555;
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 4px;
	margin-left: .5em;
}
.tieup_detail .main_visual {
	width: 100%;
}
/* header meta
--------------------------------------------------*/
.header-meta {
	background: #f5f5f5;
	border-radius: 4px;
	padding: 12px;
}
.header-meta > p {
	color: #333;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
}
.header-meta > p img {
	display: inline-block;
	margin: 0 8px;
	vertical-align: top;
}
.header-meta > p .pr {
	line-height: 18px;
	padding: 0 8px;
	vertical-align: top;
}
.tieup_detail_inner {
	margin-bottom: 40px;
}
/*============================================================
# 相談形式 - faq-cont
============================================================*/
.faq-cont {
	background: #fff;
	padding: 24px;
	position: relative;
}
.faq-cont .lead {
	font-size: 15px;
	margin: 0px 24px 32px;
}
/* QA balloon
--------------------------------------------------*/
.tieup_detail .advice {
	font-size: 14px;
	margin: 48px 0;
}
.tieup_detail .doctor {
	position: relative;
}
.tieup_detail .advice .balloon {
	background: #fff;
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,.27);
	box-shadow: 0 2px 8px rgba(0,0,0,.27);
	border-radius: 8px;
	padding: 24px;
	position: relative;
}
.tieup_detail .advice h3 {
	color: #f8666a;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 24px;
	padding-left: 48px;
}
.tieup_detail .advice h3 span {
	font-size: 13px;
	font-weight: normal;
}
.tieup_detail .doctor-pic {
	border-radius: 50%;
	display: block;
	height: 48px;
	width: 48px;
	position: absolute;
	top: 16px; left: 16px;
	z-index: 1;
}
.tieup_detail .advice p {
	font-size: 14px;
}
.tieup_detail .advice .balloon b.heading {
	display: block;
	font-size: 16px;
}
.tieup_detail .advice .balloon img {
	border-radius: 4px;
	display: block;
	margin: 16px auto 24px;
	width: 80%;
}
/* result
--------------------------------------------------*/
.faq-cont .result {
	font-size: 14px;
	margin: 0 16px 48px;
	text-align: center;
}
/*============================================================
# product-about
============================================================*/
.product-about {
	background: url(../../images/pc/product/bg_about.png);
	border-radius: 8px;
	font-size: 14px;
	margin-bottom: 40px;
	padding: 0 40px 24px;
}
.product-about .title {
	background: url(../../images/pc/product/bg_title.png) no-repeat center center;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 16px;
	padding: 16px 0;
	text-align: center;
}
.product-about ol {
	counter-reset: cnt;
	margin-bottom: 24px;
}
.product-about ol li {
	font-weight: bold;
	margin-bottom: 16px;
}
.product-about ol li:last-child {
	margin-bottom: 0;
}
.product-about ol li:before {
	background: #f8666a;
	border-radius: 50%;
	counter-increment: cnt;
	content: counter(cnt);
	color: #fff;
	display: inline-block;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	margin-right: 8px;
	text-align: center;
	width: 24px;
}
.product-about .feat-image {
	margin: 24px auto 0;
}
.product-about .feat-image img {
	width: 100%;
}
.product-about .txt_right {
	margin-top: 16px;
	font-size: 10px;
}
.product-osusume {
	font-size: 14px;
	margin: 0 72px;
}
/*============================================================
# 商品紹介 - products
============================================================*/
.tieup_detail .product {
	background: #fff;
	border-radius: 0 0 8px 8px;
	padding: 24px;
	position: relative;
}
.main-product-feat {
	margin-bottom: 40px;
}
.main-product-feat .text {
	font-size: 15px;
	margin: 40px 0 80px;
}
/* point 見出し
--------------------------------------------------*/
.point h3 {
	background: #fdebdf;
	color: #333;
	font-size: 18px;
	margin-bottom: 24px;
	text-align: center;
	padding: 16px;
}
.point h3 span {
	display: block;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 2px;
}
/* product list
--------------------------------------------------*/
.tieup_detail .product-list {
	padding: 0 40px;
}
.tieup_detail .product .point {
	border: 4px solid #fdeBdf;
	border-radius: 8px;
	margin-bottom: 40px;
}
/* product image */
.tieup_detail .product .product-image {
	margin: 40px auto;
}
.tieup_detail .product .product-image img {
	width: 100%;
}
/* product description */
.tieup_detail .product .product-desc {
	font-size: 14px;
	padding: 0 40px;
	text-align: justify;
}
/* product feat */
.product-feat {
	margin: 0 -24px;
}
.product-feat img {
	width: 100%;
}
.product-feat-text {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 40px 0;
	text-align: center;
}
.product-feat-text span {
	color: #f8666a;
}
/*============================================================
# button
============================================================*/
.tieup_detail_inner .btn-more {
	background: #fe9295;
	background: url(../../images/pc/bg_button.png);
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	margin: 24px auto;
	padding: 12px 8px;
	position: relative;
	text-align: center;
	width: 400px;
	-webkit-transition: .2s ease-out;
	-moz-transition: .2s ease-out;
	-o-transition: .2s ease-out;
	-ms-transition: .2s ease-out;
	transition: .2s ease-out;
}
.tieup_detail_inner .btn-more:hover {
	-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	color: #fff;
	text-decoration: none;
}
.tieup_detail_inner .btn-more:before {
	background: url(../../images/pc/arrow_right_white.png) no-repeat 0 0;
	content: "";
	display: block;
	height: 24px;
	width: 24px;
	position: absolute;
	top: 50%; right: 16px;
	margin-top: -12px;
}
/* 注意事項 */
.product .pigeon-notice {
	font-size: 10px;
	color: #999;
	text-align: right;
}
/*============================================================
# 一覧へ戻るボタン
------------------------------------------------------------*/
.tieup_detail .btn_checkout {
	background: #59bad2;
	border-radius: 50px;
	box-shadow: 0 8px 0 #3da6b7;
	color: #fff;
	display: block;
	font-size: 18px;
	line-height: 30px;
	margin: 24px auto;
	overflow: hidden;
	padding: 24px 40px;
	text-align: center;
	width: 480px;
	position: relative;
	z-index: 1;
}
.tieup_detail .btn_checkout:hover {
	color: #fff;
	text-decoration: none;
}
.tieup_detail .btn_checkout img {
	width: 70px;
	position: absolute;
	bottom: -8px; right: 16px;
}
/*============================================================
# Column はじめてのママ向けコラム
============================================================*/
.first-mother-column {
	background: #fff;
	border-radius: 8px;
	margin-bottom: 48px;
	padding: 24px 24px 40px;
}
.first-mother-column > div {
	margin-bottom: 40px;
	position: relative;
}
.first-mother-column > div:last-child {
	margin-bottom: 0;
}
.first-mother-column h3 {
	background: #50bfba;
	border-radius: 8px 8px 0 0;
	color: #fff;
	font-size: 16px;
	margin: -24px -24px 24px;
	padding: 16px 16px 16px 48px;
	position: relative;
}
.first-mother-column h3:before {
	content: url(../../images/pc/related/icon_pr.png);
	display: block;
	height: 25px;
	width: 25px;
	position: absolute;
	top: 50%; left: 16px;
	margin-top: -12px;
}
.first-mother-column .title {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 16px;
	padding-top: 8px;
	position: relative;
}
.first-mother-column .title > span {
	border-radius: 4px;
	background: #f8abad;
	color: #FFFAFA;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 12px;
	margin-left: 8px;
	padding: 4px 5px;
	vertical-align: top;
}
.first-mother-column a {
	font-size: 14px;
}
.baby_img {
	padding-left: 80px;
}
.baby_img:before {
	display: block;
	height: 64px;
	width: 64px;
	position: absolute;
	top: 0; left: 0;
}
.baby1:before {
	content: url(../../images/pc/related/baby1.png);
}
.baby2:before {
	content: url(../../images/pc/related/baby2.png);
}
.baby3:before {
	content: url(../../images/pc/related/baby3.png);
}
.baby4:before {
	content: url(../../images/pc/related/baby4.png);
}
/*============================================================
# 合わせて読みたいコラム - related_column
============================================================*/
.related_column {
	border-radius: 8px;
	background: #fff;
	padding: 24px;
}
.related_column h3 {
	background: #50bfba;
	border-radius: 8px 8px 0 0;
	color: #fff;
	font-size: 16px;
	margin: -24px -24px 24px;
	padding: 16px 16px 16px 48px;
	position: relative;
}
.related_column h3:before {
	content: url(../../images/pc/icon_column.png);
	display: block;
	height: 25px;
	width: 25px;
	position: absolute;
	top: 50%; left: 16px;
	margin-top: -12px;
}
/* Column 一覧
------------------------------------------------------------*/
.feat_list li {
	display: inline-block;
	margin: 0 -2px;
	vertical-align: top;
	width : 33.333%;
}
.feat_list li a {
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 0 rgba(0,0,0,0);
	display: block;
	padding: 16px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.feat_list li a:hover {
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.2);
	box-shadow: 0 0 8px rgba(0,0,0,.2);
	text-decoration: none;
}
.feat_column {
	margin: 0 0 16px;
}
.feat_column img {
	opacity: 1 !important;
	width: 100%;
}
.feat_list li p {
	font-size: 14px;
}
/*============================================================
# share button
============================================================*/
#tieup_share {
	display: none;
}
.share_receive .sns_btns {
	margin: 0;
}
.share_receive.bottom {
	margin-top: 32px;
}
.fb_iframe_widget span {
	vertical-align: top !important;
}
