@charset "UTF-8";  

/* font-awesome
-----------------------------------------------------------*/
.fas {
  margin-right: 5px;
  color: #666666;
}

/* Layout
-----------------------------------------------------------*/
/*
.header, nav .d-flex, .footer .row, .contents, .alert {
  max-width: 1110px;
  margin: 0 auto;
  overflow-x: hidden;
}
*/

html {
  scroll-padding-top: 55px;
}

/* common 
-----------------------------------------------------------*/
img{max-width: 100%;}

/* header、nav
-----------------------------------------------------------*/
.header{
  font-size: .9rem;
  line-height: initial;
}
.header-logo{min-width: 267px;}
.header-logo-only img{height: 32px;}

.header-login{width:100%;}

.header-login iframe {
  width: 100%;
}

@media (max-width: 767px){
  .header{
    position: fixed;
    background: #FFF;
    width: 100%;
    border-bottom: 1px solid #eee;
    z-index: 1030;
    top: 0;
    left: 0;
    min-height:48px; 
  }

  .header-logo{min-width:initial!important;}
  .header-logo img{width:134px;}
  .header-logo-only img{height: 27px;}
  .header-icon img{width:36px;}
  .header-icon ul{margin-bottom: 0;}
  .header-icon li{list-style: none;}

  .header-login iframe {
    height: 340px;
  }
}

/* loginForm */
#loginForm{
  min-width: 610px;
}
@media (max-width: 767px){
  #loginForm{
    min-width: initial;
  }
}
form a{
  min-width: 100px;
  display: block;
}
#loginForm iframe {
  height: 120px;
}
@media (max-width: 767px){
  #loginForm iframe {
    height: initial;
  }
}

/* nav */
.nav{
  box-shadow: 0px 9px 12px -4px #ccc;
  font-size: .9rem;
  border-top: 1px solid #eee;
}
.nav a{
  color: #333333;
}

.nav a:hover{opacity:.7;}

.nav a.current{
  font-weight: 600;
  color: #189799;
  border-bottom: #52c4c5 4px solid;
}
@media (max-width: 767px){
  .nav a.current{
    color: #1d7a7c;
    font-weight: bold;
    border-bottom: none;
  }
}

.nav ul li{
  border-right: 1px solid #eee;
  padding-top: 0.3em;
  padding-bottom: 0;
  padding-left: 0;
}
.nav ul li:last-child{
  border-right: none;
}
.navbar-nav {
  min-width: 1110px;
}
.nav-link:hover, .nav-link:focus {
  color: unset;
}

/* タブレット、スマホレイアウト用バーガーメニュー＆モーダル */
@media (max-width: 767px){
  .navbar-nav,
  .header-login{
    position: fixed;
    top:48px;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100vh;
    /* opacity: 0; */
    display: none;
    /*  transition: opacity .6s ease, visibility .6s ease; */
    /*transition: all 0.6s ease-out; */
  }
  .navbar-nav.active,
  .header-login.active{
    /*  opacity: 1; */
    display: block!important;
    z-index: 1030;
  }
  .nav-item{
    background: #FFF;
    border-bottom: 1px solid #eee;
    padding: 0.15em 0 0.15rem 1.5rem!important;
  }
  .sp_gnav,.sp_login{
    cursor: pointer;
  }
  #loginForm, .navbar-nav{
    display: none;
  } 
}

