input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 5px;
}

select {
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  padding: 0 1px;
}

textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
}

.error {
  display: inline-block;
  width: 100%;
  font-size: 11px;
  color: #933000;
  padding-left: 14px;
}

form {
  font-size: 15px;
}

.form__txt {
  display: inline-block;
  padding-top: 3px;
}

.form__unit {
  display: inline-block;
  padding-top: 3px;
  padding-left: 3px;
}

.form__margin-left {
  margin-left: 11px;
}

.form__margin-left-pc {
  margin-left: 11px;
}

.form__flex {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.form__flex:not(:last-child) {
  margin-bottom: 26px;
}

.form__area {
  padding: 94px 0;
  max-width: 980px;
  margin: 0 auto;
}

.form__annotation p,
.form__annotation--type01 {
  font-size: 18px;
  line-height: 2.27;
  text-align: center;
  margin-bottom: 54px;
}
.form__annotation {
  font-size: 18px;
  line-height: 2.27;
  text-align: center;
  margin-bottom: 54px;
}
.form__annotation .min {
  font-size: 12px;
  line-height: 1.2;
  margin-top: 10px;
  display: block;
}
.form__annotation--type01 {
  color: #ff0000;
  margin-bottom: 1em !important;
}

.form__tel,
.form__fax {
  font-size: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: normal;
}

.form__tel span,
.form__fax span {
  display: inline-block;
  background: #231815;
  color: #fff;
  margin-right: 20px;
  font-size: 34px;
  padding: 1px 12px;
}

.form__fax {
  margin-bottom: 65px;
}

.form label {
  width: 18%;
  min-width: 150px;
  padding-top: 3px;
  display: flex;
}

.form__half-m {
  width: 45%;
  display: flex;
}

.form__half-item,
.form__half-item-m {
  width: 196px;
  display: flex;
}
.form_box {
  display: flex;
  width: 100%;
  max-width: 360px;
}
.form__half-item-s {
  /* width: 16%; */
  display: flex;
}
.form__half-item-s.s1 {
  width: 120px;
}
.form__half-item-s.s2 {
  width: 140px;
}
.form__half-item-s.s3 {
  width: 111px;
}

.form__input-half {
  width: 48%;
}

.form__half-item-wrap-unit input {
  width: 60%;
}

.form__half-item-wrap-s,
.form__half-item-wrap {
  width: 109px;
}

.form__half-item-wrap-ss {
  width: 54px;
}

.form__input-half:not(:last-child) {
  margin-right: 12px;
}

.form label span {
  display: inline-block;
  height: 21px;
}

.form__input-area {
  padding: 36px 3%;
  margin-bottom: 72px;
  background: #efefef;
}

.form__input-wrap-m {
  width: 37.5%;
  display: flex;
}

.form__input-wrap-m2 {
  width: 40%;
  display: flex;
}

.form__input-wrap-l {
  width: calc(76% - 14px);
  display: flex;
}

.form__input-wrap-l-noflex {
  /* width: calc(76% - 14px); */
  max-width: 735px;
}

.form__select-wrap-m {
  width: 90px;
  display: flex;
}

.form__select-wrap-s {
  width: 53px;
  display: flex;
}

.form__select::after {
}

.form__list {
  display: flex;
  justify-content: space-between;
}

.form__list:not(:last-child) {
  margin-bottom: 28px;
}

.form__select,
.form__input-txt {
  border: 1px solid #231815;
  height: 26px;
  background: #fff;
}

.form__txtarea {
  width: 100%;
  height: 190px;
  resize: vertical;
}

.form__title {
  margin-right: auto;
}

.form__required {
  background: #933000;
  font-weight: bold;
  color: #fff;
  font-size: 12px;
  padding: 1px 8px;
}
.consent {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.form__submit-list {
  display: flex;
  justify-content: center;
}
.form__submit {
  color: #000;
  display: block;
  width: 237px;
  padding: 8px 0;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #231815;
  font-size: 15px;
  background-color: transparent;
  cursor: pointer;
}

.form__submit--prev {
  background: #231815;
  color: #fff;
  margin-right: 20px;
}

.form__txtwrap {
  width: calc(76% - 14px);
  margin-left: 14px;
}

/* groups */
.groups {
  margin-bottom: 26px;
}
.groups .form__flex:not(:last-child) {
  padding-bottom: 26px;
  border-bottom: 1px dotted #ccc;
}
.groups .group {
  display: none;
}
.groups .group:first-child {
  display: flex;
}

/* ------------------------
compe
------------------------- */

.compe .form__list {
  flex-wrap: nowrap;
}
.compe .form__input-wrap-l-noflex {
  max-width: 687px;
}
.compe .form__half-item,
.compe .form__half-item-m,
.compe .form__half-item-s {
  width: 196px;
  margin-top: 0;
}
.compe .form__half-item-wrap,
.compe .form__half-item-wrap-s {
  width: 120px;
}
.compe .form__half-item-ss {
  width: 100px;
  display: flex;
}
@media screen and (max-width: 1040px) {
  /* ------------------------
compe
------------------------- */
  .compe .form__input-wrap-l-noflex {
    width: 100%;
  }
  .compe .groups .group:first-child {
    display: block;
  }
  .compe .groups .form__flex .form__title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .form__list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .form__half-item-s {
    width: 90px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 980px) {
  /* .form label {
    width: 30%;
  } */

  .form__input-half {
    width: 47.5%;
  }
}

@media screen and (max-width: 814px) {
  .form__annotation--type01 br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  /* ------------------------
	compe
	------------------------- */
  .compe .form__select,
  .compe .form__input-txt {
    margin-bottom: 5px;
  }
  .compe .form__title br {
    display: none;
  }
  .compe .form__half-item,
  .compe .form__half-item-m,
  .compe .form__half-item-s,
  .compe .form__half-item-ss {
    display: block;
  }
  .compe .groups .form__txt {
    width: 60px;
  }
  .compe .form__margin-left {
    margin-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .form__flex {
    flex-direction: column;
  }

  .form__margin-left-pc {
    margin-left: 0px;
  }

  .form__title {
    margin-right: 10px;
  }

  .form label {
    width: 100%;
    margin-bottom: 10px;
  }

  .form__input-wrap-l-noflex,
  .form__input-wrap-l {
    width: 100%;
  }

  .form__txtwrap {
    width: 100%;
    margin-left: 0;
  }

  .form__input-wrap-m {
    width: 50%;
  }

  .form__input-wrap-m-sp {
    width: 100%;
    margin-bottom: 20px;
  }

  .form__input-wrap-l--sp-colum {
    flex-wrap: wrap;
  }

  .form__input-half {
    width: 49%;
  }

  /* .form__half-item {
    margin-top: 10px;
    width: 100%;
  }

  .form__half-item-m {
    margin-top: 10px;
    width: 100%;
  } */

  .form__half-item-sp {
    flex-direction: column;
  }

  .form__half-item,
  .form__half-item-m {
    width: 136px;
  }

  .form__tel,
  .form__fax {
    font-size: 30px;
  }

  .form__tel span,
  .form__fax span {
    font-size: 24px;
  }

  .form__fax {
    margin-top: 20px;
  }
}
@media screen and (max-width: 660px) {
  .compe #mainimg {
    height: 350px;
  }
  .compe #mainimg > img.img {
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  .compe #mainimg {
    height: auto;
  }
  .compe #mainimg > img.img {
    width: 100%;
    height: auto;
    position: static;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media screen and (max-width: 540px) {
  .form__submit-list {
    align-items: center;
    flex-direction: column-reverse;
  }
  .form__submit {
    margin-top: 30px;
  }

  .form__submit--prev {
    margin-right: 0;
  }
  /* ------------------------
	compe
	------------------------- */
  .compe .form__list {
    flex-wrap: wrap;
  }
  .compe .form__half-item,
  .compe .form__half-item-m,
  .compe .form__half-item-s,
  .compe .form__half-item-ss {
    width: 50%;
  }
  .compe .form__half-item-wrap,
  .compe .form__half-item-wrap-s {
    width: calc(100% - 20px);
  }
}

@media screen and (max-width: 480px) {
  .form__half-item-s {
    display: block;
  }
  .form__half-item-s.s1,
  .form__half-item-s.s2,
  .form__half-item-s.s3 {
    width: 80px;
  }
  .form__margin-left {
    margin-left: 0;
  }
}

@media screen and (max-width: 370px) {
  .compe .pagettl span.en {
    font-size: 36px;
  }
  .compe .pagettl span.jp {
    font-size: 16px;
  }

  .form__tel,
  .form__fax {
    font-size: 26px;
  }

  .form__tel span,
  .form__fax span {
    font-size: 20px;
  }
}
