@charset 'utf-8';
html, body, h1, h2, h3, h4, h5, h6, li {
  margin: 0;
  padding: 0;
}

body {
  background: #ffffff;
  color: #4c2a1a;
  font-size: 14px;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Verdana, sans-serif;
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 12px;
    line-height: 1.5;
  }
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}
body > .container {
  overflow: hidden;
}

a {
  color: #1b1b1b;
}
a:hover {
  color: rgba(27, 27, 27, .7);
  text-decoration: none;
}

button {
  cursor: pointer;
  font-size: 12px;
  padding: 6px 0;
}

ul {
  padding-left: 1.5em;
}

ol {
  padding-left: 3em;
}

em {
  color: #1b1b1b;
  font-weight: bold;
  font-style: normal;
}

strong {
  color: #1b1b1b;
  font-weight: bold;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

hr {
  display: none;
}

p, ul, ol, dl {
  margin: 0;
}

dd {
  margin: 0;
}

table {
  border-collapse: collapse;
}

blockquote {
  margin: 0;
}

iframe {
  margin: 0;
  padding: 0;
  width: 100%;
  border: 0;
}

input[type='text'], input[type='search'] {
  border-radius: 0 !important;

  -webkit-appearance: none;
}

/* ----------------------------------------------------------------
    sprite-image load
----------------------------------------------------------------- */
.utilityInfo > .btn > a::after {
  background-image: url(../img/sprite.png);
}

/* ----------------------------------------------------------------
    Header
----------------------------------------------------------------- */
.headerArea > .inner, .navArea > .inner, .informationArea > .inner, .contentHtml > .inner, .footerArea > .inner {
  margin: 0 auto;
  max-width: 955px;
}
@media only screen and (max-width: 995px) {
  .headerArea > .inner, .navArea > .inner, .informationArea > .inner, .contentHtml > .inner, .footerArea > .inner {
    padding-right: 0;
    padding-left: 0;
  }
}

/* .headerArea
----------------------------------------------- */
.headerArea {
  position: relative;
}
.headerArea > .inner {
  padding-top: 20px;
}
.headerArea > .inner::after {
  display: block;
  clear: both;
  content: '';
}
.headerArea > .inner .logo {
  overflow: hidden;
  margin-bottom: 20px;
  max-width: 320px;
  max-height: 60px;
}
@media only screen and (max-width: 640px) {
  .headerArea > .inner .logo {
    max-width: 240px;
    max-height: 45px;
    border: none;
  }
}
.headerArea .spButton {
  /* デフォルトスタイルの削除 */
  border-radius: 0;
  background: none;
  text-shadow: none;
  font-weight: normal;
}
.headerArea .spButton {
  position: fixed;
  top: 20px;
  right: 18px;
  z-index: 4;
  padding: 0;
  width: 32px;
  height: 32px;
  border: none;
  background-color: #ffffff;
  letter-spacing: -4px;
  font-size: 10px;
}
.headerArea .spButton::after, .headerArea .spButton::before {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  box-sizing: border-box;
  margin: auto;
  background-color: #000;
  content: '';
}
.headerArea .spButton::before {
  right: -2px;
  z-index: 1;
  width: 32px;
  height: 30px;
  border: 1px solid #d2d2d2;
  background-color: #ffffff;
}
.headerArea .spButton::after {
  left: 3px;
  z-index: 2;
  width: 30px;
  height: 3px;
  background-color: #F29B76;
  content: none;
}
.headerArea .spButton > span::after, .headerArea .spButton > span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  z-index: 2;
  display: block;
  box-sizing: border-box;
  margin: auto;
  width: 30px;
  height: 3px;
  background-color: #707070;
  content: '';
}
.headerArea .spButton > span::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.headerArea .spButton > span::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.headerArea .spButton.closed {
  position: absolute;
  right: 20px;
}
.headerArea .spButton.closed::before {
  border: none;
}
.headerArea .spButton.closed::after {
  content: '';
}
.headerArea .spButton.closed > span::before, .headerArea .spButton.closed > span::after {
  top: auto;
  bottom: auto;
  -webkit-transform: none;
  transform: none;
}
.headerArea .spButton.closed > span::before {
  bottom: 4px;
  background-color: #E60012;
}
.headerArea .spButton.closed > span::after {
  top: 5px;
  background-color: #E83820;
}

