@charset "UTF-8";
/* MEM-1816 画像→文字へ置き換え */
@import url("/_share16/sp/css/module_mem1816.css");
/*================================================================

layouts

=================================================================*/
/* ----------------------------------
  header component
---------------------------------- */
.m-header {
  position: relative;
  display: block;
  background: #fff;
  z-index: 1000;
}
.m-header span {
  vertical-align: middle;
}
.m-header__head,
.m-header__head-simple {
  position: relative;
  display: block;
  width: 100%;
  padding: 9px 0;
  height: 42px;
}
.m-header__head-simple {
  border-bottom: 1px solid #e6e6e6;
}
.m-header__head-company {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -11px;
}
.m-header__head-logo {
  text-align: center;
  padding: 0 100px;
}
.m-header__head-logo img {
  max-width: 100%;
}
.m-header__head-logo p {
  margin: 0;
}
.m-header__head-account {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -18px;
}
.m-header__head-company-btn {
  display: inline-block;
  width: 79px;
  height: 15px;
  background-image: url("/touch/share/sp/img_16/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -129px;
  -webkit-background-size: 149px 402px;
  -moz-background-size: 149px 402px;
  background-size: 149px 402px;
}
.m-header__head-account-btn {
  display: inline-block;
  width: 72px;
  height: 35px;
  background-image: url("/touch/share/sp/img_16/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -367px;
  -webkit-background-size: 149px 402px;
  -moz-background-size: 149px 402px;
  background-size: 149px 402px;
}
.m-header__gmenu {
  position: relative;
  -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.3);
  box-shadow: 0 0 2px 0 rgba(0,0,0,0.3);
  background: #fff;
}
.m-header__gmenu > ul {
  *zoom: 1;
}
.m-header__gmenu > ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
.m-header__gmenu > ul > li {
  float: left;
  width: 33.3%;
  text-align: center;
}
.m-header__gmenu > ul > li > a {
  position: relative;
  display: block;
  border-left: 1px solid #e6e6e6;
  max-height: 44px;
  overflow: hidden;
}

.m-header__gmenu > ul > li > a.entry-btn {
  background-color: #46bf0a;
}
.m-header__gmenu > ul > li > a > img {
  max-width: 100%;
}
.m-header__gmenu > ul > li > a:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '.';
  color: #fff;
}

