html, body {
  height: 100%;
  background-color: white;
  font-family: Arial,Helvetica,"游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}

.webview {
	line-height: 1.5em;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 1.5em;
	padding-bottom: 1em;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 1em;
	padding-bottom: .8em;
}

p {
	font-size: .9em;
	padding-bottom: 1em;
}

.container{
	width: 100vw;
  margin: auto;
}

.qa_question{
	font-size: 1.2em;
	/* text-decoration: underline; */
	margin-top: 1em;
}

.tabContainer {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 999;
}
.tabContainer::-webkit-scrollbar {
  height: 5px;
}
.tabContainer::-webkit-scrollbar-track {
	background: #000;
}
.tabContainer::-webkit-scrollbar-thumb {
	background: #000;
}

.tab{
	display: table;
	border-collapse: separate;
	border-spacing: 20px 20px;
	margin: auto;
}

.tab__button{
	display: table-cell;
	background-color: #C2C2C2;
	width: 20px;
	height: 20px;
	border-radius: 45%;
	vertical-align: middle;
}

.tab__button.active{
  background-color: #222;
}

.tab__button a{
  display: block;
}

.contents__content{
	width: 100vw;
	height: 100vh;
}

.contents__content img{
	width: 100vw;
	height: auto;
}

.contents__content .bx-next{
	position: absolute;
	top: 800px;
	left: 500px;
}

.close a{
	z-index: 9999;
	padding-left: 25vw;
	position: fixed;
	top: 90vh;
}

.close img{
	width: 50vw;
}

.texts {
	padding: 18px;
}