@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.4;
  color: #333;
  background-color: #fff;
  font-size: 12px;
  font-family: Roboto, "Droid Sans", 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
}
body.arabic {
  direction: rtl;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* color value */
/* sprite */
/* ###sprite-newsの画像ファイル名は置換すること### */
/* sprite-news_20150722.png → sprite-news_日付.png */
/* ------------------------------------------------------------
	1. Layout
------------------------------------------------------------ */
header {
  position: relative;
  border-top: 3px solid #e5107d;
  height: 50px;
  padding-top: 35px;
  text-align: center;
}
body.arabic header:before {
  left: auto;
  right: 20px;
}
header a {
  text-decoration: none;
}
header h1 {
  display: inline-block;
  width: 91px;
  height: 23px;
  background-image: url("../img/icon-sprite_20200120.png");
  background-size: 102px 374px;
  background-position: 0px -325px;
  color: transparent;
}

.main-sec {
  background-color: #f8f8f8;
  border-top: 3px solid #efefef;
  /*#d9d9d9;*/
  border-bottom: 3px solid #efefef;
  padding: 20px 0;
  text-align: center;
}
.main-sec.maintenance {
  background-color: #ffffff;
}
.main-sec.maintenance .maintenance-txt {
  padding: 0 20px;
}
.main-sec.maintenance .maintenance-txt h1 {
  margin-bottom: 20px;
  color: #2ca5b3;
  font-size: 16px;
  text-align: center;
}
.main-sec.maintenance .maintenance-txt p {
  color: #666666;
  font-size: 12px;
  text-align: left;
  line-height: 1.4;
}
body.arabic .main-sec.maintenance .maintenance-txt p {
  text-align: right;
}
.main-sec.maintenance .maintenance-time {
  background-color: #f8f8f8;
  margin: 20px 0;
  padding: 20px 0;
}
.main-sec.maintenance .maintenance-time h2 {
  color: #333333;
  font-size: 12px;
  margin: 0 0 10px;
  text-align: center;
}
.main-sec.maintenance .maintenance-time p {
  color: #666666;
  text-align: center;
  line-height: 1.4;
}
.main-sec h2 {
  font-size: 14px;
  margin-bottom: 20px;
}
.main-sec h2.newregist {
  color: #23bc5e;
}
.main-sec h3 {
  font-size: 14px;
  margin-bottom: 4px;
}
body.arabic .main-sec h3 {
  overflow: hidden;
}
.main-sec h3 em {
  margin-right: 0.5em;
  font-size: 20px;
  font-weight: bold;
}
body.arabic .main-sec h3 em {
  float: right;
  margin: -0.35em 0 0 0.5em;
}
.main-sec.terms, .main-sec.privacy {
  word-break: break-all;
}
.main-sec.terms h3, .main-sec.terms h4, .main-sec.privacy h3, .main-sec.privacy h4 {
  text-align: left;
  margin: 0.5em auto;
  padding: 0 10px;
}
body.arabic .main-sec.terms h3, body.arabic .main-sec.terms h4, body.arabic .main-sec.privacy h3, body.arabic .main-sec.privacy h4 {
  text-align: right;
}
.main-sec.terms h4, .main-sec.privacy h4 {
  text-decoration: underline;
}
.main-sec.terms p, .main-sec.privacy p {
  /*width: 320px;*/
  margin: 0 auto;
  padding: 0 10px;
  text-align: left;
  margin-bottom: 1em;
  word-break: break-all;
}
body.arabic .main-sec.terms p, body.arabic .main-sec.privacy p {
  text-align: right;
}
.main-sec.terms .privacy-list-demi, .main-sec.privacy .privacy-list-demi {
  width: 90%;
  margin: 0 auto;
  text-align: left;
  list-style-type: decimal;
  list-style-position: inside;
}
body.arabic .main-sec.terms .privacy-list-demi, body.arabic .main-sec.privacy .privacy-list-demi {
  text-align: right;
}
.main-sec.terms .privacy-list-demi li, .main-sec.privacy .privacy-list-demi li {
  text-indent: -1.3em;
  margin-left: 1.3em;
  margin-bottom: 1em;
}
body.arabic .main-sec.terms .privacy-list-demi li, body.arabic .main-sec.privacy .privacy-list-demi li {
  margin-left: 0;
  margin-right: 1.3em;
}
.main-sec.terms .privacy-list-alpha, .main-sec.privacy .privacy-list-alpha {
  margin: 1em auto 0;
  text-align: left;
  list-style-type: lower-alpha;
  list-style-position: inside;
}
body.arabic .main-sec.terms .privacy-list-alpha, body.arabic .main-sec.privacy .privacy-list-alpha {
  text-align: right;
}
.main-sec.terms .terms-list, .main-sec.privacy .terms-list {
  width: 90%;
  margin: 0 auto 1em;
  text-align: left;
}
body.arabic .main-sec.terms .terms-list, body.arabic .main-sec.privacy .terms-list {
  text-align: right;
}
.main-sec.terms .terms-list li, .main-sec.privacy .terms-list li {
  padding: 0 10px;
  margin-bottom: 1em;
}
.main-sec.terms .terms-list li span, .main-sec.privacy .terms-list li span {
  display: table-cell;
  width: 20px;
}
.main-sec.terms .terms-list li p, .main-sec.privacy .terms-list li p {
  display: table-cell;
  padding: 0;
  /*position: relative;
  display: inline-block;
  top: -1.3em;
  padding-left: 1.5em;*/
}
.main-sec.terms .terms-list-disc, .main-sec.privacy .terms-list-disc {
  width: 90%;
  margin: 0 auto;
  text-align: left;
  list-style-type: disc;
  list-style-position: inside;
}
body.arabic .main-sec.terms .terms-list-disc, body.arabic .main-sec.privacy .terms-list-disc {
  text-align: right;
}
.main-sec.terms .terms-list-disc li, .main-sec.privacy .terms-list-disc li {
  padding: 0 10px;
  margin-bottom: 1em;
  text-indent: -1em;
  margin-left: 1em;
}
body.arabic .main-sec.terms .terms-list-disc li, body.arabic .main-sec.privacy .terms-list-disc li {
  margin-left: 0;
  margin-right: 1em;
}
.main-sec.terms .terms-list-in, .main-sec.privacy .terms-list-in {
  margin-top: 1em;
}
.main-sec.terms .terms-list-in li, .main-sec.privacy .terms-list-in li {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 1em;
  padding: 0;
}
body.arabic .main-sec.terms .terms-list-in li, body.arabic .main-sec.privacy .terms-list-in li {
  margin-left: 0;
  margin-right: 1em;
}
.main-sec.terms .revision, .main-sec.privacy .revision {
  text-align: right;
}
body.arabic .main-sec.terms .revision, body.arabic .main-sec.privacy .revision {
  text-align: left;
}
.main-sec.terms_en h2, .main-sec.privacy_en h2 {
  width: 320px;
  text-align: center;
  margin: 0.5em auto;
}
body.arabic .main-sec.terms_en h2, body.arabic .main-sec.privacy_en h2 {
  text-align: right;
}
.main-sec.terms_en h3, .main-sec.terms_en h4, .main-sec.terms_en h5, .main-sec.privacy_en h3, .main-sec.privacy_en h4, .main-sec.privacy_en h5 {
  text-align: left;
  margin: 0.5em auto;
  padding: 0 10px;
}
body.arabic .main-sec.terms_en h3, body.arabic .main-sec.terms_en h4, body.arabic .main-sec.terms_en h5, body.arabic .main-sec.privacy_en h3, body.arabic .main-sec.privacy_en h4, body.arabic .main-sec.privacy_en h5 {
  text-align: right;
}
.main-sec.terms_en h5, .main-sec.privacy_en h5 {
  text-decoration: underline;
}
.main-sec.terms_en p, .main-sec.privacy_en p {
  /*width: 320px;*/
  margin: 0 auto;
  padding: 0 10px;
  text-align: left;
  margin-bottom: 1em;
}
body.arabic .main-sec.terms_en p, body.arabic .main-sec.privacy_en p {
  text-align: right;
}
.main-sec.terms_en .privacy-list, .main-sec.privacy_en .privacy-list {
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
body.arabic .main-sec.terms_en .privacy-list, body.arabic .main-sec.privacy_en .privacy-list {
  text-align: right;
}
.main-sec.terms_en .privacy-list li, .main-sec.privacy_en .privacy-list li {
  margin-bottom: 1em;
}
.main-sec.terms_en .privacy-list-disc, .main-sec.privacy_en .privacy-list-disc {
  width: 90%;
  margin: 1em auto 0;
  text-align: left;
  list-style-type: disc;
  list-style-position: inside;
}
body.arabic .main-sec.terms_en .privacy-list-disc, body.arabic .main-sec.privacy_en .privacy-list-disc {
  text-align: right;
}
.main-sec.terms_en .privacy-list-disc li, .main-sec.privacy_en .privacy-list-disc li {
  text-indent: -1.3em;
  margin-left: 1.3em;
  margin-bottom: 1em;
}
body.arabic .main-sec.terms_en .privacy-list-disc li, body.arabic .main-sec.privacy_en .privacy-list-disc li {
  margin-left: 0;
  margin-right: 1.3em;
}
.main-sec.terms_en .terms-list, .main-sec.privacy_en .terms-list {
  width: 320px;
  margin: 0 auto;
  text-align: left;
}
body.arabic .main-sec.terms_en .terms-list, body.arabic .main-sec.privacy_en .terms-list {
  text-align: right;
}
.main-sec.terms_en .terms-list li, .main-sec.privacy_en .terms-list li {
  padding: 0 0 0 10px;
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 1em;
}
body.arabic .main-sec.terms_en .terms-list li, body.arabic .main-sec.privacy_en .terms-list li {
  margin-left: 0;
  margin-right: 1em;
}
.main-sec.terms_en .terms-list-lower-alpha, .main-sec.privacy_en .terms-list-lower-alpha {
  margin-top: 1em;
  list-style-type: lower-alpha;
  list-style-position: inside;
}
.main-sec.terms_en .revision, .main-sec.privacy_en .revision {
  text-align: right;
}
body.arabic .main-sec.terms_en .revision, body.arabic .main-sec.privacy_en .revision {
  text-align: left;
}
.main-sec.login_history dl {
  display: flex;
  justify-content: center;
  font-size: larger;
  margin-bottom: .5em;
}
.main-sec.login_history table {
  width: 100%;
}
.main-sec.login_history tr.top_row {
  border-top: thin solid lightgray;
}
.main-sec.login_history tr.top_row th, .main-sec.login_history tr.top_row td {
  padding-top: .3em;
}
.main-sec.login_history th {
  width: 50%;
  text-align: right;
  padding-right: 2em;
  padding-bottom: .1em;
  padding-left: 1em;
}
.main-sec.login_history td {
  text-align: left;
  padding-right: 1em;
  padding-bottom: .1em;
}
body.arabic .main-sec.login_history th {
  text-align: left;
  padding-right: 1em;
  padding-left: 2em;
}
body.arabic .main-sec.login_history td {
  text-align: right;
  padding-right: 0;
  padding-left: 1em;
}

.sub-sec {
  background-color: #fff;
  padding: 20px 0;
  text-align: center;
}
.sub-sec h2 {
  font-size: 14px;
  margin-bottom: 16px;
}
.sub-sec h2.newregist {
  color: #23bc5e;
}
.sub-sec + .sub-sec {
  border-top: 3px solid #d9d9d9;
}
.sub-sec.announce, .sub-sec.linked-app {
  padding-top: 0;
}
.sub-sec.announce .title-news, .sub-sec.linked-app .title-news {
  margin-top: 0px;
}

.message-sec {
  background-color: #edf1f2;
  border-top: 3px solid #a4c4c9;
  border-bottom: 3px solid #a4c4c9;
  padding: 20px;
  text-align: center;
}
.message-sec h2 {
  display: none;
}

.campaign-sec {
  padding: 15px;
  text-align: center;
}
.campaign-sec h2 {
  display: none;
}
.campaign-sec .campaign-name {
  display: block;
  color: #33af5c;
  font-size: 14px;
}
.campaign-sec .campaign-name-list {
  display: block;
  color: #33af5c;
  font-size: 24px;
  margin-bottom: 10px;
}
.campaign-sec .serial-code {
  display: block;
  font-size: 12px;
  margin-top: 4px;
}
.campaign-sec .campaign-detail {
  display: block;
  color: #969696;
  font-size: 11px;
  margin-top: 4px;
}
.campaign-sec .campaign-caution {
  display: block;
  color: #ff4030;
  font-size: 11px;
  margin-top: 4px;
}
.campaign-sec .campaign-img-s {
  max-width: 100%;
  height: auto;
}
.campaign-sec .campaign-img-l {
  position: relative;
  max-width: 100%;
  height: auto;
}
.campaign-sec a {
  text-decoration: none;
}

.error-sec {
  background-color: #f7edee;
  border-top: 3px solid #ecc8cc;
  border-bottom: 3px solid #ecc8cc;
  padding: 20px;
  text-align: center;
  color: #b94d43;
}
.error-sec h2 {
  display: none;
}

.login {
  width: 262px;
  margin: 0 auto;
  text-align: left;
}
body.arabic .login {
  text-align: right;
}
.login dt {
  text-align: left;
  margin-bottom: 2px;
}
body.arabic .login dt {
  text-align: right;
}
.login dd {
  word-break: break-all;
  word-wrap: break-word;
}
.login.top dd {
  margin-bottom: 20px;
}

.side-by-side {
  display: inline-block;
  /*margin: 0 5px 0 2px;*/
}
.side-by-side select.date.fr {
  width: 80px;
}

body.arabic .side-by-side {
  overflow: hidden;
}
body.arabic .side-by-side > label {
  float: left;
}
body.arabic .side-by-side > input[type="radio"] {
  float: right;
  margin: 0 0.4em;
}

.check_txtlink li {
  display: block;
  width: 250px;
  padding: 4px 2px;
  margin: 0 auto 5px;
  text-align: center;
  background-color: #999;
  border-radius: 2px;
}
.check_txtlink li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}

footer .lang-select {
  position: relative;
  padding: 20px 0;
  background-color: #272727;
  border-bottom: 1px solid #262626;
  font-size: 14px;
}
footer .lang-select ul {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
footer .lang-select ul li {
  float: left;
  width: 50%;
  height: 100%;
  padding: 5px 0;
  text-align: center;
}
footer .lang-select ul li.selected span {
  color: #2ca5b3;
  font-weight: bold;
  padding-bottom: 1px;
  border-bottom: 3px solid #2ca5b3;
}
footer .lang-select ul li a {
  color: #898989;
  text-decoration: none;
}
footer .cmn-footer {
  position: relative;
  background-color: #333333;
  color: #fff;
  font-size: 10px;
  height: 74px;
}
footer .cmn-footer small {
  display: inline-block;
  padding: 30px 0 0 10px;
  color: #c4c4c4;
}
body.arabic footer .cmn-footer small {
  padding-right: 10px;
  padding-left: 0;
}
footer .cmn-footer .KlabGames {
  position: absolute;
  display: inline-block;
  width: 66px;
  height: 26px;
  left: 50%;
  top: 21px;
  margin-left: -25px;
  background-image: url("../img/icon-sprite_20200120.png");
  background-size: 102px 374px;
  background-position: 0px -348px;
}

.message-txt {
  width: 80%;
  margin: 20px auto;
  padding: 10px;
  border: 4px solid #d9d9d9;
  border-radius: 4px;
  text-align: left;
  line-height: 1.6;
}
body.arabic .message-txt {
  text-align: right;
}
.message-txt .item {
  display: block;
}

.campaign-message-txt {
  width: 90%;
  margin: 20px auto;
  padding: 10px;
  border: 4px solid #d9d9d9;
  border-radius: 4px;
  font-size: 11px;
  text-align: left;
  line-height: 1.6;
}
body.arabic .campaign-message-txt {
  text-align: right;
}
.campaign-message-txt .item {
  display: block;
}

.check-sec {
  width: 262px;
  margin: 0px auto;
  text-align: left;
}
body.arabic .check-sec {
  text-align: right;
}
.check-sec input[type="checkbox"] {
  position: relative;
  float: left;
  visibility: hidden;
  width: 0;
}
body.arabic .check-sec input[type="checkbox"] {
  float: right;
}
.check-sec input[type="checkbox"]:checked + label:before {
  content: ' ';
  position: absolute;
  display: block;
  width: 7px;
  height: 12px;
  top: -5px;
  left: 2px;
  border-bottom: 5px solid #33af5c;
  border-right: 5px solid #33af5c;
  transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
}
body.arabic .check-sec input[type="checkbox"]:checked + label:before {
  left: auto;
  right: 2px;
}
.check-sec ul li {
  position: relative;
  margin-bottom: 0.5em;
}
.check-sec ul li:before {
  content: ' ';
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  top: -1px;
  left: 0px;
  border: 2px solid #cccccc;
  background-color: #ffffff;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
body.arabic .check-sec ul li:before {
  left: auto;
  right: 0;
}
.check-sec ul li label {
  position: relative;
  display: block;
  margin-top: 0em;
  margin-left: 0em;
  padding-left: 1.8em;
  font-weight: bold;
}
body.arabic .check-sec ul li label {
  padding-left: 0;
  padding-right: 1.8em;
}
.check-sec ul li label.check-off {
  color: #999999;
}
.check-sec p {
  font-size: 10px;
}
.check-sec.confirm ul li {
  position: relative;
  margin-bottom: 1em;
}
.check-sec.confirm ul li:before {
  content: ' ';
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  top: -1px;
  left: 0px;
  border: 2px solid #cccccc;
  background-color: #ffffff;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.check-sec.confirm ul li label {
  position: relative;
  display: block;
  margin-top: 0em;
  margin-left: 0em;
  padding-left: 1.8em;
}
.check-sec.confirm ul li label.check-on:before {
  content: ' ';
  position: absolute;
  display: block;
  width: 7px;
  height: 12px;
  top: -5px;
  left: 2px;
  border-bottom: 5px solid #33af5c;
  border-right: 5px solid #33af5c;
  transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
}
body.arabic .check-sec.confirm ul li label.check-on:before {
  left: auto;
  right: 2px;
}
.check-sec.confirm ul li label.check-off {
  color: #999999;
}

.txt_notes {
  width: 262px;
  margin: 10px auto 20px;
  font-size: 10px;
  text-align: left;
}
body.arabic .txt_notes {
  text-align: right;
}

/* アプリへ戻る */
.back-app {
  margin-top: 20px;
}
.back-app button {
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  border: none;
  background-color: transparent;
  outline: 0;
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #2ca5b3;
  text-decoration: none;
}
.back-app button:hover {
  cursor: pointer;
}
.back-app button:before {
  position: absolute;
  content: ' ';
  display: block;
  width: 6px;
  height: 10px;
  top: 50%;
  left: -16px;
  margin-top: -5px;
  background-image: url("../img/icon-sprite_20200120.png");
  background-size: 102px 374px;
  background-position: 0px -313px;
}

/* お知らせ関連 */
/* 日付extendプレースホルダー */
.list-news li a .day, .news-body .day {
  display: block;
  color: #969696;
  font-size: 11px;
  margin-bottom: 4px;
}

/* カテゴリタグextendプレースホルダー */
.list-news li .tag, .news-body .tag {
  display: inline-block;
  padding: 0 4px;
  margin-right: 2px;
  color: #ffffff;
  font-size: 11px;
}
.list-news li .failure.tag, .news-body .failure.tag {
  background-color: #db524b;
}
.list-news li .maintenance.tag, .news-body .maintenance.tag {
  background-color: #f7c71f;
}
.list-news li .other.tag, .news-body .other.tag {
  background-color: #1ac491;
}
.list-news li .important.tag, .news-body .important.tag {
  background-color: #db524b;
}
body.arabic .list-news li .tag, .list-news li body.arabic .tag, body.arabic .news-body .tag, .news-body body.arabic .tag {
  margin-right: 0;
  margin-left: 2px;
}

.list-news li {
  position: relative;
  background-color: #f9f9f9;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ececec;
  text-align: left;
}
body.arabic .list-news li {
  text-align: right;
}
.list-news li:first-child {
  border-top: none;
}
.list-news li .no-news {
  padding: 20px 0 20px 20px;
}
body.arabic .list-news li .no-news {
  padding: 20px 20px 20px 0;
}
.list-news li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 20px 10px 71px;
  color: #333333;
  font-size: 12px;
  text-decoration: none;
  z-index: 10;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body.arabic .list-news li a {
  padding: 10px 71px 10px 20px;
}
.list-news li a:after {
  position: absolute;
  display: inline-block;
  content: '';
  top: 50%;
  right: 4px;
  margin-top: -7px;
  z-index: 1;
  background-image: url('../img/sprite-news_20150722.png');
  background-repeat: no-repeat;
  /*display: block;*/
  height: 14px;
  width: 14px;
  background-position: -104px 0;
  background-size: 251px 39px;
}
body.arabic .list-news li a:after {
  right: auto;
  left: 4px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.list-news li .icon-failure:before {
  position: absolute;
  display: inline-block;
  content: '';
  top: 50%;
  left: 16px;
  margin-top: -18px;
  z-index: 1;
  background-image: url('../img/sprite-news_20150722.png');
  background-repeat: no-repeat;
  /*display: block;*/
  height: 39px;
  width: 39px;
  background-position: 0 0;
  background-size: 251px 39px;
}
body.arabic .list-news li .icon-failure:before {
  left: auto;
  right: 16px;
}
.list-news li .icon-maintenance:before {
  position: absolute;
  display: inline-block;
  content: '';
  top: 50%;
  left: 16px;
  margin-top: -18px;
  z-index: 1;
  background-image: url('../img/sprite-news_20150722.png');
  background-repeat: no-repeat;
  /*display: block;*/
  height: 39px;
  width: 39px;
  background-position: -65px 0;
  background-size: 251px 39px;
}
body.arabic .list-news li .icon-maintenance:before {
  left: auto;
  right: 16px;
}
.list-news li .icon-important:before {
  position: absolute;
  display: inline-block;
  content: '';
  top: 50%;
  left: 16px;
  margin-top: -18px;
  z-index: 1;
  background-image: url('../img/sprite-news_20150722.png');
  background-repeat: no-repeat;
  /*display: block;*/
  height: 39px;
  width: 39px;
  background-position: 0 0;
  background-size: 251px 39px;
}
body.arabic .list-news li .icon-important:before {
  left: auto;
  right: 16px;
}
.list-news li .icon-other:before {
  position: absolute;
  display: inline-block;
  content: '';
  top: 50%;
  left: 16px;
  margin-top: -18px;
  z-index: 1;
  background-image: url('../img/sprite-news_20150722.png');
  background-repeat: no-repeat;
  /*display: block;*/
  height: 39px;
  width: 39px;
  background-position: -190px 0;
  background-size: 251px 39px;
}
body.arabic .list-news li .icon-other:before {
  left: auto;
  right: 16px;
}

.list-news-all {
  text-align: right;
  padding-right: 20px;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body.arabic .list-news-all {
  text-align: left;
  padding-left: 20px;
}
.list-news-all a {
  color: #1ac491;
  text-decoration: none;
  font-size: 12px;
}
.list-news-all a:before {
  display: inline-block;
  content: ' ';
  margin-right: 10px;
  vertical-align: middle;
  background-image: url('../img/sprite-news_20150722.png');
  background-repeat: no-repeat;
  /*display: block;*/
  height: 20px;
  width: 20px;
  background-position: -148px 0;
  background-size: 251px 39px;
}
body.arabic .list-news-all a:before {
  margin: 0 0 0 10px;
}

.list-footer {
  height: 40px;
  padding: 30px 10px 0px;
}
.list-footer a {
  display: block;
  text-indent: -100%;
  white-space: nowrap;
  overflow: hidden;
  white-space: nowrap;
}
.list-footer a.prev {
  float: left;
  background-image: url('../img/sprite-news_20150722.png');
  background-repeat: no-repeat;
  /*display: block;*/
  height: 22px;
  width: 22px;
  background-position: -229px 0;
  background-size: 251px 39px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
body.arabic .list-footer a.prev {
  float: right;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.list-footer a.home {
  position: absolute;
  left: 50%;
  margin-left: -13px;
  background-image: url('../img/sprite-news_20150722.png');
  background-repeat: no-repeat;
  /*display: block;*/
  height: 24px;
  width: 26px;
  background-position: -39px 0;
  background-size: 251px 39px;
}
.list-footer a.next {
  float: right;
  background-image: url('../img/sprite-news_20150722.png');
  background-repeat: no-repeat;
  /*display: block;*/
  height: 22px;
  width: 22px;
  background-position: -168px 0;
  background-size: 251px 39px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
body.arabic .list-footer a.next {
  float: left;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.news-body {
  padding: 20px;
  text-align: left !important;
  border-bottom: 1px solid #f4f4f4;
}
body.arabic .news-body {
  text-align: right !important;
}
.news-body h3 {
  font-size: 14px;
  margin-bottom: 1em;
}
.news-body p {
  font-size: 12px;
  margin-bottom: 1em;
}
.news-body p.center {
  text-align: center;
}
.news-body p.right {
  text-align: right;
}
body.arabic .news-body p.right {
  text-align: left;
}

/* 連係中アプリ */
.list-linked-app li {
  position: relative;
  background-color: #f9f9f9;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ececec;
  text-align: left;
  height: 100%;
}
body.arabic .list-linked-app li {
  text-align: right;
}
.list-linked-app li:first-child {
  border-top: none;
}
.list-linked-app li:nth-child(2n) {
  background-color: #ffffff;
}
.list-linked-app li .no-linked-app {
  padding: 20px 0 20px 20px;
}
.list-linked-app li .icon-linked {
  height: 100%;
  padding: 10px 0 10px 71px;
}
body.arabic .list-linked-app li .icon-linked {
  padding: 10px 71px 10px 0;
}
.list-linked-app li .icon-linked:before {
  position: absolute;
  display: inline-block;
  content: '';
  top: 50%;
  left: 16px;
  margin-top: -22px;
  z-index: 1;
  width: 44px;
  height: 44px;
  background-image: url("../img/icon-sprite_20200120.png");
  background-size: 102px 374px;
  background-position: 0px -268px;
}
body.arabic .list-linked-app li .icon-linked:before {
  left: auto;
  right: 16px;
}
.list-linked-app li .no-news {
  padding: 20px 0;
  text-align: center;
}
.list-linked-app li .linked-app-name {
  display: block;
  color: #2ca5b3;
  font-size: 14px;
}
.list-linked-app li .linked {
  display: block;
  color: #969696;
  font-size: 11px;
  margin-top: 4px;
}
.list-linked-app li .linked-day {
  display: block;
  color: #969696;
  font-size: 11px;
}

/* cookie information */
.content-cookie {
  word-break: break-all;
  padding-left: 10px;
}
.content-cookie h2 {
  height: 50px;
  line-height: 65px;
  padding-left: 10px;
  padding-bottom: 20px;
  font-size: 20px;
  color: #2ca5b3;
}
.content-cookie p {
  margin: 0 auto;
  padding: 0 10px;
  text-align: left;
  margin-bottom: 1em;
  word-break: break-all;
}

/* ------------------------------------------------------------
	2. parts
------------------------------------------------------------ */
/* タイトル用 */
.title-news {
  position: relative;
  width: 100%;
  height: 50px;
  background-color: #1ac491;
  margin-top: 20px;
  padding-left: 52px;
  margin-bottom: 0px !important;
  line-height: 50px;
  text-align: left;
  font-size: 14px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #ffffff;
}
body.arabic .title-news {
  text-align: right;
  padding: 0 52px 0 0;
}
.title-news:before {
  position: absolute;
  display: inline-block;
  content: '';
  top: 50%;
  left: 16px;
  margin-top: -15px;
  background-image: url('../img/sprite-news_20150722.png');
  background-repeat: no-repeat;
  /*display: block;*/
  height: 30px;
  width: 30px;
  background-position: -118px 0;
  background-size: 251px 39px;
}
body.arabic .title-news:before {
  left: auto;
  right: 16px;
}

.title {
  position: relative;
  width: 100%;
  height: 50px;
  margin-bottom: 0px !important;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.title.bgcolorA {
  color: #ffffff;
  background-color: #2ca5b3;
}

/* ボタン用のアイコンextendプレースホルダー */
.login-btn:before, .connect-btn:before, .newregist-btn:before, .back-btn:before,
.logout-btn:before, .fbregist-btn:before, .gpregist-btn:before, .delete-btn:before {
  position: absolute;
  display: block;
  content: ' ';
  width: 30px;
  height: 30px;
  top: 6px;
  left: 5px;
  background-image: url("../img/icon-sprite_20200120.png");
  background-size: 102px 374px;
}
body.arabic .login-btn:before, body.arabic .connect-btn:before, body.arabic .newregist-btn:before, body.arabic .back-btn:before,
body.arabic .logout-btn:before, body.arabic .fbregist-btn:before, body.arabic .gpregist-btn:before, body.arabic .delete-btn:before {
  left: auto;
  right: 5px;
}

/* 各種ボタン */
.base-btn,
.login-btn,
.connect-btn {
  position: relative;
  display: block;
  margin: 0 auto;
  height: 40px;
  background-color: #23aabc;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  width: 255px;
  margin: 10px auto;
}

.dis-btn {
  position: relative;
  display: block;
  margin: 0 auto;
  height: 40px;
  background-color: #cccccc;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  width: 255px;
  margin: 10px auto;
}

.login-btn:before {
  background-position: 0px -180px;
}

.connect-btn:before {
  background-position: 0px -120px;
}

.confirm-btn {
  position: relative;
  display: block;
  margin: 0 auto;
  height: 40px;
  background-color: #cccccc;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  width: 255px;
  margin: 10px auto;
}

.newregist-btn,
.regist-btn {
  position: relative;
  display: block;
  margin: 0 auto;
  height: 40px;
  background-color: #33af5c;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  width: 255px;
  margin: 10px auto;
}

.newregist-btn:before {
  background-position: 0px -150px;
}

.back-btn,
.logout-btn {
  position: relative;
  display: block;
  margin: 0 auto;
  height: 40px;
  background-color: #999;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  width: 255px;
  margin: 10px auto;
}
.back-btn.ita, .back-btn.esp, .back-btn.fra,
.logout-btn.ita,
.logout-btn.esp,
.logout-btn.fra {
  font-size: 12px;
}
.back-btn:before,
.logout-btn:before {
  background-position: 0px -30px;
}
body.arabic .back-btn:before, body.arabic
.logout-btn:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.attention-btn {
  position: relative;
  display: block;
  margin: 0 auto;
  height: 40px;
  background-color: #e9b326;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  width: 255px;
}

.fbregist-btn {
  position: relative;
  display: block;
  margin: 0 auto;
  height: 40px;
  background-color: #506daf;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  width: 255px;
  margin: 0 auto 30px;
}
.fbregist-btn:before {
  background-position: 0px -90px;
}

.gpregist-btn {
  position: relative;
  display: block;
  margin: 0 auto;
  height: 40px;
  background-color: #ffffff;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  width: 255px;
  border: 2px solid #dedede;
  color: #818181;
}
.gpregist-btn:before {
  background-position: 0px -60px;
}

.delete-btn {
  position: relative;
  display: block;
  margin: 0 auto;
  height: 40px;
  background-color: #db524b;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  width: 255px;
}
.delete-btn:before {
  background-position: 0px 0px;
}

button {
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  border: none;
}

/* navigation */
.footer_nav li {
  position: relative;
  background-color: #2ca5b3;
  height: 50px;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.footer_nav li a {
  display: block;
  padding: 19px 0 16px 16px;
  text-decoration: none;
  color: #fff;
}
body.arabic .footer_nav li a {
  padding-right: 16px;
}
.footer_nav li a:after {
  position: absolute;
  display: block;
  content: ' ';
  width: 12px;
  height: 12px;
  top: 19px;
  right: 16px;
  background-image: url("../img/icon-sprite_20200120.png");
  background-size: 102px 374px;
  background-position: 0px -219px;
}
body.arabic .footer_nav li a:after {
  right: auto;
  left: 16px;
}

.help-nav h3 {
  height: 50px;
  line-height: 65px;
  padding-left: 10px;
  font-size: 14px;
  color: #2ca5b3;
  text-align: left;
}
body.arabic .help-nav h3 {
  text-align: right;
  padding-left: 0;
  padding-right: 10px;
}
.help-nav li dl {
  background-color: #2ca5b3;
  width: 100%;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.help-nav li dl .slide {
  position: relative;
}
.help-nav li dl .slide h4 {
  display: table-cell;
  height: 50px;
  padding: 0 24px 0 19px;
  vertical-align: middle;
  text-align: left;
}
body.arabic .help-nav li dl .slide h4 {
  text-align: right;
  padding: 0 19px 0 24px;
}
.help-nav li dl .slide:after {
  position: absolute;
  display: block;
  content: ' ';
  width: 12px;
  height: 12px;
  top: 19px;
  right: 10px;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  background-image: url("../img/icon-sprite_20200120.png");
  background-size: 102px 374px;
  background-position: 0px -219px;
}
body.arabic .help-nav li dl .slide:after {
  right: auto;
  left: 10px;
}
.help-nav li dl .slide.active:after {
  position: absolute;
  display: block;
  content: ' ';
  width: 12px;
  height: 12px;
  top: 19px;
  right: 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  background-image: url("../img/icon-sprite_20200120.png");
  background-size: 102px 374px;
  background-position: 0px -219px;
}
body.arabic .help-nav li dl .slide.active:after {
  right: auto;
  left: 10px;
}
.help-nav li dl .slide-box {
  display: none;
  height: 100%;
  padding: 19px 16px;
  background-color: #f8f8f8;
  color: #000;
  text-align: left;
}
body.arabic .help-nav li dl .slide-box {
  text-align: right;
}

.help-nav .link li {
  margin-bottom: 20px;
}

/* icon */
/* アイコン用extendプレースホルダー */
.check-icon:before, .error-icon:before {
  position: relative;
  display: inline-block;
  content: ' ';
  width: 15px;
  height: 15px;
  top: 3px;
  left: -5px;
  background-image: url("../img/icon-sprite_20200120.png");
  background-size: 102px 374px;
}
body.arabic .check-icon:before, body.arabic .error-icon:before {
  left: auto;
  right: -5px;
}

.check-icon:before {
  background-position: 0px -231px;
}

.error-icon:before {
  background-position: 0px -247px;
}

.require-icon {
  display: inline-block;
  padding: 0 5px;
  margin-left: 5px;
  border-radius: 2px;
  background-color: #b94d43;
  color: #f8f8f8;
  line-height: 15px;
}
body.arabic .require-icon {
  margin: 0 5px 0 0;
}

.require-text {
  display: inline-block;
  height: 15px;
  padding: 0 5px;
  margin-left: 2px;
  color: #b94d43;
  font-weight: bold;
}

/* page top */
.go-to-top {
  position: absolute;
  display: inline-block;
  top: 30px;
  right: 20px;
  font-size: 10px;
  color: #c4c4c4;
  text-decoration: none;
  /*
  position: absolute;
  display: inline-block;
  top: 30px;
  right: 10px;
  font-size: 12px;
  color: #fff;
  width: 61px;
  height: 10px;
  text-decoration: none;
  background-image: $icon-sprite;
  background-size: $icon-sprite-size;
  background-position: 0px -245px;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;*/
  /*
  &:after {
  content: ' ';
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 8px;
  top: 3px;
  right: -16px;
  background-image: $icon-sprite;
  background-size: $icon-sprite-size;
  background-position: -55px -245px;
  color: transparent;
  }*/
}
body.arabic .go-to-top {
  right: auto;
  left: 20px;
}
.go-to-top:after {
  content: ' ';
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  top: 38%;
  right: -12px;
  border-top: 2px solid #c4c4c4;
  border-left: 2px solid #c4c4c4;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* form関係 */
.wrap_error {
  padding-top: 6px;
  padding-bottom: 23px;
  margin: 3px 0;
  border-top: 3px solid #f8f8f8;
  border-bottom: 3px solid #f8f8f8;
}
.wrap_error.active {
  padding-bottom: 0px !important;
  background: #f7eded;
  border-top: 3px solid #ecc8c8;
  border-bottom: 3px solid #ecc8c8;
}
.wrap_error.active p {
  color: #bb4945;
  text-align: left;
  width: 262px;
  margin: 2px auto 5px;
}
body.arabic .wrap_error.active p {
  text-align: right;
}
.wrap_error.signup {
  border-top: none;
  border-bottom: none;
}
.wrap_error.serial {
  border-top: none;
  border-bottom: none;
}

#form h3 {
  width: 262px;
  margin: 0 auto;
  text-align: left;
}
body.arabic #form h3 {
  text-align: right;
}

.login dt {
  font-weight: bold;
}
.login .inquiry-text {
  overflow: auto;
}
.login input[type=text], .login input[type=email], .login input[type=verification_code], .login input[type=password], .login textarea {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #fff;
  width: 250px;
  height: 20px;
  padding: 5px;
}
.login input[type=text]:focus, .login input[type=email]:focus, .login input[type=verification_code]:focus, .login input[type=password]:focus, .login textarea:focus {
  background-color: rgba(32, 170, 188, 0.1);
}
.login textarea {
  height: 80px;
  resize: none;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap;
}
.login select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: transparent;
  -webkit-border-radius: 4px;
  padding: 5px;
}
.login select.date {
  width: 58px;
  height: 32px;
}
.login select.secret, .login select.language, .login select.support {
  width: 262px;
  height: 32px;
}

.minict_wrapper span:after {
  position: absolute;
  content: ' ';
  display: block;
  width: 6px;
  height: 6px;
  top: 13px;
  right: 10px;
  background-image: url("../img/icon-sprite_20200120.png");
  background-size: 102px 374px;
  background-position: 0px -263px;
  background-repeat: no-repeat;
}
body.arabic .minict_wrapper span:after {
  right: auto;
  left: 10px;
}

.select-box {
  position: relative;
  display: inline-block;
  background-color: #fff;
}
.select-box:after {
  position: absolute;
  content: ' ';
  display: block;
  width: 6px;
  height: 6px;
  top: 13px;
  right: 10px;
  background-image: url("../img/icon-sprite_20200120.png");
  background-size: 102px 374px;
  background-position: 0px -263px;
  background-repeat: no-repeat;
}
body.arabic .select-box:after {
  right: auto;
  left: 10px;
}

.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}

.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: DeepSkyBlue;
  display: block;
  order: -1;
}

.tab-label {
  color: White;
  background: LightGray;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}

.tab-label:not(:last-of-type) {
  margin-right: 5px;
}

.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

/* アクティブなタブ */
.tab-switch:checked + .tab-label {
  background: DeepSkyBlue;
}

.tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

/* ------------------------------------------------------------
	3. animation
------------------------------------------------------------ */
@-webkit-keyframes $animation-name {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  80% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes $animation-name {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  80% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes $animation-name {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  80% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.list-linked-app li .icon-linked:before {
  -webkit-animation-name: rotation;
  -moz-animation-name: rotation;
  -ms-animation-name: rotation;
  -o-animation-name: rotation;
  animation-name: rotation;
  -webkit-animation-duration: 2.5s;
  -moz-animation-duration: 2.5s;
  -ms-animation-duration: 2.5s;
  -o-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}

/* ------------------------------------------------------------
	99. other
------------------------------------------------------------ */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

button.login-btn:disabled,
button.regist-btn:disabled {
  background: grey;
}

.cf-turnstile {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.inquiry-category li {
  margin-left: 10px;
  padding-bottom: 20px !important;;
  list-style: disc !important;
}

.inquiry-txt {
  width: 80%;
  margin: 20px auto;
  padding: 20px;
  border: 4px solid #d9d9d9;
  border-radius: 4px;
  text-align: left;
  line-height: 2.0;
}

.inquiry-txt li {
  margin-left: 20px;
  list-style: disc !important;
  margin-bottom: 10px;
}

ul.number {
  counter-reset: number 0
}
ul.number > li {
  position: relative;
  list-style: none !important;
  padding-right: 10px !important;
  margin-bottom: 10px !important;
}

ul.number > li::before {
  counter-increment: number 1;
  content: counter(number) ") ";
  margin-left: -15px !important;
  white-space: pre;
}

body.arabic .inquiry-txt {
  width: 80%;
  margin: 20px auto;
  padding: 20px;
  border: 4px solid #d9d9d9;
  border-radius: 4px;
  text-align: right;
  line-height: 2.0;
}


body.arabic .inquiry-txt li {
  margin-left: 20px;
  list-style: disc !important;
  margin-bottom: 10px;
}

body.arabic .inquiry-category li {
  margin-right: 20px !important;
  margin-left: 20px !important;
  list-style: disc !important;
}


body.arabic .inquiry-txt ul{
  margin: 0 5px; padding: 0;
}

body.arabic .inquiry-txt ul > li::before{
  margin: 0; padding: 0;
}

body.arabic .inquiry-txt ul.number {
  counter-reset: number 0
}
body.arabic .inquiry-txt ul.number > li {
  position: relative;
  list-style: none !important;
  padding-right: 10px !important;
  margin-bottom: 10px !important;
}

body.arabic .inquiry-txt ul.number > li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  margin-left: 5px !important;
  white-space: pre;
}

.modify-idp-link-ui-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.modify-idp-link-ui-group .modify-idp-link-ui {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 80%;
  margin: auto;
}

.modify-idp-link-ui-group .modify-idp-link-ui .idp-info-group {
  display: flex;
  flex-direction: row;
  margin-right: 6px;
  margin-left: 6px;
}

.idp-login-button {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 5px;
  border: solid 0.025rem;
}

.idp-logo-wrapper {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: auto;
}

.idp-logo-circle-mask {
  border-radius: 30px;
  border: solid 0.025rem;
}

.idp-logo-wrapper .idp-logo {
  display: block;
}
.idp-logo-wrapper .apple-logo {
  width: 60px;
  height: 60px;
}

.idp-logo-wrapper .google-logo {
  display: block;
  width: 45px;
  height: 45px;
}

.modify-idp-link-ui-group .idp-info-group span {
  font-size: 10px;
  text-align: left;
  margin: auto 10px auto 10px;
  width: 50px;
}

.modify-idp-link-ui-group .dis-btn {
  width: 100px;
}

.modify-idp-link-ui-group .base-btn {
  width: 100px;
}

.login-border {
  margin-top: 40px;
  margin-bottom: 30px;
}

.idp-login-button-group {
  display: flex;
  flex-direction: row;
  margin: auto;
  width: 120px;
  /*gapは古いsafariだと動作しない*/
  /*gap: 30px;*/
  /*justify-content: center;*/
  justify-content: space-between;
  align-items: center;
}

.signup-button-group {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}

.signup-btn {
  width: 300px;
  margin: 0 0 20px 0;
}

.apple-signup-btn {
  background-color: #000;
}

.mail-signup-btn {
}

.google-signup-btn {
  background-color: #fff;
  border: solid 0.025rem;
  border-color: #000
}

.apple-signup-btn .apple-signup-text {
  /*font-size: 12.9pt; !* ボタンの高さの43%のフォントサイズ *!*/
  font-size: 14px;
  margin: auto;
  color: #fff;
}

.google-signup-btn .google-signup-text {
  font-size: 14px;
  margin: auto;
  color: #000;
}

.mail-signup-btn .mail-signup-text {
  font-size: 14px;
  margin: auto;
}

.google-signup-btn .google-signup-logo {
  margin-left: 10px;
  margin-right: 10px;
}

.apple-signup-btn .apple-signup-logo {
  margin-left: 4px;
  margin-right: 4px;
}

.mail-signup-btn .mail-signup-logo {
  margin-left: 10px;
  margin-right: 10px;
}

.mail-signup-text {
  margin: auto;
  font-size: 14px;
}

.signup-info {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
}
