.main-pc-slider {
	position: relative;
}
.main-tablet-slider {
	position: relative;
}
.main-mobile-slider {
	position: relative;
}

div.main-picture {
	filter: brightness(0.5);
}
div.vitec-top {
	position: absolute;
	top: 35%;
	width: 100%;
}
div.vitec-top h2 {
	font-size: 3.6rem;
	font-weight: 700;
	color: #FFF;
	font-feature-settings: "pwid";
	text-align: center;
}
div.vitec-top p {
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	color: #f47936;
	margin-top: 40px;
	font-feature-settings: "pwid";
}
div.vitec-top p br {
	display: none;
}


@media only screen and (max-width: 1240px) {
	div.vitec-top {
		top: 32%;
	}
	div.vitec-top p br {
		display: block;
	}
}
@media only screen and (max-width: 1080px) {
	div.vitec-top h2 {
		font-size: 3.2rem;
	}
	div.vitec-top p {
		font-size: 1.5rem;
	}
}
@media only screen and (max-width: 930px) {
	div.vitec-top h2 {
		font-size: 3.0rem;
	}
	div.vitec-top p {
		font-size: 1.4rem;
	}
}
@media only screen and (max-width: 840px) {
	div.vitec-top {
		top: 28%;
	}
	div.vitec-top h2 {
		font-size: 2.8rem;
	}
}
@media only screen and (max-width: 768px) {
	div.vitec-top p br {
		display: block;
	}
}
@media only screen and (max-width: 680px) {
	div.vitec-top p {
		margin-top: 25px;
	}
}
@media only screen and (max-width: 640px) {
	div.vitec-top h2 {
		font-size: 2.6rem;
	}
	div.vitec-top p {
		width: 90%;
		margin: 0 auto;
	}
	div.vitec-top p br {
		display: none;
	}
}
@media only screen and (max-width: 560px) {
	div.vitec-top h2 {
		font-size: 2.4rem;
	}
	div.vitec-top p {
		font-size: 1.2rem;
	}
}
@media only screen and (max-width: 480px) {
	div.vitec-top {
		width: 95%;
		left: 10px;
	}
	div.vitec-top h2 {
		font-size: 2.1rem;
	}
	div.vitec-top p {
		font-size: 1.05rem;
	}
}
@media only screen and (max-width: 430px) {
	div.vitec-top h2 {
		font-size: 1.8rem;
	}
	div.vitec-top p {
		font-size: 1.0rem;
	}
}
@media only screen and (max-width: 400px) {
	div.vitec-top h2 {
		font-size: 1.6rem;
	}
	div.vitec-top p {
		font-size: 0.95rem;
	}
}


.inquiry-container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	max-width: 1440px;
	padding-top: 50px;
	padding-bottom: 50px;
	display: block;
}
.confirm-container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	max-width: 1440px;
	padding-top: 50px;
	padding-bottom: 50px;
	display: none;
}
.complate-container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	max-width: 1440px;
	padding-top: 50px;
	padding-bottom: 50px;
	display: none;
}
.error-container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	max-width: 1440px;
	padding-top: 50px;
	padding-bottom: 50px;
	display: none;
}

div.inquiry-back {
	width: 85%;
	margin: 10px auto 40px auto;
}

div.inquiry-back div.inquiry-status {
	width: 80%;
	margin: 0 auto 30px auto;
}
div.inquiry-back div.inquiry-status ul.inquiry-pos{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
div.inquiry-back div.inquiry-status ul.inquiry-pos li {
	width: 31.8%;
	height: 60px;
	padding-left: 10px;
	background: #E3E3E3;
	font-size: 1.1rem;
	font-weight: 500;
	text-align: center;
	line-height: 60px;
	position: relative;
	color: #212121;
}
div.inquiry-back div.inquiry-status ul.inquiry-pos li.inquiry-middle:before,
div.inquiry-back div.inquiry-status ul.inquiry-pos li.inquiry-end:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 24px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 0;
    left: 0;
}
div.inquiry-back div.inquiry-status ul.inquiry-pos li.inquiry-first:after,
div.inquiry-back div.inquiry-status ul.inquiry-pos li.inquiry-middle:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 24px;
    border-color: transparent transparent transparent #E3E3E3;
    position: absolute;
    top: 0;
    right: -24px;
    z-index: 1;
}

