﻿input.standard_select {
  width: 100%;
}
input.chara_name {
  width: 90%;
}
.chara_pitch {
  width: 90%;
}
.btn-square-so-pop {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #5a7983;/*色*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  font-weight: bold;
  border: solid 2px #000000;/*線色*/
}
.btn-square-so-pop:active {
  /*押したとき*/
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.balloon1-left {
  position: relative;
  display: inline-block;
  margin: 0em 0 0em 15px;
  padding: 7px 10px;
  width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
  word-wrap: break-word;
  overflow-wrap : break-word;
  text-align: left;
}
.balloon1-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -29px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #e0edff;
}

.balloon1-left p {
  margin: 0;
  padding: 0;
}

.balloon1-right {
  position: relative;
  display: inline-block;
  margin: 0em 15px 0em 0;
  padding: 7px 10px;
  width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
}

.balloon1-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #e0edff;
}

.balloon1-right p {
  margin: 0;
  padding: 0;
}

.iconSize{
  width:60px;
  height:60px;
}

.right_frame{
  width: 222px;
  margin: 0px auto;
  float:right;
  display:inline;
  vertical-align: middle;
}

.center {
  text-align: center;
}
.right {
  text-align: right;
}
#target1 {
  width:100%;
}

.tablec1 {
  display: flex;
  width: 100%;
  padding: 0.1em 0 0.1em 0;
  word-break: break-all;
  justify-content: center;
  align-items: center;
}
.tablec1-left {
  padding: 2px 0px 2px 0px;
  min-width: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tablec1-right {
  padding: 2px 0px 2px 0px;
  width: 85%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tablec2 {
  display: flex;
  width: 100%;
  padding: 0.1em 0 0.1em 0;
  word-break: break-all;
  justify-content: center;
  align-items: center;
}
.tablec2-left {
  padding: 2px 0px 2px 0px;
  width: 85%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tablec2-right {
  padding: 2px 0px 2px 0px;
  min-width: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
}

datalist {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  writing-mode: vertical-lr;
  width: 150px;
}

option.pitch {
  padding: 0;
}

input[type="range"] {
  width: 150px;
  margin: 0;
}

.cancelSampleVoice {
  opacity: 0.5;
}

#popup {
  display: none; /* label でコントロールするので input は非表示に */
}
.popup-open {
cursor: pointer;
margin-bottom: 60px;
}
.popup-overlay {
  display: none; /* input にチェックが入るまでは非表示に */
}
#popup:checked ~ .popup-overlay {
  display: block;
  z-index: 99999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
.popup-window {
  width: 90vw;
  max-width: 560px;
padding: 20px;
  background-color: #ffffff;
  border-radius: 6px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup-text {
  font-size: 18px;
  margin: 0;
}
.popup-text:not(:last-of-type) {margin-bottom: 1em}
.popup-close {
  cursor:pointer;
  position: absolute;
  top: -26px;
  right: 10px;
}
.back-from-demo {text-align:center;}