
body,html{
  background-color: #151515 !important;
}

.btn-container {
  position: fixed;
  right: 32px;
  top: 32px;
  z-index: 99;
}

.text-att{
  color:#D0B06B;
  font-weight: bold;
}
#app {
  background-color: #151515;
  font-family: "Shippori Mincho B1",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  color: white;
  font-size: 1em;
  padding-left: 10px;
  padding-right: 10px;
  background-position: top center;
  background-size: 100%;
  background-repeat: repeat-y;
}
#app.imagepage{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.navStyle{
  background-color: #002B41 !important;
  color: #EBD8BA !important;
  font-size: 20px !important;
}

/* .defaultBg{
  background-image: url('/images/sdk_back.jpg') !important;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
} */
.defaultBg {
    position: relative;
}
.defaultBg:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url('/images/sdk_back.jpg') center top no-repeat;
    background-size: 100% auto;
}
@media screen and (min-width: 768px), print {
    .defaultBg:before {
        background-image: url('/images/sdk_back.jpg');
        background-size: cover;
    }
}



.topBg {
  background-image: url('/images/top_back.jpg') !important;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.missioninfoBg {
  background-image: url('/images/missionintro_bg.jpg') !important;
  background-attachment: local !important;
  background-size: contain !important;
  background-repeat: repeat !important;
}

.footer-copy{
  color:white;
}

.text-pink{
  color:#D20080;
  font-weight: bold;
  font-size: 24px;
}

main>div>div{
    max-width: 500px !important;
    padding: 0 !important;
}

.btn_orange {
  background: linear-gradient(to bottom, #AA611C, 50%, #D0B06B) !important;
  font-weight: bold !important;
  /* filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.6)) !important; */
box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.6), 0px -3px 6px 0px rgba(255,255,255,0.5) inset !important;
  font-size: 0.8em !important;
  padding: 20px 30px !important;
}
.btn_blue {
  background: linear-gradient(to bottom, #F5F2DB, 50%, #B2C8D4) !important;
  font-weight: bold !important;
  color: #1E4B69 !important;
  font-size: 16px !important;
  padding: 20px 30px !important;
  border-radius: 0%;
}

.footerMailBtn{
  position: fixed;
  bottom:25px;
  left:25px;
}

.dialogText {
  font-weight: bold !important;
}


.answerArea{
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  background-color: none;
  padding: 2px !important;
  border: 1px solid #FFFFFF;
  color:#F5F2DB;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  font-size: 2em;
  font-weight: bold;
  width: 70%;
  margin:0 auto;
}

.v-dialog {
  border:3px solid purple !important;
}