@charset "utf-8";

#main table.default {
  width: 800px;
}

#main table th {
  width: 25%;
}

#main table td {
  width: 75%;
}

@charset "utf-8";

.wpcf7 dl {
  width: 100%;
  display: table;
}

.wpcf7 dl > * {
  display: table-cell;
  vertical-align: top;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.wpcf7 dl dt {
  width: 28%;
  font-weight: bold;
  color: #fff;
  padding: 1em;
  background: #1f1559;
}

.wpcf7 dl dd {
  width: 72%;
  background: #fff;
  padding: 1em;
  border-right: 1px solid #cacaca;
}

.wpcf7 input {
  margin: 2px;
}

.wpcf7 textarea {
  width: 100%;
}

.font_red {
  color: #f00;
}

@media screen and (max-width:768px) {
  .wpcf7 dl,
  .wpcf7 dl > * {
    width: 100% !important;
    display: block;
  }
}
  
.wpcf7 dl:last-child {
  border-bottom: 1px solid #cacaca;
}

.wpcf7 .hissu:after {
  content: '*';
  display: inline-block;
  color: #f00;
  margin: 0 2px;
}

.wpcf7 span.wpcf7-list-item {
  /*display: block;*/
}

.wpcf7 .btn {
  text-align: center;
}

.wpcf7 .btn input[type="submit"] {
  max-width: 230px;
  width: 100%;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  border: 0;
  background: #57b100;
  padding: 0.5em 1em;
  border-bottom: 2px solid #468f00;
  border-radius: 6px;
  margin: 0 0.5em;
  transition: 0.2s opacity;
}

.wpcf7 .btn input[type="submit"]:hover {
  opacity: 0.8;
}

.wpcf7 .btn input.wpcf7c-btn-back {
  max-width: 80px;
  width: 100%;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  border: 0;
  background: #3d4845;
  padding: 0.5em 1em;
  border-bottom: 2px solid #0f1211;
  border-radius: 6px;
  margin: 0 0.5em;
  transition: 0.2s opacity;
}

.wpcf7 .btn input.wpcf7c-btn-back:hover {
  opacity: 0.8;
}

.hiddenvalue{
visibility: hidden;
}

/*
#info2{
display: none;
}
*/
.wpcf7c-force-hide,
.wpcf7-list-item-label{
display: none;
}

p.date6{
display: block;
margin: 0 !important;
padding: 2px 0 !important;
width: 20%;
font-size: 1.1em;
font-weight: bold;
color: #FFFFFF;
text-align: center;
background-color: #3db5ae;
}
p.date7{
display: block;
margin: 0 !important;
padding: 2px 0 !important;
width: 20%;
font-size: 1.1em;
font-weight: bold;
color: #FFFFFF;
text-align: center;
background-color: #8ec378;
}

p.sikaku {
      font-size: 100% !important;
      font-weight: normal;
      position: relative;
      padding-left:15px;
      margin-bottom: -15px;
}

p.sikaku.color-1:before {
        background: #db536a;
        content: "";
        height: 10px;
        width: 10px;
        left: 0;
        position: absolute;
        top: 8px;
}
p.sikaku.color-2:before {
        background: #79909a;
        content: "";
        height: 10px;
        width: 10px;
        left: 0;
        position: absolute;
        top: 8px;
}
p.sikaku.color-3_1:before {
        background: #2981b0;
        content: "";
        height: 10px;
        width: 10px;
        left: 0;
        position: absolute;
        top: 8px;
}
p.sikaku.color-3_2:before {
        background: #8ec378;
        content: "";
        height: 10px;
        width: 10px;
        left: 0;
        position: absolute;
        top: 8px;
}
p.sikaku.color-4:before {
        background: #815996;
        content: "";
        height: 10px;
        width: 10px;
        left: 0;
        position: absolute;
        top: 8px;
}
p.sikaku.color-5:before {
        background: #ee7500;
        content: "";
        height: 10px;
        width: 10px;
        left: 0;
        position: absolute;
        top: 8px;
}