/* 既存ログインエリア */
.login_tablist {
    display: none;
}
.login_area {
  display: inline-block;
    width: 300px;
    padding: 10px 0 0;
    vertical-align: middle;
}
 .hide_txt {
    display: block;
    text-indent: 101%;
    white-space: nowrap;
    overflow: hidden;
}
@media (max-width: 767px){
  .login_tablist {
    /* display: block; */
    display: table;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
  }
  .login_area {
    display: block;
    width: 100%;
    padding: 20px 0 0 20px;
    background: #FFF;
    height: 170px;
  }
  #loginEc{display: none;}
  .login_area:first-of-type{
    border-bottom:1px solid #eee;
  }
  .login_tab a {opacity: 1;}
  .login_tab.is-active .login_btn span {
    padding-top: 13px;
  }
  .login_tab.is-active {
    top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .login_tab {
    position: relative;
    display: table-cell;
    width: 50%;
    height: 44px;
    text-align: center;
    vertical-align: bottom;
    padding: 0;
    line-height: 44px;
  }
  .login_as.is-active .login_btn {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .login_tab.is-active .login_btn {
    margin-top: 0;
  }
  .login_as .login_btn {
    color: #00a2a3;
  }
  .login_ec .login_btn {
    color: #c885ff;
  }
  .login_tab .login_btn {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 3px;
    text-decoration: none;
    font-size: 92%;
    background-color: #eee;
  }
}

/* main
-----------------------------------------------------------*/
main{
  margin: 0 auto;
  overflow-x: hidden;
}
@media (max-width: 767px){
  main{
    margin-top: 46px!important;
  }

  .contents{
    padding:0 15px;
  }
  .alert{
    width: 95%;
  }
}

/*
.contents h1,.contents h2 {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: .6rem;
}
@media (max-width: 767px){
  .contents h1,.contents h2 {
  font-size: 1.25rem;
  }
}
*/

.partition{
  margin-bottom: 40px;
  overflow: hidden;   
}


/* TOP用
-----------------------------------------------------------*/
.top_beginners .btn{
  width:300px;
}
@media (max-width: 767px){
  .top_beginners .btn{
    width:100%;
  }
}

.top_beginners h1, .top_2column h2,.top_features1 h2, .top_features2 h2, .top_features3 h2 {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: .6rem;
}
@media (max-width: 767px){
  .top_beginners h1, .top_2column h2,.top_features1 h2, .top_features2 h2, .top_features3 h2 {
  font-size: 1.25rem;
  }
}

.bg-features{
--bs-bg-opacity: 1;
background-color: #FFF8E0!important;
}

.top_features1 h3,
.top_features2 h3,
.top_features3 h3{
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: .6rem;
}



/* タブレット、スマホレイアウト変更用
-----------------------------------------------------------*/
@media (max-width: 767px){
   /* SP横スクロール */
  .img-wrapper {overflow-x: scroll;
  }

   /* SP場所入れ替え */
  .change-block{
    display: flex;
  }
  .change-block-behind{
    order: 1;
  }
}

/* Slider
-----------------------------------------------------------*/
.bg-slider{
  background:#f5f5f5;
}
.eyecatch {
  position: relative;
  width: 730px;
  height: 240px;
  margin: 0px auto 20px;
}
.eyecatch li {
  padding-left: 0;
}
.eyecatch .slide_contents {
  /*overflow: hidden;*/
  position: relative;
  z-index: 2;
  width: 730px;
  height: 240px;
}
.eyecatch .slide_contents_inner {
  position: absolute;
  top: 0;
  left: 0;
}

.eyecatch .slide_contents_inner ul {
  float: left;

  padding-left: 0;
}
.eyecatch .slide_contents_inner ul li {
  float: left;
  padding: 0 15px;
  opacity: 0.2;
  list-style: none;
}
.eyecatch .slide_contents_inner ul li.current {
  opacity: 1;
}
.eyecatch ul.adjacent_navi {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 240px;
}
.eyecatch ul.adjacent_navi li {
  display: table;
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.eyecatch ul.adjacent_navi li.preview {
  left: -25px;
  background-image: url("/img/index/eye_arrow_left.png");
}
.eyecatch ul.adjacent_navi li.next {
  right: -25px;
  background-image: url("/img/index/eye_arrow_right.png");
}
.eyecatch ul.adjacent_navi li span {
  display: table-cell;
  vertical-align: middle;
}
.eyecatch ol.paging {
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  text-align: center;

  padding-left: 0;
  margin-bottom: 0;
}
.eyecatch ol.paging li {
  display: inline-block;
  width: 75px;
  height: 3px;
  overflow: hidden;
  margin: 0 3px;
  text-indent: -9999px;
  background-color: #ddd;
  cursor: pointer;
  padding-bottom: 0.4em;
}
.eyecatch ol.paging li.current {
  background-color: #52c4c5;
}
.eyecatch *::selection {
  background: none;
}

@media (max-width: 767px){
  .eyecatch {
    position: relative;
    width: auto;
    height: auto;
    margin: 0 auto -10px;
  }
  .eyecatch  ul {
    max-height: 240px;
    overflow: hidden;
  }

  .eyecatch .slide_contents{
    max-width:100%;
  }
}

/*BxSlider v4.1.2 - Fully loaded, responsive content slider*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0px auto 22px;
  padding: 0;
}
.bx-wrapper img {
  display: block;
  max-width: 100%;
}
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /* box-shadow: 0 0 5px $gray-lighter; */
  /* background: $white; */
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
  position: absolute;
  bottom: -25px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 50px;
  background: url('/img/index/bx_loader.gif') center center no-repeat;
}
/* PAGER */
.bx-wrapper .bx-pager {
  padding-top: 20px;
  /* color: $gray-light; */
  font-family: Arial;
  font-size: .85em;
  font-weight: bold;
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  display: block;
  width: 24px;
  height: 8px;
  overflow: hidden;
  margin: 0 4px;
  outline: 0;
  white-space: nowrap;
  text-indent: 100%;
  background: #ddd;
}
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #52c4c5;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('/img/index/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url('/img/index/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  z-index: 999;
  top: 50%;
  width: 32px;
  height: 32px;
  overflow: hidden;
  margin-top: -16px;
  outline: 0;
  white-space: nowrap;
  text-indent: 100%;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  width: 10px;
  height: 11px;
  overflow: hidden;
  margin: 0 3px;
  outline: 0;
  white-space: nowrap;
  text-indent: 100%;
  background: url('/img/index/controls.png') -86px -11px no-repeat;
}
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:hover {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  width: 9px;
  height: 11px;
  overflow: hidden;
  margin: 0 3px;
  outline: 0;
  white-space: nowrap;
  text-indent: 100%;
  background: url('/img/controls.png') -86px -44px no-repeat;
}
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  width: 80%;
  text-align: left;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
/*  background: $gray-light; */
  background: rgba(80, 80, 80, .75);
}
.bx-wrapper .bx-caption span {
  display: block;
  padding: 10px;
/*  color: $white; */
  font-family: Arial;
  font-size: .85em;
}


/* sidebar
-----------------------------------------------------------*/
.sidebar ul {
  padding-left: 0;
}
.sidebar li{
  list-style: none;
  padding-bottom: 0.6em;
}

.sidebar h2 {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: .6rem;
}
@media (max-width: 767px){
  .sidebar h2 {
  font-size: 1.25rem;
  }
}


/* footer
-----------------------------------------------------------*/
.footer{
  font-size: .9rem;
  line-height: initial;
  border-top: 1px solid #eee;
}

.footer-nav dl a{
  color: #333333;
}
.footer-nav dl dt{
  padding-bottom:0.5rem;
  padding-top: 1rem;
}
.footer-nav dl dd{
  font-size: .9rem;
  margin-left: 20px;
}


/* 404
-----------------------------------------------------------*/
@media (max-width: 767px){
  .status404 {
  margin: 0 0.5rem;
  }
}

/* イベント・セミナー table
-----------------------------------------------------------*/
.seminar_desc_list {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.seminar_desc_list th {
  width: 22%;
  background-color: #eee;
}

.seminar_desc_list td, .seminar_desc_list th {
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
}

/* Parts
-----------------------------------------------------------*/

/* CARD */
.compare-card {
  background-color: transparent;
  margin-bottom: 0;
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  background-color: #eeeeee;
}
.compare-card:nth-child(2n) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
}
.compare-card:nth-child(2n+1) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.compare-card .card-header {
  font-weight: 700;
  text-align: center;
  border-bottom: solid 1px #DFDFDF;
  background-color: transparent;
}
.compare-card .card-body {
  padding: 16px 32px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #ffffff;
}
.compare-card:nth-child(2n) .card-body {
  border-bottom-left-radius: 0;
}
.compare-card:nth-child(2n+1) .card-body {
  border-bottom-right-radius: 0;
}
.compare-card .card-body ol,
.compare-card .card-body ul {
  padding-left: 20px;
}
.compare-card .card-body ol:last-child,
.compare-card .card-body ul:last-child,
.compare-card .card-body ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px){
  .compare-card:nth-child(2n) {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    margin-left: 0;
  }
  .compare-card:nth-child(2n+1) {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 1.5rem;
  }
  .compare-card:nth-child(2n) .card-body {
    border-bottom-left-radius: 8px;
  }
  .compare-card:nth-child(2n+1) .card-body {
    border-bottom-right-radius: 8px;
  }
}

/* MERIT DEMERIT
-----------------------------------------------------------*/
.merit-icon::before,
.demerit-icon::before {
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
  margin-right: 8px;
  vertical-align: middle;
}
.merit-icon::before {
  content: '\f192';
  color:#52c0bd;
}
.demerit-icon::before {
  content: '\f00d';
  color:#797979;
}

/* RANK REWARD
-----------------------------------------------------------*/
.rank-reward {
  border: 1px solid #cccccc;
  border-radius: 8px;
}
.rank-reward-group {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.rank-reward-item {
  display: flex;
  align-items: baseline;
  padding: 24px;
  margin-bottom: 0;
  border-bottom: 1px solid #cccccc;
}
.rank-reward-item:last-child {
  border-bottom: none;
}
.rank-reward-item-icon {
  position: relative;
  width: 60px;
  min-width: 60px;
  height: 46px;
  margin-right: 34px;
  line-height: 46px;
  text-align: center;
  font-weight: bold;
}
.rank-reward-item-icon::after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '\f111';
  color: #eeeeee;
  font-size: 46px;
  font-family: fontAwesome;
  z-index: 1;
}
.rank-reward-item.rank-reward-gold .rank-reward-item-icon::after,
.rank-reward-item.rank-reward-silver .rank-reward-item-icon::after,
.rank-reward-item.rank-reward-bronze .rank-reward-item-icon::after {
  content: '';
  background-image: url('../img/beginners/beginners_rank_icon_clown.svg');
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.rank-reward-item.rank-reward-gold .rank-reward-item-icon::after {
  filter: invert(91%) sepia(19%) saturate(636%) hue-rotate(1deg) brightness(95%) contrast(92%);
}
.rank-reward-item.rank-reward-silver .rank-reward-item-icon::after {
  filter: invert(100%) sepia(0%) saturate(7454%) hue-rotate(185deg) brightness(85%) contrast(109%);
}
.rank-reward-item.rank-reward-bronze .rank-reward-item-icon::after {
  filter: invert(95%) sepia(7%) saturate(938%) hue-rotate(335deg) brightness(92%) contrast(87%);
}

.rank-reward-item-icon-number {
  position: relative;
  z-index: 2;
}
.rank-reward-item.rank-reward-gold .rank-reward-item-icon-number,
.rank-reward-item.rank-reward-silver .rank-reward-item-icon-number,
.rank-reward-item.rank-reward-bronze .rank-reward-item-icon-number {
  font-size: 20px;
  top: 8px;
}
.rank-reward-item-content {
  display: flex;
  align-items: baseline;
  width: 100%;
}
.rank-reward-amount,
.rank-reward-category {
  display: flex;
  align-items: center;
}
.rank-reward-amount {
  width: 30%;
  min-width: 180px;
  margin-right: 32px;
}
.rank-reward-amount-value {
  font-size: 28px;
}
.rank-reward-amount-unit {
  font-size: 20px;
}
.rank-reward-category {
  width: 70%;
  align-items: baseline;
}
.rank-reward-item.rank-reward-gold .rank-reward-amount-value,
.rank-reward-item.rank-reward-silver .rank-reward-amount-value,
.rank-reward-item.rank-reward-bronze .rank-reward-amount-value {
  font-weight: bold;
}
.rank-reward-item.rank-reward-gold .rank-reward-amount-value {
  font-size: 40px;
}
.rank-reward-item.rank-reward-silver .rank-reward-amount-value,
.rank-reward-item.rank-reward-bronze .rank-reward-amount-value {
  font-size: 34px;
}
@media (max-width: 767px){
  .rank-reward-item {
    align-items: flex-start;
    padding: 16px;
  }
  .rank-reward-item-icon {
    margin-right: 16px;
  }
  .rank-reward-item-content {
    flex-wrap: wrap;
  }
  .rank-reward-amount,
  .rank-reward-category {
    width: 100%;
  }
  .rank-reward-amount {
    line-height: 1;
    margin-bottom: 8px;
  }
  .rank-reward-category {
    flex-wrap: wrap;
  }
  .rank-reward-category-item {
    margin-top: 8px;
  }
}

/* COLUMN HEAD TABLE
-----------------------------------------------------------*/
.table-head-column {
  border-color: #cccccc;
}
.table-head-column th {
  vertical-align: middle;
  border-width: 0;
  border-left: 1px solid #cccccc;
  background-color: #eeeeee;
  font-weight: normal;
}
.table-head-column td {
  border-width: 0;
  border-right: 1px solid #cccccc;
}
@media (max-width: 767px){
  .table-head-column {
    border-width: 1px;
    border-style: solid;
  }
  .table-head-column tr {
    display: flex;
    flex-direction: column;
    border: none;
  }
  .table-head-column th,
  .table-head-column td {
    border: none;
  }
}

/* ADVERTISER LIST
-----------------------------------------------------------*/
.advertiser-list {
  margin: 0 -16px;
}
.advertiser-list .advertiser-list-item {
  margin: 0 16px;
}
.advertiser-list img {
  width: 100px;
  height: 45px;
}

.joined_advertiser_wrap .top_advertiser_item img {
  margin-bottom: 0;
}

/* TERMS OF SERVICE
-----------------------------------------------------------*/
ul.no_disc li {
    list-style-type: none;
    list-style-position: inside;
    counter-increment: cnt;
    position: relative;
    padding-left: 32px;
    text-indent: -40px;
}
element.style {
    display: block;
    padding-top: 16px;
    padding-left: 24px;
    text-indent: -24px;
}
ol.parentheses1 {
	margin-left: 56px; /* サイトに合せて調整 */
}
ol li ol li {
	list-style-type: none;
	counter-increment: cnt;
}
ol li ol li::before {
	content: "(" counter(cnt) ")";
	display:inline-block;
	margin-left:-32px; /* サイトに合せて調整 */
	width: 32px; /* サイトに合せて調整 */
}

/* REGISTRATION REQUIREMENTS
-----------------------------------------------------------*/
:where(.content-intro,.content-main) li {
    margin-bottom: 0.5rem;
}