div.inquiry-back div.inquiry-status ul.inquiry-pos li.inquiry-current {
	background-color: rgb(0, 94, 102);
	color: #fff;
}
div.inquiry-back div.inquiry-status ul.inquiry-pos li.inquiry-current:after {
	border-color: transparent transparent transparent rgb(0, 94, 102);
}

div.inquiry-back ul.inquiry-note {
	margin-bottom: 40px;
	padding-left: 20px;
}
div.inquiry-back ul.inquiry-note li {
	color: #545454;
	font-size: 1.1rem;
	font-weight: 500;
	padding-bottom: 5px;
	font-feature-settings: "pwid";
	text-align: justify;
	list-style: none;
	position: relative;
	margin: 0 10px 0 20px;
}
div.inquiry-back ul.inquiry-note li:before {
	display: block;
	position: absolute;
	color: #545454;
	content: "※";
	top: 0px;
	left: -20px;
}
div.inquiry-back ul.inquiry-note li.inquiry-atten {
	color: #f00;
}
div.inquiry-back ul.inquiry-note li.inquiry-atten:before {
	color: #f00;
}

form dl {
	width: 100%;
	border-top: dotted 1px #CCC;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
form.confirm-form dl {
	background-color: #f7f7f7;
}
form dl dt {
	width: 22%;
	padding: 34px 0px 20px 20px;
	text-align: left;
	border-bottom: dotted 1px #ccc;
	font-weight: 700;
	font-size: 1.1rem;
	color: #545454;
	display: block;
	align-items: center;
	font-feature-settings: "pwid";
        text-align: justify;
}
form dl dt .hissu {
	display: block;
	position: relative;
	line-height: 1.4rem;
}
form dl dt .hissu:before {
	position: absolute;
	right: 10px;
	padding: 2px 10px 1px 10px;
	border-radius: 0;
	letter-spacing: 0.15em;
	text-align: center;
	color: #fff;
	background: #b91010;
	content: "必須";
	top: -2px;
}
form dl dd {
	margin: 0px;
	width: 76%;
	padding: 20px 0px;
	text-align: left;
	border-bottom: dotted 1px #ccc;
	font-size: 1.1rem;
	font-weight: 500;
	font-feature-settings: "pwid";
	display: block;
	align-items: center;
}
form dl dd input[type="text"] {
	width: 93%;
	border: solid 2px #bbb;
	background-color: #fff;
	font-size: 1.1rem;
	font-weight: 500;
	padding: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #545454;
	box-shadow: none;
	font-family: "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
}
form dl dd input[type="text"]:focus {
	outline: 1px solid #bbb;
}
form dl dd input[type="text"].onamae {
	width: 400px;
}
form dl dd input[type="text"].furigana {
	width: 400px;
}
form dl dd input[type="text"].post1 {
	width: 32px;
}
form dl dd input[type="text"].post2 {
	width: 44px;
}
form dl dd span.post-half {
	color: #545454;
	font-size: 1.1rem;
	font-weight: 500;
}
form dl dd input[type="text"].tel {
	width: 200px;
}
form dl dd input[type="text"].mail1 {
	width: 400px;
}
form dl dd input[type="text"].mail2 {
	width: 400px;
}
form dl dd p.mail-half {
	color: #545454;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 2.0rem;
	margin-top: 5px;
	margin-bottom: 0px;
}
form dl dd textarea {
	width: 93% !important;
	min-height: 200px;
	border: solid 2px #bbb;
	background-color: #FFF;
	padding: 10px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	color: #545454;
	font-size: 1.1rem;
	font-weight: 500;
	font-family: "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
}
form dl dd textarea:focus {
	outline: 1px solid #bbb;
}


.selectbox-kinds {
	position: relative;
}

.selectbox-kinds::before,
.selectbox-kinds::after {
	position: absolute;
	content: '';
	pointer-events: none;
}

.selectbox-kinds::before {
	right: 0;
	display: inline-block;
	width: 2.8em;
	height: 2.8em;
	border-radius: 0 3px 3px 0;
	background-color: #bbb;
	content: '';
}

.selectbox-kinds::after {
	position: absolute;
	top: 50%;
	right: 1.4em;
	transform: translate(50%, -50%) rotate(45deg);
	width: 6px;
	height: 6px;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	content: '';
}

.selectbox-kinds select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	min-width: 230px;
	height: 2.8em;
	padding: .4em 3.6em .4em .8em;
	border: 2px solid #bbb;
	border-radius: 3px;
	color: #545454;
	font-size: 1em;
	cursor: pointer;
	font-family: "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
}

