@charset "UTF-8";
/*
 * cmn_layout.css
 *
 */


/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{ display: block;}

/* !Reseting
---------------------------------------------------------- */
body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3" , "Hiragino Kaku Gothic ProN" , 'メイリオ' ,Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 500;
	-webkit-text-size-adjust: none;
	line-height: 2;
	color: #111;
	position: relative;
}

@media screen and (max-width:1039px){
body {
	font-size: 14px;
}
}

@media screen and (max-width:767px){
body {
	position:relative;
}
}

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure, figcaption
{ margin: 0; padding: 0;}

input, textarea
{ margin: 0; font-size: 100%;}

label
{ cursor: pointer;}

table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}

fieldset, img
{ border: 0;}

img
{ max-width: 100%; height: auto; vertical-align: top;}

address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}

ol, ul
{ list-style: none;}

caption, th
{ text-align: left;}

h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: normal;}

q:after, q:before
{ content:'';}

a
{ cursor: pointer; }

a, input
{ outline: none; }

input, select, textarea
{ border-radius: 0; font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3" , "Hiragino Kaku Gothic ProN" , 'メイリオ' ,Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic" , Verdana, Arial, Helvetica, sans-serif; }

input[type="button"],input[type="submit"]
{ -webkit-appearance: none; background: none; border: none; padding: 0; cursor: pointer;}

abbr, acronym
{ border: 0;}
*
{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
/* !Clearfix
---------------------------------------------------------- */
.clearfix,
#contents,
.section
{
	display: block;
	min-height: 1%;
}
.clearfix:after,
#contents:after,
.section:after
{
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix,
* html #contents,
* html .section
{
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* !Layout
---------------------------------------------------------- */
html { overflow-y: scroll;}
body { text-align: left;
}
@media print {
	html,
	html body { *zoom: 0.65;}
}
/* !header
---------------------------------------------------------- */
#tbHeader {
	display:none;
}

#header {
	width:100%;
	height:120px;
}
.headerTop {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

#headerIn {
	/*max-width:1000px;*/
	width:100%;
	margin:0 auto;
	position:relative;
}

nav#headerMenu ul {
	position:absolute;
	width:330px;
	height:40px;
	top:0;
	right:0;
}
	nav#headerMenu ul li {
		list-style:none;
		float:left;
	}
		nav#headerMenu ul li#estimation a {
			display:block;
			width:160px;
			height:40px;
			line-height:40px;
			background:#FF9600;
			color:#111;
			text-align:center;
			-webkit-transition: all 0.7s ease;
			-moz-transition: all 0.7s ease;
			transition: all 0.7s ease;
		}
			nav#headerMenu ul li#estimation a i.fa {
				display:inline-block;
				margin-right:7px;
			}
			nav#headerMenu ul li#estimation a:hover,
			nav#headerMenu ul li#estimation a.current {
				background:#CCC;
			}
		nav#headerMenu ul li#contact a {
			display:block;
			width:170px;
			height:40px;
			line-height:40px;
			background:#F4D700;
			color:#111;
			text-align:center;
			-webkit-transition: all 0.7s ease;
			-moz-transition: all 0.7s ease;
			transition: all 0.7s ease;
		}
			nav#headerMenu ul li#contact a i.fa {
				display:inline-block;
				margin-right:7px;
			}
			nav#headerMenu ul li#contact a:hover,
			nav#headerMenu ul li#contact a.current {
				background:#CCC;
			}

#gnaviSp{
	display:none;
}

@media screen and (max-width:1039px){
#tbHeader {
	display:block;
	width:100%;
	height:60px;
}
	#tbHeaderIn {
		max-width:1000px;
		margin:0 20px;
		position:relative;
	}
	#tbHeader h1 a,
	#tbHeader p a {
		position:absolute;
		font-size:12px;
		height:40px;
		line-height:40px;
		color:#111;
		top:10px;
		right:60px;
	}
	
	#tbHeader a#tbHeaderLogo img{
		display:block;
		position:absolute;
		width:236px;
		height:32px;
		top:14px;
		left:0;
	}
		
#header {
	display:none;
}
		
.naviBtn {
z-index:6;
width: 30px;
height: 60px;
display: block;
float:right;
position:absolute;
top:0;
right:0;
}

.icon-animation {
width: 60px;
height: 60px;
display: block;
background: rgba(255, 255, 255, 0);
position: relative; 
float:right;
cursor:pointer;
}
  .icon-animation span {
width: 30px;
height: 2px;
display: block;
background: #111;
position: absolute;
right: 20px;
top: 50%;
margin-left: 0; }

.type-1 span {
-webkit-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg); }

.type-1 .top {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px); }

.type-1 .bottom {
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px); }

.type-1.is-open .middle {
background: rgba(255, 255, 255, 0); }

.type-1.is-open .top {
-webkit-transform: rotate(-45deg) translateY(0px);
-ms-transform: rotate(-45deg) translateY(0px);
transform: rotate(-45deg) translateY(0px); }

.type-1.is-open .bottom {
-webkit-transform: rotate(45deg) translateY(0px);
-ms-transform: rotate(45deg) translateY(0px);
transform: rotate(45deg) translateY(0px); }

#gnaviSp{
	font-family: "ヒラギノ角ゴ ProN W3" , "Hiragino Kaku Gothic ProN" , 'メイリオ' ,Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic" , Verdana, Arial, Helvetica, sans-serif;
	display:block;
	width:100%;
	position:absolute;
	z-index:200;
}

#gnaviSp ul{
display:block;
margin:0;
padding:0;
}

#gnaviSp ul li{
list-style:none;
display:block;
margin:0;
line-height:48px;
text-align:left;
border-bottom:1px solid #333;
}

#gnaviSp ul li a{
background:#222;
display:block;
border-top:1px solid #222;
border-bottom:1px solid #222;
padding:0 20px;
color:#FFF;
}

