@charset "utf-8";

/*
----------------------*/
/*
----------------------------------------*/
/*
---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
□ Contact
---------------------------------------------------------------------------*/
/*進捗バー
---------------------------------------------------------------------------*/
.p-ctc_progressbar {
  position: relative;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 50rem;
  margin: 5rem auto;
  @media (width <=768px) {
    width: 100%;
    margin: 4rem auto;
  }
}
.p-ctc_progressbar li {
  position: relative;
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  width: 33.333%;
  color: #999999;
  font-weight: 500;
  @media (width <= 768px) {
    font-size: 1.4rem;
  }
}
.p-ctc_progressbar li:before {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  margin: .7rem auto 2rem auto;
  content: '';
  text-align: center;
  border-radius: 50%;
  background-color: #F5F5F5;
}
.p-ctc_progressbar li:after {
  position: absolute;
  z-index: -1;
  top: 1.5rem;
  left: -50%;
  width: 100%;
  height: .2rem;
  content: '';
  background-color: #F5F5F5;
}
.p-ctc_progressbar li:first-child:after {
  content: none;
}
.p-ctc_progressbar li.active,
.p-ctc_progressbar li.complete {
  color: #0070BD;
}
.p-ctc_progressbar li.active:before,
.p-ctc_progressbar li.complete:before {
  background-color: #0070BD;
}
.p-ctc_progressbar li.active:after,
.p-ctc_progressbar li.complete:after {
  background-color: #0070BD;
}
/*Main
---------------------------------------------------------------------------*/
.p-ctc_sec .l-w980{
  padding: 0 1rem;
  @media (width <= 768px) {
    padding: 0 1.4rem;
  }
}
.p-ctc_note{
  text-align: right;
}
.p-ctc_intro_msg{
  margin-top: 6rem;
  text-align: center;
}
.p-ctc_note span{
  color: #FF0000;
}
/*フォーム設定
----------------------------------------*/
.p-ctc_formWrap{
  background-color: #F2F6FE;
  padding: 8rem 14rem;
  margin-top: 0.8rem;
  @media (width <= 768px) {
    padding: 3rem 1.4rem;
  }
}
.form_note1{
  font-size: 1.4rem;
}
.fm-item + .fm-item {
  margin-top: 3rem;
}
.fm-item_ttl {
  margin-bottom: 0.4rem;
}
.fm-item_ttl span{
  color: #FF0000;
}
.fm-item input:not([type="radio"],[type="checkbox"],[type="search"],[type="button"],[type="submit"],[type="file"]){
  border: 1px solid #AAAAAA;
  width: 100%;
  height: 5rem;
  padding: 0 1.6rem;
}
.p-ctc_select {
  border: 1px solid #AAAAAA;
  width: 32rem;
  height: 5rem;
  padding: 0 1.6rem;
  font-size: 1.6rem;
}
.fm-item textarea {
  border: 1px solid #AAAAAA;
  width: 100%;
  padding: 1.6rem;
}
.fm-item input[type="checkbox"] {
  width: 2.2rem;
  height: 2.2rem;
  vertical-align: middle;
}
.fm-item_note1 a {
  text-decoration: underline;
  user-select: none;
}
.fm-label_privacy{
  cursor: pointer;
  user-select: none;
}
.p-ctc_conf_msg{
  text-align: center;
  margin-bottom: 2rem;
}
.contact-confirm .fm-item{
  background-color: #FFF;
  padding: 2rem;
  border-radius: .8rem;
}
.fm-item_conf_out{
  font-weight: 500;
}
.fm-noteArea{
  margin-top: 4rem;
  padding: 2rem;
  background-color: #ffffee;
  border-radius: .8rem;
}
.fm-note1 span{
  color: #e10000;
  font-weight: 500;
  padding: 0 0.4rem;
}
.fm-note2{
  font-size: 1.4rem;
  margin-top: 1.4rem;
}
.btn-submitWrap input{
  margin: 0 1rem;
}
.comp_msgArea{
  text-align: center;
}
