@charset "UTF-8";
/* =========================================================
 DEFAULT STYLE
========================================================= */
* {
  margin: 0;
  padding: 0;
}
html {
  font-size: 73%;
}

body {
  font-size: 1.449em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  line-height: 1.6;
  color: #333;
}

html.h100 {
  height: 100%;
}
html.h100 body {
  height: 100%;
}
html.h100 body #wrap {
  height: 100%;
}
html.h100 body #contents section.inner {
  height: 100%;
}

@media print {
  body {
    font-size: 1.4rem;
    font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

p {
  margin-bottom: 1em;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2 {
  background-color: #f48a00;
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFF;
  padding: 0.1em 2.5%;
}
h1.mb,
h2.mb {
  margin-bottom: 1em;
}

@media screen and (max-width: 419px) {
  h1 + .selectBox {
    top: 15% !important;
  }
}

a {
  color: #333;
  text-decoration: none;
}
a img {
  border: none;
}

a.disabled {
  pointer-events: none;
  color: #DBDBDB !important;
}

.cell:after {
  content: '';
  clear: both;
  display: block;
}

button,
input,
taxtarea {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
}

input[type=checkbox], input[type=radio] {
  display: none;
}
input[type=checkbox] + label:after, input[type=checkbox] + label:before, input[type=radio] + label:after, input[type=radio] + label:before {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 0.3em;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: sub;
  content: '';
}
input[type=checkbox] + label:after, input[type=checkbox] + label:before {
  background-image: url("/common/images/common/form_checkbox_off.png");
}
input[type=checkbox] + label:after {
  display: none;
}
input[type=checkbox].cbAfter + label:before {
  display: none;
}
input[type=checkbox].cbAfter + label:after {
  display: inline-block;
}
input[type=checkbox]:checked + label {
  color: #f48a00;
}
input[type=checkbox]:checked + label:after, input[type=checkbox]:checked + label:before {
  background-image: url("/common/images/common/form_checkbox_on.png");
}
input[type=checkbox]:checked + label:after {
  display: none;
}
input[type=checkbox]:checked.cbAfter + label:before {
  display: none;
}
input[type=checkbox]:checked.cbAfter + label:after {
  display: inline-block;
}
input[type=radio] + label:before {
  background-image: url("/common/images/common/form_radio_off.png");
}
input[type=radio]:checked + label {
  color: #f48a00;
}
input[type=radio]:checked + label:before {
  background-image: url("/common/images/common/form_radio_on.png");
}
input.switch + label {
  display: inline-block;
  width: 60px;
  height: 32px;
  background: url("/common/images/common/form_switch_off.png") no-repeat;
  background-size: contain;
}
input.switch + label:before {
  display: none;
}
input.switch:checked + label {
  background-image: url("/common/images/common/form_switch_on.png");
}
input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  background-color: #FFF;
}
input[type="button"]:-webkit-search-decoration, input[type="reset"]:-webkit-search-decoration, input[type="submit"]:-webkit-search-decoration {
  display: none;
}
input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  outline-offset: -2px;
}
input[type="submit"] {
  font-size: 14px;
  font-size: 1.4rem;
}
input[type="submit"][disabled] {
  opacity: .7;
}

select {
  vertical-align: middle;
}
select::-ms-expand {
  display: none;
}

.selectWrap {
  width: 290px;
  margin: 0 auto 1.5em;
}
.selectWrap .selectBox {
  margin-right: 3px;
}

.selectBox {
  display: inline-block;
  position: relative;
  width: 139px;
  border-radius: 5px;
  background: #FFF url("/common/images/common/select_arrow.png") top right no-repeat;
  background-size: contain;
}
.selectBox.glay:after {
  border: none;
  box-shadow: none;
  background-color: transparent;
  font-size: 0.8rem;
  color: #666;
}
.selectBox.noRadius select {
  border-radius: 2px;
}
.selectBox.noRadius:after {
  border-radius: 0 2px 2px 0;
}

.selectBox select {
  width: 100%;
  padding: 9px 25% 9px 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), inset 0 -9px 2px -7px rgba(0, 0, 0, 0.5);
  color: #AAA;
  background-color: transparent;
  font-size: 1.1rem;
}
.selectBox select.selected {
  color: inherit;
}

.youtube {
  position: relative;
  padding: 30px 0 52.15%;
  max-width: 480px;
  height: 0;
  margin: 0 auto 1em;
  overflow: hidden;
}
@media screen and (max-width: 760px) {
  .youtube {
    padding-bottom: 51.95%;
  }
}
@media screen and (max-width: 560px) {
  .youtube {
    padding-bottom: 50.55%;
  }
}
@media screen and (min-width: 514px) {
  .youtube {
    padding: 0;
    width: 480px;
    height: 270px;
  }
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.toInquiry {
  margin-bottom: 2em;
}
.toInquiry p:first-child {
  width: 17em;
  margin: 0 auto 1em;
}

.sp {
  display: block;
}

.tb {
  display: none;
}


/* =========================================================
 LAYOUT
========================================================= */
#my-menu .mm-list li a {
  padding: 1em 3em 1em 1em;
  border-bottom: solid 1px #CCC;
}
#my-menu .mm-list li:after {
  position: absolute;
  top: 20%;
  right: 15px;
  content: '\f105';
  font-family: FontAwesome;
  font-size: 1.6rem;
  color: #000;
}