#gnaviSp ul li a:after{
position:absolute;
display: inline-block;
font-family: FontAwesome;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f105";
color:#FFF;
right:15px;
margin-top:18px;
}

#acd-menu dt {
	position: relative;
	height: 48px;
	line-height: 48px;
	padding: 0 30px 0 20px;
	background-color: #222;
	color: #fff;
	cursor: pointer;
}
#acd-menu dt::before {
	content: '';
	position: absolute;
	top: 18px;
	right: 12px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top-color: #FFF;
}
#acd-menu .open::before {
	content: '';
	position: absolute;
	top: 10px;
	right: 12px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-bottom-color: #FFF;
}
#acd-menu dd ul li {
	list-style: none;
}
#acd-menu dd ul li a {
	display: block;
	position: relative;
	height: 48px;
	line-height: 48px;
	padding: 0 20px 0 30px;
	background-color: #333;
	color:#FFF;
	font-size:12px;
	border-bottom:0;
}
}

@media screen and (max-width:767px){
#tbHeader {
	height:60px;
}

#tbHeaderIn {
	margin-left:15px;
	margin-right:15px;
}
	#tbHeader h1 a,
	#tbHeader p a {
		position:absolute;
		font-size:10px;
		height:20px;
		line-height:20px;
		color:#111;
		top:0px;
		left:0;
	}
	#tbHeader a#tbHeaderLogo img{
		display:block;
		position:absolute;
		width:236px;
		height:32px;
		top:20px;
		left:0;
	}
}

@media screen and (max-width:359px){
	#tbHeader h1 a,
	#tbHeader p a {
		font-size:9px;
	}
}

/* !contents
---------------------------------------------------------- */
.container {
	width:100%;
}

.containerIn {
	max-width:1240px;
	padding:0 20px;
	margin:0 auto;
}

@media screen and (max-width:1039px){
.container {
	width:auto;
}

.containerIn {
	padding:0 20px;
}
}
 
@media screen and (max-width:767px){
.container {
	width:auto;
}

.containerIn {
	max-width:1000px;
	padding:0 15px;
}
}

/* !HP&パンフレット制作パック
---------------------------------------------------------- */
.cmnMarugotoBg a {
	display:block;
	width:100%;
	height:290px;
	padding-top:40px;
	background:url(../img/cmn_marugoto_bg.jpg) 50% 50% no-repeat;
	background-size:cover;
	border:10px solid;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-color:rgba(255,255,255,1);
}
	.cmnMarugotoBg a:hover {
		border-color:rgba(128,199,206,1);
	}

.cmnMarugoto {
	width:1000px;
	margin:0 auto;
}
	.cmnMarugoto div.left {
		width:50%;
		float:left;
	}
	.cmnMarugoto div.right {
		width:50%;
		float:left;
	}
	.cmnMarugoto h2 {
		font-size:22px;
		font-weight:bold;
		text-align:center;
		margin-bottom:20px;
	}
		.cmnMarugoto h2 span {
			display:inline-block;
			font-size:16px;
			color:#FFF;
			line-height:1;
			border-radius:16px;
			background:#80C7CE;
			padding:0.6em 1em;
			margin-bottom:5px;
		}
	.cmnMarugoto p {
		font-size:16px;
		text-align:center;
	}
	
@media screen and (max-width:1039px){
.cmnMarugotoBg a {
	display:block;
	width:100%;
	height:250px;
	padding-top:40px;
	background:url(../img/cmn_marugoto_bg.jpg) 50% 50% no-repeat;
	background-size:cover;
	border:8px solid;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-color:rgba(255,255,255,1);
}
	.cmnMarugotoBg a:hover {
		border-color:rgba(138,194,196,1);
	}

.cmnMarugoto {
	width:auto;
	margin:0 auto;
}
	.cmnMarugoto div.left {
		width:45%;
	}
	.cmnMarugoto div.right {
		width:55%;
	}
		.cmnMarugoto div.right img {
			display:block;
			width:90%;
			max-width:420px;
			margin:0 auto;
		}
	.cmnMarugoto h2 {
		font-size:20px;
	}
	.cmnMarugoto p {
		font-size:14px;
	}
}
 
@media screen and (max-width:767px){
.cmnMarugotoBg a {
	display:block;
	width:100%;
	height:auto;
	padding:40px 0;
	background:url(../img/cmn_marugoto_bg.jpg) 50% 50% no-repeat;
	background-size:cover;
	border:6px solid;
	border-color:rgba(255,255,255,1);
}
	.cmnMarugotoBg a:hover {
		border-color:rgba(255,255,255,1);
	}

.cmnMarugoto {
	width:auto;
	margin:0 auto;
}
	.cmnMarugoto div.left {
		width:100%;
		float:none;
	}
	.cmnMarugoto div.right {
		width:100%;
		float:none;
	}
		.cmnMarugoto div.right img {
			display:block;
			width:90%;
			max-width:400px;
			margin:0 auto;
		}
	.cmnMarugoto h2 {
		font-size:18px;
		margin-bottom:10px;
	}
		.cmnMarugoto h2 span {
			font-size:14px;
		}
	.cmnMarugoto p {
		font-size:13px;
		text-align:center;
		margin-bottom:25px;
	}
}

/* !新規開業・開店・独立応援パック
---------------------------------------------------------- */
.hpproOpeningBox {
	width:100%;
}
	.hpproOpeningBox a {
		display:block;
		transition:.6s;
	}
		.hpproOpeningBox a:hover {
			opacity:.6;
		}
		.hpproOpeningBox a div.left {
			width:50%;
			height:400px;
			float:left;
			background: #e4efc4; /* Old browsers */
			background: -moz-linear-gradient(45deg,  #e4efc4 0%, #bfe7f4 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(45deg,  #e4efc4 0%,#bfe7f4 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(45deg,  #e4efc4 0%,#bfe7f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4efc4', endColorstr='#bfe7f4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
		}
			.hpproOpeningBox a div.left img {
				display:block;
				width:400px;
				margin:80px auto 0 auto;
			}
		.hpproOpeningBox a div.right {
			width:50%;
			height:400px;
			float:right;
			background: #e1e6e2; /* Old browsers */
			background: -moz-linear-gradient(45deg,  #e1e6e2 0%, #f9f9f9 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(45deg,  #e1e6e2 0%,#f9f9f9 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(45deg,  #e1e6e2 0%,#f9f9f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e6e2', endColorstr='#f9f9f9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
		}
			.hpproOpeningBox a div.right h2 {
				text-align:center;
				margin-bottom:30px;
			}
				.hpproOpeningBox a div.right h2 span {
					display:inline-block;
					font-size:26px;
					font-weight:bold;
					line-height:1.6;
					padding:0.2em 0;
					border-top:1px solid #111;
					border-bottom:1px solid #111;
					margin-top:70px;
				}
			.hpproOpeningBox a div.right h3 {
				font-size:20px;
				font-weight:bold;
				line-height:1.8;
				text-align:center;
				margin-bottom:30px;
			}
				.hpproOpeningBox a div.right h3 span.print {
					display:inline-block;
					color:#FFF;
					padding:0.2em 0.8em;
					background:#95C112;
					border-radius:50px;
				}
				.hpproOpeningBox a div.right h3 span.hp {
					display:inline-block;
					color:#FFF;
					padding:0.2em 0.8em;
					background:#009ED2;
					border-radius:50px;
				}
				.hpproOpeningBox a div.right h3 span.plus {
					font-size:30px;
					vertical-align:middle;
					padding:0 0.2em;
				}
			.hpproOpeningBox a div.right p {
				text-align:center;
			}
				.hpproOpeningBox a div.right p br.tb {
					display:none;
				}
				
@media screen and (max-width:1039px){
		.hpproOpeningBox a:hover {
			opacity:1;
		}
		.hpproOpeningBox a div.left {
			height:340px;
		}
			.hpproOpeningBox a div.left img {
				width:300px;
				margin:80px auto 0 auto;
			}
		.hpproOpeningBox a div.right {
			height:340px;
		}
			.hpproOpeningBox a div.right h2 {
				margin-bottom:25px;
			}
				.hpproOpeningBox a div.right h2 span {
					font-size:20px;
					margin-top:55px;
				}
			.hpproOpeningBox a div.right h3 {
				font-size:17px;
				margin-bottom:20px;
			}
				.hpproOpeningBox a div.right h3 span.plus {
					font-size:24px;
					padding:0 0.1em;
				}
				.hpproOpeningBox a div.right p br.tb {
					display:inherit;
				}
}

@media screen and (max-width:767px){
.hpproOpeningBox {
	background: #e4efc4; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #e4efc4 0%, #bfe7f4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  #e4efc4 0%,#bfe7f4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  #e4efc4 0%,#bfe7f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4efc4', endColorstr='#bfe7f4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
		.hpproOpeningBox a div.left {
			width:100%;
			height:auto;
			float:none;
			background:none;
			padding:40px 0;
		}
			.hpproOpeningBox a div.left img {
				width:260px;
				margin:0 auto 0 auto;
			}
		.hpproOpeningBox a div.right {
			width:100%;
			height:auto;
			float:none;
			background:none;
			padding:0 0 40px 0;
		}
				.hpproOpeningBox a div.right h2 span {
					font-size:18px;
					margin-top:0;
				}
			.hpproOpeningBox a div.right h3 {
				font-size:16px;
			}
			.hpproOpeningBox a div.right p {
				font-size:13px;
			}
}

/* !お問い合わせ
---------------------------------------------------------- */
.cmnContactBg {
	display:block;
	width:100%;
	background:url(../img/cmn_contact_bg.jpg) 50% 50% no-repeat;
	background-size:cover;
}

.cmnContact {
	padding:60px 0 70px 0;
	width:630px;
	margin:0 auto;
}
	.cmnContact h2 {
		font-size:16px;
		text-align:center;
		color:#FFF;
		line-height:1.6;
		margin-bottom:30px;
	}
		.cmnContact h2 span {
			font-family: 'Fira Sans Condensed', sans-serif;
			font-size:36px;
			font-weight:bold;
			letter-spacing:0.1em;
		}
		.cmnContact h2 span.home {
			font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3" , "Hiragino Kaku Gothic ProN" , 'メイリオ' ,Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic" , Verdana, Arial, Helvetica, sans-serif;
			font-size:30px;
			line-height:2;
		}
		.cmnContact h2 span.homeEn {
			font-family: 'Fira Sans Condensed', sans-serif;
			font-size:20px;
			font-weight:normal;
			letter-spacing:0.1em;
		}
	.cmnContact ul {
		width:100%;
		margin-bottom:40px;
	}
		.cmnContact ul li {
			width:50%;
			float:left;
		}
			.cmnContact ul li a.estimation {
				display:block;
				width:300px;
				height:60px;
				line-height:60px;
				text-align:center;
				font-size:16px;
				font-weight:bold;
				background:#FF9600;
				border-radius:2px;
				-webkit-transition: all 0.5s ease;
				-moz-transition: all 0.5s ease;
				transition: all 0.5s ease;
			}
				.cmnContact ul li a.estimation:hover {
					opacity:0.6;
				}
			.cmnContact ul li a.contact {
				display:block;
				width:300px;
				height:60px;
				line-height:60px;
				text-align:center;
				font-size:16px;
				font-weight:bold;
				background:#F4D700;
				border-radius:2px;
				margin-left:15px;
				-webkit-transition: all 0.5s ease;
				-moz-transition: all 0.5s ease;
				transition: all 0.5s ease;
			}
				.cmnContact ul li a.contact:hover {
					opacity:0.6;
				}
			.cmnContact ul li a i.fa {
				display:inline-block;
				margin-right:20px;
			}
		.cmnContact div {
			width:auto;
			background-color:rgba(0,0,0,0.65);
			padding:15px;
		}
			.cmnContact div p.tit {
				font-size:16px;
				text-align:center;
				color:#FFF;
			}
			.cmnContact div p.tel {
				text-align:center;
				line-height:1.5;
				color:#FFF;
			}
			.cmnContact div p.tel span {
				display:inline-block;
				font-family: 'Fira Sans Condensed', sans-serif;
				font-size:26px;
				color:#FFF;
				letter-spacing:0.1em;
			}
				.cmnContact div p.tel span i.fa {
					display:inline-block;
					margin-right:7px;
					font-size:20px;
				}
				.cmnContact div p.tel br {
					display:none;
				}
				
@media screen and (max-width:1039px){
.cmnContact {
	padding:50px 0 60px 0;
}
		.cmnContact h2 span.home {
			font-size:26px;
		}
		.cmnContact h2 span.homeEn {
			font-size:18px;
		}
}

@media screen and (max-width:767px){
.cmnContactBg {
	display:block;
	width:100%;
	background:url(../img/cmn_contact_bg.jpg) 50% 50% no-repeat;
	background-size:cover;
}

.cmnContact {
	padding:40px 10px 40px 10px;
	width:auto;
	margin:0 auto;
}
	.cmnContact h2 {
		font-size:14px;
		text-align:center;
		color:#FFF;
		line-height:1.6;
		margin-bottom:30px;
	}
		.cmnContact h2 span {
			font-size:28px;
		}
		.cmnContact h2 span.home {
			font-size:18px;
		}
		.cmnContact h2 span.homeEn {
			font-size:14px;
		}
	.cmnContact ul {
		width:100%;
		margin-bottom:20px;
	}
		.cmnContact ul li {
			width:80%;
			float:none;
			margin:0 auto 10px auto;
		}
			.cmnContact ul li a.estimation {
				display:block;
				width:auto;
				height:50px;
				line-height:50px;
			}
				.cmnContact ul li a.estimation:hover {
					opacity:1;
				}
			.cmnContact ul li a.contact {
				display:block;
				width:auto;
				height:50px;
				line-height:50px;
				margin-left:0;
			}
				.cmnContact ul li a.contact:hover {
					opacity:1;
				}
			.cmnContact ul li a i.fa {
				margin-right:10px;
			}
		.cmnContact div {
			padding:15px;
		}
			.cmnContact div p.tit {
				font-size:14px;
			}
			.cmnContact div p.tel span {
				font-size:24px;
			}
				.cmnContact div p.tel br {
					display:inherit;
				}
				.cmnContact div p.tel a {
					color:#FFF;
				}
}

/* !バナー
---------------------------------------------------------- */
.cmnBnrBg {
	background:#2A2A2A;
}

.cmnBnr {
	padding:70px 0 50px 0;
	width:1000px;
	margin:0 auto;
}
	.cmnBnr ul {
		width:100%;
	}
		.cmnBnr ul li {
			width:23%;
			margin:0 1% 20px 1%;
			float:left;
		}
			.cmnBnr ul li section {
				position: relative;
				overflow: hidden;
				width: 230px;
			}
			.cmnBnr ul li section div {
				position: absolute;
				top: 0;
				left: 0;
				z-index: 2;
				width: 100%;
				height: 100%;
				color:#FFF;
				background: rgba(0,0,0,.7);
				-webkit-transition: .3s;
				transition: .3s;
				opacity: 0;
				text-align:center;
				padding-top:38px;
			}
				.cmnBnr ul li section:hover div {
					opacity: 1;
					text-align:center;
				}
.transform02 {
	-webkit-transform: rotate(8deg) scale(1.31);
	transform: rotate(8deg) scale(1.31);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
section.inner:hover .transform02 {
		-webkit-transform: rotate(0) scale(1);
		transform: rotate(0) scale(1);
	}

@media screen and (max-width:1039px){
.cmnBnr {
	padding:60px 0 40px 0;
	width:auto;
	margin:0 auto;
}
	.cmnBnr ul {
		width:100%;
	}
		.cmnBnr ul li {
			width:31.3%;
			margin:0 1% 20px 1%;
		}
			.cmnBnr ul li section {
				margin:0 auto 0 auto;
			}
			.cmnBnr ul li section div {
				background: rgba(0,0,0,.6);
				opacity: 1;
				padding-top:38px;
			}
.transform02 {
	-webkit-transform: rotate(0deg) scale(1);
	transform: rotate(0deg) scale(1);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
	section.inner:hover .transform02 {
		-webkit-transform: rotate(0) scale(1);
		transform: rotate(0) scale(1);
	}
}

@media screen and (max-width:767px){
.cmnBnr {
	padding:40px 0 30px 0;
	width:auto;
	margin:0 auto;
}
	.cmnBnr ul {
		width:100%;
	}
		.cmnBnr ul li {
			width:100%;
			margin:0 0 10px 0;
			float:none;
		}
			.cmnBnr ul li section {
				margin:0 auto;
			}
}

/* !pageTop
---------------------------------------------------------- */
.pagetop {
	display: none;
	position: fixed;
	width:60px;
	height:60px;
	background-color:#95c112;
	bottom: 0;
	right: 0;
	z-index: 99;
}
	.pagetop p {
		font-family: 'Fira Sans Condensed', sans-serif;
		text-align:center;
		color:#FFF;
		font-size:10px;
		letter-spacing:0.1em;
		margin-top:15px;
	}
		.pagetop p img {
			display:block;
			width:26px;
			margin:0 auto 5px auto;
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}
			.pagetop:hover p img {
				margin-top:-5px;
				margin-bottom:10px;
			}
	
@media screen and (max-width:1039px){
			.pagetop:hover p img {
				margin-top:15px;
				margin-bottom:5px;
			}
}

@media screen and (max-width:767px){
.pagetop {
	width:50px;
	height:50px;
	bottom: 50px;
}
	.pagetop p {
		letter-spacing:0.04em;
		margin-top:10px;
	}
		.pagetop p img {
			width:22px;
			margin:0 auto 5px auto;
		}
			.pagetop:hover p img {
				margin-top:0;
				margin-bottom:5px;
			}
}

/* !footer
---------------------------------------------------------- */
#footer {
	margin: 0 auto;
	width: 100%;
	background:#222;
	padding:0 0 50px 0;
	overflow:hidden;
}
#footerIn {
	max-width:1240px;
	margin:0 auto;
	padding:60px 20px 0 20px;
	position:relative;
}
			
ul.footerLink {
	font-size:13px;
	color:#FFF;
	margin-bottom:10px;
}
	ul.footerLink li {
		margin-right:30px;
		margin-bottom:5px;
		display:inline-block;
	}
		ul.footerLink li a {
			color:#FFF;
			text-decoration:none;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			transition: all 0.5s ease;
		}
			ul.footerLink li a:hover {
				opacity:0.5;
			}
	
.footerBtm {
	margin-top:50px;
}
	#footerIn div#footerL {
		width:32%;
		float:left;
		border-right:1px solid #3C3C3C;
	}
		#footerIn div#footerL p#footerLogo img {
			display:block;
			width:180px;
			height:33px;
			margin-bottom:20px;
		}
			#footerIn div#footerL p#footerLogo a {
			display:block;
			width:180px;
			height:33px;
			margin-bottom:20px;
		}
		#footerIn div#footerL h2 {
			font-size:14px;
			color:#FFF;
		}
		#footerIn div#footerL p.add {
			font-size:12px;
			color:#FFF;
			margin-bottom:15px;
		}
		#footerIn div#footerL p.tel {
			font-size:12px;
			color:#FFF;
			line-height:1.5;
		}
			#footerIn div#footerL p.tel span {
				font-family: 'Fira Sans Condensed', sans-serif;
				font-size:20px;
				letter-spacing:0.1em;
			}
				#footerIn div#footerL p.tel span i.fa {
					display:inline-block;
					margin-right:7px;
					font-size:16px;
				}
			#footerIn div#footerL p.tel a {
				color:#FFF;
			}

	#footerIn div#footerR {
		width:68%;
		float:left;
	}
		#footerIn div#footerR p {
			margin-left:70px;
			font-size:12px;
			color:#777;
		}
			#footerIn div#footerR p a {
				color:#CCC;
				-webkit-transition: all 0.5s ease;
				-moz-transition: all 0.5s ease;
				transition: all 0.5s ease;
			}
				#footerIn div#footerR p a:hover {
					color:#777;
				}
				
