@charset "utf-8";


/* application
---------------------------------------------- */
.application {
	background-color: #fff;
	padding-block: 100px 140px;
}
.application .inner {
	max-width: 790px;
}
.application__ttl {
	font-size: 28px;
	letter-spacing: 0.1em;
	text-align: center;
}
.application__txt {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-top: 2em;
  text-align: center;
}
.appList {
	margin-top: 40px;
	border: 1px solid #999;
}
.appList__item {
	align-items: stretch;
}
.appList__item + .appList__item {
	border-top: 1px solid #999;
}
.appList__ttl {
	display: flex;
	align-items: center;
	width: 240px;
	font-size: 16px;
	letter-spacing: 0.1em;
	padding: 1em 20px;
	background-color: rgb(25 25 25 / .1);
}
.appList__txt {
  flex: 1;
	width: calc(100% - 240px);
	font-size: 15px;
	letter-spacing: 0.1em;
	line-height: 1.8;
	padding: 20px;
}
.appList__item._annotation .appList__txt {
  font-size: 13px;
}
.appList__txt .small{
	font-size: 12px;
	letter-spacing: 0.1em;
}
.appCaution {
	margin-top: 16px;
}
.appCaution > li {
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1.8;
	text-indent: -1em;
	padding-left: 1em;
	text-align: justify;
}
.appBtnWrap {
	max-width: 300px;
	margin-top: 40px;
	text-align: center;
}
.app__btn {
	background-color: #7f7f73;
	font-size: 20px;
}
.app__btn .icon {
	background-color: #bfbfb9;
}
.app__btn .icon::after {
	width: 10px;
	height: 10px;
	border-width: 1px;
}

@media screen and (min-width: 769px) {
  .appList__ttl + .appList__txt {
    border-left: 1px solid #999;
  }
}

@media screen and (max-width: 768px) {
	.application {
		padding-block: 120px 60px;
	}
	.application .inner {
		max-width: 560px;
	}
	.application__ttl {
		font-size: 20px;
	}
  .application__txt {
    font-size: 14px;
  }

	.appList {
		margin-top: 20px;
	}
	.appList__ttl {
		width: 100%;
	}
	.appList__txt {
		width: 100%;
		padding: 15px 20px;
		border-left: none;
		border-top: 1px solid #999;
		font-size: 14px;
	}
  .appList__item._annotation .appList__txt {
    border: none;
  }
	.appCaution > li {
		font-size: 12px;
	}
}