header {
  display: none;
  width: 100%;
  height: 53px;
  max-height: 53px;
  padding: 0 5px;
  box-sizing: border-box;
  border-bottom: solid 1px #CCC;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 100;
}
header .inner,
header .logo {
  display: table-cell;
  vertical-align: middle;
}
header .logo {
  width: 23%;
  height: 48px;
}
header .logo img {
  height: 18px;
  width: auto;
}
header .inner {
  width: 72%;
  height: 48px;
  font-size: 1rem;
  text-align: right;
}
header .inner .point {
  /*display: inline-block;
  position: relative;
  width: 130px;
  margin: 0 4px;
  height: 37px;*/
  /*text-align: left;
  vertical-align: middle;
  font-size: 0;*/
  /*p {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    font-size: 1rem;
    &:first-child {
      padding-right: 0.5em;
    }
    span {
      font-size: 1rem;
      color: #999;
    }
  }*/
}
header .inner .point a {
  display: block;
  /*ul {
    display: block;
    vertical-align: middle;
    width: 123px;
    height: 37px;
    li {
      display: block;
      vertical-align: middle;
      font-size: 0.8rem;
      line-height: 1;
      padding: 1px 0 0 20px;
      //margin:0px 8px 0px 0;
      .point-inner {
        padding-top: 3px;
        padding-bottom: 5px;
        &.border {
          border-bottom: $border-default;
          padding-top: 5px;
          padding-bottom: 3px;
          //margin-bottom:1px;
        }
      }
      &.dPoint {
        background: url("/common/images/common/header_dpoint_icon.gif") no-repeat left 5px;
        background-size: 15px auto;
      }
      &.docomoPoint {
        background: url("/common/images/common/header_docomo_point_icon.gif") no-repeat left 1px;
        background-size: 15px auto;
        padding-bottom: 4px;
      }
      p {
        float: right;
        text-align: right;
        padding-right: 5px;
        vertical-align: bottom;
      }
      img {
        vertical-align: bottom;
        width: 42px;
        height: auto;
      }
    }
  }
  &:after {
    display: inline-block;
    border-radius: 0 2px 2px 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 7px;
    padding: 10px 0 11px;
    background-color: $red;
    text-align: center;
    content: "\f105";
    font-family: $icon;
    font-size: 1rem;
    color: #FFF;
  }*/
}
header .inner .point a #dpoint {
  margin: 8px 5px 8px 0px;
  float: right;
  width: 130px;
  background: url(/common/images/common/icon.gif) right center no-repeat;
  background-size: contain;
  height: 37px;
}
header .inner .point a #dpoint li {
  padding: 1px 0;
  height: 16px;
  margin-right: 10px;
}
header .inner .point a #dpoint dt {
  float: left;
}
header .inner .point a #dpoint dd {
  float: right;
  padding-top: 2pt;
  line-height: 1.0;
}
header .inner .point a .dpoint img {
  height: 15px;
  width: 56px;
  max-width: initial;
  max-width: auto;
}
header .inner .point a .docomopoint img {
  height: 15px;
  width: 61px;
  max-width: initial;
  max-width: auto;
}
header .inner .point a span.point {
  font-size: 12px;
}
header .inner .point a span.p {
  font-size: 10px;
  color: #999;
  padding-left: 0.05em;
}
header .inner .point a #dpoint li.btn01,
header .inner .point a #dpoint li.btn02 {
  width: 100px;
  float: right;
}
header .inner .point a .bd {
  border-bottom: 1px solid #ccc;
}
header .inner .point a #dpoint li.btn01 dt,
header .inner .point a #dpoint li.btn02 dt {
  text-indent: -20px;
}
header .inner .point a #dpoint li.btn02 {
  margin: 11px 10px 11px 0;
}
header .inner .point a #dpoint .btn03 p {
  line-height: 1.0;
  text-align: center;
  padding: 11px 0;
  font-size: 12px;
  background: none;
}
header .menu {
  vertical-align: middle;
}
header .menu.right {
  display: inline-block;
}
header .menu.right li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1px;
}
header .menu.right li img {
  width: 37px;
  height: 37px;
}
header .menu.right li:last-child {
  margin: 0 0 0 1px;
}
header .menu.right li:last-child a {
  display: block;
}
.mm-opened header .menu.right li:last-child a:after {
  display: block;
  width: 37px;
  height: 37px;
  background: url(/common/images/common/header_menu_close.gif);
  background-size: contain;
  content: '';
}
.mm-opened header .menu.right li:last-child a img {
  display: none;
}
header .menu.right img {
  vertical-align: top;
}

