@charset "UTF-8";

/*------------------------------------------------------------------------------
  page title
------------------------------------------------------------------------------*/
.shindan_form {
}
.shindan_form .section_form {
  padding-bottom: 166px;
}
.shindan_form .section_form .section__container {
  width: 960px;
  margin: 0 auto;
}
.shindan_form .ttl__inner {
  border-bottom: 2px solid #ffbb00;
}
.shindan_form .ttl__inner .page__ttl {
  float: left;
  margin-top: 50px;
  font-size: 44px;
  font-weight: bold;
  color: #22ac38;
}
.shindan_form .ttl__inner p {
  float: left;
  margin: 77px 0 0 15px;
  font-size: 22px;
  font-weight: bold;
}
.shindan_form .txt_describe {
	font-size: 16px;
	line-height: 1.876;
	margin-top: 58px;
}
.shindan_form .txt_describe span {
	font-weight: bold;
}
.shindan_form .txt_describe sup {
  font-size: 75%;
  position: relative;
  top: -0.5em;
}
.shindan_form .txt_describe + .txt_note {
	font-size: 11px;
	line-height: 1.833;
	padding: 4px 0 3px;
  text-indent: -1em;
  padding-left: 1em;
}

/* SP */
@media screen and (max-width: 768px) {
  .shindan_form .section_form {
    padding-bottom: 80px;
  }
  .shindan_form .section_form * {
    box-sizing: border-box;
  }
  .shindan_form .section_form .section__container {
    width: auto;
  	padding: 0 5%;
  }
  .shindan_form .ttl__inner .page__ttl {
    float: none;
    margin-top: 22px;
    font-size: 24px;
  }
  .shindan_form .ttl__inner p {
    float: none;
    margin: 7px auto 13px;
    font-size: 14px;
    font-weight: bold;
  }
  .shindan_form .txt_describe {
  	font-size: 14px;
  	line-height: 1.6;
  	margin-top: 26px;
  }
  .shindan_form .txt_describe + .txt_note {
		font-size: 10px;
  	line-height: 1.6;
		padding-top: 8px;
    padding-bottom: 1px;
  }
  .pc_area{
    display:none;
  }
}

/*------------------------------------------------------------------------------
  .section_form (title)
------------------------------------------------------------------------------*/
.section_form .form_wrap {
	background-color: #f0f0e4;
	border-radius: 10px;
	behavior: url(/assets/lib/PIE.htc);
	padding: 50px 50px 10px;
	text-align: center;
	margin-top: 42px;
	position: relative;
}
.section_form .form_wrap .each_part {
  margin: 64px 0 0;
}
.section_form .form_wrap .is_menu_part {
  margin: 0;
}
.section_form .form_wrap .is_diagnosis_part {
  margin: 70px 0 0;
}
.section_form .form_wrap .each_part .h4_wrap {
	width: 860px;
	text-align: left;
	padding-bottom: 10px;
	border-bottom: #222 2px solid;
}
.section_form .form_wrap .each_part .h4_wrap h4 {
	float: left;
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	color: #222;
}
.section_form .form_wrap .each_part .h4_wrap p {
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	color: #e93e52;
	padding: 10px 0 0 20px;
}

/* SP */
@media screen and (max-width: 768px) {
  .section_form .form_wrap {
    min-width: 288px;
  	padding: 30px 6%;
  	margin-top: 24px;
  }
  .section_form .form_wrap .each_part {
    margin: 50px 0 0;
  }
  .section_form .form_wrap .is_menu_part {
    margin: 0;
  }
  .section_form .form_wrap .each_part .h4_wrap {
  	width: 100%;
  }
  .section_form .form_wrap .each_part .h4_wrap h4 {
  	font-size: 20px;
  }
  .section_form .form_wrap .each_part .h4_wrap p {
  	font-size: 12px;
  	padding: 8px 0 0 10px;
  }
}

