@charset "utf-8";

/*parts*/
.blockInnerA01 > *, .blockInnerB01 > * {
	margin-top: 10px;
}
.blockInnerA05 > *, .blockInnerB05 > * {
	margin-top: 30px;
}
.blockInnerB01 > *:first-child, .blockInnerB05 > *:first-child {
	margin-top: 0;
}
.v2-cardBlockA07 {
	position: relative;
	background: #f0f9f1;
	padding: 45px 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.v3-itemBalloonA01 {
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px 10px;
	width: auto;
	border: 1px solid #b3b3b3;
	border-radius: 4px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 8px 2px -5px;
	box-shadow: rgba(0, 0, 0, 0.0980392) 0px 8px 2px -5px;
	background: #fff;
	line-height: 1.4;
	color: #333;
	text-align: center;
}
.v3-balloonTopArrow:after, .v3-balloonBottomArrow:after, .v3-balloonLeftArrow:after, .v3-balloonRightArrow:after {
	content: '';
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	background: #fff;
	border: 1px solid #b3b3b3;
	border-width: 0 1px 1px 0;
	z-index: 1;
}
.v3-balloonRightArrow:after {
	top: 50%;
	right: -7px;
	margin-top: -6px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.v3-balloonLeftArrow:after {
	top: 50%;
	left: -7px;
	margin-top: -6px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.dTable {
	display: table;
}
.dTcell {
	display: table-cell;
}

.vMiddle > * {
	vertical-align: middle !important;
}
.mlrAuto {
	margin-left: auto !important;
	margin-right: auto !important;
}

/* chat */
#chatOpenBtn {
	z-index: 1;
	position: fixed;
	bottom: 0;
	right: 190px;
}
#chatOpenBtn .dTable {
	min-height: 104px;
}
#chatOpenBtn .dTcell {
	line-height: 1;
}
#chatOpenBtn .v3-itemBalloonA01 {
	position: relative;
	margin-right: 20px;
	margin-bottom: 30px;
	padding: 10px 40px 10px 90px;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #0ca26c;
	color: #fff;
	text-align: left;
}
#chatOpenBtn .v3-balloonRightArrow:after {
	margin-top: 9px;
	border-color: #0ca26c;
	background: #0ca26c;
}
#chatOpenBtn .chatBalloonBlock01 > .image {
	position: absolute;
	width: 76px;
	left: 5px;
	bottom: 0;
}
#chatOpenBtn .v3-itemBalloonA01 p {
	font:18px Helvetica,Arial,Tahoma,sans-serif;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", sans-serif;
	font-weight:500;
	line-height: 1.4;
}
#chatOpenBtn .itemClose {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 10px;
	right: 8px;
	cursor: pointer;
}
#chatOpenBtn .itemClose > .itemCloseText {
	display: none;
}
#chatOpenBtn .itemClose > .itemCloseLine01,
#chatOpenBtn .itemClose > .itemCloseLine02 {
	display: block;
	content: "";
	position: absolute;
	left: 6px;
	width: 2px;
	height: 100%;
	background-color: #fff;
}
#chatOpenBtn .itemClose > .itemCloseLine01 {
	-webkit-transform: rotate(-45deg);
					transform: rotate(-45deg);
}
#chatOpenBtn .itemClose > .itemCloseLine02 {
	-webkit-transform: rotate(45deg);
					transform: rotate(45deg);
}
#chatOpenBtn .itemClose > span {
	display: none;
}
#chatOpenBtn .btn img {
	width: 64px;
}

@media screen and (max-width: 767px) {
	/*parts*/
	.spTLeft {
		text-align: left !important;
	}
	.v2-cardBlockA07 {
		padding: 25px 12px;
	}

	/* chat */
	#chatOpenBtn {
		z-index: 107159;
		bottom: 60px;
		right: 10px;
		min-height: 0;
	}
	#chatOpenBtn .v3-itemBalloonA01 {
		margin-top: 45px;
		margin-right: 10px;
		margin-bottom: 0;
		padding: 10px 20px 10px 60px;
	}
	#chatOpenBtn .v3-balloonRightArrow:after {
		width: 8px;
		height: 8px;
		right: -5px;
		margin-top: -15px;
	}
	#chatOpenBtn .chatBalloonBlock01 > .image {
		width: 54px;
		left: 3px;
	}
	#chatOpenBtn .v3-itemBalloonA01 p {
		font-size: 12px;
		font-weight: normal;
	}
	#chatOpenBtn .itemClose {
		position: absolute;
		width: 12px;
		height: 12px;
		top: 10px;
		right: 5px;
	}
	#chatOpenBtn .itemClose > .itemCloseLine01,
	#chatOpenBtn .itemClose > .itemCloseLine02 {
		left: 5px;
	}
	#chatOpenBtn .btn img {
		width: 60px;
	}
}