#contents {
  max-width: 100%;
  overflow: hidden;
}
.headerPadding #contents {
  padding-top: 53px;
}
#contents .account {
  display: table;
  width: 100%;
  height: 26px;
  border-bottom: solid 1px #CCC;
  background-color: #FFF;
}
#contents .account dd,
#contents .account dt {
  display: table-cell;
  box-sizing: border-box;
}
#contents .account dt {
  width: 75px;
  border-right: solid 1px #CCC;
  padding: 3px 10px;
}
#contents .account dt img {
  max-width: 60px;
  width: auto;
}
#contents .account dd {
  position: relative;
  font-size: 0.8rem;
  padding: 2px 8px 2px 5px;
  font-size: 1.2rem;
}
#contents .account dd:after {
  position: absolute;
  top: 6px;
  right: 2.5%;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 1.2rem;
}
#contents .account.none dd {
  vertical-align: middle;
}
#contents .account.none dd:after {
  content: none;
}
#contents .account.none dd #maskdocomoid_unissued {
  float: left;
  width: auto;
}
#contents .account.none dd a {
  display: block;
  width: 112px;
  float: right;
}
#contents .account.none dd a #daccount_btn {
  background: url("/common/images/common/arw_w.png") no-repeat 105px center #cf0f31;
  background-size: 6px;
  padding: 2px 5px 2px 3px;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  display: inline;
}
#contents .information {
  margin-bottom: 0;
  padding: .8em 2.5%;
  color: #dc1e3c;
  font-size: 1.3rem;
  background: #fff;
}
#contents .information a {
  color: #dc1e3c;
}

footer {
  position: relative;
  padding-top: 77.59259%;
  padding-top: 200px;
  background: url("/common/images/common/footer_bg.jpg") no-repeat;
  background-size: 100% auto;
  background-position-y: bottom;
}
footer .timeLeft {
  position: fixed;
  left: 0;
  bottom: 10px;
  min-width: 98px;
  height: 46px;
  padding: 10px 15px 10px 10px;
  border-radius: 0 40px 40px 0;
  background-color: #fff;
  box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.25);
  font-weight: bold;
  font-size: 1.2rem;
  z-index: 100;
}
footer .timeLeft p {
  line-height: 1.1;
}
footer .timeLeft p:nth-child(1) span {
  font-size: 2rem;
}
footer .timeLeft p:nth-child(2) {
  color: #cc0033;
}
footer .timeLeft p:nth-child(2) span:nth-child(1) {
  display: inline-block;
  margin: 0 5px 0 2px;
  padding: 0.25em;
  border: solid 1px;
  border-radius: 50px;
  vertical-align: super;
  font-size: 1rem;
}
footer .timeLeft p:nth-child(2) span:nth-child(2) {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  footer .timeLeft {
    font-size: 1.4rem;
  }
  footer .timeLeft p:nth-child(1) span {
    font-size: 2.2rem;
  }
}
footer p {
  margin-bottom: 0;
}
footer p.stamp, footer p.viewAll {
  position: fixed;
  right: 0;
  z-index: 100;
}
footer p.stamp {
  bottom: 90px;
}
footer p.stamp img {
  margin-right: 3px;
}
@media screen and (min-width: 768px) {
  footer p.stamp {
    bottom: 130px;
  }
  footer p.stamp img {
    width: 110px;
  }
}
footer p.viewAll {
  bottom: 5px;
}
@media screen and (min-width: 768px) {
  footer p.viewAll img {
    width: 125px;
  }
}
footer .copyright {
  position: absolute;
  bottom: 10%;
  width: 100%;
  text-align: center;
  padding: 5px 0 14%;
}

/* =========================================================
 MODULE
========================================================= */
#contents #mainVisual {
  text-align: center;
}
#contents #mainVisual img {
  vertical-align: top;
}
#contents.search .app h2 {
  background: -webkit-linear-gradient(top, rgba(220, 30, 60, 0.2) 90%, transparent 100%);
  background: linear-gradient(to bottom, rgba(220, 30, 60, 0.2) 90%, transparent 100%);
}
#contents.search .app .filtering {
  width: 290px;
  margin: 0 auto 1.5em;
}
#contents.search .app .filtering h3 {
  margin-bottom: 0.5em;
}
#contents.search .app .filtering .selectBox {
  margin-right: 3px;
}
#contents.search .app ul li a p {
  width: 7em;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
#contents section.inner {
  padding: 1.4em 0 3em;
}
#contents section.inner .heading1,
#contents section.inner h1 {
  margin-bottom: 1em;
}
#contents section.inner .heading1:not(:first-child),
#contents section.inner h1:not(:first-child) {
  margin-top: 2.5em;
}
#contents section.inner h2:not(.headingOrange) {
  position: relative;
  padding: 0 0 0.5em 0.5em;
  margin-bottom: 0.8em;
  border-bottom: solid 1px #CCC;
  line-height: 1.4;
  background-color: transparent;
  font-size: 1.6rem;
  font-weight: bold;
  color: inherit;
}
#contents section.inner h2:not(.headingOrange):before {
  display: block;
  position: absolute;
  top: .2rem;
  left: 0;
  width: 3px;
  height: 72.5%;
  background-color: #dc1e3c;
  content: '';
}
#contents section.inner h3 {
  margin-bottom: 0.5em;
  font-size: 1.4rem;
  font-weight: bold;
}
#contents section.inner p:last-child {
  margin-bottom: 0;
}
#contents section.inner a {
  color: #dc1e3c;
  text-decoration: underline;
}


#contents article {
  margin: 0 3.3% 0 3.3%;
}
#contents article.paragraph {
  margin-bottom: 1em;
}
#contents article.paragraph.w100 {
  width: 100%;
  margin: 0;
}


