@charset "UTF-8";
/* CSS Document */


.d_flex {
  display: flex;
}
.j_bw {
  justify-content: space-between;
}
.h2_title.round {
  font-size: 40px;
  font-size: min(4vw,40px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.06em;
  color: #313131;
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width:768px){
.d_flex {
  display: block;
}		
.h2_title.round {
  margin-bottom: 30px;
  font-size: 21px;
}
}
#sec01 {
  padding: 40px 0 60px 0;
}

.section_inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width:1000px){
.section_inner {
	padding: 0 20px;
	}
}


/*------------------------------------------------
contact
------------------------------------------------*/
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
.form_dl {
  display: flex;
}
.form_dt {
  width: 20%;
	position: relative;
	margin-right: 3%;
}
.form_dt.require::after {
  content: "必須";
  width: 30px;
  height: 10px;
  background: #ea68a2;
  color: #fff;
  font-size: 12px;
  padding: 5px;
  border-radius: 2px;
  position: absolute;
  right: 0;
  display: block;
  top: 0;
  text-align: center;
}
.form_dd {
  width: 77%;
	
}
.t_example {
  font-size: 12px;
  margin-top: 5px;
}
textarea {
    width: 100%;
	padding: 10px;
	box-sizing: border-box;
}
.form_dl {
  margin-bottom: 20px;
}
.form_dl:nth-child(1) {
  margin-bottom: 40px;
}
.confirm .form_dl:nth-child(1) {
  margin-bottom: 20px;
}
.form_dd_in {
  display: flex;
}
.form_content_wrap:nth-child(1) {
  margin-right: 12px;
}
input {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.form_content_wrap {
  width: 45%;
}
.bt_wrap {
  text-align: center;
}
.bt_wrap input {
    background: #ea68a2 !important;
    border: none;
    color: #fff;
	padding: 16px;
	width: 320px;
	border-radius: 50px;
}
.bt_wrap input[disabled] {
    background: #9c9c9c !important;
}
.color {
  color: red;
  font-size: 12px;
}

.check_list input {
  width: 16px;
}
.check_list {
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;	
}
.bt_wrap {
  text-align: center;
  margin: 40px auto 20px auto;
}
.thanks_txt {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 60px;
}
.re_brn a {
  max-width: 320px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  margin: 0 auto;
  background: #ea68a2;
  display: block;
  text-align: center;
  padding: 16px 10px;
  border-radius: 90px;
  border: solid 1px #ea68a2;
  box-sizing: border-box;
}
.re_brn a:hover {
  max-width: 320px;
  font-size: 16px;
  color: #ea68a2;
  text-decoration: none;
  margin: 0 auto;
  background: #fff;
  display: block;
  text-align: center;
  padding: 16px 10px;
  border-radius: 90px;
  border: solid 1px #ea68a2;
  box-sizing: border-box;
  transition: 0.5s;
}
.radio {
  display: flex;
}
.radio_li {
  display: flex;
  align-content: center;
  align-items: center;
  margin-right: 10px;
}
.radio_li:last-child{
	margin-right: 0;
}
.radio_li input {
  width: auto;
}



@media screen and (max-width:768px){
.form_dl {
  display: block;
}
.form_dt {
  width: 100%;
  position: relative;
  margin-right: 0;
  margin-bottom: 10px;
}
.form_dd {
  width: 100%;
}
.form_content_wrap {
  width: 50%;
}	
.check_list {
  font-size: 12px;
}
.radio {
  display: block;
}	
.radio_li {
  margin-bottom: 12px;
}	
}




