@charset "UTF-8";



#main {
	width: 100%;
	height: 400px;
	text-align: center;
	position: relative;
	margin-bottom: 100px;
}
#main {background: url(../../images/application/mainbg_pc.gif);}
#main h2 {
	font-size: 3.5rem;
	position: absolute;
	width: 60%;
	background: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	padding: 10px 0;
}


#contact {
	width: 800px;
	margin: 0 auto 150px auto;
}
#contact .formcurrent {
	text-align: center;
	margin-bottom: 15px;
}
#contact .formcurrent .covid19form {
	font-size: 20px;
	font-weight: bold;
	color: #15b676;
	padding-bottom: 15px;
}
#contact table {
	border: 2px solid #4d4d4d;
	border-left: 5px solid #4d4d4d;
	width: 100%;
	font-size: 15px;
	margin-bottom: 45px;
}
#contact table input[type="text"],
#contact table input[type="email"],
#contact table input[type="tel"],
#contact table input[type="date"],
#contact table select,
#contact table textarea {
	border: 1px solid #4d4d4d;
	border-radius: 4px;
	padding: 6px;
	margin-bottom: 5px;
}
#contact .post {
	width: 10rem;
}
#contact table input,
#contact table textarea {
	font-size: 15px;
}
#contact th, #contact td {
	border-bottom: 1px solid #4d4d4d;
	padding: 8px;
	vertical-align: top;
}
#contact td {
	width: 70%;
	background: #e6e6e6;
}
#contact .caption {
	font-size: 12px;
	line-height: 1.4;
}
#contact .hissu:after {
	display: inline-block;
	content: "";
	width: 40px;
	height: 15px;
	background: url(../../images/common/hissu.gif) 90% 50% no-repeat;
	background-size: auto 100%;
	vertical-align: middle;
}
#contact .btncontact {
	font-size: 20px;
	text-align: center;
	color: #fff;
	background: linear-gradient(90deg, #00ab9d, #1faedf);
	border-radius: 30px;
	padding: 3px;
	width: 300px;
	display: block;
	margin: 0 auto;
}
#contact .btncontact2 {
	display: flex;
	justify-content: space-around;
	width: 600px;
	margin: 0 auto;
}
#contact .btncontact2 .btncontact {
	font-size: 20px;
	text-align: center;
	color: #fff;
	background: linear-gradient(90deg, #00ab9d, #1faedf);
	border-radius: 30px;
	padding: 3px;
	width: 200px;
	margin: 0 auto;
}
#contact #contacttel {
	text-align: center;
	font-size: 16px;
	margin-bottom: 30px;
}
#contact #contacttel .tel {
	font-size: 30px;
	color: #15b676;
	margin-bottom: 50px;
}

#contact #complete {
	text-align: center;
}

#contact #complete .step {
	margin-bottom: 60px;
}

#contact #complete .contactp1 {
	font-size: 4rem;
	margin-bottom: 50px;
}

#contact #complete .contactp2 {
	font-size: 2.5rem;
	margin-bottom: 50px;
}

#contact #complete .toptop {
	font-size: 1.6rem;
}

#contact #complete .btnblock {
	width: 340px;
	margin: 0 auto 50px;
}
#contact #complete .btnblock a {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	color: #000;
	background: #fff;
	border: 1px solid #000;
	border-radius: 30px;
	padding: 10px;
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
}

.thanksbox {
	padding: 200px 0 100px 0;
	text-align: center;
}
.thanksbox .thanks {
	font-size: 3rem;
	margin-bottom: 50px;
}

.thanksbox #submit {
	font-size: 2rem;
}

.gakkotitle {
	text-align: center;
	margin-bottom: 20px;
}

#digitalb {
	width: 800px;
	margin: 0 auto 100px auto;
	text-align: center;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.8;
}
#digitalb p {
	margin-bottom: 80px;
}
#digitalb ul {
	display: flex;
	justify-content: space-around;
}







/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
@media screen and (max-width: 768px) {


#main {
	height: 60vh;
}

#main {background: url(../../images/application/mainbg_sp.gif);}
#main h2 {
	font-size: 3rem;
	width: 100%;
}

#contact {
	width: 100%;
	margin-bottom: 26.6666%;
}
#contact .formcurrent {
	margin: 0 auto 13.3333% auto;
	width: 93.3333%;
}
#contact .formcurrent .covid19form {
	font-size: 4vw;
	text-align: left;
	padding-bottom: 13.3333%;
}
#contact table {
	border: none;
	border-left: none;
	font-size: 4.6875vw;
	margin-bottom: 10%;
}
#contact table input[type="text"],
#contact table input[type="email"],
#contact table input[type="tel"],
#contact table textarea {
	padding: 2%;
	margin-bottom: 0;
	width: 100%;
	box-sizing: border-box;
}
#contact table input.post {
	width: 10rem;
}
#contact table input,
#contact table textarea {
	font-size: 4.6875vw;
}
#contact th, #contact td {
	border-bottom: none;
	padding: 3.3333%;
	box-sizing: border-box;
	display: block;
}
#contact td {
	width: 100%;
	background: #e6e6e6;
}
#contact .caption {
	font-size: 4vw;
	line-height: 1.4;
}
#contact .hissu:after {
	display: inline-block;
	content: "";
	width: 40px;
	height: 15px;
	background: url(../../images/common/hissu.gif) 90% 50% no-repeat;
	background-size: auto 100%;
	vertical-align: middle;
}
#contact .btncontact {
	font-size: 4.6875vw;
	text-align: center;
	color: #fff;
	background: linear-gradient(90deg, #00ab9d, #1faedf);
	border-radius: 30px;
	padding: 1.3333% 0;
	width: 84%;
	display: block;
	margin: 0 auto;
}
#contact .btncontact2 {
	display: block;
	width: 100%;
	margin: 0 auto;
}
#contact .btncontact2 .btncontact {
	font-size: 4.6875vw;
	text-align: center;
	color: #fff;
	background: linear-gradient(90deg, #00ab9d, #1faedf);
	border-radius: 30px;
	padding: 3px;
	width: 84%;
	margin: 0 auto 1.3333% auto;
}
#contact .btncontact2 span {
	display: block;
}
#contact #contacttel {
	font-size: 4vw;
	margin-bottom: 13.3333%;
}
#contact #contacttel .tel {
	font-size: 7.3333vw;
	margin-bottom: 13.3333%;
}
#contact #contacttel .tel a {
	color: #15b676;
}

#digitalb {
	width: 95%;
	margin: 0 auto 50px auto;
}
#digitalb li {
	width: 48%;
}


}
