
main {
	font-size: 1.6rem;
	line-height: 1.75;
	padding-bottom: 80px;
}

@media(max-width:768px){
	main {
		font-size: 1.5rem;
		padding-bottom: 60px;
	}
}

/*

*/

#visual {
	height: 200px;
	line-height: 200px;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
}

@media(max-width:768px){
	#visual {
		height: 120px;
		line-height: 120px;
	}
}

#visual:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	background-color: #000;
	opacity: .3;
}

#visual h1 {
	position: relative;
	text-align: center;
	font-size: 40px;
	color: #fff;
	text-shadow: 0 0 10px rgba(0,0,0, .3);
}

@media(max-width:768px){
	#visual h1 {
		font-size: 24px;
	}
}

#visual h1 + p {
	text-align: center;
	font-size: 12px;
	margin-top: 12px;
}

/*

*/

nav.breadcrumb {
	background-color: #fefbf5;
	background-color: #f6f6f6;
}

nav.breadcrumb ol {
	font-size: 0;
}

nav.breadcrumb ol li {
	display: inline-block;
	line-height: 40px;
	font-size: 12px;
}

@media(max-width:768px){
	nav.breadcrumb ol li {
		font-size: 10px;
		line-height: 30px;
	}
}

nav.breadcrumb ol li:before {
	content: ">";
	margin: 0 8px;
}

nav.breadcrumb ol li:first-child:before {
	display: none;
}

/*

*/

section {
	padding: 80px 0 0;
}

@media(max-width:768px){
	section {
		padding: 60px 0 0;
	}
}

section section {
	padding: 0;
	margin: 60px 0 0;
}

@media(max-width:768px){
	section section {
		padding: 0;
		margin: 40px 0 0;
	}
}

section section section {
	padding: 0;
	margin: 40px 0 0;
}

@media(max-width:768px){
	section section {
		padding: 0;
		margin: 20px 0 0;
	}
}

/*

*/

h2 {
	font-size: 3.6rem;
	font-size: 3.4rem;
	line-height: 1.4;
	margin-bottom: 60px;
	text-align: center;
	position: relative;
}

@media(max-width:768px){
	h2 {
		font-size: 2.4rem;
		margin-bottom: 36px;
	}
}

h2:after {
	content: "";
	background-color: #ee7700;
	width: 44px;
	width: 24px;
	height: 2px;
	display: block;
	position: absolute;
	bottom: -16px;
	left: 50%;
	margin-left: -22px;
	margin-left: -12px;
}

@media(max-width:768px){
	h2:after {
		width: 22px;
		height: 1px;
		margin-left: -11px;
		bottom: -8px;
	}
}

h3 {
	font-size: 3rem;
	line-height: 1.75;
	margin-bottom: 30px;
	color: #ee7700;
	border-bottom: 2px solid #ee7700;	
	
	font-size: 3rem;
	padding: 8px 0;
	line-height: 1.4;
	margin-bottom: 30px;
	
}

@media(max-width:768px){
	h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}
}

h3 .small{
	font-size: 14px;
}

h4 {
	color: #ee7700;
	border-left: 4px solid #ee7700;		
	font-size: 2.2rem;
	padding: 2px 0 0 12px;	
	line-height: 1.4;
	margin-bottom: 30px;
	
}

@media(max-width:768px){
	h4 {
		font-size: 20px;
		margin-bottom: 15px;
	}
}


section.caution {
	border: 1px solid #ee7700;
	font-size: 12px;
	line-height: 1.5;
	padding: 40px;
	margin-top: 80px;
}

@media(max-width:768px){
	section.caution {
		padding: 20px 15px;
	}
}

section.caution h2 {
	text-align: left;
	font-size: 18px;
	margin-bottom: 20px;
}

section.caution h2:after {content:none;}

@media(max-width:768px){
	section.caution h2 {
		font-size: 16px;
	}
}

section.caution dt {
	font-weight: bold;
	margin-top: 20px;
}

section.caution ul {
	margin-top: 10px;
}

section.caution ul li {
	list-style: none;
	list-style: disc;
	list-style-position: outside;
	margin-left: 1em;
	padding-left: .25em;
}
/*

*/

section p.copy {
	font-size: 28px;
	line-height: 1.4;
	color: #ee7700;
	margin-bottom: 20px;
}

section section p.copy {
	font-size: 2.4rem;
}

@media(max-width:768px){
	section section p.copy {
		font-size: 2rem;
		line-height: 1.5;
	}
}



*[class^=column-] {
	overflow: hidden;
	margin-top: 28px !important;
	margin-bottom: -28px !important;
}

*[class^=column-] > * {
	float: left;
	margin-bottom: 28px;
}

*.column-2 {
	margin: 40px -24px -40px;
}

