@charset "utf-8";
.clumWrap{
	padding-top: 67.5px;
}
/*
-------------------------------------------------*/

.mainVisual {}

.main {
	color: #005bac;
}

.content {
	line-height: 2;
}

.spView br {
	display: none;
}

@media screen and (max-width: 768px) {
	.spView br {
		display: block;
	}
	.clumWrap{
		padding-top: 0;
	}
}




/*contactWrap
-------------------------------------------------*/

.ttl-h2 {
	font-size: 2.4rem;
	padding-bottom: 20px;
}

.h2_intro {
	padding-bottom: 20px;
}

.boxAttention_head {
	color: red;
	font-weight: bold;
}
.boxAttention_txt em{
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.breadcrumb {
		padding-top: 10px;
	}
	.ttl-h2 {
		font-size: 1.5rem;
		padding-bottom: 30px;
	}
	.h2_intro {
		padding-bottom: 17px;
	}
}


/*confirm
-------------------------------------------------*/

.confirm_items > li {
	text-indent: -1rem;
	margin-left: 1rem;
	padding-bottom: 20px;
}

.confirm_items > li:last-child {
	text-indent: 0;
	margin-left: 0;
}

.items_item {
	margin-left: 2rem;
	list-style-type: decimal;
	margin-top: -14px;
}

.items_item li {
	text-indent: 0rem;
	padding-bottom: 6px;
}

.focusMe {
	line-height: 0;
	font-size: 1.5em;
	vertical-align: baseline;
}

@media screen and (max-width: 768px) {
	.confirm_items > li {
		padding-bottom: 17px;
	}
	.items_item {
		margin-top: -17px;
	}
	.items_item li {
		padding-bottom: 0px;
	}
	.focusMe {
		line-height: 2;
		font-size: 1em;
		vertical-align: baseline;
	}
}


/*stick
-------------------------------------------------*/

.stick {
	margin-bottom: 55px;
}

.stick:after {
	content: "";
	display: block;
	width: 16px;
	height: 2px;
	background: #999999;
	margin-top: 40px;
}

@media screen and (max-width: 768px) {
	.stick {
		margin-bottom: 29px;
	}
	.stick:after {
		width: 15px;
		margin-top: 13px;
	}
	.stick {
		margin-bottom: 30px;
	}
}


/*button
-------------------------------------------------*/

.button {
	padding-top: 75px;
	text-align: center;
}

.button_link {
	display: inline-block;
	cursor: pointer;
	width: 224px;
	font-size: 2.4rem;
	height: 48px;
	box-sizing: border-box;
}

.yes {
	margin-right: 30px;
	color: #ffffff;
	background-color: #242424;
	border: 1px solid #242424;
}

.yes:hover {
	color: #242424;
	background-color: #ffffff;
}

.no {
	border: 1px solid #242424;
}

.no:hover {
	color: #ffffff;
	background-color: #242424;
}

@media screen and (max-width: 768px) {
	.button_link {
		height: 46px;
		width: 48%;
		font-size: 1.5rem;
	}
	.yes {
		margin-right: 2%;
	}
	.button {
		padding-top: 25px;
		text-align: center;
		line-height: 2.9;
	}
}
