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

/* mainArea */
.mainArea01,
.mainArea02 {
	margin-top: 60px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.mainArea01 {
	margin-top: 60px;
	background-image: url("../img/sub/main01_bg.jpg");
}
.mainArea02 {
	margin-top: 60px;
	background-image: url("../img/sub/main02_bg.jpg");
}
.mainArea01 .inner,
.mainArea02 .inner {
	min-height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mainArea01 .inner h1,
.mainArea02 .inner h1 {
	font-size: 28px;
	letter-spacing: 0.09em;
	font-family: tbudrgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1.2;
	color: #fff;
	position: relative;
	padding-bottom: 18px;
}
.mainArea01 .inner h1:after,
.mainArea02 .inner h1:after {
	content: "";
	position: absolute;
	width: 55px;
	height: 8px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
}

/* breadArea */
.breadArea .inner,
.breadArea02 .inner,
.breadArea03 .inner {
	display: flex;
	justify-content: flex-start;
	padding: 20px;
}
.breadArea .inner li,
.breadArea02 .inner li,
.breadArea03 .inner li {
	display: flex;
	justify-content: flex-start;
}
.breadArea .inner li:nth-of-type(1),
.breadArea02 .inner li:nth-of-type(1),
.breadArea03 .inner li:nth-of-type(1) {
	position: relative;
	padding-right: 20px;
}
.breadArea .inner li:nth-of-type(1):after,
.breadArea02 .inner li:nth-of-type(1):after,
.breadArea03 .inner li:nth-of-type(1):after {
	content: ">";
	position: absolute;
	top: 0;
	right: 0;
}
.breadArea .inner li:nth-of-type(2) {
	padding-left: 12px;
}
.breadArea02 .inner li:nth-of-type(2) {
	padding: 0 12px;
}
.breadArea02 .inner li:nth-of-type(3) {
	position: relative;
	padding: 0 12px 0 20px;
}
.breadArea02 .inner li:nth-of-type(4) {
	position: relative;
	padding-left: 20px;
}
.breadArea02 .inner li:nth-of-type(3):before {
	content: ">";
	position: absolute;
	top: 0;
	left: 0;
}
.breadArea02 .inner li:nth-of-type(4):before {
	content: ">";
	position: absolute;
	top: 0;
	left: 0;
}
.breadArea03 .inner li:nth-of-type(2) {
	padding: 0 12px;
}
.breadArea03 .inner li:nth-of-type(3) {
	position: relative;
	padding-left: 20px;
}
.breadArea03 .inner li:nth-of-type(3):before {
	content: ">";
	position: absolute;
	top: 0;
	left: 0;
}
.breadArea03 .inner li:nth-of-type(3) {
	padding: 0 12px;
}
.breadArea03 .inner li:nth-of-type(4) {
	position: relative;
	padding-left: 20px;
}
.breadArea03 .inner li:nth-of-type(4):before {
	content: ">";
	position: absolute;
	top: 0;
	left: 0;
}

/*h2Area_sub*/
.h2Area_sub {
	width: 100%;
	position: relative;
	margin-bottom: 50px;
}
.h2Area_sub h2 {
	width: 660px;
	margin: auto;
	background-color: #FF7C64;
	border-radius: 50px;
	text-align: center;
	padding: 15px 0;
	color: #fff;
	font-size: 20px;
	line-height: 1;
	font-family: tbudrgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.h2Area_sub:after {
	content: "";
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	border-bottom: 3px dotted #FF7C64;
	z-index: -1;
}

/*searchBox*/
.searchBox{
	max-width:1200px;
	margin: 0 auto;
	padding:0 40px;
}
.searchBox dl {
	display: flex;
	align-content: center;
	flex-wrap: nowrap;
	align-items: center;
	margin-bottom: 15px;
	background-color: #fef8f7;
	border: 1px solid #FF7C64;
}
.searchBox dl dt {
	width: 18%;
	padding: 30px 0 30px 70px;
	background-color: #FF7C64;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	position: relative;
}
.searchBox dl dt:before {
	content: "";
	position: absolute;
	top: 0;
	left: 25px;
	background-repeat: no-repeat;
	background-position: center center;
}
.searchBox dl dt:before {
	background-image: url("../img/top/try01.svg");
	width: 34px;
	height: 29px;
	top: 25px;
}
.searchBox dl dd {
	width: 82%;
	padding: 0 15px;
}
.searchBox dl dd ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.searchBox dl dd ul li {
	padding: 0 10px 0 18px;
	position: relative;
}
.searchBox dl dd ul li input{
    position: absolute;
    top: 5px;
    left: 0;
    width: 1em;
    height: 1em;
    border-radius: 3px;
}
.searchBox .resetArea {
	display: flex;
	justify-content: flex-end;
	position: relative;
	margin-top: 20px;
}
.searchBox .resetArea:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #FF7C64;
	z-index: -1;
}
.searchBox .resetArea .r_btn .reset_b {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #FF7C64;
	border-radius: 10px;
	background-color: #fff;
	cursor: pointer;
}
.searchBox .resetArea .r_btn .reset_b:hover {
	color: #fff;
	background-color: #FF7C64;
	transition: all 0.3s;
}
.searchBox .searchArea {
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
}
.searchBox .searchArea .search_f {
	width: 70%;
	padding: 20px;
	border: 1px solid #FF7C64;
	border-radius: 10px;
}
.searchBox .searchArea button {
	width: 28%;
	margin-left: 2%;
	padding: 20px;
	background-color: #FF7C64;
	color: #fff;
	border-radius: 10px;
	border: none;
	display: block;
	cursor: pointer;
}
.searchBox .searchArea button:hover {
	background-color: #515151;
	transition: all 0.3s;
}
.alert {
	margin:60px 0;
	padding:60px 0;
	text-align:center;
	border:solid 1px #FF7C64;
	border-radius: 10px;
}



@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 767px) {
	.inner {
		width: 100%;
	}
	.mainArea01 .inner,
	.mainArea02 .inner {
		min-height: 150px;
		padding: 0 3vw;
		width: 100%;
	}
	.mainArea01 .inner h1,
	.mainArea02 .inner h1 {
		font-size: 20px;
		padding-bottom: 12px;
	}
	.mainArea01 .inner h1:after,
	.mainArea02 .inner h1:after {
		width: 30px;
		height: 5px;
	}
	.breadArea,
	.breadArea02 {
		display: none;
	}

	/*h2Area_sub*/

	.h2Area_sub {
		margin-bottom: 30px;
	}
	.h2Area_sub h2 {
		width: 280px;
		padding: 12px 0;
		font-size: 16px;
	}
	.h2Area_sub:after {
		top: 20px;
	}

	/*searchBox*/
	.searchBox{
		padding:0 5vw;
	}
	.searchBox dl {
		display: block;
		margin-bottom: 10px;
	}
	.searchBox dl dt {
		width: 100%;
		padding: 12px 0 12px 70px;
		font-size: 15px;
	}
	.searchBox dl dt:before {
		top: 10px;
	}
	.searchBox dl dd {
		width: 100%;
		padding: 15px 10px;
	}
	.searchBox dl dd ul li {
		margin: 5px 10px;
		font-size: 13px;
		padding: 0 8px 0 20px;
	}
	.searchBox .searchArea .search_f {
		width: 60%;
		border-radius: 5px;
	}
	.searchBox .searchArea button {
		width: 38%;
		margin-left: 2%;
		padding: 20px 0;
		font-size: 11px;
	}
}


@media screen and (max-width: 340px) {
}
