@charset "UTF-8";
/*----------------------------------------------------
	6.0 - Option Setting Test
----------------------------------------------------*/
.form-items {
	margin-top: 3em;
}
.form-items li {
	list-style-type: none;
}
.form-items dt, .form-items dd {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.form-items dt {
	background-color: #333;
	border-top: 1px solid #ddd;
	font-weight: 500;
	padding: 0.5em 0.75em 0.65em;
	color: #fff;

}
.form-items dd {
	padding: 0.75em 0.75em;
}
.form-items input, .form-items textarea {
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 0.75em 1em 0.85em;
	vertical-align: top;
	width: 100%;
}
.form-items select {
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 0.75em 0 0.85em 0.75em;
	vertical-align: top;
	width: 100%;
}
.form-items ::placeholder {
	color: #bbb;
	opacity: 1; /* firefox */
}
.form-items :-ms-input-placeholder { /* ie */
	color: #bbb;
}
.form-items button,.form-items .item-button input {
	background-color: #f4f4f4;
	border: none;
	border-radius: 4px;
	color: #222;
	font-weight: 500;
	line-height: 1.0;
	padding: 1.2em 1em 1.35em;
	width: 100%;
	max-width: 480px;
}
.form-items button:last-of-type,.form-items .item-button input:last-of-type {
	margin-bottom: 0;
}
.form-items button:hover,.form-items .item-button input:hover {
	background-color: #910a2d;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	transition: 0.3s;
	color: #fff;
}
.form-items .form-button {
	vertical-align: 0;
	margin-right: 0.25em;
	width: 1.2em;
	height: 1.2em;
	position: relative;
	top: 0.25em;
}
.form-items .form-weight {
	margin-right: 0.25em;
	width: calc(100% - 3em);
}
.form-items .must {
	background-color: rgba(240, 4, 4, 1.0);
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 90%;
	line-height: 1.2;
	padding: 0.3em 0.75em 0.45em;
	vertical-align: 0;
	float: right;
	position: relative;
	top: 0.1em;
}
.form-items .form-check {
	background-color: transparent;
	border: 1px solid #666;
}
.form-items .item-profile {}
.form-items .item-details {}
.form-items .item-button {
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
}

.form-items .item_back{
	margin-top: 60px;
	display: block;
	flex-wrap: wrap;
}
.form-items .item-button button,.form-items .item-button input {
	margin-bottom: 1em;
	width: 100%;
}
.form-items .form-list li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 10px;
}
.form-items .form-list li:last-of-type {
	margin-bottom: 0;
}
.form-items .form-file {
	border: none;
	padding: 0;
}
/* - option tablet - */
@media screen and (min-width: 481px) {
	.form-items select {
		margin-left: 1em;
		width: auto;
	}
	.form-items .item-button button,.form-items .item-button input {
		width: calc(50% - 20px);
		margin-bottom: 0;
	}
	.form-items .item-button button:nth-of-type(odd),.form-items .item-button input:nth-of-type(odd) {
		margin-right: 20px;
	}
	.form-items .item-button button:nth-of-type(even),.form-items .item-button input:nth-of-type(even) {
		margin-left: 20px;
	}
}
/* - option tablet wide - */
@media screen and (min-width: 601px) {
	.form-items .item-profile dl, .form-items .item-details dl {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.form-items dt, .form-items dd {
		border: none;
		border-bottom: 1px solid #666;
		padding: 1em;
	}
	.form-items dt {
		border-top: none;
		padding-top: 1.3em;
		flex-basis: 16em;
		width: 16em;
		max-width: 16em;
	}
	.form-items dd {
		margin-bottom: 0;
		flex-basis: calc(100% - 16em);
		width: calc(100% - 16em);
		max-width: calc(100% - 16em);
	}
	.form-items input, .form-items textarea {
		padding: 0.35em 1em 0.45em;
		width: 100%;
	}
	.form-items select {
		padding: 0.35em 0 0.45em 0.75em;
	}
	.form-items .must {
		top: 0;
	}
	.form-items .form-text {
		width: calc(100% - 5em);
		margin-left: 1em;
	}
	.form-items .form-weight {
		margin-right: 0.25em;
		width: 10em;
	}
	.form-items .form-check {
		border-top: none;
		border-left: none;
		border-right: none;
		flex-basis: 100%;
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
}
/* - option pc - */
@media screen and (min-width: 960px) {}

.top_title {
    display: inline-block;
}

.top_title p {
    border-top: 1px solid #000;
}

/* thanks */

.thanks_page p a{
	color: #101010;
    text-decoration: none;
}

.thanks_page p a:hover {
    color: #910a2d;
}



.thanks_page p a:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #101010;
    border-right: 2px solid #101010;
    transform: rotate(45deg) translateY(-50%) translateZ(0);
    position: absolute;
	border-radius: 1px;
    margin-left: 1em;
	bottom: 0.5em;
	box-sizing: border-box; /* 追加 */
	backface-visibility: hidden; /* 追加（iOSのレンダリング改善） */
	-webkit-backface-visibility: hidden; /* Safari用 */
}

.thanks_page p a:hover::after {
	border-top: 2px solid #910a2d;
    border-right: 2px solid #910a2d;
}