@charset "utf-8";

.contact_text iframe{
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 801px) {
  .conf_input,.conf_title{
    display: inline-block;
  }
  .conf_logo{
    width:100%;
    padding-top: 50px;
    text-align: center;
  }
  .conf_must{
    background-color: #E3B4AC;
    padding: 5px 10px;
    color: #fff;
    font-size: 1rem;
    margin-left: 20px;
    right: 30px;
    top :-5px;
    position: absolute;
    border-radius: 5px;

  }

  .confir_text{
    padding: 30px;
    text-align: center;
    font-size: 1.1rem;
  }

  .confir_caution{
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.8rem;
  }

  .conf_box{
    width: auto;
    height: 100%;
    margin: 40px 0;
  }

  .conf_title{
    width: 300px;
    height: auto;
    vertical-align: top;
  }

  .conf_title_must{
      position: relative;
      display: flex;
      align-items: center;
  }

  .conf_input{
    margin-right: 10px;
    max-width: 600px;
    font-weight: 500;
  }

  .connection,.adviser,.group,.career{
    margin: 50px 0;
    /*border-bottom: 1px solid #ccc;*/
  }

  .specialty{
    vertical-align: top;
  }

  .requiremconf{
    margin-top: 50px;
  }



  .conf_button_area{
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }

  .back_button{
    width: 22%;
    height: 50px;
    margin-right: 50px;
    background: #888;
    border-radius: 5px;
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 2px;
    display: inline-block;
  }
  .back_button a {
    display: block;
    padding: 0 10px;
  }
  .back_button input{
    border: 0px solid #fff;
    height: 50px;
    width: 100%;
    vertical-align: middle;
    background: #888;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 2px;
    cursor: pointer;
    border-radius: 5px;
  }

  .conf_button{
    border-radius: 5px;
    height: 50px;
    background: #26377a;
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 2px;
      display: inline-block;
  }
  .conf_button input{
    border: 0px solid #fff;
    height: 50px;
    width: 100%;
    vertical-align: middle;
    background: #26377a;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 2px;
    cursor: pointer;
    display: block;
    padding: 0 13px;
    border-radius: 5px;
  }

  .back_button:hover,.conf_button:hover{
    filter:alpha(opacity=80);
    opacity:0.8;
  }

  .confirm .consent2 {
    margin: 0 40px 50px;
    padding-top: 20px;
  }
}

@media screen and (max-width:800px) {
  .conf_box{
    list-style: none;
  }

  .conf_logo{
    width: 100%;
    padding-top: 30px;
    text-align: center;
  }

  .conf_item{
    font-size: 1.1rem;

  }

  .conf_must{
    background-color: #E3B4AC;
    padding: 3px 10px;
    color: #fff;
    margin-left: 10px;
    border-radius: 5px;
  }

  .confir_text{
    padding: 20px;
    text-align: left;
    font-size: 0.9rem;
  }

  .conf_title{
    width: auto;
    height: 40px;
    vertical-align: top;
  }

  .conf_input{
    margin-right: 10px;
    font-weight: 500;
  }

  .conf_input{
    display: inline-block;
  }

  .conf_box{
    width: auto;
    height: auto;
    margin: 30px 0 30px -30px;
  }

  .connection,.adviser,.group{
    margin-top:50px;
  }

  .contact_text{
    width: 100%;
    margin: 0 auto;
  }

  .contact_text iframe{
    width: 90%;
    margin: 0 auto;
  }

  .conf_button_area{
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .back_button{
    width: 40%;
    height: 50px;
    margin-right: 5px;
    padding: 0 10px;
    border-radius: 5px;
    background: #888;
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 2px;
    display: inline-block;
  }

  .back_button input{
    border: 0px solid #fff;
    height: 50px;
    width: 100%;
    vertical-align: middle;
    background: #888;
    color: #fff;
    font-size: 0.9rem;
    letter-spacing: 2px;
    cursor: pointer;
  }

  .conf_button{
    width: 40%;
    height: 50px;
    padding: 0 10px;
    border-radius: 5px;
    background: #26377a;
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 2px;
      display: inline-block;
  }

  .conf_button input{
    border: 0px solid #fff;
    height: 50px;
    width: 100%;
    vertical-align: middle;
    background: #26377a;
    color: #fff;
    font-size: 0.7rem;
    letter-spacing: 2px;
    cursor: pointer;
  }

  .br::before {
    content: "\A" ;
    white-space: pre ;
  }

}
