@charset "UTF-8";

/***************************************************************/

/* /kojin/gaika/cam/detail/usdteiki/index.html

/***************************************************************/
/*footerFixed fixedBottomChat */
.fixedBottom01[class*='fixedBottomChat'] {
	opacity: 0;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
}
.fixedBottom01[class*='fixedBottomChat'].active {
	opacity: 1;
}
.fixedBottom01[class*='fixedBottomChat'] .fixedBottomBtn {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 0 0 12px;
}
.fixedBottom01[class*='fixedBottomChat'] .fixedBottomBtn .fixedBottomList01 > * {
	margin-left: 10px;
}
.fixedBottom01[class*='fixedBottomChat'] .fixedBottomNav {
	position: relative;
	width: 40%;
}
.fixedBottom01[class*='fixedBottomChat'] .fixedBottomNav .fixedBottomList01 > * {
	min-width: 50%;
	min-height: 64px;
}
.fixedBottom01[class*='fixedBottomChat'] [class*=fixedBottomChatMenu] {
	position: absolute;
	right: 9px;
	bottom: calc(100% + 22px);
	z-index: -1;
	z-index: 1;
	max-width: 210px;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
	pointer-events: none;
}
.fixedBottom01[class*='fixedBottomChat'] [class*=fixedBottomChatMenu].active {
	opacity: 1;
	pointer-events: auto;
}
.fixedBottom01[class*='fixedBottomChat'] [class*=fixedBottomChatMenu] [class*=chatMenuBlock] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #e9e9e9;
	border-radius: 6px;
	background: rgba(255, 255, 255, .9);
	-webkit-box-shadow: rgba(0, 0, 0, .32) 0 2px 6px 0;
	box-shadow: rgba(0, 0, 0, .32) 0 2px 6px 0;
}
.fixedBottom01[class*='fixedBottomChat'] [class*=fixedBottomChatMenu] [class*=chatMenuBlock]:before {
	position: absolute;
	top: calc(100% - 2px);
	right: calc(50% - 20px);
	z-index: 1;
	width: 42px;
	height: 30px;
	background: url('/common/type2018/images/img_chat_01.png') no-repeat center center;
	background-size: contain;
	content: '';
}
.fixedBottom01[class*='fixedBottomChat'] [class*=fixedBottomChatMenu] [class*=chatMenuBlock] > * {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
}
.fixedBottom01[class*='fixedBottomChat'] [class*=fixedBottomChatMenu] [class*=chatMenuBlock] > *:hover {
	opacity: .7;
}
.fixedBottom01[class*='fixedBottomChat'] [class*=fixedBottomChatMenu] [class*=chatMenuBlock] > .chatAbled {
	display: none;
}
.fixedBottom01[class*='fixedBottomChat'] [class*=fixedBottomChatMenu] [class*=chatMenuBlock] > *:nth-child(2) {
	width: 100%;
	border-right: 0;
}
.fixedBottom01[class*='fixedBottomChat'] [class*=fixedBottomChatMenu] [class*=chatMenuBlock] > .chatFaqLink {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	width: 100%;
	border: 0;
}
.fixedBottom01[class*='fixedBottomChat'] [class*=fixedBottomChatMenu] [class*=chatMenuBlock] .iconFaq > span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.fixedBottom01[class*='fixedBottomChat'] [class*=fixedBottomChatMenu] [class*=chatMenuBlock] .iconFaq > span:before {
	margin-right: .25em;
	width: 1.6em;
	height: 1.6em;
	background: url('/common/type2018/images/icon_chat_04.svg') no-repeat center center;
	background-size: contain;
	content: '';
}
.fixedBottom01[class*='fixedBottomChat'] [class*=fixedBottomChatMenu] [class*=chatMenuBlock] > * > a {
	color: #000;
}
.fixedBottom01[class*='fixedBottomChat'] [class*=fixedBottomChatMenu] [class*=chatMenuBlock] > * > a:visited {
	color: #000;
}
.fixedBottom01[class*='fixedBottomChat'] [class*=fixedBottomChatMenu] [class*=chatMenuBlock] > * > a:hover {
	color: #000;
}
.fixedBottom01[class*='fixedBottomChat'] [class*=fixedBottomChatMenu] [class*=chatMenuBlock] .chatMenuIcon01 > img {
	margin-bottom: 5px;
	max-width: 60px;
}
.fixedBottom01[class*='fixedBottomChat'] .fixedBottomIconFaq01 > span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.fixedBottom01[class*='fixedBottomChat'] .fixedBottomIconFaq01 > span:before {
	display: block;
	margin-right: 10px;
	width: 40px;
	height: 30px;
	background: url('/common/type2018/images/icon_chat_01.svg') no-repeat center center;
	background-size: contain;
	content: '';
}

.fixedBottom01[class*='fixedBottomChat'] .fixedBottomChatMenu02 {
	right: auto;
	left: 9px;
	min-width: 160px;
}

/*v3-columnNaviTitle*/
.v3-columnNaviTitle01 {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 32px;
}
.v3-columnNaviTitle01 .v3-columnNaviTitleLink {
	min-width: 80px;
	text-align: right;
}

