/* clearfix start */
.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}

/* clearfix end */
.inner {
  margin: 0 10px;
}

a:hover {
  opacity: .85;
}

h2 {
  padding-left: 20px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2;
}

.content {
  padding-top: 15px;
}

.pc {
  display: none !important;
}

@media screen and (min-width: 1024px) {
  .pc {
    display: block !important;
  }

  .sp {
    display: none !important;
  }

  h2 {
    padding-left: 30px;
    font-size: 1.8rem;
    line-height: 2.3;
  }
  
  h2.line2 {
    line-height: 1.6;
  }

  .inner {
    margin: 0;
  }
}
.inverse-default, inverse-default * {
  color: #FFFF00 !important;
  background-color: #000000 !important;
  background-image: none !important;
  border-color: #FFFF00 !important;
  list-style-image: none !important;
}

.accessible-button {
  cursor: pointer;
}

.inverse-red, inverse-red * {
  color: #000000 !important;
  background-color: #FFFF00 !important;
  background-image: none !important;
  border-color: #000000 !important;
  list-style-image: none !important;
}

.inverse-blue, inverse-blue * {
  color: #FFFF00 !important;
  background-color: #00008B !important;
  background-image: none !important;
  border-color: #FFFF00 !important;
  list-style-image: none !important;
}

.skip_main {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}
