@charset "UTF-8";

@media (max-width:767px) {
  .pc{
    display: none;
  }
}
@media (min-width:768px) {
  .sp{
    display: none;
  }
}

#proposal_form .mv-title{
  margin-bottom: 40px;
}
@media (max-width:767px) {
  #proposal_form .mv-title{
    margin-bottom: 20px;
  }
}
#proposal_form .l-container{
  width: 100%;
  max-width: 940px;
  padding: 0 20px;
  margin: 0 auto;
}

.p-form__flow{
  list-style-type: none;
  display: table;
  width: 100%;
  padding: 0;
  margin: 30px 0;
  overflow: hidden;
}
@media (max-width:767px) {
  .p-form__flow{
    margin: 20px 0;
  }
}
.p-form__flow li{
  width: calc(100% / 3);
  display:table-cell;
  position:relative;
  background: #ddd;
  padding: 24px 0.5em 24px 1.5em;
  color: #000;
  text-align: center;
}
@media (max-width:767px) {
  .p-form__flow li{
    font-size: 1.2rem;
    line-height: calc(30 / 25);
    padding: 0.8em 0.5em 0.8em 1em;
  }
}
.p-form__flow li:last-child{
  padding-right: 1em;
}
@media (max-width:767px) {
  .p-form__flow li:last-child{
    padding-right: 0;
  }
}
.p-form__flow li:last-child:before,
.p-form__flow li:last-child:after{
  display: none;
}
.p-form__flow li:before,
.p-form__flow li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.p-form__flow li:before{
  top:-8px;
  right:-33px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 2em;
  z-index: 10;
}
@media (max-width:767px) {
  .p-form__flow li:before{
    top:-15px;
    right:-16px;
  }
}
.p-form__flow li:after{
  top:-8px;
  right:-30px;
  border-style: solid;
  border-color: transparent transparent transparent #ddd;
  border-width: 40px 0 40px 2em;
  z-index: 10;
}
@media (max-width:767px) {
  .p-form__flow li:after{
    top:-15px;
    right:-14px;
  }
}
.p-form__flow li.is-current{
  background: #009adc;
  font-weight: bold;
  color: #FFF;
}
.p-form__flow li.is-current:after{
  border-color: transparent transparent transparent #009adc;
}

.p-form__sc1 .c-txt1{
  font-size: 1.6rem;
  line-height: calc(27 / 16);
  letter-spacing: 0.025em;
}
@media (max-width:767px) {
  .p-form__sc1 .c-txt1{
    font-size: 1.2rem;
    line-height: calc(38 / 25);
  }
}
.p-form__sc1 .c-txt1:not(:first-of-type){
  font-weight: bold;
}
.p-form__sc1 .c-txt1:last-of-type{
  margin-top: 42px;
}
@media (max-width:767px) {
  .p-form__sc1 .c-txt1:last-of-type{
    margin-top: 20px;
  }
}
.p-form__sc1 .c-txt1 a{
  display: inline;
}

.p-form__sc2{
  padding-top: 60px;
}
@media (max-width:767px) {
  .p-form__sc2{
    padding-top: 45px;
  }
}
.p-form__sc3{
  padding-top: 108px;
}
@media (max-width:767px) {
  .p-form__sc3{
    padding-top: 55px;
  }
}
.p-form__sc3 .c-form__txt1{
  margin-top: 16px;
}
@media (max-width:767px) {
  .p-form__sc3 .c-form__txt1{
    margin-top: 8px;
  }
}