.selectbox-kinds select:focus {
	outline: 1px solid #bbb;
}


.privacy-info {
	line-height: 130%;
}
.privacy-info-body {
	border: 1px solid #BBBBBB;
	background: #e7eeea;
	padding: 30px 20px;
	width: 96%;
	box-sizing: border-box;
	border-radius: 3px;
	margin-bottom: 20px;
}
.privacy-info-body p {
	font-size: 1.1rem;
	font-weight: 700;
	color: #222;
}
.privacy-info-body li {
	margin-left: 20px;
	list-style-type: disc;
	margin-top: 10px;
	line-height: 130%;
	font-size: 1.1rem;
	font-weight: 500;
	color: #222;
}

.privacy-link a.mflink {
	color: rgb(45, 145, 217);
	text-decoration: none;
	transition: 0.5s ease;
}
.privacy-link a.mflink:after {
	background: url(../images/inquiry/external_link.svg) no-repeat;
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: 100%;
	background-position: 0px 0px;
	position: relative;
	top: 4px;
	overflow: hidden;
	margin: 0 5px;
}

.privacy-comment {
	color: #222;
	font-size: 1.1rem;
	font-weight: 500;
	margin: 20px 0;
	width: 97%;
}

.privacy-concent span {
	color: #222;
	font-size: 1.1rem;
	font-weight: 500;
	margin-left: 5px;
}
input[type="checkbox"] {
	accent-color: rgb(45, 114, 184);
	transform: scale(1.5);
}

.submit-button {
	text-align: center;
}
.submit-confirm {
	margin: 30px 10px 0 10px;
	width: 40%;
	height: 60px;
	padding: 10px;
	background-color: rgb(45, 114, 184);
	cursor: pointer;
	border: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 1.2rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	cursor: pointer;
	outline: none;
	transition: 0.5s ease;
	font-family: "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
}
.submit-confirm:hover {
	background-color: rgb(5, 75, 147);
}
.submit-return {
	margin: 30px 10px 0 10px;
	width: 40%;
	height: 60px;
	padding: 10px;
	background-color: rgb(77, 147, 219);
	cursor: pointer;
	border: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 1.2rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	cursor: pointer;
	outline: none;
	transition: 0.5s ease;
	font-family: "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
}
.submit-return:hover {
	background-color: rgb(34, 124, 215);
}
.submit-send {
	margin: 30px 10px 0 10px;
	width: 40%;
	height: 60px;
	padding: 10px;
	background-color: rgb(45, 114, 184);
	cursor: pointer;
	border: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 1.2rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	cursor: pointer;
	outline: none;
	transition: 0.5s ease;
	font-family: "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
}
.submit-send:hover {
	background-color: rgb(5, 75, 147);
}

.disabled-button, .disabled-button:hover {
	background-color: #aaa;
	cursor: default;
}

p.input-error {
	color: #f00;
	padding-top: 5px;
	display: none;
	margin-bottom: 0;
	font-size: 1.1rem;
}