/* .navArea
----------------------------------------------- */
.navArea {
  position: relative;
}
@media only screen and (max-width: 640px) {
  .navArea {
    border: none;
  }
}
.navArea .toggleWrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  box-sizing: border-box;
  padding-top: 80px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .8);
}
.navArea .toggleWrapper .globalNav {
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  .navArea .toggleWrapper .globalNav {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 0 10px 10px;
    width: 100%;
    height: 100%;
  }
}
.navArea .toggleWrapper .globalNav > .list {
  padding-bottom: 0;
}
.navArea .toggleWrapper .globalNav > .closeBtn {
  /* デフォルトスタイルの削除 */
  border-radius: 0;
  background: none;
  color: inherit;
  text-shadow: none;
  font-weight: normal;
}
.navArea .toggleWrapper .globalNav > .closeBtn {
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  border: 1px solid #959595;
  border-color: #959595;
  border-top: none;
  background-color: #fff;
  font-size: 14px;
}
.navArea .toggleWrapper .globalNav > .closeBtn > span {
  position: relative;
  padding-left: 23px;
}
.navArea .toggleWrapper .globalNav > .closeBtn > span::after, .navArea .toggleWrapper .globalNav > .closeBtn > span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  box-sizing: border-box;
  margin: auto;
  width: 14px;
  height: 2px;
  background-color: #707070;
  content: '';
}
.navArea .toggleWrapper .globalNav > .closeBtn > span::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navArea .toggleWrapper .globalNav > .closeBtn > span::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navArea .toggleWrapper.closed {
  display: none;
}

* + .navArea {
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  * + .navArea {
    margin-top: 0;
  }
}

/* .globalNav
----------------------------------------------- */
.globalNav {
  padding: 10px 0 0;
  border-bottom: 1px solid #e5e5e5;
  background: #E60012;
}
@media only screen and (max-width: 640px) {
  .globalNav {
    display: none;
    border-bottom: 0;
    background: none;
  }
  .fixed .globalNav {
    /* メニューが開いている場合だけ表示 */
    display: block;
  }
}
.globalNav > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  padding-bottom: 10px;
  padding-left: 0;
  width: 100%;
  list-style-type: none;

  -webkit-box-pack: start;
  justify-content: flex-start;
}
@media only screen and (max-width: 640px) {
  .globalNav > .list {
    display: block;
    background: #fff;
  }
}
.globalNav > .list > li {
  border-left: 1px solid #F29B76;

  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}
