  /*
  Theme Name: eventform
  Theme URI: https://yunite.co.jp/form/
  Description: ユニテイベント用フォーム
  Version: 1.0
  Author: granire
  Author URL: https://yunite.co.jp/form/
  */
.header .logo-area-yunite {
  margin-left: auto;
}
.event-form img {
  width: 100%;
  height: auto;
}
.content-wrapper.event-form  {
  padding-top: 125px;
}
.event-form .page-ttl {
  position: relative;
  margin: 0 auto;
  height: 100%;
  margin-bottom: 20px;
}
.event-form .page-ttl__image {
  position: static;
  width: calc(100% - 40px);
  max-width: 720px;
  margin: 0 auto 0;
  background-image: none;
  height: 87.2%;
}
.event-form .page-ttl__image img{
  margin-bottom: 25px;
}
.event-form .form-area {
  padding-bottom: 101px;
}
.event-form .form-area strong{
  font-weight: bold;
}
.event-form.contains {
  padding-top: 15px;
}
.event-form .page-ttl:before {
  content: "";
  position: absolute;
  left: 0;
  z-index: -100;
  width: 100%;
  height: 74.1%;
  background: rgba(255, 254, 242);
  bottom: 0;
}
@media (max-width: 767px){
  .content-wrapper.event-form  {
    padding-top: 95px;
  }
  .event-form .page-ttl__image {
  background: none!important;
  opacity: 1; 
}
}
@media (max-width: 479px){
  .content-wrapper.event-form  {
    padding-top: 85px;
  }
  .event-form .page-ttl__image {
  background: none!important;
  opacity: 1; 
  width: calc(100% - 40px);
}
}


/*== ラジオボタン =====*/
.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 48px;
  padding-left: 1%;
}

.wpcf7-radio  .wpcf7-list-item.first {
  margin-left: 0;
}
.wpcf7-radio .wpcf7-list-item-label {
  padding-left: 19px;
    position: relative;
    line-height: 24px;
    transition: .2s ease;
    cursor: pointer;
    margin-top: 3px;
}
.wpcf7-radio .wpcf7-list-item-label:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #000;
  border-radius: 50%;
  transition: .2s ease;
  background: #fff;
}

.wpcf7-radio .wpcf7-list-item-label:after {
  transition: .2s ease;
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 2px;
    width: 10px;
    height: 10px;
    background: #f06e24;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
}
.wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label::after {
  content: "";
    opacity: 1;
    visibility: visible;
}

/*== チェックボックス =====*/
.wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin: 0;
}
.wpcf7-checkbox .wpcf7-list-item-label {
  letter-spacing: .02em;
  padding-left: 30px;
  display: inline-block;
  line-height: 20px;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
  white-space: nowrap;
}
.wpcf7-checkbox .wpcf7-list-item-label:before {
  position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: solid 1px #C9CACA;
    border-radius: 5px;
    box-sizing: border-box;
}

.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 14px;
    height: 10px;
    transform: rotate(-45deg);
    border-left: solid 3px #e07715;
    border-bottom: solid 3px #e07715;
    box-sizing: border-box;
}

.form-info {
  color: #333;
  text-align: center;
  max-width: 100%;
  width: 1100px;
  margin: 0 auto 50px;
}
.form-info img{
  width: auto;
}
.form-info img.form-info__logo {
  margin: 0 auto 36px;
  width: 249px;
}
.form-info__ttl {
  font-size: 35px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .075em;
  margin-bottom: 20px;
}
.form-info__table{
    font-size: 16px;
    font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    letter-spacing: .05em;
    border-collapse: separate;
    border-spacing: 6px;
    margin: 15px auto 0;
}
.form-info__label {
  color: #fff;
  background: #333;
  padding: 3px 2px;
  width: 67px;
  text-align: center;
  vertical-align: middle;
}
.form-value {
  flex: 1;
}
.form-info__txt {
  text-align: left;
  padding-left: 11px;
}

.form-info__description {
  margin-top: 15px;
  line-height: 1.5;
}
.form-info__final {
  width: 780px;
  max-width: 100%;
  border: solid 1px #c9caca;
  margin: 25px auto;
  padding: 10px 15px;
}

