@charset 'utf-8';
.font-family {
  font-family: Helvetica, Arial, Doroid Sans, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@font-face {
  font-family: 'tickebo-font';
  src: url('./font/tickebo-font.ttf') format('truetype');
  src: url('./font/tickebo-font.eot');
  src: url('./font/tickebo-font.eot#iefix') format('embedded-opentype'), url('./font/tickebo-font.woff2') format('woff2'), url('./font/tickebo-font.woff') format('woff'), url('./font/tickebo-font.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.web-font {
  font-family: "tickebo-font";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* mixin end                                    */
/* main CSS                                     */
* {
  word-wrap: break-word !important;
}
html {
  height: 100%;
}
body {
  font-family: Helvetica, Arial, Doroid Sans, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  position: relative;
  width: 100%;
  padding-top: 50px;
  color: #000;
  letter-spacing: .05em;
  -webkit-text-size-adjust: 100% !important;
}
input[type='text'],
input[type='password'],
input[type='tel'],
input[type='email'],
input[type='number'],
textarea,
select {
  font-family: Helvetica, Arial, Doroid Sans, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  padding-left: 5px;
  color: #000;
  border: 1px solid #b4b4b4;
  background-color: #fff;
}
input[type='text'],
input[type='password'],
input[type='tel'],
input[type='email'],
input[type='number'],
input[type='button'],
input[type='submit'],
textarea,
select {
  border-radius: 0;
  -webkit-appearance: none;
}
input {
  font-family: Helvetica, Arial, Doroid Sans, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
input::-webkit-input-placeholder {
  font-weight: normal;
  color: #ccc;
}
input:-ms-input-placeholder {
  font-weight: normal;
  color: #ccc;
}
input::-moz-placeholder {
  font-weight: normal;
  color: #ccc;
}
input[type='radio'].radio {
  display: inline-block;
  min-height: 0;
}
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
input[type='number'] {
  border-radius: 0;
  -moz-appearance: textfield;
  -webkit-appearance: none;
}
select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
.wrap {
  overflow: hidden;
}
.wrapper-select {
  position: relative;
  width: 150px;
  padding-right: 0;
  cursor: pointer;
  background-color: #fff;
}
.wrapper-select select {
  position: relative;
  z-index: 2;
  width: 100%;
  background-color: transparent;
}
.wrapper-select.enstyle {
  width: 100%;
}
.wrapper-select.enstyle > span.carat {
  left: 92%;
}
.carat {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 87%;
  margin-top: -2px;
  cursor: pointer;
  border: 4px solid transparent;
  border-top: 6px solid #777;
}
label {
  font-weight: normal !important;
  max-width: 100%;
  margin-bottom: 0;
}
button {
  font-family: Helvetica, Arial, Doroid Sans, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
  line-height: 2;
}
button.disabled {
  cursor: default;
}
p {
  line-height: 2;
  margin: 0;
}
span {
  line-height: 2;
}
table tr td {
  line-height: 2;
}
dl {
  margin: 0;
}
dl dt {
  line-height: 2;
}
h1,
h2,
h3,
h4 {
  line-height: 2;
  margin: 0;
}
small {
  font-size: 10px;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.device01 {
  display: none !important;
}
.pcdn {
  display: none;
}
i,
.icon-font {
  font-family: "tickebo-font";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover img {
  text-decoration: none;
  opacity: .8;
}
a[target='_blank'] > i {
  display: inline-block;
  margin-left: 5px;
  color: #09aa6c;
}
i.pdf {
  color: #df0000 !important;
  font-size: 26px;
  text-align: right;
  vertical-align: middle;
  text-decoration: none;
}
.wraptop {
  overflow: hidden;
}
a.icon-none[target*='_blank']:not(img):after {
  padding-left: 0;
  content: '';
}
.inner-frame {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 320px;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px;
}
#header_sp {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 60px;
  background: #f8f8f8;
}
#header_sp > .inner-frame {
  position: relative;
}
#header_sp h1 {
  position: absolute;
  top: 18px;
  left: 54.5px;
  width: 162px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
#header_sp h1 img {
  width: 162px;
  display: block;
}
#header.short {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 50px;
  background: #f8f8f8;
}
#header.short > .inner-frame {
  position: relative;
}
#header.short h1 {
  position: absolute;
  top: 15px;
  left: 54.5px;
  width: 142px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
#header.short h1 img {
  width: 142px;
  display: block;
}
#switch_spnavigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  text-align: center;
  background: none;
}
#switch_spnavigation > p {
  font-size: 8px;
  font-weight: bold;
  position: absolute;
  bottom: 5px;
  width: 50px;
  text-align: center;
  color: #37373b;
}
#switch_spnavigation > p#open {
  display: none;
}
.menu-trigger {
  position: relative;
  display: inline-block;
  width: 19px;
  height: 13px;
  transition: all .4s;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  transition: all .4s;
  border-radius: 4px;
  background-color: #37373b;
}
.menu-trigger span:nth-of-type(1) {
  top: 12px;
}
.menu-trigger span:nth-of-type(2) {
  top: 19px;
}
.menu-trigger span:nth-of-type(3) {
  top: 26px;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  -webkit-animation: active-menu05-bar02 0.8s forwards;
  animation: active-menu05-bar02 0.8s forwards;
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}
ul#mypagenavigation_sp {
  position: absolute;
  top: 0;
  right: 0;
}
ul#mypagenavigation_sp > li {
  font-size: 8px;
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  cursor: pointer;
  text-align: center;
  color: #32cd78;
}
ul#mypagenavigation_sp > li > a {
  display: block;
  color: #32cd78;
  width: 60px;
  height: 47px;
  padding: 13px 0 0px 0;
}
ul#mypagenavigation_sp > li > a > dl > dd {
  font-weight: bold;
  position: relative;
  top: -5px;
}
ul#mypagenavigation_sp span {
  line-height: 1!important;
  letter-spacing: 0em!important;
}
ul#mypagenavigation_sp > li > a > dl > dt.mypage > span {
  font-size: 24px;
  color: #32cd78;
}
ul#mypagenavigation_sp > li > dl > dd > span.icon-down {
  font-weight: bold;
}
ul#mypagenavigation_sp > li > dl > dd > span.icon-down:after {
  font-family: "tickebo-font";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1eb98c;
  content: '\e901';
  background-size: contain;
}
ul#mypagenavigation_sp > li > dl > dd > ul {
  position: absolute;
  z-index: 10;
  top: 44px;
  right: 10px;
  display: none;
  width: 150px;
  padding: 15px 20px;
  background: #37373b;
}
ul#mypagenavigation_sp > li > dl > dd > ul > li {
  font-size: 12px;
  margin-top: 15px;
  text-align: left;
}
ul#mypagenavigation_sp > li > dl > dd > ul > li > a {
  position: relative;
  display: table;
  width: 100%;
  padding: 10px 0;
  padding-right: 20px;
  color: #32cd78;
}
ul#mypagenavigation_sp > li > dl > dd > ul > li > a > span {
  display: table-cell;
  width: 95%;
  min-width: 135px;
  vertical-align: middle;
  color: #32cd78;
  line-height: normal;
}
ul#mypagenavigation_sp > li > dl > dd > ul > li > a > i {
  font-size: 16px;
  display: table-cell;
  width: 5%;
  text-align: right;
  vertical-align: middle;
  color: #1eb98c;
}
ul#mypagenavigation_sp > li > dl > dd > ul > li:first-child {
  margin-top: 0;
}
ul#mypagenavigation_sp > li > dl > dd > ul:before {
  position: absolute;
  top: -14px;
  left: 90%;
  content: '';
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-bottom: 8px solid #37373b;
}
ul#mypagenavigation_sp > li > dl > dd > ul:after {
  position: absolute;
  top: -13px;
  left: 90%;
  content: '';
  transform: translateX(-50%);
  border: 7px solid transparent;
  border-bottom: 9px solid #37373b;
}
ul#mypagenavigation_sp > li dl dt {
  font-size: 18px;
}
ul#mypagenavigation_sp > li dl dt.mypage {
  font-size: 18px;
  color: #1eb98c;
}
ul#mypagenavigation_sp > li.active > dl > dd > span.icon-down:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#menunavigation_sp {
  position: fixed;
  z-index: 10000;
  top: 50px;
  display: none;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #000;
}
#menunavigation_sp > ul {
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}
#menunavigation_sp > ul > li {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #b4b4b4;
}
#menunavigation_sp > ul > li > a {
  position: relative;
  display: block;
  padding: 15px 0;
  color: #fff;
}
#menunavigation_sp > ul > li > a > span:after {
  font-family: "tickebo-font";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 48%;
  right: 10px;
  width: 6px;
  height: 10px;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform: translateY(-48%);
  transform: translateY(-48%);
  color: #fff;
}
#menunavigation_sp > ul > li.childrenlist {
  color: #fff;
}
#menunavigation_sp > ul > li.childrenlist > span {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}
#menunavigation_sp > ul > li.childrenlist > ul > li > a {
  font-size: 12px;
  position: relative;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
}
#menunavigation_sp > ul > li.childrenlist > ul > li > a > span:after {
  font-family: "tickebo-font";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  color: #fff;
  content: '\e902';
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform: translateY(-48%);
  transform: translateY(-48%);
  width: 6px;
  height: 10px;
  position: absolute;
  top: 48%;
  right: 10px;
}
@media screen and (max-width: 320px) {
  #menunavigation_sp > ul > li > a > span:after {
    margin-top: -5px;
  }
}
.wrapper-menubanner {
  padding: 20px;
  padding-bottom: 70px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
.wrapper-member {
  background: #fff;
}
#footer {
  padding: 20px 0 15px 0;
  color: #fff;
  background: #37373b;
}
#footer > div > div {
  width: 100%;
  min-width: 293px;
  margin: 0 auto 30px auto;
  text-align: center;
  vertical-align: middle!important;
}
#footer.short {
  padding: 30px 0;
  color: #fff;
  background: #000;
}
#footer.short > div > div {
  width: 100%;
  min-width: 100%;
  margin: 0 ;
  text-align: center;
  vertical-align: middle!important;
}
dl.list-language:before {
  padding: 0 5px 0 0;
  content: '\00ff5c';
  color: #fff;
}
ul.list-snsbuttons {
  font-size: 0;
  display: inline-block;
  height: 38px;
  vertical-align: middle!important;
}
ul.list-snsbuttons > li {
  font-size: 14px;
  display: inline-block;
  margin-left: 15px;
}
ul.list-snsbuttons > li div.button-circle {
  overflow: hidden;
  width: 36px;
  height: 36px;
  text-align: center;
  box-shadow: 0px 0px 1px 1px #ffffff;
  -moz-box-shadow: 0px 0px 1px 1px #ffffff;
  -webkit-box-shadow: 0px 0px 1px 1px #ffffff;
  background-color: transparent;
}
ul.list-snsbuttons > li div.button-circle a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
ul.list-snsbuttons > li div.button-circle:hover {
  background-color: #fff;
}
ul.list-snsbuttons > li:first-child {
  margin-left: 0;
}
ul.list-snsbuttons  > li div.button-circle .icon-font,
ul.list-snsbuttons  > li div.button-circle i {
  font-size: 16px;
  margin-top: 10px;
  color: #fff;
}
ul.list-snsbuttons  > li div.button-circle:hover .icon-font,
ul.list-snsbuttons  > li div.button-circle:hover i {
  text-decoration: none;
  color: #37373b;
}
dl.list-language {
  line-height: 100%;
  position: relative;
  display: inline-block;
  min-width: 150px;
  height: 100%;
  padding-top: 10px;
}
dl.list-language > dt {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
dl.list-language > dt > img {
  width: 20px;
  height: 20px;
  margin-top: 10px;
}
dl.list-language > dd {
  font-size: 12px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
dl.list-language > dd > i {
  margin-left: 10px;
}
dl.list-language > dd > ul {
  position: absolute;
  bottom: 25px;
  left: -45px;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100px;
  padding: 20px;
  border: 1px solid #b4b4b4;
  background: #fff;
  z-index: 2;
}
dl.list-language > dd > ul > li {
  font-size: 12px;
  line-height: 2;
  margin-top: 15px;
}
dl.list-language > dd > ul > li:first-child {
  margin-top: 0;
}
dl.list-language > dd > ul > li.active > a {
  color: #b4b4b4;
}
dl.list-language > dd > ul:before {
  position: absolute;
  bottom: -17px;
  left: 50%;
  content: '';
  transform: translateX(-50%);
  border: 7px solid transparent;
  border-top: 9px solid #b4b4b4;
}
dl.list-language > dd > ul:after {
  position: absolute;
  bottom: -14px;
  left: 50%;
  content: '';
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top: 8px solid #fff;
}
dl.list-language  > dt  > .icon-font,
dl.list-language  > dt  > i {
  font-size: 20px;
}
.wrapper-footerutility {
  margin-top: 30px;
}
ul.list-utilitylinks-footer {
  font-size: 0;
  text-align: center;
}
ul.list-utilitylinks-footer > li {
  font-size: 12px;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 15px;
}
ul.list-utilitylinks-footer > li a {
  color: #fff;
}
ul.list-utilitylinks-footer > li:last-child {
  margin-right: 0;
}
#copyright {
  font-size: 10px;
  margin-top: 15px;
  text-align: center;
}
#pagetop {
  font-size: 25px;
  line-height: 58px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  background: #2d2d2d;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  z-index: 1;
}
#pagetop:hover {
  transition: all .25s;
  opacity: .8;
}
.wrapper-contents-t60b60 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.bg-pattern-01 {
  background-color: #fff;
}
.bg-pattern-01 .title-2-howto {
  padding-top: 14px;
}
.bg-pattern-04 {
  background-color: #32cd78;
}
.bg-pattern-04 .title-2-howto {
  padding-top: 14px;
}
h2.title-2-icon {
  font-size: 0;
  margin-bottom: 15px;
  text-align: center;
}
h2.title-2-icon > img {
  display: inline-block;
  width: 16px;
  margin-right: 10px;
  vertical-align: middle;
}
h2.title-2-icon > span {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
h2.title-2-icon > span:first-child {
  margin-right: 10px;
  color: #09aa6c;
}
h2.title-2-icon.white {
  color: #fff!important;
}
.icon-font.white {
  color: #fff!important;
}
.wrapper-button-center a {
  margin: 0 auto;
}
.wrapper-circle-qalink a {
  display: inline-block;
  color: #333;
}
.wrapper-circle-qalink a span.button-circle {
  font-size: 14px;
  line-height: 1.0;
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  padding: 2px 0 0 2px;
  color: #b4b4b4;
  border: 2px solid #b4b4b4;
  border-radius: 50%;
  background-color: #fff;
}
.wrapper-circle-qalink a:hover {
  text-decoration: underline;
}
.member-menu {
  font-size: 9px;
  background: #fff;
  position: relative;
}
.member-menu p.member {
  font-weight: bold;
  float: left;
  padding: 12px 0;
  width: 83%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.member-menu p.member span {
  font-size: 12px;
}
.member-menu p.logout {
  float: right;
  color: #666;
  width: 17%;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.member-menu p.logout a {
  text-decoration: none;
}
.header-title-green {
  width: 100%;
  min-height: 19px;
  background: #32cd78;
}
.header-title-green h1 {
  font-size: 18px;
  line-height: 2;
  display: inline-block;
  display: block;
  min-height: 19px;
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: middle;
  color: #fff;
}
.header-title-green h1:after {
  display: inline-block;
  width: 0;
  height: 100%;
  content: '';
  vertical-align: middle;
}
.header-title-green.short {
  text-align: center;
}
h2.title-2-dotted-line {
  font-size: 15px;
  line-height: 2;
  position: relative;
  margin-bottom: 13px;
  padding: 5px 0 15px 15px;
  border-bottom: 2px dotted #ccc;
}
h2.title-2-dotted-line + .wrapper-list-layout-gray {
  margin-top: -20px;
}
h2.title-2-dotted-line:before {
  position: absolute;
  top: 5px;
  display: block;
  min-height: 20px;
  margin-left: -15px;
  padding-right: 15px;
  content: '';
  border-left: 4px solid #32cd78;
}
h2.title-2-bold {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
}
h3.title-3-bgcolor-white {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 12px 10px;
  background-color: #f1f1f1;
}
h3.title-3-bgcolor-white + .wrapper-list-layout-gray {
  margin-top: -20px;
}
h3.title-3-bold {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 15px;
}
.text-announce {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 20px;
}
hr.line-pattern-01 {
  height: 2px;
  margin: 15px 0;
  border: none;
  background: #f1f1f1;
}
hr.line-pattern-02 {
  height: 2px;
  margin: 15px 0;
  border: none;
  background: #d7d7d7;
}
hr.line-pattern-03 {
  height: 2px;
  margin: 20px 0;
  border: none;
  background: #d7d7d7;
}
hr.line-pattern-04 {
  width: 100%;
  height: 1px;
  margin: 30px auto 30px;
  border: none;
  background: #fff;
}
a.back,
a.next,
span.back,
span.next {
  font-weight: bold;
  display: inline-block;
}
a.back > i {
  display: inline-block;
  margin-top: -2px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  text-decoration: none;
  color: #09aa6c;
}
a.next  > i,
span.next  > i {
  display: inline-block;
  margin-top: -2px;
  text-decoration: none;
  color: #09aa6c;
}
a.back  > i,
span.back  > i {
  display: inline-block;
  margin-top: -2px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  text-decoration: none;
  color: #09aa6c;
}
.disabled,
.disabled  > i {
  cursor: text!important;
}
span.disabled,
span.disabled  > i {
  text-decoration: none;
  color: #ccc;
}
span.disabled:hover,
span.disabled:hover  > i {
  cursor: pointer;
  text-decoration: none;
  color: #ccc;
}
a.normalico.next  > i,
span.normalico.next  > i {
  display: inline;
  margin-top: -2px;
  text-decoration: none;
  color: #09aa6c;
}
a.normalico {
  font-weight: normal!important;
  display: inline;
}
a.normalico  > i,
span.normalico  > i {
  margin-top: -2px;
  margin-left: 10px;
  text-decoration: none;
  color: #09aa6c;
}
.wrapper-events-pager {
  text-align: center;
  margin-top: 20px;
}
.wrapper-events-pager span:nth-child(2) {
  margin: 0 10px;
}
.link-payment-notice {
  display: inline-block;
  margin: 20px 0;
  color: #666;
}
.link-payment-notice > i {
  display: inline-block;
  margin-left: 5px;
  color: #09aa6c;
}
.link-payment-notice:hover > i {
  text-decoration: none;
}
.button-painted {
  font-size: 12px;
  font-weight: bold;
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  transition: background-color 0.15s linear;
  text-align: center;
  color: #fff;
  border: 2px solid #32cd78;
  background: #32cd78;
}
.button-painted > span {
  padding-left: 16px;
}
.button-painted > span > i {
  font-size: 18px;
  margin-right: 10px;
  vertical-align: middle;
}
.button-painted > i {
  font-family: "tickebo-font";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  padding-right: 4px;
  text-align: right;
  vertical-align: middle;
}
.button-painted.activeblack:hover {
  color: #000000;
}
.button-painted  > span,
.button-painted  > i {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
a.button-painted[target='_blank'] > i {
  display: table-cell;
  color: #fff;
}
.button-painted:hover {
  transition: background-color 0.15s linear;
  text-decoration: none;
  color: #32cd78;
  border-color: #32cd78;
  background-color: #fff;
}
.button-painted:hover > i {
  color: #09aa6c;
}
.button-painted.disabled {
  cursor: default;
  color: #fff;
  border-color: #ccc;
  background-color: #cccccc;
}
.button-painted.disabled  > i,
.button-painted.disabled  > span:after {
  color: #fff;
}
.w400 {
  width: 218px;
  height: 45px;
}
.button-painted.w400 > span {
  width: 202px;
  margin: 0 auto;
}
.button-painted.orange {
  border: 2px solid #f87171;
  background: #f87171;
}
.button-painted.orange:hover {
  transition: background-color 0.15s linear;
  text-decoration: none;
  color: #f87171;
  border-color: #f87171;
  background-color: #fff;
}
.button-painted.orange:hover > i {
  color: #f87171;
}
.button-painted.gray {
  border: 2px solid #b4b4b4;
  background: #b4b4b4;
}
.button-painted.gray:hover {
  transition: background-color 0.15s linear;
  text-decoration: none;
  color: #b4b4b4;
  border-color: #b4b4b4;
  background-color: #fff;
}
.button-painted.gray:hover > i {
  color: #b4b4b4;
}
.button-outline {
  font-size: 12px;
  font-weight: bold;
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  transition: background-color 0.15s linear;
  text-align: center;
  color: #000;
  border: 1px solid #32cd78;
  background: #fff;
}
.button-outline > span {
  padding-left: 16px;
}
.button-outline > span + i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.button-outline > span > i {
  font-size: 18px;
  margin-right: 10px;
  vertical-align: middle;
}
.button-outline > i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  font-family: "tickebo-font";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: auto;
  padding-right: 4px;
  text-align: right;
  vertical-align: middle;
  color: #09aa6c;
}
.button-outline > i + span {
  padding-right: 16px;
  padding-left: 0;
}
.button-outline  > i,
.button-outline  > span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
a.button-outline[target='_blank'] > i {
  display: table-cell;
}
.button-outline:hover {
  transition: background-color 0.15s linear;
  text-decoration: none;
  color: #fff;
  border-color: #32cd78;
  background-color: #32cd78;
}
.button-outline:hover span > i {
  color: #fff;
}
.button-outline:hover > i {
  color: #fff;
}
.button-outline.disabled {
  color: #ccc;
  border-color: #ccc;
  background-color: #fff;
}
.button-outline.disabled  > i,
.button-outline.disabled  > span:after {
  color: #ccc;
}
.button-outline.border-gray {
  border: 1px solid #ccc;
  background: none;
}
.button-outline.border-gray > span > i {
  color: #b4b4b4;
}
.button-outline.border-gray:hover {
  transition: background-color 0.15s linear;
  text-decoration: none;
  color: #32cd78;
  border-color: #32cd78;
  background-color: #fff;
  border: 2px solid #32cd78;
}
.button-outline.border-gray:hover > span > i {
  color: #32cd78;
}
.button-outline.border-gray.multiline.enpadding > span > i {
  margin-left: -60px !important;
}
.button-outline.border-gray.multiline.enpadding.iconsecond > span > i {
  margin-left: -15px !important;
}
.button-outline.border-gray.multiline.enleft > span > i {
  left: 4%!important;
}
.button-outline.border-white {
  border: 1px solid #fff;
  background: none;
  color: #fff;
}
.button-outline.border-white > i {
  color: #fff;
}
.button-outline.border-white > span:after {
  color: #fff;
}
.button-outline.border-white:hover {
  transition: background-color 0.15s linear;
  text-decoration: none;
  color: #32cd78;
  border-color: #fff;
  background-color: #fff;
  border: 1px solid #fff;
}
.button-outline.border-white:hover > i {
  color: #32cd78;
}
.button-outline.border-white:hover > span > i {
  color: #32cd78;
}
.button-outline.border-black {
  border: 1px solid #000;
  background: none;
}
.button-outline.border-black > i {
  color: #000;
}
.button-outline.border-black > span:after {
  color: #000;
}
.button-outline.border-black:hover {
  transition: background-color 0.15s linear;
  text-decoration: none;
  color: #32cd78;
  border-color: #fff;
  background-color: #fff;
  border: 1px solid #fff;
}
.button-outline.border-black:hover > i {
  color: #32cd78;
}
.button-outline.border-black:hover > span > i {
  color: #32cd78;
}
.wrapper-input-step {
  height: 45px;
  margin-bottom: 30px;
}
.wrapper-input-step > ol > li {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  float: left;
  box-sizing: border-box;
  width: 31.333%;
  padding: 7.3px 10px 7.3px 30px;
  text-align: center;
  color: #d7d7d7;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  background-color: #fff;
}
.wrapper-input-step > ol > li:not(.active):first-child {
  border-left: 1px solid #d7d7d7;
}
.wrapper-input-step > ol > li:first-child {
  padding: 7.3px 10px;
}
.wrapper-input-step > ol > li:not(.active):last-child {
  border-right: 1px solid #d7d7d7;
}
.wrapper-input-step > ol > li:last-child {
  padding: 7.3px 10px 7.3px 28px;
  width: 37.3%;
}
.wrapper-input-step > ol > li.active {
  color: #fff;
  border: 1px solid #f87171;
  background-color: #f87171;
}
.wrapper-input-step > ol > li:not(:first-child):before {
  bottom: 0;
  -webkit-transform: skew(-40deg);
  transform: skew(-40deg);
}
.wrapper-input-step > ol > li:not(:first-child):after {
  top: 0;
  -webkit-transform: skew(40deg);
  transform: skew(40deg);
}
.wrapper-input-step  > ol  > li:not(:first-child):before,
.wrapper-input-step  > ol  > li:not(:first-child):after {
  position: absolute;
  left: -12px;
  display: block;
  width: 20px;
  height: 22px;
  content: '';
  border-right: 1px solid #d7d7d7;
  background-color: #fff;
}
.wrapper-input-step  > ol  > li.active + li:before,
.wrapper-input-step  > ol  > li.active + li:after {
  position: absolute;
  left: -12px;
  border-left: 1px solid #f87171;
  background-color: #f87171;
}
.wrapper-images-next {
  margin-bottom: 30px;
  text-align: center;
}
.tab-green-trade {
  margin: 30px 0 20px 0;
  border-bottom: 1px solid #32cd78;
}
.tab-green-trade + .inner-frame {
  padding-bottom: 30px;
}
.tab-green-trade > ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 320px;
  padding: 0 10px;
  margin: 0 auto -1px auto;
}
.tab-green-trade > ul > li {
  font-weight: bold;
  line-height: 2;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 48%;
  margin-top: -1px;
  padding: 5px;
  cursor: pointer;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-top: 1px solid #32cd78;
  border-right: 1px solid #32cd78;
  border-left: 1px solid #32cd78;
  background-color: #32cd78;
}
.tab-green-trade > ul > li:first-child {
  display: inline-block;
}
.tab-green-trade > ul > li:last-child {
  display: inline-block;
  margin-left: 7px;
}
.tab-green-trade > ul > li.active {
  color: #000;
  background-color: #fff;
}
.tab_01,
.tab_02,
.tab_01:hover,
.tab_02:hover {
  cursor: pointer;
}
dl.listlayout-righttitle {
  padding-right: 10px;
}
dl.listlayout-righttitle dt {
  line-height: 2;
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 72%;
  margin-right: -10px;
  padding-right: 10px;
}
dl.listlayout-righttitle dt span.attention {
  font-weight: bold;
  display: inline-block;
  padding-bottom: 15px;
}
dl.listlayout-righttitle dd {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 26%;
  margin-right: 10px;
  text-align: center;
}
dl.listlayout-righttitle dd i {
  font-size: 62px;
  color: #32cd78;
}
.list-2clm-button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.list-2clm-button > li {
  margin: 0 auto 15px auto;
}
.list-2clm-button  > li  > .button-painted,
.list-2clm-button  > li  > .button-outline {
  margin: 0 auto;
}
.box-bgcolor-gray,
.box-2clm-bgcolor-gray {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 10px;
  text-align: center;
  background-color: #e3e3e3;
}
.box-bgcolor-gray a {
  margin: 0 auto;
}
.box-2clm-bgcolor-gray > li {
  width: 100%;
  margin-bottom: 10px;
}
.box-2clm-bgcolor-gray > li .button-outline.border-gray.w400 {
  width: 218px;
}
.box-2clm-bgcolor-gray > li:last-child {
  margin-bottom: 0;
}
.button-outline.iconsecond span {
  line-height: normal;
}
.button-outline.iconsecond span i {
  color: #b4b4b4;
}
.button-outline.iconsecond:hover span i {
  color: #32cd78;
}
a.other-link-ico {
  font-weight: bold;
}
a.other-link-ico i {
  font-size: 10px;
  padding-left: 5px;
  color: #09aa6c;
}
.box-gray {
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.box-deepgray {
  padding: 10px;
  background-color: #e3e3e3;
}
.box-white {
  padding: 10px;
  background-color: #fff;
}
.box-green {
  padding: 10px;
  border: 1px solid #32cd78;
  background: #fff;
}
.box-gray.list-price-trade > dl {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.box-gray.list-price-trade > dl > dt {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 15px;
}
.box-gray.list-price-trade > dl > dd {
  margin-bottom: 15px;
}
.box-gray.list-price-trade > ul {
  width: 40%;
  margin: 0 auto 15px auto;
  text-align: center;
}
.box-gray.list-price-trade > ul > li:not(:last-child) {
  margin-bottom: 15px;
}
.list-gray-box {
  line-height: 2;
  padding: 10px;
  border: 1px solid #d7d7d7;
  background-color: #fff;
}
.list-gray-box > dt {
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px dotted #ccc;
}
.list-gray-box > dt > span.title {
  font-size: 12px;
  font-weight: bold;
  vertical-align: top;
  display: inline-block;
}
.ta-center .img-screenshot-small {
  width: 70%;
  height: auto;
}
.list-box-titledots {
  background-color: #fff;
}
.list-box-titledots > dt {
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px dotted #ccc;
}
.list-box-titledots > dt > span.title {
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
}
.list-gray-box.info-center {
  font-size: 16px;
  text-align: center;
}
.list-gray-box.info-center > dd .phone-number {
  font-size: 24px;
  font-weight: bold;
}
.list-gray-box.info-center .sup-text {
  font-size: 14px;
  display: inline-block;
  margin-top: 20px;
}
.list-bgcolor-gray-box {
  margin-bottom: 30px;
  padding: 15px 15px 30px 15px;
  background-color: #f1f1f1;
}
.list-bgcolor-gray-box > dt {
  font-weight: bold;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 10px;
  color: #09aa6c;
  border-bottom: 2px solid #ccc;
}
.list-bgcolor-gray-box > dd > ul {
  margin: 30px 0 15px 0;
}
.list-bgcolor-gray-box > dd > ul > li {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.list-bgcolor-gray-box > dd > ul > li > img {
  width: 100%;
  height: auto;
}
.list-bgcolor-gray-box > dd > ul > li.arrow {
  margin-bottom: 50px;
}
.list-bgcolor-gray-box > dd > ul > li.arrow:after {
  font-family: "tickebo-font";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #b4b4b4;
  font-size: 20px;
  position: absolute;
  bottom: 20px;
  bottom: -33px;
  left: 47.6%;
  content: '\e90d';
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  text-align: center;
}
.list-bgcolor-gray-box > dd > ul > li:last-child {
  margin: 0;
}
.list-bgcolor-gray-box > dd > p.bg-white {
  padding: 10px;
}
.list-choices-accordion.gray > dt {
  font-size: 12px;
  font-weight: bold;
  padding: 15px;
  cursor: pointer;
  color: #000;
  border: 1px solid #d7d7d7;
}
.list-choices-accordion.gray > dt.open {
  color: #000;
  background-color: #fff;
}
.list-choices-accordion.gray > dt.open::after {
  content: '\e91d';
  color: #09aa6c;
}
.list-gray-box.green {
  margin-bottom: 20px;
  border: 1px solid #32cd78;
}
.list-gray-box.green > dd > div > ul {
  margin-top: 20px;
}
.box-attention-message {
  font-weight: bold;
  line-height: 2;
  display: inline-block;
  padding: 10px;
  color: #df0000;
  border: 2px solid #df0000;
  background: #fff;
}
.list-price-trade {
  margin-bottom: 30px;
}
.list-price-trade > ul {
  width: 100%!important;
}
.list-gray-box.attention {
  margin-top: 15px;
}
.list-gray-box.attention > dl {
  width: 100%;
}
.list-gray-box.attention > dl > dt {
  font-weight: bold;
  margin-bottom: 10px;
}
.list-gray-box.attention  > dl  > dt,
.list-gray-box.attention  > dl  > dd {
  line-height: 2;
  vertical-align: top;
}
dl.listchecked-2clm {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}
dl.listchecked-2clm dd {
  margin-top: 10px;
}
.checked-border input[type='radio'] {
  height: auto;
}
.checked-border label {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 10px;
  cursor: pointer;
  border: 1px solid #e5e5e5;
}
.checked-border label span {
  position: relative;
  top: 4px;
  padding-left: 5px;
  vertical-align: top;
}
dl.listchecked-2clm.mailto dd input {
  width: 100%;
  height: 30px;
  border-color: #b4b4b4;
}
ul.list-left-checked li {
  margin-bottom: 20px;
}
ul.list-left-checked li.lineblock {
  padding: 13px 10px;
}
.box-white-attention {
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 3%;
  text-align: center;
  color: #df0000;
  background: #fff;
}
.box-white-attention h2 {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
}
.box-white-attention h2 :not(.icon-font) {
  display: block;
  margin: 0 auto;
  padding-top: 8px;
}
.box-white-attention h2 i,
.box-white-attention h2 .icon-font {
  font-size: 18px;
}
.attention,
.error {
  color: #df0000 !important;
}
.attention.border-gray {
  display: inline-block;
  padding: 10px;
  border: 1px solid #d7d7d7;
}
.list-layout-gray-border {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 10px;
  border-bottom: 2px solid #ccc;
}
.list-layout-gray-border > dt {
  font-weight: bold;
  margin-bottom: 10px;
}
.list-layout-gray-border > dt span.subtext {
  font-weight: normal;
  display: block;
}
.list-layout-gray-border > dd {
  color: #666;
  word-break: break-all;
}
.list-layout-gray-border > dd > dl > dt {
  font-weight: bold;
}
.list-layout-gray-border > dd > dl > dt:after {
  content: '\00ff1a';
}
.wrapper-list-layout-input dl.list-layout-gray-border dt {
  width: 100%!important;
  padding: 10px 100px 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.list-layout-gray-border.bordernone {
  border-bottom: none;
}
.box-border-gray {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 10px;
  border-bottom: 2px solid #ccc;
}
.list-layout-gray-border  > dt,
.list-layout-gray-border  > dd {
  font-size: 12px;
  line-height: 2;
}
.list-layout-gray-border.attention  > dt,
.list-layout-gray-border.attention  > dd {
  color: #df0000 !important;
}
.list-layout-gray-border  > dd  > dl  > dt,
.list-layout-gray-border  > dd  > dl  > dd {
  display: inline-block;
  vertical-align: text-top;
}
.list-layout-gray-border.bgcolor-gray {
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.list-layout-gray-border.bgcolor-gray > dt {
  width: 32%;
  color: #000;
  border-right: 2px solid #fff;
  background-color: #d7d7d7;
}
.list-layout-gray-border.bgcolor-gray > dd {
  width: 68%;
  color: #000;
  background-color: #f1f1f1;
}
.list-layout-gray-border.bgcolor-gray  > dt,
.list-layout-gray-border.bgcolor-gray  > dd {
  display: table-cell;
  padding: 10px;
}
.box-gray .list-layout-gray-border.bgcolor-gray:first-child,
.wrapper-list-layout-gray .list-layout-gray-border.bgcolor-gray:first-child {
  border-top: none;
}
.box-gray .list-layout-gray-border.bgcolor-gray:last-child,
.wrapper-list-layout-gray .list-layout-gray-border.bgcolor-gray:last-child {
  border-bottom: none;
}
.list-layout-gray-border.bgcolor-gray  > dd  > dl  > dt,
.list-layout-gray-border.bgcolor-gray  > dd  > dl  > dd {
  display: inline;
}
.wrapper-list-layout-gray .list-layout-gray-border + .box-gray-border-inform,
.box-gray .list-layout-gray-border.bgcolor-gray + .box-gray-border-inform,
.box-border-gray  + .box-gray-border-inform {
  margin-top: 15px;
}
.wrapper-list-layout-input {
  margin-bottom: 30px;
}
.wrapper-list-layout-input .list-layout-gray-border.bgcolor-white:first-child {
  border-top: none;
}
.wrapper-list-layout-input .list-layout-gray-border.bgcolor-white:last-child {
  border-bottom: none;
}
.list-layout-gray-border.bgcolor-white {
  padding: 0;
  border: none;
}
.list-layout-gray-border.bgcolor-white > dt {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
  padding: 10px;
  color: #000;
  background-color: #d7d7d7;
}
.list-layout-gray-border.bgcolor-white > dt > span {
  font-weight: normal;
  position: absolute;
  top: 5px;
  right: 10px;
  display: block;
  padding: 4px 5px;
  background-color: #fff;
}
.list-layout-gray-border.bgcolor-white > dt > span.attention {
  border: 1px solid #df0000;
}
.list-layout-gray-border.bgcolor-white > dt > span.reference {
  color: #b4b4b4;
  border: 1px solid #b4b4b4;
}
.list-layout-gray-border.bgcolor-white > dd {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  color: #000;
  background-color: #fff;
}
.list-layout-gray-border.bgcolor-white > dd textarea {
  line-height: 2;
  width: 100%;
  height: 120px;
}
.list-layout-gray-border.bgcolor-white > dd > ul > li {
  vertical-align: middle;
  display: inline-block;
}
.list-layout-gray-border.bgcolor-white > dd > ul > li > input {
  margin: 0 5px;
  border: 1px solid #b4b4b4;
}
.list-layout-gray-border.bgcolor-white > dd > ul > li:first-child > input {
  margin-left: 0;
}
.list-layout-gray-border.bgcolor-white > dd > ul > li:last-child > input {
  margin-right: 0;
}
.list-layout-gray-border.bgcolor-white > dd > ul > li.name {
  float: left;
  width: 48%;
}
.list-layout-gray-border.bgcolor-white > dd > ul > li.name > p {
  margin-top: 5px;
}
.list-layout-gray-border.bgcolor-white > dd > ul > li.name > input {
  width: 100%;
  margin: 0;
}
.list-layout-gray-border.bgcolor-white > dd > ul > li.name:last-child {
  float: right;
}
.list-layout-gray-border.bgcolor-white > dd label {
  margin-top: 10px;
  margin-right: 20px;
  vertical-align: middle;
}
.list-layout-gray-border.bgcolor-white > dd label > span {
  font-size: 12px;
  vertical-align: middle;
}
.list-layout-gray-border.bgcolor-white > dd > .mailaddress {
  width: 100%;
}
.list-layout-gray-border.bgcolor-white > dd > .prefecture {
  width: 145px;
}
.list-layout-gray-border.bgcolor-white > dd > .address {
  width: 100%;
}
.list-layout-gray-border.bgcolor-white > dd > .select-job {
  width: 280px;
}
.list-layout-gray-border.bgcolor-white > dd > .select-job > select + .carat {
  left: 94%;
}
.list-layout-gray-border.bgcolor-white > dd > .select-job.enstylejob {
  width: 100%;
}
.list-layout-gray-border.bgcolor-white > dd > .select-job.enstylejob > select {
  padding-right: 11%;
}
.list-layout-gray-border.bgcolor-white > dd > .select-job.enstylejob > select + .carat {
  left: 93%;
}
.list-layout-gray-border.bgcolor-white > dd > ul.telephone > li > input {
  width: 70px;
}
.list-layout-gray-border.bgcolor-white > dd > ul.telephone > li:first-child > input {
  width: 50px;
}
.wrapper-select-choice {
  padding: 0;
  border: none;
}
.wrapper-select-choice > ul {
  margin-bottom: 10px;
}
.wrapper-select-choice > ul > li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
}
.wrapper-select-choice > ul > li > input {
  margin: 0 5px;
  border: 1px solid #b4b4b4;
}
.wrapper-select-choice > ul > li:first-child > input {
  margin-left: 0;
}
.wrapper-select-choice > ul > li:last-child > input {
  margin-right: 0;
}
.wrapper-select-choice > ul > li:nth-child(2n+1) {
  width: 4%;
  min-width: 13px;
  margin-right: 1%;
}
.wrapper-select-choice > ul label {
  margin-top: 10px;
  margin-right: 20px;
  vertical-align: middle;
  display: block;
  width: 95%;
  margin: 0 !important;
  cursor: pointer;
}
.wrapper-select-choice > ul label > span {
  font-size: 12px;
  vertical-align: middle;
}
.wrapper-select-choice > ul input[type='checkbox'] {
  margin-right: -1px;
  vertical-align: middle;
  margin-left: 0;
}
.list-layout-gray-border.bgcolor-white input[type='text'],
.list-layout-gray-border.bgcolor-white input[type='password'] {
  font-size: 12px;
  height: 30px;
}
.list-layout-gray-border.bgcolor-white input[type='text'].error,
.list-layout-gray-border.bgcolor-white input[type='password'].error,
.list-layout-gray-border.bgcolor-white input[type='email'].error {
  color: #000!important;
}
input.error[type='text'],
input.error[type='password'],
input.error[type='email'] {
  color: #000!important;
}
.list-layout-gray-border.bgcolor-white input[type='checkbox'],
.list-layout-gray-border.bgcolor-white input[type='radio'] {
  margin-right: -1px;
  vertical-align: middle;
  margin-left: 0;
}
.list-layout-gray-border.bgcolor-white  > dd  > input + p,
.list-layout-gray-border.bgcolor-white  > dd  > ul + p {
  margin-top: 10px;
}
ul.list-select-date > li {
  float: left;
}
.list-layout-gray-border.bgcolor-white.list-password > dd > ul > li {
  float: none;
}
.list-layout-gray-border.bgcolor-white.zip-code > dd > ul > li > button {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  height: 30px;
  padding: 0 10px;
  border: 4px solid #32cd78;
}
.list-layout-gray-border.bgcolor-white.zip-code > dd > ul > li > button:hover {
  color: #000000;
  border: 4px solid #32cd78;
  background-color: #ffffff;
}
ul.list-select-date  > li  > .wrapper-select,
.list-layout-gray-border.bgcolor-white  > dd  > .birthday  > li  > .wrapper-select {
  width: 50px;
  margin-right: 10px;
}
ul.list-select-date  > li:first-child  > .wrapper-select,
.list-layout-gray-border.bgcolor-white  > dd  > .birthday  > li  > .wrapper-select.large {
  width: 60px!important;
}
ul.list-select-date  > li  > .wrapper-select,
.list-layout-gray-border.bgcolor-white  > dd  > .birthday.enstyle  > li  > .wrapper-select {
  width: 50px;
  margin-right: 10px;
}
ul.birthday.enstyle  > li:first-child  > .wrapper-select.large {
  width: 60px;
}
ul.list-select-date  > li  > .wrapper-select  > .carat,
.list-layout-gray-border.bgcolor-white  > dd  > .birthday  > li  > .wrapper-select  > .carat {
  left: 72%;
}
ul.list-select-date  > li:first-child  > .wrapper-select  > .carat,
.list-layout-gray-border.bgcolor-white  > dd  > .birthday  > li:first-child  > .wrapper-select  > .carat {
  left: 76%;
}
ul.list-select-date  > li:nth-child(2n),
.list-layout-gray-border.bgcolor-white  > dd  > .birthday  > li:nth-child(2n) {
  margin-top: 5px;
  margin-right: 10px;
}
ul.list-select-date  > li:last-child,
.list-layout-gray-border.bgcolor-white  > dd  > .birthday  > li:last-child {
  margin-right: 0;
}
ul.list-table-checkbox,
ul.favorites {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
ul.favorites.enstyle {
  display: table;
  width: 100%;
  margin-bottom: 0;
}
ul.list-table-checkbox  > li,
ul.favorites  > li {
  display: table-cell;
  width: 25%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
ul.favorites.enstyle  > li {
  width: 92%;
  margin-bottom: 10px;
  vertical-align: top!important;
}
ul.list-table-checkbox  > li  > label,
ul.favorites  > li  > label {
  display: block;
  width: 95%;
  margin: 0!important;
  cursor: pointer;
}
ul.list-table-checkbox  > li  > label,
ul.favorites  > li  > label {
  display: block;
  width: 95%;
  margin: 0!important;
  cursor: pointer;
}
ul.list-table-checkbox  > li  > input[type='checkbox'],
.ul.favorites  > li  > input[type='checkbox'] {
  margin: 0!important;
  margin-right: 2px;
  vertical-align: middle;
}
ul.list-table-checkbox  > li:nth-child(odd),
ul.favorites  > li:nth-child(odd) {
  width: 15px;
  margin-right: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.list-event-info {
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.list-attention-accordion {
  margin-bottom: 20px;
  background-color: #fff;
}
.list-attention-accordion dt {
  font-size: 12px;
  font-weight: bold;
  line-height: 2;
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
}
.list-attention-accordion dt > span.title {
  position: relative;
  display: block;
}
.list-attention-accordion dt > span.title > i {
  font-size: 16px;
  display: table-cell;
  padding-right: 8px;
  vertical-align: middle;
  color: #df0000;
  width: 24px;
}
.list-attention-accordion dt > span.title i.switch {
  width: 4%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.list-attention-accordion dt > span.title i.switch:after {
  font-family: "tickebo-font";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e91e';
  color: #09aa6c;
  padding-left: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
}
.list-attention-accordion dt > span.title > span {
  display: table-cell;
  width: 90%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.list-attention-accordion > dt.open > span.title > i.switch:after {
  content: '\e91d';
  display: table-cell;
  vertical-align: middle;
  font-family: "tickebo-font";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.list-attention-accordion > dd {
  display: none;
  border-top: none!important;
}
.list-attention-accordion > dd > dl {
  margin-bottom: 20px;
}
.list-attention-accordion > dd > dl > dt {
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px dotted #ccc;
}
.list-attention-accordion > dd > dl > dt > span {
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
}
.list-attention-accordion  > dt,
.list-attention-accordion  > dd {
  padding: 15px;
  border: 1px solid #ccc;
}
.list-choices-accordion  > dt,
.list-choices-accordion  > dd {
  border: 1px solid #ccc;
}
.list-choices-accordion > dt {
  font-size: 12px;
  position: relative;
  padding: 15px 30px 15px 15px;
  cursor: pointer;
  color: #32cd78;
  border-top: none;
  background-color: #fff;
}
.list-choices-accordion > dt > i {
  font-size: 20px;
  margin-right: 10px;
  vertical-align: middle;
  color: #df0000;
}
.list-choices-accordion > dt.open {
  color: #fff;
  background-color: #32cd78;
}
.list-choices-accordion > dt:after {
  font-family: "tickebo-font";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #09aa6c;
  position: absolute;
  top: 50%;
  right: 10px;
  content: '\e91e';
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.list-choices-accordion > dt.open:after {
  content: '\e91d';
  color: #fff;
}
.list-choices-accordion > dd {
  display: none;
  padding: 15px;
  border-top: none;
  background-color: #fff;
}
.wrapper-list-choices .list-choices-accordion:first-child > dt {
  border-top: 1px solid #ccc;
}
#quicknews {
  font-size: 10px;
  padding: 10px 0;
  background: #000;
}
#quicknews > .inner-frame {
  position: relative;
}
#quicknews dl > dt {
  float: left;
  width: 20px;
}
#quicknews dl > dt > img {
  margin-top: 3px;
}
#quicknews dl > dt > i {
  font-size: 16px;
  color: #fff;
}
#quicknews dl > dd {
  line-height: 1.8em;
  position: relative;
  height: 38px!important;
  margin-top: 4px;
  padding-right: 40px;
  padding-left: 30px;
}
#quicknews dl > dd #articles {
  width: 100%;
  height: 38px!important;
}
#quicknews dl > dd #articles > ul {
  width: 100%;
  height: 38px!important;
}
#quicknews dl > dd #articles > ul > li {
  width: 100%;
  height: 38px!important;
}
#quicknews dl > dd #articles > ul > li > a {
  height: 38px!important;
  color: #fff;
}
#quicknews dl > dd #articles + a {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
}
ul.list-tickets {
  margin-bottom: 15px;
}
ul.list-tickets > li {
  font-size: 16px;
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 33%;
  vertical-align: top;
}
ul.list-tickets > li > a:hover {
  text-decoration: none;
}
ul.list-tickets > li:nth-child(3n+1) {
  margin-left: 0;
  padding-right: 16px;
  padding-left: 8px;
}
ul.list-tickets > li:nth-child(3n) {
  padding-left: 16px;
}
ul.list-ticketdetail {
  position: relative;
}
ul.list-ticketdetail > li:nth-child(1) {
  margin: 0 auto;
}
ul.list-ticketdetail > li:nth-child(1) > div {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 143px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #ccc;
}
ul.list-ticketdetail > li:nth-child(1) > div > img {
  position: relative;
  top: 50%;
  width: auto;
  height: 100%;
  height: auto;
  max-height: 143px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
ul.list-ticketdetail > li:nth-child(1) > div.label-new:before {
  font-size: 10px;
  font-weight: bold;
  line-height: 15px;
  position: absolute;
  z-index: 2;
  left: -18px;
  top: 4px;
  display: inline-block;
  width: 64px;
  height: 16px;
  padding-top: 3px;
  content: 'NEW';
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  text-align: center;
  color: #000;
  background: #8fece4;
}
ul.list-ticketdetail > li:nth-child(2) {
  height: 72px;
  padding: 10px 0 20px;
}
ul.list-ticketdetail > li:nth-child(2) > h3 {
  font-size: 11px;
  line-height: 1.35em;
  display: inline-block;
  width: 100%;
  height: 42px;
}
ul.list-ticketdetail > li:nth-child(2) > span.label-category {
  line-height: 20px;
  position: absolute;
  bottom: 10px;
  display: block;
  width: 70px;
  height: 20px;
}
span.label-category {
  font-size: 10px;
  font-weight: bold;
  line-height: 20px;
  bottom: 10px;
  display: inline-block;
  width: 70px;
  height: 20px;
  margin-rightt: 5px;
  text-align: center;
  background: #e6e6e6;
}
span.label-new {
  width: 45px;
  height: 20px;
  line-height: 20px;
  bottom: 10px;
  background: #8fece4;
  color: #000;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  margin-left: 5px;
}
.bar-share {
  cursor: pointer;
  text-align: center;
  border-top: 1px solid #f1f1f1;
  border-bottom: 2px solid #d7d7d7;
  background: #fff;
}
.bar-share > a {
  display: block;
  padding: 10px 0;
}
.bar-share > a > i {
  color: #b4b4b4;
}
.bar-share > a:hover {
  text-decoration: none;
}
ul.list-ticketsteps {
  font-size: 0;
  margin-bottom: 0!important;
}
ul.list-ticketsteps li.ticketsteps {
  font-size: 12px;
  position: relative;
  display: inline-block;
  margin-left: 10px;
}
ul.list-ticketsteps li.ticketsteps > dl {
  padding: 15px 10px;
}
ul.list-ticketsteps li.ticketsteps > dl > dt {
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
}
ul.list-ticketsteps li.ticketsteps > dl > dt > span.number {
  line-height: 20px;
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  text-align: center;
  color: #fff;
  background: #000;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
ul.list-ticketsteps li.ticketsteps > dl > dt > span.title {
  float: left;
  width: 210px;
}
ul.list-ticketsteps li.ticketsteps > dl > dd {
  text-align: left;
}
ul.list-ticketsteps li.ticketsteps > dl > dd > p {
  height: 60px;
}
ul.list-ticketsteps li.ticketsteps > dl > dd > img {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
ul.list-ticketsteps li.ticketsteps:first-child {
  margin-left: 0;
}
ul.list-3buttons {
  margin: 0 auto;
}
ul.list-3buttons > li {
  margin-top: 10px;
  vertical-align: top;
}
ul.list-3buttons > li > .button-outline > span > i {
  font-size: 18px;
  color: #fff;
}
ul.list-3buttons > li > .button-outline.border-gray.multiline > span {
  position: relative;
  padding-left: 0;
}
ul.list-3buttons > li > .button-outline.border-gray.multiline > span > i {
  position: absolute;
  top: 27%;
  margin-left: -50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
ul.list-3buttons > li > .button-outline.border-gray.multiline > span:nth-child(1) {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 16px;
  line-height: normal;
}
ul.list-3buttons > li:first-child {
  margin-top: 0;
}
.box-serviceinfo {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  padding: 15px 0;
  background: #f1f1f1;
  text-align: center;
}
.box-serviceinfo h2 {
  display: inline-block;
  margin-right: 10px;
  color: #32cd78;
}
.box-serviceinfo .attention {
  font-size: 12px;
  color: #df0000 !important;
  padding: 3px 5px 1px 5px;
  border: 1px solid #df0000;
  margin: 0 5px 0 2px;
  font-weight: bold;
}
.box-serviceinfo > a {
  font-size: 14px;
  font-weight: bold;
  margin: 0 5px;
}
.box-tickettrade {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0;
  background: #1eb98c;
}
.box-tickettrade .caption-clm h2 {
  font-size: 16px;
  margin-bottom: 10px;
}
.box-tickettrade .thumbnail-clm {
  margin-top: 10px;
  text-align: center;
}
.box-tickettrade .thumbnail-clm img {
  max-width: 480px;
}
ul.list-tradebuttons {
  text-align: center;
  margin: 0 auto;
  margin-top: 17px;
}
ul.list-tradebuttons > li {
  display: inline-block;
  margin-left: 10px;
}
ul.list-tradebuttons > li > a.button-outline {
  width: 218px;
  height: 45px;
}
ul.list-tradebuttons > li > a.button-outline > span {
  padding-left: 16px;
}
ul.list-tradebuttons > li:first-child {
  margin-left: 0;
}
.box-2clmbg-wider {
  position: relative;
}
ul.listlayout-bgcolors {
  display: none;
}
.box-2clmbg > .inner-frame {
  padding: 0;
}
.box-2clmbg .left-clm {
  position: relative;
  padding: 20px 10px;
  background-color: #f8f8f8;
}
.box-2clmbg .right-clm {
  position: relative;
  padding: 0 10px;
  background-color: #f8f8f8;
}
dl.list-livepassinfo {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 10px;
}
dl.list-livepassinfo > dt {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #32cd78;
}
dl.list-livepassinfo > dd > p {
  font-size: 12px;
  margin-bottom: 10px;
}
ul.list-livepassinfo-buttons {
  width: 280px;
  min-height: 117px;
  margin: 0 auto;
  background: url('./img/ja/sp/top_mobile_sp.png') no-repeat right bottom;
  background-size: 124px;
}
ul.list-livepassinfo-buttons > li {
  margin-top: 10px;
}
ul.list-livepassinfo-buttons > li .button-paste-205 {
  width: 135px;
}
ul.list-livepassinfo-buttons > li img {
  display: block;
  width: 110px;
}
ul.list-livepassinfo-buttons > li:nth-child(2) {
  width: 110px;
  margin-top: 20px;
}
ul.list-livepassinfo-buttons > li:nth-child(3) {
  width: 110px;
}
/*retina対応*/
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  ul.list-livepassinfo-buttons {
    background-image: url("./img/ja/2x/mobile@2x.png");
  }
}
dl.list-bannerlink-livepassinfo > dt {
  padding-top: 20px;
  text-align: center;
}
dl.list-bannerlink-livepassinfo > dd {
  font-size: 10px;
  padding: 10px 0;
  text-align: center;
}
dl.list-bannerlink-livepassinfo > dd > p {
  font-weight: bold;
}
dl.list-bannerlink-livepassinfo img {
  max-width: 420px;
}
#lean_overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: #000;
}
#share_modal {
  position: relative;
  display: none;
  width: 80%;
  padding: 20px;
  background-color: #f1f1f1;
}
#share_modal .modal_close {
  font-size: 20px;
  position: absolute;
  top: 10px;
  right: 20px;
  width: 20px;
  height: 20px;
  color: #09aa6c;
}
#share_modal h3 {
  font-size: 16px;
  margin: 30px auto 30px auto;
  text-align: center;
}
#share_modal ul {
  display: block;
  width: 80%;
  margin: 0 auto 30px auto;
}
#share_modal ul li {
  float: left;
  width: 26%;
  margin-right: 11%;
}
#share_modal ul li:last-child {
  margin-right: 0;
}
.box-white-bannerarea {
  padding: 20px;
  text-align: center;
  background-color: #fff;
  z-index: 1!important;
  position: relative;
}
.box-white-bannerarea img {
  width: 100%;
  height: auto;
}
.box-white-bannerarea span,
.box-white-bannerarea p {
  z-index: 9998px!important;
}
#contents.login {
  padding-top: 30px;
}
#contents.login .box-white-attention {
  width: 94%;
}
.logos img {
  width: 52px;
}
ul.list-form-wrapper {
  width: 87%;
  margin: 0 auto;
}
ul.list-form-wrapper > li {
  margin-bottom: 20px;
}
ul.list-form-wrapper li dl.list-form dt {
  font-weight: bold;
  padding-bottom: 8px;
}
ul.list-form-wrapper li dl.list-form dt span {
  display: inline-block;
  padding-top: 10px;
}
ul.list-form-wrapper li ul.telephone li {
  display: inline-block;
  width: 75px;
}
ul.list-form-wrapper li ul.telephone li input {
  width: 75px;
}
ul.list-form-wrapper li ul.telephone li.hyphen {
  width: 10px;
  text-align: center;
}
ul.list-form-wrapper + div {
  margin: 0 auto;
  padding-bottom: 30px;
  text-align: center;
}
ul.list-form-wrapper + div button {
  margin: 0 auto;
}
ul.list-form-wrapper + div p {
  font-size: 12px;
  margin: 40px auto 0 auto;
  text-align: left;
}
ul.list-form-wrapper + div p.error {
  margin-bottom: 30px;
}
ul.list-form-wrapper li dl.list-form dd ul li input[type='text'],
ul.list-form-wrapper li dl.list-form dd ul li input[type='password'],
ul.list-form-wrapper li dl.list-form dd input[type='text'],
ul.list-form-wrapper li dl.list-form dd input[type='email'],
ul.list-form-wrapper li dl.list-form dd input[type='password'] {
  width: 100%;
  height: 35px;
}
ul.list-form-wrapper.select-membership {
  margin-bottom: 30px;
}
ul.list-form-wrapper.select-membership dt {
  margin-bottom: 10px;
}
ul.list-form-wrapper.select-membership dd input[type=radio] {
  margin-top: -2px;
  vertical-align: middle;
}
.box-white-membership {
  padding: 35px 0;
  text-align: center;
  border-top: 1px solid #ccc;
  background-color: #fff;
}
.box-white-membership div {
  width: 87%;
  margin: 0 auto;
}
.box-white-membership div p {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}
.box-white-membership .button-painted {
  margin: 0 auto;
}
.member-name {
  font-size: 12px;
  font-weight: bold;
  padding-top: 15px;
}
ul.listlayout-3clm-links li {
  width: 100%;
  margin-top: 12px;
}
ul.listlayout-3clm-links li > p {
  margin-top: 8px;
}
ul.listlayout-3clm-links li:first-child {
  margin-top: 0;
}
ul.listlayout-3clm-links > li:nth-child(3n+1) {
  margin-left: 0;
}
dl.list-link-card {
  border: 1px solid #ccc;
  position: relative;
}
dl.list-link-card dt {
  width: 100%;
  margin-top: 60px;
  position: relative;
}
dl.list-link-card dt > span {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  padding: 9px 20px;
  color: #fff;
  background: #32cd78;
  text-align: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
dl.list-link-card dt > i {
  position: absolute;
  top: 50%;
  right: 2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
}
dl.list-link-card dd {
  width: 100%;
  height: 60px;
  background: #fff;
  position: absolute;
  top: 0;
}
dl.list-link-card dd > i {
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #09aa6c;
}
dl.list-link-card.disabled dt {
  background: #ccc;
}
dl.list-link-card.disabled dd {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
dl.list-link-card.disabled dd > i {
  color: #ccc;
}
dl.list-link-card.green {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #32cd78;
}
.button-outline-325.green {
  border: 1px solid #32cd78;
  background: #fff;
}
.button-outline-325.green:hover {
  background-color: #32cd78;
}
.button-outline.w325.ico2nd {
  display: table;
  width: 100%;
}
.button-outline.w325.ico2nd > span {
  display: table-cell;
  text-align: right;
  margin: 0 auto;
}
.button-outline.w325.ico2nd > span > i {
  font-size: 26px;
  color: #09aa6c;
}
.button-outline.w325.ico2nd > span.link {
  width: auto;
  margin: 0;
  display: table-cell;
  text-align: left;
}
.button-outline.w325.ico2nd:hover > span > i {
  color: #fff;
}
.wrapper-contents-b30 {
  padding-bottom: 20px;
}
.wrapper-contents-b30.t30 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.wrapper-contents-b60 {
  padding-bottom: 30px;
}
.wrapper-contents-b60.t30 {
  padding-top: 20px;
  padding-bottom: 30px;
}
.layout-2-clm-half .right-clm {
  margin-top: 20px;
}
.card-white {
  padding: 13px 10px;
  background: #fff;
}
dl.list-dotted dt {
  display: table;
  width: 100%;
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 2px dotted #ccc;
}
dl.list-dotted dt > i {
  font-size: 20px;
  display: table-cell;
  width: 20px;
}
dl.list-dotted dt > span.title {
  font-size: 12px;
  font-weight: bold;
  display: table-cell;
  padding-left: 7px;
  vertical-align: middle;
}
dl.list-dotted dt > a.linkleft {
  display: table-cell;
  width: 50px;
  text-align: right;
}
dl.list-dotted dt > a.linkleft > span {
  font-size: 12px;
  color: #666;
}
.list-icon-links > li {
  margin-top: 17px;
}
.list-icon-links > li div {
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
}
.list-icon-links > li span {
  vertical-align: top;
  display: inline-block;
  width: 91%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.list-icon-links > li:first-child {
  margin-top: 0;
}
.finalarea {
  position: relative;
}
.finalarea .logout {
  position: absolute;
  right: 0;
  bottom: -40px;
}
.button-outline.border-gray.w400 {
  width: 218px;
  height: 45px;
  margin: 0 auto;
}
.button-outline.border-gray.w400 > span {
  width: 202px;
  margin: 0 auto;
}
.button-circle {
  position: relative;
  border-radius: 50%;
}
.button-circle.small {
  width: 12px;
  height: 12px;
}
.button-circle.green {
  border: 1px solid #09aa6c;
  background-color: #fff;
}
.button-circle.green i {
  font-size: 80%;
  position: absolute;
  top: 1px;
  left: 0;
  color: #09aa6c;
}
.list-gray-box-events {
  margin-bottom: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.list-gray-box-events > dt {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 10px;
  border-bottom: 1px solid #ccc;
}
.list-gray-box-events > dt > span.title {
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
}
.list-gray-box-events > dd {
  padding: 10px;
}
.wrapper-icon-circle-title {
  position: relative;
  display: table;
  height: 20px;
  margin: 10px 0 15px 0;
}
.wrapper-icon-circle-title > div {
  display: table-cell;
  width: 18px;
  vertical-align: middle;
}
.wrapper-icon-circle-title > h3 {
  font-size: 12px;
  line-height: 2;
  display: table-cell;
  margin-top: -5px;
  padding-left: 10px;
  vertical-align: middle;
}
.icon-circle {
  font-weight: bold;
  position: relative;
  display: table-cell;
  width: 18px;
  height: 18px;
  margin-top: -2px;
  margin-right: 10px;
  vertical-align: middle;
  color: #fff;
  border-radius: 50%;
  background-color: #32cd78;
}
.icon-circle > i {
  font-size: 9px;
  position: absolute;
  top: 4px;
  left: 3px;
}
.box-gray-border-inform {
  padding: 10px;
  color: #df0000;
  border: 1px solid #ccc;
  background-color: #fff;
}
.box-gray-border-inform > dt {
  font-size: 12px;
  font-weight: bold;
  padding: 5px 0 15px 0;
}
.list-gray-box.select-ticket  > dd  > a,
.list-gray-box.download-prize  > dd  > a {
  margin: 0 auto 20px auto;
}
.box-bg-gray-seat-confirm {
  margin-top: 20px;
  padding: 20px 10px;
  background-color: #f1f1f1;
}
.box-bg-gray-seat-confirm > h3 {
  font-size: 12px;
  line-height: 2;
  padding: 10px 0 20px 0;
  text-align: center;
}
.box-bg-gray-seat-confirm > a {
  margin: 0 auto 20px auto;
}
.box-bg-gray-seat-confirm > p > span {
  color: #df0000;
}
.box-bg-gray-seat-confirm > p > a {
  text-decoration: underline;
}
.box-bg-gray-seat-confirm > p > a:hover {
  text-decoration: none;
}
.box-bg-gray-seat-confirm  > p:before,
.list-gray-box.download-prize  > dd  > p:before {
  margin-right: 10px;
  content: '\00203b';
  vertical-align: middle;
}
.list-gray-box.download-prize > dd > p:last-child {
  margin-bottom: 20px;
}
ul.list-bottom-25 {
  margin-top: 25px;
}
ul.list-bottom-25 li {
  margin-bottom: 25px;
}
ul.list-bottom-25 li.border-top {
  padding-top: 25px;
  border-top: 2px solid #f1f1f1;
}
.wrapper-membership-check {
  text-align: center;
}
.wrapper-membership-check img {
  width: 180px;
  height: 225px;
}
.wrapper-rules {
  font-size: 12px;
  font-weight: bold;
  line-height: 2.5;
  margin-bottom: 20px;
  text-align: center;
}
.wrapper-rules > ul {
  width: 100%;
  margin: 0 auto;
}
.wrapper-rules > ul > li > a > i {
  font-size: 10px;
  color: #09aa6c;
}
.wrapper-rules > ul > li.input {
  display: inline-block;
}
.wrapper-rules > ul > li.input input {
  margin: 0;
  margin-right: 5px;
  vertical-align: middle;
}
.wrapper-rules > ul > li.input label {
  margin: 0 !important;
}
.wrapper-rules > ul > li.input span {
  vertical-align: middle;
}
.wrapper-rules + .ta-center {
  margin-bottom: 20px;
}
.text-domain {
  font-size: 18px;
  font-weight: bold;
}
ul.list-bg-arrow-steps li {
  position: relative;
  display: table;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 15px;
  padding-bottom: 20px;
}
ul.list-bg-arrow-steps li > span > i.icon-font {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #b4b4b4;
}
ul.list-bg-arrow-steps li p.title {
  font-size: 12px;
  font-weight: bold;
  display: table-cell;
  box-sizing: border-box;
  width: 80%;
  padding-left: 15px;
  vertical-align: middle;
}
ul.list-bg-arrow-steps li > img {
  display: table-cell;
  width: 77px;
  vertical-align: middle;
}
ul.list-bg-arrow-steps li:last-child {
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
}
.wrapper-select-reason > p {
  margin-bottom: 10px;
}
.wrapper-select-reason > textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 95%;
  height: 100px;
  margin-left: 5%;
}
.layout-2-clm-right-contents .right {
  margin-bottom: 20px;
}
.layout-2-clm-right-contents .picarea {
  margin-bottom: 20px;
  text-align: center;
}
#datepicker + p {
  margin-top: 10px;
}
dl.listlayout-title-bold {
  text-align: center;
}
dl.listlayout-title-bold dt {
  font-weight: bold;
}
dl.listlayout-title-bold dd span {
  padding-right: 10px;
}
dl.listlayout-title-bold dt,
dl.listlayout-title-bold dd {
  display: inline-block;
}
ul.listlayout-multilinks li {
  font-size: 16px;
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  vertical-align: top;
}
ul.listlayout-multilinks li:first-child {
  margin-left: 0;
}
ul.listlayout-multilinks li:nth-child(n+3) {
  margin-top: 10px;
}
ul.listlayout-multilinks li:nth-child(2n) {
  padding-left: 5px;
}
ul.listlayout-multilinks li:nth-child(2n+1) {
  margin-left: 0;
  padding-right: 5px;
}
dl.listlayout-orderbox {
  padding: 15px 7px 7px 7px;
  background: #f1f1f1;
}
dl.listlayout-orderbox dt {
  font-size: 12px;
  margin-bottom: 10px;
  text-align: center;
}
dl.listlayout-orderbox dt span {
  display: inline-block;
  padding-top: 7px;
}
dl.listlayout-orderbox .button-painted {
  width: 100%;
}
.button-painted.w163 {
  height: 35px;
}
.wrapper-select.ticket-select {
  width: 80px;
}
.wrapper-select.ticket-select select {
  width: 60px;
}
.wrapper-select.ticket-select select + .carat {
  left: 55%;
}
.wrapper-select.enticket-select {
  width: 80px;
}
.wrapper-select.enticket-select select {
  width: 60px;
}
.wrapper-select.enticket-select select + .carat {
  left: 55%;
}
ul.list-img-cardlist {
  width: 280px;
  margin: 0 auto;
}
ul.list-img-cardlist li {
  float: left;
  width: 55px;
  padding-left: 1px;
}
ul.list-img-cardlist li img {
  height: 30px;
}
ul.list-img-cardlist li span {
  font-size: 9px;
  display: block;
  padding-top: 15px;
  text-align: center;
}
ul.list-img-cardlist li span.second {
  padding-top: 7px;
}
ul.list-img-cardlist li:first-child {
  padding-left: 0;
}
.wrapper-list-select {
  margin-bottom: 20px;
}
dl.list-select-contents {
  border: 1px solid #d7d7d7;
}
dl.list-select-contents > dt {
  font-size: 12px;
  font-weight: bold;
  line-height: 17px;
  position: relative;
  height: auto;
  padding: 10px;
  padding-right: 108px;
  color: #fff;
  border-top: none;
  border-bottom: 1px solid #d7d7d7;
  background-color: #32cd78;
}
dl.list-select-contents > dt > span {
  font-size: 14px;
  display: block;
  height: 22px;
}
dl.list-select-contents > dd {
  padding: 10px;
  border-top: 1px solid #d7d7d7;
  background: #fff;
}
dl.list-select-contents dt .button-painted {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 27px;
  margin: 5px;
  padding: 0 20px 0 10px;
}
dl.list-select-contents dt .button-painted span {
  font-size: 12px;
  line-height: 22px;
  display: inline-block;
  height: 22px;
  padding-left: 0;
}
dl.list-select-contents dt.open {
  padding-left: 10px;
  background-color: #32cd78;
}
dl.list-select-contents dt.open .button-painted {
  color: #000;
  background: #fff;
}
dl.list-select-contents dt.open .button-painted > i {
  font-size: 7px;
  position: absolute;
  top: 8px;
  right: 0;
  display: inline-block;
  color: #09aa6c;
}
dl.list-select-contents dt.open i.check {
  font-size: 15px;
  margin-right: 10px;
  color: #09aa6c;
  color: #fff;
}
dl.list-select-contents dt.open .button-painted:hover {
  color: #fff;
  border-color: #fff;
  background: #32cd78;
}
dl.list-select-contents dt.open .button-painted:hover > i {
  color: #fff;
}
dl.list-select-contents dt.close {
  padding-left: 10px;
  color: #32cd78;
  background-color: #fff;
}
dl.list-select-contents dt.close i.check {
  font-size: 15px;
  margin-right: 10px;
  color: #09aa6c;
  background-color: #fff;
}
dl.list-select-contents dt.close .button-painted {
  color: #fff;
  background: #32cd78;
}
dl.list-select-contents dt.close .button-painted > i {
  font-size: 7px;
  position: absolute;
  top: 8px;
  right: 0;
  display: inline-block;
  color: #fff;
}
dl.list-select-contents dt.close .button-painted:hover {
  color: #000;
  background: #fff;
}
dl.list-select-contents dt.close .button-painted:hover > i {
  color: #32cd78;
}
.list-gray-box.list-ticket-info  > dd  > dl  > dt,
.list-gray-box.list-ticket-info  > dd  > dl  > dd {
  font-weight: bold;
  display: inline-block;
  color: #666;
}
.wrapper-select.select-singlelist {
  width: 280px;
}
.wrapper-select.select-singlelist > select + .carat {
  left: 94%;
}
.wrapper-news-list {
  margin-bottom: 30px;
}
.wrapper-news-list > a {
  display: table;
  width: 100%;
  border: 1px solid #d7d7d7;
  background-color: #fff;
}
.wrapper-news-list > a > div {
  line-height: 2;
  display: table-cell;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 15px;
  padding: 10px;
  vertical-align: middle;
}
.wrapper-news-list > a > .date {
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 70px;
  padding-right: 0;
  vertical-align: top;
}
.wrapper-news-list > a > .news {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 80%;
  padding-right: 0;
  padding: 18px 0px 18px 30px;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  font-weight: bold;
  font-size: 11px;
}
.wrapper-news-list > a > .news p {
  display: inline-block;
}
.wrapper-news-list > a span.label-new {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  left: -21px;
  top: 7px;
  font-size: 10px;
  line-height: 15px;
  display: inline-block;
  width: 64px;
  height: 16px;
  padding-top: 3px;
  text-align: center;
  color: #000;
  background: #8fece4;
  font-weight: bold;
}
.wrapper-news-list > a > div:not(.news):not(.date) {
  color: #09aa6c;
}
.wrapper-news-list > a:not(:last-child) {
  border-bottom: none;
}
.wrapper-news-list.clm2 > a > .news {
  width: 100%;
}
.wrapper-news-list.default > a > .news {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 80%;
  padding-right: 0;
  padding: 10px 0px 10px 10px;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  font-size: 11px;
  font-weight: normal!important;
}
.wrapper-news-list.default > a > .news p {
  display: inline-block;
}
.wrapper-pager {
  text-align: center;
}
.wrapper-pager > a,
.wrapper-pager > button {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 7%;
  min-width: 24px;
  height: 4%;
  min-height: 24px;
  margin: 0 .85%;
  padding: 4px 0;
  text-align: center;
  border: 1px solid #32cd78;
  background-color: #fff;
}
.wrapper-pager > a > i,
.wrapper-pager > button > i {
  color: #333;
}
.wrapper-pager > a.active,
.wrapper-pager > a.button {
  font-weight: normal;
  color: #fff;
  background-color: #32cd78;
}
.wrapper-pager > a.back > i,
.wrapper-pager > button.back > i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.wrapper-pager  > a.back,
.wrapper-pager  > a.next {
  font-weight: normal;
  color: #000;
  border: 1px solid #32cd78;
  background-color: #fff!important;
}
.wrapper-pager.select {
  text-align: center;
}
.wrapper-pager.select button {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 4%;
  min-height: 24px;
  margin: 0;
  padding: 4px 10px;
  text-align: center;
  border: 1px solid #32cd78;
  background-color: #fff;
}
.wrapper-pager.select button i {
  color: #666;
}
.wrapper-pager.select button.back i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.wrapper-pager.select ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-bottom: 5px;
}
.wrapper-pager.select ul li:first-child {
  margin-left: 0;
}
.wrapper-pager.select ul li.activeblack button {
  background-color: #32cd78;
  color: #ffffff;
  border: 1px solid #32cd78;
  min-height: 27px;
}
.wrapper-pager.select a.back,
.wrapper-pager.select a.next {
  font-weight: normal;
  color: #000;
  border: 1px solid #32cd78;
  background-color: #fff!important;
}
.wrapper-pager.select .wrapper-select.ticket-select select + .carat {
  left: 65%;
}
.wrapper-pager.select .wrapper-select.ticket-select {
  width: 60px;
  height: 30px;
}
.wrapper-pager.select .disabled {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  padding: 4px 10px;
}
p.text-news-date {
  font-size: 14px;
  font-weight: bold;
  padding-left: 15px;
}
dl.list-news-annotation {
  line-height: 2;
  margin-top: 15px;
}
dl.list-news-annotation > dd {
  font-weight: normal;
  padding-left: 2em;
}
.wrapper-news-links {
  margin-top: -15px;
  margin-bottom: 30px;
}
.wrapper-news-links dl {
  line-height: 2;
  padding: 10px;
  border-bottom: 2px solid #ccc;
}
.wrapper-news-links dl > dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.wrapper-news-links dl > dd > a {
  font-weight: normal;
}
dl.list-links-icontitle {
  width: 100%;
}
dl.list-links-icontitle dt {
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 17px;
  padding: 8px 8px 8px 10px;
  background: #f1f1f1;
}
dl.list-links-icontitle dt > span {
  font-size: 14px;
  font-weight: bold;
  display: table-cell;
  padding: 6px 6px 6px 9px;
  vertical-align: middle;
}
dl.list-links-icontitle dt i {
  font-size: 22px;
  display: table-cell;
  vertical-align: middle;
  color: #09aa6c;
}
ul.listlayout-2-clm-borderlinks li {
  line-height: 1.75em;
  margin-top: 17px;
  padding-bottom: 17px;
  border-bottom: 1px solid #d7d7d7;
}
ul.listlayout-2-clm-borderlinks li a {
  padding-left: 10px;
  color: #000;
}
ul.listlayout-2-clm-borderlinks li:first-child {
  margin-top: 0;
}
dl.list-gray-box span.steps {
  font-size: 12px;
  font-weight: bold;
  padding-right: 10px;
  vertical-align: middle;
  color: #32cd78;
}
.list-bg-arrow-steps-bottom {
  padding-bottom: 20px;
}
.list-bg-arrow-steps-bottom:after {
  font-family: "tickebo-font";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #b4b4b4;
  font-size: 18px;
  position: relative;
  top: 10px;
  left: 50%;
  margin-left: -10px;
  content: '\e90d';
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  vertical-align: middle;
}
.list-bg-arrow-steps-bottom dl.list-gray-box span.title {
  width: 84%;
}
dl.box-title-dots > dt {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  vertical-align: middle;
  border-bottom: 2px dotted #ccc;
}
.bg-pattern-03 {
  padding: 20px 0;
  background: #fff;
}
.bg-pattern-03 .list-gray-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
.list-choices-accordion.list-question {
  margin-bottom: 15px;
}
.list-choices-accordion.list-question > dt {
  line-height: 2;
  padding-left: 10px;
  border-top: 1px solid #ccc;
}
.list-choices-accordion.list-question > dt > span {
  line-height: 2;
  display: inline-block;
  padding-left: 2.39em;
  text-indent: -1.6em;
}
.list-choices-accordion.list-question > dt i {
  font-size: 14px;
  vertical-align: middle;
  color: #09aa6c;
}
.list-choices-accordion.list-question > dt.open i {
  color: #fff;
}
.list-choices-accordion.list-question > dd > div.detail {
  line-height: 2;
  display: inline-block;
  margin-bottom: 20px;
  padding-left: 2.2em;
  text-indent: -1.3em;
}
.list-choices-accordion.list-question > dd i {
  font-size: 14px;
  vertical-align: middle;
  color: #09aa6c;
}
.list-choices-accordion.list-question:last-of-type {
  margin-bottom: 0;
}
.list-answer a {
  text-decoration: underline;
}
.list-answer a:hover {
  text-decoration: none;
}
.button-gray-area {
  position: relative;
}
.button-gray-area i:first-child {
  position: absolute;
  top: 27%;
  left: 18%;
}
.box-gray.listprice-trade {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 0 auto 30px auto;
  padding: 30px;
  text-align: center;
}
.title-3-points {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  padding-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.title-3-points span {
  font-size: 12px;
}
.title-3-points span.larger {
  font-size: 25px;
}
.title-3-points:before {
  position: absolute;
  bottom: -11px;
  left: 47%;
  content: '';
  border-top: 10px solid #e5e5e5;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.title-3-points:after {
  position: absolute;
  bottom: -9px;
  left: 47%;
  content: '';
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.wrapper-list-3clm-points {
  margin-top: 30px;
  margin-bottom: 10px;
}
.wrapper-list-3clm-points > dl {
  display: table;
  margin-bottom: 20px;
  padding: 0 10px;
}
.wrapper-list-3clm-points > dl > dt {
  display: table-cell;
  width: 20%;
  min-width: 90px;
  margin-bottom: 20px;
  text-align: center;
}
.wrapper-list-3clm-points > dl > dt > i {
  font-size: 75px;
  margin-right: 0;
  margin-left: 0;
  color: #09aa6c;
}
.wrapper-list-3clm-points > dl > dt > span {
  font-size: 16px;
  font-weight: bold;
}
.wrapper-list-3clm-points > dl > dt > img {
  margin-top: 30px;
  margin-bottom: 20px;
}
.wrapper-list-3clm-points > dl > dd {
  display: table-cell;
  width: 78%;
  padding-left: 2%;
  vertical-align: middle;
}
.wrapper-list-3clm-points > dl > dd > dl > dt {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}
.wrapper-list-3clm-points > dl > dd > dl > dd {
  line-height: 2;
}
.list-trade-flow {
  margin-bottom: 10px;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}
.list-trade-flow > dt {
  width: 100%;
  margin-bottom: 20px;
}
.list-trade-flow > dt > i {
  font-size: 60px;
  vertical-align: middle;
}
.list-trade-flow > dt > span {
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
}
.list-trade-flow > dt > span > small {
  font-size: 14px;
}
.list-trade-flow > dd > ul > li {
  width: 100%;
  margin-bottom: 10px;
}
.list-trade-flow > dd > ul > li > i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #b4b4b4;
}
.list-trade-flow > dd > ul > li > span {
  font-weight: bold;
  vertical-align: middle;
}
.list-trade-flow > dd > ul > li > dl {
  display: table;
}
.list-trade-flow > dd > ul > li > dl > dt {
  width: 30%;
  min-width: 135px;
}
.list-trade-flow > dd > ul > li > dl > dt > img {
  width: 100%;
  height: auto;
}
.list-trade-flow > dd > ul > li > dl > dd {
  padding-left: 2%;
}
.list-trade-flow > dd > ul > li > dl > dd > div.button-circle {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  border-radius: 50%;
  background-color: #32cd78;
}
.list-trade-flow > dd > ul > li > dl > dd > div.button-circle > span {
  position: absolute;
  top: 20%;
  left: 37%;
  line-height: 1.0;
}
.list-trade-flow > dd > ul > li:last-child {
  margin-bottom: 0;
}
.list-trade-flow > dd > ul > li:nth-of-type(2n) {
  width: 30px;
  margin: 5px auto 10px auto;
  text-align: center;
}
.list-trade-flow.no-border {
  border-bottom: none;
}
h2 + .list-trade-flow {
  margin-top: -20px;
  margin-bottom: 0;
}
.list-trade-flow  > dd  > ul  > li  > dl  > dt,
.list-trade-flow  > dd  > ul  > li  > dl  > dd {
  display: table-cell;
  vertical-align: top;
}
.list-accordion-trade {
  margin-bottom: 30px;
}
.list-accordion-trade > dt {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 0 10px 15px;
  cursor: pointer;
  color: #fff;
}
.list-accordion-trade > dt:after {
  font-family: "tickebo-font";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  position: absolute;
  top: 45%;
  right: 15px;
  margin-top: 2px;
  content: '\e91e';
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.list-accordion-trade > dt.open:after {
  content: '\e91d';
  color: #fff;
}
.list-accordion-trade > dd {
  padding: 15px;
  border: 1px solid #ccc;
}
.list-accordion-trade > dd > ul {
  margin-left: 15px;
  list-style-type: disc;
}
.list-accordion-trade > dd > ul > li {
  line-height: 2;
}
.list-accordion-trade > dd > ul > li > span {
  color: #000;
}
.list-trade-flow.seller  > dt,
.list-accordion-trade.seller  > dd  > ul  > li,
.list-trade-flow.seller  > dd  > ul  > li  > dl  > dd  > span {
  color: #32cd78;
}
.list-trade-flow.seller  > dd  > ul  > li  > dl  > dd  > span {
  display: inline-block;
  vertical-align: top;
  width: 76%;
}
.list-trade-flow.buyer  > dt,
.list-accordion-trade.buyer  > dd  > ul  > li,
.list-trade-flow.buyer  > dd  > ul  > li  > dl  > dd  > span {
  color: #f492ac;
}
.list-trade-flow.seller  > dd  > ul  > li  > dl  > dd  > div.button-circle,
.list-accordion-trade.seller  > dt {
  background-color: #32cd78;
}
.list-trade-flow.buyer  > dd  > ul  > li  > dl  > dd  > div.button-circle,
.list-accordion-trade.buyer  > dt {
  background-color: #f492ac;
}
.box-bgimg-head {
  width: 100%;
  height: 75px;
  padding-left: 10px;
  background-size: cover!important;
}
.box-bgimg-head > h1 {
  display: table;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.box-bgimg-head > h1 > span {
  font-size: 18px;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
.box-bgimg-head.aboutapp {
  position: relative;
  background: url('./img/sp/about_app_bg01.png') no-repeat center center;
  background-size: cover;
}
.box-bgimg-head.aboutapp .img-hand {
  position: absolute;
  right: 30px;
  bottom: 0;
}
.box-bgimg-head.aboutapp .img-hand img {
  display: block;
  width: 44px;
}
.box-bgimg-head.usageflow {
  background: url('./img/sp/usage_flow_bg01.png') no-repeat center center;
  background-size: cover;
}
.list-box-menu {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 20px auto 30px auto;
  padding: 10px;
  background-color: #09aa6c;
}
.list-box-menu > li {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  min-height: 110px;
  margin-right: 2%;
  margin-bottom: 2%;
  text-align: center;
  background-color: #fff;
}
.list-box-menu > li a {
  width: 100%;
  height: 100%;
  display: block;
  padding-top: 5px;
}
.list-box-menu > li:last-child {
  margin-right: 0;
}
.list-box-menu > li:after {
  font-family: "tickebo-font";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  margin: 0 auto;
  content: '\e901';
  color: #09aa6c;
}
.list-box-menu.aboutapp > li {
  min-height: 93px;
  margin-bottom: 0;
  width: 32%;
  padding-top: 0;
}
.list-box-menu.aboutapp > li > a {
  display: block;
  padding-top: 5px;
  min-height: 88px;
}
dl.listlayout-border-top-icon dt {
  display: table;
  width: 100%;
  padding: 0 10px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
}
dl.listlayout-border-top-icon dt span {
  font-size: 10px;
  font-weight: bold;
  display: table-cell;
  padding-left: 10px;
  text-align: left;
  vertical-align: middle;
}
dl.listlayout-border-top-icon dt i {
  font-size: 42px;
  display: table-cell;
  text-align: left;
  color: #09aa6c;
}
dl.listlayout-border-top-icon dd {
  border-top: 2px dotted #ccc;
}
dl.listlayout-border-top-icon dd i {
  font-size: 42px;
  padding-top: 10px;
  color: #09aa6c;
}
dl.listlayout-icon-links dt {
  position: relative;
  padding-top: 25px;
}
dl.listlayout-icon-links dt span {
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /*bottom: -10px;*/
  width: 100%;
}
dl.listlayout-icon-links dt i {
  font-size: 42px;
  position: relative;
  top: -5px;
  color: #09aa6c;
}
dl.listlayout-icon-links dd i {
  font-size: 33px;
  padding-top: 8px;
  color: #09aa6c;
}
.list-box-menu.usageflow > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 49%;
  height: 128px;
}
.list-box-menu.usageflow > li > a span {
  margin-top: -10px;
}
.list-box-menu.usageflow > li > a span > i {
  font-size: 30px;
  vertical-align: middle;
  color: #09aa6c;
}
.list-box-menu.usageflow > li:nth-child(2n) {
  margin-right: 0;
}
.list-box-menu.usageflow  > li:nth-last-child(2),
.list-box-menu.usageflow  > li:last-child {
  margin-bottom: 0;
}
.list-gray-box.usageflow {
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 0;
  border: none;
}
.list-gray-box.usageflow > dt {
  font-size: 15px;
  font-weight: bold;
}
.list-gray-box.usageflow > dd {
  line-height: 2;
}
.title-2-howto {
  font-size: 15px;
  margin-bottom: 14px;
  vertical-align: middle;
}
.title-2-howto > i {
  font-size: 36px;
  margin-right: 10px;
  vertical-align: middle;
  color: #09aa6c;
  display: inline-block;
}
.title-2-howto > span {
  display: inline-block;
  width: 80%;
  vertical-align: middle;
}
.title-2-howto.border-top {
  padding: 15px 0 13px 0;
  border-top: 2px solid #09aa6c;
  border-bottom: 2px dotted #ccc;
}
.list-2clm-large-padding {
  margin-bottom: 30px;
  padding: 25px 15px;
  background-color: #fff;
}
.list-2clm-large-padding > li {
  position: relative;
  width: 100%;
}
.list-2clm-large-padding > li > a {
  margin: 0 auto;
}
.list-2clm-large-padding > li > img {
  width: 100%;
  height: auto;
}
.list-2clm-large-padding > li > dl > dt {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
  color: #09aa6c;
}
.list-2clm-large-padding > li > dl > dt > i {
  font-size: 26px;
  margin-right: 10px;
  vertical-align: middle;
}
.list-2clm-large-padding > li > dl > dt > span {
  display: inline-block;
  vertical-align: top;
  width: 84%;
}
.list-2clm-large-padding > li > dl > dd > p {
  margin-bottom: 20px;
}
.list-2clm-large-padding > li > dl > dd > a {
  width: 80%;
  margin: 0 auto;
}
.list-2clm-large-padding > li > dl > dd > a > span {
  line-height: 2;
}
.list-2clm-large-padding > li:last-child {
  margin-bottom: 0;
}
.list-2clm-large-padding + .button-area {
  margin-top: -60px;
  margin-bottom: 30px;
}
.list-2clm-large-padding + .button-area a {
  margin: 0 auto;
}
.list-2clm-large-padding.border-green {
  border: 4px solid #09aa6c;
}
.list-2clm-large-padding.border-green > li {
  margin-bottom: 30px;
}
.border-top + .list-2clm-large-padding + .list-2clm-large-padding {
  margin-top: -55px;
  padding-top: 0;
}
.list-2clm-large-padding  > li.arrow,
.list-2clm-large-padding  > li.arrow_sp {
  margin-bottom: 50px!important;
}
.list-2clm-large-padding  > li.arrow:after,
.list-2clm-large-padding  > li.arrow_sp:after {
  font-family: "tickebo-font";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #b4b4b4;
  font-size: 20px;
  position: absolute;
  bottom: 20px;
  bottom: -33px;
  left: 47.6%;
  margin: 0 auto;
  content: '\e90d';
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.list-black-square > dt {
  font-size: 12px!important;
  font-weight: bold;
  margin: 10px 0;
  color: #000!important;
}
.list-black-square > dt > span.number {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  margin-right: 10px;
  padding: 6px 10px;
  color: #fff;
  background-color: #000;
  width: auto;
  vertical-align: middle;
}
.list-black-square > dt > span.title {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 86%;
}
.list-black-square > dd > .list-download-aboutapp > li {
  margin-bottom: 0;
}
.list-black-square .list-download-aboutapp > li {
  display: inline-block;
  margin-bottom: 30px;
}
.list-bg-arrow-steps-bottom > .list-black-square > dt > span.title {
  display: inline-block;
  vertical-align: top;
  width: 84%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.box-bgimg-bottom.aboutapp {
  position: relative;
  width: 100%;
  height: 250px;
  padding-top: 30px;
  background: url('./img/sp/about_app_bg02.png') no-repeat top center;
  background-size: cover;
}
.box-bgimg-bottom.aboutapp .img-mobile {
  position: absolute;
  right: 20px;
  bottom: 0;
}
.box-bgimg-bottom.aboutapp .img-mobile img {
  display: block;
  width: 142px;
}
.box-bgimg-bottom.aboutapp dl > dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #fff;
}
.box-bgimg-bottom.aboutapp dl > dd {
  color: #fff;
}
.wrapper-downliad {
  width: 290px;
  margin: 0 auto;
}
.list-download-aboutapp {
  margin-top: 20px;
}
.list-download-aboutapp > li {
  display: block;
  width: 115px;
  margin-bottom: 10px;
}
.list-download-aboutapp > li img {
  width: 100%;
}
.listlayout-3clm-buttons {
  width: 100%;
}
.listlayout-3clm-buttons > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 218px;
  /*height: 45px;*/
  margin: 0 auto 10px auto;
  text-align: center;
}
.listlayout-3clm-buttons > li > a {
  line-height: 2;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 5px 0;
}
.box-2clm-bgcolor-gray.usageflow {
  padding: 30px 0;
}
.box-2clm-bgcolor-gray.usageflow > p {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.box-2clm-bgcolor-gray.usageflow li {
  width: 218px;
  margin: 0 auto 10px auto;
}
ul.sns-area {
  margin-top: 12px;
}
ul.sns-area li {
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  padding-bottom: 10px;
  vertical-align: bottom;
}
ul.sns-area li:first-child {
  margin-left: 0;
}
ul.sns-area li.mail-button {
  width: 80px;
}
ul.sns-area + .title-2-dotted-line {
  margin-top: 0;
}
ul.list-border-links li {
  border: 1px solid #d7d7d7;
}
ul.list-border-links li:first-child {
  border-bottom: none;
}
.box-link-arrow {
  line-height: 2;
  position: relative;
  padding: 8px 20px 8px 10px;
  background: #fff;
}
.box-link-arrow span {
  display: inline-block;
}
.box-link-arrow span.label-red {
  margin-left: 8px;
}
.box-link-arrow span.linkico {
  font-size: 8px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #1eb98c;
}
.box-link-arrow:hover span {
  text-decoration: underline;
}
.box-link-arrow:hover span.label-red {
  text-decoration: none;
}
.box-link-arrow:hover span.linkico {
  text-decoration: none;
}
ul.list-input-small li {
  display: inline-block;
}
ul.list-input-small li input {
  margin: 0 5px;
  border: 1px solid #b4b4b4;
}
ul.list-input-small li .button-painted {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  height: 30px;
  padding: 0 10px;
}
ul.list-input-small.nextprevlist li:first-child {
  padding-right: 10px;
}
ul.list-input-small.nextprevlist li:last-child {
  padding-left: 10px;
}
ul.list-input-small.nextprevlist .wrapper-select.ticket-select {
  width: 50px;
}
.ta-center {
  text-align: center!important;
}
.ta-center img.img-screenshot {
  width: 70%;
  height: auto;
}
.img-copyright {
  font-size: 12px;
  color: #666;
}
.detail-tel {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.more-en:after,
.more:after {
  font-family: "tickebo-font";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
  content: '\e901';
  color: #09aa6c;
}
.more-close:after {
  margin-left: 6px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.w440 {
  width: 145px;
  height: 35px;
}
.w325 {
  width: 100%;
  height: 45px;
}
.w225 {
  width: 136px;
  height: 35px;
}
.w205h50 {
  width: 145px;
  height: 35px;
}
.mg0-auto-center {
  margin: 0 auto;
}
.sp-mg0-auto,
.mg0-auto a,
.mg0-auto button {
  margin: 0 auto;
}
.w145h45 {
  width: 145px;
  height: 45px;
}
.mg-top-10 {
  margin-top: 10px;
}
.mg-top-20 {
  margin-top: 20px;
}
.mg-top-30 {
  margin-top: 30px;
}
.mg-top-60 {
  margin-top: 60px;
}
.mg-top-90 {
  margin-top: 90px;
}
.mg-bottom-0 {
  margin-bottom: 0!important;
}
.pd-top-15 {
  padding-top: 15px;
}
.pd-top-30 {
  padding-top: 30px;
}
.pd-top-60 {
  padding-top: 60px;
}
.pd-top-90 {
  padding-top: 90px;
}
.pd-bottom-10 {
  padding-bottom: 10px;
}
.pd-bottom-15 {
  padding-bottom: 15px;
}
.pd-bottom-pc30sp20 {
  padding-bottom: 20px!important;
}
.pd-bottom-sp20 {
  padding-bottom: 20px!important;
}
.pd-bottom-60 {
  padding-bottom: 60px;
}
.mg-bottom-10 {
  margin-bottom: 10px;
}
.mg-bottom-15 {
  margin-bottom: 15px!important;
}
.mg-bottom-20 {
  margin-bottom: 20px;
}
.mg-bottom-25 {
  margin-bottom: 25px;
}
.mg-bottom-pc55sp30,
.sp-mg-bottom-30,
.mg-bottom-30 {
  margin-bottom: 30px!important;
}
.pd-left-20 {
  padding-left: 10px;
}
.sp-pd-bottom-30 {
  padding-bottom: 30px;
}
.bg-pattern-02 {
  background: #e3e3e3;
}
.col-gray {
  color: #ccc;
}
.col-rightgray {
  color: #666;
}
.col-green {
  color: #32cd78;
}
.col-black {
  color: #000;
}
.bg-white {
  background-color: #fff;
}
.ta-center {
  text-align: center!important;
}
.ta-right {
  text-align: right!important;
}
.ta-left {
  text-align: left!important;
}
.fw-normal {
  font-weight: normal!important;
}
.fw-bold {
  font-weight: bold;
}
.fs-12-sp {
  font-size: 12px;
}
.col-red {
  color: #df0000;
}
a.text-underline {
  text-decoration: underline;
}
span.label-red {
  font-size: 10px;
  font-weight: bold;
  width: 45px;
  height: 15px;
  text-align: center;
  color: #fff;
  background: #e53939;
}
.fs-smaller {
  font-size: 15px;
}
p.subtext-gray {
  padding-top: 5px;
  color: #a3a3a3;
}
.link-mailaddress {
  text-decoration: underline;
}
.link-mailaddress:hover {
  text-decoration: none;
}
.link-icon-reload {
  font-size: 14px;
  line-height: 23px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  cursor: pointer;
  transition: background-color 0.15s linear;
  text-align: center;
  color: #fff;
  border: 4px solid #32cd78;
  background: #32cd78;
}
.link-icon-reload > span {
  padding-left: 17px;
}
.link-icon-reload > span > i {
  font-size: 17px;
  margin-right: 10px;
  vertical-align: middle;
}
.link-icon-reload > i {
  margin: auto;
  padding-right: 4px;
  color: #fff;
}
.link-icon-reload > i + span {
  padding-right: 20px;
  padding-left: 0;
}
.link-icon-reload  > span,
.link-icon-reload  > i {
  text-align: center;
}
.link-icon-reload:hover {
  transition: background-color 0.15s linear;
  text-decoration: none;
  color: #000!important;
  color: #32cd78;
  background: #fff;
}
.link-icon-reload:hover > i {
  color: #000!important;
}
ol.list-decimal {
  margin-top: 20px;
}
ol.list-decimal > li {
  line-height: 1.75em;
  margin-bottom: 20px;
  margin-left: 20px;
  list-style-type: decimal;
}
ol.list-decimal-indent > li {
  line-height: 1.75em;
  margin-bottom: 20px;
  margin-left: 20px;
  list-style-type: decimal;
  text-indent: 0;
}
ul.list-disc {
  margin-top: 20px;
}
ul.list-disc > li {
  line-height: 1.75em;
  margin-bottom: 20px;
  margin-left: 20px;
  list-style-type: disc;
}
.positonset-01 {
  position: relative;
  top: 9px;
}
.sizeall {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.notice {
  padding-left: 1em;
  text-indent: -1em;
}
.notice:before {
  margin-right: 1px;
  content: '\00203b';
  vertical-align: top;
}
p.circle {
  padding-left: 1em;
  text-indent: -1em;
}
p.circle:before {
  margin-right: 1px;
  content: '\0030fb';
  vertical-align: top;
}
.w60-sp {
  width: 60px!important;
}
.w50-sp {
  width: 50px!important;
}
ul.slick-dots > li {
  width: 6px !important;
  height: 6px !important;
  margin-left: 10px;
  border-radius: 6px;
  background: #bbb;
}
ul.slick-dots > li > button {
  font-size: 6px !important;
  width: 6px !important;
  height: 6px !important;
  text-indent: -9999px;
}
ul.slick-dots > li.slick-active {
  background: #fff;
  border: 1px solid #d7d7d7;
}
ul.slick-dots > li:fitst-child {
  margin-left: 0;
}
ul.list-ticketsteps .slick-arrow {
  visibility: hidden;
}
ul.list-ticketsteps .slick-dots {
  visibility: hidden;
}
.button-painted > i {
  visibility: hidden!important;
}
.button-outline > i {
  visibility: hidden!important;
}



/**************************************************************

  Customize

**************************************************************/
/*

ArtistPage

*/
.artist {
  padding: 30px 40px 90px;
}
.artist a {
  color: #32cd78;
}
.artist-header {
  width: 100%;
  margin: 0;
  letter-spacing: normal;
  font-size: 0;
}
.artist-header ul li {
  display: inline-block;
  width: 47.5%;
  margin-right: 5%;
  vertical-align: top;
  letter-spacing: .05em;
  font-size: 14px;
  line-height: 2.5;
}
.artist-header ul li:last-child {
  margin-right: 0;
}
.artist-header ul li img {
  border-radius: 6px;
}
.artist-header ul li .title2-artist {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
}
.artist-header ul li .profile {
  display: block;
  width: 100%;
  padding-top: 20px;
  font-size: 12px;
  font-weight: 400;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.artist-header ul li .profile.open {
  height: auto!important;
  overflow: auto!important;
}
.artist-header ul li .text-toggle {
  display: block;
  width: 100%;
  height: 20px;
  margin-top: 10px;
  font-size: 12px;
}

.artist-contents {
  width: 100%;
}
.artist-contents .article {
  width: 100%;
  padding-top: 60px;
}
.artist-contents .article.artist-info {
  width: 100%;
  padding-top: 10px;
}
.artist-contents h2.title2-mark {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}
.artist-contents h2.title2-mark:before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 1em;
  margin-right: 18px;
  background: #1eb98c;
  vertical-align: bottom;
  position: relative;
}
.artist-contents ul {
  width: 100%;
  letter-spacing: normal;
  font-size: 0;
}
.artist-contents ul li {
  display: inline-block;
  letter-spacing: .05em;
  font-size: 12px;
  line-height: 2;
  vertical-align: top;
  margin-right: 39px;
}
.artist-contents ul li:nth-child(2n+2) {
  margin-right: 0;
}
.artist-contents ul li.web {
  width: 100%;
}
.artist-contents ul li.web img {
  max-width: 248px;
  border-radius: 6px;
}
.artist-contents ul li.web dl {
  display: inline-block;
  vertical-align: top;
  margin-right: 67px;
}
.artist-contents ul li.web dl:last-child {
  margin-right: 0;
}
.artist-contents ul li.web dl dd {
  margin-bottom: 0px;
}
.artist-contents ul li.web dl dd a {
  font-size: 14px;
}
.artist-contents ul li.web dl dd:last-child {
  margin-bottom: 0;
}
.artist-contents ul li.web .banner {
  letter-spacing: normal;
  font-size: 0;
}
.artist-contents ul li.web .banner dd {
  display: inline-block;
  width: calc(50% - 15px);
  vertical-align: top;
  margin-right: 30px;
  margin-bottom: 20px;
  letter-spacing: .05em;
  font-size: 10px;
}
.artist-contents ul li.web .banner dd:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.artist-contents ul li.note {
  width: 100%;
  padding-top: 40px;
}
.artist-contents ul li.note .textlink {
  width: 100%;
}
.artist-contents ul li.note .textlink a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  background: #1eb98c;
  border: 2px solid #1eb98c;
  border-radius: 6px;
    -webkit-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.artist-contents ul li.note .textlink a:hover {
  text-decoration: none;
  background: transparent;
  color: #1eb98c;
}
.artist-contents ul li.note .textlink a .highlight {
    font-size: 20px; /* お好みのサイズに調整してください */
}
.artist-contents ul li.video {
  width: 100%;
}
.artist-contents ul li.video .item-slide {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: -20px;
  overflow-x: auto;
}
.artist-contents h3 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 30px;
}
.artist-contents .web h3 {
  margin-top: 20px;
}
.artist-contents ul li dl {
  width: auto;
  margin-top: 20px;
}
.artist-contents ul li.video .item-slide > dl {
  width:: 100%;
  letter-spacing: normal;
  font-size: 0;
  white-space: nowrap;
}
.artist-contents ul li.video .item-slide > dl > dd {
  width: 200px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: .05em;
  font-size: 12px;
  line-height: 1.8;
  margin-right: 39px;
  white-space: normal;
}
.artist-contents ul li.video .item-slide > dl > dd:last-child {
  margin-right: 0;
}
.artist-contents ul li iframe {
  width: 200px;
  height: 113px;
  border-radius: 6px;
}
.artist-contents ul li.video .item-slide > dl > dd p {
  font-size: 12px;
  line-height: 1.8;
  margin-top: 5px;
}
.event-schedule-table {
  width: 100%;
  margin-top: 15px;
  border-bottom: 1px solid #ccc;
}
.event-schedule-table li {
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #ccc;
}
.event-schedule-table li dl {
  display: block;
  width: 100%;
  margin-top: 0!important;
  letter-spacing: normal;
  font-size: 0;
}
.event-schedule-table li dl dt {
  display: inline-block;
  width: 150px;
  letter-spacing: .05em;
  font-size: 14px;
  vertical-align: middle;
}
.event-schedule-table li dl dd {
  display: inline-block;
  width: calc(100% - 385px);
  letter-spacing: .05em;
  font-size: 14px;
  line-height: 1.6;
  vertical-align: middle;
}
.event-schedule-table li dl dd:last-child {
  display: inline-block;
  width: 235px!important;
  text-align: right;
}
.event-schedule-table li dl dd .venue {
  display: inline-block;
  margin-right: 5px;
}
.event-schedule-table li dl dd .map a {
  display: inline-block;
  font-size: 7pt;
  line-height: 100%;
  padding: 5px;
  border: 1px solid #32cd78;
  border-radius: 3px;
  vertical-align: middle;
  position: relative;
  top: -1px;
    -webkit-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.event-schedule-table li dl dd .map a:hover {
  text-decoration: none;
  opacity: .5;
}
.event-schedule-table li dl dd .timetable {
  display: inline-block;
  margin-left: 15px;
}
.event-schedule-table li dl dd .timetable p.times {
  font-size: 10px;
}
.event-schedule-table li dl dd .timetable p span {
  font-size: 10px;
  margin-right: 5px;
}
.event-schedule-table li dl dd .timetable p {
  display: inline-block;
}

.artist-ticket > p {
  margin-top: 40px;
  font-size: 14px;
}
.artist-ticket ul {
  width: 100%;
  margin-top: 20px;
}
.artist-ticket ul li {
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
  margin-top: 20px;
  background: #fff;
  border-radius: 6px;
}
.artist-ticket ul li dl {
  margin-top: 0;
  letter-spacing: normal;
  font-size: 0;
}
.artist-ticket ul li dl dt {
  display: inline-block;
  width: calc(100% - 75px);
  letter-spacing: .05em;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
  box-sizing: border-box;
  padding-right: 20px;
  vertical-align: middle;
}
.artist-ticket ul li dl dt p {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 2px;
}
.artist-ticket ul li dl dt .status-icon .new {
  display: inline-block;
  color: #e83c7d;
  padding: 6px 8px;
  line-height: 1em;
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #e83c7d;
  border-radius: 3px;
  margin-bottom: 15px;
  margin-right: 10px;
}
.artist-ticket ul li dl dt .status-icon .onsale {
  display: inline-block;
  color: #fff;
  padding: 6px 8px;
  line-height: 1em;
  font-size: 12px;
  font-weight: 400;
  background: #e83c7d;
  border-radius: 3px;
  margin-bottom: 15px;
}
.artist-ticket ul li dl dt .status-icon .pre-sale {
  display: inline-block;
  color: #e83c7d;
  padding: 6px 8px;
  line-height: 1em;
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #e83c7d;
  border-radius: 3px;
  margin-bottom: 15px;
}
.artist-ticket ul li dl dt .status-icon .saled {
  display: inline-block;
  color: #666;
  padding: 6px 8px;
  line-height: 1em;
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #666;
  border-radius: 3px;
  margin-bottom: 15px;
}
.artist-ticket ul li dl dd {
  width: calc(100% - 75px);
  display: inline-block;
  margin: 0;
  margin-top: 5px;
  letter-spacing: .05em;
  font-size: 14px;
  box-sizing: border-box;
  padding-right: 20px;
  vertical-align: bottom;
}
.artist-ticket ul li dl dd p {
  font-size: 12px;
  font-weight: 400;
}
.artist-ticket ul li dl dd .note {
  font-size: 14px;
  font-weight: 400;
  color: #df0000;;
  letter-spacing: .02em;
  margin-top: 10px;
}
.artist-ticket ul li dl dd .ticket-cate {
  margin-top: 10px;
  margin-bottom: 15px;
}
.artist-ticket ul li dl dd .ticket-cate span {
  display: inline-block;
  padding: 6px 8px;
  border-radius: 3px;
  font-size: 9px;
  line-height: 1em;
}
.artist-ticket ul li dl dd .ticket-cate .cate-pre {
  color: #8a4ec2;
  border: 1px solid #8a4ec2;
}
.artist-ticket ul li dl dd .ticket-cate .cate-fc {
  color: #4e54c2;
  border: 1px solid #4e54c2;
}
.artist-ticket ul li dl dd .ticket-cate .cate-ec {
  color: #3a88d8;
  border: 1px solid #3a88d8;
}
.artist-ticket ul li dl dd .ticket-cate .cate-lott {
  color: #e94736;
  border: 1px solid #e94736;
}
.artist-ticket ul li dl dd .ticket-cate .cate-general {
  color: #2d2d2d;
  border: 1px solid #2d2d2d;
}
.artist-ticket ul li dl dd .ticket-cate .cate-stamp {
  color: #29ccbb;
  border: 1px solid #29ccbb;
}
.artist-ticket ul li dl dd .ticket-cate .cate-app {
  color: #29cc5b;
  border: 1px solid #29cc5b;
}
.artist-ticket ul li dl dd .ticket-cate .cate-qr {
  color: #2d2d2d;
  border: 1px solid #2d2d2d;
}
.saled .cate-pre,
.saled .cate-fc,
.saled .cate-ec,
.saled .cate-general,
.saled .cate-stamp,
.saled .cate-app,
.saled .cate-qr{
  color: #666!important;
  border: 1px solid #666!important;
}
.artist-ticket ul li dl dd:last-child {
  width: 75px;
  padding-right: 0;
}
.artist-ticket ul li dl dd:last-child a {
  display: block;
  width: 100%;
  line-height: 1em;
  box-sizing: border-box;
  padding: 10px 15px;
  border: 2px solid #32cd78;
  border-radius: 12px;
  text-align: center;
    -webkit-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.artist-ticket ul li dl dd:last-child a:hover {
  color: #fff;
  text-decoration: none;
  background: #32cd78;
}
.artist-ticket ul li.saled dl dd:last-child a {
  color: #666!important;
  border: 2px solid #666!important;
}
.artist-ticket ul li.saled dl dd:last-child a:hover {
  color: #fff!important;
  text-decoration: none;
  background: #666!important;
}
.artist-ticket ul li.presale {
  background: #f8f8f8;
  border: 1px solid #ccc;
}
.artist-ticket ul li.saled {
  background: #eee;
}

.artist-ticket .message {
  width: 100%;
  margin-top: 40px;
  box-sizing: border-box;
  padding: 30px;
  border: 1px solid #df0000;
  border-radius: 6px;
  background: #fff;
}
.artist-ticket .message p {
  font-size: 16px;
  line-height: 1.8;
  color: #df0000;
  text-align: left;
}
.artist-ticket .message h3 {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
}
.artist-ticket .message ul {
  margin-top: 20px;
  width: 100%;
  padding: 0;
}
.artist-ticket .message ul li {
  width: 100%;
  min-height: 3.8em;
  display: inline-block;
  font-size: 13px;
  box-sizing: border-box;
  margin-top: 1px;
  margin-right: 1px;
  padding: 10px 15px;
  border-radius: 0;
  background: #f8f8f8;
  vertical-align: middle;
}
.artist-ticket .message ul li:nth-child(2n+2) {
  margin-right: 0;
}
.artist-ticket .message ul li span {
  display: table-cell;
}
.artist-ticket .message ul li span:first-child {
  font-weight: 600;
  padding-right: 15px;
  font-size: 13px;
}
.artist-ticket .message ul li a {
  font-size: 15px;
}


.artist-attention h3 {
  font-size: 14px;
}
.artist-attention p {
  margin-top: 10px;
  font-size: 14px;
}