.globalNav > .list > li:first-child {
  border-left: 0;
}
@media only screen and (max-width: 640px) {
  .globalNav > .list > li {
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-left-color: #aaa;
  }
  .globalNav > .list > li:first-child {
    border-left: 1px solid #aaa;
  }
  .globalNav > .list > li:last-child {
    border-bottom: 1px solid #aaa;
  }
}
.globalNav > .list > li:hover {
  position: relative;
  background-color: #e5e5e5;
}
.globalNav > .list > li:hover:after, .globalNav > .list > li:hover:before {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 10px;
  background-color: #e5e5e5;
  content: '';
}
@media only screen and (max-width: 640px) {
  .globalNav > .list > li:hover:after, .globalNav > .list > li:hover:before {
    position: static;
    content: none;
  }
}
.globalNav > .list > li:hover::after {
  top: -10px;
}
.globalNav > .list > li:hover::before {
  bottom: -10px;
}
@media only screen and (max-width: 640px) {
  .globalNav > .list > li:hover {
    background-color: transparent;
  }
  .globalNav > .list > li:hover > a {
    color: rgba(27, 27, 27, .7);
  }
}
.globalNav > .list > li > a {
  display: table;
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .globalNav > .list > li > a {
    position: relative;
    display: table;
    padding: 14px 30px 13px 10px;
    color: #1b1b1b;
    text-align: left;
  }
  .globalNav > .list > li > a::before {
    position: absolute;
    top: 0;
    right: 21px;
    bottom: 0;
    display: block;
    margin: auto 0;
    width: 5px;
    height: 5px;
    border-right: 2px solid #263670;
    border-bottom: 2px solid #263670;
    content: '';
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.globalNav > .list > li > a > span {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 800px) {
  .globalNav > .list > li > a > span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 640px) {
  .globalNav > .list > li > a > span {
    position: static;
    display: block;
    font-size: 12px;
    -webkit-transform: none;
    transform: none;
  }
}
.globalNav > .list > li > a > span br {
  display: none;
}
@media only screen and (max-width: 900px) {
  .globalNav > .list > li > a > span br {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .globalNav > .list > li > a > span br {
    display: none;
  }
}
.globalNav > .list > li.headerMenu {
  position: relative;
}
.globalNav > .list > li.headerMenu .closeBtn {
  /* デフォルトスタイルの削除 */
  border-radius: 0;
  background: none;
  color: inherit;
  text-shadow: none;
  font-weight: normal;
}
.globalNav > .list > li.headerMenu > .closeBtn {
  position: absolute;
  top: 11px;
  right: 10px;
  z-index: 3;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #d2d2d2;
  background-color: #fff;
  text-indent: 19px;
}
.globalNav > .list > li.headerMenu > .closeBtn > span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  font-size: 10px;
  line-height: 1;
}
.globalNav > .list > li.headerMenu > .closeBtn > span::before, .globalNav > .list > li.headerMenu > .closeBtn > span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
  display: block;
  box-sizing: border-box;
  margin: auto;
  background-color: #707070;
  content: '';
  -webkit-transform: none;
  transform: none;
}
.globalNav > .list > li.headerMenu > .closeBtn > span::before {
  right: 5px;
  width: 13px;
  height: 1px;
  border: none;
}
.globalNav > .list > li.headerMenu > .closeBtn > span::after {
  right: 11px;
  left: auto;
  width: 1px;
  height: 13px;
  border: none;
  content: none;
}
.globalNav > .list > li.headerMenu > a > span {
  position: relative;
  padding: 0 20px;
  text-align: center;
}
.globalNav > .list > li.headerMenu > a > span::after {
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 5px;
  display: block;
  margin: auto 0;
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 640px) {
  .globalNav > .list > li.headerMenu > a > span {
    padding-left: 0;
    text-align: left;
  }
  .globalNav > .list > li.headerMenu > a > span::after {
    display: none;
  }
}
.globalNav > .list > li.headerMenu > a > span > .closeBtn {
  position: absolute;
}
.globalNav > .list > li.headerMenu > .list {
  position: absolute;
  top: 100%;
  z-index: 2;
  display: none;
  padding-top: 10px;
  padding-left: 0;
  min-width: 180px;
  list-style-type: none;
}
.jsEnabled .globalNav > .list > li.headerMenu > .list {
  display: block;
}
@media only screen and (max-width: 800px) {
  .globalNav > .list > li.headerMenu > .list {
    min-width: 120px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 640px) {
  .globalNav > .list > li.headerMenu > .list {
    position: static;
    position: static;
    margin-top: 0;
    padding-top: 0;
    max-width: none;
    border: none;
    border-top: 1px solid #aaa;
    background-color: #fff;
    font-size: 12px;
  }
}
.globalNav > .list > li.headerMenu > .list > li {
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-left: 1px solid #aaa;
  background-color: #ffffff;
}
.globalNav > .list > li.headerMenu > .list > li:last-child {
  border-bottom: 1px solid #aaa;
}
@media only screen and (max-width: 640px) {
  .globalNav > .list > li.headerMenu > .list > li:last-child {
    border-bottom: none;
  }
}
@media only screen and (max-width: 640px) {
  .globalNav > .list > li.headerMenu > .list > li {
    border: none;
  }
  .globalNav > .list > li.headerMenu > .list > li + li {
    border-top: 1px solid #aaa;
  }
}
.globalNav > .list > li.headerMenu > .list > li > a {
  position: relative;
  display: block;
  padding: 10px 25px;
  text-decoration: none;
}
.globalNav > .list > li.headerMenu > .list > li > a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  display: block;
  margin: auto 0;
  width: 5px;
  height: 5px;
  border-right: 1px solid #283873;
  border-bottom: 1px solid #283873;
  content: '';
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (max-width: 640px) {
  .globalNav > .list > li.headerMenu > .list > li > a::after {
    content: none;
  }
}
@media only screen and (max-width: 640px) {
  .globalNav > .list > li.headerMenu > .list > li > a {
    position: relative;
    padding: 14px 30px 13px;
  }
  .globalNav > .list > li.headerMenu > .list > li > a::before {
    position: absolute;
    top: 0;
    right: 21px;
    bottom: 0;
    display: block;
    margin: auto 0;
    width: 5px;
    height: 5px;
    border-right: 2px solid #263670;
    border-bottom: 2px solid #263670;
    content: '';
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.globalNav > .list > li.headerMenu.closed > .closeBtn > span::after {
  content: '';
}
.globalNav > .list > li.headerMenu.closed .list {
  display: none;
}

/* .utilityInfo
----------------------------------------------- */
.utilityInfo {
  float: right;
  min-height: 25px;
}
.utilityInfo::after {
  display: block;
  clear: both;
  content: '';
}
@media only screen and (max-width: 640px) {
  .utilityInfo {
    float: none;
    padding-bottom: 10px;
    min-height: 0;
  }
}
@media only screen and (max-width: 640px) {
  .utilityInfo > * + * {
    margin-top: 5px;
  }
}
.utilityInfo > .btn, .utilityInfo > .date {
  float: left;
  text-align: right;
  white-space: nowrap;
}
@media only screen and (max-width: 640px) {
  .utilityInfo > .btn, .utilityInfo > .date {
    float: none;
    white-space: normal;
  }
}
.utilityInfo > .date {
  padding: 0 15px 0 0;
  color: #000000;
  font-size: 12px;
}
@media only screen and (max-width: 640px) {
  .utilityInfo > .date {
    padding: 0;
  }
}
.utilityInfo > .btn > a {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 4px 0 2px 19px;
  min-width: 58px;
  border: none;
  background-color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
}
.utilityInfo > .btn > a:hover {
  color: #eb5c15;
}
.utilityInfo > .btn > a:hover::after {
  background-position: 0 0;
}
.utilityInfo > .btn > a::after {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 17px;
  height: 16px;
  background-position: -19px 0;
  background-size: 36px auto;
  content: '';
}
.utilityInfo + * {
  margin-top: 10px;
}

/* ----------------------------------------------------------------
    Content
----------------------------------------------------------------- */
* + noscript > * {
  margin-top: 10px;
}

/* .informationArea
----------------------------------------------- */
.informationArea > .inner {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* .contentHtml
----------------------------------------------- */
.contentHtml > .inner {
  padding-top: 15px;
  padding-bottom: 15px;
}
.contentHtml > .inner > form {
  padding: 28px 0 0;
}
.contentHtml > .inner > form * + .btnWrapper {
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .contentHtml > .inner > form * + .btnWrapper {
    margin-top: 20px;
  }
}
.contentHtml.mw640 > .inner {
  box-sizing: border-box;
  max-width: 640px;
}

/* .contentHeader
----------------------------------------------- */
.contentHeader {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  text-align: right;
}
.contentHeader * + p {
  margin-top: 6px !important;
}
.contentHeader > .name {
  text-align: left;
}
.contentHeader > .name > span {
  display: inline-block;
  white-space: nowrap;
}

* + .contentHeader {
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  * + .contentHeader {
    margin-top: 0;
  }
}

/* .lytPagenation
----------------------------------------------- */
.lytPagenation {
  position: relative;
  min-height: 20px;
}
.lytPagenation > * {
  margin-top: 0 !important;
}
.lytPagenation > .btn {
  position: absolute;
  top: 2px;
  right: 25px;
}
.lytPagenation > .btn button {
  /* デフォルトスタイルの削除 */
  border-radius: 0;
  background: none;
  color: inherit;
  text-shadow: none;
  font-weight: normal;
}
@media only screen and (max-width: 640px) {
  .lytPagenation > .btn {
    right: 0;
  }
}
.lytPagenation > .btn button, .lytPagenation > .btn a {
  display: inline-block;
  padding: 0;
  border: none;
  background-color: transparent;
  text-decoration: none;
}
.lytPagenation > .page {
  position: absolute;
  top: 2px;
  right: 102px;
}
@media only screen and (max-width: 640px) {
  .lytPagenation > .page {
    right: 60px;
  }
}
.lytPagenation > .result {
  display: inline-block;
}
* + .lytPagenation {
  margin-top: 10px;
}

/* ----------------------------------------------------------------
    Footer
----------------------------------------------------------------- */
.footerArea > .inner {
  position: relative;
  padding: 10px 0 20px;
}
.footerArea > .inner::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  border-top: double 3px #000;
  content: '';
}
.footerArea .copyright {
  margin: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  font-family: Arial, Verdana, sans-serif;
}

/* ----------------------------------------------------------------
    Headings
----------------------------------------------------------------- */
h2 {
  padding: 3px 5px;
  background-color: #E60012;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  h2 {
    padding: 1px;
  }
}
* + h2 {
  margin-top: 16px;
}
@media only screen and (max-width: 640px) {
  * + h2 {
    margin-top: 10px;
  }
}

.hdgL3 {
  position: relative;
  padding-bottom: 7px;
  padding-left: 15px;
  font-size: 16px;
}
.hdgL3::before {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #000;
  content: '';
}
@media only screen and (max-width: 640px) {
  .hdgL3::before {
    width: 10px;
    height: 10px;
  }
}
.hdgL3::after {
  position: absolute;
  bottom: 3px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #d9c7b9;
  content: '';
}
@media only screen and (max-width: 640px) {
  .hdgL3 {
    font-size: 14px;
  }
}
* + .hdgL3 {
  margin-top: 15px;
}

/* ----------------------------------------------------------------
    Texts
----------------------------------------------------------------- */
/* plain text
----------------------------------------------- */
* + p {
  margin-top: 16px;
}
@media only screen and (max-width: 640px) {
  * + p {
    margin-top: 10px;
  }
}

/* txtNotice
----------------------------------------------- */
@media only screen and (max-width: 640px) {
  * + .txtNotice {
    margin-top: 15px;
  }
}
.txtNotice + .txtNotice {
  margin-top: 2px;
}
@media only screen and (max-width: 640px) {
  .txtNotice + .txtNotice {
    margin-top: 15px;
  }
}

* + .txtDate {
  margin-top: 10px;
}
.txtDate p {
  display: inline-block;
  vertical-align: middle;
}
.txtDate select {
  border: 1px solid #000;
}

/* ----------------------------------------------------------------
    Box
----------------------------------------------------------------- */
.boxError {
  box-sizing: border-box;
  padding: 3px;
  border: 3px solid #f00;
}
.boxError strong {
  color: #f00;
  font-weight: normal;
}
.boxError > * {
  position: relative;
  padding-left: 16px;
  color: #f00;
}
.boxError > * + * {
  margin-top: 3px;
}
@media only screen and (max-width: 640px) {
  .boxError > * {
    padding-left: 13px;
  }
}
.boxError > *::before {
  position: absolute;
  top: 9px;
  left: 6px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #f00;
  content: '';
}
@media only screen and (max-width: 640px) {
  .boxError > *::before {
    top: 6px;
    left: 4px;
  }
}
* + .boxError {
  margin-top: 20px;
}

/* ----------------------------------------------------------------
    Tables
----------------------------------------------------------------- */
.tableStyle1, .tableStyle2, .tableStyle3, .tableStyle4 {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  border-collapse: collapse;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  table-layout: auto;
  font-size: 12px;
}
.tableStyle1 td, .tableStyle2 td, .tableStyle3 td, .tableStyle4 td, .tableStyle1 th, .tableStyle2 th, .tableStyle3 th, .tableStyle4 th {
  box-sizing: border-box;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  vertical-align: middle;
}
.tableStyle1 td:empty, .tableStyle2 td:empty, .tableStyle3 td:empty, .tableStyle4 td:empty, .tableStyle1 th:empty, .tableStyle2 th:empty, .tableStyle3 th:empty, .tableStyle4 th:empty {
  min-height: 24px;
}
.tableStyle1 td:empty::before, .tableStyle2 td:empty::before, .tableStyle3 td:empty::before, .tableStyle4 td:empty::before, .tableStyle1 th:empty::before, .tableStyle2 th:empty::before, .tableStyle3 th:empty::before, .tableStyle4 th:empty::before {
  display: block;
  float: left;
  height: 16px;
  content: '';
}
.tableStyle1 .right, .tableStyle2 .right, .tableStyle3 .right, .tableStyle4 .right {
  text-align: right;
}
.tableStyle1 .center, .tableStyle2 .center, .tableStyle3 .center, .tableStyle4 .center {
  text-align: center;
}
.tableStyle1 .left, .tableStyle2 .left, .tableStyle3 .left, .tableStyle4 .left {
  text-align: left;
}
.tableStyle1 .dotted, .tableStyle2 .dotted, .tableStyle3 .dotted, .tableStyle4 .dotted {
  border-top-style: dotted;
}
.tableStyle1 .break, .tableStyle2 .break, .tableStyle3 .break, .tableStyle4 .break {
  word-break: break-all;
}
* + .tableStyle1, * + .tableStyle2, * + .tableStyle3, * + .tableStyle4 {
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  * + .tableStyle1, * + .tableStyle2, * + .tableStyle3, * + .tableStyle4 {
    margin-top: 20px;
  }
}

/* tableStyle1
----------------------------------------------- */
.tableStyle1, .tableStyle2 {
  max-width: 570px;
}
.tableStyle1 td, .tableStyle1 th, .tableStyle2 td, .tableStyle2 th {
  padding: 3px 17px;
}
@media only screen and (max-width: 640px) {
  .tableStyle1 td, .tableStyle1 th, .tableStyle2 td, .tableStyle2 th {
    padding: 3px;
  }
}
.tableStyle1 th, .tableStyle2 th {
  background-color: #E83820;
  color: #ffffff;
}
.tableStyle1 tbody th, .tableStyle2 tbody th {
  text-align: left;
}
.tableStyle1 .creditLimit, .tableStyle2 .creditLimit {
  box-sizing: border-box;
  margin-right: 2px;
  padding: 1px;
  width: 72px;
  border: 1px solid #898989;
  text-align: right;
  font-size: 11px;
}
@media only screen and (max-width: 640px) {
  .tableStyle1 .creditLimit, .tableStyle2 .creditLimit {
    margin-right: 3px;
    width: 50px;
  }
}

.tableStyle2 tr:first-child > *:nth-child(1) {
  width: 33%;
}
@media only screen and (max-width: 640px) {
  .tableStyle2 tr:first-child > *:nth-child(1) {
    width: 45%;
  }
}
.tableStyle2 tr:first-child > *:nth-child(2) {
  width: 33%;
}
@media only screen and (max-width: 640px) {
  .tableStyle2 tr:first-child > *:nth-child(2) {
    width: 22%;
  }
}
.tableStyle2 tr:first-child > *:nth-child(3) {
  width: 33%;
}
@media only screen and (max-width: 640px) {
  .tableStyle2 tr:first-child > *:nth-child(3) {
    width: 33%;
  }
}
.tableStyle2 tbody tr > *:last-child {
  text-align: right;
}

@media only screen and (max-width: 740px) {
  .tableStyle3 thead {
    font-size: 10px;
  }
}
.tableStyle3 td, .tableStyle3 th {
  padding: 3px;
  text-align: center;
}
.tableStyle3 th, .tableStyle3 thead td {
  background-color: #E83820;
  color: #ffffff;
}
.tableStyle3 tbody > tr:nth-child(4n), .tableStyle3 tbody > tr:nth-child(4n-1) {
  background-color: #F29B76;
}
.tableStyle3 tbody td > .price {
  display: table;
}
.tableStyle3 tbody td > .price > * {
  display: table-cell;
  box-sizing: border-box;
  white-space: nowrap;
}
.tableStyle3 tbody td > .price .amount {
  padding-left: 5px;
  width: 100%;
  text-align: right;
}

.tableStyle4 {
  border-right-width: 1px;
  border-bottom-width: 1px;
}
.tableStyle4 td, .tableStyle4 th {
  padding: 3px;
  border-top-width: 1px;
  border-left-width: 1px;
  text-align: center;
}
.tableStyle4 thead {
  background-color: #E83820;
  color: #ffffff;
}
.tableStyle4 tbody th {
  width: 40%;
  background-color: #F29B76;
  text-align: left;
}
.tableStyle4 tbody td {
  border-top-style: dotted;
  background-color: #ffffff;
  text-align: right;
}
.tableStyle4 tbody td.button {
  width: 45px;
  text-align: center;
}
.tableStyle4 tbody td .jsToggleHook {
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 4px;
  padding: 0;
  width: 21px;
  height: 21px;
  border: none;
  font-size: 10px;
  line-height: 0;
}
.tableStyle4 tbody td .jsToggleHook > span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  box-sizing: border-box;
  padding-top: 5px;
  width: 21px;
  height: 21px;
  line-height: 1;
}
.tableStyle4 tbody td .jsToggleHook > span::before, .tableStyle4 tbody td .jsToggleHook > span::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  box-sizing: border-box;
  margin: auto;
  background-color: #000;
  content: '';
}
.tableStyle4 tbody td .jsToggleHook > span::before {
  width: 14px;
  height: 1px;
}
.tableStyle4 tbody td .jsToggleHook > span::after {
  width: 1px;
  height: 14px;
  content: none;
}
.tableStyle4 tbody td .jsToggleHook.closed > span::after {
  content: '';
}
.tableStyle4 tbody td .jsToggleHook::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  box-sizing: border-box;
  margin: auto;
  width: 21px;
  height: 21px;
  border: 1px solid #000;
  border-radius: 3px;
  background-color: #dcdcdc;
  content: '';
}
.tableStyle4 tbody > tr.section > td, .tableStyle4 tbody > tr:first-child > td {
  border-top-style: solid;
}

