@charset "utf-8";
main{
	padding-top: 150px;
}
.common_inner input,
.common_inner textarea,
.common_inner label {
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
}
.common_inner .title{
	margin: 80px 0px 50px;
	text-align: center;
}
:root {

}
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
line-height: 3rem;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

label {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 60px 0 0;
}
.form_required {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 30px;
  background-color: #2764ef;
  color: #fff;
  margin: 0 10px 0 0;
}
input:not([type="submit"]),textarea {
  border-bottom: 1px solid #5E5E5E;
  width: 100%;
  padding: 10px 0;
  margin: 10px 0 0;
}
input#fname,input#lname {
  width: 46%;
}
input#fname {
  margin: 0 6% 0 0;
}
input[type="submit"] {
  display: flex;
  justify-content: center;
  width: 300px;
  height: 60px;
  margin: 80px auto;
  background-color: #2764ef;
  color: #fff;
  transition: .3s;
	border-radius: 30px;
}
input[type="submit"]:hover {
  border: 2px solid  #2764ef;
  background-color: #fff;
  color: #2764ef;
	box-shadow: 0px 10px 20px 0px rgb(10 26 43 / 23%);
}

.alert {
  height: 20px;
  color: #ff0000;
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
}
/*-----contact------*/
.contact_page{
	max-width: 960px;
    margin: auto;
	padding: 60px 0px;
}
.contact_contents{
	margin-bottom: auto;
}
.contact h4::after{
	border: solid 1px #ffffff;
}
.contact_contents p{
	text-align: center;
	margin: 0px auto 30px;
	font-weight: 400;
}
.contact_contents button{
	margin: auto;
    background-color: #ffffff;
    border: none;
    color: #cc0026;
    padding: 0px 50px;
    border-radius: 50px;
    font-size: 16px;
    height: 70px;
}
.contact_contents button::after{
	border-color: #cc0026 #cc0026 transparent transparent;
}
.contact_contents .title{
	margin-bottom: 50px;
	padding: 0;
}
@media screen and (max-width: 980px) {.contact_page,.footer_contents{max-width: 750px;}}
@media screen and (max-width: 840px) {.contact_page,.footer_contents{max-width: 700px;}}
/*-----iPhoneX_12pro XR------*/
@media screen and (max-width: 599px) {
	.common_inner{
		max-width: 340px;
		margin: auto;
	}
}
