body {
	background: #fff;
	color: #4b4b4b;
	display: flex;
	flex-direction: column;
	font-family: Noto Sans JP, sans-serif;
	font-weight: 500;
	line-height: 1.4;
	min-height: 100vh
}
body.is-fixed {
	overflow: hidden
}
main {
	flex: 1
}
.terms {
	margin-bottom: 10.5555555556vw;
	margin-top: 9.7222222222vw
}
@media (min-width:52.1875em) {
	.terms {
		margin-bottom: 14.7916666667vw;
		margin-top: 5.2083333333vw
	}
}
.terms__inner .terms__head {
	margin-bottom: 7.9166666667vw
}
@media (min-width:52.1875em) {
	.terms__inner .terms__head {
		margin-bottom: 5.2083333333vw
	}
}
.terms__inner .terms__head .terms__lead {
	font-size: 3.75vw;
	line-height: 2
}
@media (min-width:52.1875em) {
	.terms__inner .terms__head .terms__lead {
		font-size: 1.3020833333vw
	}
}
.terms__inner .terms__head .terms__lead + .terms__lead {
	margin-top: 1lh;
}
.terms__inner .terms__cont .terms__block:not(:last-child) {
	margin-bottom: 6.6666666667vw
}
@media (min-width:52.1875em) {
	.terms__inner .terms__cont .terms__block:not(:last-child) {
		margin-bottom: 5.2083333333vw
	}
}
.terms__inner .terms__cont .terms__block .terms__title {
	margin-bottom: 4.1666666667vw
}
@media (min-width:52.1875em) {
	.terms__inner .terms__cont .terms__block .terms__title {
		margin-bottom: 1.5625vw
	}
}
.terms__inner .terms__cont .terms__block .terms__text {
	font-size: 3.75vw;
	line-height: 2
}



@media (min-width:52.1875em) {
	.terms__inner .terms__cont .terms__block .terms__text {
		font-size: 1.3020833333vw
	}
}
.terms__inner .terms__cont .terms__block .terms__text + .terms__list, .terms__inner .terms__cont .terms__block .terms__text + .terms__subtitle, .terms__inner .terms__cont .terms__block .terms__text + .terms__text {
	margin-top: 1lh
}
.terms__inner .terms__cont .terms__block .terms__subtitle {
	font-size: 3.75vw;
	font-weight: 700;
	line-height: 2
}
@media (min-width:52.1875em) {
	.terms__inner .terms__cont .terms__block .terms__subtitle {
		color: #3f80d9;
		font-size: 1.3020833333vw;
		font-weight: 500
	}
}
.terms__inner .terms__cont .terms__block .terms__subtitle:nth-of-type(2) {
	margin-top: 0
}
.terms__inner .terms__cont .terms__block .terms__list {
	line-height: 2
}
.terms__inner .terms__cont .terms__block .terms__list .terms__item {
	font-size: 3.75vw
}
@media (min-width:52.1875em) {
	.terms__inner .terms__cont .terms__block .terms__list .terms__item {
		font-size: 1.3020833333vw
	}
}

/* 2025.2.4 add start */
.terms__inner .terms__cont .terms__block .terms__text a {
    color: #3f80d9;
    text-decoration: underline;
}

#remote_download .attention_txt {
    margin-top: 20px;
    color: #E20F0F;
}

#remote_download {
	display: none;
	padding-top: 50px;
}

.remote_policy {
	border: 1px solid #ccc;
	height: 300px;
	padding: 30px;
	margin: 1.5625vw 0;
	overflow: auto;
	text-align: left;
}
.remote_policy h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 25px 0 10px;
}
.remote_policy p {
	font-size: 14px;
	line-height: 1.5;
}
.remote_policy li {
	font-size: 14px;
	line-height: 1.5;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.remote_policy li + li {
	margin-top: 10px;
}
.remote_policy li ol {
	margin-bottom: 15px;
}
.remote_policy li ol li {
	padding-left: 2.5em;
	text-indent: -2.5em;
}



.remote_download{
	text-align: center;
}
.remote_download .teamview_download{
	margin-bottom: 1.5625vw;
	font-size: 1.3020833333vw;
	color: #3f80d9;
	
}
/* 送信ボタン */
.submit-btn {
  /* buttonタグのリセットCSS */
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
	font-size: 1.3020833333vw;
	min-width: 19.53125vw;
	padding: .78125vw 12.6041666667vw;
	text-align: center;
	margin-bottom: 0.78125vw;

  /* ボタン有効時のスタイル */
  color: #fff;
  background-color: #3f80d9;
  cursor: pointer; /* ポインターカーソルを表示 */
}

/* ボタン無効時のスタイル */
.submit-btn[disabled] {
  background-color: #ccc;
  cursor: not-allowed; /* クリック不可のカーソルを表示 */
}

.remote_download .attention_txt{
	color: #3f80d9;
}
/* 2025.2.4 add end */