
	.buruburu {
	    -webkit-animation:buruburu 0.1s 10 linear alternate;
	    animation:buruburu 0.1s 10 linear alternate;
	}

	@-webkit-keyframes buruburu {
	    0% {-webkit-transform:translate(0, 0) rotate(-3deg);}
	    50% {-webkit-transform:translate(0, -1px) rotate(0deg);}
	    100% {-webkit-transform:translate(0, 0)rotate(3deg);}
	}

	@keyframes buruburu {
	    0% {transform:translate(0, 0) rotate(-3deg);}
	    50% {transform:translate(0, -1px) rotate(0deg);}
	    100% {transform:translate(0, 0)rotate(3deg);}
	}

/* ----------------------------------------

コンテンツ最大幅の設定

---------------------------------------- */
.sp-inline{
	display:none;
}

.content-wrap{
	max-width:1200px;
	margin:0 auto;
	padding:0 16px;
	}

.content-wrap-l{
	max-width:1300px;
	margin:0 auto;
	padding:0 16px;
	}
.menu-mgn{
	margin-top:96px;
}

.slick-next {
    right: 8px !important;
}
.slick-prev {
    left: 8px !important;
    z-index: 2;
}

.sp-foot-nav{
	display:none;
}


.cmt-style {
	position:relative;
	display:inline-block;
	padding:0 .3em;
}

/*共通パディング*/
/*
.box-pd{
	padding-top: 160px;
	padding-bottom: 100px
}
*/

/* ----------------------------------------

各ページ共通要素

---------------------------------------- */

/*各共通タイトル*/
/*
.common-ttl {
    font-size: 30px;
}
.lower-ttl{

}
*/


/* ----------------------------------------

共通フォントスタイル

---------------------------------------- */

/*
.color-1{
	color:#a88220;
}
.color-2{
	color:#ffdf03;
}

.color-3{
	color:#1d1106;
}

.bg-color-1{
	background-color: :#a88220;
}
.bg-color-2{
	background-color:#ae7430;
}

.bg-color-3{
	background-color:#1d1106;
}


.font-1{
	font-family: 'Anton', sans-serif;
}

.mincho{
	font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
	}

.mincho2{
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}

*/

/* ----------------------------------------

パンくず

---------------------------------------- */
/*
.bread-wrap{

	position:relative;
	}
.breadcrumb {
    margin-top: 35px;
    font-size: 16px;
    font-weight: normal;
    font-family: -webkit-body;
}

.breadcrumb li{
	display:inline-block;
	}

.breadcrumb li a{
	color:#666;
	}

.breadcrumb li a:hover{
	text-decoration:underline;
	}

.breadcrumb li a:after{
	content:">";
	padding:0 8px;
	text-decoration:none !important;
	display: inline-block;
	}
*/
/* ----------------------------------------

上部に戻るボタン

---------------------------------------- */
/*
.to-top-btn {
    position: fixed;
    right: 0px;
    bottom: 0px;
    border: double #3ec8fb 1px;
    background: #000000;
    color: #3ec8fb;
    padding: 16px;
    text-align: center;
    cursor: pointer;
    line-height: 1.5em;
}*/

.common-ttl {
	text-align:center;
	font-size:56px;
	font-weight:900;
}
.common-ttl span{
	font-size:20px;
	display:block;
	margin-top:10px;
}

.common-ttl2 {
	position:relative;
	border-left:4px solid #fff;
	padding-left:10px;
}
.common-ttl3 {
	position:relative;
	border-left:4px solid #fff;
	padding-left:10px;
	text-align:center;
	font-weight:800;
}
.common-ttl2 span{
	display:block;
	font-size:18px;
	margin-top:10px;
}

.white{
	color:#fff;
}

