body,
#app {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  margin-top: auto;
  background-color:#ddd;
  padding-top:1em;
}

footer li#privacy{
  text-align:left;
}

footer li#contact dl{
  float:right;
  text-align:left;
}

footer ul li{
}

footer ul{
  display:table;
  table-layout: fixed;
  width:100%;
  margin:0 auto !important;
  padding-left:0 !important;
}

footer ul li{
  display:table-cell;
  width:100%;
  list-style:none;
  padding:5px 3em;
  vertical-align:top;
}

/**************************************/
ul.menu {
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

ul.menu li.menu {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

ul.menu li.menu:before {
  content: url(../img/arrow_green2.png);
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: gray; /*アイコン色*/
}

.enquete-wish{
  font-size:small;
  color:#f00;
}

.flex_enquete-box {
    display: flex;              /* フレックスボックスにする */
}

.flex_enquete-item {
    border-radius:  5px;        /* 角丸指定 */
    vertical-align:top; 
}

.flex_enquete-item:nth-child(1) {
}

.flex_enquete-item:nth-child(2) {
    padding-left:20px;
}

dl.enquete-list {
  width:100%;
  margin-left: 30px;
  line-height: 1.5em;
}

dt.enquete-list {
  float:left;
  font-weight: normal !important;
  width: auto;
  display: list-item;
  list-style: disc outside;
}

dd.enquete-list {
  padding-left:150px;
  margin-bottom: 0 !important;
  width: auto;
}

.menu-title {
  padding-bottom: 15px;
  margin-bottom: 105px;
  font-weight:bold; 
}

table#answered-table {
    border-collapse:collapse;
    color:#555;
    margin:0 0 0 1px;
    font-size:12px;
    text-align:center;
    width:100%;
    margin-left:auto;
    margin-right:auto;
}
table.virtual-table {
    width:200px !important;
}
table#answered-table table, th, td {
    border:1px solid #d4e0ee;
    color:#555;
}
table#answered-table caption {
    font-size:150%;
    font-weight:bold;
    margin:5px;
}
table#answered-table td, th {
    padding:5px;
}
table#answered-table td.displeft {
    text-align:left;
    padding-left:20px;
}
table#answered-table thead th {
    text-align:center;
    background:#e6edf5;
    color:#4f76a3;
    font-size:100% !important;
}
table#answered-table tbody th {
    font-weight:bold;
}
table#answered-table tbody tr { background:#fcfdfe; }
table#answered-table tbody tr.odd { background:#f7f9fc; }
table#answered-table table a:link {
    color:#718abe;
    text-decoration:none;
}
table#answered-table table a:visited {
    color:#718abe;
    text-decoration:none;
}
table#answered-table table a:hover {
    color:#718abe;
    text-decoration:underline !important;
}
table#answered-table tfoot th, tfoot td {
    font-size:85%;
}
#itsthetable {
  padding-top: 10px;
  padding-top: 10px;
  margin-top:20px;
}

#agree_area textarea {
  width:100%; 
  height:300px; 
  resize:none;
}
.agree_area textarea {
  width:100%; 
  height:300px; 
  resize:none;
}

.error_pass{
  color:#f00;
  font-size:small;
}

div.privacy_area{
  text-align:left;
}
div.privacy_area dd{
  margin-left:30px;
}

div.disp-list span.menu-title{
  padding: 0;
  margin: 0;
  font-size:medium;
  font-weight:normal;
}

div.disp-list div#itsthetable{
  padding: 0;
  margin: 5px 0 0 0;
}

div.disp-list{
  margin-bottom:30px;
}


.balloon-left {
    position: absolute;
    display: inline-block;
    margin-left: 20px;
    padding: 7px 10px;
    min-height: 40px;
    min-width: 120px;
    line-height: 40px;
    background: #5cc507;
    box-shadow: -4px 4px 8px -1px #999999;
}

.balloon-left:before{
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #5cc507;
}

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


.fadein {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
}

.fadein.visible {
    opacity: 1;
    visibility: visible;
}


/**************************************/

@media screen and (min-width:751px) and (max-width:2400px) {
/*@media screen and (min-width:751px)  {*/
.card-header{
  font-size:large !important;
  font-weight:bold !important;
}
.card-body{
  font-size:large !important;
  font-weight:normal;
  height:auto;
  min-height:100%;
}
.error_pass{
  color:#f00;
  font-size:small;
}

}



@media screen and (max-width:750px) {
.card-header{
  font-size:normal !important;
  font-weight:bold;
}
.card-body{
  font-size:normal !important;
  font-weight:normal;
}
.error_pass{
  color:#f00;
}
}
