
.ttl-style01 {
	width: 100%;
}
@media screen and (max-width: 680px) {
	#page-title {
        margin: 0 auto 0px;
    }
}
/* --------------------------------------------------- */
#sec01 {
	position: relative;
	z-index: 2;
	width: 90%;
	margin: 0 auto 100px;
}
#sec01 .ttl {
	font-size: 1.5em;
	font-weight: 900;
	margin-bottom: 30px;
}
#sec01 p {
	max-width: 750px;
	width: 100%;
	font-weight: 500;
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 680px) {
	#sec01 {
		margin-bottom: 60px;
	}
	#sec01 .ttl {
        font-size: 1.2em;
        margin-bottom: 25px;
    }
}
/* --------------------------------------------------- */
#sec02 {
	position: relative;
	z-index: 2;
	max-width: 1300px;
	width: 90%;
	margin: 0 auto 60px;
}
#sec02 p {
	max-width: 600px;
	width: 100%;
	text-align: center;
	margin: 0 auto 20px;
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	padding: 25px 0;
}
#sec02 p .tel {
	display: inline-block;
	font-size: 2.5em;
	line-height: 1.4;
	padding-left: 50px;
	background: url("../images/common/icon09.png") no-repeat left top 10px;
	background-size: 40px;
	pointer-events: none;
}
#sec02 p .cap {
	display: block;
	text-align: center;
}
#sec02 .cap-list {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 680px) {
	#sec02 p {
        margin: 0 auto 20px;
        padding: 15px 0;
    }
	#sec02 p .tel {
		pointer-events: auto;
		font-size: 2em;
		background-size: 22px;
		padding-left: 30px;
	}
	#sec02 p .cap {
		font-size: 12px;
		letter-spacing: 1px;
	}
}
/* --------------------------------------------------- */
#sec03 {
	position: relative;
	z-index: 2;
	max-width: 1300px;
	width: 90%;
	margin: 0 auto 100px;
}
#sec03 form {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
#sec03 dl {
	width: 100%;
	display: table;
	background-color: #fff;
	box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.15);
	margin-bottom: 10px;
}
#sec03 dt,
#sec03 dd {
	display: table-cell;
	vertical-align: top;
	padding: 30px;
}
#sec03 dt {
	background-color: #2F75B6;
	color: #fff;
	width: 300px;
	position: relative;
}
#sec03 dt span {
	display: inline-block;
	font-size: 11px;
	font-weight: 500;
	line-height: 20px;
	background-color: #fff;
	color: #2F75B6;
	padding: 0 5px;
	letter-spacing: 0;
	position: absolute;
	top: 0px;
	right: 0px;
}
#sec03 dd {
}
#sec03 dd input,
#sec03 dd textarea {
	width: 100%;
	padding: 13px 0;
	border: none;
	border-bottom: 2px solid #ccc;
	background: transparent;
	outline: none;
	transition: 0.3s;
}
/* カーソルを置いた時 */
#sec03 dd input:focus,
#sec03 dd textarea:focus {
	border-bottom: 2px solid #2F75B6;
}
#sec03 dd select {
	padding: 13px 30px 13px 0;
	border: none;
	border-bottom: 2px solid #ddd;
	background: transparent;
	outline: none;
	transition: 0.3s;
}
#sec03 dd select:focus {
	border-bottom: 2px solid #2F75B6;
}
#sec03 dd input::placeholder,
#sec03 dd textarea::placeholder {
	color: #aaa;
}
#sec03 label {
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	margin-bottom: 10px;
}
#sec03 label:hover {
	opacity: 0.7;
}
#sec03 input[type="checkbox"],
#sec03 input[type="radio"] {
	accent-color: #2F75B6;
	width: 18px;
	height: 18px;
	cursor: pointer;
}
#sec03 input[type="radio"] {
	transform: scale(1.1);
}
#sec03 .privacy {
	font-size: .9em;
	letter-spacing: 1px;
	padding: 20px 0;
	margin-bottom: 30px;
	border-bottom: #ccc 1px solid;
}
#sec03 .privacy > li {
	line-height: 1.8;
	margin-bottom: 20px;
}
#sec03 .privacy > li strong {
	display: block;
	font-size: 1.2em;
	margin-bottom: 2px;
}
#sec03 .privacy ol {
	list-style: outside disc;
	margin-left: 20px;
	margin-top: 5px;
}
#sec03 .privacy ol li {
}
input[type="submit"] {
  -webkit-appearance: none;
}
input.form_btn {
	font-family: "Noto Sans JP", sans-serif;
	font-weight:400;
	display: block;
	max-width: 320px;
	width: 90%;
	margin: 0px auto;
	background-color: #2F75B6;
	border: #2F75B6 2px solid;
	text-align: center;
	font-size: 1.2em;
	line-height: 1;
	padding: 30px 0 32px;
	letter-spacing: 2px;
	font-weight: 500;
	color: #fff;
	transition: .4s;
}
input.form_btn:hover {
	cursor: pointer;
	background-color: #eee;
	color: #2F75B6;
}
@media screen and (max-width: 980px) {
	#sec03 dt {
        width: 200px;
		padding: 25px 15px 25px 25px;
    }
}
@media screen and (max-width: 680px) {
	#sec03 {
		margin-bottom: 50px;
	}
	#sec03 dl,
	#sec03 dt,
	#sec03 dd {
		display: block;
	}
	#sec03 dt {
		width: 100%;
		padding: 10px 15px;
	}
	#sec03 dd {
		padding: 20px;
	}
	#sec03 .privacy {
        padding: 15px 15px 5px;
        border: #2F75B6 1px solid;
		height: 200px;
		overflow-x: auto;
		margin-bottom: 15px;
    }
	#sec03 .privacy > li {
        margin-bottom: 15px;
    }
}
/* --------------------------------------------------- */
#thanks {
	position: relative;
	z-index: 2;
	max-width: 600px;
	width: 85%;
	margin: 0 auto 100px;
}
#thanks strong {
	display: block;
	text-align: center;
	font-size: 1.3em;
	font-weight: 700;
	margin-bottom: 30px;
}
#thanks p {
	margin-bottom: 15px;
}
#thanks .btn {
	font-family: "Noto Sans JP", sans-serif;
	font-weight:400;
	display: block;
	max-width: 320px;
	width: 90%;
	margin: 30px auto 0;
	background-color: #2F75B6;
	border: #2F75B6 2px solid;
	text-align: center;
	font-size: 1.2em;
	line-height: 1;
	padding: 25px 0 27px;
	letter-spacing: 2px;
	font-weight: 500;
	color: #fff;
	transition: .4s;
}
#thanks .btn:hover {
	cursor: pointer;
	background-color: #eee;
	color: #2F75B6;
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 680px) {
	#thanks {
		margin-bottom: 50px;
	}
}
/* --------------------------------------------------- */
.line_ba{
	width: 1000px;
	max-width: 90%;
	margin: 0 auto;
	margin-bottom: 100px;
	transition: 0.3s; /* アニメーション */
}
.line_ba:hover{
	opacity: 0.7; /* 薄くする */
}
/* PC表示 */
.banner-pc {
  display: block;
}

.banner-sp {
  display: none;
}

/* スマホ表示 */
@media screen and (max-width: 767px) {
  .banner-pc {
    display: none;
  }

  .banner-sp {
    display: block;
  }
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */