/* *********************************
 *
 * premium tab style
 *
********************************* */

html {
  font-size: 62.5%;
}

/* ---------- tab common style ---------- */
ul.tab {
  width: 100%;
  overflow:hidden;
  /* background-color: #df4f83; */
  background-color: #f3f3f1;
  margin-bottom: 0;
}

ul.tab li {
  padding: 4px 0;
  float: left;
  text-align: center;
  color: #333333;
  background-color: #f3f3f1;
  box-sizing: border-box;
  line-height: 1.8rem;
}

ul.tab li.full {color: #bb8d1c;}
ul.tab li.plus {color: #585ba8;}
ul.tab li.unlimited {color: #df4f83;}

ul.tab li.select {color: #ffffff;border:none;}
ul.tab li.full.select { background: #bb8d1c; border-bottom: 2px solid #bb8d1c !important; }
ul.tab li.plus.select {background: #585ba8; border-bottom: 2px solid #585ba8 !important;}
ul.tab li.unlimited.select {background: #df4f83; border-bottom: 2px solid #df4f83 !important;}

ul.tab li.select {}
ul.tab_Content li {}

.hide {
  display:none;border-style:none;
}



/* ---------- premium-app2 style ---------- */

#premium-app2 .tabs {
  margin:0 auto;
  max-width:600px;
  visibility:visible!important;
  opacity:1!important;
}
#premium-app2 .tabs__menu { 
  list-style-type:none;
  margin:0;
  padding:0;
  font-size:0;
  width:100%;
}
#premium-app2 .tabs__menu-item {
  width:50%;
  display:inline-block;
  text-align:center;
  background-color:#fff;
  border-radius:1px;
  vertical-align:bottom;
  -webkit-transition:.2s all cubic-bezier(.215,.61,.355,1);
  transition:.2s all cubic-bezier(.215,.61,.355,1);
  position:relative;
}
#premium-app2 .tabs__menu-item:after {
  content:"";
  position:absolute;
  height:100%;
  width:1px;
  right:-1px;
  top:0;
  background:rgba(7,6,6,.1);
  z-index:2;
}
#premium-app2 .tabs__menu-item:last-child:after { display:none; }
#premium-app2 .tabs__menu-item a {
  display:block;
  font-size:25px;
  padding:25px 0;
  font-weight:300;
  text-decoration:none;
}
#premium-app2 .tabs__menu-item.active {
  position:relative;
  z-index:20;
  background-color:#070606;
  box-shadow:0 1px 22px rgba(0,0,0,.67);
  -webkit-transform:scaleY(1.2) translateY(-5px);
  -ms-transform:scaleY(1.2) translateY(-5px);
  transform:scaleY(1.2) translateY(-5px);
}
#premium-app2 .tabs__menu-item.active:after { display:none; }
#premium-app2 .tabs__menu-item.active a {
  color:#fff;
  -webkit-transform:scaleY(.8);
  -ms-transform:scaleY(.8);
  transform:scaleY(.8);
}
#premium-app2 .tabs__content .tabs-features [class*=grid-] {
  padding:50px 0;
  -webkit-animation:none;
  animation:none;
}
#premium-app2 .tabs__content-item {
  background:#070606;
  width:100%;
  color:#fff;
  max-width:600px;
  display:none;
}
#premium-app2 .tabs__content-item svg { display:inline-block; }
#premium-app2 .tabs__content-item .table-grid { text-align:center; }
#premium-app2 .tabs__content-item .table-grid:nth-child(2n+1) [class*=grid-]:nth-child(2n+2),
#premium-app2 .tabs__content-item .table-grid:nth-child(2n+2) [class*=grid-]:nth-child(2n+1) {
  background-color:rgba(255,255,255,.1);
}
#premium-app2 .tabs__content-item.active {
  opacity:1;
  display:block;
}
#premium-app2 .tabs__content-item.velocity-animating { z-index:2!important; }
#premium-app2 .tabs__content .hljs { background:0 0; }
#premium-app2 .tab-setup {
  color:rgba(255,255,255,.6);
  padding:80px;
}
#premium-app2 .tab-setup a { color:#fff; }
#premium-app2 .tab-setup pre { background:#201f1f;padding:30px; }
#premium-app2 .tab-setup .row { margin-bottom:50px; }
#premium-app2 .tab-setup .t-c { padding-right:50px; }

#premium-app2 {
	text-align: center;
}

#premium-app2 h1 {
	margin-bottom: 0;
}

#premium-app2 ul {
	width: 100%;
	margin: auto;
}

#premium-app2 ul li {
	margin-bottom: 0;
}

#premium-app2 div > ul {
  width: 91.7%;
  padding: 15px 0;
  margin-bottom: 1.5rem;
  border: 2px solid #d4ab36;
}

#premium-app2 ul.month {

}

#premium-app2 ul.year {
  margin-bottom: 0;
}

#premium-app2 ul li.title {
  margin-bottom: 0;
}

#premium-app2 ul li.title img {
  max-width: 53.75%;
}

#premium-app2 ul li:last-of-type {
  margin-bottom: 0;
}

#premium-app2 ul li ul {
  width: 91.7%;
  padding: 0.5rem 0;
  background: #ffffff;
}

#premium-app2 ul li ul li {
  margin-bottom: 0.8rem;
}

