@charset "utf-8";

p, h3 {
  margin: 1em 0;
  color: #000;
}
h2, li {
  color: #000;
}

a {
  color:#0000ff
}

h3 {
  font-size: 1.17em;
}

img {
  max-width: 100%;
}

@media screen and (min-width: 1190px) {
  #tmpl_main {
    width: 100% !important;
  }
}

.bg-black {
  background: #000;
}

.kv {
  width: 285px;
}

.inner-ra {
  max-width: 690px;
  margin: 0 auto;
  text-align: center;
}

.inner {
  padding: 0 15px 30px;
}

.content-main {
  max-width: 1190px;
  margin: auto;
  padding: 80px 0 40px;
  font-family: "SST W01 Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
}

.content-ra {
  max-width: 360px;
  margin: 0 auto;
}

.content-contact {
  margin: 100px 0 0;
}

.list {
  margin: 20px 0;
  padding: 0 0 0 40px;
  line-height: 1.4;
  list-style: disc;
  font-family: "SST W01 Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.list li {
  margin-bottom: 0.5em;
}

.list ul {
  margin-top: 0.5em;
  padding-left: 30px;
  list-style: circle;
}

.list.-style02 {
  list-style-type: lower-roman;
}

.list.-style03 {
  list-style-type: decimal;
}

.list.-style04 {
  margin-left: 20px;
}

.list.-style04 li {
  list-style-type: none;
  counter-increment: cnt;
}

.list.-style04 li::before {
  display: inline-block;
  content: "( " counter(cnt) " )";
  margin-left: -40px;
  width: 40px;
}

.underline {
  border-bottom: solid 1px;
}