/*------------------------------------------------------------------------------
  .section_form .form_part (layout)
------------------------------------------------------------------------------*/
.section_form .form_part {
	font-size: 14px;
	width: 100%;
	margin: 0 auto;
  padding: 30px 0 0;
}
.section_form table {
  width: 670px;
	margin: 0 0 50px;
}
.section_form table + table {
  position: relative;
  margin: 61px 0 50px;
}
.section_form table + table::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -21px;
  width: 820px;
  border-top: 1px dotted #999;
}
.section_form table tr {
  width: 100%;
}
.section_form table tr th {
  width: 250px;
  padding: 25px 0 0 20px;
	vertical-align: top;
}
.section_form table tr th.is--must:after {
  content: "※";
  display: inline-block;
  color: #e93e52;
  font-size: 14px;
  position: relative;
  top: 1px;
  left: 6px;
}
.section_form table tr th.is--must.is--nospace:after {
  left: 0;
}
.section_form table tr td {
  width: 400px;
  padding: 20px 0 0;
	text-align: left;
}
.section_form table tr td.no_input_text {
  padding: 25px 0 0;
}
.section_form table tr td.sub-th {
	width: 100px;
  padding: 25px 0 0;
	vertical-align: top;
}
.section_form table tr td.sub-td {
  width: 300px;
}
.section_form table tr td .flex_wrap {
  display: flex;
  flex-wrap: wrap;
}

/* SP */
@media screen and (max-width: 768px) {
  .section_form .form_part {
  	padding: 0;
  }
  .section_form table {
    width: 100%;
    /* margin: 0 0 50px; */
    margin: 0;
  }
  .section_form table + table {
    margin: 27px 0 0;
  }
  .section_form table + table::before {
    top: -2px;
    width: 100%;
  }
  .section_form table tr {
    display: block;
  }
  .section_form table tr th {
    display: block;
    width: 100%;
    padding: 20px 0 0;
  }
  .section_form table tr th.is--must:after {
    font-size: 12px;
    top: -1px;
  }
  .section_form table tr td {
    display: block;
    width: 100%;
  	padding: 5px 0 0;
  }
  .section_form table tr td.no_input_text {
    padding: 0;
  }
  .section_form table tr td.sub-th {
  	width: 100%;
    padding: 20px 0 0;
  }
  .section_form table tr th + td.sub-th {
    padding: 5px 0 0;
  }
  .section_form table tr td.sub-td {
    width: 100%;
  }
}

/*------------------------------------------------------------------------------
  .section_form (elements)
------------------------------------------------------------------------------*/
.section_form input[type="text"],
.section_form input[type="email"] {
	padding: 4px 20px;
	box-sizing: border-box;
	display: block;
	width: 400px;
	border: 1px solid #bcbcb7;
}
.section_form .sub-td input[type="text"] {
	width: 300px;
}
.section_form input[type="text"].name {
	width: 130px;
}
.section_form input[type="text"].tel,
.section_form input[type="text"].postalcode1 {
	width: 100px;
}
.section_form input[type="text"].postalcode2 {
	width: 150px;
}
.section_form input[type="text"].width_minus50 {
  width: calc(100% - 50px);
}
.section_form input[type="radio"],
.section_form input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 7px 18px 0 0;
}
.section_form input[type="checkbox"] {
  margin: 8px 18px 0 0;
}
.section_form .place_type_more input[type="radio"],
.section_form .place_type_more input[type="checkbox"] {
  margin: 7px 18px 6px 0;
}
.section_form input[type="radio"] + label,
.section_form input[type="checkbox"] + label {
  padding: 5px 0 0;
}
.section_form select {
	height: 34px;
	width: 400px;
	line-height: 1;
	background: #fff;
	border: 1px solid #bcbcb7;
}
.section_form input.form-locked,
.section_form select.form-locked {
  pointer-events: none;
  cursor: not-allowed;
  background-color: #e2e2cc;
  border-color: transparent !important;
}
.section_form table .halfsize,
.section_form table .halfsize_pc {
	width: 200px;
}
.section_form td span {
	display: flex;
  align-items: center;
  padding: 0;
}
.section_form .name_label1 {
	width: 50px;
  padding: 0;
}
.section_form .name_label2 {
	width: 50px;
  padding: 0 0 0 40px;
}
.section_form .one_letter {
	width: 50px;
	justify-content: center;
}
.section_form .btn_prefecture {
	margin-top: 10px;
}
.section_form .btn_prefecture a {
	display: block;
	width: 202px;
	height: 31px;
	font-size: 13px;
	font-weight: bold;
	color: #ff7e00;
	text-align: center;
	padding: 0 0 0 10px;
	background: #fff;
	border: #d2d2bc 2px solid;
	box-sizing: border-box;
	border-radius: 15.5px;
	line-height: 28px;
	behavior: url(/assets/lib/PIE.htc);
	position: relative;
}
.section_form .btn_prefecture a:before {
	background: url(/assets/img/common/ic_arrow_orange_r_sp.png) no-repeat left top / contain;
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 6px;
	left: 8px;
}
.section_form table tr td .txt_example {
  padding-top: 3px;
}
.section_form table tr td .txt_note {
  padding-top: 0.5em;
}