.jsToggleContent.closed {
  display: none;
}

.jsToggleContent.closed + .tableStyle4 thead tr > * {
  border-top: none;
}

.tableStyle4 + .jsToggleContent {
  position: relative;
  padding: 10px 0;
  background-color: #dcdcdc;
}
.tableStyle4 + .jsToggleContent.closed + .tableStyle4 {
  border-top: none;
}
.tableStyle4 + .jsToggleContent > * + .closeBtn {
  margin-top: 10px;
}
.tableStyle4 + .jsToggleContent > .closeBtn {
  /* デフォルトスタイルの削除 */
  border-radius: 0;
  background: none;
  color: inherit;
  text-shadow: none;
  font-weight: normal;
}
.tableStyle4 + .jsToggleContent > .closeBtn {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border: 0;
  background: none;
  font-size: 12px;
}
.tableStyle4 + .jsToggleContent > .closeBtn > span {
  position: relative;
  padding-left: 20px;
}
.tableStyle4 + .jsToggleContent > .closeBtn > span::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 0;
  height: 0;
  border-width: 0 6px 10px 6px;
  border-style: solid;
  border-color: transparent transparent #000 transparent;
  content: '';
}
.tableStyle4 + .jsToggleContent::before, .tableStyle4 + .jsToggleContent::after {
  position: absolute;
  right: 16px;
  display: block;
  width: 0;
  height: 0;
  border-width: 7px 7px 0 7px;
  border-style: solid;
  content: '';
}
.tableStyle4 + .jsToggleContent::before {
  top: -1px;
  border-color: #000 transparent transparent;
}
.tableStyle4 + .jsToggleContent::after {
  top: -2px;
  border-color: #fff transparent transparent;
}
.tableStyle4 + .jsToggleContent + .tableStyle4 {
  margin-top: 0;
}

