@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;700&display=swap');

body {
	color: #222;
	font-size: 1.6rem;
	line-height: 1.75;
	font-family: 'Zen Kaku Gothic New', 'ヒラギノ角 Pro W3', 'Hiragino Kaku Pro W3', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
	;
}

a {
	color: #027AC1;
}

a:hover {
	color: #027AC1;
	text-decoration: underline;
}

.container {
	max-width: 100%;
	border: 0;
	padding: 0;
}

.help-block {
	font-size: 0.75em;
}

.form-column {
	/* padding-bottom: 20px; */
	/* margin-bottom: 20px; */
	/* border-bottom: 1px solid #cccccc; */
	display: flex;
	/* align-items: center; */
	border-top: 1px solid #E0E0E0;
	margin-bottom: 0;
}

/*check-box*/
.form-column.form-column-checkbox.form-column-50598b7c-de12-4f4f-b150-444af66f5e9b {
	display: block;
	border: none;
}

.form-column.form-column-checkbox.form-column-50598b7c-de12-4f4f-b150-444af66f5e9b .label {
	width: 100%;
	padding: 0;
	margin-bottom: 1em;
	background: none;
}

/*checkbox fieldsetting*/
.form-column-checkbox fieldset {
	border: none;
	padding: 0;
	margin: 30px 0 0;
}

.form-column-checkbox legend.label {
	padding: 0;
	text-align: center;
}

/*radio-box*/
/*.form-column.form-column-radio.form-column-96886cef-9f9c-43ac-8b8f-0439357db926{ */
/*display:block; */
/*  border:none; */
/*} */
/*.form-column.form-column-radio.form-column-96886cef-9f9c-43ac-8b8f-0439357db926 .label{ */
/*width:100%; */
/*  padding:0; */
/*  margin-bottom:1em; */
/*  background:none; */
/*} */
input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	font-size: 1em;
}

.form-column-heading {
	border: 0;
}

.form-column-heading+.form-column {
	border-top: 0;
}

.form-column-heading h2 {
	background: #fff;
	/* padding-top: 50px; */
	font-size: 1.2em;
	width: 100%;
	/* margin: -1px 0 -1px; */
	margin: 0;
	font-weight: bold;
	border-bottom: solid 1px #222;
	padding: 0px 0 30px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	color: #027AC1;
}

@media print,
screen and (min-width: 751px) {
	.form-column-heading h2 {
		padding: 0px 0 30px;
		font-size: 3.2rem;
	}
}

.label {
	width: 30%;
	padding: 15px 20px;
	background-color: #F5F5F2;
	margin: 0;
}

label h3 {
	font-size: 1em;
	display: inline-block;
	margin: 0 0 0.5em;
	font-weight: bold;
}

label .badge-optional {
	display: none;
}

label .badge-required {
	width: auto;
	display: inline-block;
	margin-left: 0.25em;
	padding: 4px 8px;
	line-height: 1;
	font-size: 0.75em;
	color: #fff;
	background-color: #c73b3b;
	border-radius: 4px;
}

.description-block {
	/* background-color: #FF0; */
	color: #151514;
	padding-top: 50px;
	width: 100%;
	margin-top: -1px;
	border-top: solid 1px #222;
}

.button-group {
	margin-top: 1em;
	text-align: center;
}

.button-group .help-block {
	margin-top: 0.5em;
	font-size: 0.75em;
}

button {
	display: inline-block;
	padding: 0.5em 1em;
	text-align: center;
	cursor: pointer;
	border: 1px solid #6a767d;
	border-radius: 4px;
	margin: 0 0.5em 0 0;
	background-color: #fff;
}

.button {
	background-color: #0079C1;
	color: #fff;
	font-weight: bold;
	border: none;
	border-radius: 0;
	padding: 15px 20px;
	white-space: normal;
}

.button-back {
	border: solid 1px #0079C1;
	background: #fff;
	color: #0079C1;
}

button.button-submit {
	background-color: #0079C1;
	/* border: 1px solid #316a8b; */
	color: #fff;
}

button.button-submit span.fa {
	margin-right: 4px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea {
	height: 1.75em;
	width: 65%;
	/* min-width: 500px; */
	max-width: 100%;
	outline: none;
	line-height: 1.75em;
	padding: 2px 4px;
	border: 1px solid #9bafbc;
	transition: all 0.3s;
	padding: 2%;
	/* border: solid 1px #9bafbc; */
	margin: 15px 20px;
	/* border-top: 1px #9BAFBC dotted; */
}

.preview-block {
	padding: 15px 20px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus {
	box-shadow: 0 0 2px #88c6ea;
	border: 1px solid #88c6ea;
}

textarea {
	/* width: 100%; */
	height: 10em;
}

input[type="file"] {
	display: block;
	line-height: 1.75;
}

input[type="password"] {
	height: 1.75em;
	width: 100%;
	outline: none;
	border: 1px solid #6a767d;
	transition: all 0.3s;
}

.form-column-date .input-group select {
	width: auto;
	display: inline-block;
}

.form-column-calendar input {
	width: auto;
}

.form-column-zip-code-jp .input-group input {
	width: auto;
	min-width: auto;
	display: inline-block;
}

.form-column-zip-code-autofill.form-column {
	border-bottom: 0;
	margin-bottom: 0;
	display: block;
	border-top: none;
}

.form-column-checkbox label {
	/* background-color: #c73b3b; */
	margin-right: 1em;
	font-weight: bold;
	/* checkbox-center setting */
	display: flex;
	justify-content: center;
	align-items: center;
}

.form-column-radio label {
	margin-right: 1em;
	font-weight: bold;
}

/*.input-group label:first-child:before{content:"ASIC製品について";display: block;font-weight: bold;}*/
/*.input-group label:nth-child(2):before{content:"ASSP製品について";display: block;font-weight: bold; margin-top:1em;}*/
/*.input-group label:nth-child(4){ margin-top:0.7em; margin-bottom:1em;}*/
/*.input-group label:nth-child(5),.input-group label:nth-child(6),.input-group label:nth-child(7){font-weight: bold; margin-top:0.3em;}:*/
select {
	width: auto;
	height: 1.75em;
	display: block;
	border: 1px solid #9BAFBC;
	margin: 15px 20px;
}

.message-block-complete {
	/* border: 2px solid #316a8b; */
	/* padding: 20px; */
	/* text-align: center; */
}

@media (max-width: 640px) {
	.label {
		font-size: 14px;
		font-weight: lighter;
	}

	input[type="text"],
	input[type="email"],
	input[type="tel"],
	input[type="url"],
	textarea {
		width: calc(70% - 40px);
		min-width: inherit;
	}

	select {
		width: calc(70% - 40px);
	}

	.form-column-calendar input {
		width: auto;
		min-width: auto;
	}

	.form-column-heading h2 {
		font-size: 1.25em;
	}
}
