/* #contact .wrap{
  max-width: 1000px;
  margin: 0 auto;
} */
#contact h2{
  text-align: center;
  color:#fff;
  background-color:#045AA3;
  margin-bottom: 20px;
}

#contact .access_by_phone{
  text-align: center;
  margin-bottom: 40px;
}

#contact .access_by_phone .number{
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 20px;
}

#contact .line_height_x3{
  line-height: 3;
}

#contact mark{
font-size: 20px;
border: 1px solid #00BAD1;
border-radius: 5px;
background-color: #045AA3;
color: #fff;
padding: 0 5px;
margin-right: 5px;
line-height: 0;
}
#contact form mark{
  font-size: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  height: 20px;
  line-height: 20px;
}

#contact .input_items{
  /* background-color:#00BAD1; */
  border: solid 1px #bbb;
  padding: 20px 40px;
}
#contact .input_form .lined{
  /* border: 0.5px solid #ddd; */
  display: flex;
  padding: 15px;
}
#contact .input_form .lined+.lined{
  border-top: 0.5px solid #ddd;
}


#contact .input_form label{
  /* border: 1px solid; */
  width: 250px;
  /* text-align: center; */
  align-self: center;
  font-size: 1.5em;
  position: relative;
}
#contact .input_form input,
#contact #msg{
  border: none;
  /* margin: 5px; */
  background: #ddd;
  font-size: 18px;
  width: 500px;
  box-sizing: border-box;
  height: 30px;
  padding: 10px;
}
#contact .flex_input_column{
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 80px;
}
#contact .flex_input_column .inputbox+.inputbox{
  padding-top:15px;
}

#contact .input_form  p{
  display: inline;
  align-self: center;
}
#contact .input_form .address_num_figure input,
#contact .input_form .phone_num_figure input
{
  width: 100px;
}
@media all and (-ms-high-contrast: none){
  #contact .input_form .input_address{
    height:66.5px;
  }
}
#contact .input_form .input_address input{
  display: block;
}

#contact .input_address input{
  width: 800px;
}
#contact #msg{
  height: 200px;
  width: 800px;
}
#contact .agreement{
  text-align: center;
  font-size: 18px;
}
#contact .att{
  text-align: center;
  font-size: 16px;
}
#contact #agreement,
#contact #att{
  display: inline;
  width: auto;
  vertical-align: bottom;
  background-color: #fff;
}

#contact .agreement p{
  font-size: 20px;
}
#contact .att p{
  font-size: 16px;
}
#contact .agreement .block{
  display: block;
}
#contact .agreement span{
  font-size: 16px;
}
#contact .input_form button{
  display: block;
  font-size: 20px;
  text-align: center;
  margin:20px auto 40px;
  padding: 20px 50px;
  background-color: #045AA3;
  color: #fff;
  border:solid 1px #fff;
  border-radius: 15px;
  transition: all 1.0s;
}
#contact .input_form  button:hover{
  /* 背景色を明るい青色に指定 */
  background-color: #fff;
  /* 文字色を白色に指定 */
  color: #045AA3;
  border:solid 1px #045AA3;
  cursor: pointer;
}
#contact .input_form .button :disabled{
  background: #b9f0f7;
  color: #ffffff;
  cursor: default;
}
#contact .input_form .button :disabled:hover{
  background: #b9f0f7;
  color: #fff;
  cursor: default;
  border:solid 1px #fff;
}



#contact .after_space{
  margin-bottom: 40px;
}

#contact .info_desk{
  border: solid 1px #045AA3;
  border-radius: 15px;
  width: 300px;
  padding: 20px;
}
/* sp画面のときにwidth300pxのままだと小さくなりすぎる問題 */

#contact .info_desk p{
  line-height: 2;
}