ul.spFooterNavi {
	display:none;
}

.footerBtm a.yokohamaBtn {
	display:inline-block;
	font-size:12px;
	line-height:1.6;
	background:#95C112;
	padding:0.6em 1.6em;
	border-radius:20px;
	transition:.6s;
	margin-bottom:20px;
}
	.footerBtm a.yokohamaBtn i.fa {
		margin-left:0.8em;
	}
	.footerBtm a.yokohamaBtn:hover {
		opacity:.7;
	}

@media screen and (max-width:1039px){	
#footer {
	padding:0 0 40px 0;
}
#footerIn {
	max-width:1000px;
	margin:0 20px;
	padding:50px 0 0 0;
}
			
ul.footerLink {
	font-size:11px;
}
	ul.footerLink li {
		margin-right:14px;
	}
		ul.footerLink li:last-child {
			margin-right:0;
			margin-bottom:0;
		}
	
.footerBtm {
	margin-top:50px;
}
	#footerIn div#footerL {
		width:40%;
	}
	#footerIn div#footerR {
		width:60%;
	}
		#footerIn div#footerR p {
			margin-left:60px;
		}
}

@media screen and (max-width:767px){	
#footer {
	padding:0 0 50px 0;
	margin-bottom:50px;
}
#footerIn {
	margin:0 15px;
	padding:40px 0 0 0;
}
			
