@charset "utf-8";

body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	color: #000000;
	background-color: #ffffff;
	line-height: 1.5;
}
img {
	max-width: 100%;
	height: auto;
}
.disp-sp {
	display: none;
}
.hero {
	position: relative;
	width: 100%;
}
.hero .btn {
	position: absolute;
	top: 74%;
	left: 19%;
	width: 45%;
	max-width: 240px;
}
.hero .btn a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #050000;
	text-align: center;
	padding: 11px 0 10px 0;
	background-color: #FFE900;
	border-radius: 5px;
}
.transition {
	text-align: center;
	padding: 5vh 0 5vh 0;
	background-color: #00175B;
}
.transition p {
	width: 92%;
	margin: 0 auto;
}
.transition p:first-child {
	font-size: 22px;
	color: #ffffff;
	margin-bottom: 10px;
}
.transition .btn a {
    display: block;
    width: 320px;
    max-width: 75%;
    font-size: 20px;
    font-weight: bold;
    color: #050000;
    margin-left: auto;
    margin-right: auto;
    padding: 2vh 0 2vh 0;
    background-color: #FFE900;
    border-radius: 5px;
    box-shadow: 0 0 6px 2px #000000;
}
.btn a:hover {
	opacity: .85;
}
.line {
	padding: 6% 0 6% 0;
	background-color: #00175B;
}
.line_body {
	width: 92%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 5% 0;
	background-color: #ffffff;
	box-shadow: 10px 10px #000000;
}
.line_body .tel {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 580px;
	margin: 0 auto;
}
.line_body .tel p:nth-of-type(1) {
	display: flex;
	justify-content: center;
	align-items: end;
	width: 35%;
	color: #00175B;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 5px;
	margin-right: 3%;
	padding: 20px 0;
	border: 2px solid #00175B;
	border-radius: 10px;
}
.line_body .tel p:nth-of-type(1) img {
	width: 10%;
	transform:rotate(25deg);
	margin-right: 0.5em;
}
.line_body .tel p:nth-of-type(2) {
	width: 62%;
	font-weight: bold;
}
.line_body .tel p:nth-of-type(2) a {
	font-size: 47px;
	color: #000000;
	line-height: 1.1;
}
.line_body .tel p:nth-of-type(2) span {
	display: block;
	font-size: 18px;
	letter-spacing: 1.5px;
}
.line_body .line_add {
	width: 580px;
	margin: 2% auto 0;
}
.line_body .line_add p:nth-of-type(1) {
	display: flex;
	justify-content: center;
	width: 100%;
}
.line_body .line_add p:nth-of-type(1) a {
	display: flex;
	justify-content: center;
	align-items: center;
    width: 100%;
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	padding: 10px 0 10px 0;
    background-color: #32B12C;
	border-radius: 80px;
	box-shadow: 6px 6px #DDDEDD;
}
.line_body .line_add img {
	width: 15%;
	margin-right: 1em;
}
#form {
	width: 96%;
	max-width: 1024px;
	margin: 8% auto;
}
#form > p {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#form dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
#form dt {
    display: flex;
    align-items: center;
	width: 30%;
	font-weight: bold;
	margin-top: 2rem;
	padding-top: 0.2rem;
}
#form dt span {
	font-size: 12px;
	color: #ffffff;
	margin-right: 1em;
	padding: 2px 10px 4px;
}
#form dt .required {
	background-color: #BF1E1C;
}
#form dt .any {
	background-color: #878B8E;
}
#form dd {
	width: 70%;
	margin-top: 2rem;
}
input[type="text"],
button,
textarea {
	-webkit-appearance: none;
	appearance: none;
}
input[type="text"],
textarea {
	width: 100%;
	padding: 10px;
	background-color: #F4F4F4;
	border: 1px solid #bbbbbb;
	border-radius: 0;
}
textarea {
	height: 240px;
}
.send_btn {
	text-align: center;
	margin-top: 4%;
}
.send_btn button {
	width: 200px;
	font-weight: bold;
	color: #ffffff;
	padding: 12px 0 14px;
	background-color: #000000;
	border: 0;
	cursor: pointer;
}
.error {
	margin-top: 5px;
	color: #BF1E1C;
}
.thanks_text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	max-width: 1000px;
}
.thanks_text p:nth-of-type(1) {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 1em;
}
#thanks footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
footer {
	color: #ffffff;
	text-align: center;
	padding: 15px 5px;
	background-color: #00175B;
}

@media screen and (max-width:639px) {
	.disp-pc {
		display: none;
	}
	.disp-sp {
		display: block;
	}
	.hero .btn {
		top: 68%;
		left: 4%;
	}
	.hero .btn a {
		font-size: 16px;
	}
	.transition p:first-child {
		font-size: 16px;
	}
	.line_body {
		width: 100%;
		box-shadow: 0 10px #000000;
	}
	.line_body .tel {
		width: 380px;
	}
	.line_body .tel p:nth-of-type(1) {
		font-size: 14px;
		letter-spacing: 2px;
	}
	.line_body .tel p:nth-of-type(1) img {
		width: 20%;
	}
	.line_body .tel p:nth-of-type(2) a {
		font-size: 24px;
	}
	.line_body .tel p:nth-of-type(2) span {
		display: block;
		font-size: 12px;
		letter-spacing: 0;
	}
	.line_body .line_add {
		width: 380px;
	}
	.line_body .line_add p:nth-of-type(1) a {
		font-size: 24px;
		padding: 10px 0 10px 0;
	}
	.line_body .line_add img {
		width: 12%;
	}
	#form dt {
		width: 100%;
	}
	#form dd {
		width: 100%;
		margin-top: 1rem;
	}
}
@media screen and (max-width:379px) {
	.line_body .tel {
		width: 90%;
	}
	.line_body .line_add {
		width: 90%;
	}
	.line_body .line_add p:nth-of-type(1) a {
		box-shadow: 4px 4px #DDDEDD;
	}
}


