@charset "UTF-8";
/* 初期 */
.disnon {
  display: none;
}

/* タブレイアウト再構築 */
.newtabs {
  width: 100%;
  max-width: 1240px;
  margin: 30px auto 0;
}
.newtabs_content {
  width: 100%;
  padding: 20px 40px 45px 40px;
  box-sizing: border-box;
  background: #FFF;
}
@media (max-width:767px) {
  .newtabs_content {
    padding: 1em 1em 2em 1em;
  }
}

#tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#tab li {
  width: 25%;
  height: 100px;
  line-height: 100px;
  font-size: 1em;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  transition: all 0.2s ease;
  cursor: pointer;
}
#tab li:nth-child(odd) {
  background-color: #c3af75;
}
#tab li:nth-child(even) {
  background-color: #b29f68;
}
@media (max-width:767px) {
  #tab li {
    height: 80px;
    line-height: 80px;
    font-size: 1.2em;
  }
}
#tab li.select {
  background-color: #de6707;
  border-bottom: 3px solid #de6707;
  color: #fff;
}

.formlist {
  width: 100%;
  background: url(../img/formlist_bg.jpg) top center no-repeat;
  border-radius: 20px;
  background-size: cover;
  margin: 0 auto 30px;
  padding: 24px 48px;
}
@media (max-width:767px) {
  .formlist {
    padding: 5%;
  }
}
.formlist_ttl {
  width: 100%;
  max-width: 570px;
  margin: 0 auto 40px;
}
@media (max-width:767px) {
  .formlist_ttl {
    margin: 0 auto 20px;
  }
}
.formlist_box {
  width: 30%;
  margin: 0 0 20px;
  background: #FFF;
  border-radius: 20px;
}
@media (max-width:767px) {
  .formlist_box {
    width: 48%;
  }
}
.formlist_box_wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.formlist_btn {
  display: block;
  width: 100%;
}
.formlist_btn div img {
  border-radius: 20px 20px 0 0;
  max-width: 100%;
}
.formlist_btn p {
  padding: 4%;
  font-size: 1em;
  color: #000;
  font-weight: bold;
}
@media (max-width:767px) {
  .formlist_btn p {
    font-size: 0.65em;
  }
}/*# sourceMappingURL=newtab.css.map */