ul.footerLink {
	text-align:center;
	color:#FFF;
	float:none;
	margin-bottom:0;
}
	ul.footerLink li {
		width:100%;
		display:block;
		border-bottom:1px solid #222;
		margin-bottom:0;
	}
		ul.footerLink li a {
			display:block;
			height:44px;
			line-height:44px;
			background:#2E2E2E;
			padding:0 12px;
			color:#FFF;
		}
			ul.footerLink li a:hover {
				opacity:1;
			}
	
.footerBtm {
	margin-top:50px;
}
	#footerIn div#footerL {
		width:100%;
		float:none;
		border-right:0;
	}
		#footerIn div#footerL p#footerLogo img {
			display:block;
			width:180px;
			height:33px;
			margin:0 auto 20px auto;
		}
			#footerIn div#footerL p#footerLogo a {
			display:block;
			width:180px;
			height:33px;
			margin:0 auto 20px auto;
		}
		#footerIn div#footerL h2 {
			text-align:center;
		}
		#footerIn div#footerL p.add {
			text-align:center;
		}
		#footerIn div#footerL p.tel {
			text-align:center;
		}
			#footerIn div#footerL p.tel span {
				font-size:18px;
			}

	#footerIn div#footerR {
		width:100%;
		float:none;
		margin-top:30px;
	}
		#footerIn div#footerR p {
			margin-left:0;
		}
		