/* ----------------------------------------------------------------
    Buttons
----------------------------------------------------------------- */
/* .btnWrapper
/----------------------------------------------- */
div.btnWrapper {
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
  padding: 0;
  display: inline-flex;
}
#content .control div.btnWrapper button {
  float: none;
  display: inline-block;
  margin: 5px 3px;
  display: inline;
  *zoom: 1;
  width: 200px !important;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #content .control div.btnWrapper button {
    padding: 5px 0;
    margin: 0 5px 0 0;
    float: left;
    width: 315px !important;
  }
}

/* ----------------------------------------------------------------
    Helpers
----------------------------------------------------------------- */
.spHide {
  display: block !important;
}
@media only screen and (max-width: 640px) {
  .spHide {
    display: none !important;
  }
}
* + .spHide {
  margin-top: 10px;
}

.pcHide {
  display: none !important;
}
@media only screen and (max-width: 640px) {
  .pcHide {
    display: block !important;
  }
}
* + .pcHide {
  margin-top: 10px;
}

/* Control Width
----------------------------------------------- */
.w33 {
  width: 33% !important;
}

.w1 {
  width: 1% !important;
}

.w2 {
  width: 2% !important;
}

.w3 {
  width: 3% !important;
}

.w4 {
  width: 4% !important;
}