.c-form__ttl1{
  font-size: 3.8rem;
  font-weight: bold;
  letter-spacing: 0.025em;
  color: #00489d;
  text-align: center;
}
@media (max-width:767px) {
  .c-form__ttl1{
    font-size: 2rem;
  }
}
.c-form__required{
  color: #b70000;
}
.c-form__item{
  display: flex;
  align-items: center;
  border-bottom: 1px dotted #333;
  padding: 24px 0;
}
@media (max-width:767px) {
  .c-form__item{
    padding: 12px 0;
  }
}
.c-form__item:first-child{
  border-top: 1px dotted #333;
}
.c-form__item.noalign{
  align-items: initial;
}
.c-form__item__ttl{
  flex-shrink: 0;
  width: 155px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: calc(24 / 16);
  letter-spacing: 0.025em;
}
.out_in {
  font-size: 1.6rem;
  line-height: calc(24 / 16);
}
@media (max-width:767px) {
  .c-form__item__ttl{
    width: 85px;
    font-size: 1.2rem;
    line-height: calc(38 / 25);
  }
  .out_in {
    font-size: 1.2rem;
    line-height: calc(38 / 25);
  }
}
.c-form__item__ttl.required:after{
  content: "【必須】";
  display: block;
  color: #b70000;
}
.c-form__item__ttl.required_en:after{
  content: "[Required]";
  display: block;
  color: #b70000;
}
.c-form__input{
  width: calc(100% - 155px);
}
@media (max-width:767px) {
  .c-form__input{
    width: calc(100% - 85px);
  }
}
.c-form__input input,
.c-form__input textarea,
.c-form__input select{
  width: 100%;
  box-sizing: border-box;
  font-family: YuGothic, 'Yu Gothic Medium', 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
  line-height: calc(24 / 16);
  letter-spacing: 0.025em;
  color: #333;
  background: #f2f8ff;
  border: 1px solid #333;
  padding: 14px 18px;
}
@media (max-width:767px) {
  .c-form__input input,
  .c-form__input textarea,
  .c-form__input select{
    font-size: 1.2rem;
    line-height: calc(38 / 25);
    padding: 7px 9px;
  }
}
.c-form__input textarea{
  height: 260px;
}
@media (max-width:767px) {
  .c-form__input textarea{
    height: 130px;
  }
}
.c-form__input select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-form__input--select{
  position: relative;
}
.c-form__input--select:after{
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-left: 2px solid #777;
  border-bottom: 2px solid #777;
  position: absolute;
  top: 12px;
  right: 18px;
  transform: rotate(-45deg);
  pointer-events: none;
}
@media (max-width:767px) {
  .c-form__input--select:after{
    width: 10px;
    height: 10px;
    top: 8px;
    right: 12px;
  }
}
.c-form__input .c-form__error{
  background: #fef1ec !important;
}
.c-form__input.c-form__error select{
  background: #fef1ec !important;
}
.invalid-feedback{
  width: 100%;
  font-size: 1.6rem;
  line-height: calc(24 / 16);
  letter-spacing: 0.025em;
  color: #b70000;
  margin-top: 4px;
}
@media (max-width:767px) {
  .invalid-feedback{
    font-size: 1.2rem;
    line-height: calc(38 / 25);
    margin-top: 4px;
  }
}
.c-form__input--name{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 16px;
}
@media (max-width:767px) {
  .c-form__input--name{
    column-gap: 8px;
  }
}
.c-form__input--name input{
  max-width: 300px;
}
@media (max-width:767px) {
  .c-form__input--name input{
    max-width: 150px;
  }
}
.c-form__input--short{
  max-width: 200px;
}
@media (max-width:767px) {
  .c-form__input--short{
    max-width: 120px;
  }
}
.c-form__input--mid{
  max-width: 360px;
}
@media (max-width:767px) {
  .c-form__input--mid{
    max-width: 180px;
  }
}

.c-form__address__list{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 26px;
}
@media (max-width:767px) {
  .c-form__address__list{
    gap: 10px;
  }
}
.c-form__address__txt{
  font-size: 1.6rem;
  line-height: calc(24 / 16);
  letter-spacing: 0.025em;
}
@media (max-width:767px) {
  .c-form__address__txt{
    font-size: 1.2rem;
    line-height: calc(38 / 25);
  }
}
.c-form__address__input{
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width:767px) {
  .c-form__address__input{
    gap: 8px;
  }
}
.c-form__address__error{
  align-items: flex-start;
}
.c-form__txt1{
  font-size: 1.6rem;
  line-height: calc(27 / 16);
  letter-spacing: 0.025em;
}
@media (max-width:767px) {
  .c-form__txt1{
    font-size: 1.2rem;
    line-height: calc(38 / 25);
  }
}
.c-form__mail--confirm{
  font-size: 1.6rem;
  line-height: calc(27 / 16);
  letter-spacing: 0.025em;
  margin: 24px 0 4px;
}
@media (max-width:767px) {
  .c-form__mail--confirm{
    font-size: 1.2rem;
    line-height: calc(38 / 25);
    margin: 10px 0 4px;
  }
}
.c-form__btn__list{
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 36px;
}
@media (max-width:767px) {
  .c-form__btn__list{
    gap: 14px;
    margin-top: 10px;
  }
}
.c-form__btn{
  display: block;
  width: 100%;
  max-width: 200px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: calc(27 / 16);
  letter-spacing: 0.025em;
  text-align: center;
  padding: 14px;
  cursor: pointer;
}
@media (max-width:767px) {
  .c-form__btn{
    max-width: 140px;
    font-size: 1.2rem;
    line-height: calc(38 / 25);
    padding: 8px;
  }
}
.c-form__btn:hover{
  opacity: 0.7;
}
.c-form__btn--cancel{
  color: #009adc;
  background: #FFF;
  border: 1px solid #009adc;
}
.c-form__btn--submit{
  color: #FFF;
  background: #009adc;
  border: 1px solid #009adc;
}
.c-form__btn.postal-search{
  max-width: 120px;
  color: #FFF;
  background: #009adc;
}
@media (max-width:767px) {
  .c-form__btn.postal-search{
    max-width: 80px;
  }
}