/* SP */
@media screen and (max-width: 768px) {
  .section_form input[type="text"],
  .section_form input[type="email"] {
  	padding: 4px 10px;
  	width: 100%;
  }
  .section_form .sub-td input[type="text"] {
  	width: 100%;
  }
  .section_form input[type="text"].name {
  	width: 100%;
  }
  .section_form input[type="text"].tel {
    width: calc((100% - 61px)/3);
    max-width: 113px;
  }
  .section_form input[type="text"].postalcode1 {
    width: calc(50% - 31px);
  	max-width: 170px;
  }
  .section_form input[type="text"].postalcode2 {
    width: 50%;
  	max-width: 200px;
  }
  .section_form input[type="text"].width_minus50 {
    width: calc(100% - 30px);
  }
  .section_form input[type="radio"],
  .section_form input[type="checkbox"] {
    margin: 6px 13px 0 0;
  }
  .section_form .place_type_more input[type="radio"],
  .section_form .place_type_more input[type="checkbox"] {
    margin: 6px 13px 0 0;
  }
  .section_form input[type="radio"] + label,
  .section_form input[type="checkbox"] + label {
    padding: 4.5px 0;
  }
  .section_form select {
  	width: 100%;
  }
  .section_form table .halfsize {
  	width: 50%;
  }
  .section_form td .name_block {
    display: block;
    width: 50%;
    padding: 3px 10px 3px 0;
  }
  .section_form td .name_block + .name_block {
    padding: 3px 0 3px 10px;
  }
  .section_form .name_label1,
  .section_form .name_label2 {
  	padding: 0 0 5px;
  }
  .section_form .one_letter {
  	width: 30px;
  }
}

/*------------------------------------------------------------------------------
  .section_form (layout more)
------------------------------------------------------------------------------*/
.section_form .place_type_more {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.section_form .place_type_more > div {
  display: none;
}
.section_form .place_type_more ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: -40px auto 0;
  padding: 10px 0 0;
  border: none;
}
.section_form .place_type_more ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 250px;
  padding: 5px 10px 0 20px;
  text-align: left;
}
.section_form .place_type_more ul li:nth-child(3n) {
  width: 270px;
}

/* SP */
@media screen and (max-width: 768px) {
  .section_form .place_type_more ul {
    margin: 15px auto 0;
    padding: 10px 15px;
    border: 1px dotted #999;
  }
  .section_form .place_type_more ul li {
    width: 100%;
    padding: 0;
  }
  .section_form .place_type_more ul li:nth-child(3n) {
    width: 100%;
  }
}

/*------------------------------------------------------------------------------
  .section_form .check_same
------------------------------------------------------------------------------*/
.section_form .check_same {
  display: flex;
  justify-content: center;
  width: 820px;
  font-size: 16px;
  font-weight: bold;
  margin: 20px auto;
  padding: 10px 0 15px;
  border: 1px solid #666;
}

/* SP */
@media screen and (max-width: 768px) {
  .section_form .check_same {
    width: 100%;
    font-size: 14px;
    margin: 25px auto 0;
    padding: 10px 0;
  }
  .section_form table + .check_same {
    margin: 40px auto 0;
  }
}

/*------------------------------------------------------------------------------
  .section_form .set_menu
------------------------------------------------------------------------------*/
.section_form .set_menu {
  width: 620px;
  margin: 0 auto;
}
.section_form .set_menu .flex_wrap {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 0 0;
}
.section_form .set_menu input[type="radio"] {
  width: 20px;
  height: 20px;
  margin: 3px 13px 0 0;
}
.section_form .set_menu .txt_sets {
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: left;
}
.section_form .set_menu .txt_sets .txt_14 {
  font-size: 14px;
}
.section_form .set_menu .txt_sets .txt_16 {
  font-size: 16px;
}
.section_form .set_menu .txt_sets .txt_18 {
  font-size: 18px;
}
.section_form .set_menu .txt_sets .txt_green {
  color: #22ac38;
}
.section_form .set_menu .txt_sets strong {
  font-weight: bold;
}