div.confirm-title {
	font-size: 1.6rem;
	color: #545454;
	font-weight: 700;
	line-height: 2.0rem;
	margin-bottom: 15px;
	margin-top: -15px;
	margin-left: 5px;
}
div.confirm-text {
	color: #545454;
	font-size: 1.1rem;
	font-weight: 500;
}
form.confirm-form dl dt {
	padding: 20px 0px 20px 20px;
}
form.confirm-form dl dd {
	padding: 20px 0px 20px 0px;
}
.privacy-concent span.privacy-check {
	margin: 0;
}
.privacy-concent span.privacy-check:before {
	background: url(../images/inquiry/checkbox_ok.svg) no-repeat;
	content: "";
	display: inline-block;
	width: 28px;
	height: 28px;
	background-size: 100%;
	background-position: 0px 0px;
	position: relative;
	top: 7px;
	left: -5px;
	overflow: hidden;
	margin: 0;
}

div.complate-title {
	margin: 0 auto;
	width: 100%;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	color: #545454;
	padding: 30px 0;
	line-height: 1.8rem;
}
div.complate-title br {
	display: none;
}
div.complate-contents {
	color: #545454;
	font-size: 1.1rem;
	text-align: center;
	font-weight: 500;
	margin: 30px 0;
	line-height: 150%;
}
div.complate-contents2 {
	color: #f00;
	font-size: 1.1rem;
	text-align: center;
	font-weight: 500;
	margin: 20px 0;
	line-height: 150%;
}
.button_center2 a {
	width: 50%;
	margin: 0 auto;
}

div.error-title {
	margin: 0 auto;
	width: 100%;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	color: #f00;
	padding: 30px 0;
	line-height: 1.8rem;
}
div.error-title br {
	display: none;
}

