@charset "UTF-8";
html{
	overflow-y:scroll;
	font-size: 62.5%;
}
body{
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #231815;
	background: #FFF;
	word-break: break-all;
	position: relative;
	transform: none !important;
}

br.sp{
	display: none;
}
br.sp-{
	display: block;
}
@media screen and (min-width: 860px) {
br.sp{
	display: block;
}
br.sp-{
	display: none;
}
}

.tac{
	text-align: center !important;
}
.tal{
	text-align: left !important;
}
.tar{
	text-align: right!important;
}

a{
	-moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
}
a.nolink{
	pointer-events: none;
    cursor: default;
}
.red{
	color: red;
}
ul{
	list-style: none;
}


/* #header */
#header {
  position: relative;
  z-index: 3000;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
background: rgba(255,255,255,1);
}
#header.-fix {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
}


/* to_top */
a.to_top {
  display: block;
  position: fixed;
  bottom: -6em;
  right: 0;
  margin: 1rem;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.5);
  color: inherit;
  text-align: center;
  text-decoration: none;
  z-index: 2999;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.4s;
  transition: all 0.2s;
}
a.to_top::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -0.3em auto auto;
  width: 1.2em;
  height: 1.2em;
  border-style: solid;
  border-width: 0.2em 0.2em 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
a.to_top.-active {
  bottom: 0;
}
a.to_top > span {
  display: inline-block;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: auto;
  -ms-word-break: keep-all;
  word-break: keep-all;
  white-space: nowrap;
}
@media only print {
  a.to_top {
    display: none;
  }
}

span.footnote {
  display: inline-block;
}
.footnote, 
.footnote_list {
  margin-top: 0.5em;
  font-size: 1.2rem;
  line-height: 1.5;
}
.footnote_list {
  list-style: none;
}
.footnote, 
.footnote_list > li {
  padding-left: 1em;
}
.footnote::before, 
.footnote_list > li::before {
  content: '※';
  display: inline-block;
  margin-left: -1em;
  width: 1em;
}
ol.footnote_list {
  counter-reset: footnote;
}
ol.footnote_list > li {
  counter-increment: footnote;
  padding-left: 2em;
}
ol.footnote_list > li::before {
  content: '※' counter(footnote);
  margin-left: -2em;
  width: 2em;
}

.mark_list {
  font-size: 1.6rem;
  padding-left: 1em;
  line-height: 1.5;
	margin-bottom: .5em;
}
.mark_list.mark_cir dt {
  margin-top: 0.5em;
}
.mark_list.mark_cir dt::before {
  content: '';
  display: inline-block;
  margin-left: -1em;
  margin-right: 0.2em;
  width: 0.8em;
  height: 0.8em;
  border-radius: 0.4em;
  border-style: solid;
  border-width: 1px;
}


/* TAB */
[role="tab"] {
  cursor: pointer;
}
[role="tabpanel"] {
  overflow: hidden;
}
[role="tabpanel"][aria-hidden="true"] {
  display: none;
}
[role="tabpanel"][aria-hidden="false"] {
  display: block;
}
