@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');

/*============================================================
	RESET
*/
* { -webkit-box-sizing: border-box; box-sizing: border-box; }
html,body { background:#FFFFFF; }
body,div,dl,dt,dd,ul,ol,li,
pre,code,form,fieldset,legend,input,textarea,
p,blockquote,th,td,embed,button { margin:0; padding:0; font-weight: normal; }
h1,h2,h3,h4,h5,h6 { margin:0; padding:0; font-size: 100%; font-weight: normal; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
li { list-style:none; }
caption,th { text-align:left; }
q:before,q:after { content:''; }
abbr,acronym { border:0; font-variant:normal; }
sup { vertical-align:text-top; }
sub { vertical-align:text-bottom; }
legend { color:#000000; }
area { outline: 0; }
img { vertical-align: top; }
i { font-style: normal; }
strong { font-weight: bold; }
input[type="text"],
select,
button {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	outline: 0;
	-webkit-appearance: none;
	appearance: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}
input[type="text"],
textarea {
	display: block;
	padding: 15px 12px;
	width: 100%; height: 50px;
	border: 1px solid #cccccc;
	font-family: 'Montserrat', "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	letter-spacing: 1px;
	resize: none;
}
input[type="file"] {
	font-size: 16px;
}
input[type="checkbox"] {
	margin-right: 5px;
	font-size: 16px;
}
select {
	padding: 0 40px 0 12px;
	width: 100%; height: 50px;
	border: 1px solid #cccccc;
	background: #ffffff url(../img/form_parts_select.png) 100% 50% no-repeat;
	background-color: #ffffff;
	cursor: pointer;
	font-family: 'Montserrat', "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 22px;
}
input::-webkit-input-placeholder {
    color: #000000; opacity: 1;
}
input::-moz-placeholder {
    color: #000000; opacity: 1;
}
input::-moz-placeholder {
    color: #000000; opacity: 1;
}
input::-ms-input-placeholder {
    color: #000000; opacity: 1;
}
input::placeholder-shown {
    color: #000000;
}

/*============================================================
	BODY
*/
body {
	overflow: hidden;
	font-family: 'Montserrat', "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.8;
	color: #333;
}
#container {
	margin: 0 auto;
	padding: 20px 0 40px 0;
}

/*============================================================
	ボタン
*/
.btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	background-color: #000000;
	border: 0;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2;
	color: #ffffff;
	cursor: pointer;
	transition: all 0.3s ease;
}
.btn i {
	position: absolute;
	top: 50%; right: 10px;
	margin-top: -7px;
	font-size: 14px;
	line-height: 1;
}
.btn:hover {
	background-color: #ff0000;
}
.btn:hover i {
	color: #ffffff;
}

.btn-conf {
	margin: 0 auto;
	padding-top: 30px;
	width: 200px;
}
.btn-wrap {
	margin: 0 auto;
	padding-top: 30px;
	width: 420px;
}
.btn-wrap:after {
	content: '';
	display: block;
	clear: both;
}
.btn-wrap .btn-back {
	float: left;
	width: 200px;
}
.btn-wrap .btn-back .btn {
	
}
.btn-wrap .btn-back .btn i {
	right: auto;
	left: 10px;
}
.btn-wrap .btn-submit {
	float: right;
	width: 200px;
}


/*============================================================
	見出し
*/
.heading {
	text-align: center;
}
.heading h1 {
	font-size: 30px;
	line-height: 1.3;
}
.heading h2 {
	padding-top: 20px;
	font-size: 24px;
	line-height: 1.3;
}

/*============================================================
	入力
*/
.form-input .alert {
	padding-top: 5px;
	line-height: 1.5;
	color: #ff0000;
}
.form-input h4.alert {
	padding-top: 20px;
	text-align: center;
	font-size: 18px;
}

.form-input .row {
	margin: 0 -10px;
	padding-top: 20px;
}
.form-input .row-full {
	margin: 0;
	padding-top: 20px;
}
.form-input .row:after {
	content: '';
	display: block;
	clear: both;
}
.form-input .row .col {
	float: left;
	padding: 0 10px;
	width: 50%;
}
.form-input .row table {
	width: 100%;
}
.form-input .row table th,
.form-input .row table td {
	vertical-align: middle;
}
.form-input .row table .word {
	padding: 0 10px;
	width: 1px;
	white-space: nowrap;
}
.form-input .row table .word:last-child {
	padding-right: 0;
}
.form-input .row table.file th,
.form-input .row table.file td {
	vertical-align: top;
}
.form-input .row table.file th {
	padding-right: 20px;
	width: 1px;
	white-space: nowrap;
}
.form-input .row .note {
	margin-top: 10px;
	font-size: 14px;
}

.form-input .frame {
	padding: 12px;
	border: 1px solid #cccccc;
}

.form-input .list:after {
	content: '';
	display: block;
	clear: both;
}
.form-input .list li {
	float: left;
	margin: 5px 0;
	width: 33.333%;
	line-height: 1.5;
}
.form-input textarea {
	height: 200px;
}
.form-input textarea.size1 {
	height: 100px;
}

.form-input .more {
	overflow: hidden;
	height: 0;
}

/*============================================================
	確認
*/
.form-conf h3 {
	padding-top: 20px;
	text-align: center;
	font-size: 18px;
	color: #3333cc;
}
.form-conf table {
	margin-top: 20px;
	width: 100%;
	border-bottom: 1px solid #cccccc;
}
.form-conf table th,
.form-conf table td {
	padding: 15px 0;
	border-top: 1px solid #cccccc;
	vertical-align: top;
}
.form-conf table td {
	padding-left: 20px;
}
.form-conf table th {
	width: 1px;
	white-space: nowrap;
}
.form-conf .message {
	margin-top: 20px;
	font-size: 14px;
}

/*============================================================
	完了
*/
#thanks {
	padding: 30px 0;
}
#thanks h1 {
	text-align: center;
	font-size: 30px;
	line-height: 1.3;
}
#thanks p {
	margin-top: 40px;
	text-align: center;
	line-height: 1.3;
}

