.control .inner,
.result .inner {
  /* display: flex; */
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 782px) {
  body.Device-SP .control {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  body.Device-SP .control .inner {
    display: block;
  }
}

.levelBar .inner {
  position: relative;
}
.mapping .inner {
  position: relative;
  max-width: inherit;
}
.mapping.vertical .inner,
.mapping.horizontal .inner,
.mapping.roti .inner {
  height: 100rem;
}
.dateSlider .inner {
  position: relative;
  height: 100%;
}

.control,
.result {
  background: #ffffff;
  /* height: 50rem; */
  display: flex;
  align-items: center;
}

.control {
  height: 48rem;
}
.result {
  height: 60rem;
  display: none;
}

.dl.selected {
  background: #fff;
  color: #000;
}

.forms {
  display: flex;
}

.step1,
.step2,
.resultdetail {
  /* width: 970px; */
  background: #f9fafb;
  background: #f0f0f0;
  box-sizing: border-box;

  border: #546275 0.1rem solid;
  border-radius: 0.8rem;
  /*   display: flex; 横並び */
}
.resultdetail {
  display: flex;
}

.step1 {
  flex-basis: 70%;
  margin: 1em 3rem 0rem 0;
  display: flex; /*横並び*/
}
.step2 {
  flex-basis: 30%;
  margin: 1em 0rem 0rem 0;
}

.step1 .form {
  flex-basis: 20%;
  margin: 0;
  padding: 0;
}
.step1 .image {
  flex-basis: 80%; /*画像サイズ指定*/
  margin: 0;
  /* padding: 1.5rem; */
  padding: 1.5rem 1.5rem 1.5rem 10rem;
  /* text-align: center; */
}

.form dt,
.resultdetail dt {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.2;
  padding: 1rem 0 1rem 2rem;
  color: #546275;
}

.resultdetail dd {
  padding: 0.2rem 0 1rem 3rem;
  font-size: 1.4rem;
}

dd {
  max-height: inherit;
  opacity: 1;
  overflow: auto;
  pointer-events: auto;
  padding: 0.2rem 0 1rem 2rem;
  color: #424242;
  font-size: 1.6rem;
}
.project input[type="checkbox"] {
  box-shadow: none;
  border: none;
  margin: 1rem 0.8rem 1rem 0;
}
.project label {
  margin-left: 1rem;
  display: flex;
  align-items: center;
  height: 100%;
}
.main {
  margin-top: 2.5rem;
  position: relative;
  z-index: 2;
}

.step2 .form {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.step2 .search {
  margin-top: auto;
  display: block;
  padding: 3rem;
  text-align: right;
}

/* input[type="button"].searchBtn {
  border: #c10439 0.1rem solid;
  color: #c10439;
  font-weight: bold;
  font-size: 2rem;
}
input[type="button"].searchBtn:hover {
  color: #fff;
  background: #f56500;
} */

.btn,
input.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  /* color: #212529; */
  border-radius: 0.5rem;
  border: 0;
  margin: 0;
}

.btn--orange,
input.btn--orange {
  color: #fff;
  background-color: #3e5fd6;
}

.buttons.download {
  text-align: right;
  padding-right: 3rem;
  display: flex;
  justify-content: flex-end;
  padding-top: 2rem;
}

.btn--orange:hover {
  /* color: #fff; */
  /* background: #657dd4; */
  filter: brightness(1.2);
}
.btn--orange:disabled {
  filter: brightness(0.8);
  cursor: not-allowed;
}

dl input[type="text"] {
  font-size: 1.6rem;
  padding: 0.4rem 0.6rem;
  border-radius: 0.8rem;
  border: #999 0.1rem solid;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
select {
  font-size: 1.6rem;
  padding: 0.4rem 0.6rem;
  border-radius: 0.8rem;
  border: #999 0.1rem solid;
  background-color: #fff;
  width: 20rem;
}

input {
  vertical-align: 0;
}

.triangle {
  background: #3e5fd6;
  height: calc(tan(50deg) * 60px / 2);
  width: 30%;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  place-items: center;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 1rem;
}

.resultbanner {
  background: #3e5fd6;
  height: 4rem;
  font-weight: bold;
  margin: 0;
  font-size: 2rem;
  border-radius: 0.2rem;
  padding: 0.5rem 0 0.5rem 0.5rem;
  margin-right: 0.4rem;
}

.inner > .resultdetail {
  height: 85%;
  margin: 1em 0rem 0rem 0;
}

.resultdetail .status {
  flex-basis: 20%;
  margin: 1em 0rem 0rem 0;
}
.resultdetail .gragh,
.resultdetail .text {
  flex-basis: 40%;
  margin: 1em 0rem 0rem 0;
}
.gragh {
  display: block;
}

.resultdetail .text.show {
  flex-basis: 40%;
  margin: 1em 0rem 0rem 0;
  pointer-events: auto;
  opacity: 1;
}

.text {
  display: none;
}

pre.prettyprint {
  width: 50rem;
  white-space: normal;
  height: 36.5rem;
  margin: 0 0 0 3rem;
  background: #132360;
}
pre {
  font-size: 12px;
  height: 40rem;
  width: 80%;
  /* overflow-x: scroll; */
  /* overflow-y: scroll; */
  /* overflow: scroll; */
  overflow: scroll;
  /* overflow-y: hidden; */
}

select:disabled,
input:disabled {
  color: dimgray;
  background-color: #ccc;
  opacity: 1;
}

table {
  border-collapse: separate;
  border-spacing: 10px;
}
#overlay {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
.is-hide {
  display: none;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
}
.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content {
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}

.password {
  /* filter: brightness(0.8); */
  cursor: not-allowed;
  padding-right: 1rem;
  color: black;
}

.image .box {
  position: relative;
}

.image {
  height: 37rem;
}

#balloon-cmu {
  position: absolute;
  background: #ffffff;
  border: 3px solid #ff69b4;
  border-radius: 10%;
  width: 10rem;
  height: 5rem;
  opacity: 0.9;
  top: 0rem;
  left: 3rem;
}
#balloon-cmu:after,
#balloon-cmu:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#balloon-cmu:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #ff69b4;
  border-width: 13px;
  margin-left: -13px;
  left: 28%;
}
#balloon-cmu:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
  left: 28%;
}
#balloon-cpn {
  position: absolute;
  background: #ffffff;
  border: 3px solid #ff69b4;
  border-radius: 10%;
  width: 5rem;
  height: 14rem;
  opacity: 0.9;
  position: absolute;
  top: 15rem;
  left: 0.7rem;
}
#balloon-cpn:after,
#balloon-cpn:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 0;
  transform: rotate(25deg);
  position: absolute;
}