#contents article.paragraph.pb {
  padding-bottom: 2em;
}
#contents article.item {
  margin-bottom: 0em;
  padding-bottom: 0em;
}
#contents article.item:nth-last-of-type(1) {
  margin-bottom: 3em;
}
#contents article.item:nth-last-of-type(1) + img {
  vertical-align: top;
}
#contents article.item .appName {
  margin-bottom: 0;
  font-size: 1.2rem;
  color: #999;
}
#contents article.item .inner {
  display: table;
}
#contents article.item .inner .txt,
#contents article.item .inner figure {
  display: table-cell;
  vertical-align: top;
}
#contents article.item .inner figure {
  width: 33.3%;
  padding-right: 3.3%;
  text-align: center;
}
#contents article.item .inner figure img {
  vertical-align: text-top;
}
#contents article.item.narrow .inner figure {
  width: 18.5%;
}
#contents article.item.narrow .inner figure img {
  margin-bottom: 0.5em;
}
#contents .listItem {
  padding: 0 3.3%;
  margin-bottom: 2em;
}
#contents .listItem ul li {
  padding-left: 0.6em;
  background: url("/common/images/common/li_01_bg.png") no-repeat left 0.7em;
  background-size: 4px;
}
#contents .emphasis {
  margin-bottom: 2em;
  padding: 1em 3.3% 3.3%;
}
#contents .emphasis dl {
  display: table;
}
#contents .emphasis dl dd,
#contents .emphasis dl dt {
  display: table-cell;
  vertical-align: middle;
}
#contents .emphasis dl dt {
  width: 18.5%;
  padding-right: 3.3%;
}
#contents .emphasis dl dd {
  width: 71.6%;
  font-weight: bold;
}
#contents .button {
  margin-bottom: 0;
}
#contents .button img {
  vertical-align: bottom;
}
#contents .heading.account {
  position: relative;
  background-color: #f48a00;
  padding: 0.8em 0;
}
#contents .heading.account h1 {
  margin-bottom: 0 !important;
  font-size: 1rem;
}
#contents .heading.account h1 span {
  font-size: 1.5rem;
}
#contents .heading.account.login h1:after {
  display: inline-block;
  width: 49px;
  height: 11px;
  margin-left: 0.5em;
  background: url("/common/images/common/icon_login.png") no-repeat;
  background-size: contain;
  content: '';
}
#contents .heading.account .selectBox {
  position: absolute;
  top: 0.6em;
  right: 1.5%;
  width: 85px;
  background-image: url("/common/images/common/select_arrow_bk.png");
  background-position: 91% center;
  background-size: 7px;
}
.android #contents .heading.account .selectBox {
  width: 7em;
}
#contents .heading.account .selectBox select {
  color: #666;
  font-weight: bold;
  font-size: 1.1rem;
}
#contents nav.list,
#contents nav.settingList {
  background: none;
  letter-spacing: -1px;
  background: #fff;
}
#contents nav.list ul,
#contents nav.settingList ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  border-top: solid 1px;
  font-size: 0;
}
.android #contents nav.list ul, .android
#contents nav.settingList ul {
  display: block;
}
#contents nav.list ul.borderTopNone,
#contents nav.settingList ul.borderTopNone {
  border-top: none;
}
#contents nav.list ul.btmSpace,
#contents nav.settingList ul.btmSpace {
  border-bottom: none;
}
#contents nav.list ul.btmSpace:after,
#contents nav.settingList ul.btmSpace:after {
  display: block;
  width: 100%;
  height: 15px;
  border-top: solid 1px #fff;
  background-color: rgba(221, 221, 221, 0.6);
  content: '';
}
#contents nav.list ul li,
#contents nav.settingList ul li {
  align-items: center;
  position: relative;
  width: 100%;
  border-bottom: solid 1px;
  box-sizing: border-box;
  font-size: 1.1rem;
}
.android #contents nav.list ul li, .android
#contents nav.settingList ul li {
  display: inline-block;
}
#contents nav.list ul li.half:nth-of-type(odd),
#contents nav.settingList ul li.half:nth-of-type(odd) {
  border-right: solid 1px;
}
#contents nav.list ul li:after,
#contents nav.settingList ul li:after {
  position: absolute;
  top: 20%;
  right: 15px;
  content: '\f105';
  font-family: FontAwesome;
  font-size: 1.6rem;
}
@media screen and (max-width: 330px) {
  #contents nav.list ul li:after,
  #contents nav.settingList ul li:after {
    right: 5%;
  }
}
#contents nav.list ul li a,
#contents nav.settingList ul li a {
  display: block;
  padding: 1em 3em 1em 1em;
  text-decoration: none;
  color: inherit;
}
#contents nav.list ul li.borderTopNone,
#contents nav.settingList ul li.borderTopNone {
  border-top: none;
}
#contents nav.list ul li.recommend a,
#contents nav.settingList ul li.recommend a {
  padding-right: 10%;
}
#contents nav.list ul li.recommend:after,
#contents nav.settingList ul li.recommend:after {
  top: 45%;
}
#contents nav.list ul li.half,
#contents nav.settingList ul li.half {
  width: 50%;
  font-size: 1.1rem;
}
.android #contents nav.list ul li.half, .android
#contents nav.settingList ul li.half {
  width: 49.999998%;
}
.F-03E #contents nav.list ul li.half, .F-05D #contents nav.list ul li.half, .HW-01E #contents nav.list ul li.half, .F-03E
#contents nav.settingList ul li.half, .F-05D
#contents nav.settingList ul li.half, .HW-01E
#contents nav.settingList ul li.half {
  width: 49.7%;
}
#contents nav.list ul li .heading,
#contents nav.settingList ul li .heading {
  margin-bottom: 0.5em;
  border-bottom: solid 1px #e4e3e3;
  font-size: 1.4rem;
}
#contents nav.list ul li .heading:before,
#contents nav.settingList ul li .heading:before {
  margin-right: 0.3em;
  vertical-align: baseline;
  font-family: FontAwesome;
  font-size: 1.5rem;
  color: #dc1e3c;
  content: '\f06a';
}
#contents nav.list ul,
#contents nav.list ul li,
#contents nav.list ul li.half:nth-child(odd) {
  border-color: #CCC;
}
#contents nav.settingList {
  background: url("/common/images/common/setting_bg.jpg") no-repeat;
  background-size: cover;
}
#contents nav.settingList ul,
#contents nav.settingList ul li,
#contents nav.settingList ul li {
  border-color: #CCC;
}
#contents nav.settingList ul li {
  border-top: solid 1px #fff;
  font-size: 1.2rem;
}
#contents nav.settingList ul li.half:nth-of-type(odd) {
  border-right: solid 1px #CCC;
}
#contents nav.settingList ul li.half:nth-of-type(even) {
  border-left: solid 1px #fff;
  border-right: solid 1px #CCC;
}

