@charset "utf-8";

/* 各ページchatbotボタン
------------------------------------*/
#chatbot {
	position: fixed;
	bottom: 10px;
	width: 100%;
	z-index: 100;
}
#chatbot .chatbot_inner {
	margin: 0 auto;
	padding: 0 25px;
	width: 960px;
	box-sizing: border-box;
}
#chatbot .chat_bt a {
	display: block;
	position: relative;
	width: 245px;
	text-decoration: none;
	color: #fff;
	font-size: 116.667%;
	font-weight: bold;
	line-height: 1.4;
	padding: 12px 12px 12px 66px;
	background: #780000;
	border: #fff 1px solid;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;
	cursor: pointer;
	box-sizing: border-box;
}
#chatbot .chat_bt a:hover {
	color: #780000;
	background: #fff;
	border: #780000 1px solid;
}
#chatbot .chat_bt a::before {
	position: absolute;
	content: "";
	top: 0;
	left: 10px;
	width: 50px;
	height: 100%;
	background: url("./../images/chat_bt_character.png")no-repeat center/50px;
}
#chatbot .chat_bt a::after {
	position: absolute;
	content: "";
	top: 0;
	right: 10px;
	width: 15px;
	height: 100%;
	background: url("./../images/chat_bt_arrow.png")no-repeat center/15px;
}
#chatbot .chat_bt a:hover::after {
	background: url("./../images/chat_bt_arrow_on.png")no-repeat center/15px;
}
#chatbot #user_input {
	display: none;
}


/* 利用規約ページ
------------------------------------*/
.riyo_kiyaku #contens {
	background: #fff;
}
.riyo_kiyaku #contens h1 {
	color: #fff;
	font-size: 1.25em;
	padding: 15px 30px;
	margin-block-end: 0;
	background: #179be5;
}
.riyo_kiyaku #contens #contens_area {
	padding: 0 30px;
}
.riyo_kiyaku #contens #contens_area .item {
	text-align: center;
	font-size: 1.5em;
	font-weight: normal;
	padding: 20px 0;
}

.riyo_kiyaku #contens #user_policy_box {
	width: 100%;
	height: calc(100vh - 350px);
	padding: 25px;
	margin-bottom: 20px;
	background: #F7F9FC;
	border: 1px solid #ccc;
	overflow-y: auto;
	box-sizing: border-box;
}
.riyo_kiyaku #contens #user_policy_box h2 {
	text-align: center;
	font-size: 2em;
	margin-block-start: 0;
	margin-block-end: 0;
}
.riyo_kiyaku #contens #user_policy_box .txt {
	font-size: 1.25em;
}
.riyo_kiyaku #contens #user_policy_box dl {
	margin-top: 30px;
}
.riyo_kiyaku #contens #user_policy_box dl dt {
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}
.riyo_kiyaku #contens #user_policy_box dl dd {
	font-size: 1.25em;
	line-height: 1.3;
	margin-top: 10px;
	margin-left: 0;
	margin-inline-start: 0;
}

.riyo_kiyaku #contens #agree {
	text-align: center;
}
.riyo_kiyaku #contens #agree .agree_bt {
	width: 150px;
	color: #fff;
	font-size: 1.5em;
	line-height: 1.3333333;
	padding: 12px 16px 10px;
	margin: 60px auto 0;
	background: #179be5;
	border: #179be5 solid 1px;
	border-radius: 6px;
	box-sizing: border-box;
	cursor: pointer;
}
.riyo_kiyaku #contens #agree .agree_bt:hover {
	color: #179be5;
	background: #fff;
}
.riyo_kiyaku #contens #agree #user_input {
	display: none;
}
