/* Enter Your Custom CSS Here */
h4.fr-obi-gray{
  font-weight: bold;
  padding: 10px;
  background-color: #e6e6fa;
  border: solid 1px #c0c0c0;
}

span.fr-br{
  display: block;
}

span.fr-br-both{
  display: block;
}

span.fr-strong{
  font-weight: bold;
}

span.fr-red{
  color:red;
}

span.fr-profile-name{
  display: inline-block;
  margin-top: 30px;
  font-size: 24px;
  font-weight: bold;
}

span.fr-profile-kana{
  font-size: 16px;
  font-style: italic;
}

hr.fr-profile{
  color: #f5deb3;
  margin-top: 0px;
  margin-bottom: 10px;
}

div.fr-profile-main{
  clear: both;
  line-height: 25px;
  padding-top: 20px;
  margin-bottom: 20px;
}

img.fr-h20{
  height: 20px;
}

a.fr-small{
  font-size:14px;
}

a.fr-button{
  display:inline-block;
  background-color:#d8b14e;
  color:#ffffff;
  padding: 5px 30px;
  border-radius:10px;
}

p.fr-small{
  font-size:14px;
}

div.fr-align-right{
  text-align: right;
}

div.fr-margin-l10{
  margin-left:10px;
}

div.fr-margin-l20{
  margin-left:20px;
}

img.fr-float-r30{
  float: right;
  width: 30%;
}

div.fr-float-l65{
  float: left;
  font-size: 14px;
  width: 65%;
}

img.fr-width100{
  width: 100%;
}

img.fr-width80{
  width: 80%;
}

h3.fr-obi-simple{
  border-left: medium solid #000000;
  padding-left:20px;
  padding-top:10px;
  padding-bottom:10px;
}

h3.fr-obi-khaki{
  padding:10px;
  background-color:#f0e68c;
  border:solid 1px #ffd700;
}

ul.fr-decimal{
  list-style-type:decimal;
}

ul.fr-lower-roman{
  list-style-type:lower-roman
}

table.fr-font12{
  font-size:12px;
}

tr.fr-gray{
  background-color:#ccc;
}

th.fr-gray-w30{
  background-color:#ccc;
  width:30%;
}

td.fr-w70{
  width:70%;
}

td.fr-align-left{
  text-align:left;
  padding:5px;
}

@media (max-width: 56.25rem) {
  img.fr-float-r30{
    text-align: center;
    width: 100%;
  }

  div.fr-float-l65{
    text-align: left;
    font-size: 14px;
    margin-top: 20px;
    width: 100%;
  }

  span.fr-profile-name{
    font-size: 24px;
    font-weight: bold;
  }

  span.fr-profile-kana{
    font-size: 16px;
    font-style: italic;
  }

  div.fr-profile-main{
    font-size: 16px;
    padding-top: 20px;
    margin-bottom: 20px;
  }

  span.fr-br{
    display: inline;
  }

  span.wpcf7-list-item {
    display: block;
  }

  input[type="text"], input[type="tel"], input[type="email"] {
    width: 100%;
  }

  button, input[type="button"], input[type="reset"], input[type="submit"] {
    display: inline-block;
  }
}