@charset "Shift_JIS";
/*.wf-notosansjapanese { font-family: "Noto Sans Japanese"; }*/

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

html {
  overflow-y: scroll;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
}

/* line 116, sass/index.scss */
body {
  /* マウスに要素がついていかないようにする */
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;

  font-size: 80%;
  text-align: center;
  margin: 0;
  padding: 0px;
  width: 100%;
  height: 100%;

  font-family: "メイリオ", Meiryo, Arial, sans-serif;
  direction: ltr;
}

/****************************
 * header(TOP)
 ****************************/
#auto-header-faq {
    position: absolute;
    top: 18px;
    right: 20px;
    padding: 0 0 0 5px;
    height: 20px;
    vertical-align: top;
    font-size: 12px;
    text-decoration: underline;
}

#frequencyAskedQuestion {
    cursor: pointer;
}

/****************************
 * main(TOP)
 ****************************/
#coreArea {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgb(255,196,196); /* Old browsers */
  background: radial-gradient(circle at top center, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 75%,rgba(255,237,237,1) 85%,rgba(255,124,109,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  background-size: cover;
  background-repeat:  no-repeat;
  min-height: 570px;
  width: 100%;
  min-width: 980px;
}

.mainArea {
  position: relative;
  z-index: 0;
  width: 980px;
  height: 490px;
  padding-top: 10px;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
}

/*.mainArea:before{
  content: '';
  background: inherit;
  -webkit-filter: blur(2.5px) brightness(70%);
  -moz-filter   : blur(2.5px) brightness(70%);
  -o-filter     : blur(2.5px) brightness(70%);
  -ms-filter    : blur(2.5px) brightness(70%);
  filter        : blur(2.5px) brightness(70%);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}*/

/* 共通 */
.mainArea h1 {
  font-size: 30px;
  color: black;
  font-weight: bold;
  padding: 40px 0px 28px;
  line-height: 34px;
}

.topContentsArea {
  padding-top: 10px;
  width: 80%;
  margin: 0 auto;
  text-align: left;
}

.contentArea {
  height: 430px;
  width: 780px;
}

/**********************
 * ボタン機能
 **********************/

.buttonCommon {
  min-width: 140px;
  font-weight: bold;
  display: inline-block;
  padding: 5px 10px;
  border: 3px #cc0000 solid;
  color: #cc0000 !important;
  font-size: 16px;
  border-radius: 50px;
  margin: 0 10px;
  background: rgba(255,255,255,0.7);
  text-align: center;
  cursor: pointer;
  transition: .5s ease-out;
}

.buttonCommon:hover {
  color: white !important;
  background: #cc0000;
  transition: .5s ease-out;
  text-decoration: none;
}

.buttonCommon:active {
  background: #ff6666;
  border: 3px #ff6666 solid;
}

.buttonCommon:disabled {
  color: white !important;
  background: #666666;
  border: 3px #666666 solid;
  cursor: auto;
}
.sysUpdateNotices {
  color: black;
  margin-bottom: 1em;
}

/*****************************
 * アップロード画面
 *****************************/
#howToUpload {
  margin: 0 0 1em 0;
}

#howToUpload ol {
  margin: 0;
}

#fileTextBox {
  width: 300px;
  border-radius: 5px;
  margin-right: 10px;
  padding: 7px 10px;
}

/* アップロード画面注意文言 */
.uploadAttention {
  margin-top: 10px;
}

.attentionHeader {
  font-size: 16px;
}

/* リザルトアップロード */
#resultFileTextBox {
  width: 380px;
  border-radius: 5px;
  margin-right: 10px;
  padding: 7px 10px;
}

/* 更新結果送信画面説明文 */
.uploadNotices {
  color: black;
  margin-top: 10px;
  font-size: 13px;
}

.uploadNoticesHeader {
  font-weight: bold;
  text-decoration: underline;
  font-size: 16px;
}

/***************************
 * キャンペーン情報テーブル
 ***************************/
.noCampaign {
  margin: 10px 0;
}

.campaignInfoArea {
  width: 750px;
  height: 310px;
  margin-top: 10px;
  position: relative;
}

