* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}
html {
	color: #000000;
	font-size: 62.5%;
	background-color: #FFFFFF;
	scroll-behavior: smooth;
}
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 1.6rem;
	color: #000000;
	background-color: #FFFFFF;
	letter-spacing: 0.03em;
	font-feature-settings: "palt";
	line-height: 1.6;
	overflow: auto;
	counter-reset: number 0;
	counter-reset: number2 0;
	counter-reset: number3 0;
	counter-reset: number4 0;
	position: relative;
	min-height: 100vh;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	min-height: auto;
}

h2 {
    color: #1d5183;
    font-size: 1.8rem;
    font-weight: bold;
}

input:not([type="checkbox"]), textarea {
	appearance: none;
	border: solid 1px #ABABAB;
	border-radius: 2px;
}

select {
	border: solid 1px #ABABAB;
	border-radius: 2px;
}

input , select {
	height: 2.4em;
}

.label {
	font-weight: normal;
}

.container {
    background: #fff;
    margin: auto;
    max-width: none;
    width: 100%;
    padding: 0px;
    border-radius: 2px;
    box-sizing: border-box;
    border: none;
}

.badge-required , legend .badge-required {
	background-color: #e10000;
	color: #ffffff;
	padding: 3px 15px;
	font-size: 1.4rem;
	border-radius: 0;
	line-height: 1.4;
	margin-left: auto;
	margin-right: 0;
	font-weight: normal;
}

.form-column {
	gap: 0px;
	position: relative;
	padding: 15px 0 30px;
	margin-bottom: 15px;
	border-bottom: solid 1px #d3d3d3;
}

.form-column > label {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 25px;
	font-weight: normal;
}

.form-column > label + .input-group > input {
	margin-top: 10px;
}

.form-column > input {
	width: 100%;
	max-width: 100%;
	margin-top: 10px;
}

.form-column-zip-code-autofill {
	flex-flow: column;
	justify-content: flex-start;
}

.form-column-zip-code-autofill > * {
	width: 100%;
}

