@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-JYJ */
/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/* flex */
.flex,
.flexA,
.flexB,
.flexC {
  display: flex;
  flex-wrap: wrap;
}
.flexA {
  justify-content: space-around;
}
.flexB {
  justify-content: space-between;
}
.flexC {
  justify-content: center;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
/* font */
.roboto {
  font-family: "Roboto", sans-serif;
}
/* content */
.content {
  margin: 0 auto;
  max-width: 79.5rem;
}
.content.sml {
  max-width: 41rem;
}
#main {
  margin-bottom: 7.6rem;
}
@media all and (max-width: 896px) {
  .content {
    margin: 0 2rem;
    max-width: inherit !important;
  }
}
.comMailForm dl {
  margin-bottom: 3.6rem;
}
.comMailForm dt {
  margin-bottom: 0.6rem;
  font-weight: 700;
}
.comMailForm dd {
  margin-bottom: 1.5rem;
}
.comMailForm dd:last-child {
  margin-bottom: 0;
}
.comMailForm input[type="text"],
.comMailForm input[type="email"],
.comMailForm input[type="tel"],
.comMailForm textarea {
  padding: 0.4rem 1.6rem;
  width: 100%;
  height: 5.1rem;
  font-size: 1.6rem;
  color: #333;
  border: none;
  border-radius: 0;
  background: #fff;
  font-weight: 400;
  box-sizing: border-box;
}
.comMailForm input[type="date"],
.comMailForm select {
  padding: 0.4rem 1.6rem;
  width: 100%;
  height: 5.1rem;
  font-size: 1.6rem;
  color: #333;
  border: none;
  border-radius: 0;
  background: #fff;
  font-weight: 400;
  box-sizing: border-box;
}
.comMailForm textarea {
  display: block;
  resize: vertical;
  min-height: 20.2rem;
}
.comMailForm .list {
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
}
.comMailForm .list li {
  width: calc(50% - 0.6rem);
  position: relative;
}
.comMailForm .list02 li {
  padding-right: 2.8rem;
}
.comMailForm .list03 li {
  width: calc((100% - 9.2rem) / 3);
}
.comMailForm .list .txt {
  position: absolute;
  right: 0;
  bottom: 0.3rem;
  font-weight: 700;
}
.comMailForm .list03 .txt {
  right: -3.5rem;
  bottom: 50%;
  transform: translateY(50%);
}
.comMailForm .sex {
  width: 17.2rem !important;
}
.comMailForm .policy .head small {
  display: block;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.2;
}
.comMailForm .policy .scroll {
  margin: 0.8rem 0 1.4rem;
  padding: 0.9rem;
  height: 20rem;
  background: #fff;
  border: 1px solid #d8d8d8;
  overflow-y: auto;
  font-size: 1.2rem;
}
.comMailForm .policy .scroll h4 {
  margin-bottom: 0.6rem;
}
.comMailForm .policy .scroll p {
  text-indent: 1.2rem;
}
.comMailForm .text {
  margin-bottom: 3.6rem;
  text-align: center;
}
.comMailForm .submit {
  display: flex;
  justify-content: center;
}
.comMailForm .submit li {
  width: fit-content;
}
.comMailForm .submit input {
  width: 21.6rem;
  height: 5rem;
  border-radius: 2.5rem;
  background: #fca531;
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.03em;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
.comMailForm .radioList li + li {
  margin-top: 0.6rem;
}
.comMailForm .radioList label {
  display: block;
  width: fit-content;
}
.comMailForm input[type="radio"] {
  display: none;
}
.comMailForm input[type="radio"] ~ span {
  padding: 0 0 0.4rem 2.6rem;
  font-weight: 700;
  cursor: pointer;
  display: block;
  width: fit-content;
  background: url(../img/common/icon01.png) no-repeat left center / 2rem;
}
.comMailForm input[type="radio"]:checked ~ span {
  background-image: url(../img/common/icon02.png);
}
.comMailForm input::-webkit-input-placeholder {
  color: #d0d0d0;
  opacity: 1;
}
.comMailForm input::-moz-placeholder {
  color: #d0d0d0;
  opacity: 1;
}
.comMailForm .required {
  color: #e74c3c;
  font-weight: 700;
  margin-left: 0.4rem;
}
@media all and (min-width: 897px) {
  .comMailForm .submit input:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 896px) {
  .comMailForm input[type="text"],
  .comMailForm input[type="email"],
  .comMailForm input[type="tel"],
  .comMailForm textarea {
    padding: 0.5rem 1rem;
    font-size: 1.4rem;
    height: 4rem;
  }
  .comMailForm input[type="date"],
  .comMailForm select {
    padding: 0.5rem 1rem;
    font-size: 1.4rem;
    height: 4rem;
  }
  .comMailForm .list03 li {
    width: calc((100% - 7rem) / 3);
  }
  .comMailForm .list03 .txt {
    right: -2.5rem;
  }
}
.headLine {
  margin: -2.2rem 0 4.7rem;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  font-feature-settings: "palt";
}
@media all and (max-width: 896px) {
  .headLine {
    margin: 0 1.5rem 4rem;
  }
}