.flex{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

/*============================
#needs
============================*/
#needs {
	background: radial-gradient(rgb(151 207 255), rgb(1 55 102));
}
#needs .ttl {
	color:#fff;
	padding:50px 0;
	text-align:center;
	font-size:36px;
	font-weight:900;
}
#needs .list {
	display:flex;
	flex-wrap:wrap;
	/* padding-bottom:50px; */
}
/* #needs .list .item {
	width:33.333%;
	text-align:center;
} */
#needs .list .item {
	width: 100%;
	text-align:center;
}
.needs-sp{
	display: none;
}
.needs-pc{
	display: block;
}
@media (max-width: 500px) {
	#needs .ttl {
		color: #fff;
		padding: 40px 0 20px;
		text-align: center;
		font-size: 26px;
		font-weight: 900;
		text-align: left;
		margin-bottom: 0;
	}
	.needs-sp{
		display: block;
	}
	.needs-pc{
		display: none;
	}
	#needs .sp-item p{
		color: #081e2e;
		font-weight: bold;
		font-size: 16px;
		background: #ffffff96;
		padding: 10px;
		margin-bottom: 0;
	}
}

/*============================
#solution
============================*/
#solution {
	text-align:center;
	padding:150px 0;
	background-image:url(../style/img/s-bg.png);
	background-size:cover;
	background-position:center center;
}
#solution .ttl {
}
#solution .ttl .logo {
	display:inline-block;
	vertical-align: bottom;
	font-weight:900;
}
#solution .ttl .txt {
	display:inline-block;
	font-size:46px;
	color: #fff;
}
#solution .ttl .txt .emphasis{
	padding-left: 10px;
    font-style: italic;
    font-size: 70px;
    font-family: auto;
}
#solution .ttl .txt span{
	font-size:73px;
}
#solution .list {
	display:flex;
	flex-wrap:wrap;
	margin-top:50px;
	width:600px;
	margin-left:auto;
	margin-right:auto;
}
#solution .list .item {
	width:33.333%;
	text-align:center;
}

@media (max-width: 500px) {
	#solution {
		padding: 100px 0;
	}
	#solution .ttl .txt{
		font-size: 26px;
	}
	#solution .ttl .txt span{
		font-size: 40px;
	}
	#solution .ttl .txt .emphasis {
		font-size: 40px;
	}
}

/*============================
#reason
============================*/
#reason {
	background-color: #386fa5;
	color:#fff;
	padding:80px 0;
}
#reason .list {
	display:flex;
	flex-wrap:wrap;
}
#reason .list .item {
	width:33.333%;
	text-align:center;
	border-right:1px solid #fff;
	padding:0 40px;
}
#reason .list .item:last-child{
	border-right:none;
}
#reason .list .item .ttl {
	font-size:64px;
	font-weight: bold;
}

#reason .list .item .img {
	width:130px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}
#reason .list .item .img img{
	width:100%;
}
#reason .list .item .txt {
	font-size:20px;
		margin-top:20px;
}
#reason .list .item .to-detail {
}
#reason .list .item .to-detail a{
	display: block;
    color: #ffffff;
    background-color: #0b1d2f;
    padding: 20px;
    text-align: center;
    margin-top: 20px;
    font-size: 25px;
}

@media (max-width: 900px) {
	#reason {
		background-color: #386fa5;
		color: #fff;
		padding: 40px 0;
	}
	#reason .list {
		flex-direction: column;
	}
	#reason .list .item {
		width: 100%;
		text-align: center;
		border-right: none;
		border-bottom:1px solid #fff;
		padding: 0 40px;
		margin-top: 20px;
		padding-bottom: 30px;
	}
	#reason .list .item:first-child{
		margin-top: 0;
	}
	#reason .list .item:last-child{
		border-bottom:none;
		padding-bottom: 0;
	}
}

@media (max-width: 500px) {
	#reason .list .item .ttl {
		font-size: 44px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	#reason .list .item .img {
		margin-top: 0;
	}
	#reason .list .item .txt {
		font-size: 18px;
		margin-top: 10px;
	}
	#reason .list .item .to-detail a {
		padding: 20px 10px;
		font-size: 18px;
	}
}

/*============================
#detail
============================*/
#detail .item {
	width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 50px 0;
}
#detail .detail-content{
	background: linear-gradient(2deg, #d9e8f5, transparent);
	position: relative;
	overflow: hidden;	
	padding: 80px 0;
	}