#premium-app2 ul li a.ic_arrow_right {
  display: block;
  border: 2px solid #DCC682;
  text-align: left;
  font-size: 1.4em;
  padding: 0.8em 0 0.8em 19%;
  color: #333333;
  text-decoration: none;
  font-weight: 700;
  /* box-shadow */
  -webkit-box-shadow: 6px 6px 0px 0px rgba(246,234,190,1);
  -moz-box-shadow: 6px 6px 0px 0px rgba(246,234,190,1);
  box-shadow: 6px 6px 0px 0px rgba(246,234,190,1);
  background : url(../img/premium/icon_arrow_right.png) 5% center no-repeat #ffffff;
  background-size: 1.3em 1.3em;
}

.caution {
  width: 91.7%;
  padding: 15px 0;
  margin: auto;
  text-align: left;
}

.auwallet_link {
  display: block;
  width: 91.7%;
  line-height: 32px;
  font-size: 14px;
  color: #333333;
  margin: 1em auto 0;
  text-align: left;
}

#premium-app2 ul.tab_Content > li {
  padding-top: 1.8rem;
}
#premium-app2 ul.tab_Content > li:first-of-type {background: #bb8d1c;}
#premium-app2 ul.tab_Content > li:nth-of-type(2) {background: #585ba8;}
#premium-app2 ul.tab_Content > li:last-of-type {background: #df4f83;}

/* diff_table */
#premium-app2 div.diff_table {
  width: 91.7%;
  padding: 15px 0;
  margin: 0 auto;
}

/* #premium-app coursemenu */
#premium-app2 div.diff_table .coursemenu {
  background: #ffffff;
  margin-bottom: 1rem;
}

#premium-app2 div.diff_table .coursemenu dl {
  width: 100%;
  overflow: hidden;
  padding: 0.5rem 0;
}

#premium-app2 div.diff_table .coursemenu dl dt {
  float: left;
  text-align: center;
  width: 20%;
}

#premium-app2 div.diff_table .coursemenu dl dt img {
  max-width: 60%;
  vertical-align: middle;
  margin-right: 2%;
}

#premium-app2 div.diff_table .coursemenu dl dd {
  float: right;
  text-align: left;
  width: 80%;
}

#premium-app2 div.diff_table .coursemenu dl:first-of-type dd span {color: #bb8d1c;}
#premium-app2 div.diff_table .coursemenu dl:nth-child(2) dd span {color: #585ba8;}
#premium-app2 div.diff_table .coursemenu dl:last-of-type dd span {color: #df4f83;}

/* #premium-app new table */
#premium-app2 div.diff_table table {
  background: #ffffff;
  width: 100%;
}

#premium-app2 div.diff_table table tr th .co_jorte {
  width: 5rem;
  vertical-align: middle;
}

#premium-app2 div.diff_table table tr th .co_premium {
  width: 9rem;
  vertical-align: middle;
  padding: 0.8rem 0;
}

#premium-app2 div.diff_table table th,
#premium-app2 div.diff_table table td {
  border: 0.1rem solid #e5e5e5;
  text-align: center;
  vertical-align: middle;
  color: #595959;
  font-size: 12px;
}

#premium-app2 div.diff_table table th.tl_color {
  color: #ffffff;
  padding: 2px;
}

#premium-app2 div.diff_table table tr td {
  padding: 0.4rem 0;
}

#premium-app2 div.diff_table table tr th:first-of-type,
#premium-app2 div.diff_table table tr td:first-of-type {
  color: #727272;
  background: #f6f6f8;
  font-size: 11px;
  width: 34%;
}

#premium-app2 div.diff_table table tr th:nth-child(2),
#premium-app2 div.diff_table table tr td:nth-child(2) {background: #faf8f8;width: 16.5%;}

#premium-app2 div.diff_table table tr th:nth-child(3) {background: #bb8d1c;width: 16.5%;}
#premium-app2 div.diff_table table tr td:nth-child(3) {background: #fcd581;}

#premium-app2 div.diff_table table tr th:nth-child(4) {background: #585ba8;width: 16.5%;}
#premium-app2 div.diff_table table tr td:nth-child(4) {background: #c0c2f6;}

#premium-app2 div.diff_table table tr th:last-of-type {background: #df4f83;width: 16.5%;}
#premium-app2 div.diff_table table tr td:last-of-type {background: #fcb1cc;}

#premium-app2 div.diff_table table + p {
  text-align: left;
}

#premium-app2 div.diff_table table tr td span.year_color {
  color: #585ba8;
}

#premium-app2 div.diff_table table tr td span.month_color {
  color: #df4f83;
}

/* .cautionTxt */
#premium-app2 .cautionTxt {
  padding: 0;
  margin: 0;
  text-align: left;
}

#premium-app2 .cautionTxt ul {
  width: 100%;
  margin: 0;
  padding: 0;
}

#premium-app2 .cautionTxt li {
}


#premium-app2 ul.tab li {
  width : 33.35% ; /* IE8以下とAndroid4.3以下用フォールバック */
  width: -moz-calc(100% / 3);
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  display: inline-block;
  border: 1px solid #dcdcdc;
}
#premium-app2 ul.tab li.select {
  border: none;
}
#premium-app2 {
  /* margin-top: 20px; */
  font-size: 1.4rem;
}




/* .font-color */
.txtcolorwhite,
.caution.txtcolorwhite,
.auwallet_link.txtcolorwhite{color: #ffffff;}

/* ---------- old version ---------- */
.old_txt {
  text-align: center;
  font-size: 1.4rem;
  padding: 0.8rem 0;
}

.old_txt span {
  font-size: 1.2rem;
}