.campaignInfoScrollArea {
}

.campaignInfoList {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  background-color: floralwhite;
}

.campaignInfoList li {
  display: flex;
}

.campaignInfoList div {
  padding: 0 10px;
}

.campaignInfoList div:first-child {
  width: 200px;
}

.campaignInfoList div:nth-child(2) {
  width: 330px;
}

.campaignInfoList div:nth-child(3) {
  width: 140px;
}

.messageList {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.campaignInfoHeader {
  align-items: center;
  font-weight: bold;
  background-color: #cc0000 !important;
}

.campaignInfoData {
  padding: 0px;
  max-height: 150px;
  overflow-y: scroll;
}

/****************************
 * キャンペーン情報ページ(更新一覧画面)
 ****************************/

.noCampaignAttention {
  font-size: 16px;
}

.campaignInfoDetailArea {
  height: 195px;
}

.uploadAttention,
.noCampaignAttention,
.finishArea,
.uploadFinishArea {
  color: black;
}

.campaignInfoHeader {
  color: white;
}

#linkImport {
  position: absolute;
  bottom: 25px;
}

.goUploadPage {
  text-decoration: underline;
  font-weight: bolder;
  cursor: pointer;
}

#redownload {
  color: black;
}

#downloadLink {
  color: black;
  text-decoration: underline;
  font-weight: bolder;
  cursor: pointer;
}

.executionAttention {
  width: 100%;
  text-align: center;
}

/****************************
 * モーダル画面
 ****************************/
.ui-dialog {
  background-color: white;
  z-index: 2;
}

.ui-resizable {
  border-radius: 0;
  padding: 15px;
}

.ui-widget-content .ui-helper-clearfix {
  border: none;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.695;
  z-index: 1;
}

.ui-dialog-titlebar {
  display: none;
}

/**************************
 * PDFマニュアル画面
 ************************/
.pdfManualDialogHeader {
  margin: 0;
}

.pdfManualDialogBody {
  margin: 0 auto;
}

.pdfManualDialogText {
  margin: 15px 0;
  position:relative;
  text-align: left;
}

.pdfManualDialogField {
  margin: 0px auto;
  width: 70%;
  padding: 10px;
  max-height: 250px;
  overflow:auto;
  border: solid 5px #666;
  border-radius: 12px;
}

.pdfManualDialogTable {
  width: 60%;
  margin: 0px auto;
  border-collapse: collapse;
}

.pdfManualDialogTable th{
  border: solid 1px #000;
  padding: 5px;
}

.pdfManualDialogTable td{
  border: solid 1px #000;
  padding: 1px 1px;
  text-align: center;
}

/**************************
 * FAQ画面
 ************************/
.faqDialogField {
    width: 750px;
    max-height: 300px;
    overflow-y: scroll;
    padding: 0 40px 0 10px;
    margin-bottom: 10px;
}

.faqSection {
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: left;
}

.faqToggle {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.faqToggle.open > .toggleImg {
    transform: rotate(90deg);
}

.toggleImg {
    vertical-align: bottom;
}

.faqQuestion {
    height: 30px;
    position:relative;
    color: #117ec2;
}

.faqAnswer {
    padding-left: 50px;
}

/**************************
 * 言語選択画面
 **************************/
#languageDialogField {
    text-align: left;
}

#languageSelectorField {
    text-align: left;
    max-height:  355px;
    overflow-y: auto;
    color: black;

    scrollbar-base-color : #dddddd;
    scrollbar-arrow-color : #ffffff;
    scrollbar-width:thin;
    scrollbar-color: #222222 #dddddd;
}

#languageSelectorField::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

#languageSelectorField::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 1);
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}


.languageSelector:not(.unimplemented):hover {
    border: solid 1px black;
    padding: 0px 0px;
}

#languageSelectorTitle {
    padding: 0;
    margin: 0 0;
    text-align: center;
}

#languageSelectorHeader {
    color: black;
    padding: 0;
    margin: 0.3em 0 1.6em 0;
    text-align: center;
}