.form-group {
  width: 100%;
  padding: 17px 32px 17px 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.form-label {
  width: 192px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 8px;
    min-height: 40px;
    margin-top: 3px;
}
.badge {
  color: #e60012;
  font-size: 10px;
  font-weight: 500;
}
.wpcf7-form-control-wrap {
  flex: 1;
    min-height: 40px;
    align-items: center;
}

.wpcf7-text,
.wpcf7-select,
.wpcf7-textarea {
  width: 100%;
  border: solid 1px #c9caca;
  background: #fff;
  font-size: 16px;
  padding: 11px 14px 9px;
  box-shadow: none;
  letter-spacing: 1px;
  height: auto;
  border-radius: 0;
}
.wpcf7-select {
  cursor: pointer;
  line-height: 1.5;
}
  
.event-form .btn-submit {
  margin: 0 15px;
  padding: 9px 0 7px;
  width: 220px;
  display: block;
  border: #0059ac 2px solid;
  background: #0059ac;
  color: #fff;
  text-align: center;
  border-radius: 0;
  letter-spacing: 3px;
}
@media (max-width: 768px){
  .form-info {
    width: calc(100% - 40px);
  }
  .form-group {
    display:block;
    padding: 14px 0 18px;
  }
  .form-label {
    width: 100%;
    padding-right: 0;
    min-height: initial;
    margin-bottom: 8px;
  }
  .wpcf7-checkbox .wpcf7-list-item-label {
    white-space: normal;
  }
}

@media (max-width: 480px){

.form-info img.form-info__logo {
  width: 180px;
  height: auto;
  margin-bottom: 20px;
}
.form-info__ttl {
  font-size: 26px;
}
}

.complate .page-ttl {
    width: 100%;
    height: 298px;
    position: relative;
    text-align: left;
    margin: 25px 0 20px;
}
.complate .page-ttl:before {
  content: "";
  background: rgba(255, 254, 242);
  width: 92.7%;
  height: 76.1%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.complate .page-ttl__text-box {
  position: relative;
  top: 52%;
  z-index: 1;
}
.complate .inner, .complate .inner2 {
  width: 1280px;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.complate .inner2 {
  width: 1140px;
}
.complate .page-ttl__ja {
  font-size: 28px;
  color: #333;
  font-family: "Gothic MB101 Regular", sans-serif;
  letter-spacing: 4px;
  margin-bottom: 14px;
}
.complate .page-ttl__en {
  color: #f06e24;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  letter-spacing: 1px;
}
.complate .page-ttl__image {
  background-image: url(https://maghaus.com/bundles/web/img/base/img-page-ttl01.jpg);
  background-size: cover;
  background-position: center;
  height: 87.2%;
  width: 58%;
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width:768px) {
  .complate .page-ttl {
    height: 200px;
  }
  .content-wrapper .complate {
    padding-top: 67.6666666667px;
  }
  .complate .page-ttl__image {
    background: rgba(245, 155, 30, 0.1);
    opacity: .5;
  }
  .complate .page-ttl__text-box {
    top: 90px;
  }
  .complate .page-ttl__ja {
    font-size: 21.6666666667px;
    letter-spacing: 4px;
    margin-bottom: 10px;
    line-height: 26.6666666667px;
    height: 53.3333333333px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
  .complate .page-ttl__en {
    font-size: 15px;
        letter-spacing: 1px;
  }
}

.complate .contact-ttl {
  margin-bottom: 75px;
}
.complate-area {
  margin-top: 40px;
  padding-bottom: 90px;
  font-size: 16px;
  color: #3e3a39;
  text-align: center;
}
.complate-wrap {
  width: calc(100% - 40px);
  max-width: 860px;
  margin: 0 auto;
  line-height: 1.8;
}
.complate-thanks {
  background: rgba(255, 254, 242);
  padding: 15px 15px;
}
.complate-note {
  padding: 40px 15px;
  margin-top: 40px;
  border-top: solid 1px #3e3a39;
}
.complate-btn {
  margin: 24px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.complate-btn a{
  padding: 14px 0;
    width: 220px;
    border-radius: 0;
    border: none;
    color: #fff;
    position: relative;
    z-index: 0;
    letter-spacing: .6em;
    background: #f49a1e;
    background: -moz-linear-gradient(left, #f49a1e 0%, #f06e24 100%);
    background: -webkit-linear-gradient(left, #f49a1e 0%, #f06e24 100%);
    background: linear-gradient(to right, #f49a1e 0%, #f06e24 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f49a1e', endColorstr='#f06e24',GradientType=1 );
}

.form-content {
  flex: 1;
}
.form-child {
  margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    gap: 10px;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
}
.form-control.select{
background: #666666;
color: #fff;
padding: 10px 20px;
width: 300px;
line-height: 2;
border: 0;
height: auto;
border-radius: 10px;
cursor: pointer;
display: inline-block;
vertical-align: middle;
}
.form-note {
  margin-top: 10px;
}
@media (max-width:768px) {
  .form-control.select {
      font-size: 15px;
      width: 200px;
      padding: 8px 12px;
  }
}