/*============================================================
	エラー
*/
#error {
	padding: 30px 0;
}
#error h1 {
	text-align: center;
	font-size: 30px;
	line-height: 1.3;
}
#error p {
	margin-top: 40px;
	text-align: center;
	line-height: 1.3;
}
#error .btn-wrap {
	padding-top: 40px;
	width: 200px;
	text-align: center;
}
#error .btn-wrap a {
	text-decoration: none;
}

.foot {
	padding: 30px 0;
	text-align: center;
}
.foot .close {
	cursor: pointer;
	font-size: 18px;
	line-height: 1.9;
	color: #ff0000;
}

/*============================================================
	メディアクエリ （スマホ）
*/
@media screen and (max-width: 820px) {

	input[type="text"],
	textarea {
		padding: 5px 5px;
		height: 40px;
		font-size: 12px;
		line-height: 18px;
	}
	input[type="file"] {
		font-size: 12px;
	}
	input[type="checkbox"] {
		margin-right: 5px;
		font-size: 12px;
	}
	select {
		padding: 0 30px 0 5px;
		height: 40px;
		background-size: 24px;
		font-size: 12px;
		line-height: 18px;
	}

	/*============================================================
		BODY
	*/
	body {
		font-size: 11px;
		line-height: 1.8;
	}
	#container {
		padding: 20px 0 0 0;
		width: 100%;
	}

	/*============================================================
		ボタン
	*/
	.btn {
		height: 50px;
		font-size: 14px;
		line-height: 1.2;
	}
	.btn i {
		margin-top: -6px;
		font-size: 12px;
		line-height: 1;
	}

	.btn-conf {
		padding-top: 20px;
		width: 200px;
	}
	.btn-wrap {
		padding-top: 20px;
		width: 200px;
	}
	.btn-wrap .btn-back {
		float: none;
		width: 200px;
	}
	.btn-wrap .btn-back .btn i {
		right: auto;
		left: 10px;
	}
	.btn-wrap .btn-submit {
		float: none;
		margin-top: 10px;
		width: 200px;
	}


	/*============================================================
		見出し
	*/
	.heading {
		padding: 10px 10px;
	}
	.heading h1 {
		font-size: 14px;
		line-height: 1.3;
	}
	.heading h2 {
		padding-top: 10px;
		font-size: 12px;
		line-height: 1.3;
	}

	/*============================================================
		入力
	*/
	.form-input h4.alert {
		padding-top: 5px;
		font-size: 12px;
	}
	.form-input .row {
		margin: 0;
		padding: 0;
	}
	.form-input .row-full {
		margin: 0;
		padding: 10px 0 0 0;
	}
	.form-input .row .col {
		float: none;
		padding: 10px 0 0 0;
		width: 100%;
	}
	.form-input .row table .word {
		padding: 0 5px;
	}
	.form-input .row table.file th {
		padding-right: 10px;
	}
	.form-input .row .note {
		margin-top: 5px;
		font-size: 10px;
	}

	.form-input .frame {
		padding: 10px;
	}
	.form-input .list li {
		margin: 5px 0;
		width: 50%;
		line-height: 1.5;
	}
	.form-input textarea {
		height: 100px;
	}
	.form-input textarea.size1 {
		height: 60px;
	}

	/*============================================================
		確認
	*/
	.form-conf {
		padding: 0 10px;
	}
	.form-conf h3 {
		padding-top: 5px;
		font-size: 12px;
	}
	.form-conf table {
		margin-top: 10px;
	}
	.form-conf table th,
	.form-conf table td {
		padding: 10px 0;
	}
	.form-conf table td {
		padding-left: 15px;
	}
	.form-conf .message {
		margin-top: 20px;
		font-size: 10px;
	}

	/*============================================================
		完了
	*/
	#thanks {
		padding: 20px 15px;
	}
	#thanks h1 {
		font-size: 14px;
		line-height: 1.5;
	}
	#thanks p {
		margin-top: 20px;
		line-height: 2;
	}

	/*============================================================
		エラー
	*/
	#error {
		padding: 20px 15px;
	}
	#error h1 {
		font-size: 14px;
		line-height: 1.5;
	}
	#error p {
		margin-top: 20px;
		line-height: 2;
	}
	#error .btn-wrap {
		padding-top: 20px;
		width: 200px;
	}

	.foot {
		padding: 10px 0;
	}
	.foot .close {
		font-size: 12px;
		line-height: 1.9;
	}

}