#balloon-cpn:before {
  border-bottom: 20px solid #ff69b4;
  top: -12%;
  left: 73%;
}

#balloon-cpn:after {
  border-bottom: 20px solid #fff;
  top: -7%;
  left: 69%;
}

#balloon-ktb {
  position: absolute;
  background: #ffffff;
  border: 3px solid #ff69b4;
  border-radius: 10%;
  width: 5rem;
  height: 5rem;
  opacity: 0.9;
  position: absolute;
  top: 24rem;
  left: 9rem;
}
#balloon-ktb:before,
#balloon-ktb:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 0;
  transform: rotate(320deg);
  position: absolute;
}
#balloon-ktb:before {
  border-bottom: 40px solid #ff69b4;
  top: -60%;
  left: -35%;
}
#balloon-ktb:after {
  border-bottom: 40px solid #fff;
  top: -48%;
  left: -25%;
}

#balloon-ceb {
  position: absolute;
  background: #ffffff;
  border: 3px solid #ff69b4;
  border-radius: 10%;
  width: 5rem;
  height: 5rem;
  opacity: 0.9;
  position: absolute;
  top: 14.5rem;
  left: 26rem;
}
#balloon-ceb:before,
#balloon-ceb:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 0;
  transform: rotate(330deg);
  position: absolute;
}

#balloon-ceb:before {
  border-bottom: 20px solid #ff69b4;
  top: -28%;
  left: -18%;
}
#balloon-ceb:after {
  border-bottom: 20px solid #fff;
  top: -20%;
  left: -13%;
}

#balloon-bcl {
  position: absolute;
  background: #ffffff;
  border: 3px solid #ff69b4;
  border-radius: 10%;
  width: 10rem;
  height: 5rem;
  opacity: 0.9;
  position: absolute;
  top: 17.5rem;
  left: 10rem;
}
#balloon-bcl:before,
#balloon-bcl:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 0;
  /*   transform: rotate(350deg); */
  position: absolute;
}
#balloon-bcl:before {
  border-bottom: 32px solid #ff69b4;
  top: -64%;
  left: 0%;
}
#balloon-bcl:after {
  border-bottom: 32px solid #fff;
  top: -45%;
  left: 0%;
}

#balloon-nuo2 {
  position: absolute;
  background: #ffffff;
  border: 3px solid #1e90ff;
  border-radius: 10%;
  width: 5rem;
  height: 5rem;
  opacity: 0.9;
  top: 3rem;
  left: 14rem;
}
#balloon-nuo2:before {
  border-bottom: 50px solid #1e90ff;
  margin-left: -35px;
  /*! left: 28%; */
  top: -10%;
}

#balloon-nuo2:before,
#balloon-nuo2:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 0;
  transform: rotate(260deg);
  position: absolute;
  /*! right: -0rem; */
  left: 0.2rem;
  top: 21%;
}

#balloon-nuo2:after {
  border-bottom: 50px solid #fff;
  margin-left: -22px;
  /*! left: 28%; */
  top: 17%;
  /*! left: 10rem; */
}

