

@charset "UTF-8";

/* -----------------------------------------------

	pamph.css
	パンフレット（WEB版）

----------------------------------------------- */

/* -----------------------------------------------

	Table
	テーブル設定

----------------------------------------------- */
#pageTitle>span {
	padding: 12px 15px 10px;
	display: block;
	background: #efefef;
	line-height: 1.2;
	font-weight: bold;
	font-size: 20px;
	text-shadow: 0 -2px 0 #fff;
	border-bottom: 1px solid #d7d7d7;
}
span.productLadyGun {
	padding: 12px 0px 10px;
	font-weight: bold;
	font-size: 108%;
	color: #EA4786;
	display: inline-block;
}
@media only screen and (max-width: 767px) {
	span.productLadyGun {
		font-size: 13px;
	}	
}
/* -----------------------------------------------

	print
	印刷設定

----------------------------------------------- */
@media print {
body#products {
	/* forIE6/7 */
	*zoom: 0.7 !important;
}
}

/*	スクリプト無効
----------------------------------------------- */
.noscript .imageCbx {
	background: none;
	text-align: center;
	cursor: default;
	overflow: hidden;
}
.noscript .imageCbx input {
	display: inline;
}

/* -----------------------------------------------

	block
	ブロック設定

----------------------------------------------- */

/* block	ラインブロック
----------------------------------------------- */
.bloLine {
	border: solid 1px #ccc;
	padding: 4px 8px;
}

/* 見出し
----------------------------------------------- */
/*- h1 -*/
h1#pageTitle {
	background: #efefef;
	margin-bottom: 1em;
	border-bottom: 1px solid #d7d7d7;
}
h1#pageTitle>span {
	border-bottom: none;
}
h1#pageTitle span.h1Txt {
	float: left;
}

/*- h2 -*/
.hd2Prpd {
	margin: 0 0 15px;
	padding: 5px 15px;
	background: #fff;
	font-size: 18px;
	font-weight: bold;
	color: black;
	border:2px solid #cfcbcb;
}
@media only screen and (max-width: 767px) {
	.hd2Prpd {
		margin: 0 -15px 15px;
	}
}
/*- h3 -*/
.hd3Prpd {
	padding: 5px 15px;
	background: #ccc;
	font-weight: bold;
}
@media only screen and (max-width: 767px) {
	.hd3Prpd {
		margin: 0 -15px;
	}
}
/* L-KAM
----------------------------------------------- */
div.bloProd ul.ulProdList .txLadyKam {
    color: #e11901;
    display: block;
    line-height: 1.2;
    padding: 0 !important;
}


/* 商品リスト
----------------------------------------------- */
div.bloProd ul.ulProdList {
	margin-bottom: 15px;
}
div.bloProd ul.ulProdList.bloLast{
	margin-bottom: 0;
}
div.bloProd ul.ulProdList > li {
	margin: 0 -15px;
	padding: 15px 15px;
	border-bottom: solid 1px #ccc;
}
div.bloProd ul.ulProdList > li.bloLast {
	border-bottom: none;
}
@media only screen and (min-width: 768px) {
div.bloProd ul.ulProdList > li {
	margin: 0;
	padding: 15px 15px;
	border-bottom: solid 1px #ccc;
	}
}
div.bloProd ul.ulProdList > li > div:first-child {
	display: table;
}
div.bloProd ul.ulProdList li.prodFirst {
	padding-top: 0;
}
div.bloProd ul.ulProdList li.days1plus .caution_01 {
	margin-top: 3px;
	margin-bottom: 10px;
	font-size: 85%;
	line-height:1.2;
	padding: 5px 5px 5px 25px;
	background-color: #f7f7f7;
	background-image:url(/keiyaku/tokuyaku/images/icon_caution_01.gif);
	background-repeat:no-repeat;
	background-position: 7px 5px;
	display: block;
}
#days:after {
	clear: both;
	display: block;
	content: "";
}
.bloImgLKam {
    display: flex;
    align-items: center;
    justify-content: center;
}
div.bloProd ul.ulProdList li.prodFirst .bloImglogo2 {
	float: left;
}
media only screen and (min-width: 768px) {
	div.bloProd ul.ulProdList span.bloImg,
	div.bloProd ul.ulProdList div.bloImg {
		padding: 0 10px 0 0;
		display: table-cell;
		vertical-align: top;
	}
}
@media only screen and (max-width: 767px) {
	div.bloProd ul.ulProdList span.bloImg,
	div.bloProd ul.ulProdList div.bloImg {
		padding: 0 19px 0 0;
		display: table-cell;
		vertical-align: top;
	}
}
div.bloProd ul.ulProdList div.bloImg {
	max-width: 104px;
}
div.bloProd ul.ulProdList div.bloImgIryo {
	max-width: 114px !important;
}
div.bloProd ul.ulProdList span.bloImg ul {
	max-width: 104px;
}
div.bloProd ul.ulProdList span.bloTx {
	display: table-cell;
	vertical-align: middle;
}
@media only screen and (min-width: 768px) { 
	div.bloProd ul.ulProdList span.bloTx span.productName {
		font-size: 108%;
	}
}
div.bloProd ul.ulProdList .table .bloTx {
	display: table-cell;
}
div.bloProd ul.ulProdList .block {
	display : inline-block;
	margin-top: 5px;
	margin-right: 5px;
	border-radius: 2px;
	padding: 5px 15px 3px;
	color: #fff;
}
div.bloProd ul.ulProdList .block01 {
	background-color: #22ac38;
}
div.bloProd ul.ulProdList .block02 {
	background-color: #e63820;
}
div.bloProd ul.ulProdList .block03 {
	background-color: #f18d00;
}
div.bloProd ul.ulProdList .block04 {
	background-color: #fe5693;
}
div.bloNote {
	margin-top: 10px;
	padding: 8px;
	border: solid 1px #ccc;
}
/* ページトップ
----------------------------------------------- */
p.pageTop {
	margin-top: 0px !important;
}