ul.spFooterNavi {
	display:block;
	position:fixed;
	width:100%;
	height:50px;
	bottom:0;
	left:0;
	z-index:199;
}
	ul.spFooterNavi li {
		width:50%;
		float:left;
	}
		ul.spFooterNavi li a {
			display:block;
			width:100%;
			height:50px;
			line-height:50px;
			font-weight:bold;
			text-align:center;
			color:#111;
		}
			ul.spFooterNavi li a i.fa {
				margin-right:0.6em;
			}
			ul.spFooterNavi li:first-child a {
				background:#A6D635;
			}
			ul.spFooterNavi li:last-child a {
				background:#F4D700;
			}
			
.footerBtm a.yokohamaBtn {
	display:block;
	width:250px;
	text-align:center;
	padding:0.6em 0;
	margin:0 auto 20px auto;
}
	.footerBtm a.yokohamaBtn:hover {
		opacity:1;
	}
}

/* !box
---------------------------------------------------------- */
.box01 {
	width:auto;
	background:#F6F6F6;
	padding:10px;
}
	.box01 div.inner {
		width:auto;
		background:#FFF;
		padding:30px;
		border:1px solid #E7E7E7;
	}
		.box01 div.inner .tit {
			font-size:24px;
			font-weight: 500;
			text-align:center;
			line-height:1.5;
			margin-bottom:25px;
		}

.box02 {
	width:auto;
	background:#F6F6F6;
	padding:30px;
	border-radius: 6px;
}
		.box02 div.inner .tit {
			font-size:24px;
			font-weight: 500;
			text-align:center;
			line-height:1.5;
			margin-bottom:25px;
		}
		
.greenBgBox {
	width:auto;
	background:#F3FCD8;
	padding:20px;
}
.orangeBgBox {
	width:auto;
	background:#FFF3EE;
	padding:20px;
}

@media screen and (max-width:1039px){
.box01 {
	width:auto;
	background:#F6F6F6;
	padding:10px;
}
	.box01 div.inner {
		width:auto;
		background:#FFF;
		padding:25px 20px;
		border:1px solid #E7E7E7;
	}
		.box01 div.inner .tit {
			font-size:22px;
			text-align:center;
			line-height:1.5;
			margin-bottom:25px;
		}
	
.box02 {
	padding:25px 20px;
}
		.box02 div.inner .tit {
			font-size:22px;
		}
}
@media screen and (max-width:767px){
.box01 {
	padding:7px;
}
	.box01 div.inner {
		padding:15px;
	}
		.box01 div.inner .tit {
			font-size:16px;
			line-height:1.6;
		}

.box02 {
	padding:15px;
}
		.box02 div.inner .tit {
			font-size:16px;
			line-height:1.6;
		}
		
.greenBgBox {
	padding:15px;
}
.orangeBgBox {
	padding:15px;
}
}

/* !h(n)eading
---------------------------------------------------------- */
.tit_basic01 {
	font-size:36px;
	text-align:center;
	margin-bottom:50px;
}
	.tit_basic01 span {
		display:inline-block;
		background:url(../img/wave.gif) left bottom repeat-x;
		padding-bottom:20px;
	}
	.tit_basic01 br {
		display: none;
	}
	
.tit_basic02 {
	font-size:24px;
	font-weight:bold;
	margin-bottom:30px;
	background-image:url(../img/tit_basic01_bg.gif), url(../img/tit_basic02_bg.png);
	background-position:0 0, 0 bottom;
	background-repeat:no-repeat, repeat-x;
	padding:8px 0 8px 0;
}

.tit_basic03 {
	font-size:20px;
	font-weight:bold;
	margin-bottom:30px;
}
	.tit_basic03 i.fa {
		display:inline-block;
		margin-right:7px;
		color:#95C112;
	}

.tit_basic04 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:12px;
}
	.tit_basic04 span {
		display: inline-block;
		color:#FFF;
		background:#111;
		line-height:1.4;
		padding:0.4em 0.6em;
		border-radius:4px;
	}

.tit_basic05 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:12px;
}
	.tit_basic05 span {
		display: inline-block;
		border:1px solid #CCC;
		background: #F3F3F3;
		line-height:1.4;
		padding:0.4em 0.6em;
		border-radius:4px;
	}

@media screen and (max-width:1039px){
.tit_basic01 {
	font-size:32px;
}

.tit_basic02 {
	font-size:22px;
}

.tit_basic03 {
	font-size:18px;
}
}

@media screen and (max-width:767px){
.tit_basic01 {
	font-size:20px;
	text-align:center;
	line-height:1.8;
}
	.tit_basic01 span {
		background-size:700px 6px;
	}
	.tit_basic01 br {
		display: inherit;
	}

.tit_basic02 {
	font-size:16px;
	line-height:1.6;
	padding:10px 0 8px 0;
}

.tit_basic03 {
	font-size:16px;
	margin-bottom:20px;
}

.tit_basic04 {
	font-size:14px;
}
	
.tit_basic05 {
	font-size:14px;
}
}


/* !Listing
---------------------------------------------------------- */
ul.circle li {
	list-style:circle;
	margin:0 0 10px 15px;
}
	ul.circle li:last-child {
		margin-bottom:0;
	}