.button {
	background-color: #097d9f;
	border: none;
	margin-top: 10px;
	position: relative;
    overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: linear-gradient(to right, #1d5180, #097d9f);
	padding: 10px 26px 10px 20px;
	border-radius: 40px;
	width: 256px;
	color: #ffffff;
	line-height: 1.6;
	margin-left: 0.5em;
	margin-right: 0.5em;
	font-size: 1.8rem;
}

.button::after {
    content: "";
    display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
    width: 10px;
    height: 9px;
	background-image: url("https://www.jaftma.or.jp/common/images/bbyaji.svg");
	filter:invert(1);
	margin: auto;
}

.button-back {
	background: #ffffff;
	border: solid 1px #1d5180;
	color: #1d5180;
}

.button.button-back::after {
	-webkit-mask-image: url("https://www.jaftma.or.jp/common/images/bbyaji.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	/* その他用 */
	mask-image: url("https://www.jaftma.or.jp/common/images/bbyaji.svg");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
	background-color: #1d5180;
	filter:invert(0);
}

.button-group {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}

.button > .icon:first-child {
	display: none;
}

.form-column-zip-code-jp .input-group input.zip-code-jp {
	width: 18em;
}

textarea {
	width: 100%;
}

fieldset {
	display: contents;
	border: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.form-column > input:has(+ .description-block) {
	width: 18em;
	display: inline-block;
}

.form-column > .description-block {
	width: 11em;
	margin-left: 0px;
	display: inline-block;
	color: #000000;
	margin-bottom: 0px;
}

.form-column.form-column-note > .description-block {
	width: 100%;
	margin-left: 0px;
}

legend.label {
	padding: 0;
}

.label {
	display: flex;
	margin-bottom: 0px;
}

.form-column-email:has(+.form-column-email)::before {
	display: none;
}

.form-column-email:has(+.form-column-email)::after {
	display: none;
}

.form-column-email + .form-column-email {
	padding-top: 5px;
}

.form-column-email:has(+.form-column-email) {
	margin-bottom: 0px;
	border-bottom: none;
}

.option {
    display: flex;
    align-items: center;
	gap:10px;
}

.form-column-recaptcha {
	justify-content: center;
}

.form-column.form-column-recaptcha::before {
	display: none;
}

.form-column.form-column-recaptcha::after {
	display: none;
}

.help-block {
    width: 100%;
	padding-top: 20px;
	text-align: center;
}

.form-column-e0cf28f0-3304-4c96-aa05-6145ab4a5584 {
	margin-bottom: 0px;
	padding-bottom: 5px;
	border-bottom: none;
}

.form-column-e0cf28f0-3304-4c96-aa05-6145ab4a5584.form-column::before {
	display: none;
}

.form-column-e0cf28f0-3304-4c96-aa05-6145ab4a5584.form-column::after {
	display: none;
}

.form-column-29ba935a-d7b6-4409-a304-00567f162277 > label {
	margin-top: 0px;
	margin-bottom: auto;
}

.form-column.form-column-e7b7cde9-7d5e-4d48-aa1a-62609aa261f8 {
	border-bottom: none;
	padding: 15px 0 0px;
	margin-bottom: 0px;
}

#form-container .form-column-e7b7cde9-7d5e-4d48-aa1a-62609aa261f8 {
	display: flex;
	padding-top:0px;
}

#confirmation-container .form-column-e7b7cde9-7d5e-4d48-aa1a-62609aa261f8 {
	display:none;
}

.form-column.form-column-5dbddc85-1723-4e83-ad1a-f6a7387514b6 {
	border-bottom: none;
	padding-bottom:0px;
}

.form-column.form-column-2c353e59-6683-4131-8221-68c896b1980b {
	border-bottom: none;
}

.form-column.form-column-a61364da-9a65-4f7a-8e8d-0f406085284a {
	border-bottom: none;
}

.form-column-8b041913-2f98-4120-8f9c-150755694d1b {
	margin-top: 10px;
}



@media only screen and (min-width:768px) {

.form-column {
	display: flex;
	flex-flow: row;
	border-bottom: none;
	align-items: center;
	gap: 40px;
	padding: 15px 0;
}

.form-column::before {
	content: "";
	position: absolute;
	display: block;
	background-color: #d3d3d3;
	width: 18em;
	height: 1px;
	bottom: -7px;
	left: 0;
}

.form-column::after {
	content: "";
	position: absolute;
	display: block;
	background-color: #d3d3d3;
	width: calc(100% - 18em - 40px);
	height: 1px;
	bottom: -7px;
	right: 0;
}

.form-column > label {
	width: 18em;
}

.form-column > label + .input-group > input {
	margin-top: 0px;
}

.form-column > input {
	width: calc(100% - 18em - 40px);
	margin-top: 0px;
}

.form-column > input:has(+ .description-block) {
	width: 18em;
}

.form-column > .description-block {
	width: 11em;
	margin-left: -30px;
}

fieldset > label {
	width: 18em;
}

textarea {
	width: calc(100% - 18em - 40px);
}

.form-column.form-column-note {
    padding: 15px 0 0;
    margin-bottom: 0px;
}

.form-column.form-column-note::before {
	display: none;
}

.form-column.form-column-note::after {
	display: none;
}

legend.label {
	width: 18em
}

.form-column-zip-code-autofill {
	flex-flow: column;
	justify-content: flex-start;
}

.button {
	margin-top: 30px;
}


.form-column-8b041913-2f98-4120-8f9c-150755694d1b {
	margin-top: 30px;
}

.form-column.form-column-29ba935a-d7b6-4409-a304-00567f162277::before {
	display: none;
}

.form-column.form-column-29ba935a-d7b6-4409-a304-00567f162277::after {
	display: none;
}


}