#detail .detail-content::before{
	content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 7vw solid #225d99;
    border-left: 100vw solid transparent;
}
#detail .item .d-chame{
	position: absolute;
    left: 30px;
    bottom: 25%;
    width: 37%;
}
#detail .item .d-chame img{
	width: 100%;
}
#detail .item .d-chame2{
	position:absolute;
	left: 30px;
    bottom: 25%;
    width: 37%;
}
#detail .item .d-chame2 img{
	width: 100%;
}
#detail .item .info {
	width:60%;
	position:relative;
}
#detail .item .info .ttl {
	font-size:64px;
	font-weight:900;
	color: #0b1d2f;
}
#detail .item .info .ttl span{
	padding-left: 10px;
    font-style: italic;
    font-size: 70px;
    font-family: auto;
}
#detail .item .info .sub-ttl {
	font-size: 30px;
    margin-top: 30px;
    line-height: 1.5em;
    color: #0b1d2f;
	font-weight: bold;
}
#detail .item .info .txt {
	margin-top:30px;
	font-size: 18px;
    color: #0b1d2f;
}
#detail .item .img {
	width:40%;
	text-align:center;
	position:relative;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#detail .item2 .img .main{
	max-width: 250px !important;
}
#detail .item3 .img .main{
	max-width: 320px !important;
}

/* #detail #fast .info {
	order:2;
}
#detail #fast .img {
order:1;
} */

#detail .item .img .main {
	max-width: 400px;
    margin: 0 auto;
}
#detail .item .img .main img{
	width: 100%;
}
#detail .item .img .btn-wrap {
	margin-top:40px;
}
#detail .item .img .btn-wrap .ttl {
	font-size:20px;
	color:#002E70;
}
#detail .item .img .btn-wrap .ttl:before,
#detail .item .img .btn-wrap .ttl:after {
	    border-left: 2px solid #002E70;
}
#detail .item .img .btn-wrap .to-contact {
font-size:20px;
}
#detail .item .img .btn-wrap .to-contact a{
display: block;
padding: 20px;
background-color: #f23636;
border-radius: 40px;
margin-top: 10px;
width: 100%;
border-bottom: 10px #db2f2f solid;
max-width: 300px;
margin-left: auto;
margin-right: auto;
color: #fff;
font-weight: bold;
}

#detail .item .img .btn-wrap .to-contact a:after{
	content:">";
	color:#fff;
	margin-left:10px;
}

#detail .item .img .btn-wrap .to-contact span{
	font-size:25px;
}

@media (max-width: 900px) {
	#detail .detail-content {
		padding: 40px 0;
	}
	#detail .item {
		width: 90%;
		padding: 40px 0;
	}
	#detail .item .info {
		width: 100%;
	}
	#detail .item .img {
		width: 100%;
	}
}

@media (max-width: 500px) {
	#detail .item {
		width: 100%;
		padding: 40px 16px;
	}
	#detail .item .info .ttl {
		font-size: 44px;
	}
	#detail .item .info .ttl span {
		padding-left: 5px;
		font-size: 50px;
	}
	#detail .item .info .sub-ttl {
		font-size: 26px;
		margin-top: 15px;
	}
	#detail .item .info .txt {
		margin-top: 15px;
		font-size: 16px;
		color: #0b1d2f;
		margin-bottom: 0;
	}
	#detail .item .info .txt br{
		display: none;
	}
	#detail .item .img .main {
		max-width: 280px;
	}
	#detail .item .img .btn-wrap {
		margin-top: 20px;
	}
	#detail .item2 .img .main {
		max-width: 170px !important;
	}
	#detail .item3 .img .main {
		max-width: 230px !important;
	}
}