.btn {
  padding: 0.5em;
  text-align: center;
  text-decoration: none !important;
  color: #333 !important;
  border-radius: 5px;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08), inset 0 -9px 2px -7px rgba(0, 0, 0, 0.5);
  background-color: #f9f9f9;
  background-color: #f0f0f0;
}

/*レッドボタンフォント変更ここ*/
.btn.red {
  background-color: #e13e58;
  color: #FFF !important;
  font-size:16px;
}
.btn.orange {
  background-color: #f9a02d;
  color: #FFF !important;
}

/*レッドボタンフォント変更ここ*/
.btn.iblock {
  display: inline-block;
  width: 80%;
  box-sizing: border-box;
  padding: 0.7em 20px 0.8em;
  
}


.btn.middle {
  width: 80.883%;
}
.btn.wide {
  width: 86.6%;
}
.btn.wide-l {
  width: 92.3%;
}

.confirm_area {
  font-size: 0;
  width: 80%;
  margin: 15px auto;
  clear: both;
  text-align: center;
}
.confirm_area.mb {
  margin-bottom: 2rem;
}
.confirm_area.wide {
  width: 86.6%;
}
.confirm_area ul {
  text-align: center;
}
.confirm_area li {
  width: 47.5%;
  display: inline-block;
  vertical-align: middle;
}
.confirm_area .btn {
  display: inline-block;
  width: 47.5%;
  box-sizing: border-box;
  font-size: 1.4rem;
}
.F-03E .confirm_area .btn, .F-05D .confirm_area .btn, .HW-01E .confirm_area .btn {
  width: 45.5%;
}
.confirm_area .btn:first-child {
  margin-right: 4.9%;
}

.activebtn {
  display: block;
  padding: 0.5em;
  border-radius: 5px;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08), inset 0 10px 2px -7px rgba(0, 0, 0, 0.5);
  background-color: #df344f;
  text-align: center;
  text-decoration: none !important;
  color: #fff !important;
}

.cell dd,
.cell dt {
  margin-bottom: 0.5em;
  padding-top: 0.5em;
  border-top: solid 1px #CCC;
}
.cell dd:nth-of-type(1),
.cell dt:nth-of-type(1) {
  border-top: none;
}


.cell dt {
  float: left;
  width: 27%;
  padding-right: 3%;
  font-weight: bold;
}
.cell dt:nth-last-of-type(1) {
  border-bottom: none;
  
}
.cell dd {
  float: left;
  width: 70%;
}
.cell dd:nth-last-of-type(1) {
  border-bottom: none;
}
.cell dd:after {
  clear: both;
}

/*追加タグ*/
.cell
{
  border-bottom: solid 1px #CCC;
}


.accordion {
  margin-bottom: 2em;
}
.accordion a {
  color: #dc1e3c;
  text-decoration: underline;
}
.accordion a:hover {
  text-decoration: none;
}
.accordion .a_inner {
  border-left: solid 1px #CCC;
  border-right: solid 1px #CCC;
}
.accordion dl {
  border-bottom: solid 1px #CCC;
}
.accordion dl:first-child {
  border-top: solid 1px #CCC;
}
.accordion dl.active {
  background-color: #faf2d5;
}
.accordion dl.active > dt:before {
  content: '\f106';
}
.accordion dl dt {
  position: relative;
  padding: 1em 10% 1em 3.3%;
}
.accordion dl dt:before {
  position: absolute;
  top: 20%;
  right: 6.6%;
  display: block;
  content: '\f107';
  font-family: FontAwesome;
  font-size: 2rem;
}
.accordion dl dd {
  display: none;
  margin: 0 3.3%;
  padding: 1em 0;
  border-top: solid 1px #CCC;
}