@media only screen and (max-width: 1340px) {
	form dl dt {
		width: 25%;
	}
	form dl dd {
		width: 73%;
	}
}
@media only screen and (max-width: 1240px) {
	div.inquiry-back div.inquiry-status ul.inquiry-pos li {
		padding-left: 7px;
	}
}
@media only screen and (max-width: 1200px) {
	form dl dt {
		width: 28%;
	}
	form dl dd {
		width: 69%;
	}
}
@media only screen and (max-width: 1080px) {
	div.inquiry-back {
		width: 90%;
	}
}
@media only screen and (max-width: 980px) {
	div.inquiry-back {
		width: 95%;
	}
}
@media only screen and (max-width: 940px) {
	.inquiry-container {
		padding-top: 40px;
		padding-bottom: 30px;
	}
	div.inquiry-back ul.inquiry-note {
		margin-bottom: 30px;
	}
	div.inquiry-back ul.inquiry-note li {
		font-size: 1.0rem;
	}
	form dl dt {
		font-size: 1.0rem;
		padding: 27px 0px 20px 20px;
	}
	form dl dd {
		padding: 15px 0px;
	}
	.selectbox-kinds select {
		font-size: 0.9em;
	}
	.selectbox-kinds::before {
		height: 2.5em;
	}
	form dl dd textarea {
		font-size: 1.0rem;
	}
	form dl dd input[type="text"] {
		font-size: 1.0rem;
		padding: 8px 10px;
	}
	form dl dd input[type="text"].mail1 {
		margin-bottom: 5px;
	}
	form dl dd p.mail-half {
		font-size: 1.0rem;
	}
	.privacy-info-body {
		padding: 20px 20px;
	}
	.privacy-info-body p {
		font-size: 1.0rem;
	}
	.privacy-info-body li {
		font-size: 1.0rem;
	}
	.privacy-link {
		font-size: 1.0rem;
	}
	.privacy-comment {
		font-size: 1.0rem;
	}

	div.confirm-title {
		font-size: 1.5rem;
	}
	div.confirm-text {
		font-size: 1.0rem;
	}
	span.privacy-check {
		font-size: 1.0rem;
	}
}
@media only screen and (max-width: 867px) {
	form dl dt {
		width: 98%;
		border-bottom: none;
		padding: 15px 0px 0px 20px;
	}
	form dl dd {
		width: 98%;
		padding: 10px 0px 15px 20px;
	}
	form dl dt .hissu:before {
		font-size: 0.9rem;
		right: 15px;
	}
	form dl dd textarea {
		width: 95%!important;
	}
	form dl dd input[type="text"] {
		width: 95%;
	}
	.privacy-info-body {
		width: 98.2%;
	}
	.privacy-comment {
		width: 98.2%;
	}
	.submit-confirm {
		width: 60%;
	}

	form.confirm-form dl dd {
		padding: 20px 0px 20px 20px;
	}
	form dl dt.ctitle {
		width: 25%;
		border-bottom: dotted 1px #ccc;
	}
	form dl dd.cinput {
		width: 69%;
	}
	form.confirm-form dl dt.cdoui {
		padding: 20px 0px 0px 20px;
	}
	form.confirm-form dl dd.cdoui {
		padding: 15px 0px 20px 20px;
	}
	form.confirm-form div.privacy-info-body {
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 800px) {
	div.inquiry-back div.inquiry-status {
		width: 90%;
	}
	div.inquiry-back div.inquiry-status ul.inquiry-pos li {
		padding-left: 5px;
	}
	div.complate-title {
		font-size: 1.6rem;
	}
	div.error-title {
		font-size: 1.6rem;
	}
	div.complate-contents {
		font-size: 1.0rem;
		margin: 20px 0 30px 0;
	}
	div.complate-contents2 {
		font-size: 1.0rem;
	}
	.button_center2 a {
		width: 60%;
	}
}
@media only screen and (max-width: 768px) {
	div.inquiry-back ul.inquiry-note {
		padding-left: 10px;
	}
	form dl dt {
		padding: 15px 0px 0px 10px;
	}
}
@media only screen and (max-width: 720px) {
	form dl dd.cinput {
		width: 68%;
	}
}
@media only screen and (max-width: 640px) {
	form dl dt.ctitle {
		width: 98%;
		border-bottom: none;
		padding: 10px 0px 0px 20px;
	}
	form dl dd.cinput {
		width: 98%;
		padding: 5px 0px 10px 30px;
	}
	.submit-return {
		width: 45%;
		margin: 30px 5px 0 10px;
	}
	.submit-send {
		width: 45%;
		margin: 30px 5px 0 10px;
	}
	.complate-container {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.error-container {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	div.inquiry-back div.inquiry-status ul.inquiry-pos li {
		font-size: 1.0rem;
		padding-left: 3px;
		text-indent: 10px;
	}
	div.complate-title {
		font-size: 1.4rem;
	}
	div.error-title {
		font-size: 1.4rem;
	}
	div.complate-contents {
		font-size: 0.9rem;
		margin: 10px 0 20px 0;
	}
	div.complate-contents2 {
		font-size: 0.9rem;
	}
	div.complate-contents2 br {
		display: none;
	}
	.button_center2 a {
		width: 70%;
	}
}
@media only screen and (max-width: 530px) {
	div.complate-title br {
		display: block;
	}
	div.error-title br {
		display: block;
	}
	div.complate-contents br {
		display: none;
	}
	div.complate-corp br {
		display: block;
	}
}
@media only screen and (max-width: 480px) {
	form dl dd {
		padding: 10px 0px 15px 10px;
	}
	form dl dd input[type="text"].onamae {
		width: 95%;
	}
	form dl dd input[type="text"].furigana {
		width: 95%;
	}
	form dl dd input[type="text"].mail1 {
		width: 95%;
	}
	form dl dd input[type="text"].mail2 {
		width: 95%;
	}
	div.inquiry-back div.inquiry-status {
		width: 100%;
	}
	div.inquiry-back div.inquiry-status ul.inquiry-pos li {
		text-indent: 15px;
	}
}
@media only screen and (max-width: 430px) {
	.privacy-link {
		font-size: 0.9rem;
	}
	div.inquiry-back div.inquiry-status ul.inquiry-pos li {
		text-indent: 20px;
	}
}