.m-header__gmenu > ul > li > a.entry-btn:after {
  color: #46bf0a;
}
.m-header__gmenu > ul > li:first-child > a {
  border: none;
}
.m-header__gmenu.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1500;
}
/* simple ---------------*/
.m-header-simple {
  border-bottom: 1px solid #e6e6e6;
}
.m-header-simple span {
  vertical-align: middle;
}
.m-header-simple__inner {
  padding: 10px 15px 12px 15px;
}
/* ----------------------------------
  footer compornent
---------------------------------- */
.m-footer {
  position: relative;
  border-bottom: 4px solid #0070cb;
  z-index: 500;
}
/* class ---------------*/
.m-footer-class__ttl {
  padding: 15px 10px 14px 10px;
  font-size: 107%;
  font-weight: bold;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-left: 5px solid #0070cb;
  color: #0070cb;
}
.m-footer-class__item > dt {
  border-top: 1px solid #e6e6e6;
}
.m-footer-class__item > dd {
  display: none;
}
.m-footer-class__item:first-child > dt {
  border: none;
}
.m-footer-class__item-ttl,
.is-active .m-footer-class__item-ttl,
.m-footer-class__item-ttl--link {
  position: relative;
  display: block;
  padding: 15px 15px 14px 15px;
}
.m-footer-class__item-ttl {
  background: #f3f3f3;
  color: #000;
}
.m-footer-class__item-ttl:after {
  position: absolute;
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -208px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -6px;
  right: 15px;
  top: 50%;
  overflow: hidden;
}
.is-active .m-footer-class__item-ttl {
  background: #0070cb;
  color: #fff;
}
.is-active .m-footer-class__item-ttl:after {
  position: absolute;
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -194px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -6px;
  right: 15px;
  top: 50%;
  overflow: hidden;
}
.m-footer-class__item-ttl--link {
  background: #f3f3f3;
  color: #000;
}
.m-footer-class__item-ttl--link:after {
  position: absolute;
  content: '';
  display: block;
  width: 7px;
  height: 11px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -62px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -5px;
  right: 17px;
  top: 50%;
  overflow: hidden;
}
.is-active .m-footer-class__item-ttl--link {
  background: #0070cb;
  color: #fff;
}
.m-footer-class__item-link {
  position: relative;
  display: block;
  padding: 15px 15px 14px 15px;
  background: #fff;
  color: #000;
  border-top: 1px solid #f3f3f3;
}
.m-footer-class__item-link:after {
  position: absolute;
  content: '';
  display: block;
  width: 7px;
  height: 11px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -62px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -5px;
  right: 17px;
  top: 50%;
  overflow: hidden;
}
.m-footer-class__item-link.is-current {
  background: #edf7ff;
}
/* open menu ---------------*/
.m-footer-ls {
  border-top: 2px solid #e6e6e6;
}
.m-footer-ls:first-child {
  border: none;
}
.m-footer-ls__itm {
  border-top: 1px solid #e6e6e6;
}
.m-footer-ls__tag-hybrid {
  display: block;
  width: 143px;
  height: 20px;
  background-image: url("/touch/share/sp/img_16/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -323px;
  -webkit-background-size: 149px 402px;
  -moz-background-size: 149px 402px;
  background-size: 149px 402px;
}
.m-footer-ls__tag-origin {
  display: block;
  width: 143px;
  height: 20px;
  background-image: url("/touch/share/sp/img_16/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -345px;
  -webkit-background-size: 149px 402px;
  -moz-background-size: 149px 402px;
  background-size: 149px 402px;
}
.m-footer-ls__mnu-ico,
.m-footer-ls__mnu-ico--sec {
  color: #000;
  position: relative;
  display: block;
  padding: 15px 17px;
}
.m-footer-ls__mnu-ico:after,
.m-footer-ls__mnu-ico--sec:after {
  position: absolute;
  content: '';
  display: block;
  width: 7px;
  height: 11px;
  background-image: url("/touch/share/sp/img_16/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -65px;
  -webkit-background-size: 149px 402px;
  -moz-background-size: 149px 402px;
  background-size: 149px 402px;
  margin-top: -5px;
  right: 17px;
  top: 50%;
  overflow: hidden;
}
.m-footer-ls__mnu-ico--sec {
  padding-left: 30px;
}
.m-footer-ls__mnu-tag {
  display: block;
  padding: 15px 17px;
  background: #f3f3f3;
}
/* entry ---------------*/
.m-footer-entry {
  border-top: 1px solid #e6e6e6;
  padding: 15px;
}
/* panqz ---------------*/
.m-footer-pqz {
  border-top: 1px solid #e6e6e6;
  padding: 15px 15px 14px 15px;
  font-size: 78%;
}
.m-footer-pqz ul {
  *zoom: 1;
}
.m-footer-pqz ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
.m-footer-pqz a {
  color: #08c;
}
.m-footer-pqz span {
  color: #808080;
}
.m-footer-pqz li {
  float: left;
  position: relative;
  padding-left: 15px;
  margin-left: 5px;
}
.m-footer-pqz li:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '>';
  color: #808080;
}
.m-footer-pqz li:first-child {
  margin: 0;
  padding: 0;
}
.m-footer-pqz li:first-child:after {
  display: none;
}
/* other links ---------------*/
.m-footer-others {
  border-top: 1px solid #e6e6e6;
  padding: 15px;
}
.m-footer-others > :first-child {
  margin-top: 0;
}
.m-footer-official {
  border: 2px solid #f3f3f3;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
  background: #f7f7f7;
  text-align: center;
  font-size: 78%;
}
.m-footer-official > :first-child {
  margin-top: 0;
}
.m-footer-official > p > a {
  color: #808080;
}
.m-footer-logo {
  margin-top: 10px;
  text-align: center;
}
.m-footer-logo > :first-child {
  margin-top: 0;
}
.m-footer-logo-btn {
  display: inline-block;
  width: 96px;
  height: 19px;
  background-image: url("/touch/share/sp/img_16/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -302px;
  -webkit-background-size: 149px 402px;
  -moz-background-size: 149px 402px;
  background-size: 149px 402px;
}
.m-footer-utility {
  margin-top: 15px;
  font-size: 78%;
  text-align: center;
}
.m-footer-utility > ul > :first-child {
  margin-top: 0;
}
.m-footer-utility > ul > li {
  margin-top: 8px;
}
.m-footer-utility > ul > li > a {
  position: relative;
  padding: 0 15px;
  color: #808080;
  border-left: 1px solid #a2a2a2;
  border-right: 1px solid #a2a2a2;
}
/* copyright ---------------*/
.m-footer-copy {
  text-align: center;
  font-size: 78%;
  color: #808080;
  font-family: "Helvetica Neue", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* ----------------------------------
  content compornent
---------------------------------- */
/* content area ---------------*/
.m-content {
  position: relative;
  padding-bottom: 40px;
  z-index: 500;
}
/* pagetop link ---------------*/
.m-pagetop {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 900;
  cursor: pointer;
}
/* ----------------------------------
  overlay component
---------------------------------- */
/* overlay ---------------*/
.m-overlay-modal {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 1000;
  -webkit-transform: 0 0 0;
  -moz-transform: 0 0 0;
  -o-transform: 0 0 0;
  -ms-transform: 0 0 0;
  transform: 0 0 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* modal /// default---------------*/
.m-modal,
.m-modal-mv {
  display: none;
  position: absolute;
  width: 92%;
  z-index: 1500;
}
.m-modal.is-action,
.m-modal-mv.is-action {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (orientation: landscape) {
  .m-modal,
  .m-modal-mv {
    width: 70%;
  }
}
.m-modal__inner {
  position: relative;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 3px solid #0070cb;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,0.3);
  box-shadow: 0 3px 8px 0 rgba(0,0,0,0.3);
}
.m-modal__inner > :first-child {
  margin-top: 0;
}
.m-modal__close,
.m-modal-mv__close {
  position: absolute;
  top: -10px;
  right: -10px;
}
.m-modal__close-ico,
.m-modal-mv__close-ico {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;

  background-position: 0px -827px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
/* modal /// movie ---------------*/
@media only screen and (orientation: landscape) {
  .m-modal-mv {
    width: 80%;
  }
}
.m-modal-mv__inner {
  position: relative;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #000;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,0.3);
  box-shadow: 0 3px 8px 0 rgba(0,0,0,0.3);
}
.m-modal-mv__inner > :first-child {
  margin-top: 0;
}
/* modal menu /// def ---------------*/
.m-modal-def {
  padding: 5px;
}
.m-modal-def > :first-child {
  margin-top: 0;
}
.m-modal-def__ttl {
  color: #0070cb;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
.m-modal-def__item {
  margin-top: 10px;
}
.m-modal-def__item > :first-child {
  margin-top: 0;
}
/* modal menu /// qa ---------------*/
.m-modal-qa {
  padding: 5px;
}
.m-modal-qa > :first-child {
  margin-top: 0;
}
.m-modal-qa__ttl {
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
.m-modal-qa__item {
  margin-top: 10px;
}
.m-modal-qa__item > :first-child {
  margin-top: 0;
}
/* modal menu /// youtube ---------------*/
.m-modal--youtube {
  margin-top: 20px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.m-modal--youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* modal menu /// class ---------------*/
.m-modal-class > :first-child {
  margin-top: 0;
}
.m-modal-class__ttl {
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
.m-modal-class__item {
  margin-top: 10px;
}
.m-modal-class__item > :first-child {
  margin-top: 0;
}
/* modal menu /// member ---------------*/
.m-modal-mmb {
  padding-top: 5px;
}
.m-modal-mmb > :first-child {
  margin-top: 0;
}
.m-modal-mmb__ttl {
  font-size: 121%;
  color: #0070cb;
  font-weight: bold;
  text-align: center;
}
.m-modal-mmb__copy {
  text-align: center;
  margin-top: 5px;
  font-size: 85%;
}
.m-modal-mmb__wrap {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 15px;
}
.m-modal-mmb__cont {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px 0;
  table-layout: fixed;
}
.m-modal-mmb__cont-l,
.m-modal-mmb__cont-r {
  display: table-cell;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  vertical-align: top;
}
.m-modal-mmb__cont-l {
  background: #0070cb;
}
.m-modal-mmb__cont-r {
  background: #f3f3f3;
}
.m-modal-mmb__cont-innr {
  padding: 10px 5px;
}
.m-modal-mmb__cont-innr > :first-child {
  margin-top: 0;
}
.m-mdlmmb-btn-wrap {
  margin-top: 7px;
}
.m-mdlmmb-btn-wrap > :first-child {
  margin-top: 0;
}
.m-mdlmmb-btn-wrap__item {
  margin-top: 10px;
}
.m-mdlmmb-btn-l,
.m-mdlmmb-btn-m {
  position: relative;
  display: block;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
  border: 1px solid #e6e6e6;
  letter-spacing: -1px;
}
.m-mdlmmb-btn-l {
  padding: 75px 13px 75px 8px;
  background: #fff;
  color: #000;
}
.m-mdlmmb-btn-l:after {
  position: absolute;
  content: '';
  display: block;
  width: 6px;
  height: 9px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -27px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -4px;
  right: 5px;
  top: 50%;
  overflow: hidden;
}
.m-mdlmmb-btn-m {
  padding: 12px 13px 12px 8px;
  background: #fff;
  color: #000;
}
.m-mdlmmb-btn-m:after {
  position: absolute;
  content: '';
  display: block;
  width: 6px;
  height: 9px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -27px;

  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -4px;
  right: 5px;
  top: 50%;
  overflow: hidden;
}
.m-mdlmmb-btn__logo {
  width: 100%;
}
.m-mdlmmb-btn__text {
  display: block;
  margin-top: 10px;
  font-size: 92%;
}
.m-mdlmmb-btn__texts {
  display: block;
  margin-top: 10px;
  font-size: 92%;
  letter-spacing: -1.5px;
}
.m-mdlmmb-btn__user {
  display: block;
  margin-top: 5px;
  font-size: 100%;
}
/* slidemenu ---------------*/
.m-overlay-content,
.m-overlay-head,
.m-overlay-gmenu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: 0 0 0;
  -moz-transform: 0 0 0;
  -o-transform: 0 0 0;
  -ms-transform: 0 0 0;
  transform: 0 0 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.m-overlay-content {
  z-index: 1000;
}
.m-slmenu-body {
  position: absolute;
  top: -60px;
  right: -580px;
  display: block;
  *zoom: 1;
  width: 580px;
  background: #fff;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1500;
}
.m-slmenu-body:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
.m-slmenu-body.is-slide-on {
  right: -290px;
}
.is-fixed .m-slmenu-body {
  top: 0;
}
.m-slmenu {
  float: left;
  width: 290px;
  overflow: hidden;
  border-bottom: 5px solid #666;
  z-index: 1;
}
.m-slmenu.is-action {
  -webkit-transition: all 0.3s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.m-slmenu.is-slide-on,
.m-slmenu.is-slide-first {
  margin-left: -290px;
}

.m-slmenu-scrl {
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  background: #fff;
}
.m-slmenu-scrl__inner {
  padding-bottom: 150px;
}
.m-sldmnu-first.is-action {
  -webkit-transition: all 0.3s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.m-sldmnu-first.is-slide-on {
  margin-left: -290px;
}
.m-sldmnu-set__hd,
.m-sldmnu-set__hd--sec0,
.m-sldmnu-set__hd--secnew1,
.m-sldmnu-set__hd--sec1,
.m-sldmnu-set__hd--sec2,
.m-sldmnu-set__hd--sec3,
.m-sldmnu-set__hd--sec4,
.m-sldmnu-set__hd--sec5,
.m-sldmnu-set__hd--sec6 {
  position: relative;
  padding: 17px 26px 17px 14px;
  border-bottom: 2px solid #e6e6e6;
}
.m-sldmnu-set__hd--sec0 {
  background: #0070cb;
  padding: 16px 26px 18px 14px;
}

.m-sldmnu-set__hd--secnew1 {
  border-bottom: none;
  background: #ec6e81;
  padding: 16px 26px 18px 14px;
}

.m-sldmnu-set__hd--sec1 {
  background: #ec6e81;
  padding: 16px 26px 18px 14px;
}
.m-sldmnu-set__hd--sec2 {
  background: #009e3b;
  padding: 16px 26px 18px 14px;
}
.m-sldmnu-set__hd--sec3 {
  background: #006eb3;
  padding: 16px 26px 18px 14px;
}
.m-sldmnu-set__hd--sec4 {
  background: #fa7500;
  padding: 16px 26px 18px 14px;
}
.m-sldmnu-set__hd--sec5 {
  background: #8ec31f;
  padding: 16px 26px 18px 14px;
}
.m-sldmnu-set__hd--sec6 {
  background: #6b5cad;
  padding: 16px 26px 18px 14px;
}
.js-sldmnu__0,
.js-sldmnu__2,
.js-sldmnu__3,
.js-sldmnu__4,
.js-sldmnu__5,
.js-sldmnu__6 {
  display: none;
}
.js-sldmnu__1 {
  display: block;
}
.m-sldmnu-set__cls,
.m-sldmnu-set__cls--sec {
  position: absolute;
  top: 14px;
  right: 0;
  width: 12px;
  height: 12px;
  display: block;
  text-align: center;
  padding: 9px;
}
.m-sldmnu-set__cls--sec {
  top: 12px;
}
.m-sldmnu-set__lg-sho-ico {
  display: inline-block;
  width: 149px;
  height: 16px;
  background-image: url("/touch/share/sp/img_16/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -164px;
  -webkit-background-size: 149px 402px;
  -moz-background-size: 149px 402px;
  background-size: 149px 402px;
}
.m-sldmnu-set__lg-sho-ico--sec {
  display: inline-block;
  width: 149px;
  height: 16px;
  background-image: url("/touch/share/sp/img_16/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -146px;
  -webkit-background-size: 149px 402px;
  -moz-background-size: 149px 402px;
  background-size: 149px 402px;
  margin-left: 3px;
  line-height: 16px;
  height: 16px;
  overflow: hidden;
}
.m-sldmnu-set__cls-ico {
  display: block;
  width: 11px;
  height: 11px;
  background-image: url("/touch/share/sp/img_16/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -52px;
  -webkit-background-size: 149px 402px;
  -moz-background-size: 149px 402px;
  background-size: 149px 402px;
}
.m-sldmnu-set__cls-ico--sec {
  display: block;
  width: 11px;
  height: 11px;
  background-image: url("/touch/share/sp/img_16/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -52px;
  -webkit-background-size: 149px 402px;
  -moz-background-size: 149px 402px;
  background-size: 149px 402px;
}
.m-sldmnu-set__return {
  display: inline-block;
  padding-right: 5px;
}
.m-sldmnu-set__return > span {
  vertical-align: middle;
}
.m-sldmnu-set__return-ico {
  display: inline-block;
  width: 7px;
  height: 11px;
  background-image: url("/touch/share/sp/img_16/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  -webkit-background-size: 149px 402px;
  -moz-background-size: 149px 402px;
  background-size: 149px 402px;
}
.m-sldmnu-set__logo--sec {
  display: inline-block;
  padding-right: 5px;
}
.m-sldmnu-set__ttl--sec {
  color: #fff;
  vertical-align: middle !important;
  line-height: 16px;
  height: 16px;
  overflow: hidden;
  position: relative;
  top: 2px;
}
.m-sldmnu-ls {
  border-top: 2px solid #e6e6e6;
}
.m-sldmnu-ls:first-child {
  border: none;
}
.m-sldmnu-ls--last {
  border-bottom: 1px solid #e6e6e6;
}
.m-sldmnu-ls__itm {
  border-top: 1px solid #e6e6e6;
}
.m-sldmnu-ls__mnu-tag,
.m-sldmnu-ls__mnu-ttl {
  display: block;
  padding: 15px 14px;
  background: #f3f3f3;
}
.m-sldmnu-ls__mnu-ttl {
  background: #f3f3f3;
  font-weight: bold;
}
.m-sldmnu-ls__mnu-dbl,
.m-sldmnu-ls__mnu-ico,
.m-sldmnu-ls__mnu-user,
.m-sldmnu-ls__mnu-entry,
.m-sldmnu-ls__mnu-trial,
.m-sldmnu-ls__mnu-intro,
.m-sldmnu-ls__mnu-site,
.m-sldmnu-ls__mnu-ico--sec {
  position: relative;
  display: block;
  padding: 15px 14px;
}
.m-sldmnu-ls__mnu-dbl:after {
  position: absolute;
  content: '';
  display: block;
  width: 13px;
  height: 11px;
  background-image: url("/touch/share/sp/img_16/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -13px;
  -webkit-background-size: 149px 402px;
  -moz-background-size: 149px 402px;
  background-size: 149px 402px;
  margin-top: -5px;
  right: 9px;
  top: 50%;
  overflow: hidden;
}
.m-sldmnu-ls__mnu-clsnew1 {
  color: #21B8CE;
}
.m-sldmnu-ls__mnu-cls1 {
  color: #ec6e81;
}
.m-sldmnu-ls__mnu-cls2 {
  color: #009e3b;
}
.m-sldmnu-ls__mnu-cls3 {
  color: #006eb3;
}
.m-sldmnu-ls__mnu-cls4 {
  color: #fa7500;
}
.m-sldmnu-ls__mnu-cls5 {
  color: #8ec31f;
}
.m-sldmnu-ls__mnu-cls6 {
  color: #6b5cad;
}
.m-sldmnu-ls__mnu-ico,
.m-sldmnu-ls__mnu-ico--sec {
  color: #000;
}
.m-sldmnu-ls__mnu-ico:after,
.m-sldmnu-ls__mnu-ico--sec:after {
  position: absolute;
  content: '';
  display: block;
  width: 7px;
  height: 11px;
  background-image: url("/touch/share/sp/img_16/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -65px;
  -webkit-background-size: 149px 402px;
  -moz-background-size: 149px 402px;
  background-size: 149px 402px;
  margin-top: -5px;
  right: 12px;
  top: 50%;
  overflow: hidden;
}
.m-sldmnu-ls__mnu-ico--sec {
  padding-left: 25px;
}
.m-sldmnu-ls__mnu-user {
  background: #0070cb;
  color: #fff;
}
.m-sldmnu-ls__mnu-user:after {
  position: absolute;
  content: '';
  display: block;
  width: 13px;
  height: 11px;
  background-image: url("/touch/share/sp/img_16/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -39px;
  -webkit-background-size: 149px 402px;
  -moz-background-size: 149px 402px;
  background-size: 149px 402px;
  margin-top: -5px;
  right: 9px;
  top: 50%;
  overflow: hidden;
}
.m-sldmnu-ls__mnu-entry {
  padding-left: 40px;
  background: #46bf0a;
  color: #fff;
}
.m-sldmnu-ls__mnu-entry:after {
  position: absolute;
  content: '';
  display: block;
  width: 7px;
  height: 11px;
  background-image: url("/touch/share/sp/img_16/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -26px;
  -webkit-background-size: 149px 402px;
  -moz-background-size: 149px 402px;
  background-size: 149px 402px;
  margin-top: -5px;
  right: 12px;
  top: 50%;
  overflow: hidden;
}
.m-sldmnu-ls__mnu-entry:before {
  position: absolute;
  content: '';
  display: block;
  width: 17px;
  height: 15px;
  background-image: url("/touch/share/sp/img_16/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -78px;
  -webkit-background-size: 149px 402px;
  -moz-background-size: 149px 402px;
  background-size: 149px 402px;
  margin-top: -7px;
  left: 12px;
  top: 50%;
  overflow: hidden;
}
.m-sldmnu-ls__mnu-trial {
  padding-left: 40px;
  background: #508cce;
  color: #fff;
}
.m-sldmnu-ls__mnu-trial:after {
  position: absolute;
  content: '';
  display: block;
  width: 7px;
  height: 11px;
  background-image: url("/touch/share/sp/img_16/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -26px;
  -webkit-background-size: 149px 402px;
  -moz-background-size: 149px 402px;
  background-size: 149px 402px;
  margin-top: -5px;
  right: 12px;
  top: 50%;
  overflow: hidden;
}
.m-sldmnu-ls__mnu-trial:before {
  position: absolute;
  content: '';
  display: block;
  width: 17px;
  height: 15px;
  background-image: url("/touch/share/sp/img_16/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -95px;
  -webkit-background-size: 149px 402px;
  -moz-background-size: 149px 402px;
  background-size: 149px 402px;
  margin-top: -7px;
  left: 12px;
  top: 50%;
  overflow: hidden;
}
.m-sldmnu-ls__mnu-intro {
  padding-left: 40px;
  background: #fff;
  color: #000;
}
.m-sldmnu-ls__mnu-intro:after {
  position: absolute;
  content: '';
  display: block;
  width: 7px;
  height: 11px;
  background-image: url("/touch/share/sp/img_16/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -65px;
  -webkit-background-size: 149px 402px;
  -moz-background-size: 149px 402px;
  background-size: 149px 402px;
  margin-top: -5px;
  right: 12px;
  top: 50%;
  overflow: hidden;
}
.m-sldmnu-ls__mnu-intro:before {
  position: absolute;
  content: '';
  display: block;
  width: 17px;
  height: 15px;
  background-image: url("/touch/share/sp/img_16/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -112px;
  -webkit-background-size: 149px 402px;
  -moz-background-size: 149px 402px;
  background-size: 149px 402px;
  margin-top: -7px;
  left: 12px;
  top: 50%;
  overflow: hidden;
}
.m-sldmnu-ls__mnu-site {
  background: #fff;
  color: #000;
}
.m-sldmnu-ls__mnu-site:after {
  position: absolute;
  content: '';
  display: block;
  width: 7px;
  height: 11px;
  background-image: url("/touch/share/sp/img_16/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -65px;
  -webkit-background-size: 149px 402px;
  -moz-background-size: 149px 402px;
  background-size: 149px 402px;
  margin-top: -5px;
  right: 12px;
  top: 50%;
  overflow: hidden;
}
.m-sldmnu-ls__tag-hybrid {
  display: block;
  width: 143px;
  height: 20px;
  background-image: url("/touch/share/sp/img_16/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -323px;
  -webkit-background-size: 149px 402px;
  -moz-background-size: 149px 402px;
  background-size: 149px 402px;
}
.m-sldmnu-ls__tag-origin {
  display: block;
  width: 143px;
  height: 20px;
  background-image: url("/touch/share/sp/img_16/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -345px;
  -webkit-background-size: 149px 402px;
  -moz-background-size: 149px 402px;
  background-size: 149px 402px;
}
.m-sldmnu-ls__tag-charenge {
  display: block;
  width: 143px;
  height: 20px;
  background-image: url("/_share16/sp/img/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -367px;
  -webkit-background-size: 149px 424px;
  -moz-background-size: 149px 424px;
  background-size: 149px 424px;
}

/* fixed slide menu nav*/
.js-head-gmenu-fixed {
  position: fixed;
  top: -44px;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.3);
  box-shadow: 0 0 2px 0 rgba(0,0,0,0.3);
  -webkit-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.js-head-gmenu-fixed.is-slide-down {
  top: 0px;
}
.m-overlay-gmenu.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1500;
  height: 44px;
}
/*================================================================

modules

=================================================================*/
@import url("https://fonts.googleapis.com/css?family=Hind:500");
/* ----------------------------------
  heading component
---------------------------------- */
/* h1 ---------------*/
.m-heading1-head {
  *zoom: 1;
  padding: 13px;
  border-bottom: 1px solid #e6e6e6;
}
.m-heading1-head:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
.m-heading1-head > span {
  vertical-align: middle;
}
.m-heading1-head__logo {
  float: left;
  width: 85px;
}
.m-heading1-head__logo > i {
  margin-top: -2px;
}
.m-heading1-head__title {
  display: block;
  overflow: hidden;
  color: #0070cb;
  font-weight: bold;
  text-align: right;
}
.m-heading1,
.m-heading1-center,
.m-heading1-center-img {
  margin-top: 25px;
}
.m-heading1 {
  font-size: 142%;
  line-height: 1.25;
  color: #0070cb;
  font-weight: bold;
  margin-left: 15px;
  margin-right: 15px;
}
.m-heading1-center {
  font-size: 142%;
  line-height: 1.25;
  text-align: center;
  color: #0070cb;
  font-weight: bold;
  margin-left: 15px;
  margin-right: 15px;
}
.m-heading1-center-img {
  text-align: center;
}
.m-heading1-center-img__sub,
.m-heading1-center-img__main {
  display: block;
}
.m-heading1-center-img__sub {
  color: #0070cb;
  font-weight: bold;
  font-size: 114%;
}
.m-heading1-center-img__main {
  margin-top: 15px;
  margin-right: 15px;
  margin-left: 15px;
}
.m-heading1-center-img__main > img {
  max-width: 100%;
}
/* h2 ---------------*/
.m-heading2,
.m-heading2-rsub {
  margin-top: 40px;
  margin-bottom: 25px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  font-size: 128%;
  line-height: 1.25;
  font-weight: bold;
  padding: 3px 0 3px 15px;
}
.m-heading2:after,
.m-heading2-rsub:after {
  position: absolute;
  content: '';
  display: inline-block;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #0070cb;
}
h1 + .m-heading2 {
  margin-top: 25px;
}
.m-heading2-center-wht {
  font-size: 128%;
  line-height: 1.25;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.m-heading2-rsub__inner {
  display: table;
  width: 100%;
}
.m-heading2-rsub__main,
.m-heading2-rsub__tag {
  display: table-cell;
  vertical-align: middle;
}
.m-heading2-rsub__tag {
  text-align: right;
  font-size: 78%;
  font-weight: normal;
}
/* h3 ---------------*/
.m-heading3-point {
  margin-top: 40px;
  margin-bottom: 25px;
  margin-left: 15px;
  margin-right: 15px;
}
.m-heading3-point__tbl {
  display: table;
  width: 100%;
}
.m-heading3-point__brdr,
.m-heading3-point__num,
.m-heading3-point__sub,
.m-heading3-point__ttl {
  display: table-cell;
  vertical-align: middle;
}
.m-heading3-point__brdr {
  background: #fdb812;
  position: relative;
  width: 5px;
}
.m-heading3-point__brdr:after {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  height: 33.3%;
  width: 5px;
  background: #017dc5;
}
.m-heading3-point__brdr:before {
  position: absolute;
  content: '';
  display: block;
  bottom: 0;
  left: 0;
  height: 33.3%;
  width: 5px;
  background: #ec1f26;
}
.m-heading3-point__num {
  background: #fff;
  color: #0070cb;
  font-size: 121%;
  border-top: 2px solid #0070cb;
  border-bottom: 2px solid #0070cb;
  width: 25px;
  padding: 0 10px;
  text-align: center;
}
.m-heading3-point__sub {
  background: #fff;
  color: #0070cb;
  font-size: 121%;
  border-top: 2px solid #0070cb;
  border-bottom: 2px solid #0070cb;
  width: 45px;
  padding: 0 10px;
  text-align: center;
}
.m-heading3-point__sub > span {
  font-size: 92%;
}
.m-heading3-point__ttl {
  background: #0070cb;
  font-weight: bold;
  color: #fff;
  font-size: 135%;
  border-top: 2px solid #0070cb;
  border-bottom: 2px solid #0070cb;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 10px;
}
.m-heading3 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 114%;
  line-height: 1.25;
  font-weight: bold;
}
.m-heading3 {
  color: #0070cb;
}
.m-heading3-cntr-bgray {
  font-size: 114%;
  line-height: 1.25;
  text-align: center;
  color: #0070cb;
  padding: 12px;
  background: #f2f2f2;
  font-weight: bold;
}
.m-heading3--black {
  margin-top: 15px;
  text-align: center;
  font-size: 114%;
  line-height: 1.25;
  font-weight: bold;
}
.m-heading3-cntr {
  margin-top: 20px;
  font-size: 114%;
  line-height: 1.25;
  text-align: center;
  color: #0070cb;
  font-weight: bold;
}
.m-heading3-step {
  margin-top: 25px;
  font-size: 114%;
  line-height: 1.25;
  text-align: center;
  color: #0070cb;
  font-weight: bold;
}
.m-heading3-step__step {
  display: block;
}
.m-heading3-step__text {
  display: block;
  margin-top: 10px;
}
.m-heading3--box {
  margin-top: 35px;
  color: #0070cb;
  border: 1px solid #0070cb;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  padding: 8px;
}
/* ----------------------------------
  block component
---------------------------------- */
.m-block,
.m-block--ht-s,
.m-block--ht-m,
.m-block--notice,
.m-block--notice-large,
.m-block--notice-large-ex,
.m-block--fantastic,
.m-block--fantastic--arrowbtm,
.m-block--fantastic--arrowbtm--s,
.m-block--calm,
.m-block--calm--arrowtop-s,
.m-block--calm--arrowbtm,
.m-block--cloudy,
.m-block--cloudy--s,
.m-block--cloudy--arrowbtm,
.m-block--ultranova,
.m-block--ultranova--arrowtop,
.m-block--fresh {
  padding: 0 15px;
}
.m-block > :first-child,
.m-block--ht-s > :first-child,
.m-block--ht-m > :first-child,
.m-block--notice > :first-child,
.m-block--notice-large > :first-child,
.m-block--notice-large-ex > :first-child,
.m-block--fantastic > :first-child,
.m-block--fantastic--arrowbtm > :first-child,
.m-block--fantastic--arrowbtm--s > :first-child,
.m-block--calm > :first-child,
.m-block--calm--arrowtop-s > :first-child,
.m-block--calm--arrowbtm > :first-child,
.m-block--cloudy > :first-child,
.m-block--cloudy--s > :first-child,
.m-block--cloudy--arrowbtm > :first-child,
.m-block--ultranova > :first-child,
.m-block--ultranova--arrowtop > :first-child,
.m-block--fresh > :first-child {
  margin-top: 0;
}
.m-block--ht-s {
  padding-top: 15px;
}
.m-block--ht-m {
  padding-top: 25px;
}
.m-block--hb-m {
  padding-bottom: 25px;
}
.m-block--notice {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #fff6cc;
  border-top: 1px solid #faed96;
  border-bottom: 1px solid #faed96;
}
.m-block--notice-large {
  padding-top: 25px;
  padding-bottom: 25px;
  background: #fff6cc;
  border-top: 1px solid #faed96;
  border-bottom: 1px solid #faed96;
}
.m-block--notice-large-ex {
  padding-top: 25px;
  padding-bottom: 15px;
  background: #fff6cc;
  border-top: 1px solid #faed96;
  border-bottom: 1px solid #faed96;
}
.m-block--fantastic,
.m-block--fantastic--arrowbtm {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #0070cb;
}
.m-block--fantastic > :first-child,
.m-block--fantastic--arrowbtm > :first-child {
  margin-top: 0;
}
.m-block--fantastic--arrowbtm {
  position: relative;
  margin-bottom: 50px;
}
.m-block--fantastic--arrowbtm:after {
  content: '';
  display: inline-block;
  border-top: 25px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 40px solid transparent;
  border-top-color: #0070cb;
  position: absolute;
  left: 50%;
  bottom: -50px;
  margin-top: -40px;
  margin-left: -40px;
}
.m-block--fantastic--arrowbtm--s {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #0070cb;
  position: relative;
  margin-bottom: 50px;
}
.m-block--fantastic--arrowbtm--s > :first-child {
  margin-top: 0;
}
.m-block--fantastic--arrowbtm--s:after {
  content: '';
  display: inline-block;
  border-top: 25px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 40px solid transparent;
  border-top-color: #0070cb;
  position: absolute;
  left: 50%;
  bottom: -50px;
  margin-top: -40px;
  margin-left: -40px;
}
.m-block--calm,
.m-block--calm--arrowtop-s,
.m-block--calm--arrowbtm {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #f5f2e9;
}
.m-block--calm--arrowtop-s {
  position: relative;
  margin-top: 40px;
}
.m-block--calm--arrowtop-s:after {
  content: '';
  display: inline-block;
  border-top: 20px solid transparent;
  border-right: 24px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 24px solid transparent;
  border-bottom-color: #f5f2e9;
  position: absolute;
  left: 50%;
  top: -20px;
  margin-top: -20px;
  margin-left: -24px;
  z-index: -1;
}
.m-block--calm--arrowbtm {
  position: relative;
  margin-bottom: 50px;
}
.m-block--calm--arrowbtm:after {
  content: '';
  display: inline-block;
  border-top: 25px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 40px solid transparent;
  border-top-color: #f5f2e9;
  position: absolute;
  left: 50%;
  bottom: -50px;
  margin-top: -40px;
  margin-left: -40px;
}
.m-block--cloudy {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #f8f8f8;
}
.m-block--cloudy--s {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #f8f8f8;
}
.m-block--cloudy--arrowbtm {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #f2f2f2;
  position: relative;
  margin-bottom: 60px;
}
.m-block--cloudy--arrowbtm:after {
  content: '';
  display: inline-block;
  border-top: 40px solid transparent;
  border-right: 68px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 68px solid transparent;
  border-top-color: #f2f2f2;
  position: absolute;
  left: 50%;
  bottom: -80px;
  margin-top: -68px;
  margin-left: -68px;
}
.m-block--ultranova,
.m-block--ultranova--arrowtop {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffea00;
}
.m-block--ultranova--arrowtop {
  position: relative;
  margin-top: 60px;
}
.m-block--ultranova--arrowtop:after {
  content: '';
  display: inline-block;
  border-top: 40px solid transparent;
  border-right: 68px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 68px solid transparent;
  border-bottom-color: #ffea00;
  position: absolute;
  left: 50%;
  top: -40px;
  margin-top: -40px;
  margin-left: -68px;
}
.m-block--fresh {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #edf7ff;
}
/* ----------------------------------
  unit component
---------------------------------- */
.m-unit {
 margin-top: 25px;
  padding: 0 15px;
}
.m-unit > :first-child {
  margin-top: 0;
}
h3 + .m-unit {
  margin-top: 20px;
}
.m-unit__inner {
  margin-left: -15px;
  margin-right: -15px;
}
.m-unit--s {
  margin-top: 15px;
  padding: 0 15px;
}
.m-unit--s > :first-child {
  margin-top: 0;
}
/* ----------------------------------
  column component
---------------------------------- */
.m-column2 {
  margin-top: 5px;
  *zoom: 1;
  margin-left: -10px;
}
.m-column2:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
.m-column2__item {
  float: left;
  width: 50%;
  margin-top: 10px;
}
.m-column2__inner {
  margin-left: 10px;
}
.m-column2__inner > :first-child {
  margin-top: 0;
}
/* ----------------------------------
  box component
---------------------------------- */
.m-box,
.m-box--round-nrm,
.m-box--round,
.m-box--l-round,
.m-box--cloudy {
  margin-top: 15px;
  padding: 15px;
}
.m-box > :first-child,
.m-box--round-nrm > :first-child,
.m-box--round > :first-child,
.m-box--l-round > :first-child,
.m-box--cloudy > :first-child {
  margin-top: 0;
}
.m-box {
  border: 1px solid #ededed;
  background: #fff;
}
.m-box--round-nrm {
  margin-top: 15px;
  background: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 15px;
}
.m-box--round {
  margin-top: 15px;
  border: 1px solid #ededed;
  background: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.m-box--l-round {
  margin-top: 15px;
  border: 3px solid #ededed;
  background: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.m-box--cloudy {
  border: 1px solid #ededed;
  background: #f7f7f7;
}
.m-box--cloudy-round {
  margin-top: 15px;
  padding: 15px;
  border: 1px solid #ededed;
  background: #f7f7f7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.m-box--cloudy-round > :first-child {
  margin-top: 0;
}
.m-box--spook-round {
  margin-top: 15px;
  padding: 15px;
  border: 1px solid #ededed;
  background: #edf7ff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.m-box--spook-round > :first-child {
  margin-top: 0;
}
.m-box--calm-round {
  margin-top: 15px;
  padding: 15px;
  background: #f5f2e9;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.m-box--calm-round > :first-child {
  margin-top: 0;
}
/* box supply info ---------------*/
.m-box-supplyinfo {
  margin-top: 15px;
}
.m-box-supplyinfo__head {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: #ededed;
  text-align: center;
  padding: 9px 15px 8px 15px;
}
.m-box-supplyinfo__cont {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #f7f7f7;
  border: 1px solid #ededed;
  padding: 15px;
}
.m-box-supplyinfo__cont > :first-child {
  margin-top: 0;
}
.m-box-supplyinfo__cont > p > a {
  color: #08c;
}
/* ----------------------------------
  pack component
---------------------------------- */
/* point introduce ---------------*/
.m-pack-intro__item {
  margin-top: 40px;
}
.m-pack-intro__item > :first-child {
  margin-top: 0;
}
.m-pack-intro__item--s {
  margin-top: 20px;
}
.m-pack-intro__ttl {
  text-align: center;
  color: #fff;
}
.m-pack-intro__ttl + .m-pack-intro__item {
  margin-top: 25px;
}
.m-pack-intro__ttl-sub {
  display: block;
  margin: 10px auto 0 auto;
}
.m-pack-intro__item-thum {
  width: 150px;
  margin: 0 auto;
}
.m-pack-intro__item-thum > img {
  width: 100%;
}
.m-pack-intro__item-ttl,
.m-pack-intro__item-ttl-brdr {
  margin-top: 20px;
  color: #fff;
  text-align: center;
}
.m-pack-intro__item-ttl-brdr {
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 7px;
  border-bottom: 1px solid #fff;
}
.m-pack-intro__item-ttl__sub,
.m-pack-intro__item-ttl__main {
  font-size: 92%;
}
.m-pack-intro__item-ttl__main {
  font-size: 107%;
}
.m-pack-intro__item-ttl__sub,
.m-pack-intro__item-ttl__main {
  display: block;
}
.m-pack-intro__item-ttl__main {
  font-size: 177%;
}
.m-pack-intro__item-text {
  font-size: 107%;
  margin-top: 15px;
  color: #fff;
  text-align: center;
}
.m-pack-intro__item-btn-area {
  text-align: center;
  margin-top: 15px;
}
.m-pack-intro__item-btn {
  position: relative;
  display: block;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
  display: inline-block;
  padding: 8px 0;
  background: #f3f3f3;
  width: 150px;
  color: #08c;
}
.m-pack-intro__item-btn:after {
  position: absolute;
  content: '';
  display: block;
  width: 6px;
  height: 9px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -27px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -4px;
  right: 10px;
  top: 50%;
  overflow: hidden;
}
.m-pack-intro__notice {
  margin-top: 25px;
  background: #ffea00;
  margin-left: -15px;
  margin-right: -15px;
  padding: 25px 0;
  color: #08c;
}
.m-pack-intro__notice-area {
  padding-top: 15px;
}
.m-pack-intro__notice-atten {
  font-size: 85%;
  text-align: right;
  margin-top: 0;
}
.m-pack-intro__notice-atten > a {
  color: #fff;
  padding-left: 20px;
}
.m-pack-intro__notice-flg {
  margin-right: 5px;
}
.m-pack-intro__notice-cont {
  display: none;
}
.m-pack-intro__notice-cont-inner {
  padding-top: 15px;
}
.m-pack-intro__notice-cont-inner > :first-child {
  margin-top: 0;
}
/* notice acd ---------------*/
.m-pack-notice-area {
  padding-top: 15px;
}
.m-pack-notice-atten {
  font-size: 85%;
  text-align: right;
  margin-top: 0;
}
.m-pack-notice-atten > a {
  color: #000;
  padding-left: 20px;
}
.m-pack-notice-flg {
  margin-right: 5px;
}
.m-pack-notice-cont {
  display: none;
}
.m-pack-notice-cont-inner {
  padding-top: 15px;
}
.m-pack-notice-cont-inner > :first-child {
  margin-top: 0;
}
/* styles col2 ---------------*/
.m-pack-styles,
.m-pack-styles--last {
  position: relative;
  margin-left: -1px;
}
.m-pack-styles--last {
  border-bottom: 1px solid #e6e6e6;
}
.m-pack-styles__tbl {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.m-pack-styles__item {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #e6e6e6;
}
.m-pack-styles__brdr-origin {
  border-top: 5px solid #005bac;
}
.m-pack-styles__brdr-hybrid {
  border-top: 5px solid #ed161d;
}
.m-pack-styles__brdr-origin--s {
  border-top: 2px solid #005bac;
}
.m-pack-styles__brdr-hybrid--s {
  border-top: 2px solid #ed161d;
}
.m-pack-styles__item-inner {
  padding: 10px 15px;
}
.m-pack-styles__item-inner > :first-child {
  margin-top: 0;
}
.m-pack-styles__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/* qa list ---------------*/
.m-pack-qalist {
  padding-top: 5px;
}
.m-pack-qalist__item {
  padding: 0 10px;
}
.m-pack-qalist__item > a {
  position: relative;
  padding: 15px 7px 15px 30px;
  display: block;
  color: #08c;
}
.m-pack-qalist__item > a:after {
  position: absolute;
  content: '';
  display: block;
  width: 11px;
  height: 13px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -252px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -6px;
  left: 10px;
  top: 50%;
  overflow: hidden;
}
.m-pack-qalist__item > a:before {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url("/touch/share/sp/img_16/bg_dot.png") repeat-x 0 0;
  -webkit-background-size: 6px 2px;
  -moz-background-size: 6px 2px;
  background-size: 6px 2px;
}
.m-pack-qalist-more {
  text-align: right;
  padding-right: 15px;
}
/* deadline date ---------------*/
.m-pack-deadline {
  margin-top: 15px;
  display: table;
  width: 100%;
  padding: 15px 0;
  border: 1px solid #faed96;
  background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.m-pack-deadline__main {
  display: table;
  width: 100%;
}
.m-pack-deadline__text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 85%;
}
.m-pack-deadline__date {
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
  color: #f00;
  text-align: right;
}
.m-pack-deadline__date-main {
  white-space: nowrap;
  display: block;
}
.m-pack-deadline__date-num {
  font-size: 192%;
  font-weight: bold;
}
.m-pack-deadline__date-week {
  font-size: 78%;
  font-weight: normal;
}
.m-pack-deadline__date-sub {
  text-align: right;
  font-size: 78%;
  /*white-space: nowrap;*/
}
/* price box ---------------*/
.m-pack-pricebox {
  margin-top: 15px;
  border: 1px solid #faed96;
  background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
}
.m-pack-pricebox__head {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.m-pack-pricebox__cont {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 2px solid #ccc;
  *zoom: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.m-pack-pricebox__cont:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
.m-pack-pricebox__cont > :first-child {
  margin-top: 0;
}
.m-pack-pricebox__text {
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
  font-size: 85%;
}
.m-pack-pricebox__price {
  display: table-cell;
  vertical-align: middle;
  color: #f00;
  text-align: right;
}
.m-pack-pricebox__price-main {
  white-space: nowrap;
  display: block;
}
.m-pack-pricebox__price-num {
  font-weight: bold;
  font-size: 161%;
}
.m-pack-pricebox__price-yen {
  font-size: 92%;
}
.m-pack-pricebox__price-tax {
  font-size: 85%;
}
.m-pack-pricebox__price-sub {
  text-align: right;
  font-size: 85%;
}
.m-pack-pricebox__supply {
  color: #666;
  font-size: 71%;
}
.m-pack-pricebox__link {
  margin-top: 5px;
}
/* kyozai tag list ---------------*/
.m-pack-tagls {
  *zoom: 1;
  margin-top: 5px;
  margin-left: -10px;
}
.m-pack-tagls:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
.m-pack-tagls__item {
  float: left;
  width: 50%;
  margin-top: 10px;
}
.m-pack-tagls__inner {
  padding-left: 10px;
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.m-pack-tagls__inner > span {
  display: table-cell;
  vertical-align: middle;
  border: 3px solid #daecfb;
  background: #edf7ff;
  padding: 8px 10px 6px 10px;
  font-size: 121%;
  text-align: center;
  color: #0070cb;
  font-weight: bold;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  line-height: 1.3;
}
/* intro course ---------------*/
.m-pack-course {
  margin-top: 35px;
}
.m-pack-course > :first-child {
  margin-top: 0;
}
.m-pack-course__item {
  margin-top: 40px;
}
.m-pack-course__item > :first-child {
  margin-top: 0;
}
.m-pack-course__item-cont {
  margin-top: 15px;
}
.m-pack-course__item-cont > :first-child {
  margin-top: 0;
}
.m-pack-course__itempt {
  background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 35px;
  padding: 5px 15px 15px 15px;
}
.m-pack-course__itempt__ttl {
  color: #0070cb;
  padding: 16px 0 16px 50px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 114%;
  line-height: 1.25;
}
.m-pack-course__itempt__ttl:before {
  position: absolute;
  content: '';
  display: block;
  width: 43px;
  height: 43px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -1745px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -21px;
  left: 0px;
  top: 50%;
  overflow: hidden;
}
.m-pack-course__itempt__ttl:after {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url("/touch/share/sp/img_16/bg_dot.png") repeat-x 0 0;
  -webkit-background-size: 6px 2px;
  -moz-background-size: 6px 2px;
  background-size: 6px 2px;
}
.m-pack-course__itempt__cont {
  margin-top: 15px;
}
.m-pack-course__link {
  margin-top: 15px;
  text-align: right;
}
.m-pack-course__link > :first-child {
  margin-top: 0;
}
/* senior comment ---------------*/
.m-pack-senior {
  margin-top: 15px;
  border: 1px solid #e6e6e6;
  background: url("/touch/share/sp/img_16/bg_mas.png") 50% 50%;
  -webkit-background-size: 28px 27px;
  -moz-background-size: 28px 27px;
  background-size: 28px 27px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.m-pack-senior__head {
  text-align: center;
  font-weight: bold;
}
.m-pack-senior__cont {
  padding: 0 15px 15px 15px;
}
.m-pack-senior__cont-more {
  display: none;
}
.m-pack-senior__cont-user {
  text-align: center;
  font-weight: bold;
  font-size: 107%;
}
.m-pack-senior__cont-ttl {
  color: #0070cb;
  font-size: 114%;
}
/* study skills -----------------*/
.m-pack-studyskl {
  margin-top: 15px;
}
.m-pack-studyskl > :first-child {
  margin-top: 0;
}
.m-pack-studyskl > ul > :first-child {
  margin-top: 0;
}
.m-pack-studyskl > ul li {
  margin-top: 35px;
}
.m-pack-studyskl__item {
  *zoom: 1;
  color: #08c;
  display: block;
}
.m-pack-studyskl__item:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
.m-pack-studyskl__thum {
  position: relative;
  float: left;
  padding-right: 10px;
}
.m-pack-studyskl__thum > img {
  width: 80px;
}
.m-pack-studyskl__thum-noload {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.m-pack-studyskl__cont {
  display: block;
  overflow: hidden;
}
.m-pack-studyskl__link,
.m-pack-studyskl__text {
  display: block;
}
.m-pack-studyskl__link {
  position: relative;
  padding-left: 10px;
}
.m-pack-studyskl__link:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 7px;
  height: 11px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -101px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  left: 0px;
  top: 0;
  overflow: hidden;
  top: 3px;
}
.m-pack-studyskl__text {
  color: #000;
  margin-top: 10px;
}
/* col2++ ---*/
.m-pack-studyskl-col2,
.m-pack-studyskl-col2__more {
  margin-left: -15px;
  margin-right: -15px;
}
.m-pack-studyskl-col2 > ul,
.m-pack-studyskl-col2__more > ul {
  *zoom: 1;
}
.m-pack-studyskl-col2 > ul:after,
.m-pack-studyskl-col2__more > ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
.m-pack-studyskl-col2 > ul li,
.m-pack-studyskl-col2__more > ul li {
  float: left;
  width: 50%;
  margin-top: 15px;
}
.m-pack-studyskl-col2 > ul {
  margin-top: -15px;
}
.m-pack-studyskl-col2__more {
  display: none;
}
.m-pack-studyskl-col2__item {
  *zoom: 1;
  color: #08c;
  padding: 0 15px;
  display: block;
}
.m-pack-studyskl-col2__item:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
.m-pack-studyskl-col2__thum {
  position: relative;
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 138px;
}
.m-pack-studyskl-col2__thum > img {
  width: 138px;
}
.m-pack-studyskl-col2__thum-noload {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.m-pack-studyskl-col2__cont {
  display: block;
  margin-top: 10px;
}
.m-pack-studyskl-col2__link,
.m-pack-studyskl-col2__text {
  display: block;
}
.m-pack-studyskl-col2__link {
  position: relative;
  padding-left: 10px;
}
.m-pack-studyskl-col2__link:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 7px;
  height: 11px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -101px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  left: 0px;
  top: 0;
  overflow: hidden;
  top: 3px;
}
.m-pack-studyskl-col2__text {
  color: #000;
  margin-top: 10px;
}
/* information -----------------*/
.m-information {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0 15px;
}
.m-information--line {
  margin-top: 15px;
  padding: 0 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}
.m-information__ttl {
  padding: 5px;
  background: #e60012;
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  text-align: center;
  font-weight: bold;
}
.m-information__cont {
  padding: 12px;
  border: 2px solid #e60012;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: none;
}
.m-information__list > :first-child {
  margin-top: 0;
}
.m-information__list li {
  margin-top: 10px;
}
.m-information__list li a {
  color: #08c;
}
/* send date -----------------*/
.m-pack-senddate {
  margin-top: 15px;
  display: table;
}
.m-pack-senddate > :first-child {
  margin-top: 0;
}
.m-pack-senddate__ttl {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
  white-space: nowrap;
}
.m-pack-senddate__list {
  display: table-cell;
  vertical-align: middle;
  *zoom: 1;
}
.m-pack-senddate__list:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
.m-pack-senddate__list > li {
  float: left;
  padding: 3px 5px;
  background: #dcefff;
  color: #0070cb;
  margin: 2px 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.m-pack-senddate__list > li > span {
  font-size: 128%;
  font-family: 'Hind', sans-serif;
}
/* attention area ---------------*/
.m-pack-attention {
  margin-top: 15px;
  padding: 8px;
  border: 1px solid #f00;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  color: #f00;
}
.m-pack-attention > :first-child {
  margin-top: 0;
}
/* user comment area ---------------*/
.m-pack-comment {
  margin-top: 15px;
}
.m-pack-comment > :first-child {
  margin-top: 0;
}
.m-pack-comment__item-l {
  position: relative;
  padding-left: 50px;
  padding-bottom: 35px;
}
.m-pack-comment__item-r {
  position: relative;
  padding-right: 50px;
  padding-bottom: 35px;
}
.m-pack-comment__item-thum {
  position: absolute;
  bottom: 0;
}
.m-pack-comment__item-come {
  position: relative;
  background: #fff;
  border: 2px solid #ededed;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
}
.m-pack-comment__item-l .m-pack-comment__item-thum {
  left: 0;
}
.m-pack-comment__item-l .m-pack-comment__item-come:after {
  position: absolute;
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background-image: url("/touch/share/sp/img_16/img_come_l.png");
  background-repeat: no-repeat;
  -webkit-background-size: 22px 22px;
  -moz-background-size: 22px 22px;
  background-size: 22px 22px;
  bottom: -9px;
  left: -6px;
}
.m-pack-comment__item-r .m-pack-comment__item-thum {
  right: 0;
}
.m-pack-comment__item-r .m-pack-comment__item-come:after {
  position: absolute;
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background-image: url("/touch/share/sp/img_16/img_come_r.png");
  -webkit-background-size: 22px 22px;
  -moz-background-size: 22px 22px;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  bottom: -8px;
  right: -7px;
}
/* subject ---------------*/
.m-pack-subject {
  position: relative;
  margin-top: 15px;
  margin-left: -1px;
}
.m-pack-subject > :first-child {
  margin-top: 0;
}
.m-pack-subject__ttl {
  padding: 9px 10px;
  text-align: center;
  font-weight: bold;
  text-align: center;
  background: #f3f3f3;
  font-size: 142%;
}
.m-pack-subject__cont {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #fff;
  margin-left: -1px;
  margin-righe: -1px;
}
.m-pack-subject__item {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #fff;
}
.m-pack-subject__ttl-st,
.m-pack-subject__ttl-hy {
  padding: 6px 10px;
  text-align: center;
  text-align: center;
  font-size: 114%;
  color: #fff;
}
.m-pack-subject__ttl-st {
  background: #f27191;
}
.m-pack-subject__ttl-hy {
  background: #53b7e8;
}
.m-pack-subject__inner {
  padding: 10px;
}
.m-pack-subject__inner > :first-child {
  margin-top: 0;
}
/* graph ---------------*/
.m-pack-graph {
  margin-top: 15px;
}
.m-pack-graph > :first-child {
  margin-top: 0;
}
.m-pack-graph__img {
  width: 100%;
}
.m-pack-graph__data {
  overflow: hidden;
}
.m-pack-graph__wrap {
  margin-left: -5px;
  margin-right: -5px;
}
.m-pack-graph__tbl,
.m-pack-graph__tbl--s {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0;
  table-layout: fixed;
}
.m-pack-graph__tbl {
  font-size: 85%;
}
.m-pack-graph__tbl--s {
  font-size: 78%;
}
.m-pack-graph__item {
  display: table-cell;
  vertical-align: top;
  text-align: center;
}
.m-pack-graph__item--mdl {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.m-pack-graph__item-inner {
  padding: 5px 10px 0 10px;
}
.m-pack-graph__item-inner > :first-child {
  margin-top: 0;
}
/* jisseki persent ---------------*/
.m-jisseki-per {
  margin-top: 15px;
  display: table;
  width: 100%;
}
.m-jisseki-per__item-l,
.m-jisseki-per__item-r {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
}
.m-jisseki-per__item-l > :first-child,
.m-jisseki-per__item-r > :first-child {
  margin-top: 0;
}
.m-jisseki-per__item-l > img,
.m-jisseki-per__item-r > img {
  max-width: 100%;
}
.m-jisseki-per__item-l {
  text-align: right;
  padding-right: 5px;
  width: 48%;
}
.m-jisseki-per__item-r {
  text-align: left;
  padding-left: 5px;
  width: 52%;
}
.m-jisseki-per__sub {
  font-size: 85%;
  margin-top: 0;
  white-space: nowrap;
}
.m-jisseki-per__main {
  font-size: 135%;
  color: #f27979;
  font-weight: bold;
  margin-top: 0;
  white-space: nowrap;
}
/* jisseki dakara ---------------*/
.m-jisseki-dakara {
  margin-top: 15px;
  display: block;
  width: 80%;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  color: #f27979;
  font-size: 114%;
  font-weight: bold;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #f8bcbc;
  background: #fef1f1;
}
/* ----------------------------------
  media component
---------------------------------- */
/* thumbnail + content default ---------------*/
.m-media {
  position: relative;
  margin-top: 15px;
}
.m-media > :first-child {
  margin-top: 0;
}
.m-hr-dotline + .m-media {
  margin-top: 0;
}
.m-media__ttl {
  color: #0070cb;
  font-weight: bold;
  text-align: center;
}
.m-media__ttl-link {
  font-weight: bold;
  font-size: 107%;
}
.m-media__ttl-link > a {
  position: relative;
  color: #0070cb;
  padding-left: 15px;
}
.m-media__ttl-link > a:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 8px;
  height: 13px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -222px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -6px;
  left: 0px;
  top: 50%;
  overflow: hidden;
}
.m-media__head {
  margin-top: 15px;
}
.m-media__head > :first-child {
  margin-top: 0;
}
.m-media__head__ttl {
  font-weight: bold;
}
.m-media__thum {
  margin-top: 15px;
}
.m-media__thum > :first-child {
  margin-top: 0;
}
.m-media__cont {
  margin-top: 15px;
}
/* thumbnail + content col2 /// width auto + icon ---------------*/
.m-media-col2 {
  position: relative;
  margin-top: 15px;
  *zoom: 1;
}
.m-media-col2:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
.m-media-col2__thum {
  padding-right: 15px;
  float: left;
}
.m-media-col2__thum > :first-child {
  margin-top: 0;
}
.m-media-col2__icon-wrap {
  border: 2px solid #e6e6e6;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100px;
  height: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding-top: 10px;
}
.m-media-col2__icon-wrap > i {
  vertical-align: middle;
}
.m-media-col2__cont {
  display: block;
  overflow: hidden;
}
.m-media-col2__cont > :first-child {
  margin-top: 0;
}
/* ----------------------------------
  tab component
---------------------------------- */
/* tab normal ---------------*/
.m-tab,
.m-tab-btns {
  margin-top: 25px;
}
.m-tab > :first-child,
.m-tab-btns > :first-child {
  margin-top: 0;
}
.m-tab__head {
  padding: 0 5px;
  font-size: 85%;
}
.m-tab__list {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px 0;
  table-layout: fixed;
}
.m-tab__list-item {
  display: table-cell;
  border: 2px solid #0070cb;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}
.m-tab__list-item a {
  display: block;
  padding: 15px 5px;
  color: #0070cb;
}
.m-tab__list-item.is-active {
  background: #0070cb;
}
.m-tab__list-item.is-active a,
.m-tab__list-item.is-active span {
  color: #fff;
}
.m-tab__cont {
  margin-top: -2px;
  border-top: 2px solid #0070cb;
}
/* tab buttons ---------------*/
.m-tab-btns__list {
  *zoom: 1;
  margin-left: -10px;
}
.m-tab-btns__list:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
.m-tab-btns__item {
  float: left;
  width: 25%;
}
.m-tab-btns__item-inner {
  display: block;
  margin-left: 10px;
}
.m-tab-btns__item-inner > a {
  display: block;
  font-size: 78%;
}
.m-tab-btns__item-inner > a.is-active {
  position: relative;
  margin-top: 1px;
  background: #0070cb;
  color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.m-tab-btns__item-inner > a.is-active:after {
  content: '';
  display: inline-block;
  border-top: 8px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid transparent;
  border-top-color: #0070cb;
  position: absolute;
  left: 50%;
  bottom: -16px;
  margin-top: -10px;
  margin-left: -10px;
}
.m-tab-btns__item-inner > a.is-active span {
  background: #0070cb;
  color: #fff;
  border: none;
  -webkit-box-shadow: 2px 5px 5px 0 rgba(0,0,0,0.3) inset;
  box-shadow: 2px 5px 5px 0 rgba(0,0,0,0.3) inset;
}
.m-tab-btns__item-inner > a span {
  display: block;
  border: 1px solid #e6e6e6;
  padding: 9px 3px 8px 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  color: #0070cb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.m-tab__cont > :first-child {
  display: block;
}
.m-tab__cont-box {
  display: none;
}
/* ----------------------------------
  accordion component
---------------------------------- */
/* accordion 1 // only ---------------*/
.m-accordion,
.m-accordion--s,
.m-accordion-series {
  margin-top: 15px;
  margin-bottom: 3px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.m-accordion__ttl,
.m-accordion--s__ttl,
.m-accordion-series__ttl {
  position: relative;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  padding: 13px 35px 13px 15px;
  color: #08c;
  font-size: 107%;
  cursor: pointer;
  background: #fff;
}
.m-accordion__ttl:after,
.m-accordion--s__ttl:after,
.m-accordion-series__ttl:after {
  position: absolute;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -38px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -5px;
  right: 15px;
  top: 50%;
  overflow: hidden;
}
.m-accordion__ttl.is-active:after,
.m-accordion--s__ttl.is-active:after,
.m-accordion-series__ttl.is-active:after {
  position: absolute;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -50px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -5px;
  right: 15px;
  top: 50%;
  overflow: hidden;
}
.m-accordion__ttl {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.m-accordion__ttl.is-active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.m-accordion__cont,
.m-accordion--s__cont,
.m-accordion-series__cont {
  display: none;
  -webkit-box-shadow: 0 5px 5px 0 rgba(128,128,128,0.1) inset;
  box-shadow: 0 5px 5px 0 rgba(128,128,128,0.1) inset;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  background: #edf7ff;
}
.m-accordion__cont > :first-child,
.m-accordion--s__cont > :first-child,
.m-accordion-series__cont > :first-child {
  margin-top: 0;
}
.m-accordion__cont.is-active,
.m-accordion--s__cont.is-active,
.m-accordion-series__cont.is-active {
  display: block;
}
.m-accordion__cont:last-child,
.m-accordion--s__cont:last-child,
.m-accordion-series__cont:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.m-accordion__cont {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.m-accordion__cont-inner,
.m-accordion--s__cont-inner,
.m-accordion-series__cont-inner {
  padding: 20px 13px 13px 13px;
}
.m-accordion__cont-inner > :first-child,
.m-accordion--s__cont-inner > :first-child,
.m-accordion-series__cont-inner > :first-child {
  margin-top: 0;
}
/* accordion 1++ (small　version) // only ---------------*/
.m-accordion--s__ttl {
  font-size: 92%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.m-accordion--s__ttl.is-active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.m-accordion--s__cont {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* accordion 2 // series ---------------*/
.m-accordion-series__ttl:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.m-accordion-series__ttl:nth-last-child(2) {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.m-accordion-series__ttl:nth-last-child(2).is-active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.m-accordion-series__cont:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.m-accordion-anc {
  height: 0px;
  display: block;
  background: none;
}
/* accordion thumbnail ttl ---------------*/
.m-accordion-ttl {
  display: table;
  margin-top: 0;
  padding-top: 2px;
}
.m-accordion-ttl__icon,
.m-accordion-ttl__text {
  display: table-cell;
  vertical-align: middle;
}
.m-accordion-ttl__icon {
  width: 60px;
  text-align: left;
}
.m-accordion-ttl__text {
  text-align: left;
}
/* accordion 3 // text link ---------------*/
.m-accordion-text {
  margin-top: 15px;
}
.m-accordion-text > :first-child {
  margin-top: 0;
}
.m-accordion-text__ttl {
  font-size: 85%;
  text-align: center;
}
.m-accordion-text__ttl > a {
  color: #08c;
}
.m-accordion-text__ttl--r {
  font-size: 85%;
  text-align: right;
}
.m-accordion-text__ttl--r > a {
  color: #08c;
}
.m-accordion-text__ttlflg {
  margin-right: 5px;
}
.m-accordion-text__cont {
  display: none;
}
.m-accordion-text__cont-inner {
  padding-top: 15px;
}
.m-accordion-text__cont-inner > :first-child {
  margin-top: 0;
}
.m-accordion-text > .m-accordion-text__ttl {
  margin-top: 15px;
}
.m-accordion-text > .m-accordion-text__cont > .m-accordion-text__cont-inner {
  padding-bottom: 0;
}
/* accordion 4 // area open & close ---------------*/
.m-accordion-area__vsbl {
  display: block;
}
.m-accordion-area__hide {
  display: none;
}
/* ----------------------------------
  slider component
---------------------------------- */
/* thumbnail slider ---------------*/
.m-slider {
  position: relative;
  margin-top: 15px;
}
.m-slider__inner {
  margin-left: -10px;
  margin-right: -10px;
  display: block;
}
.m-slider__list {
  *zoom: 1;
}
.m-slider__list:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
.m-slider__item-inner {
  padding: 0 10px;
  display: block;
}
.m-slider__thum {
  width: 100%;
}
.m-slider__text {
  margin-top: 10px;
}
.slick-prev,
.slick-next {
  position: absolute;
  bottom: -2px;
  width: 10px;
  height: 18px;
  display: block;
  border: none;
  background: none;
  text-indent: -9999px;
  cursor: pointer;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-prev {
  left: 15px;
  display: block;
  width: 10px;
  height: 18px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -324px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
.slick-next {
  right: 15px;
  display: block;
  width: 10px;
  height: 18px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -344px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin-top: 10px;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 7px;
}
.slick-dots li button {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  width: 8px;
  height: 8px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  cursor: pointer;
  background: #666;
}
.slick-dots li.slick-active button {
  background: #0070cb;
}
.slick-slider {
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide a {
  position: relative;
  display: block;
  overflow: hidden;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* thumbnail fade slider ---------------*/
.m-slider-fade {
  margin-top: 25px;
}
.m-slider-fade > :first-child {
  margin-top: 0;
}
.m-slider-fade__cont {
  position: relative;
  margin-top: 15px;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.m-slider-fade__cont > ul {
  width: 100%;
}
.m-slider-fade__cont > ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}
.m-slider-fade__cont > ul li:first-child {
  display: block;
}
.m-slider-fade__cont img {
  width: 100%;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.m-slider-fade__nav {
  margin-top: 10px;
}
.m-slider-fade__nav > ul {
  *zoom: 1;
  margin-left: -10px;
}
.m-slider-fade__nav > ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
.m-slider-fade__nav > ul li {
  float: left;
  width: 25%;
  margin-top: 10px;
}
.m-slider-fade__nav > ul li span {
  display: block;
  margin-left: 10px;
}
.m-slider-fade__nav > ul li span a {
  position: relative;
  display: block;
}
.m-slider-fade__nav > ul li span a.is-active img {
  -webkit-box-shadow: 0 0 0 3px #0070cb;
  box-shadow: 0 0 0 3px #0070cb;
  margin: 0;
}
.m-slider-fade__nav > ul li span a.is-active:after {
  content: '';
  display: inline-block;
  border-top: 10px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid transparent;
  border-bottom-color: #0070cb;
  position: absolute;
  left: 50%;
  top: -10px;
  margin-top: -10px;
  margin-left: -14px;
}
.m-slider-fade__nav > ul li span img {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  -webkit-box-shadow: 0 0 0 1px #e6e6e6;
  box-shadow: 0 0 0 1px #e6e6e6;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  margin: 2px;
}
/* ----------------------------------
  table component
---------------------------------- */
/* table normal ---------------*/
.m-tbl-invsb {
  width: 100%;
  margin-top: 15px;
  border-collapse: collapse;
  font-size: 92%;
}
.m-tbl-invsb th,
.m-tbl-invsb td {
  padding: 5px;
  vertical-align: middle;
}
.m-tbl-invsb th > :first-child,
.m-tbl-invsb td > :first-child {
  margin-top: 0;
}
.m-tbl-invsb td.m-tbl-nrml__right {
  text-align: right;
}
/* table normal ---------------*/
.m-tbl-nrml {
  width: 100%;
  margin-top: 15px;
  border-collapse: collapse;
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  background: #fff;
  font-size: 92%;
}
.m-tbl-nrml th,
.m-tbl-nrml td {
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
}
.m-tbl-nrml th > :first-child,
.m-tbl-nrml td > :first-child {
  margin-top: 0;
}
.m-tbl-nrml th {
  background: #f3f3f3;
  font-weight: bold;
}
.m-tbl-nrml td.m-tbl-nrml__left {
  text-align: left;
}
/* table subject ---------------*/
.m-tbl-subject {
  margin-top: 15px;
  margin-left: -1px;
  margin-right: -1px;
}
.m-tbl-subject__tbl {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  border: none;
}
.m-tbl-subject__tbl th,
.m-tbl-subject__tbl td {
  padding: 8px;
  vertical-align: top;
}
.m-tbl-subject__tbl th {
  background: #aad2f2;
  text-align: center;
}
.m-tbl-subject__tbl td {
  background: #fff;
}
.m-tbl-subject__tbl td > :first-child {
  margin-top: 0;
}
/* table spook ---------------*/
.m-tbl-spook,
.m-tbl-lvl,
.m-tbl-subject {
  margin-top: 15px;
}
.m-tbl-spook > :first-child,
.m-tbl-lvl > :first-child,
.m-tbl-subject > :first-child {
  margin-top: 0;
}
.m-tbl-spook__ttl,
.m-tbl-lvl__ttl--beginner,
.m-tbl-lvl__ttl--ex,
.m-tbl-lvl__ttl--super,
.m-tbl-lvl__ttl--normal {
  margin-top: 15px;
  padding: 5px 0;
  text-align: center;
  font-weight: bold;
}
.m-tbl-spook__ttl {
  background: #daecfb;
}
.m-tbl-spook__cont,
.m-tbl-lvl__cont {
  padding: 13px 13px 5px 13px;
}
.m-tbl-spook__cont > :first-child,
.m-tbl-lvl__cont > :first-child {
  margin-top: 0;
}
.m-tbl-spook__cont {
  text-align: center;
}
/* table level ---------------*/
.m-tbl-lvl__ttl--beginner {
  background: #53b7e8;
  color: #fff;
}
.m-tbl-lvl__ttl--ex {
  background: #40a991;
  color: #fff;
}
.m-tbl-lvl__ttl--super {
  background: #6b9ad1;
  color: #fff;
}
.m-tbl-lvl__ttl--normal {
  background: #f27191;
  color: #fff;
}
/* table level ---------------*/
.m-tbl-subject__ttl--st,
.m-tbl-subject__ttl--hy {
  margin-top: 15px;
  padding: 6px 10px;
  text-align: center;
  font-size: 114%;
  color: #fff;
}
.m-tbl-subject__ttl--st {
  background: #f27191;
}
.m-tbl-subject__ttl--hy {
  background: #53b7e8;
}
.m-tbl-subject__cont {
  padding: 15px 0 10px 0;
}
.m-tbl-subject__cont > :first-child {
  margin-top: 0;
}
/* ----------------------------------
  link component
---------------------------------- */
/* text def link ---------------*/
.m-link {
  color: #08c;
}
.m-link-icon {
  position: relative;
  padding-left: 12px;
  display: inline-block;
  color: #08c;
}
.m-link-icon:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 8px;
  height: 13px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -222px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -6px;
  left: 0px;
  top: 50%;
  overflow: hidden;
}
.m-link-icon--top {
  position: relative;
  padding-left: 12px;
  display: inline-block;
  color: #08c;
}
.m-link-icon--top:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 8px;
  height: 13px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -222px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  left: 0px;
  top: 0;
  overflow: hidden;
  top: 3px;
}
.m-link-icon--anc {
  position: relative;
  padding-left: 12px;
  display: inline-block;
  color: #08c;
}
.m-link-icon--anc:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 11px;
  height: 7px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -18px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -3px;
  left: 0px;
  top: 50%;
  overflow: hidden;
}
.m-link-tell {
  position: relative;
  display: inline-block;
  color: #08c;
  padding-right: 30px;
  font-size: 128%;
  font-weight: bold;
}
.m-link-tell:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 8px;
  height: 13px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -222px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -6px;
  right: 15px;
  top: 50%;
  overflow: hidden;
  margin-top: -7px;
}
/* link list center ---------------*/
.m-linkls-cntr {
  margin-top: 15px;
}
.m-linkls-cntr__list {
  text-align: center;
}
.m-linkls-cntr__item {
  position: relative;
  margin-top: 7px;
  font-size: 92%;
}
.m-linkls-cntr__item > a {
  line-height: 1.2;
  display: inline-block;
  *zoom: 1;
  color: #08c;
}
.m-linkls-cntr__item > a:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
.m-linkls-cntr__item-icon {
  float: left;
  padding-right: 5px;
}
.m-linkls-cntr__item-text {
  display: block;
  overflow: hidden;
  text-align: left;
}
/* link anchor button ---------------*/
.m-linkls-anc {
  margin-top: 15px;
}
.m-linkls-anc__list > :first-child {
  margin-top: 0;
}
.m-linkls-anc__item {
  margin-top: 10px;
}
.m-linkls-anc__item > a {
  position: relative;
  display: block;
  min-height: 50px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e6e6e6;
  padding: 8px;
  padding-right: 35px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
  background: #fff;
}
.m-linkls-anc__item > a:after {
  position: absolute;
  content: '';
  display: block;
  width: 12px;
  height: 7px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -9px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -3px;
  right: 10px;
  top: 50%;
  overflow: hidden;
}
.m-linkls-anc__item-tbl {
  display: table;
  width: 100%;
}
.m-linkls-anc__item-thum {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
  width: 60px;
}
.m-linkls-anc__item-thum > img {
  width: 50px;
}
.m-linkls-anc__item-text {
  *zoom: 1;
  display: table-cell;
  vertical-align: middle;
  color: #08c;
  font-size: 107%;
}
.m-linkls-anc__item-text:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
.m-list-intro-def__item-text-box {
  *zoom: 1;
  color: #08c;
  font-size: 107%;
}
.m-list-intro-def__item-text-box:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
.m-linkls-anc__item-num {
  float: left;
  padding-right: 5px;
  color: #08c;
  font-weight: bold;
}
.m-linkls-anc__item-sub {
  display: block;
  color: #08c;
  overflow: hidden;
}
.m-linkls-anc__item-sub .m-linkls-anc__item-thd {
  margin-top: 5px;
  font-weight: normal;
  color: #000;
}
.m-linkls-anc__item-img {
  display: block;
  margin-top: 10px;
  text-align: center;
  padding-left: 25px;
}
.m-linkls-anc__item-date {
  display: block;
  margin: 10px 0 auto;
  background: #edf7ff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 13px;
  color: #0070cb;
  text-align: center;
  width: 100%;
}
.m-linkls-anc__item-date > span {
  font-size: 121%;
  font-weight: bold;
}
/* link anchor button twins ---------------*/
.m-linkls-anc--s {
  margin-top: 15px;
}
.m-linkls-anc--s > ul {
  *zoom: 1;
  margin-left: -10px;
  margin-top: -10px;
}
.m-linkls-anc--s > ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
.m-linkls-anc--s__item {
  float: left;
  width: 50%;
  margin-top: 10px;
}
.m-linkls-anc--s__inner {
  display: block;
  margin-left: 10px;
}
.m-linkls-anc--s__inner > a {
  position: relative;
  display: block;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e6e6e6;
  padding: 8px;
  padding-bottom: 25px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
  background: #fff;
  text-align: center;
  color: #08c;
}
.m-linkls-anc--s__inner > a:after {
  position: absolute;
  content: '';
  display: block;
  width: 12px;
  height: 7px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -9px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-left: -6px;
  left: 50%;
  bottom: 10px;
  overflow: hidden;
}
.m-linkls-anc--s__inner > a > span {
  font-size: 85%;
  display: block;
}
.m-linkls-anc--s__inner > a > span.is-bold {
  font-size: 114%;
  font-weight: bold;
}
/* ----------------------------------
  list component
---------------------------------- */
/* bold list ---------------*/
.m-list-bold {
  margin-top: 15px;
}
.m-list-bold > :first-child {
  margin-top: 0;
}
.m-list-bold > ul > :first-child {
  margin-top: 0;
}
.m-list-bold > ul li {
  position: relative;
  margin-top: 2px;
  font-weight: bold;
}
/* blue marker list ---------------*/
.m-list-point {
  margin-top: 15px;
}
.m-list-point > :first-child {
  margin-top: 0;
}
.m-list-point > ul > :first-child {
  margin-top: 0;
}
.m-list-point > ul li {
  position: relative;
  margin-top: 2px;
  padding: 0 0 0 20px;
}
.m-list-point > ul li:before {
  position: absolute;
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -237px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  left: 0;
  top: 4px;
  overflow: hidden;
}
/* notice list ---------------*/
.m-list-notice,
.m-list-notice--wht,
.m-list-notice--s {
  margin-top: 15px;
}
.m-list-notice > :first-child,
.m-list-notice--wht > :first-child,
.m-list-notice--s > :first-child {
  margin-top: 0;
}
.m-list-notice > ul li,
.m-list-notice--wht > ul li,
.m-list-notice--s > ul li {
  *zoom: 1;
}
.m-list-notice > ul li:after,
.m-list-notice--wht > ul li:after,
.m-list-notice--s > ul li:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
.m-list-notice {
  color: #808080;
  font-size: 78%;
}
.m-list-notice--wht {
  color: #fff;
  font-size: 78%;
}
.m-list-notice--s {
  color: #808080;
  font-size: 78%;
  margin-top: 10px;
}
.m-list-notice__mark {
  float: left;
  width: 1.2em;
}
.m-list-notice__text {
  display: block;
  overflow: hidden;
}
/* text marker list ---------------*/
.m-list-marker {
  margin-top: 15px;
}
.m-list-marker > :first-child {
  margin-top: 0;
}
.m-list-marker > ul li {
  *zoom: 1;
}
.m-list-marker > ul li:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
.m-list-marker__mark {
  float: left;
  width: 1.5em;
}
.m-list-marker__text {
  display: block;
  overflow: hidden;
}
/* service list ---------------*/
.m-list-service {
  margin-top: 15px;
}
.m-list-service > :first-child {
  margin-top: 0;
}
.m-list-service > ul > :first-child {
  margin-top: 0;
}
.m-list-service > ul li {
  display: table;
  margin-top: 10px;
}
.m-list-service__mark {
  display: table-cell;
  vertical-align: middle;
  width: 50px;
}
.m-list-service__text {
  display: table-cell;
  vertical-align: middle;
  color: #08c;
}
/* block list // spook ---------------*/
.m-list-spook-block {
  margin-top: 15px;
}
.m-list-spook-block > :first-child {
  margin-top: 0;
}
.m-list-spook-block > ul > :first-child {
  margin-top: 0;
}
.m-list-spook-block > ul li {
  display: table;
  width: 100%;
  margin-top: 10px;
}
.m-list-spook-block > ul li span {
  display: table-cell;
  vertical-align: middle;
  height: 3em;
  border: 3px solid #daecfb;
  background: #edf7ff;
  padding: 10px;
  text-align: center;
  color: #0070cb;
  font-weight: bold;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* intro list // thumbnail + normal ---------------*/
.m-list-intro-def {
  margin-top: 15px;
}
.m-list-intro-def__list > :first-child {
  margin-top: 0;
}
.m-list-intro-def__item {
  margin-top: 10px;
}
.m-list-intro-def__item-box {
  position: relative;
  display: block;
  min-height: 50px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e6e6e6;
  padding: 8px 10px 8px 8px;
  background: #fff;
}
.m-list-intro-def__item-tbl {
  display: table;
}
.m-list-intro-def__item-thum {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
  width: 60px;
}
.m-list-intro-def__item-thum > img {
  width: 50px;
}
.m-list-intro-def__item-text {
  *zoom: 1;
  display: table-cell;
  vertical-align: middle;
  font-size: 107%;
  padding: 5px 0;
}
.m-list-intro-def__item-text:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
.m-list-intro-def__item-num {
  float: left;
  padding-right: 5px;
}
.m-list-intro-def__item-sub {
  display: block;
  overflow: hidden;
}
.m-list-intro-def__item-sub .m-list-intro-def__item-thd {
  margin-top: 5px;
}
.m-list-intro-def__item-img {
  display: block;
  margin-top: 10px;
  text-align: center;
}
.m-list-intro-def__item-date {
  display: block;
  margin-top: 10px;
  background: #edf7ff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 10px;
  color: #0070cb;
  text-align: center;
}
.m-list-intro-def__item-date > span {
  font-size: 121%;
  font-weight: bold;
}
/* intro list // white ---------------*/
.m-list-intro-block {
  margin-top: 15px;
}
.m-list-intro-block > :first-child {
  margin-top: 0;
}
.m-list-intro-block > ul > :first-child {
  margin-top: 0;
}
.m-list-intro-block > ul li {
  display: table;
  width: 100%;
  margin-top: 10px;
}
.m-list-intro-block__box {
  display: block;
  border: 3px solid #e6e6e6;
  background: #fff;
  padding: 10px 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.m-list-intro-block__icon {
  width: 75px;
}
.m-list-intro-block__icon,
.m-list-intro-block__text {
  display: table-cell;
  vertical-align: middle;
  height: 3em;
}
/* intro list // spook ---------------*/
.m-list-intro-block--spook {
  margin-top: 15px;
}
.m-list-intro-block--spook > :first-child {
  margin-top: 0;
}
.m-list-intro-block--spook > ul > :first-child {
  margin-top: 0;
}
.m-list-intro-block--spook > ul li {
  display: table;
  width: 100%;
  margin-top: 10px;
}
.m-list-intro-block--spook__box {
  display: block;
  border: 3px solid #daecfb;
  background: #edf7ff;
  padding: 10px 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.m-list-intro-block--spook__icon {
  width: 75px;
}
.m-list-intro-block--spook__icon,
.m-list-intro-block--spook__text,
.m-list-intro-block--spook__text-clr {
  display: table-cell;
  vertical-align: middle;
  height: 3em;
}
.m-list-intro-block--spook__text-clr {
  text-align: center;
  color: #0070cb;
  font-weight: bold;
  width: 100%;
}
/* box tag list ---------------*/
.m-list-tag-box {
  margin-top: 15px;
}
.m-list-tag-box > ul {
  margin-left: -10px;
  *zoom: 1;
}
.m-list-tag-box > ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
.m-list-tag-box > ul > li {
  width: 50%;
  float: left;
}
.m-list-tag-box > ul > li > span {
  margin-left: 10px;
  display: block;
  padding: 5px;
  border: 1px solid #0070cb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  color: #0070cb;
}
/* ----------------------------------
  hr component
---------------------------------- */
/* line border ---------------*/
.m-hr-linetop,
.m-hr-linetop--top {
  border-top: 1px solid #e6e6e6;
  border-width: 1px 0 0 0;
  padding: 0;
}
.m-hr-linetop {
  margin: 25px 0;
}
.m-hr-linetop--top {
  margin: 25px 0 0 0;
}
/* line dot ---------------*/
.m-hr-dotline,
.m-hr-dotline--top {
  display: block;
  margin: 0;
  border-width: 0;
  width: 100%;
  height: 2px;
  background: url("/touch/share/sp/img_16/bg_dot.png") repeat-x 0 20px;
  -webkit-background-size: 6px 2px;
  -moz-background-size: 6px 2px;
  background-size: 6px 2px;
}
.m-hr-dotline {
  padding: 20px 0;
}
.m-hr-dotline--top {
  padding: 20px 0 0 0;
}
/* line arrow icon /// step ---------------*/
.m-hr-arrow-step {
  position: relative;
  display: block;
  margin: 25px 0 0 0;
  padding-bottom: 25px;
  border-width: 0;
  width: 100%;
  height: 0;
  background: transparent;
}
.m-hr-arrow-step:after {
  content: '';
  display: inline-block;
  border-top: 20px solid transparent;
  border-right: 34px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 34px solid transparent;
  border-top-color: #daecfb;
  position: absolute;
  left: 50%;
  top: 25px;
  margin-top: -20px;
  margin-left: -34px;
}
/* line arrow border /// step ---------------*/
.m-hr-arrow-step-l {
  margin-left: -15px;
  margin-right: -15px;
}
.m-hr-arrow-step-thin,
.m-hr-arrow-step-thin--wht {
  position: relative;
  display: block;
  margin: 25px 0 60px 0;
  border-width: 0;
  width: 100%;
  height: 1px;
  background: #daecfb;
}
.m-hr-arrow-step-thin:after,
.m-hr-arrow-step-thin--wht:after {
  content: '';
  display: inline-block;
  border-top: 40px solid transparent;
  border-right: 68px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 68px solid transparent;
  border-top-color: #edf7ff;
  position: absolute;
  left: 50%;
  top: 39px;
  margin-top: -40px;
  margin-left: -68px;
}
.m-hr-arrow-step-thin:before,
.m-hr-arrow-step-thin--wht:before {
  content: '';
  display: inline-block;
  border-top: 40px solid transparent;
  border-right: 68px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 68px solid transparent;
  border-top-color: #daecfb;
  position: absolute;
  left: 50%;
  top: 40px;
  margin-top: -40px;
  margin-left: -68px;
}
.m-hr-arrow-step-thin--wht:after {
  border-top-color: #fff;
}
/* line++ ---------------*/
.m-line-btm {
  border-bottom: 1px solid #e6e6e6;
}
.m-line-top {
  border-top: 1px solid #e6e6e6;
}
.m-line-top-thin {
  border-top: 1px solid #f2f2f2;
}
.m-line-btm-dot {
  position: relative;
  margin-bottom: 2px;
}
.m-line-btm-dot:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: url("/touch/share/sp/img_16/bg_dot.png") repeat-x 0 0;
  -webkit-background-size: 6px 2px;
  -moz-background-size: 6px 2px;
  background-size: 6px 2px;
}
/* ----------------------------------
  icon component
---------------------------------- */
.m-icon-pagetop {
  display: inline-block;
  width: 43px;
  height: 43px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -1700px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
.m-icon-check-original {
  display: inline-block;
  width: 19px;
  height: 17px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -305px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
.m-icon-check-hybrid {
  display: inline-block;
  width: 19px;
  height: 17px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -267px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
.m-icon-demand-up {
  display: inline-block;
  width: 33px;
  height: 28px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -644px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
.m-icon-demand-syobon {
  display: inline-block;
  width: 33px;
  height: 28px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -674px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
.m-icon-demand-calender {
  display: inline-block;
  width: 33px;
  height: 28px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -734px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
.m-icon-demand-school {
  display: inline-block;
  width: 33px;
  height: 28px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -704px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
.m-icon-closeup {
  display: inline-block;
  width: 55px;
  height: 55px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -2234px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
.m-icon-zoom {
  display: inline-block;
  width: 50px;
  height: 57px;
  background-image: url("/touch/share/pc/img_16/icon_zoom.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.m-icon-taiken {
  display: inline-block;
  width: 55px;
  height: 55px;
  background-image: url("/touch/share/pc/img_16/icon_taiken.png");
  background-repeat: no-repeat;
}
.m-icon-plus-blue-l {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -795px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
.m-icon-cross {
  display: inline-block;
  width: 57px;
  height: 57px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -2291px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
.m-icon-maru {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -237px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
.m-icon-arrow-prev {
  display: inline-block;
  width: 7px;
  height: 11px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -101px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
.m-icon-arrow-origin {
  display: inline-block;
  width: 25px;
  height: 11px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -140px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
.m-icon-arrow-hybrid {
  display: inline-block;
  width: 25px;
  height: 11px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -127px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
.m-icon-arrow-next {
  display: inline-block;
  width: 57px;
  height: 17px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -286px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
.m-icon-use-book {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -1359px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
.m-icon-use-closeup {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -1107px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
.m-icon-use-onetoone {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -1275px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
.m-icon-use-digital {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -1317px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
.m-icon-zeroyen {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -1233px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
.m-icon-clearing-off {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -897px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
.m-icon-sended {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -1065px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
.m-icon-web {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -2432px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
.m-icon-tell {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -2350px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
.m-icon-mvmovie {
  display: inline-block;
  width: 21px;
  height: 21px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -539px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
.m-icon-mvnote {
  display: inline-block;
  width: 16px;
  height: 19px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -364px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
.m-icon-zeroyen-s {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -1443px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
.m-icon-kyozai-s {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -939px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
.m-icon-lumpseisan {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -981px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
.m-icon-mailaddress {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -1023px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
.m-icon-credit {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -1401px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
.m-icon-introuser {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -1149px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
.m-icon-book {
  display: inline-block;
  width: 41px;
  height: 41px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -1528px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
.m-icon-calender {
  display: inline-block;
  width: 41px;
  height: 41px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -1614px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
.m-icon-graphup {
  display: inline-block;
  width: 41px;
  height: 41px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -1485px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
.m-icon-syobon-l {
  display: inline-block;
  width: 41px;
  height: 41px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -1657px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
.m-icon-try {
  display: inline-block;
  width: 41px;
  height: 41px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -1571px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
.m-icon-goal {
  display: inline-block;
  width: 44px;
  height: 36px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -859px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
.m-icon-sns-tw {
  display: inline-block;
  width: 52px;
  height: 52px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -2072px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
.m-icon-sns-fb {
  display: inline-block;
  width: 52px;
  height: 52px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -2180px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
.m-icon-sns-ln {
  display: inline-block;
  width: 52px;
  height: 52px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -2126px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
.m-icon-styles-sho1 {
  display: inline-block;
  width: 45px;
  height: 45px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -2025px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
.m-icon-styles-sho2 {
  display: inline-block;
  width: 45px;
  height: 45px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -1790px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
.m-icon-styles-sho3 {
  display: inline-block;
  width: 45px;
  height: 45px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -1837px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
.m-icon-styles-sho4 {
  display: inline-block;
  width: 45px;
  height: 45px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -1884px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
.m-icon-styles-sho5 {
  display: inline-block;
  width: 45px;
  height: 45px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -1931px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
.m-icon-styles-sho6 {
  display: inline-block;
  width: 45px;
  height: 45px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -1978px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
}
.m-logo-sho1 {
  display: inline-block;
  width: 145px;
  height: 18px;
  background-image: url("/touch/share/sp/img_16/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -282px;
  -webkit-background-size: 149px 402px;
  -moz-background-size: 149px 402px;
  background-size: 149px 402px;
}
.m-logo-sho2 {
  display: inline-block;
  width: 145px;
  height: 18px;
  background-image: url("/touch/share/sp/img_16/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -182px;
  -webkit-background-size: 149px 402px;
  -moz-background-size: 149px 402px;
  background-size: 149px 402px;
}
.m-logo-sho3 {
  display: inline-block;
  width: 145px;
  height: 18px;
  background-image: url("/touch/share/sp/img_16/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -202px;
  -webkit-background-size: 149px 402px;
  -moz-background-size: 149px 402px;
  background-size: 149px 402px;
}
.m-logo-sho4 {
  display: inline-block;
  width: 145px;
  height: 18px;
  background-image: url("/touch/share/sp/img_16/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -222px;
  -webkit-background-size: 149px 402px;
  -moz-background-size: 149px 402px;
  background-size: 149px 402px;
}
.m-logo-sho5 {
  display: inline-block;
  width: 145px;
  height: 18px;
  background-image: url("/touch/share/sp/img_16/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -242px;
  -webkit-background-size: 149px 402px;
  -moz-background-size: 149px 402px;
  background-size: 149px 402px;
}
.m-logo-sho6 {
  display: inline-block;
  width: 145px;
  height: 18px;
  background-image: url("/touch/share/sp/img_16/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -262px;
  -webkit-background-size: 149px 402px;
  -moz-background-size: 149px 402px;
  background-size: 149px 402px;
}

.m-icon-send-delivery {
  display: inline-block;
  width: 14px;
  height: 12px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -180px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-right: 3px;
}
/* ----------------------------------
  img component
---------------------------------- */
/* modal icon thumbnail ---------------*/
.m-modalimg {
  text-align: center;
}
.m-modalimg__tage--inline,
.m-modalimg__tage--block {
  position: relative;
  margin: 0 auto;
}
.m-modalimg__tage--inline {
  display: inline-block;
}
.m-modalimg__tage--block {
  display: block;
}
.m-modalimg__btn {
  position: absolute;
  bottom: -27px;
  right: 0;
}
.m-modalimg__btn--btm {
  position: absolute;
  bottom: 0;
  right: 0;
}
.m-modalimg__period {
  position: absolute;
  top: 0;
  right: 0;
  background: #fac364;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #000;
  display: block;
  padding: 17px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 78%;
  line-height: 1.1;
}
.m-modalimg__period > span {
  font-size: 121%;
}
/* ----------------------------------
  button component
---------------------------------- */
/* button wrapper ---------------*/
.m-button-wrap {
  margin-top: 15px;
}
.m-button-wrap > :first-child {
  margin-top: 0;
}
.m-button-wrap__item {
  margin-top: 15px;
}
.m-button-supplement {
  margin-top: 15px;
  color: #808080;
  text-align: center;
  font-size: 85%;
}
.m-button-wrap-twins {
  *zoom: 1;
  margin-left: -15px;
}
.m-button-wrap-twins:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
.m-button-wrap-twins__l {
  float: left;
  width: 50%;
}
.m-button-wrap-twins__r {
  float: right;
  width: 50%;
}
.m-button-wrap-twins__inner {
  margin-left: 15px;
}
.m-button-wrap-three {
  *zoom: 1;
  margin-left: -10px;
}
.m-button-wrap-three:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
.m-button-wrap-three__item {
  float: left;
  width: 33.3%;
}
.m-button-wrap-three__inner {
  margin-left: 10px;
}
/* button wrapper /// small ---------------*/
.m-button-wrap-s {
  margin-top: 15px;
}
.m-button-wrap-s > :first-child {
  margin-top: 0;
}
.m-button-wrap-s__item {
  margin-top: 10px;
}
.m-button-wrap-s-twins {
  *zoom: 1;
  margin-left: -10px;
}
.m-button-wrap-s-twins:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
.m-button-wrap-s-twins__l {
  float: left;
  width: 50%;
}
.m-button-wrap-s-twins__r {
  float: right;
  width: 50%;
}
.m-button-wrap-s-twins__inner {
  margin-left: 10px;
}
/* button ---------------*/
.m-button,
.m-button--search,
.m-button--unnatural,
.m-button--artificial,
.m-button--normal,
.m-button--flat,
.m-button--entry,
.m-button--entry--s,
.m-button--freetrial,
.m-button--touch,
.m-button--introfriends,
.m-button--introform-true,
.m-button--tell,
.m-button--demand,
.m-button--more,
.m-button--more-wht,
.m-button--more-cloudy,
.m-button--hybrid,
.m-button--origin,
.m-button--unnatural-s,
.m-button--normal-s,
.m-button--entry-s,
.m-button--artificial-s,
.m-button--styles-s,
.m-button--class1,
.m-button--class2,
.m-button--class3,
.m-button--class4,
.m-button--class5,
.m-button--class6 {
  position: relative;
  display: block;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
  font-weight: bold;
}
.m-button--search {
  font-size: 107%;
  padding: 12px 40px 12px 40px;
  background: #0070cb;
  color: #fff;
}
.m-button--search:after {
  position: absolute;
  content: '';
  display: block;
  width: 7px;
  height: 11px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -153px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -5px;
  right: 10px;
  top: 50%;
  overflow: hidden;
}
.m-button--search:before {
  position: absolute;
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -385px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -9px;
  left: 15px;
  top: 50%;
  overflow: hidden;
}
.m-button--unnatural {
  font-size: 107%;
  padding: 12px 25px 12px 20px;
  background: #0070cb;
  color: #fff;
}
.m-button--unnatural:after {
  position: absolute;
  content: '';
  display: block;
  width: 7px;
  height: 11px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -153px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -5px;
  right: 10px;
  top: 50%;
  overflow: hidden;
}
.m-button--artificial {
  font-size: 107%;
  padding: 12px 25px 12px 20px;
  background: #f3f3f3;
  color: #0070cb;
}
.m-button--artificial:after {
  position: absolute;
  content: '';
  display: block;
  width: 7px;
  height: 11px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -101px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -5px;
  right: 10px;
  top: 50%;
  overflow: hidden;
}
.m-button--artificial__img {
  margin: 0 5px 0 0;
}
.m-button--normal {
  font-size: 107%;
  padding: 12px 25px 12px 20px;
  background: #fff;
  color: #0070cb;
  border: 1px solid #f3f3f3;
}
.m-button--normal:after {
  position: absolute;
  content: '';
  display: block;
  width: 7px;
  height: 11px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -101px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -5px;
  right: 10px;
  top: 50%;
  overflow: hidden;
}
.m-button--flat {
  font-weight: normal;
  font-size: 92%;
  padding: 12px 23px 12px 15px;
  background: #fff;
  color: #000;
  border: 1px solid #f3f3f3;
}
.m-button--flat:after {
  position: absolute;
  content: '';
  display: block;
  width: 7px;
  height: 11px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -88px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -5px;
  right: 10px;
  top: 50%;
  overflow: hidden;
}
.m-button--entry {
  font-size: 121%;
  padding: 16px 35px;
  background: #46bf0a;
  color: #fff;
}
.m-button--entry:after {
  position: absolute;
  content: '';
  display: block;
  width: 7px;
  height: 11px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -153px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -5px;
  right: 10px;
  top: 50%;
  overflow: hidden;
}
.m-button--entry:before {
  position: absolute;
  content: '';
  display: block;
  width: 18px;
  height: 20px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -494px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -10px;
  left: 15px;
  top: 50%;
  overflow: hidden;
}
.m-button--entry--s {
  font-size: 114%;
  padding: 10px 35px;
  background: #46bf0a;
  color: #fff;
}
.m-button--entry--s:after {
  position: absolute;
  content: '';
  display: block;
  width: 7px;
  height: 11px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -153px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -5px;
  right: 10px;
  top: 50%;
  overflow: hidden;
}
.m-button--entry--s:before {
  position: absolute;
  content: '';
  display: block;
  width: 22px;
  height: 20px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -428px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -10px;
  left: 15px;
  top: 50%;
  overflow: hidden;
}
.m-button--freetrial {
  font-size: 85%;
  padding: 12px 20px 12px 20px;
  background: #508cce;
  color: #fff;
}
.m-button--freetrial:after {
  position: absolute;
  content: '';
  display: block;
  width: 7px;
  height: 11px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -153px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -5px;
  right: 10px;
  top: 50%;
  overflow: hidden;
}
.m-button--freetrial .m-button--freetrial__icon {
  display: block;
  width: 21px;
  height: 26px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -588px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin: 0 auto;
}
.m-button--freetrial .m-button--freetrial__text {
  display: block;
  margin-top: 10px;
}
.m-button--touch {
  font-size: 85%;
  padding: 12px 20px 12px 20px;
  background: #508cce;
  color: #fff;
}
.m-button--touch:after {
  position: absolute;
  content: '';
  display: block;
  width: 7px;
  height: 11px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -153px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -5px;
  right: 10px;
  top: 50%;
  overflow: hidden;
}
.m-button--touch .m-button--touch__icon {
  display: block;
  width: 33px;
  height: 26px;
  background-image: url("/touch/share/pc/img_16/m-button--touch__icon.png");
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  margin: 0 auto;
}
.m-button--touch .m-button--touch__text {
  display: block;
  margin-top: 10px;
}
.m-button--introfriends {
  font-size: 85%;
  padding: 12px 20px 12px 20px;
  background: #f3f3f3;
  color: #000;
}
.m-button--introfriends:after {
  position: absolute;
  content: '';
  display: block;
  width: 7px;
  height: 11px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -88px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -5px;
  right: 10px;
  top: 50%;
  overflow: hidden;
}
.m-button--introfriends .m-button--introfriends__icon {
  display: block;
  width: 30px;
  height: 26px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -616px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin: 0 auto;
}
.m-button--introfriends .m-button--introfriends__text {
  display: block;
  margin-top: 10px;
}
.m-button--introform-true {
  font-size: 107%;
  padding: 12px 45px 12px 45px;
  background: #0070cb;
  color: #fff;
}
.m-button--introform-true:after {
  position: absolute;
  content: '';
  display: block;
  width: 7px;
  height: 11px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -153px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -5px;
  right: 10px;
  top: 50%;
  overflow: hidden;
}
.m-button--introform-true:before {
  position: absolute;
  content: '';
  display: block;
  width: 26px;
  height: 24px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -562px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -12px;
  left: 15px;
  top: 50%;
  overflow: hidden;
}
.m-button--tell {
  padding: 15px 30px 15px 25px;
  background: #f3f3f3;
  color: #0070cb;
  font-weight: normal;
}
.m-button--tell:after {
  position: absolute;
  content: '';
  display: block;
  width: 7px;
  height: 11px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -101px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -5px;
  right: 10px;
  top: 50%;
  overflow: hidden;
}
.m-button--tell > img {
  max-width: 100%;
}
.m-button--demand {
  font-size: 92%;
  padding: 12px 25px 12px 20px;
  background: #f3f3f3;
  color: #0070cb;
}
.m-button--demand:after {
  position: absolute;
  content: '';
  display: block;
  width: 7px;
  height: 11px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -101px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -5px;
  right: 10px;
  top: 50%;
  overflow: hidden;
}
.m-button--demand .m-button--demand__icon {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.m-button--demand .m-button--demand__text {
  display: block;
  margin-top: 5px;
}
.m-button--more {
  font-weight: normal;
  font-size: 107%;
  padding: 12px 25px 12px 20px;
  background: #f3f3f3;
  color: #0070cb;
}
.m-button--more:after {
  position: absolute;
  content: '';
  display: block;
  width: 12px;
  height: 7px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -9px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -3px;
  right: 10px;
  top: 50%;
  overflow: hidden;
}
.m-button--more.is-active:after {
  position: absolute;
  content: '';
  display: block;
  width: 12px;
  height: 7px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -3px;
  right: 10px;
  top: 50%;
  overflow: hidden;
}
.m-button--more-wht {
  font-size: 107%;
  padding: 12px 25px 12px 20px;
  background: #fff;
  color: #0070cb;
}
.m-button--more-wht:after {
  position: absolute;
  content: '';
  display: block;
  width: 12px;
  height: 7px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -9px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -3px;
  right: 10px;
  top: 50%;
  overflow: hidden;
}
.m-button--more-wht.is-active:after {
  position: absolute;
  content: '';
  display: block;
  width: 12px;
  height: 7px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -3px;
  right: 10px;
  top: 50%;
  overflow: hidden;
}
.m-button--more-cloudy {
  font-size: 107%;
  padding: 12px 25px 12px 20px;
  background: #f3f3f3;
  color: #0070cb;
}
.m-button--more-cloudy:after {
  position: absolute;
  content: '';
  display: block;
  width: 12px;
  height: 7px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -9px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -3px;
  right: 10px;
  top: 50%;
  overflow: hidden;
}
.m-button--more-cloudy.is-active:after {
  position: absolute;
  content: '';
  display: block;
  width: 12px;
  height: 7px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -3px;
  right: 10px;
  top: 50%;
  overflow: hidden;
}
.m-button--hybrid {
  font-size: 85%;
  padding: 12px 25px 12px 20px;
  background: #fff;
  color: #ed161d;
  border: 2px solid #ee4f5d;
}
.m-button--hybrid:after {
  position: absolute;
  content: '';
  display: block;
  width: 7px;
  height: 11px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -75px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -5px;
  right: 10px;
  top: 50%;
  overflow: hidden;
}
.m-button--origin {
  font-size: 85%;
  padding: 12px 25px 12px 20px;
  background: #fff;
  color: #005bac;
  border: 2px solid #68a2d2;
}
.m-button--origin:after {
  position: absolute;
  content: '';
  display: block;
  width: 7px;
  height: 11px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -114px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -5px;
  right: 10px;
  top: 50%;
  overflow: hidden;
}
/* button /// small ---------------*/
.m-button--unnatural-s {
  font-size: 92%;
  padding: 7px 20px 7px 15px;
  background: #0070cb;
  color: #fff;
}
.m-button--unnatural-s:after {
  position: absolute;
  content: '';
  display: block;
  width: 7px;
  height: 11px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -153px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -5px;
  right: 10px;
  top: 50%;
  overflow: hidden;
}
.m-button--normal-s {
  font-size: 92%;
  padding: 7px 20px 7px 15px;
  background: #fff;
  color: #0070cb;
  border: 1px solid #f3f3f3;
}
.m-button--normal-s:after {
  position: absolute;
  content: '';
  display: block;
  width: 7px;
  height: 11px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -101px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -5px;
  right: 10px;
  top: 50%;
  overflow: hidden;
}
.m-button--entry-s {
  padding: 10px 35px;
  background: #46bf0a;
  color: #fff;
}
.m-button--entry-s:after {
  position: absolute;
  content: '';
  display: block;
  width: 7px;
  height: 11px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -153px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -5px;
  right: 10px;
  top: 50%;
  overflow: hidden;
}
.m-button--entry-s:before {
  position: absolute;
  content: '';
  display: block;
  width: 18px;
  height: 20px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -494px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -10px;
  left: 15px;
  top: 50%;
  overflow: hidden;
}
.m-button--artificial-s {
  font-size: 85%;
  padding: 7px 20px 7px 15px;
  background: #f3f3f3;
  color: #0070cb;
}
.m-button--artificial-s:after {
  position: absolute;
  content: '';
  display: block;
  width: 7px;
  height: 11px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -101px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -5px;
  right: 10px;
  top: 50%;
  overflow: hidden;
}
.m-button--styles-s {
  font-size: 85%;
  padding: 7px 20px 7px 15px;
  background: #fff;
  color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #f3f3f3;
}
.m-button--styles-s:after {
  position: absolute;
  content: '';
  display: block;
  width: 7px;
  height: 11px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -88px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -5px;
  right: 10px;
  top: 50%;
  overflow: hidden;
}
.m-button--styles-s.is-arrw-hybrid:before {
  content: '';
  display: inline-block;
  border-top: 7px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 9px solid transparent;
  border-top-color: #ed161d;
  position: absolute;
  left: 50%;
  bottom: -16px;
  margin-top: -9px;
  margin-left: -9px;
}
.m-button--styles-s.is-arrw-origin:before {
  content: '';
  display: inline-block;
  border-top: 7px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 9px solid transparent;
  border-top-color: #005bac;
  position: absolute;
  left: 50%;
  bottom: -16px;
  margin-top: -9px;
  margin-left: -9px;
}
/* classes button /// modal ---------------*/
.m-button--class1 {
  font-size: 92%;
  padding: 7px 30px 7px 25px;
  color: #fff;
  background: #ec6e81;
}
.m-button--class1:after {
  position: absolute;
  content: '';
  display: block;
  width: 7px;
  height: 11px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -153px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -5px;
  right: 10px;
  top: 50%;
  overflow: hidden;
}
.m-button--class2 {
  font-size: 92%;
  padding: 7px 30px 7px 25px;
  color: #fff;
  background: #009e3b;
}
.m-button--class2:after {
  position: absolute;
  content: '';
  display: block;
  width: 7px;
  height: 11px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -153px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -5px;
  right: 10px;
  top: 50%;
  overflow: hidden;
}
.m-button--class3 {
  font-size: 92%;
  padding: 7px 30px 7px 25px;
  color: #fff;
  background: #006eb3;
}
.m-button--class3:after {
  position: absolute;
  content: '';
  display: block;
  width: 7px;
  height: 11px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -153px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -5px;
  right: 10px;
  top: 50%;
  overflow: hidden;
}
.m-button--class4 {
  font-size: 92%;
  padding: 7px 30px 7px 25px;
  color: #fff;
  background: #fa7500;
}
.m-button--class4:after {
  position: absolute;
  content: '';
  display: block;
  width: 7px;
  height: 11px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -153px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -5px;
  right: 10px;
  top: 50%;
  overflow: hidden;
}
.m-button--class5 {
  font-size: 92%;
  padding: 7px 30px 7px 25px;
  color: #fff;
  background: #8ec31f;
}
.m-button--class5:after {
  position: absolute;
  content: '';
  display: block;
  width: 7px;
  height: 11px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -153px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -5px;
  right: 10px;
  top: 50%;
  overflow: hidden;
}
.m-button--class6 {
  font-size: 92%;
  padding: 7px 30px 7px 25px;
  color: #fff;
  background: #6b5cad;
}
.m-button--class6:after {
  position: absolute;
  content: '';
  display: block;
  width: 7px;
  height: 11px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -153px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -5px;
  right: 10px;
  top: 50%;
  overflow: hidden;
}
/* classes button ---------------*/
.m-classbtn-list-wrap {
  margin-top: 15px;
}
.m-classbtn-list {
  *zoom: 1;
  margin-left: -10px;
  margin-top: -10px;
}
.m-classbtn-list:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
.m-classbtn-list__item {
  float: left;
  width: 33.3%;
}
.m-classbtn-list__inner {
  display: block;
  margin-left: 10px;
  margin-top: 10px;
}
.m-classbtn-list__btnnew1,
.m-classbtn-list__btnnew1-s,
.m-classbtn-list__btn1,
.m-classbtn-list__btn1-s,
.m-classbtn-list__btn2,
.m-classbtn-list__btn2-s,
.m-classbtn-list__btn3,
.m-classbtn-list__btn3-s,
.m-classbtn-list__btn4,
.m-classbtn-list__btn4-s,
.m-classbtn-list__btn5,
.m-classbtn-list__btn5-s,
.m-classbtn-list__btn6,
.m-classbtn-list__btn6-s {
  position: relative;
  display: block;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
}
.m-classbtn-list__btnnew1:after,
.m-classbtn-list__btnnew1-s:after,
.m-classbtn-list__btn1:after,
.m-classbtn-list__btn1-s:after,
.m-classbtn-list__btn2:after,
.m-classbtn-list__btn2-s:after,
.m-classbtn-list__btn3:after,
.m-classbtn-list__btn3-s:after,
.m-classbtn-list__btn4:after,
.m-classbtn-list__btn4-s:after,
.m-classbtn-list__btn5:after,
.m-classbtn-list__btn5-s:after,
.m-classbtn-list__btn6:after,
.m-classbtn-list__btn6-s:after {
  position: absolute;
  content: '';
  display: block;
  width: 7px;
  height: 11px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -153px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -5px;
  right: 10px;
  top: 50%;
  overflow: hidden;
}
.m-classbtn-list__btnnew1 {
  padding: 20px 20px 19px 10px;
}
.m-classbtn-list__btnnew1-s {
  padding: 12px 20px 11px 10px;
}
.m-classbtn-list__btn1 {
  padding: 20px 20px 19px 10px;
}
.m-classbtn-list__btn1-s {
  padding: 12px 20px 11px 10px;
}
.m-classbtn-list__btn2 {
  padding: 20px 20px 19px 10px;
}
.m-classbtn-list__btn2-s {
  padding: 12px 20px 11px 10px;
}
.m-classbtn-list__btn3 {
  padding: 20px 20px 19px 10px;
}
.m-classbtn-list__btn3-s {
  padding: 12px 20px 11px 10px;
}
.m-classbtn-list__btn4 {
  padding: 20px 20px 19px 10px;
}
.m-classbtn-list__btn4-s {
  padding: 12px 20px 11px 10px;
}
.m-classbtn-list__btn5 {
  padding: 20px 20px 19px 10px;
}
.m-classbtn-list__btn5-s {
  padding: 12px 20px 11px 10px;
}
.m-classbtn-list__btn6 {
  padding: 20px 20px 19px 10px;
}
.m-classbtn-list__btn6-s {
  padding: 12px 20px 11px 10px;
}
.m-classbtn-list__btnnew1 {
  background: #21B8CE;
}
.m-classbtn-list__btnnew1-s {
  background: #21B8CE;
}
.m-classbtn-list__btn1 {
  background: #ec6e81;
}
.m-classbtn-list__btn1-s {
  background: #ec6e81;
}
.m-classbtn-list__btn2 {
  background: #009e3b;
}
.m-classbtn-list__btn2-s {
  background: #009e3b;
}
.m-classbtn-list__btn3 {
  background: #006eb3;
}
.m-classbtn-list__btn3-s {
  background: #006eb3;
}
.m-classbtn-list__btn4 {
  background: #fa7500;
}
.m-classbtn-list__btn4-s {
  background: #fa7500;
}
.m-classbtn-list__btn5 {
  background: #8ec31f;
}
.m-classbtn-list__btn5-s {
  background: #8ec31f;
}
.m-classbtn-list__btn6 {
  background: #6b5cad;
}
.m-classbtn-list__btn6-s {
  background: #6b5cad;
}
.m-classbtn-list__btn-cls {
  font-size: 121%;
  margin-right: 2px;
  font-family: 'Hind', sans-serif;
}
/* social button -----------------*/
.m-button-sns {
  margin-top: 15px;
}
.m-button-sns > :first-child {
  margin-top: 0;
}
.m-button-sns > ul {
  *zoom: 1;
  text-align: center;
}
.m-button-sns > ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
.m-button-sns > ul > li {
  display: inline-block;
  margin: 0 7px;
}
/* ----------------------------------
  text component
---------------------------------- */
/* align ---------------*/
.m-text-center {
  text-align: center;
}
.m-text-right {
  text-align: right;
}
.m-text-left {
  text-align: left;
}
/* supplement ---------------*/
.m-text-supplement {
  color: #808080;
  text-align: center;
}
.m-text-supplement-rs {
  color: #808080;
  text-align: right;
  font-size: 85%;
}
.m-text-supplement-ls {
  color: #808080;
  text-align: left;
  font-size: 85%;
}
/* bold ---------------*/
.m-text-bold {
  font-weight: bold;
}
/* color ---------------*/
.m-text-wht {
  color: #fff;
}
.m-text-true {
  color: #0070cb;
}
.m-text-spring {
  color: #42aa92;
}
.m-text-spook {
  color: #699ad2;
}
.m-text-atten {
  color: #f00;
}
.m-text-record {
  color: #f27979;
}
/* size ---------------*/
.m-text-xxxlarge {
  font-size: 128%;
}
.m-text-xxlarge {
  font-size: 121%;
}
.m-text-xlarge {
  font-size: 114%;
}
.m-text-large {
  font-size: 107%;
}
.m-text-medium {
  font-size: 100%;
}
.m-text-small {
  font-size: 92%;
}
.m-text-xsmall {
  font-size: 85%;
}
.m-text-xxsmall {
  font-size: 78%;
}
/* price --------------*/
.m-text-price {
  font-size: 114%;
  color: #f00;
  font-weight: bold;
}
.m-text-price span {
  margin-left: 3px;
  font-size: 85%;
  font-weight: normal;
}
.m-text-price-m {
  font-size: 121%;
  color: #f00;
  font-weight: bold;
}
.m-text-price-l {
  color: #f00;
  font-weight: bold;
}
.m-text-price-l__num {
  font-size: 185%;
  margin-right: 3px;
}
.m-text-price-l__yen {
  font-size: 92%;
  font-weight: normal;
}
.m-text-price-l__tax {
  font-size: 85%;
  font-weight: normal;
}
/* others ---------------*/
.m-text-goto-detail {
  font-size: 114%;
  color: #0070cb;
  font-weight: bold;
  text-align: center;
}
.m-text-goto-detail span {
  position: relative;
  padding-left: 32px;
}
.m-text-goto-detail span:before {
  position: absolute;
  content: '';
  display: block;
  width: 18px;
  height: 21px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -516px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -10px;
  left: 10px;
  top: 50%;
  overflow: hidden;
}
.m-text-goto-detail.line02 {
  font-size: 114%;
  color: #0070cb;
  font-weight: bold;
  text-align: center;
}
.m-text-goto-detail.line02 span {
  position: relative;
  padding-left: 32px;
}
.m-text-goto-detail.line02 span:before {
  position: absolute;
  content: '';
  display: block;
  width: 18px;
  height: 21px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -516px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  margin-top: -10px;
  left: -40px;
  top: 50%;
  overflow: hidden;
}
.m-text-check-original {
  position: relative;
  padding-left: 30px;
}
.m-text-check-original:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 19px;
  height: 17px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -305px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  left: 0px;
  top: 0;
  overflow: hidden;
  top: 2px;
}
.m-text-check-hybrid {
  position: relative;
  padding-left: 30px;
}
.m-text-check-hybrid:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 19px;
  height: 17px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -267px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  left: 0px;
  top: 0;
  overflow: hidden;
  top: 2px;
}
.m-text-check-st {
  position: relative;
  padding-left: 30px;
}
.m-text-check-st:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 23px;
  height: 20px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -406px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  left: 0px;
  top: 0;
  overflow: hidden;
  top: 2px;
}
.m-text-check-hy {
  position: relative;
  padding-left: 30px;
}
.m-text-check-hy:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 23px;
  height: 20px;
  background-image: url("/touch/share/sp/img_16/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -450px;
  -webkit-background-size: 80px 2512px;
  -moz-background-size: 80px 2512px;
  background-size: 80px 2512px;
  left: 0px;
  top: 0;
  overflow: hidden;
  top: 2px;
}
.m-text--origin {
  margin-top: 15px;
  text-align: center;
  background: #005bac;
}
.m-text--origin > img {
  max-width: 100%;
}
.m-text--hybrid {
  margin-top: 15px;
  text-align: center;
  background: #ed161d;
}
.m-text--hybrid > img {
  max-width: 100%;
}
.m-text--origincharenge {
  position: relative;
  overflow: hidden;
  margin-top: 15px;
  text-align: center;
  background: #005bac;
}
.m-text--origincharenge:before {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background: #1ba5bc;
  z-index: 1;
}
.m-text--origincharenge > img {
  position: relative;
  max-width: 100%;
  z-index: 2;
}
.m-text--charengetouch {
  position: relative;
  overflow: hidden;
  margin-top: 15px;
  text-align: center;
  background: #1ba5bc;
}
.m-text--charengetouch > img {
  max-width: 100%;
}
/* ----------------------------------
  tag component
---------------------------------- */
.m-tag-true {
  display: inline-block;
  padding: 1px 10px;
  background: #0070cb;
  color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.m-tag-step {
  position: relative;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  background: #0070cb;
  color: #fff;
  font-weight: bold;
  padding: 0 15px;
  margin-left: -15px;
}
.m-tag-step:after {
  content: '';
  display: inline-block;
  border-top: 11px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 15px solid transparent;
  border-left-color: #0070cb;
  position: absolute;
  right: -30px;
  top: 0;
}
.m-tag-subject {
  margin-top: 15px;
  display: table;
}
.m-tag-subject__area {
  display: table-cell;
  vertical-align: middle;
}
.m-tag-subject__tag {
  display: inline-block;
  vertical-align: middle;
  background: #f3f3f3;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 8px;
  font-weight: bold;
  border: 1px solid #e6e6e6;
  margin-right: 8px;
}
.m-tag-subject__cont {
  display: table-cell;
  vertical-align: middle;
}
.m-tag-subject__cont > :first-child {
  margin-top: 0;
}
.m-tag-sendtool {
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 8px;
  font-weight: bold;
  border: 1px solid #e6e6e6;
  background: #fff;
  color: #0070cb;
}
.m-tag-sendtool + .m-tag-sendtool {
  margin-left: 5px;
}
/* ----------------------------------
  form component
---------------------------------- */
/* form wrapper ---------------*/
.m-form {
  margin-top: 25px;
  padding: 0 10px;
}
.m-form > :first-child {
  margin-top: 0;
}
.m-form--round {
  padding: 0 10px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 2px solid #ededed;
  margin: 15px 15px 0 15px;
  background: #f7f7f7;
  padding: 15px;
}
.m-form--round > :first-child {
  margin-top: 0;
}
.m-form__ttl {
  color: #0070cb;
  text-align: center;
  font-size: 114%;
  font-weight: bold;
  margin-top: 10px;
  display: block;
}
.m-form__cont,
.m-form__cont--linebtm {
  margin-top: 5px;
}
.m-form__cont > :first-child,
.m-form__cont--linebtm > :first-child {
  margin-top: 0;
}
.m-form__cont--linebtm {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.m-form__item {
  margin-top: 10px;
}
/* radio button ---------------*/
.m-form-radio ul > :first-child {
  margin-top: 0;
}
.m-form-radio li {
  margin-top: 5px;
}
.m-form-radio li input,
.m-form-radio li label {
  vertical-align: middle;
  cursor: pointer;
}
.m-form-radio-line {
  margin-top: -5px;
}
.m-form-radio-line > ul {
  *zoom: 1;
  marin-left: -10px;
}
.m-form-radio-line > ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
.m-form-radio-line > ul li {
  float: left;
  width: 33.3%;
  marin-left: 10px;
  margin-top: 5px;
}
.m-form-radio-line > ul li input,
.m-form-radio-line > ul li label {
  vertical-align: middle;
  cursor: pointer;
}
/* check button ---------------*/
.m-form-check ul > :first-child {
  margin-top: 0;
}
.m-form-check li {
  margin-top: 5px;
}
.m-form-check li input,
.m-form-check li label {
  vertical-align: middle;
  cursor: pointer;
}
.m-form-check-line {
  margin-top: -5px;
}
.m-form-check-line > ul {
  *zoom: 1;
  marin-left: -10px;
}
.m-form-check-line > ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
.m-form-check-line > ul li {
  float: left;
  width: 50%;
  marin-left: 10px;
  margin-top: 5px;
}
.m-form-check-line > ul li input,
.m-form-check-line > ul li label {
  vertical-align: middle;
  cursor: pointer;
}
/* check agree ---------------*/
.m-form-agree input,
.m-form-agree label {
  vertical-align: middle;
  cursor: pointer;
}
.m-form-agree label {
  color: #08c;
}

.boxTarget{
  display: none;
}

/*BC_MEM-2067 タッチ今入会SP板 AB学年展開 kaizen側よりCSS移植*/
.m-unit-b {
  margin-top: 25px;
}

.m-unit-b .m-block--cloudy {
  background: #FFEA00;
}
/*BC_MEM-2067 タッチ今入会SP板 AB学年展開 kaizen側よりCSS移植 ここまで*/

/*BC_MEM-2067 【小ゼミ】タッチ今入会SP板 AB学年展開に反映の緊急修正
できること4部分 アンカー除去用のスタイル追加*/
.m-linkls-anc__item--no-anchor {
  padding: 13px 35px 13px 15px;
  border: 1px solid #E6E6E6;
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  font-size: 107%;
}

/* BC_MEM-2438 【小ゼミ】CM＆CP連動（11/28公開分） */
.m-touch-campaign-cmcp{
  padding: 10px 15px;
  background-color: #FFF;
  border-radius:5px;
  box-sizing:border-box;
  border: 1px solid #EDEDED;
}

.m-touch-campaign-cmcp--below {
  margin-top: 15px;
}

.g-red {
  color: #e60012;
}

.m-touch-campaign-cmcp__offer {
  color: #808080;
}

.g-center {
  text-align: center;
}
/* /BC_MEM-2438 【小ゼミ】CM＆CP連動（11/28公開分） */