/*============================
#for-car
============================*/
#for-car {
	    position: relative;
}
#for-car .head {
	padding:60px 0;
	color:#fff;
	background-color:#215d99;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#for-car .head .img {
	width:40%;
	margin-top: -110px;
}
#for-car .head .info {
	width:60%;
}
#for-car .head .info .ttl {
	font-size:48px;
	position:relative;
	font-weight: bold;
}
#for-car .head .info .ttl span{
	position:relative;
	display:inline-block;
}
#for-car .head .info .ttl span img{
	position: absolute;
	left: -13px;
	top: -27px;
}
#for-car .head .info .txt {
	margin-top:20px;
}
#for-car .content {
	padding:60px 0;
	color:#fff;
	background-color:#225d99;
	overflow: hidden;
	position: relative;
}
#for-car .content::before {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 7vw solid #fff;
    border-right: 100vw solid transparent;
}
#for-car .content-wrap{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#for-car .content .item {
	width:45%;
}
#for-car .content .item .ttl {
	font-size: 20px;
    border-radius: 0px;
    text-align: center;
    padding: 15px;
    max-width: 469px;
    width: 100%;
	font-weight: bold;
}
#for-car .content .item:nth-child(1) .ttl{
	background-color:#ff6110;
}
#for-car .content .item:nth-child(2) .ttl{
	background-color:#aa0f0f;
}
#for-car .content .item:nth-child(3) .ttl{
	background-color:#df7514;
}
#for-car .content .item:nth-child(4) .ttl{
	background-color:#002f6f;
}
#for-car .content .item:nth-child(5) .ttl{
	background-color:#000;
}
#for-car .content .item:nth-child(6) .ttl{
	background-color:#3b7fb1;
}
#for-car .content .item:nth-child(7) .ttl{
	background-color:#D9AE20;
}
#for-car .content .item:nth-child(8) .ttl{
	background:linear-gradient(45deg, rgba(254,212,117,1) 0%,rgba(229,61,93,1) 50%,rgba(194,49,134,1) 70%,rgba(156,56,187,1) 100%);
}

#for-car .content .item .img {
	margin-top:20px;
}
#for-car .content .item .img img{
	width:100%;
}
#for-car .content .item .txt {
	margin-top:20px;
	max-width: 469px;
    width: 100%;
}
#for-car .content .content-img{
	overflow: hidden;
}
#for-car .content .content-img img{
	width: 100%;
	transition: .3s;
}
#for-car .content .content-img img:hover{
	transform: scale(1.2);
}
/*
#main-visual .to-demo {
	width:1000px;
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -500px;
}*/
#for-car .to-demo a {
	margin-left:110px;
	width:890px;
color:#fff;
display:block;
padding:40px;
border-radius:20px;
font-size:40px;
font-weight:900;
text-align:center;
background: #ff4646; /* Old browsers */
background: -moz-linear-gradient(top,  #ff4646 21%, #b50000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ff4646 21%,#b50000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ff4646 21%,#b50000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4646', endColorstr='#b50000',GradientType=0 ); /* IE6-9 */

}
#for-car .to-demo .icon {
	position:absolute;
	left:0;
	top: -50px;
}
#for-car .to-demo {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	margin-top:80px;
	margin-bottom:80px;
}
#for-car .to-demo .icon {
}
#for-price{
	padding: 100px 0 80px;
	background: linear-gradient(2deg, #d9e8f5, transparent);
}
#for-price .apollo {
	color: #0b1d2f;
	width: 100%;
    border: 4px solid #0b1d2f;
}
#for-price .apollo>.ttl {
	font-size: 35px;
    font-weight: bold;
    transform: translate(35px,-25px);
    display: inline-block;
    background: #fafcfd;
    padding-bottom: 10;
    padding-right: 30px;
}
#for-price .apollo>.ttl span{
	font-size:50px;
	font-style: italic;
	padding: 0 5px;
}
#for-price .apollo>.ttl .mark{
	font-size:35px;
	font-style: italic;
	padding: 0;
}
#for-price .apollo .content {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding: 20px 20px 45px;
}
#for-price .apollo .content .img{
	width:40%;
	text-align:center;
	flex-basis:40%;
	display: flex;
    justify-content: center;
    align-items: center;
}
#for-price .apollo .content .img img{
	width:74%;

}
#for-price .apollo .content .info{
	width:60%;
	flex-basis:60%;
}
#for-price .apollo .content .info>.ttl {
	font-size:20px;
	line-height:1.5em;

}
#for-price .apollo .content .txt {
	margin-top:10px;
}
#for-price .btn-wrap {
    margin-top: 40px;
}
#for-price .btn-wrap .to-contact {
    font-size: 20px;
}
#for-price .btn-wrap .to-contact a {
    transition: all 500ms;
}
#for-price .btn-wrap .to-contact a {
    display: block;
    padding: 20px;
    background-color: #f23636;
    border-radius: 40px;
    margin-top: 10px;
    width: 100%;
    border-bottom: 10px #db2f2f solid;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
	font-weight: bold;
}
#for-price .btn-wrap .to-contact a:after {
    content: ">";
    color: #fff;
    margin-left: 10px;
}
#for-price .btn-wrap .to-contact a:hover {
    background-color: #ff8484;
}
.for-price-br{
	display: none;
}