ul.icon {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
	ul.icon li {
		width:48%;
		font-weight: bold;
		padding-left:1em;
		position: relative;
		margin-bottom: 5px;
	}
		ul.icon li:before {
			position: absolute;
			content:"";
			width:6px;
			height: 6px;
			background: #ff9600;
			border-radius: 50%;
			top:12px;
			left:0;
		}

ol.num li {
	list-style:decimal;
	margin:0 0 10px 15px;
}
	ol.num li:last-child {
		margin-bottom:0;
	}

ol.numList li {
	list-style:none;
	font-size:20px;
	font-weight:bold;
	line-height:1.5;
	margin:0 0 15px 0;
	padding:0 0 0 28px;
}
	ol.numList li:last-child {
		margin-bottom:0;
	}
	ol.numList li.num1 {
		background:url(../img/num1.png) 0 5px no-repeat;
	}
	ol.numList li.num2 {
		background:url(../img/num2.png) 0 5px no-repeat;
	}
	ol.numList li.num3 {
		background:url(../img/num3.png) 0 5px no-repeat;
	}
	ol.numList li.num4 {
		background:url(../img/num4.png) 0 5px no-repeat;
	}
	ol.numList li.num5 {
		background:url(../img/num5.png) 0 5px no-repeat;
	}
	ol.numList li.num6 {
		background:url(../img/num6.png) 0 5px no-repeat;
	}
	ol.numList li.num7 {
		background:url(../img/num7.png) 0 5px no-repeat;
	}
	ol.numList li.num8 {
		background:url(../img/num8.png) 0 5px no-repeat;
	}
	ol.numList li.num9 {
		background:url(../img/num9.png) 0 5px no-repeat;
	}
	ol.numList li.num10 {
		background:url(../img/num10.png) 0 5px no-repeat;
	}
	ol.numList li span.norm {
		font-size:15px;
		font-weight:500;
		line-height:1.8;
	}
		ol.numList li span.norm i {
			margin-right: 0.6em;
			color: #ff9600;
		}
	
ol.pointNum li {
	list-style:none;
	margin-bottom:30px;
}
	ol.pointNum li:last-child {
		margin-bottom:0;
	}
	ol.pointNum li p.tit {
		font-size:18px;
		font-weight:bold;
		line-height:1.6;
		margin-bottom:10px;
		padding:0 0 0 108px;
	}
	ol.pointNum li p.num1 {
		background:url(../img/point1.png) 0 2px no-repeat;
	}
	ol.pointNum li p.num2 {
		background:url(../img/point2.png) 0 2px no-repeat;
	}
	ol.pointNum li p.num3 {
		background:url(../img/point3.png) 0 2px no-repeat;
	}

@media screen and (max-width:1039px){
		ul.icon li:before {
			top:11px;
		}
ol.numList li {
	font-size:18px;
}
	ol.numList li:last-child {
		margin-bottom:0;
	}
	ol.numList li.num1 {
		background:url(../img/num1.png) 0 4px no-repeat;
	}
	ol.numList li.num2 {
		background:url(../img/num2.png) 0 4px no-repeat;
	}
	ol.numList li.num3 {
		background:url(../img/num3.png) 0 4px no-repeat;
	}
	ol.numList li.num4 {
		background:url(../img/num4.png) 0 4px no-repeat;
	}
	ol.numList li.num5 {
		background:url(../img/num5.png) 0 4px no-repeat;
	}
	ol.numList li.num6 {
		background:url(../img/num6.png) 0 4px no-repeat;
	}
	ol.numList li.num7 {
		background:url(../img/num7.png) 0 4px no-repeat;
	}
	ol.numList li.num8 {
		background:url(../img/num8.png) 0 4px no-repeat;
	}
	ol.numList li.num9 {
		background:url(../img/num9.png) 0 4px no-repeat;
	}
	ol.numList li.num10 {
		background:url(../img/num10.png) 0 4px no-repeat;
	}
	
	ol.pointNum li:last-child {
		margin-bottom:0;
	}
	ol.pointNum li p.tit {
		font-size:16px;
	}
	ol.pointNum li p.num1 {
		background:url(../img/point1.png) 0 1px no-repeat;
	}
	ol.pointNum li p.num2 {
		background:url(../img/point2.png) 0 1px no-repeat;
	}
	ol.pointNum li p.num3 {
		background:url(../img/point3.png) 0 1px no-repeat;
	}
}

@media screen and (max-width:767px){
	ul.icon li {
		width:100%;
	}
ol.numList li {
	font-size:14px;
	line-height:1.6;
	margin:0 0 15px 0;
	padding:0 0 0 28px;
}
	ol.numList li:last-child {
		margin-bottom:0;
	}
	ol.numList li.num1 {
		background:url(../img/num1.png) 0 1px no-repeat;
	}
	ol.numList li.num2 {
		background:url(../img/num2.png) 0 1px no-repeat;
	}
	ol.numList li.num3 {
		background:url(../img/num3.png) 0 1px no-repeat;
	}
	ol.numList li.num4 {
		background:url(../img/num4.png) 0 1px no-repeat;
	}
	ol.numList li.num5 {
		background:url(../img/num5.png) 0 1px no-repeat;
	}
	ol.numList li.num6 {
		background:url(../img/num6.png) 0 1px no-repeat;
	}
	ol.numList li.num7 {
		background:url(../img/num7.png) 0 1px no-repeat;
	}
	ol.numList li.num8 {
		background:url(../img/num8.png) 0 1px no-repeat;
	}
	ol.numList li.num9 {
		background:url(../img/num9.png) 0 1px no-repeat;
	}
	ol.numList li.num10 {
		background:url(../img/num10.png) 0 1px no-repeat;
	}
	
ol.number li h3.tit,
ol.number li h4.tit{
	font-size:16px;
}

ol.pointNum li {
	list-style:none;
	margin-bottom:30px;
}
	ol.pointNum li:last-child {
		margin-bottom:0;
	}
	ol.pointNum li p.tit {
		font-size:14px;
		font-weight:bold;
		margin-bottom:10px;
		padding:28px 0 0 0;
	}
	ol.pointNum li p.num1 {
		background:url(../img/point1.png) 0 0 no-repeat;
		background-size:80px 18px;
	}
	ol.pointNum li p.num2 {
		background:url(../img/point2.png) 0 0 no-repeat;
		background-size:80px 18px;
	}
	ol.pointNum li p.num3 {
		background:url(../img/point3.png) 0 0 no-repeat;
		background-size:80px 18px;
	}

}

/* !Table
---------------------------------------------------------- */
.table_basic01 {
	width: 100%;
	border-collapse: separate;
	border-top:1px dotted #CCC;
}
	.table_basic01 th,
	.table_basic01 td {
		padding: 15px 0;
		border-bottom:1px dotted #CCC;
	}
	.table_basic01 th {
		width:30%;
		vertical-align:top;
	}
	.table_basic01 td {
		width:70%;
		vertical-align:top;
	}
	
@media screen and (max-width:1039px){
.table_basic01 th {
	width:40%;
}
.table_basic01 td {
	width:60%;
}

}

@media screen and (max-width:767px){
.table_basic01 {
	width: 100%;
	
}
	.table_basic01,
	.table_basic01 thead,
	.table_basic01 tbody,
	.table_basic01 tr,
	.table_basic01 th,
	.table_basic01 td {
		width: 100%;
		display: block;
	}
	.table_basic01 th,
	.table_basic01 td {
		padding: 10px 10px;
		
	}
	.table_basic01 th {
		background:#EDF5D6;
	}
}

/*フォーム--------------------------------------*/
select {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #000;
  border-radius: 0px;
}

span.label {
	display:inline-block;
	padding:1px 5px;
	background-color:#F44138;
	color:#FFF;
	font-size:10px;
	margin-left:7px;
	border-radius:4px;
}

input.norm {
	width:80%;
	border:1px solid #CCC;
	padding:8px 10px;
	border-radius:4px;
}

input.short {
	width:50%;
	border:1px solid #CCC;
	padding:8px 10px;
	border-radius:4px;
}

input.exshort {
	width:30%;
	border:1px solid #CCC;
	padding:8px 10px;
	border-radius:4px;
}

select.norm {
	font-size:15px;
	border:1px solid #CCC;
	padding:10px 10px;
	border-radius:4px;
}
	select.norm option{
		margin-bottom:5px;
	}

textarea.norm {
	width:80%;
	height:150px;
	border:1px solid #CCC;
	padding:8px 10px;
	border-radius:4px;
}

label.check {
	display:inline-block;
	padding:6px 12px;
	border:1px solid #CCC;
	border-radius:4px;
	margin-bottom:10px;
}

input.btn_submit {
	margin:5px 0 0 0;
	padding:12px 20px;
	background-color:#95C112;
	font-size:18px;
	border-radius:4px;
	color:#FFF;
}

input.btn_back {
	margin:5px 0 0 0;
	padding:12px 15px;
	background-color:#999;
	font-size:18px;
	border-radius:4px;
	color:#FFF;
}

.radio {
	
}
 
.radio + .radio_image {
	width:140px;
	border: 2px #EAF3D0 solid;
	background-color: #EAF3D0;
}
.radio:checked + .radio_image {
	border: 2px #FF6666 solid;
	background-color: #FFE3E3;
}

label img {
	margin:5px;
}

@media screen and (max-width:1039px){
input.norm {
	width:100%;
}

input.short {
	width:60%;
}

input.exshort {
	width:60%;
}

label.check {
	width:100%;
}

textarea.norm {
	width:100%;
}

input.btn_submit {
	font-size:14px;
}

input.btn_back {
	font-size:14px;
}
}

@media screen and (max-width:767px){
input.norm {
	width:100%;
}

input.short {
	width:100%;
}

input.exshort {
	width:60%;
}

label.check {
	width:100%;
}

select.norm {
	font-size:14px;
	color:#111;
	padding:10px 10px;
}
select.norm option span{
	display:none;
}

textarea.norm {
	width:100%;
}

input.btn_submit {
	font-size:14px;
}

input.btn_back {
	font-size:14px;
}

.radio + .radio_image {
	width:130px;
}
}

@media screen and (max-width:360px){
.radio + .radio_image {
	width:110px;
}
}

/* !追随CTA
---------------------------------------------------------- */
ul.fixCta {
	display: none;
	position:fixed;
	width:50px;
	height: 356px;
	top:32%;
	right:0;
	z-index: 100;
	-webkit-animation: ctaBnr 1.6s 1 ease;
	-moz-animation: ctaBnr 1.6s 1 ease;
	animation: ctaBnr 1.6s 1 ease ;
}
	ul.fixCta li {
		display: flex;
		flex-wrap: wrap;
		width:100%;
	}
	ul.fixCta li:first-child {
		margin-bottom: 10px;
	}
		ul.fixCta li a {
			display: block;
			width:100%;
			padding:15px 0;
			font-size:16px;
			font-weight: 700;
			line-height: 48px;
			text-align: right;
			-ms-writing-mode: tb-rl;
			writing-mode: vertical-rl;
			transition: .6s;
			border-radius:3px 0 0 3px;
			position: relative;
		}
		ul.fixCta li:first-child a {
			height: 165px;
			background: #ff9600;
		}
		ul.fixCta li:last-child a {
			height: 181px;
			background: #f4d700;
		}
			ul.fixCta li a i {
				padding-bottom:0.4em;
			}
			ul.fixCta li a:hover {
				background:#CCC;
			}
	
@media screen and (max-width:1039px){
ul.fixCta {
	height: 345px;
}
		ul.fixCta li a {
			font-size:15px;
		}
		ul.fixCta li:first-child a {
			height: 160px;
		}
		ul.fixCta li:last-child a {
			height: 175px;
		}
			ul.fixCta li:first-child a:hover {
				background: #ff9600;
			}
			ul.fixCta li:last-child a:hover {
				background: #f4d700;
			}
}

@media screen and (max-width:767px){
ul.fixCta {
	display: none;
}
}