#balloon-cadt {
  position: absolute;
  background: #ffffff;
  border: 3px solid #1e90ff;
  border-radius: 10%;
  width: 5rem;
  height: 5rem;
  opacity: 0.9;
  top: 10rem;
  left: 17.5rem;
}

#balloon-cadt:before {
  border-bottom: 70px solid #1e90ff;
  margin-left: -44px;
  top: -35%;
}

#balloon-cadt:before,
#balloon-cadt:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;

  border-top: 0;
  transform: rotate(265deg);
  position: absolute;

  /*   content: "";
  position: absolute; */

  left: 0.1rem;
  /*   margin-top: -15px;
  border: 10px solid transparent;
  border-right-width: 10px;
  border-right-style: solid;
  border-right-color: transparent;
  border-right: 15px solid #1e90ff;
  z-index: 0; */
}

#balloon-cadt:after {
  border-bottom: 70px solid #fff;
  margin-left: -28px;
  top: -38%;
}

.icons {
  width: 4rem;
  height: 4rem;
  position: absolute;
}

#iono-cmu {
  left: 0.5rem;
  top: 0.5rem;
  /* filter: invert(32%) sepia(46%) saturate(5198%) hue-rotate(3deg) brightness(104%) contrast(105%); */
  z-index: 100;
}

#gps-cmu {
  left: 5rem;
  top: 0.5rem;
}

#iono-cpn {
  left: 0.5rem;
  top: 0.5rem;
  /* filter: invert(32%) sepia(46%) saturate(5198%) hue-rotate(3deg) brightness(104%) contrast(105%); */
  z-index: 100;
}

#gps-cpn {
  left: 0.5rem;
  top: 5rem;
}

#vhf-cpn {
  left: 0.5rem;
  top: 9.5rem;
}

#iono-ktb {
  left: 0.5rem;
  top: 0.5rem;
  z-index: 100;
}

#iono-ceb {
  left: 0.5rem;
  top: 0.5rem;
  z-index: 100;
}

#iono-bcl {
  left: 0.5rem;
  top: 0.5rem;
  z-index: 100;
}

#gps-bcl {
  left: 5.5rem;
  top: 0.5rem;
  /* filter: invert(32%) sepia(46%) saturate(5198%) hue-rotate(3deg) brightness(104%) contrast(105%); */
}

#gps-nuo2 {
  left: 0.5rem;
  top: 0.5rem;
  /* filter: invert(32%) sepia(46%) saturate(5198%) hue-rotate(3deg) brightness(104%) contrast(105%); */
  z-index: 100;
}

#gps-cadt {
  left: 0.5rem;
  top: 0.5rem;
  /* filter: invert(32%) sepia(46%) saturate(5198%) hue-rotate(3deg) brightness(104%) contrast(105%); */
  z-index: 100;
}
.ballongroup-sealion {
  display: none;
}
.ballongroup-sealion.show {
  display: block;
}
.ballongroup-aseanivo {
  display: none;
}
.ballongroup-aseanivo.show {
  display: block;
}

.icons.highlight {
  /* filter: invert(76%) sepia(64%) saturate(1951%) hue-rotate(99deg)
    brightness(99%) contrast(101%); */
  filter: invert(50%) sepia(85%) saturate(6057%) hue-rotate(1deg)
    brightness(102%) contrast(105%);
}

.map-station {
  font-weight: bold;
  font-size: 1.2rem;
  color: #000000;
  position: absolute;
}

.map-station.cmu {
  left: 4rem;
  top: -0.5rem;
}

.map-station.cpn {
  left: -2rem;
  top: 14.7rem;
}
.map-station.bcl {
  left: 12.5rem;
  top: 17rem;
}
.map-station.ceb {
  left: 28rem;
  top: 14.2rem;
}
.map-station.ktb {
  left: 9rem;
  top: 30.5rem;
}
.map-station.nuo2 {
  left: 14rem;
  top: 2.8rem;
}
.map-station.cadt {
  left: 15rem;
  top: 9.8rem;
}

#img_map {
  width: 45rem;
}

#datetype-daily #resultblock-ascii {
  display: block;
}

#result_plot {
  width: 45rem; 
  margin: 0rem 0 1rem 5rem;
}

#datetype-monthly #resultblock-vhf1 #resultblock-vhf2{
  display: none;
}

#result_vhfradar_1 #result_vhfradar_2{
  width: 50rem; 
  margin: 5rem 0 1rem 5rem;
}

.buttons.download.ascii {
  padding-top: 2rem;
}

#datetype-daily, #datetype-monthly{
  display: none
}

.searchinfomation.show{
  padding: 0.2rem 0 1rem 2rem;
  font-size: 1.6rem;
  color: red;
  opacity: 1;
}

.searchinfomation{
  opacity: 0;
}