#detail .detail-content-know::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 7vw solid #0b1d2f;
    border-left: 100vw solid transparent;
}
#for-car .content-know{
	background-color: #0b1d2f;
}
#for-car .know-wrap .item{
	justify-content: center;
}
#for-car .know-wrap .item:nth-child(1) .ttl{
	font-size: 30px;
	background-color: inherit;
	padding: 0;
}
#for-car .know-wrap .item:nth-child(4) .ttl{
	font-size: 30px;
	background-color: inherit;
	padding: 0;
}
#for-car .know-wrap .item .content-img span{
	background: linear-gradient(transparent 80%, #d9ae28 80%);
	font-weight: bold;
}
#for-car .know-wrap .item .content-img{
	font-size: 18px;
    line-height: 1.8;
    text-align: left;
}
#for-car .content-fun::before{
	border: none;
}

@media (max-width: 900px) {
	#for-car .head{
		padding: 0;
	}
	#for-car .head .content-wrap{
		flex-direction: column-reverse;
	}
	#for-car .head .info {
		width: 100%;
	}
	#for-car .head .img {
		align-self: center;
		margin-top: 0;
	}
	.for-price-br{
		display: block;
	}
	#for-price .apollo>.ttl {
		transform: translate(35px,-45px);
		padding-right: 0;
	}
	#for-price .apollo .content .info>.ttl {
		font-size: 18px;
		padding-top: 20px;
		margin-bottom: 0;
	}
}
@media (max-width: 620px) {
	#for-price {
		padding: 40px 0 40px;
	}
	#for-car .head .info .ttl {
		font-size: 34px;
		position: relative;
		font-weight: bold;
	}
	#for-price .apollo .content {
		padding: 20px;
		flex-direction: column;
	}
	#for-price .apollo>.ttl {
		transform: inherit;
		padding-right: 0;
		padding-top: 35px;
		background: none;
		text-align: center;
		width: 100%;
	}
	#for-price .apollo .content .img {
		width: 100%;
	}
	#for-price .apollo .content .info {
		width: 100%;
	}
}
@media (max-width: 500px) {
	#for-car .head .info .ttl {
		font-size: 26px;
	}
	#for-car .content {
		padding: 40px 0;
	}
	#for-car .content-wrap {
		flex-direction: column;
	}
	#for-car .content .item {
		width: 100%;
		padding: 10px 0;
	}
	#for-car .content .order3 {
		order: 3;
		padding-top: 40px;
	}
	#for-car .content .order4 {
		order: 4;
	}
	#for-car .know-wrap .item .content-img {
		font-size: 16px;
	}
	#for-price .apollo>.ttl {
		font-size: 26px;
		margin-bottom: 0;
	}
	#for-price .apollo>.ttl span {
		font-size: 30px;
	}
	#for-price .apollo .content .info>.ttl {
		font-size: 16px;
	}
	#for-price .apollo .content .info>.ttl br {
		display: none;
	}
}




/*============================
#acccess
============================*/
#acccess .common-ttl3{


}
#acccess{
		color:#000;
		padding:60px 0;
}

#acccess .content {
	margin-top:40px;
}
#acccess .content .map {
	width:50%;
}
#acccess .content .info {
	width:50%;
	padding-left:40px;
}
#acccess .content .info .ttl {
	line-height:1.5em;
	margin-bottom:0px;
}
#acccess .content .info .link {
	border-bottom:#000 1px solid;
	padding-bottom:20px;
	line-height:1.5em;
	margin-bottom:20px;
}
#acccess .content .info .txt {
}
#acccess .content .info .img {
	margin-top:20px;
}

/*============================
#contact
============================*/
#contact {
	margin-top:40px;

}
#contact .content-wrap{
	background-color:#002E70;
	padding:40px;
}

#contact .main-ttl {
	color:#fff;
	text-align:center;
	font-size:30px;
	border-bottom:1px solid #fff;
	padding-bottom:20px;
}
#contact .main-ttl i{
	display:block;
margin-bottom:10px;
	font-size:40px;
}
#contact .content {
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	padding:40px;
	margin-top:40px;
}
#contact .content .item {
	display:flex;
	flex-wrap:wrap;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
}
#contact .content .item .ttl {
	width:30%;
	color:#2058AC;
}

