@charset "UTF-8";
/**
 * module.css
 * createdAt: 2016.04.25
 * updatedAt: 2016.05.15
 * updatedAt: 2016.06.15
 * updatedAt: 2017.02.15
 * updatedAt: 2022.07.19
 * updatedAt: 2023.10.17
 * updatedAt: 2024.11.15
 * updatedAt: 2025.01.10
 */

/*========================================

  break

========================================*/
.b64 { display: none; }
.b48 { display: none; }
.b32 { display: none; }

@media (max-width: 639px) {
  .b64 { display: block; }
  img.b64 { display: inline; }
  .nb64 { display: none; }
}
@media (max-width: 480px) {
  .b48 { display: block; }
  img.b48 { display: inline; }
  .nb48 { display: none; }
}
@media (max-width: 320px) {
  .b32 { display: block; }
  img.b32 { display: inline; }
  .nb32 { display: none; }
}


/*========================================

  .mod-heading-h1

========================================*/
.mod-heading-h1 {
  text-align: center;
}
.mod-heading-h1 i {
  font-size: 0;
  line-height: 0;
  color: #444;
}
.mod-heading-h1 i:before {
  margin: 0;
  width: auto;
  font-size: 41px;
}
.mod-heading-h1 h1 {
  margin-top: 15px;
  font-size: 150%;
  line-height: 1.4;
}
.mod-heading-h1.no-display {
  display: none;
}


/*========================================

  .mod-heading-h2

========================================*/
.mod-heading-h2 {
  padding: 45px 0 25px;
  text-align: center;
}
.mod-heading-h2.troubleshooting {
  margin-top: 45px;
}
.mod-heading-h2 h2 {
  padding: 0 0 10px;
  font-size: 125%;
  line-height: 1.2;
  border-bottom: 2px solid #bfbfbf;
}
.mod-heading-h2 h3 {
  padding: 25px 0 0;
  font-size: 112.5%;
  line-height: 1.2;
  color: #151515;
}
.mod-heading-h2 h3 img {
  vertical-align: middle;
}
.mod-heading-h2 h3 span {
  margin: 0 10px;
  vertical-align: middle;
}
.business.faq .mod-heading-h2 h3 span {
  color: #145189;
}

@media (max-width: 639px) {
  .mod-heading-h1 + .mod-heading-h2 {
    padding: 20px 0 25px;
  }
}
@media (max-width: 480px) {
  .mod-heading-h2 h3 {
    padding: 15px 0 0;
  }
  .mod-heading-h2 h3 img {
    display: none;
  }
}


/*========================================

  .mod-heading-txt

========================================*/
.mod-heading-h2 + .mod-heading-txt {
  margin: 0;
}
.mod-heading-txt {
  margin: 15px auto 0;
}


/*========================================

  .mod-faq-idx

========================================*/
.mod-faq-idx {
  margin: 0;
  padding: 0 0 0 20px;
}
.mod-faq-idx li {
  margin: 14px 0 0;
  font-size: 100%;
  line-height: 1.6;
}
.mod-faq-idx li:first-child {
  margin-top: 0;
}
.consumer.faq .mod-faq-idx li a {
  color: #604c9a;
}


@media (max-width: 639px) {
  .mod-faq-idx {
    margin: 15px auto 0;
  }
}


/*========================================

  .mod-faq-ques / mod-faq-ans

========================================*/
.mod-faq-ques {
  margin-top: 20px;
}
.mod-faq-ques h2 {
  font-size: 106.3%;
  line-height: 1.4;
}
.mod-faq-ans {
  margin-top: 20px;
  font-size: 100%;
  line-height: 1.8;
}
.mod-faq-ans .note {
  display: inline-block;
  margin-top: 5px;
  font-size: 81.3%;
}

@media (max-width: 639px) {
  .mod-faq-ans img {
    width: 100%;
    height: auto;
  }
}


