.title{
    margin: 10px 0px;
    font-size: 30px;
    font-weight: bold;
    color: #339966;
}

.subtitle{
    margin: 10px 0px;
    font-size: 20px;
    color: #339966;
    font-weight: bold;
}

.btn-calmblue {
    color: white;
    background-color: #339966;
    border-color: #339966;
}

.btn-calmblue:hover{
    color: #339966;
    background-color: white;
    border-color: #339966;
}

.btn-outline-calmblue{
    color: #339966;
    background-color: white;
    border-color: #339966;
}

.btn-outline-calmblue:hover{
    color: white;
    background-color: #339966;
    border-color: #339966;
}

.btn-outline-danger {
    color: #BB0000;
    background-color: white;
    border-color: #BB0000;
}

.btn-outline-danger:hover{
    color: white;
    background-color: #BB0000;
    border-color: #BB0000;
}

.parenthesis {
  position: relative;
  padding: 15px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.parenthesis::before,
.parenthesis::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.parenthesis::before {
  top: 0;
  left: 0;
  border-top: 1px solid #339966;
  border-left: 1px solid #339966;
}

.parenthesis::after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #339966;
  border-right: 1px solid #339966;
}

.fas{
    color: #339966;
}

.selectFile input{
    display: none;
}

.selectFile{
    color: #339966;
    background-color: white;
    padding: 10px;
    border: solid 1px #339966;
    margin-bottom: unset;
    border-radius: 5px;
}

.selectFile:hover {
    color: white;
    background-color: #339966;
}

.logo {
    height: 100%;
    background-color: black;
}

footer {
    width: 100%;
    text-align: center;
    padding: 20px;
    /**position: absolute;/*←絶対位置*/
       /** bottom: 0; /*下に固定*/
    margin-top: auto;
}

.help-block {
    color: gray;
}

.logo {
    background-color: transparent;
}

/** マウスオーバでのバルーンデザイン **/
.balloon {
  color: black;
  text-decoration: none;
  position: relative;
}

.balloon:hover > .balloon-content {
  display: inline-block;
}

.balloon-content {
  position: absolute;
  display: none;
  padding: 20px;
  background-color: rgba(51, 153, 102, 0.90);
  width: 200px;
  right: -100px;
  border-radius: 30px;
}

.balloon-top {
  top: -100px;
}

.balloon-bottom {
  top: 50px;
}

/** ゴミ箱アイコンのカラー **/
.fa-trash-alt {
    color: tomato;
}

/** ローディング **/
.loading {
    height: 100vh;
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9999;
    background-color: rgba(238, 238, 238, 0.70);
}

.loading-item {
    height: 3rem;
    width: 3rem;
    color: #339966;
}

.form-control::placeholder {
   color: #e0e0e0;
}

.info-selection {
    margin: 30px 0px;
}

.frame {
    padding: 10px 20px;
    position: relative;
}

.frame::before {
    content: '';
    height: 95px;
    position: absolute;
}

.frame::before {
    border-left: solid 2px #339966;
	top: 0;
	left: 0;
}

.wid-5 {
    width: 5%;
}

.wid-10 {
    width: 10%;
}

.wid-15 {
    width: 15%;
}

.wid-20 {
    width: 20%;
}

.wid-25 {
    width: 25%;
}

.wid-30 {
    width: 30%;
}

.wid-40 {
    width: 40%;
}

.wid-60 {
    width: 60%;
}
