@charset "utf-8";

/* 全体構成
------------------------------------------------------*/


   /* Mail
---------------------------------------------*/


.contact-page{
    width: 100%;
    background: #f7f7f7;
    overflow: hidden;
}
.contact-page-content{
    padding: 0px 20px 100px;
    overflow: hidden;
}
.ib {
  display: inline-block;
}
.form {
  width: 100%;
  max-width: 870px;
  margin: 0 auto;
  font-family: 'Meiryo';
}
.form * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/scripts/boxsizing.htc);
}
.form_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
}
.form_read {
  text-align: center;
  margin: 45px 0;
  line-height: 2;
  font-size: 14px;
  font-family: 'Meiryo';
}

.form table {
  width: 100%;
  border: none;
}
.form table tr {
  border-top: solid 1px #ccc;
}
.form table tr+tr {
  border-bottom: solid 1px #ccc;
}
.form table tr:nth-child(2n){
    background: #FBFBF9;
}
.form table th {
  width: 32%;
  max-width: 280px;
  padding-left: 90px;
  vertical-align: top;
}
.form table th,
.form table td {
  padding-top: 19px;
  padding-bottom: 19px;
  /* background-color: #fff; */
  border: none;
}
.form table textarea {
  border: 1px solid #ccc;
  background-color: #fff;
  padding-top: 10px;
  padding-left: 10px;
}
.form input {
  padding-top: 7px;
  padding-bottom: 8px;
  padding-left: 10px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
/* .form input[type="radio"] {
    transform: scale(1.5);
    margin-right: 10px;
    vertical-align: top;
} */
.f1 {
  width: 360px; 
}
.f2 {
  width: 160px;
}
.f3 {
  width: 460px;
}
.rec {
  position: relative;
}
.rec::before {
  content: '必須';
  display: block;
  width: 48px;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  /* background-color: #ff7887; */
  background-color: #E6407D;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: -60px;
}
.rec2 {
  width: 48px;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  /* background-color: #ff7887; */
  background-color: #E6407D;
  border-radius: 8px;
  display: inline-block;
  vertical-align: middle;
}
.formbotan {
  text-align: center;
  margin-top: 40px;
}
.formbotan button {
  background-color: #fff;
  display: inline-block;
}
.formbotan button+button {
  margin-left: 20px;
}
.formbotan button {
  width: 260px;
  /* border: 2px solid #ff7887; */
  border: 2px solid #19077F;
  line-height: 41px;
  padding-top: 1px;
  border-radius: 23px;
  font-size: 16px;
  transition: 0.6s;
}
.formbotan button:hover {
  /* background: #ff7887; */
  background: #19077F;
  color: #fff;
}
.formbotan button span {
  position: relative;
}
.formbotan button span::after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  /* background: #ff7887; */
  background: #19077F;
  position: absolute;
  top: 4px;
  left: -20px;
}
.form_tel {
  text-align: center;
  font-size: 14px;
  margin-top: 40px;
}

.policyBox {
  max-width: 870px;
  margin: 120px auto 100px;
  padding-right: 30px;
}
.policyBox dl {
  width: 50%;
  float: left;
}
.policyBox dl+dl {
  margin-left: 30px;
  margin-right: -30px;
}
.policyBox dt {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
}
.policyBox dd {
  padding: 20px;
  border: solid 1px #eee;
  border-radius: 12px;
  min-height: 360px;
  background-color: #fff;
}
.policyBox dd p {
  font-size: 12px;
  text-align: center;
}
.policyBox dd p+p {
  margin-top: 20px;
}
.fRed {
  color: #FF0000;
}
form tr td label{
    position: relative;
    padding-left: 40px;
}
form tr td input[type=radio]{
  visibility: hidden;
  position: absolute;
}
form tr td input[type=radio] + label:before{
  height:10px;
  width:10px;
  margin-right: 10px;
  content: " ";
  display:inline-block;
  vertical-align: baseline;
  border:1px solid #ccc;
  position: absolute;
  top: 1px;
  left: 5px;
  display: none;
}
form tr td input[type=radio] + label:after{
  height:20px;
  width:20px;
  margin-right: 0px;
  content: " ";
  display:inline-block;
  vertical-align: baseline;
  border:1px solid #ccc;
  position: absolute;
  top: -4px;
  left: 0px;
  border-radius: 50%;
}
form tr td input[type=radio]:checked + label:before{
  background: #19077F;
  display: block;
}
form tr td input[type=radio] + label:before{
  border-radius:50%;
}