*.column-2 > * {
	width: 50%;	
	padding: 0 24px;
	margin-bottom: 40px;
}

@media(max-width:768px){
	*.column-2 > * {
		width: 100%;	
		padding: 0 24px;
		margin-bottom: 24px;
	}
}

*.column-2  > *:nth-child(2n+1) {
	clear: both;
}

*.column-3 {
	margin: 0 -20px;
}

*.column-3  > * {
	width: 33.333333%;	
	padding: 0 20px
}

*.column-3  > *:nth-child(3n+1) {
	clear: both;
}

*.column-4 {
	margin: 0 -16px;
}

@media(max-width:768px){
	*.column-4 {
		margin: 0 -5px;
	}
}

*.column-4  > * {
	width: 25%;	
	padding: 0 16px
}

@media(max-width:768px){
	*.column-4  > * {
		width: 50%;
		padding: 0 5px;
	}
}

*.column-4 li:nth-child(4n+1) {
	clear: both;
}

*[class^=column-] > * figure {
	text-align: center;
}

*[class^=column-] > * figure img {
	width: 100%;
}

*[class^=column-] > * .title {
	text-align: center;
	font-size: 24px;
	font-size: 20px;
	line-height: 1.4;
	margin: 10px 0;
	color: #ee7700;
}

/*

*/

dl.faq > dt {
	position: relative;
	padding-left: 50px;
	padding-top: 6px;
	min-height: 40px;
	color: #ee7700;
	font-size: 18px;
	margin-top: 24px;
	margin-bottom: 12px;
}

dl.faq > dt:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "Q";
	background-color: #ee7700;
	color: #fff;
 	font-family: Roboto, "sans-serif";
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
}

dl.faq > dd {
	position: relative;
	padding-left: 50px;
	padding-top: 6px;
	min-height: 40px;
	margin-top: 12px;
}

dl.faq > dd:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "A";
	background-color: #999;
	color: #fff;
 	font-family: Roboto, "sans-serif";
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
}


/*

*/

dl.profile > dt {
	margin-top: 24px;
	margin-bottom: 4px;
	font-weight: bold;
}

dl.history dt {
	float: left;
}

dl.history dd {
	padding-left: 150px;
}

@media(max-width:768px){
	dl.history dd {
		padding-left: 120px;
	}
}

/*

*/

ul.point li {
	padding-left: 100px;
	min-height: 80px;
	position: relative;
}

ul.point li  {
	margin-top: 28px;
}

ul.point .marker {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ee7700;
 	font-family: Roboto, "sans-serif";
	color: #fff;
	border-radius: 40px;
	padding-top: 32px;
	line-height: 30px;
	font-size: 30px;
	height: 80px;
	width: 80px;
	margin-right: 20px;
	text-align: center;
}

ul.point .marker span:first-child {
	colro: #fff;
	font-weight: bold;
	position: absolute;
	top: 14px;
	line-height: 20px;
	left: 50%;
	font-size: 10px;
	transform: translateX(-50%);
}

ul.point .title {
	color: #ee7700;	
	font-size: 18px;
}


/*

*/




ul.merit li {
	padding-left: 100px;
	min-height: 80px;
	position: relative;
}

ul.merit li + li  {
	margin-top: 28px;
}

ul.merit .marker {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ee7700;
 	font-family: Roboto, "sans-serif";
	color: #fff;
	border-radius: 40px;
	padding-top: 32px;
	line-height: 30px;
	font-size: 30px;
	height: 80px;
	width: 80px;
	margin-right: 20px;
	text-align: center;
}

ul.merit .marker:before {
	content: "メリット";
	colro: #fff;
	font-weight: bold;
	position: absolute;
	top: 14px;
	line-height: 20px;
	left: 50%;
	font-size: 10px;
	transform: translateX(-50%);
}

ul.merit .title {
	color: #ee7700;	
	font-size: 18px;
}

/*

*/

ul.feature li {
	padding-left: 100px;
	min-height: 80px;
	position: relative;
}

ul.feature li + li  {
	margin-top: 28px;
}

ul.feature .marker {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ee7700;
 	font-family: Roboto, "sans-serif";
	color: #fff;
	border-radius: 40px;
	padding-top: 32px;
	line-height: 30px;
	font-size: 30px;
	height: 80px;
	width: 80px;
	margin-right: 20px;
	text-align: center;
}

ul.feature .marker:before {
	content: "特徴";
	colro: #fff;
	font-weight: bold;
	position: absolute;
	top: 14px;
	line-height: 20px;
	left: 50%;
	font-size: 10px;
	transform: translateX(-50%);
}

ul.feature .title {
	color: #ee7700;	
	font-size: 18px;
}



.more {
	margin-top: 1.75em;
}