/* SP */
@media screen and (max-width: 768px) {
  .section_form .set_menu {
    width: 100%;
    margin: 15px auto 0;
  }
  .section_form .set_menu .flex_wrap {
    align-items: flex-start;
    padding: 5px 0 0;
  }
  .section_form .set_menu input[type="radio"] {
    width: 18px;
    height: 18px;
    margin: 7px 8px 0 0;
  }
  .section_form .set_menu .txt_sets {
    display: block;
  }
  .section_form .set_menu .txt_sets .txt_14 {
    font-size: 12px;
  }
  .section_form .set_menu .txt_sets .txt_16 {
    font-size: 14px;
  }
  .section_form .set_menu .txt_sets .txt_18 {
    font-size: 16px;
  }
}

/*------------------------------------------------------------------------------
  error
------------------------------------------------------------------------------*/
.section_form input[type="text"].is--error,
.section_form input[type="email"].is--error,
.section_form select.is--error {
  border-color: #e93e52;
  background-color: #ffdada;
}
.section_form .error_msg {
  width: 100%;
  display: none;
  color: #e93e52;
  font-weight: bold;
  margin-top: 3px;
  text-align: left;
}
.section_form .set_menu .error_msg {
  margin-top: 15px;
}
.section_form .error_msg.is--error {
  display: block;
  /* display: none !important; */
}
.section_form .error_msg.top_error {
	font-size: 18px;
	font-weight: bold;
  margin-top: 10px;
}
.section_form .place_type_more .error_msg {
  padding: 10px 0 0 20px;
}

/* SP */
@media screen and (max-width: 768px) {
  .section_form .set_menu .error_msg {
    margin-top: 8px;
  }
  .section_form .error_msg.top_error {
  	font-size: 16px;
  }
  .section_form .place_type_more .error_msg {
    padding: 7px 0 0 0;
  }
}

/*------------------------------------------------------------------------------
  .btn__inner
------------------------------------------------------------------------------*/
.section_form .btn__inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
	margin: 30px auto 0;
	text-align: center;
}
.section_form .btn__inner .form_btn {
	display: inline-block;
	width: 320px;
}
.section_form .btn__inner .form_btn a {
	display: block;
	width: 320px;
	height: 46px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
	padding: 14px 0;
	box-sizing: border-box;
	border-radius: 23px;
	line-height: 18px;
	behavior: url(/assets/lib/PIE.htc);
	position: relative;
	cursor: pointer;
	border: none;
}
.section_form .btn__inner .form_btn a:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 13px;
	left: 13px;
}
.section_form .btn__inner .btn_next a {
	background-color: #ff7e00;
	color: #fff;
}
.section_form .btn__inner .btn_next.is--cant a {
  background-color: #999;
  cursor: default;
  pointer-events: none;
}
.section_form .btn__inner .btn_next.is--cant a:hover {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  opacity: 1;
}
.section_form .btn__inner .btn_next a:before {
	background: url(/assets/img/recital/ic_arrow_white.png) no-repeat left top;
}
.section_form .btn__inner .btn_prev {
	margin-right: 23px;
}
.section_form .btn__inner .btn_prev a {
	background-color: #fff;
	color: #ff7e00;
	border: 4px solid #ff7e00;
	letter-spacing: -0.02em;
	padding: 10px 0;
}
.section_form .btn__inner .btn_prev a:before {
	top: 10px;
	background: url(/assets/img/recital/ic_arrow_orange_r.png) no-repeat left top;
}
.section_form .confirm_page .section_form .btn__inner .btn_prev a:before {
	background: url(/assets/img/recital/ic_arrow_orange_l.png) no-repeat left top;
}

/* SP */
@media screen and (max-width: 768px) {
  .section_form .btn__inner {
    width: 320px;
  }
  .section_form .btn__inner .form_btn {
    display: block;
  	width: 100%;
  	max-width: 320px;
    margin: 0 auto;
  }
  .section_form .btn__inner .form_btn + .form_btn {
    margin-top: 20px;
  }
  .section_form .btn__inner .form_btn a {
    width: 100%;
  }
  .section_form .btn__inner .btn_next a:before {
  	top: 14px;
  	left: 14px;
  	background: url(/assets/img/common/ic_arrow_white_r_sp.png) no-repeat left top;
    background-size: contain;
  }
  .section_form .btn__inner .btn_prev a:before {
  	background: url(/assets/img/common/ic_arrow_orange_r_sp.png) no-repeat left top;
    background-size: contain;
  }
  .section_form .confirm_page .section_form .btn__inner .btn_prev a:before {
  	background: url(/assets/img/common/ic_arrow_orange_l_sp.png) no-repeat left top;
    background-size: contain;
  }
}