/*========================================

  .mod-faq-related

========================================*/
.mod-faq-related {
  margin-top: 90px;
  padding: 20px 29px 25px;
  border: 1px solid #626262;
}
.mod-faq-related h1 {
  display: block;
  margin-bottom: 20px;
  font-size: 87.5%;
  line-height: 1.2;
}
.mod-faq-related .related-index {
  /*width: 890px;*/
  font-size: 0;
}
.mod-faq-related .item {
  display: inline-block;
  vertical-align: top;
  /*margin: 35px 0 0 20px;*/
  /*width: 430px;*/
  margin: 35px 0 0 2.247191%;
  width: 48.3146067%;
  font-size: 16px;
  font-size: 1.0rem;
}
.mod-faq-related .item:nth-child(odd) {
  margin-left: 0;
}
.mod-faq-related .item:nth-child(1),
.mod-faq-related .item:nth-child(2) {
  margin-top: 0;
}
.mod-faq-related .item-img {
  display: table-cell;
  vertical-align: top;
  /*padding: 15px 0 0;*/
  width: 120px;
}
.mod-faq-related .item-info {
  display: table-cell;
  vertical-align: top;
}
.mod-faq-related .item-info h2 {
  font-size: 112.5%;
  font-weight: normal;
  line-height: 1.2;
}
.mod-faq-related .item-info h2 span {
  position: relative;
  top: -0.25em;
  margin-left: 5px;
  font-size: 66.7%;
}
.mod-faq-related .item-info h2 span.discon {
  display: inline-block;
  padding: 2px 5px;
  font-size: 55.6%;
  color: #fff;
  background-color: #737373;
}
.mod-faq-related .item-info h3 {
  font-size: 112.5%;
  font-weight: normal;
  line-height: 1.2;
}
.mod-faq-related .item-info h3 span {
  position: relative;
  top: -0.25em;
  margin-left: 5px;
  font-size: 66.7%;
}
.mod-faq-related .item-info h3 span.discon {
  display: inline-block;
  padding: 2px 5px;
  font-size: 55.6%;
  color: #fff;
  background-color: #737373;
}
.mod-faq-related .item-info em {
  display: block;
  margin: 0 0 2px;
  font-size: 12px;
  font-style: normal;
  line-height: 1.2;
}
.mod-faq-related .item-info p {
  margin-top: 5px;
  font-size: 11px;
  line-height: 1.4;
}
.mod-faq-related .item-info a {
  display: inline-block;
  margin-top: 8px;
  padding: 5px 10px;
  font-size: 10.5px;
  line-height: 1.0;
  color: #fff;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.mod-faq-related .item-info a:after {
  content: "＞";
  padding-left: 10px;
}
.business .mod-faq-related .item-info a {
  background-color: #145189;
}
.consumer .mod-faq-related .item-info a {
  background-color: #d39000;
}

@media (max-width: 639px) {
  .mod-faq-related {
    margin-top: 50px;
    padding: 0;
    border: 0;
  }
  .mod-faq-related h4 {
    	margin-bottom: 10px;
    font-size: 100%;
  }
  .mod-faq-related .related-index {
    border-bottom: 1px solid #bfbfbf;
  }
  .mod-faq-related .item {
    display: table;
    margin: 0;
    padding: 15px 0;
    width: 100%;
    border-top: 1px solid #bfbfbf;
  }
  .mod-faq-related .item-img {
    padding: 0;
    width: 100px;
    vertical-align: middle;
  }
  .mod-faq-related .item-img img {
    width: 70px;
    height: auto;
  }
  .mod-faq-related .item-info {
    vertical-align: middle;
  }
  .mod-faq-related .item-info a {
    padding: 5px 15px;
    font-size: 11px;
  }
  .mod-faq-related .item-info p br {
    display: none;
  }
}