.w5 {
  width: 5% !important;
}

.w6 {
  width: 6% !important;
}

.w7 {
  width: 7% !important;
}

.w8 {
  width: 8% !important;
}

.w9 {
  width: 9% !important;
}

.w10 {
  width: 10% !important;
}

.w11 {
  width: 11% !important;
}

.w12 {
  width: 12% !important;
}

.w13 {
  width: 13% !important;
}

.w14 {
  width: 14% !important;
}

.w15 {
  width: 15% !important;
}

.w16 {
  width: 16% !important;
}

.w17 {
  width: 17% !important;
}

.w18 {
  width: 18% !important;
}

.w19 {
  width: 19% !important;
}

.w20 {
  width: 20% !important;
}

.w21 {
  width: 21% !important;
}

.w22 {
  width: 22% !important;
}

.w23 {
  width: 23% !important;
}

.w24 {
  width: 24% !important;
}

.w25 {
  width: 25% !important;
}

.w26 {
  width: 26% !important;
}

.w27 {
  width: 27% !important;
}

.w28 {
  width: 28% !important;
}

.w29 {
  width: 29% !important;
}

.w30 {
  width: 30% !important;
}

.w31 {
  width: 31% !important;
}

.w32 {
  width: 32% !important;
}

.w33 {
  width: 33% !important;
}