/*------------------------------------------------------------------------------
  .contact__box
------------------------------------------------------------------------------*/
.section_form .contact__box {
	width: 100%;
  height: 120px;
  display: table;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
	margin-top: 70px;
}
.section_form .contact__box .box__ttl {
	display: table-cell;
	vertical-align: middle;
	width: 320px;
	text-align: center;
	font-size: 20px;
	color: #22ac38;
	font-weight: bold;
}
.section_form .contact__box .box__txt {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding-right: 30px;
	font-size: 14px;
}
.section_form .contact__box .box__txt .ttl {
	font-weight: bold;
}

/* SP */
@media screen and (max-width: 768px) {
  .section_form .contact__box {
  	height: auto;
    margin-top: 50px;
    padding: 15px 0;
  }
  .section_form .contact__box .box__ttl {
  	display: block;
  	width: 100%;
  	text-align: center;
  	font-size: 16px;
  }
  .section_form .contact__box .box__txt {
  	display: table;
    width: auto;
    font-size: 12px;
    padding: 0;
    margin: 7px auto 0;
  	text-align: center;
  }
}

/*------------------------------------------------------------------------------
  .confirm, .confirm_part
------------------------------------------------------------------------------*/
.section_form .form_wrap.confirm {
	margin-top: 20px;
  padding-bottom: 55px;
}
.section_form .form__ttl {
	margin-top: 65px;
	font-size: 30px;
	font-weight: bold;
	color: #22ac38;
	position: relative;
	line-height: 30px;
	padding-left: 10px;
}
.section_form .form__ttl:before {
	content: "";
	display: inline-block;
	position: relative;
	top: 2px;
	left: -10px;
	width: 30px;
	height: 30px;
	background: url(/assets/img/common/ic_ttl_circle.png);
}
.section_form .confirm_part {
	font-size: 14px;
	line-height: 1.5;
	width: 860px;
	margin: 0 auto;
  padding: 44px 0 0;
}
.section_form .confirm_part table {
  width: 100%;
}
.section_form .confirm_part table tr th {
	padding: 6px 0 0 20px;
}
.section_form .confirm_part table tr td {
	padding: 6px 0;
	width: 590px;
  word-break: break-word;
}

/* SP */
@media screen and (max-width: 768px) {
  .section_form .form_wrap.confirm {
  	padding-bottom: 25px;
  }
  .section_form .form__ttl {
  	margin-top: 30px;
  	font-size: 20px;
    line-height: 20px;
  	padding-left: 7px;
  }
  .section_form .form__ttl:before {
  	top: 2px;
  	left: -7px;
  	width: 20px;
  	height: 20px;
  	background: url(/assets/img/common/ic_ttl_circle_sp.png);
  	background-size: contain;
  }
  .section_form .confirm_part {
  	width: 100%;
    padding: 0;
  }
  .section_form .confirm_part table tr th {
    font-size: 12px;
  	padding: 20px 0 0;
  }
  .section_form .confirm_part table tr td {
    font-weight: bold;
  	padding: 5px 0 0;
  }
  .section_form .confirm_part .set_menu {
    margin: 20px auto 0;
  }
}