/*========================================

  .mod-faq-label

========================================*/
.mod-faq-label {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.mod-faq-label li {
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  font-size: 1.0rem;
  line-height: 1.0;
}
.mod-faq-label li:first-child {
  margin-left: 0;
}
.mod-faq-label a {
  font-size: 12px;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.mod-faq-label a:hover {
  opacity: 1.0;
  color: #607fa5;
}
.mod-faq-label a:before {
  content: "\e82e";
  margin-right: 4px;
  font-size: 8px;
  font-family: "fontello";
  line-height: 10px;
}

@media (max-width: 639px) {
  .mod-faq-label a {
    font-size: 14px;
  }
  .mod-faq-label a:before {
    font-size: 10px;
    line-height: 12px;
  }
}


/*========================================

  .mod-faq-backto

========================================*/
.mod-faq-backto {
  margin-top: 50px;
  text-align: center;
}
.mod-faq-backto a {
  position: relative;
  display: inline-block;
  padding: 1.8% 0;
  min-width: 228px;
  font-size: 87.5%;
  line-height: 1.35;
  color: #fff;
  background-color: #5f6b7e;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.mod-faq-backto a:hover {
  color: #fff;
}
.mod-faq-backto a:before {
  content: "\e816";
  position: absolute;
  left: 10.5263157%;
  top: 50%;
  margin-top: -5px;
  font-size: 8px;
  font-family: "fontello";
  line-height: 10px;
}
.mod-faq-backto span {
  display: inline-block;
  padding-left: 10%;
  text-align: left;
}

@media (max-width: 639px) {
  .mod-faq-backto a {
    padding: 10px 0;
    font-size: 100%;
  }
}


/*========================================

  .mod-fnFelica-search

========================================*/
.mod-fnFelica-search {
  display: none;
}
.mod-fnFelica-search.mod-faq-search {
  margin-top: 65px;
}



/*.mod-fnFelica-search.spt-idx-search-faq {
  margin-top: 70px;
}
.mod-fnFelica-search.spt-idx-search-tsn {
  margin-top: 40px;
}*/

.mod-fnFelica-search.active {
  display: block;
}
.mod-fnFelica-search h3 {
  font-size: 112.5%;
  line-height: 1.2;
}
.mod-fnFelica-search h3 span {
  font-size: 77.8%;
  font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic ProN",メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.mod-fnFelica-search .search-box {
  margin: 15px 0 0;
  font-size: 0;
}
.mod-fnFelica-search .txt-btn-box {
  display: inline-block;
  vertical-align: middle;
}
.mod-fnFelica-search input[type="text"] {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 10px;
  width: 345px;
  height: 29px;
  font-size: 16px;
  font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic ProN",メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  line-height: 27px;
  border: 1px solid #434343;
  border-radius: 0;
}
.mod-fnFelica-search input[type="text"]:focus {
  outline: 0;
}
.mod-fnFelica-search button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 90px;
  height: 29px;
  border: 1px solid #434343;
  background-color: #434343;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.mod-fnFelica-search button:hover {
  background-color: #555;
}
.mod-fnFelica-search button:focus {
  outline: 0;
}
.mod-fnFelica-search button:after {
  content: "\e837";
  display: block;
  margin-right: 4px;
  font-size: 18px;
  font-family: "fontello";
  line-height: 18px;
  color: #fff;
}
.mod-fnFelica-search .lable-box {
  display: inline-block;
  vertical-align: middle;
}
.mod-fnFelica-search label {
  position: relative;
  display: inline-block;
  margin: 0 0 0 30px;
  font-size: 15.5px;
  line-height: 29px;
  cursor: pointer;
}
.mod-fnFelica-search input[type="radio"] {
  position: absolute;
  left: -9999em;
  opacity: 0;
}
.mod-fnFelica-search .search-radio {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: baseline;
  top: 2px;
  margin: 0 6px 0 0;
  width: 16px;
  height: 16px;
  border: 1px solid #a0a0a0;
  background-color: #fff;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
}
.mod-fnFelica-search .checked .search-radio {
  border-color: #454545;
  background-color: #454545;
}

@media (max-width: 639px) {
  .mod-fnFelica-search h3 span {
    text-indent: -0.4em;
  }
  .mod-fnFelica-search .txt-btn-box {
    position: relative;
    display: block;
  }
  .mod-fnFelica-search input[type="text"] {
    padding: 0 60px 0 10px;
    width: 100%;
  }
  .mod-fnFelica-search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
  }
  .mod-fnFelica-search .lable-box {
    display: block;
    margin-top: 5px;
  }
  .mod-fnFelica-search label:first-child {
    margin-left: 0;
  }
}


/*========================================

  #SearchResult

========================================*/
#SearchResult dt {
  margin: 40px 0 5px;
}
#SearchResult dd {
  font-size: 87.5%;
}
#SearchResult em {
  padding: 0 2px;
  font-weight: bold;
  font-style: normal;
  background: #fcc;
}
#SearchResult a {
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
#SearchResult a:hover {
  opacity: 1.0;
  color: #607fa5;
}


/*========================================

  .mod-search-not-found

========================================*/
.mod-search-not-found {
  height: 0;
  visibility: hidden;
}
.mod-search-not-found strong {
  display: block;
  font-size: 112.5%;
  line-height: 1.2;
}
.mod-search-not-found ul {
  padding: 10px 0 0 20px;
}
.mod-search-not-found li {
  margin-top: 10px;
  line-height: 1.2;
}
.mod-search-not-found.active {
  margin-top: 60px;
  height: auto;
  visibility: visible;
}