#contact .content .item .ttl .req {
	color:#fff;
	background-color:#ff3535;
	font-size:12px;
	padding:4px;
	display:inline-block;
	margin-left:10px;
	line-height:1em;
}
#contact .content .item .form {
		width:70%;
}
#contact .content .item .form input[type=text],
#contact .content .item .form input[type=email],
#contact .content .item .form input[type=tel]
{
	width: 100%;
	margin: 8px 0;
	padding: 0.3em;
	transition: 0.3s;
	border: 1px solid #999;
	border-radius: 10px;
	outline: none;

}
#contact .content .item .form textarea{
	width: 100%;
	margin: 8px 0;
	padding: 0.3em;
	transition: 0.3s;
	border: 1px solid #999;
	border-radius: 10px;
	outline: none;

}
.radio{
	display:inline-block;
}

.radio-input{
  display: none;
}
.radio-input + label{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
	    line-height: 1em;
}
.radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio-input:checked + label{
  color: #d01137;
}
.radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 11px;
  height: 11px;
  background: #d01137;
  border-radius: 50%;
}

#contact .content .ssl {
	max-width:500px;
	margin-right:auto;
	margin-left:auto;
	font-size:15px;
}

#contact .content .ssl .img {
	width:50px;
}
#contact .content .ssl .txt {
	width:calc(100% - 50px);
	padding-left:10px;
}
#contact .content .to-send {
	text-align:center;
}
#contact .content .to-send button{
	outline: none;
	background-color:#ff3535;
	max-width:300px;
	width:100%;
	display:inline-block;
	border-radius:10px;
	color:#fff;
	margin-top:20px;
	padding:20px;
	border: none;
	appearance:none;
        cursor: pointer;
}

/*============================
#main-footer
============================*/
#main-footer {
	background-color:#002E70;
	padding:40px;
	font-size:13px;
	text-align:center;
	margin-top:80px;
	color:#fff;
}

.thanks{
	padding:60px 0;
}

.close-btn {
	position:absolute;
	right: 6px;
    top: 9px;
	z-index:99;
	display: inline-block;
	width: 30px;
	height: 30px;
border: 1px solid #ccc;
	cursor: pointer;
}
.close-btn span::before,
.close-btn span::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 84%;
	height: 16%;
	margin: -8% 0 0 -42%;
	background: #ccc;
}
.close-btn span::before {
	transform: rotate(-45deg);
}
.close-btn span::after {
	transform: rotate(45deg);
}

.fadein {
  opacity : 0;
  transform : translate(0, 30px);
  transition : all 500ms;
}

.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
.slide-bottom {
	opacity: 0;
	transform: translateY(20px);
	transition: all 1.3s 0s ease-out;
  } 
.scalein {
  opacity : 0;
  transform : scale(2);
  transition : all 500ms;
}
.scaleon {
	opacity : 1;
	transform : scale(1);
}
.js-fadein {
	opacity: 0;
	animation-name: js-fadein;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	}
	@keyframes js-fadein {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
	}	
#sp-foot-nav{
	display:none;
}

.tel-img{
	text-align:center;
}

.to-top{
	font-size:40px;
	color:#4c7886;
	position:fixed;
	right:20px;
	bottom:20px;
	z-index:2;
}

#main-visual .to-demo a,
#for-car .to-demo a{
	transition : all 500ms;
}
#for-car .to-demo a:hover,
#main-visual .to-demo a:hover{
background: linear-gradient(to bottom, #ff8383 21%,#ff1818 100%);
}
#reason .list .item .to-detail a {
	transition : all 500ms;
}
#reason .list .item .to-detail a:hover {
	background-color: #edf5ff;
}
#detail .item .img .btn-wrap .to-contact a {
	transition : all 500ms;
}
#detail .item .img .btn-wrap .to-contact a:hover {
	background-color: #ff8484;
}
#contact .content .to-send button {
    transition : all 500ms;
}
#contact .content .to-send button:hover {
    opacity:0.8;
}
.sp-nav .navigation_item a, .slide-toggle {
    transition : all 500ms;
}
.sp-nav .navigation_item a:hover, .slide-toggle:hover {
    background-color: #d8e5ff;
}

/* 以下タブレット(col-md)の設定 */
@media screen and (max-width: 992px) {


}