/*------------------------------------------------------------------------------
  .is_agreement_part
------------------------------------------------------------------------------*/
.is_agreement_part .form_part{
  padding: 50px 0 0;
}
.is_agreement_part .agreement_box {
  width: 820px;
  height: 320px;
  margin: 0 auto;
  background: #fff;
  text-align: left;
  box-sizing: border-box;
  overflow-y: scroll;
}
.is_agreement_part .agreement_box * {
  box-sizing: border-box;
}
.is_agreement_part .agreement_box .txt_wrap {
  width: 100%;
  padding: 30px 40px;
}
.is_agreement_part .agreement_box p {
}
.is_agreement_part .agreement_box dl {
  padding: 2.5em 0 0;
}
.is_agreement_part .agreement_box dl dt {
  font-weight: bold;
}
.is_agreement_part .agreement_box dl dd {
  padding: 0.5em 0 0;
}
.is_agreement_part .agreement_box dl dd ul {
  list-style-type: disc;
  padding-left: 1em;
}
.is_agreement_part .agreement_box dl dd ul > li {
}
.is_agreement_part .agreement_box dl dd > ol {
  list-style-type: decimal;
  padding-left: 2em;
}
.is_agreement_part .agreement_box dl dd > ol > li {
  padding-top: 0.5em;
}
.is_agreement_part .agreement_box dl dd > ol > li > ol {
}
.is_agreement_part .agreement_box dl dd > ol > li > ol > li {
  position: relative;
  padding-left: 3em;
}
.is_agreement_part .agreement_box dl dd > ol > li > ol > li > span {
  position: absolute;
  left: 0.5em;
  display: inline-block;
  width: 2.5em;
}
.is_agreement_part .agreement_box dl dd > ol > li > ol > li > ol {
}
.is_agreement_part .agreement_box dl dd > ol > li > ol > li > ol > li {
  position: relative;
  padding-left: 1.5em;
}
.is_agreement_part .agreement_box dl dd > ol > li > ol > li > ol > li > span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 1.5em;
}
.is_agreement_part .agreement_box strong {
  font-weight: bold;
}
.is_agreement_part .check_part {
  display: flex;
  justify-content: center;
  margin: 20px 0 0;
}
.is_agreement_part .check_part input.is--cant {
  opacity: 0.3;
  pointer-events: none;
  cursor: not-allowed;
}

/* SP */
@media screen and (max-width: 768px) {
  .is_agreement_part .form_part{
    padding: 25px 0 0;
  }
  .is_agreement_part .agreement_box {
    width: 100%;
  }
  .is_agreement_part .agreement_box .txt_wrap {
    width: 100%;
    padding: 20px 6%;
  }
  .is_agreement_part .agreement_box dl dd > ol {
    padding-left: 1.5em;
  }
  .is_agreement_part .agreement_box dl dd > ol > li > ol > li {
    padding-left: 2.5em;
  }
  .is_agreement_part .agreement_box dl dd > ol > li > ol > li > span {
    left: 0;
  }
  .is_agreement_part .check_part {
    margin: 18px 0 0;
  }
}

/*------------------------------------------------------------------------------
  .complete
------------------------------------------------------------------------------*/
.section_form .complete {
	margin-top: 40px;
}
.section_form .complete .form__box {
	background-color: #f0f0e4;
	border-radius: 10px;
	behavior: url(/assets/lib/PIE.htc);
	padding: 41px 50px 50px;
	text-align: center;
	position: relative;
}
.section_form .complete .form__box .box__ttl {
	font-size: 30px;
	font-weight: bold;
	color: #22ac38;
}
.section_form .complete .form__box .box__txt {
	font-size: 16px;
  padding: 26px 20px;
}
.section_form .complete .form__box .btn {
  width: 100%;
  text-align: center;
}
.section_form .complete .form__box .btn a {
	display: table;
	width: 400px;
	height: 46px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
	padding: 14px 0;
  margin: 0 auto;
	box-sizing: border-box;
	border-radius: 23px;
	line-height: 18px;
	behavior: url(/assets/lib/PIE.htc);
	position: relative;
	cursor: pointer;
	border: none;
  background: #22ac38;
	color: #fff;
}
.section_form .complete .form__box .btn a::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 13px;
	left: 13px;
  background: url(/assets/img/recital/ic_arrow_white.png) no-repeat left top;
}

/* SP */
@media screen and (max-width: 768px) {
  .section_form .complete {
  	margin-top: 30px;
  }
  .section_form .complete .form__box {
  	padding: 30px 6%;
  }
  .section_form .complete .form__box .box__ttl {
  	font-size: 20px;
  }
  .section_form .complete .form__box .box__txt {
  	font-size: 14px;
    padding: 16px 0;
  }
  .section_form .complete .form__box .btn a {
  	width: 100%;
    max-width: 320px;
  	height: auto;
  	border-radius: 100px;
    font-size: 14px;
  	line-height: 1.5;
  }
  .section_form .complete .form__box .btn a::before {
  	top: 50%;
  	left: 26px;
    margin-top: -9px;
  	background: url(/assets/img/common/ic_arrow_white_r_sp.png) no-repeat left top;
    background-size: contain;
  }
}
