@charset "UTF-8";

/*---フォームにボタンとテキスト追加
----------------------------------------------------------------------*/
#org_form_btn + section.contents_box01 .inner_item_txt {
	display: flex;
	flex-direction: column-reverse;
	gap: 8px;
}

#org_form_btn + section {
	position: relative;
	bottom: 280px;
}

#org_form + div.widget_form form .submit {
	margin-top: 130px;
}

.contents_related {
	margin-top: -220px;
}

#org_form_btn + * .contents_btn01 a {
    background: #48F0E7;
}

@media screen and (max-width: 800px){
	.contents_related {
    margin-top: -210px;
  }
}

@media screen and (max-width: 600px){
	#org_form + div.widget_form form .submit {
    margin-top: 150px;
  }
	#org_form_btn + section {
    bottom: 290px;
  }
}