@charset "UTF-8";
/* CSS Document */

.core-main-visual {
	background: url(images/main-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.slide img {
    width: 100%;
}
/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	.main-visual{
		margin-top: 60px;
	}
	.main-cacth{
		top: 25%;
		font-size: 4rem;
		line-height: 3rem;
	}
	.main-cacth span{
		font-size: 1.6rem;
	}
	.news-list{
		position: static;
		padding: 20px 0;
		width: 90%;
	}
}

/* form
------------------------------------------------------ */
h4{
	color: #00D2BC;
	font-size: 3.4rem;
	text-align: center;
	font-weight: bold;
}
.form-lead{
	text-align: center;
}
.form-lead.complete{
	margin-bottom: 60px;
}
.form-lead span{
	color: #0097DE;
}
input,textarea{
	background: #f6f6f6;
	border-radius: 3px;
	border: none;
	padding-left: 20px;
}
input::placeholder{
	color: #cbcbcb;
}
input:-ms-input-placeholder{
	input::-ms-input-placeholder
}
input::-ms-input-placeholder{
	input::-ms-input-placeholder
}
input[type="text"],textarea{
	width: 100%;
	height: 100%;
}
td{
	height: auto;
}
td span{
	font-size: 1.3rem;
}
td span a{
	color: #00ABEB;
	font-size: 1.3rem;
}
th{
	text-align: left;
}
th span{
	color: #0097DE;
}
th,td{
	padding: 20px 0;
	height: 50px;
}
.submit-button{
	background: -moz-linear-gradient(#00D2BC, #0097DE);
  background: -webkit-linear-gradient(#00D2BC, #0097DE);
  background: linear-gradient(#00D2BC, #0097DE);
	color: #fff;
	width: 380px;
	margin: 0 auto 100px;
	height: 57px;
	border-radius: 28px;
}
button, select{
	padding: 8px 2px;
}
textarea{
	padding-top: 10px;
}
textarea{
	resize: none;
}
.center{
	text-align: center;
}
/*SP Layout
===================================*/
@media all and (max-width: 	768px) {
	h4{
		font-size: 2.2rem;
	}
	th,td{
		display: block;
	}
	th{
		height: 20px;
		padding-bottom: 0;
	}
	td{
		padding-top: 10px;
		margin-bottom: 40px;
		padding-bottom: 0;
	}
	.submit-button{
		width: 100%;
	}
	input[type="text"], textarea{
		width: 92%;
	}
	button, select {
    padding: 14px 2px;
    width: 80%;
}
	textarea{
		height: auto;
	}
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
	.form-table{
		width: 84%;
		margin: 40px auto;
	}
	td{
		width: 70%;
	}
	th{
		width: 30%;
	}
}

/* flow
------------------------------------------------------ */
.step-number{
	color: #00D2BC;
	font-weight: bold;
}
.step-txt{
	border: 2px solid #CBCBCB;
	padding: 20px 10px;
	border-radius: 2px;
	text-align: center;
}
.step-txt.last{
	border: 2px solid #00D2BC;
}
.flow-lead{
	margin-bottom: 30px;
}
/*PC Layout
===================================*/
@media all and (min-width: 769px) {
	.flow-wrap{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.flow-item{
		width: 28%;
	}
	.flow-arrow{
		width: 1%;
		margin-top: 30px;
	
	}
}