/*========================================

  .mod-related-ttl

========================================*/
.mod-related-ttl {
  padding: 0 0 8px;
  font-size: 87.5%;
  font-weight: bold;
  font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic ProN",メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  line-height: 1.2;
  border-bottom: 2px solid #bfbfbf;
}
.mti-inactive .mod-related-ttl {
  font-weight: normal;
}

@media (max-width: 768px) {
  .mod-related-ttl {
    font-size: 100%;
  }
}


/*========================================

  .mod-related-info

========================================*/
.mod-related-info {
  margin: 90px 0 40px;
  overflow: visible;
}
.mod-related-info ul {
  font-size: 0;
  list-style: none;
}
.mod-related-info li {
  display: inline-block;
  vertical-align: top;
  /*margin: 26px 0 0 26px;*/
  /*width: 278px;*/
  margin: 2.1848739% 0 0 2.1848739%;
  width: 23.3613445%;
  font-size: 16px;
  font-size: 1rem;
  line-height: 0;
}
.mod-related-info li:nth-child(4n+1) {
  margin-left: 0;
}
.mod-related-info li.n4 {
  margin-left: 0;
}
.mod-related-info li img {
  width: 100%;
  height: auto;
}
.mod-related-info li a {
  display: block;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.mod-related-info li a:hover {
  opacity: 0.7;
}
.mod-related-info p {
  margin: 15px auto 0;
  font-size: 87.5%;
  font-weight: bold;
  font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic ProN",メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  line-height: 1.21;
  color: #565656;
  text-align: center;
}

@media (max-width: 639px) {
  .mod-related-info {
    margin: 70px 0 40px;
  }
  .mod-related-info li {
    margin: 6% 0 0 4% !important;
    width: 48%;
    font-size: 0.875rem;
  }
  .mod-related-info li:nth-child(1),
  .mod-related-info li:nth-child(2) {
    margin-top: 4% !important;
  }
  .mod-related-info li:nth-child(2n+1) {
    margin-left: 0 !important;
  }
  .mod-related-info p {
    margin: 10px auto 0;
    padding: 0 10px;
  }
}


/*========================================

  .mod-related-site

========================================*/
.mod-related-site {
  margin: 70px 0 40px;
  overflow: visible;
}
.mod-related-site ul {
  font-size: 0;
  list-style: none;
}
.mod-related-site li {
  display: inline-block;
  vertical-align: top;
  /*margin: 23px 0 0 36px;*/
  /*width: 210px;*/
  margin: 2.4210526% 0 0 3.7894736%;
  width: 22.1008403%;
}
.mod-related-site li:nth-child(4n+1) {
  margin-left: 0;
}
.mod-related-site li.n4 {
  margin-left: 0;
}
.mod-related-site li:nth-child(2n),
.mod-related-site li:nth-child(4n) {
  margin-left: 3.8947368%;
}
.mod-related-site li img {
  width: 100%;
  height: auto;
}
.mod-related-site li a {
  display: block;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.mod-related-site li a:hover {
  opacity: 0.7;
}

@media (max-width: 639px) {
  .mod-related-site {
    margin: 50px 0 40px;
  }
  .mod-related-site li {
    margin: 4% 0 0 4% !important;
    width: 48%;
  }
  .mod-related-site li:nth-child(2n+1) {
    margin-left: 0 !important;
  }
}


/*========================================

  .mod-pagetop

========================================*/
/*2021/08/24-delete
.mod-pagetop {
  position: relative;
  z-index: 50;
  visibility: hidden;
  margin: 110px auto 0;
  max-width: 1400px;
  opacity: 0;
  -moz-transition: opacity 0.2s, visibility 0s 0.2s;
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s;
}
*/
.mod-pagetop {
  position: relative;
  z-index: 50;
  visibility: hidden;
  margin: 0px auto 0;
  max-width: 1400px;
  opacity: 0;
  -moz-transition: opacity 0.2s, visibility 0s 0.2s;
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s;
}

.mod-pagetop.mod-pagetop--appear {
  visibility: visible;
  opacity: 1.0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.mod-pagetop-floater {
  position: static;
  width: 100%;
  min-width: 950px;
  text-align: center;
}
.mod-pagetop--floating .mod-pagetop-floater {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
}
.mod-pagetop-inner {
  position: relative;
  margin: 0 auto;
  max-width: 1400px;
}
.mod-pagetop-btn {
  position: absolute;
  right: 30px;
  top: 0;
  margin-top: -52px;
  width: 40px;
  height: 32px;
  background-color: #a6a8ac;
  background-color: rgba(33,37,48,0.4);
  border-radius: 3px;
  cursor: pointer;
  -moz-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.mod-pagetop-btn:hover {
  background-color: #2f353d;
  background-color: rgba(33,37,48,0.8);
}
.mod-pagetop-btn:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/icn_pagetop@2x.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 6px;
  content: "";
}
.ie-legacy .mod-pagetop-btn:after {
  background-image: url(../img/icn_pagetop.png);
}

@media (max-width: 639px) {
/*2021/08/24-delete
  .mod-pagetop {
    margin-top: 102px;
  }
*/
  .mod-pagetop {
    margin-top: 0px;
  }
  .mod-pagetop-floater {
    min-width: 320px;
  }
  .mod-pagetop-inner {
    width: 93.75%;
  }
  .mod-pagetop-btn {
    position: absolute;
    right: 0;
    display: inline-block;
    margin: -52px 0 0 0 !important;
  }
}

/*========================================

  .mod-anchor-menu

========================================*/
.mod-anchor-menu {
  display: table;
  table-layout: fixed;
  padding: 0;
  width: 100%;
  list-style: none;
  border-top: 1px solid #fff;
}
.mod-anchor-menu + .mod-anchor-menu {
  margin-top: 0;
}
.mod-anchor-menu li {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #fff;
}
.mod-anchor-menu li:first-child {
  border-left: none;
}
.mod-anchor-menu li a {
  position: relative;
  box-sizing: border-box;
  display: table;
  padding: 0 15px 10px;
  width: 100%;
  height: 78px;
  font-size: 87.5%;
  line-height: 1.2;
  color: #000;
  text-align: center;
  background-color: #d6dce0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.mod-anchor-menu li span {
  display: table-cell;
  vertical-align: middle;
}
.mod-anchor-menu li a:after {
  content: '\e808';
  position: absolute;
  bottom: 9px;
  right: 50%;
  margin-right: -7px;
  font-size: 13px;
  font-family: "fontello";
  color: #000;
}

@media (max-width: 639px) {
  .mod-anchor-menu {
    display: block;
    border-top: none;
  }
  .mod-anchor-menu li {
    display: block;
    border-left: none;
    border-top: 1px solid #fff;
  }
  .mod-anchor-menu li.pconly {
    display: none;
  }
  .mod-anchor-menu li a {
    padding: 0;
    height: 55px;
    font-size: 100%;
    text-align: left;
  }
  .mod-anchor-menu li a:after {
    right: 15px;
    bottom: 50%;
    margin: 0 0 -7px;
  }
  .mod-anchor-menu li span {
    padding: 0 35px 0 15px;
  }
  .mod-anchor-menu li br {
    display: none;
  }
}


/*========================================

  .mod-table

========================================*/

.mod-table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-size: 13px;
}
.mod-table.w60 {
  width: 60%;
}
.mod-table .ept {
  font-size: 0;
}
.mod-table sup {
  position: relative;
  top: 0.3em;
  padding: 0 4px 0 2px;
  font-size:6pt;
}
.mod-table thead th,
.mod-table thead td {
  padding: 10px 15px;
  background-color: #d6dce0;
  color: #000;
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
}
.mod-table thead.empty th,
.mod-table thead.empty td {
  padding: 0;
  height: 5px;
}
.mod-table thead th:last-child {
  border-right: none;
}
.mod-table tbody th {
  padding: 10px 15px;
  font-weight: bold;
  text-align: left;
  border-right: 5px solid #fff;
  border-top: 5px solid #fff;
}
.mod-table tbody td {
  padding: 10px 20px;
  border-right: 5px solid #fff;
  border-top: 5px solid #fff;
}
.mod-table tbody td:last-child {
  border-right: none;
}
.mod-table tbody tr:nth-child(odd) th,
.mod-table tbody tr:nth-child(odd) td {
  background-color: #f1f5f9;
}
.mod-table tfoot td {
  height: 3px;
  background: #72757e;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
}
.mod-table tfoot td:last-child {
  border-right: none;
}

@media (max-width: 639px) {
  .mod-table.w60 {
    width: 100%;
  }
  .mod-table th,
  .mod-table td {
    word-break: break-all;
  }
  .mod-table thead th {
    padding: 5px 10px;
    border-width: 2px;
  }
  .mod-table tbody th,
  .mod-table tbody td {
    border-width: 2px;
  }
  .mod-table tfoot td {
    height: 3px;
    border-width: 2px;
  }
  
  .mod-table.mod-table-mq colgroup,
  .mod-table.mod-table-mq thead,
  .mod-table.mod-table-mq tfoot {
    display: none;
  }
  .mod-table.mod-table-mq tbody {
    display: block;
    width: 100%;
  }
  .mod-table.mod-table-mq tbody th {
    display: block;
    background-color: #f1f5f9 !important;
  }
  .mod-table.mod-table-mq tbody td {
    display: block;
    padding: 10px 15px 15px;
    background-color: #fff !important;
  }
}


/*========================================

  .mod-table2

========================================*/
.mod-table2 {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-size: 90%;
}
.mod-table2 sup {
  position: relative;
  top: 0.3em;
  padding: 0 4px 0 2px;
  font-size: 70%;
}
.mod-table2 thead th,
.mod-table2 thead td {
  padding: 12px 15px;
  color: #fff;
  background: #145189;
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
}
.mod-table2 thead.empty th,
.mod-table2 thead.empty td {
  padding: 0;
  height: 5px;
}
.mod-table2 .ept {
  font-size: 0;
}
.mod-table2 thead th:last-child {
  border-right: none;
}
.mod-table2 tbody th {
  padding: 12px 15px;
  font-weight: bold;
  text-align: left;
  border-right: 5px solid #fff;
  border-top: 5px solid #fff;
  background: #d7d9db;
}
.mod-table2 tbody td {
  padding: 12px 20px;
  border-right: 5px solid #fff;
  border-top: 5px solid #fff;
  background: #f0f0f0;
}
.mod-table2 tbody td:last-child {
  border-right: none;
}
.mod-table2 tfoot td {
  height: 3px;
  background: #72757e;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
}
.mod-table2 tfoot td:last-child {
  border-right: none;
}
.mod-table2 ul.disc {
  padding: 0 0 0 18px;
}
.mod-table2 p.note {
  font-size: 75%;
}

@media (max-width: 639px) {
  .mod-table2 {
    font-size: 12px;
  }
  .mod-table2 th,
  .mod-table2 td {
    word-break: break-all;
  }
  .mod-table2 thead th,
  .mod-table2 thead td {
    padding: 10px 10px;
    border-width: 1px;
  }
  .mod-table2 tbody th {
    padding: 10px 10px;
    border-width: 1px;
  }
  .mod-table2 tbody td {
    padding: 10px 10px;
    border-width: 1px;
  }
  .mod-table2 tfoot td {
    border-width: 1px;
  }
}
@media (max-width: 480px) {
  .mod-table2 {
    font-size: 11px;
  }
}
@media (max-width: 320px) {
  .mod-table2 {
    font-size: 10px;
  }
}


/*========================================

  .mod-action-box

========================================*/
.mod-action-box {
  /*padding: 30px;*/
  padding: 3.1578947%;
  background: #f1f5f9;
}
.mod-action-box .heading {
  margin: 0 0 20px;
}
.mod-action-box .heading strong {
  display: block;
  font-size: 112.5%;
  line-height: 1.4;
  text-align: center;
}
.mod-action-box .heading strong span {
  font-size: 81.3%;
}
.mod-action-box .heading .version {
  margin: 5px 0 0;
  font-size: 93.8%;
  line-height: 1.4;
  text-align: center;
}
.mod-action-box .btn {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 21px 15px;
  max-width: 460px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.mod-action-box .btn + .btn {
  margin: 15px auto 0;
}
.mod-action-box .btn i {
  position: relative;
  right: auto;
  margin: 5px 10px;
  font-size: 24px;
}

@media (max-width: 639px) {
  .mod-action-box {
    padding: 15px;
  }
  .mod-action-box .btn {
    margin: 10px auto 0;
    padding: 15px 10px;
  }
}

/*========================================

  .mod-caution

========================================*/
.mod-caution {
  padding: 25px;
  background: #fff;
}
.mod-caution.outline {
  border: 2px solid #ddd;
}
.mod-caution .heading {
  display: block;
  margin-bottom: 15px;
  font-size: 112.5%;
  line-height: 1.4;
  text-align: center;
}
.mod-caution .heading i:before {
  margin: 0;
  width: auto;
  font-size: 28px;
}
.mod-caution .aka {
  color:#EB0000;
  background:#fff;
  list-style:none;
}
.mod-caution ul {
  padding: 0 0 0 20px;
  list-style: disc;
}
.mod-caution ol {
  padding: 0 0 0 20px;
  list-style: decimal;
}