.languageSelector {
    width: 24%;
    display: inline-block;
    text-align: left;
    padding: 1px 1px;
    margin-bottom: 20px;
    cursor: pointer;
}

.flagArea {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
}

.flag {
    width: 45px;
    height: 30px;
}
.countryName {
    min-width: 100px;
    max-width: 130px;
    display: inline-block;
    vertical-align: middle;
}

.arabicCountryName {
    direction: rtl;
    text-align:right;
}

/****************************
 * loading
 ****************************/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 200px;
  margin-top: -100px;
  margin-left: -150px;
  text-align: center;
  color: white;
  z-index: 2;
}

.sk-fading-circle {
  margin: 100px auto;
  width: 100px;
  height: 100px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 40%;
  height: 10%;
  transform: rotateZ(-90deg);
  background-color: white;
  border-radius: 0%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

/****************************
 * sequence list
 ****************************/
#breadcrumbListArea {
  width: 980px;
  height: 60px;
  margin: 0 auto;
}

.breadcrumb {
  height: 100%;
  margin: 0!important;
  padding: 0px;
  list-style: none;
  overflow: hidden;
  color: #aaa;
  border-top: none;
}

.breadcrumb li {
  float: left;
  height: 100%;
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  position: relative;
}

.breadcrumb li a {
  height: 100%;
  width: 165px;
  text-decoration: none;
  padding: 0 10px 0 25px;
  display: block;
  float: left;
}

.breadcrumb li a::after {
  position: relative;
  display: block;
  margin-top: 29.7px;
  margin-left: auto;
  margin-right: -25px;
  height: 30.3px;
  width: 30px;
  content: " ";
  border-right: 1px solid #d6d6d6;
  -webkit-transform: skew(-40deg);
  -moz-transform: skew(-40deg);
  -o-transform: skew(-40deg);
  transform: skew(-40deg);
  z-index: 1;
}

.breadcrumb li a::before {
  position: relative;
  display: block;
  margin-bottom: -30px;
  margin-left: auto;
  margin-right: -25px;
  height: 30px;
  width: 30px;
  content: " ";
  border-right: 1px solid #d6d6d6;
  -webkit-transform: skew(40deg);
  -moz-transform: skew(40deg);
  -o-transform: skew(40deg);
  transform: skew(40deg);
  z-index: 1;
}

.breadcrumb li:first-child a {
  padding: 0 10px 0 5px;
  border-radius: 5px 0 0 5px;
}

.breadcrumb li:last-child {
  width: 200px;
}

.breadcrumbCell {
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 12px;
  transform: translate(-40%, -50%);
  -webkit-transform: translate(-40%, -50%);
}

/* 過去シーケンス(クリック可) */
.breadcrumb .after,
.breadcrumb li.after a,
.breadcrumb li.after a::before,
.breadcrumb li.after a::after {
  color: black;
  background-color: ghostwhite;
  border-right: 0;
  cursor: pointer;
  transition: .3s ease-out;
}

/* 過去シーケンス(クリック可) - マウスオーバー */
.breadcrumb .after:hover,
.breadcrumb li.after a:hover,
.breadcrumb li.after a:hover::before,
.breadcrumb li.after a:hover::after {
  color: #333333;
  background-color: #cccccc;
  transition: .3s ease-out;
}

/* 過去シーケンス(クリック不可) */
.breadcrumb .after2,
.breadcrumb li.after2 a,
.breadcrumb li.after2 a::before,
.breadcrumb li.after2 a::after {
  color: #696969;
  background-color: white;
  transition: .3s ease-out;
}

/* 現在シーケンス */
.breadcrumb li.current a,
.breadcrumb li.current a::before,
.breadcrumb li.current a::after,
.breadcrumb li.current {
  color: white;
  background-color: #cc0000;
  transition: .3s ease-out;
}

/* 未来シーケンス */
.breadcrumb .before,
.breadcrumb li.before a,
.breadcrumb li.before a::before,
.breadcrumb li.before a::after {
  color: black;
  background-color: white;
  transition: .3s ease-out;
}