.t-center {
  text-align: center;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-240 {
  margin-top: 240px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

@media all and (max-width:640px) {
  .content-ra {
    max-width: none;
  }

  .box-btn {
    padding: 0 20px;
  }

  .list {
    padding: 0 0 0 30px;
    font-size: 14px;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  img.sp-only {
    display: inline;
  }

  .mt-70 {
    margin-top: 35px !important;
  }

  .mt-120 {
    margin-top: 60px !important;
  }

  .mt-240 {
    margin-top: 120px !important;
  }
}

.btn-login {
  display: inline-block;
  box-sizing: border-box;
  font-size: 1.5rem;
  padding: 0.5em 1em;
  width: 100%;
  background: #000;
  color: #fff !important;
  text-decoration: none !important;
}

.btn-basic {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 200px;
  padding: 15px 30px;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
}
.btn-basic::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 22px;
  right: 30px;
  width: 5px;
  height: 5px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}

.ttl-main {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 1em 0;
}

.ttl-sub {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.ttl-sub::after {
  position: absolute;
  content: "";
  width: 2em;
  height: 5px;
  background: #000;
  right: 0;
  left: 0;
  bottom: -1em;
  margin: auto;
}

.box-table {
  max-width: 950px;
  margin: 0 auto;
}

table {
  border-collapse: collapse;
}

.table-ra {
  width: 100%;
}

.table-cell {
  border: 1px solid #000;
  text-align: left;
  vertical-align: middle;
}

th {
  width: 50%;
  padding: 1.5em 1em;
  background: #ececec;
}

td {
  padding-left: 1em;
}

.link-style {
  color: #000 !important;
  font-family: "SST W01 Roman", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

a[target="_blank"] {
  position: relative;
}

a[target="_blank"]::after {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 5px;
  background: url("../images/icon-blank.png") no-repeat center;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

@media all and (max-width:640px) {
  .btn-basic {
    width: 100%;
  }
  .box-table {
    padding: 0 20px 40px;
  }
}

/*-----------------------
top
------------------------*/
.top h1, .top h2, .top h3, .top h4, .top a {
  font-family: "SST W01 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.top p {
  font-family: "SST W01 Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  /*line-height: 1.19;*/
  line-height: 1.5;
  margin: 10px 0 10px;
}

.content-left {
  width: 100%;
  max-width: 800px;
  margin-right: 50px;
}

.content-right {
  display: block;
  max-width: 260px;
}

.kv-top {
  max-width: 1190px;
  margin: 0 auto;
}

.kv-top__inner {
  max-width: 750px;
  height: 500px;
  margin: 0 auto;
  background: url("../images/360RA_logo_top.png") no-repeat left bottom 129px;
  background-size: 420px;
}

.kv-top__ttl {
  color: #fff;
  font-size: 46px;
  /*margin-top: 45px;*/
  padding-top: 45px;
  font-family: "SST W01 Roman", Helvetica, sans-serif !important;
}

.kv-top__ttl--sub {
  color: #fff;
  font-size: 26px;
  margin-top: 60px;
  font-family: "SST W01 Roman", Helvetica, sans-serif !important;
}

.box-logo {
  max-width: 750px;
  /*float: left;*/
}

.kv-top__txt_read {
  color: #fff;
  font-size: 24px;
  line-height: 1.34;
  letter-spacing: .2px;
}
@media all and (max-width:640px) {
  .kv-top__txt_read {
    text-align: center;
    font-size: 14px;
  }
}


.kv-top__txt {
  color: #fff;
  font-size: 12px;
  line-height: 1.34;
  letter-spacing: .2px;
}

.box-txt {
  display: table;
  float: right;
  /*height: 100%;*/
}

.box-txt__inner {
  display: table-cell;
  vertical-align: middle;
}

.inner-top {
  display: flex;
  max-width: 1110px;
  margin: 0 auto 100px;
}

.box-top-nav {
  background-color: #ccc;
}

.top-nav {
  max-width: 950px;
  margin: 0 auto;
}

.top-nav__list {
  width: 100%;
  display: table;
}

.top-nav__list-item {
  width: 50%;
  display: table-cell;
  padding: 25px 0 37px;
  text-align: center;
  vertical-align: middle;
  border-left: 2px solid #fff;
  position: relative;
}

.top-nav__list-item:last-child {
  border-right: 2px solid #fff;
}

@media all and (max-width:640px) {
  .top-nav__list-item {
    border-left: none;
  }

  .top-nav__list-item:last-child {
    border-right: none;
    border-left: 1px solid #fff;
  }
}

.top-nav__list-link {
  font-size: 18px;
  line-height: 1.1;
  color: #000 !important;
  text-decoration: none;
}

.top-nav__list-link::after {
  content: "\3009";
  position: absolute;
  width: 1em;
  height: 1em;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 4px;
  transform: rotate(90deg) translateY(2px);
  font-size: 28px;
}


.partner-list {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.partner-item {
    width: 24%;
    background-color: #eaeaea;
    margin-top: 20px;
}
.partner-item a:hover {
    opacity: 0.5;
}
.partner-item a[target="_blank"]::after {
  display: none;
}

.partner-detail {
    padding: 0 15px 10px;
}

.partner-item .partner-detail p {
    font-size: 16px;
}

.partner-item .partner-detail p.fwB {
    font-size: 20px;
    color:#000;
}

@media all and (max-width:640px) {
  .partner-item {
    width: 48%;
  }
}


.ttl-main-top {
  font-size: 26px;
  line-height: 1.11;
  font-weight: 700;
  text-align: center;
  margin: 0 0 60px;
  position: relative;
}

.ttl-main-top::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 4px;
  background: #000;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -18px;
}

.ttl-sub-top {
  font-size: 18px;
  line-height: 1.06;
  font-weight: 700;
  text-align: left;
  margin: 1em 0 0;
  padding: 0 0 5px;
  border-bottom: solid 1px #000;
}

.ttl-subcontent-top {
  background-color: #000;
  color: #fff;
  padding: 10px 25px;
  display: inline-block;
  font-size: 16px;
}

.content-item {
  margin: 90px 0 0;
}

.content-item:first-of-type {
  margin: 0;
  padding: 20px 0 0;
}

.content-sub-item {
  margin: 70px 0 0;
}

/* .btn-top-inq {
  display: inline-block;
  position: relative;
  padding: 15px;
  width: 151px;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  background-color: #000;
}

.btn-top-inq::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 19px;
  right: 35px;
  width: 5px;
  height: 5px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
} */
.anchorlink-box {
  box-sizing: border-box;
  width: 260px;
  padding: 20px;
  border: solid 2px #cdcdcd;
  border-radius: 3px;
}

.anchorlink-box.is-fixed {
  position: fixed;
  top: 20px
}

.anchorlink-item {
  position: relative;
  margin: 0 0 2em;
  padding-left: 20px;
  line-height: 1.5;
  font-size: 14px;
}

.anchorlink-item::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 1px;
  top: 3px;
  width: 9px;
  height: 12px;
  background-image: url("../images/icon-arrow.png");
  background-size: 9px;
  background-repeat: no-repeat;
}

.anchorlink-item:last-child {
  margin: 0;
}

.anchorlink-item a {
  display: block;
  color: #000;
}

.nav-sp {
  display: none;
}

.img-container-top {
  margin-top: 40px;
  text-align: center;
}

.anchorlink-sub-top {
  margin: 30px 0 40px;
}

.anchorlink-sub {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0 20px;
}

.anchorlink-sub-add {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left:24px;
}


.anchorlink-sub li {
  box-sizing: border-box;
  width: 49%;
  margin: 0 0 10px;
  border: solid 2px #cdcdcd;
  border-radius: 3px;
  color:#000;
}

.anchorlink-sub a {
  display: block;
  position: relative;
  padding: 15px 10px 15px 35px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
}

.anchorlink-sub a::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 15px;
  width: 9px;
  height: 12px;
  background-image: url("../images/icon-arrow.png");
  background-size: 9px;
  background-repeat: no-repeat;
}

.inquiry-top {
  margin: 40px 0 30px;
  padding: 20px 0 40px;
  background-color: #efefef;
  text-align: center;
}

.inquiry-top p {
  line-height: 1.7;
}

.inquiry-btn-top {
  display: inline-block;
  position: relative;
  margin: 0.5em 0 0;
  padding: 15px;
  width: 160px;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  background-color: #000;
}

.inquiry-btn-top::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 19px;
  right: 35px;
  width: 5px;
  height: 5px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}

@media all and (max-width:640px) {
  .top .content-main {
    padding: 0 15px 50px;
  }

  .content-left {
    margin-right: 0;
  }

  .content-right {
    display: none;
  }

  .box-logo, .box-txt {
    float: none;
    display: block;
  }

  .box-log {
    margin-bottom: 20px;
  }

  .box-txt {
    height: auto;
  }

  .box-txt__inner {
    display: block;
    padding-top: 51%;
    margin: auto;
    width: 70%;
  }

  .kv-top__ttl {
    font-size: 40px;
    margin-top: 0;
    padding-top: 30px;
    text-align: center;
  }

  .kv-top__inner {
    height: auto;
    margin: 0 auto;
    padding-bottom: 50px;
    background: url("../images/360RA_logo_top.png") no-repeat top 140px center;
    background-size: 70%;
    position: relative;
  }

  .kv-top__ttl--sub {
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px;
  }

  .kv-top__txt {
    line-height: 1.5 !important;
  }

  .ttl-main-top {
    margin: 1.5em 0 30px;
  }

  .ttl-sub-top {
    margin: 0 0 10px;
  }

  .ttl-subcontent-top {
    display: block;
    font-size: 14px;
  }

  .content-item p {
    font-size: 14px;
    line-height: 1.35;
    margin: 0.5em 0;
  }

  .btn-top-inq {
    margin-bottom: 30px;
    font-size: 17px;
  }

  .nav-sp {
    position: fixed;
    bottom: 0;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 75px;
    background-color: #cdcdcd;
  }

  .nav-sp-item {
    width: 33.3333%
  }

  .nav-sp-item:nth-of-type(2) {
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
  }

  .nav-sp-link {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    height: 100%;
    color: #000;
    text-decoration: none;
  }

  .nav-sp-link img {
    width: 22%;
  }

  .nav-sp-link span {
    width: 100%;
    margin-top: 5px;
    font-size: 14px;
    text-align: center;
  }

  .anchorlink-sub-top {
    margin: 15px 0 30px;
  }

  .anchorlink-sub {
    padding: 0;
  }

  .anchorlink-sub li {
    width: 100%;
  }

  .img-container-top {
    margin-top: 25px;
  }

  .inquiry-top {
    margin: 20px 0 30px;
    padding: 20px 15px 30px;
  }
}

/*-----------------------
contact
------------------------*/
.contacts {
  margin: 20px;
  text-align: center;
  line-height: 1.5;
}

.term {
  margin: 20px 100px;
  text-align: center;
  line-height: 1.5;
}

h2, h3 {
  text-align: center;
}

.contacts h2 {
  font-size: 1.8rem;
}

.contact-block1 {
  padding: 30px;
  border: 1px solid #444;
  text-align: left;
  margin: 50px 0;
}

.term-block {
  padding: 30px 40px;
  border: 1px solid #444;
  text-align: left;
  margin: 50px 0 30px;
}

.submit {
  overflow: hidden;
  margin-top: 2rem;
}

.submit a,
.submit button {
  background-color: #333;
  padding: 15px 30px;
  display: inline-block;
  width: 100%;
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  box-sizing: border-box;
}

.submit button {
  border: none;
}

.submit button.is-disabled {
  background-color: #afafaf;
}

.submit a:hover,
.submit button:hover {
  opacity: 0.8;
  cursor: pointer;
}

.submit button.is-disabled:hover {
  opacity: 1;
  cursor: default;
}

ol li p {
  margin: 10px 0;
}

.caution {
  font-size: 90%;
  line-height: 1.5;
}

.term .caution {
  margin: 1em 0 1.5em;
  font-size: 75%;
  line-height: 1.5;
}

.und-t:after {
  content: "";
  width: 5%;
  display: block;
  margin: 0 auto;
  border: 2px solid #333;
}

.contentsTtl, h3, strong {
  font-weight: 700;
  color:#000;
}

@media screen and (min-width:641px) {
  .contacts, .box-link-ra {
    margin: 40px;
  }

  .submit a,
  .submit button {
    width: 200px;
  }
}

@media screen and (max-width:640px) {
  .term {
    margin: 20px;
  }
  .term-block {
    padding: 20px;
  }
}

/* nav */
.scroll-to-top a {
  pointer-events: auto;
  z-index: 1030;
  margin-right: 20px;
  float: right;
  display: block;
  width: 48px;
  height: 48px;
  border: none;
  padding: 0;
  background-color: #212530;
  background-color: rgba(33, 37, 48, 0.4);
  border: none;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.scroll-to-top.is-active {
  opacity: 1;
  width: 10px;
}

.scroll-to-top {
  opacity: 0;
  transition: all .3s;
  margin: 0 auto;
  position: fixed;
  right: 0;
  /* left: 0; */
  bottom: 117px;
}

.scroll-to-top a span.aria-icon {
  color: #fff;
  border-top: 2px solid;
  width: 16px;
  display: inline-block;
  border-right: 2px solid;
  transform: rotate(-45deg) translateX(-14px) translateY(14px);
}

@media all and (-ms-high-contrast: none) {
  .fonticon-10-back-to-top::before, .fonticon-10-back-to-top--after::after {
    content: none!important;
  }
}

@media all and (max-width:640px) {
  .scroll-to-top {
    bottom: 90px;
    transition: all 0s;
  }

  .is-relative {
    position: relative;
  }

  .scroll-to-top.is-absolute {
    position: absolute;
    bottom: 20px;
  }

  .scroll-to-top a {
    width: 40px;
    height: 40px;
    background-color: #7d7d7d;
  }

  .scroll-to-top a span.aria-icon {
    transform: rotate(-45deg) translateX(-12px) translateY(12px);
  }

  .box-link-ra {
    margin: 60px 20px 20px;
  }
}

.game-list {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin-bottom: 20px;
}

.game-item {
  width: 48%;
  /* background-color: #eaeaea; */
  margin-top: 20px;
}

.partner-item img {
  width: 100%;
}

.game-detail {
  padding: 0 15px 10px;
}

.game-item .game-detail .fwB {
  text-align: center;
}

.game-item .game-detail .bold {
  font-weight: bold;
}

@media screen and (max-width:640px) {
  /* .content-top {
    margin-bottom: 50px;
  } */
  .game-list {
    /* justify-content: center; */
    justify-content: space-between;
  }
  .game-item {
    /* width: 90%;
    margin-bottom: 30px; */
    width: 100%;
  }
  .game-item:last-child {
    margin-bottom: 0;
  }
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.seekbtn {
  margin-bottom: 10px;
  cursor:pointer;
  color: blue;
  background-color: #fff;
}
.seektime {
  color: blue;
  margin-right: 20px;
  background-color: #fff;
}
.seektime:hover{
  color: blue;
  text-decoration:underline;
  background-color: #fff;
}