@charset "utf-8";
/**
 * style.css
 */

/* index
--------------------------------------------------*/
/* layout */

/* pagetitle */
.pagetitle {
	background-image: url(../imgs/bg-pagetitle.jpg);
}

/* pharmacist */
#pharmacist {
	margin-bottom: 60px;
}
#pharmacist .imageText {
	padding-left: 45px;
}
#pharmacist .image {
	float: right;
	width: 41.9%;
	margin-left: 45px;
}
#pharmacist .txt {
	float: right;
	width: 58.1%;
	margin-left: -45px;
}
/* SP */
@media only screen and (max-width:640px) {
	#pharmacist {
		margin-bottom: 30px;
	}
	#pharmacist .imageText {
		padding-left: 0;
	}
	#pharmacist .image,
	#pharmacist .txt {
		float: none;
		width: auto;
		margin-left: 0;
	}
	#pharmacist .image {
		margin-bottom: 25px;
		text-align: center;
	}
}

/* take */
#take {
	width: 640px;
	height: 750px;
	margin: 0 auto 40px;
	padding: 0 55px;
	background: url(../imgs/bg-take.png) no-repeat left top;
	text-align: center;
}
#take .title02 {
	margin-bottom: 20px;
	padding-top: 140px;
	line-height: 1.3;
}
#take #takeEx {
	margin-top: 45px;
}
#take #takeEx dt {
	margin-bottom: 20px;
	color: #6cb73d;
	font-size: 141.2%;
	font-family: 'TsukuBRdGothicStd-D', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}
#take #takeEx dd {
	margin: 0 auto;
	max-width: 640px;
	text-align: left;
}
#take #takeEx dd img {
	display: inline-block;
	margin-bottom: 10px;
}
/* TB */
@media only screen and (max-width:770px) {
	#take {
		width: auto;
		height: auto;
		margin: 0 -10px 40px;
		padding: 25px 10px 35px 10px;
		background: #fff;
	}
	#take .title02 {
		margin-bottom: 20px;
		padding-top: 0;
	}
	#take #takeEx {
		margin-top: 25px;
	}
}
/* SP */
@media only screen and (max-width:640px) {
	#take {
		margin-bottom: 20px;
	}
	#take p {
		text-align: left;
	}
	#take #takeEx dt {
		font-size: 157.2%;
	}
	#take #takeEx dd {
		max-width: 320px;
		margin: 0 auto;
	}
	#take #takeEx dd img {
		width: 33.3%;
		height: auto;
	}
	#take #takeEx dd img.lastEx {
		width: 27.3%;
	}
}


/* deal */
#deal {
	margin-bottom: 90px;
}
#deal .imageText {
	display: table;
	width: 100%;
}
#deal .image,
#deal .txt {
	display: table-cell;
	vertical-align: middle;
}
#deal .image {
	width: 40%;
}
#deal .txt {
	width: 60%;
	padding-left: 45px;
}
#deal .title02 {
	margin-bottom: 15px;
	text-align: left;
	line-height: 1.3;
}
#deal dt {
	font-size: 123.6%;
	font-weight: bold;
}
#deal dd a {
	overflow: hidden;
	position: relative;
	display: inline-block;
	margin-top: 10px;
	padding: 0 0 3px 15px;
	color: #6cb73d;
	font-size: 105.9%;
	font-family: 'TsukuBRdGothicStd-B', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	text-decoration: none;
}
#deal a:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '>';
}
#deal a:after {
	position: absolute;
	bottom: 0;
	left: 14px;
	display: block;
	content: '';
	width: 100%;
	height: 4px;
	background: url(../../common/imgs/bdr-green.png) repeat-x left bottom;
}
#deal a:hover {
	color: #02872b;
}
#deal a:hover:after {
	background: url(../../common/imgs/bdr-green_ov.png) repeat-x left bottom;
}
/* SP */
@media only screen and (max-width:640px) {
	#deal {
		margin-bottom: 25px;
	}
	#deal .imageText {
		display: block;
	}
	#deal .image,
	#deal .txt {
		display: block;
		text-align: center;
	}
	#deal .image {
		width: auto;
		margin-bottom: 15px;
	}
	#deal .txt {
		width: auto;
		padding-left: 0;
	}
	#deal .title02 {
		text-align: center;
	}
	#deal dt {
		font-size: 114.3%;
	}
	#deal dd a {
		font-size: 114.3%;
	}
}


/* recipe */
#recipe {
	margin-bottom: 50px;
}
#recipe .clearfix {
	padding-left: 40px;
}
#recipe dl {
	float: left;
	width: 50%;
	margin-left: 40px;
}
#recipe dl:first-child {
	margin-left: -40px;
}
#recipe dt {
	position: relative;
	margin-bottom: 30px;
	padding: 0 0 3px 35px;
	font-size: 141.2%;
	font-family: 'TsukuBRdGothicStd-D', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}
#recipe dt:before {
	position: absolute;
	top: 9px;
	left: 0;
	content: '';
	width: 25px;
	height: 25px;
	background: url(../../common/imgs/icon-01.png) no-repeat left top;
}
#recipe dt:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	background: url(../../common/imgs/bdr-gray.png) repeat-x left bottom;
}
/* SP */
@media only screen and (max-width:640px) {
	#recipe {
		margin-bottom: 30px;
	}
	#recipe .clearfix {
		padding-left: 0;
	}
	#recipe dl,
	#recipe dl:first-child {
		float: none;
		width: auto;
		margin-left: 0;
	}
	#recipe dl:first-child {
		margin: 0 0 30px;
	}
	#recipe dt {
		margin-bottom: 15px;
		padding: 0 0 3px 25px;
		font-size: 142.9%;
	}
	#recipe dt:before {
		top: 8px;
		width: 20px;
		height: 20px;
		background: url(../../common/imgs/sp/icon-01.png) no-repeat left top;
		background-size: cover;
	}
	#recipe dt:after {
		position: absolute;
		bottom: 0;
		left: 0;
		content: '';
		width: 100%;
		height: 3px;
		background: url(../../common/imgs/bdr-gray.png) repeat-x left bottom;
	}
	#recipe dd {
		font-size: 121.5%;
	}
}

/* kampoList */
#kampoList {
	position: relative;
	padding: 40px 50px 50px;
	border: #545283 solid 4px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fff;
}
#kampoList .listTitle {
	margin-bottom: 30px;
	color: #545283;
	font-size: 176.5%;
	font-family: 'TsukuBRdGothicStd-D', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}
#kampoList ul {
	float: left;
	width: 50%;
}
#kampoList ul:first-child {
	box-sizing: border-box;
	padding-right: 50px;
}
/* SP */
@media only screen and (max-width:640px) {
	#kampoList {
		padding: 20px 15px 20px;
		border: #545283 solid 2px;
	}
	#kampoList .listTitle {
		margin-bottom: 20px;
		font-size: 178.5%;
	}
	#kampoList ul {
		float: none;
		width: auto;
	}
	#kampoList ul:first-child {
		padding-right: 0;
	}
	#kampoList ul li {
		font-size: 121.5%;
	}
}