.w34 {
  width: 34% !important;
}

.w35 {
  width: 35% !important;
}

.w36 {
  width: 36% !important;
}

.w37 {
  width: 37% !important;
}

.w38 {
  width: 38% !important;
}

.w39 {
  width: 39% !important;
}

.w40 {
  width: 40% !important;
}

.w41 {
  width: 41% !important;
}

.w42 {
  width: 42% !important;
}

.w43 {
  width: 43% !important;
}

.w44 {
  width: 44% !important;
}

.w45 {
  width: 45% !important;
}

.w46 {
  width: 46% !important;
}

.w47 {
  width: 47% !important;
}

.w48 {
  width: 48% !important;
}

.w49 {
  width: 49% !important;
}

.w50 {
  width: 50% !important;
}

.w51 {
  width: 51% !important;
}

.w52 {
  width: 52% !important;
}

.w53 {
  width: 53% !important;
}

.w54 {
  width: 54% !important;
}

.w55 {
  width: 55% !important;
}

.w56 {
  width: 56% !important;
}

.w57 {
  width: 57% !important;
}

.w58 {
  width: 58% !important;
}

.w59 {
  width: 59% !important;
}

.w60 {
  width: 60% !important;
}

.w61 {
  width: 61% !important;
}

.w62 {
  width: 62% !important;
}