/*v3-columnNaviBlock*/
.v3-columnNaviBlockA01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.v3-columnNaviBlockA01 > * {
	width: 48%;
}
.v3-columnNaviBlockA01 .v3-columnNaviItem01 {
	border: solid #eaeaea;
	border-width: 1px 0;
}
.v3-columnNaviBlockA01 .v3-columnNaviItem01 > a {
	display: flex;
	align-items: center;
	padding: 18px;
	height: 100%;
	box-sizing: border-box;
}
.v3-columnNaviBlockA01 .v3-columnNaviItem01 > a:hover {
	background: #f7f7f7;
}
.v3-columnNaviBlockA01 .v3-columnNaviItem01:nth-child(n+3) {
	border-top: 0;
}
.v3-columnNaviBlockA01 .v3-columnNaviItem01 > a > .img {
	margin-right: 20px;
	width: 27%;
	max-width: 27%;
}
.v3-columnNaviBlockA01 .v3-columnNaviItem01 > a > .text {
	width: 100%;
	font-size: 0.888em;
	font-weight: bold;
	color: #000;
}
.v3-columnNaviBlockA01 .v3-columnNaviItem01 > a:hover > .text {
	color: #f7920e;
	text-decoration: underline;
}


@media only screen and (max-width: 767px) {
	/***************************************************************/

	/* /kojin/gaika/cam/detail/usdteiki/index.html

	/***************************************************************/
	/*footerFixed fixedBottomChat */
	.fixedBottom01[class*='fixedBottomChat'] .fixedBottomNav {
		width: 159px;
	}
	.fixedBottom01[class*='fixedBottomChat'] .fixedBottomList01 > * > a {
		padding: 0;
		font-weight: bold;
	}
	.fixedBottom01[class*='fixedBottomChat'] .fixedBottomContent {
		-webkit-box-align: stretch;
		align-items: stretch;
		-ms-flex-align: stretch;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.fixedBottom01[class*='fixedBottomChat'] .fixedBottomBtn {
		padding: 0 5px;
	}
	.fixedBottom01[class*='fixedBottomChat'] .fixedBottomBtn * {
		height: 100%;
	}
	.fixedBottom01[class*='fixedBottomChat'] .fixedBottomBtn .karte-widget__backdrop {
		height: auto;
	}
	.fixedBottom01[class*='fixedBottomChat'] .fixedBottomBtn .fixedBottomList01 > * {
		margin-left: 5px;
	}
	.fixedBottom01[class*='fixedBottomChat'] .fixedBottomBtn .fixedBottomList01 > *:first-child {
		margin-left: 0;
	}
	.fixedBottom01[class*='fixedBottomChat'] .fixedBottomBtn .fixedBottomList01 > li > a > span {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.fixedBottom01[class*='fixedBottomChat'] [class*=fixedBottomChatMenu] {
		right: 0;
		bottom: calc(100% + 12px);
		width: calc(100% - 5px);
	}
	.fixedBottom01[class*='fixedBottomChat'] [class*=fixedBottomChatMenu] [class*=chatMenuBlock] > * {
		padding: 10px 5px 5px;
	}
	.fixedBottom01[class*='fixedBottomChat'] [class*=fixedBottomChatMenu] [class*=chatMenuBlock]:before {
		top: calc(100% - 3px);
		right: calc(25% - 12px);
		width: 25px;
		height: 20px;
	}
	.fixedBottom01[class*='fixedBottomChat'] [class*=fixedBottomChatMenu] [class*=chatMenuBlock] .iconFaq > span:before {
		margin-right: .5em;
	}
	.fixedBottom01[class*='fixedBottomChat'] [class*=fixedBottomChatMenu] [class*=chatMenuBlock] .chatMenuIcon01 > img {
		margin-bottom: 5px;
		max-width: 100%;
		width: 44px;
	}
	.fixedBottom01[class*='fixedBottomChat'] [class*=fixedBottomChatMenu] [class*=chatMenuBlock] > .chatFaqLink {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.fixedBottom01[class*='fixedBottomChat'] .fixedBottomIconFaq01 > span {
		display: block;
		text-align: center;
	}
	.fixedBottom01[class*='fixedBottomChat'] .fixedBottomIconFaq01 > span:before {
		margin-right: 0;
		margin-bottom: 13px;
		width: 100%;
		height: 20px;
	}

	.fixedBottom01[class*='fixedBottomChat'] .fixedBottomChatMenu02 [class*=chatMenuBlock]:before {
		right: 75%;
	}

	.fixedBottom01[class*='fixedBottomChat'] .fixedBottomBtn .fixedBottomList01 [class*=btnT] {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.fixedBottom01[class*='fixedBottomChat'] .fixedBottomBtn .fixedBottomList01 [class*=btnT] > span {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.fixedBottom01[class*='fixedBottomChat'] .fixedBottomBtn .fixedBottomList01 [class*=btnT][class*=icon] span:after,
	.fixedBottom01[class*='fixedBottomChat'] .fixedBottomBtn .fixedBottomList01 [class*=btnT][class*=glyph] span:before {
		content: none
	}

	/*v3-columnNaviTitle*/
	.v3-columnNaviTitle01 {
		margin-bottom: 16px;
	}
	.v3-columnNaviTitle01 .v3-columnNaviTitleLink {
		min-width: 70px;
	}

	/*v3-columnNaviBlock*/
	.v3-columnNaviBlockA01 {
		display: block;
	}
	.v3-columnNaviBlockA01 > * {
		width: auto;
	}
	.v3-columnNaviBlockA01 .v3-columnNaviItem01 > a {
		padding: 25px 0;
	}
	.v3-columnNaviBlockA01 .v3-columnNaviItem01 > a:hover {
		background: none;
	}
	.v3-columnNaviBlockA01 .v3-columnNaviItem01:nth-child(n+2) {
		border-top: 0;
	}
	.v3-columnNaviBlockA01 .v3-columnNaviItem01 > a > .img {
		margin-right: 10px;
		width: auto;
		max-width: 81px;
		min-width: 81px;
	}
	.v3-columnNaviBlockA01 .v3-columnNaviItem01 > a > .text {
		font-size: 0.875em;
	}
	.v3-columnNaviBlockA01 .v3-columnNaviItem01 > a:hover > .text {
		color: #000;
		text-decoration: none;
	}
}