@media (max-width:767px) {
  .p-form--confirm .p-form__sc2{
    padding-top: 35px;
  }
}
.p-form--confirm .c-form__item{
  align-items: initial;
  padding: 0;
}
.p-form--confirm .c-form__item__ttl{
  width: 200px;
  background: #f1f1f0;
  border-right: 1px dotted #333;
  padding: 28px;
}
@media (max-width:767px) {
  .p-form--confirm .c-form__item__ttl{
    width: 100px;
    padding: 14px 10px;
  }
}
.p-form--confirm .c-form__input{
  font-size: 1.6rem;
  line-height: calc(24 / 16);
  letter-spacing: 0.025em;
  background: #f2f8ff;
  padding: 28px;
}
@media (max-width:767px) {
  .p-form--confirm .c-form__input{
    font-size: 1.2rem;
    line-height: calc(38 / 25);
    padding: 14px 10px;
  }
}
@media (max-width:767px) {
  .p-form--confirm .c-form__btn__list{
    margin-top: 30px;
  }
}

.p-form--thanks .c-form__txt1{
  margin-top: 42px;
  font-weight: bold;
  text-align: center;
}
@media (max-width:767px) {
  .p-form--thanks .c-form__txt1{
    padding: 0 20px;
    margin-top: 33px;
  }
}
.p-form--thanks .c-form__btn1{
  width: 100%;
  max-width: 350px;
  margin: 42px auto 0;
}
@media (max-width:767px) {
  .p-form--thanks .c-form__btn1{
    max-width: 210px;
    margin: 33px auto 0;
  }
}
.p-form--thanks .c-form__btn1 a{
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: calc(27 / 16);
  letter-spacing: 0.025em;
  color: #009adc;
  text-align: center;
  border: 1px solid #009adc;
  padding: 16px;
}
@media (max-width:767px) {
  .p-form--thanks .c-form__btn1 a{
    font-size: 1.2rem;
    line-height: calc(38 / 25);
    padding: 8px;
  }
}
.p-form--thanks .c-form__btn1 a:hover{
  opacity: 0.7;
}
.pt0 {
	padding-top: 0px !important;
}
.mt5 {
	margin-top: 5px !important;
}
/*----- display -----*/
/* display */
.dpBlock { display: block !important; }
.dpInlBlock { display: inline-block !important; width: auto !important; }
.dpNone { display: none !important; }
.ul_note {
	list-style-type: disc;
	margin-top: 5px !important;
	margin-bottom: 40px;
}
.ul_note > li {
	list-style-type: disc;
	margin-left: 20px;
	padding-left: 10px;
}
.counter {  }
.over-limit { color: #c62828; font-weight: 600; }
textarea.over-limit { outline: 2px solid #c62828; }
.disabled { opacity: 0.6; pointer-events: none; }
.algn-itms-top {
	align-items: start !important;
}
/*----- font -----*/
.bold { font-weight: bold !important; }
.italic {	font-style: italic !important; }
.fwNormal { font-weight: normal !important; }
.fsNormal { font-style: normal !important; }
.txtLineThrough { text-decoration: line-through; !important; }