/* ガード文言
----------------------------------------------- */
.txGuardRed {
    color: #FF0000;
}
.txAttention {
	padding: 0 5px;
}
.txRedAtt {
    color: #e11901;
}

/* 汎用
----------------------------------------------- */
@media only screen and (max-width: 767px) {
	.vaTop {
		vertical-align: top !important;
	}
}
@media only screen and (min-width: 768px) {
	.vaTop {
		padding-bottom: 1em;
	}
}
.pt10 {
	padding-top: 10px !important;
}

/* レスポンシブ対応
----------------------------------------------- */

@media print, screen and (min-width: 768px) {
	#contents {
	margin: 24px auto 0px;
	width: 100%;
	max-width: 1010px;
	}
}
@media only screen and (max-width: 767px) {
	div#contents.container {
		padding: 0 15px;
	}
}
@media only screen and (max-width: 767px) {
	.container .containerMain {
		padding: 0;
	}
}
#pageTitle>span {
	padding: 12px 15px 10px;
	display: block;
	background: #efefef;
	line-height: 1.2;
	font-weight: bold;
	font-size: 20px;
	text-shadow: 0 -2px 0 #fff;
	border-bottom: 1px solid #d7d7d7;
}
@media only screen and (max-width: 767px) {
h1#pageTitle {
	margin-left: -15px;
	margin-right: -15px;
	}
}
div.bloProd {
	font-size: 13px;
}
.txBold {
	font-weight: bold !important;
}
.txSmall {
	font-size: 11px;
}
ul.ulNote>li, ol.ulNote>li {
	padding-left: 1.4em;
	position: relative;
}
img {
	max-width: initial;
	max-width: auto;
}
img.imgIcon {
	vertical-align: middle;
	margin: 0 4px 2px 0;
}
ul.ulNote>li>span.kome, ol.ulNote>li>span.kome {
	position: absolute;
	top: 0;
	left: 0;
}
ul.ulNote>li:not(:last-child), ol.ulNote>li:not(:last-child) {
	margin-bottom: 0.2em;
}
ul.ulNote li.num2 {
	padding-left: 2.2em;
}
ul.listAttention {
	margin-bottom: 10px;
	padding: 10px 5px 0;
}
@media only screen and (min-width: 768px) {
	ul.listAttention {
		padding: 10px 10px 0;
	}
}

/* footer
----------------------------------------------- */

.footerTop .ctaConsultation, .ft-contact-info, .ft-contact-register {
	-webkit-box-shadow: 0px 2px 7px 1px rgba(4, 0, 0, 0.25);
	box-shadow: 0px 2px 7px 1px rgba(4, 0, 0, 0.25);
}
@media only screen and (max-width: 767px) {
	.footerTop .ctaConsultation, .ft-contact-info, .ft-contact-register {
	margin: 20px -5px;
	}
}
@media only screen and (max-width: 767px) {
	.footerTop .widebnrWrap {
	margin: 0 -15px;
	}
}
@media print, screen and (min-width: 768px) {
	body {
		min-width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.footerTop .section {
	margin: 0 -5px 40px;
	}
}
@media print, screen and (min-width: 768px) {
	.ft-info-content {
	text-align: center;
	}
}
@media print, screen and (min-width: 768px) {
.ft-info-content .timework-info > * {
	display: inline-block;
	}
}
@media print, screen and (min-width: 768px) {
	.ft-contact-info .time-info {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	}
}

/* アンカーボタン
----------------------------------------------- */

div.pamphButtonArea{display: flex;flex-wrap: wrap;justify-content: flex-start;align-items: center;}
a.pamphButton:after{
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	z-index: 1;
	border: 0;
	
	border-bottom: solid 1px #009bdd;
	border-right: solid 1px #009bdd;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	pointer-events: none;
	margin-bottom: 2px;
	margin-left:10px;
}
a.pamphButton{
	text-decoration:none;
	margin-right:5px;
	border: 2px solid #cfcbcb;
	display:inline-block;
	padding: 7px 15px 5px 15px;
	margin: 15px 15px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	a.pamphButton{
	 	font-size:10.5px;
		border: 2px solid #cfcbcb;
		display:inline-block;
		padding: 5px 3px 5px 3px;
		margin: 5px 5px 10px 5px;
		text-align: center;
		width: 47%;
	}
}




