/* CSS Document */



.divAgent-711{ max-width: 940px; margin: 0 auto; }
.divAgent--form{ display: flex; flex-flow: row wrap; align-items: center; justify-content: center; gap: 50px; margin-bottom: 30px; }
.form--select{ width: calc(50% - 25px); font-family: Arial,Helvetica Neue,Helvetica,sans-serif; }

.title-711{ font-size: 30px; text-align: center; font-weight: bold; margin-bottom: 40px; }

.branchList{ margin-left: 20px; }
.branchList li{ list-style: disc; font-size: 16px; line-height: 1.4; margin-bottom: 6px; }



.form--select select.select {
  width: 100%;
  background: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 0.6px solid #bbb;
  color: #333;
  padding: 5px 0;
  outline: none;
  display: inline-block;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  cursor:pointer;
  background-image: url(../images/icon/arrow_select.svg); 
  background-repeat: no-repeat;
  background-position: right center;
}


@media (max-width: 767px){

  .divAgent-711{  padding: 50px 0; }

}
@media (max-width: 576px){

  .divAgent-711{ width: 90%; }
  .divAgent--form{ gap: 20px; }
  .form--select{ width: 100%; }

}


/**************************************************************************************/
/**************************************************************************************/