.app {
  padding-bottom: 0.5em;
  background-size: cover;
}
.app.dispNone:after {
  transition: opacity .2s ease-in;
  opacity: 0;
}
.app:not(.dispNone):after {
  transition: opacity .1s ease-in;
  opacity: 1;
}
.app.new {
  background-image: url("/common/images/launcher/home/new_bg.png");
}
.app.new h2 {
  background: -webkit-linear-gradient(top, rgba(199, 2, 33, 0.2) 90%, transparent 100%);
  background: linear-gradient(to bottom, rgba(199, 2, 33, 0.2) 90%, transparent 100%);
}
.app h2 {
  margin-bottom: 8px;
  padding: 1% 0 0.5%;
  text-align: center;
}
.app > ul {
  width: 93.4%;
  margin: 0 auto;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0;
}
.F-03E .app > ul:not(.carousel), .F-05D .app > ul:not(.carousel), .HW-01E .app > ul:not(.carousel) {
  width: 305px !important;
}
@media screen and (min-width: 430px) {
  .F-03E .app > ul:not(.carousel), .F-05D .app > ul:not(.carousel), .HW-01E .app > ul:not(.carousel) {
    width: 515px !important;
  }
}
.app > ul li > a > p {
  width: 7em;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.app > ul.horizon-swiper {
  width: 100%;
}
.app > ul.horizon-swiper .horizon-outer {
  width: 100%;
}
.app > ul.horizon-swiper .horizon-inner {
  padding-left: 3.3%;
  text-align: left;
}
.app > ul.horizon-swiper .horizon-item {
  white-space: normal;
}
@media screen and (max-width: 1050px) {
  .app > ul.horizon-swiper .horizon-item:last-child {
    margin-right: 3.3% !important;
  }
}
.app > ul > li,
.app > ul li.horizon-item {
  display: inline-block;
  width: 90px;
  margin: 15px 4.5px 0;
  border-radius: 12px;
  box-sizing: border-box;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05), inset 0 -9px 2px -5px rgba(0, 0, 0, 0.5);
  padding: 3px 4px;
  background-color: #FFF;
  vertical-align: top;
  text-align: center;
  font-size: 1.4rem;
}
.app > ul > li.new,
.app > ul li.horizon-item.new {
  position: relative;
}
.app > ul > li.new:before,
.app > ul li.horizon-item.new:before {
  display: block;
  position: absolute;
  top: -18px;
  left: 50%;
  margin-left: -35px;
  width: 70px;
  height: 30px;
  background: url("/common/images/app/icon_new.png");
  background-size: contain;
  content: '';
  z-index: 1;
}
.app > ul > li.download a,
.app > ul li.horizon-item.download a {
  position: relative;
}
.app > ul > li.download a:after,
.app > ul li.horizon-item.download a:after {
  display: block;
  position: absolute;
  top: 56px;
  left: 56px;
  width: 36px;
  height: 36px;
  background: url("/common/images/app/icon_download.png") no-repeat;
  background-size: contain;
  content: '';
  z-index: 1;
}
.app > ul > li.demo a,
.app > ul li.horizon-item.demo a {
  position: relative;
}
.app > ul > li.demo a:after,
.app > ul li.horizon-item.demo a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 4px;
  width: 53px;
  height: 51px;
  background: url("/common/images/app/icon_demoplay.png") no-repeat;
  background-size: contain;
  content: '';
  z-index: 1;
}
.app > ul > li.new2 a,
.app > ul li.horizon-item.new2 a {
  position: relative;
}
.app > ul > li.new2 a:before,
.app > ul li.horizon-item.new2 a:before {
  display: block;
  position: absolute;
  top: -18px;
  left: 50%;
  margin-left: -35px;
  width: 70px;
  height: 30px;
  background: url("/common/images/app/icon_new2.png");
  background-size: contain;
  content: '';
  z-index: 1;
}
.app > ul > li a,
.app > ul li.horizon-item a {
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: top;
  color: inherit !important;
  text-decoration: none !important;
  line-height: 1.2;
  font-size: 1rem;
  padding-bottom: 8px;
}
.app > ul > li img,
.app > ul li.horizon-item img {
  display: block;
  width: 82px;
  margin: 0 auto 5px;
  vertical-align: top;
}
.app ul li.oherApps {
  border-radius: 0;
  box-shadow: none;
  padding: 5px 0 0;
  background: none;
}
.app ul li.oherApps img {
  width: 100%;
}
.app.ranking ul li, .app ul.ranking li {
  margin-top: 19px;
  position: relative;
}
.app.ranking ul li:before, .app ul.ranking li:before {
  position: absolute;
  top: -19px;
  left: 50%;
  width: 67px;
  height: 32px;
  margin-left: -33.5px;
  background-size: contain;
  content: '';
  z-index: 1;
}
.app.ranking ul li:nth-child(1):before, .app ul.ranking li:nth-child(1):before {
  background-image: url("/common/images/launcher/home/ranking_1st.png");
}
.app.ranking ul li:nth-child(2):before, .app ul.ranking li:nth-child(2):before {
  background-image: url("/common/images/launcher/home/ranking_2nd.png");
}
.app.ranking ul li:nth-child(3):before, .app ul.ranking li:nth-child(3):before {
  background-image: url("/common/images/launcher/home/ranking_3rd.png");
}
.app.ranking ul li:nth-child(4):before, .app ul.ranking li:nth-child(4):before {
  background-image: url("/common/images/launcher/home/ranking_4th.png");
}
.app.ranking ul li:nth-child(5):before, .app ul.ranking li:nth-child(5):before {
  background-image: url("/common/images/launcher/home/ranking_5th.png");
}
.app.ranking ul li:nth-child(6):before, .app ul.ranking li:nth-child(6):before {
  background-image: url("/common/images/launcher/home/ranking_6th.png");
}
.app.ranking ul li:nth-child(7):before, .app ul.ranking li:nth-child(7):before {
  background-image: url("/common/images/launcher/home/ranking_7th.png");
}
.app.ranking ul li:nth-child(8):before, .app ul.ranking li:nth-child(8):before {
  background-image: url("/common/images/launcher/home/ranking_8th.png");
}
.app.ranking ul li:nth-child(9):before, .app ul.ranking li:nth-child(9):before {
  background-image: url("/common/images/launcher/home/ranking_9th.png");
}
.app.ranking ul li:nth-child(10):before, .app ul.ranking li:nth-child(10):before {
  background-image: url("/common/images/launcher/home/ranking_10th.png");
}
.app.bgNone ul li {
  margin: 15px 4.5px 10px;
  padding: 0;
  background: none;
  box-shadow: none;
}
.app.bgNone ul li img {
  width: 82px;
}
.app.bgNone ul li a p {
  width: 7em;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

form.module {
  padding: 0 3.3%;
}
form.module [type=password],
form.module input[type=text],
form.module textarea {
  padding: 1.5%;
  border: solid 1px #CCC;
  border-radius: 2px;
  background-color: #FAFAFA;
  box-shadow: inset 0 2px 3px 2px rgba(0, 0, 0, 0.05);
  font-size: 1.4rem;
}
form.module textarea {
  width: 95%;
  height: 14em;
}
form.module ul.inline {
  margin-bottom: 1em;
}
form.module ul.inline li {
  display: inline;
}

.center {
  text-align: center;
}
.center.mb {
  margin-bottom: 2em;
}

.borderBtm {
  border-bottom: solid 1px #CCC;
}

a.movie i {
  margin-right: 0.3em;
  font-style: 1.5rem;
}

/* =========================================================
 DIALOG
========================================================= */
#dialog-2 {
  vertical-align: top;
}