.w63 {
  width: 63% !important;
}

.w64 {
  width: 64% !important;
}

.w65 {
  width: 65% !important;
}

.w66 {
  width: 66% !important;
}

.w67 {
  width: 67% !important;
}

.w68 {
  width: 68% !important;
}

.w69 {
  width: 69% !important;
}

.w70 {
  width: 70% !important;
}

.w71 {
  width: 71% !important;
}

.w72 {
  width: 72% !important;
}

.w73 {
  width: 73% !important;
}

.w74 {
  width: 74% !important;
}

.w75 {
  width: 75% !important;
}

.w76 {
  width: 76% !important;
}

.w77 {
  width: 77% !important;
}

.w78 {
  width: 78% !important;
}

.w79 {
  width: 79% !important;
}

.w80 {
  width: 80% !important;
}

.w81 {
  width: 81% !important;
}

.w82 {
  width: 82% !important;
}

.w83 {
  width: 83% !important;
}

.w84 {
  width: 84% !important;
}

.w85 {
  width: 85% !important;
}

.w86 {
  width: 86% !important;
}

.w87 {
  width: 87% !important;
}

.w88 {
  width: 88% !important;
}

.w89 {
  width: 89% !important;
}

.w90 {
  width: 90% !important;
}

.w91 {
  width: 91% !important;
}

.w92 {
  width: 92% !important;
}

.w93 {
  width: 93% !important;
}

.w94 {
  width: 94% !important;
}

.w95 {
  width: 95% !important;
}

.w96 {
  width: 96% !important;
}

.w97 {
  width: 97% !important;
}

.w98 {
  width: 98% !important;
}

.w99 {
  width: 99% !important;
}

.w100 {
  width: 100% !important;
}

@media only screen and (max-width: 640px) {
  .tableStyle2 .narrowStyle {
    height: 48px !important;
    width: 100px;
    padding: 10px 16px 8px;
    border-radius: 4px  !important;
    border: solod 1px;
    border-color: #CCC;
    line-height: 1.5;
    font-size: 16px;
  }
  .tableStyle2 .narrowStyle:focus {
    border-color: #FF9900;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
  }
}