.remodal {
  position: relative;
  padding: 2px;
  border: solid 5px #f7bc28;
  box-shadow: inset 0 0 0 1px #ee993b;
  border-radius: 15px;
}
.remodal.borderNone {
  width: 80%;
  max-width: 507px;
  padding: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.remodal.borderNone section {
  padding: 0;
}
.remodal.borderNone section .inner {
  margin-bottom: 1em;
}
.remodal.borderNone section .inner img {
  width: 100%;
  vertical-align: top;
}
.remodal .close {
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 999999999999;
}
.remodal section {
  margin: 0 auto;
  padding: 20px 8px;
  overflow: auto;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  font-size: 1.3rem;
}
.remodal h2 {
  margin-bottom: 1em;
  font-size: 1.6em;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  background-color: transparent;
  color: inherit;
}
.remodal .txt {
  text-align: left;
  font-size: 1rem;
  margin: 0 auto;
}
.remodal .txt.center {
  text-align: center;
}
.remodal .txt p {
  margin-bottom: 0;
  font-size: 1.449rem;
}
.remodal .txt p .btn {
  margin-top: 1em;
}
.remodal .txt.timer {
  width: 253px;
}
.remodal a {
  color: #dc1e3c;
  text-decoration: underline;
}
.remodal a.movie {
  color: inherit;
  text-decoration: none;
}
.remodal .input {
  position: relative;
  height: 3.6em;
  margin: 1.5em 1em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.remodal .input[data-length="null"] {
  background-image: url("/common/images/common/password_area_00.png");
}
.remodal .input[data-length="0"] {
  background-image: url("/common/images/common/password_area_01.png");
}
.remodal .input[data-length="1"] {
  background-image: url("/common/images/common/password_area_02.png");
}
.remodal .input[data-length="2"] {
  background-image: url("/common/images/common/password_area_03.png");
}
.remodal .input[data-length="3"] {
  background-image: url("/common/images/common/password_area_04.png");
}
.remodal .input .password {
  display: none;
}
.remodal .input .error {
  position: absolute;
  bottom: -2em;
  left: 50%;
  width: 12em;
  margin: 0 auto 0 -6.5em;
  padding: 0.5em;
  border-radius: 10px;
  background-color: rgba(254, 138, 0, 0.75);
  font-weight: bold;
  color: #fff;
}
.remodal .input .error.hide {
  display: none;
}
.remodal .numeric {
  width: 255px;
  margin: 0 auto;
  text-align: left;
  font-size: 0;
}
.remodal .numeric li {
  display: inline-block;
  height: 55px;
  margin: 0 7px 8px 0;
}
.remodal .numeric li:nth-child(6n+6) {
  margin-right: 0;
}
.android .remodal .numeric li {
  margin-right: 9px;
}
.remodal .numeric li span {
  display: table-cell;
  width: 100%;
  height: 100%;
  border-style: none;
  background-color: #FFF;
  font-size: 2rem;
  font-weight: bold;
  border-spacing: 0;
  border-collapse: collapse;
}
.remodal .numeric li span.delete {
  padding: 10px;
}
.remodal .numeric li span.delete img {
  width: 15px;
}
.remodal .buttons {
  margin: 10px 0 30px;
}
.remodal .buttons li {
  display: inline-block;
}
.remodal .buttons li input {
  width: 120px;
  font-size: 1.4rem;
}
.remodal .buttons li input:first-child {
  margin-right: 2px;
}

/* =========================================================
 TABLET
========================================================= */
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }

  .tb {
    display: block;
  }

  header h1 {
    width: 10%;
  }
  header .inner {
    text-align: right;
  }
  header .inner .menu {
    display: inline-block;
    margin-left: 0;
  }
  header .inner .menu li {
    display: inline-block;
    margin: 0 0 0 5px;
    vertical-align: middle;
  }
  header .inner .menu li .btn {
    width: 93px;
    padding: 0.9em 0 0.8em;
  }
  header .inner .menu li img {
    vertical-align: top;
  }

  footer {
    padding-top: 280px;
    background-image: url(/common/images/common/footer_bg_tab.jpg);
    background-size: 100%;
    background-position: center bottom;
  }
}
@media screen and (min-width: 960px) {
  #contents {
    background-color: #faf9e8;
  }
  #contents section.inner {
    background-color: #FFF;
  }
  #contents.launcher.home {
    background-color: #FFF;
  }
  #contents.launcher section.inner {
    background-color: transparent;
  }
  #contents.parents.home {
    background-color: #FFF;
  }
  #contents.parents.search {
    background-color: #FFF;
  }
  #contents.parents.search h1 {
    max-width: none;
  }
  #contents.parents.detail_app #mainVisual {
    background-color: #FFF;
  }
  #contents.parents.detail_app > .paragraph {
    margin-bottom: 0;
    padding: 1em;
    background-color: #FFF;
  }
  #contents.parents.special.page > .center {
    margin-bottom: 0;
    padding-bottom: 1em;
    background-color: #FFF;
  }
  #contents.parents.press #mainVisual {
    background-color: #FFF;
  }
  #contents.parents.parentsabout > .paragraph, #contents.parents.parentsabout #trial {
    margin-bottom: 0;
    padding-bottom: 2em;
  }
  #contents.parents.parentsabout > .paragraph + section.inner, #contents.parents.parentsabout #trial + section.inner {
    background-color: #fffde7;
  }
  #contents.parents.faq > section {
    background-color: #FFF;
  }
  #contents.parents.faq > section .center {
    margin-bottom: 0;
    padding-bottom: 1em;
  }
  #contents.parents nav.list {
    background-color: #FFF;
  }
  #contents nav.list,
  #contents nav.settingList, #contents h1, #contents section.inner, #contents.initial .inner, #contents.feature #mainVisual, #contents.parents.detail_app #mainVisual, #contents.parents.detail_app > .paragraph, #contents.parents.special.page > .center, #contents.parents.press #mainVisual, #contents.parents .visual, #contents.parents.parentsabout > .paragraph, #contents.parents.parentsabout #trial, #contents.parents.faq > section {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
  }
}
/* loding */
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #faf9e8;
  z-index: 3;
}

#loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 320px;
  /*height: 300px;*/
  margin-top: -160px;
  margin-left: -160px;
  text-align: center;
  color: #0b2745;
  z-index: 4;
}
#loader p {
  font-size: 1.6rem;
  margin-bottom: 0;
}

.backto {
  max-height: 21px;
  display: block;
  text-align: right;
  text-decoration: none !important;
}
.backto a {
  max-height: 21px;
  display: inline;
  text-align: right;
  text-decoration: none !important;
  color: #f48a00 !important;
}
.backto a :hover, .backto a :visited, .backto a :link {
  color: #f48a00 !important;
}
.backto img {
  padding: 3px;
  margin: 0 0 -6px 0;
}

div #webclip {
  font-size: 12px;
  line-height: 1.4;
}

div #home_add_ {
  display: box;
  display: -moz-box;
  display: -webkit-box;
  padding: 5px 0;
  background: #000;
}

div #home_add_ .btn_add_ {
  width: 84%;
  box-flex: 0;
  -moz-box-flex: 0;
  -webkit-box-flex: 0;
  margin: 0 0 0 8px;
}

div #home_add_ .btn_add_ a {
  display: block;
  text-align: center;
  padding: 6px 0 0 0;
  background: #7c7c7c;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

div #home_add_ .btn_add_ img {
  height: 34px;
}

div #home_add_ .btn_close_ {
  text-align: center;
  box-flex: 1;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  margin-bottom: 0;
  padding: 15px 0 10px 0;
}

div #home_add_ .btn_close_ img {
  height: 15px;
}

#wrap .app.try ul li.download a:after {
  right: -11px;
  bottom: 15px;
  left: auto;
  top: auto;
}

.cansell .btn.iblock {
  /*font-size: 3.25vw;*/
}

.cansell .btn.iblock.red {
  /*font-size: 3.25vw;*/
  padding: 0.7em 5px 0.8em;
}

.prize {
 float: left;
}
 
.prize {
 color: #333333;
 text-align: left;
 margin-bottom: auto;
}

/*# sourceMappingURL=common.css.map */
























