@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
/*clearfix*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
#fixedTop {
	/*　↓　絶対*/
	display: none; 
	width: 1.1em;
	line-height: 1.1em;
	/*padding: 3px;*/
	background: white;
	opacity: 0.4;
	/*border-radius: 50%;*/
	border: solid 1px black;
	text-align: center;
	color: #333;
	font-size: 50px;
	-webkit-font-smoothing:antialiased;
  	-webkit-text-stroke-color: white;
  	-webkit-text-stroke-width: 7px;
	/*　↓　絶対*/
	position: fixed;
	right: 0;
	bottom: 80px;
	z-index: 999;
}

/*header(通常時)*/
header {
	position: absolute;
    width: 100%;
    background-color: white;
	
}


/*header(スクロール時)*/
.is-animation {
  	width: 100%;
 	position: fixed;
	top:0px;
	right:0px;
	z-index: 999999;
}


/*all*/
html {
  font-family: 'Noto Sans JP', sans-serif;
}



a {
	text-decoration: none;
	color : inherit;
}
ul {
	list-style: none;
}
h2 {
  position: relative;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 1em;
}
h2:before {
  content: '';
  position: absolute;
  bottom: -13px;
  display: inline-block;
  width: 100px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0C398A;
  border-radius: 2px;
}
.sub-h2 {
	margin-top: -2px;
	margin-bottom: 30px;
	font-size: 0.8em!important;
	color: gray;
}

h3 {
	color: #000;
	
	font-size: 21px;
}
h4 {
	
	color: darkgray;
	font-weight: normal;

}

#tab1,
#tab2,
#tab3,
#tab4 {
	margin-bottom:80px;
}

/*wrap*/
#wrap {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;

}


/*ボタン*/
.btn-animation-01 {
    display: inline-block;
    width: 230px;
    text-align: center;
    background-color: #f5f5f5;
    border: 2px solid #f5f5f5;
    font-size: 16px;
    color: #f5f5f5;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 12px;
    border-radius: 4px;
    position: relative;
    margin-top: 20px;
}

.btn-animation-01 span {
    position: relative;
    z-index: 1;
}

.btn-animation-01::before,
.btn-animation-01::after {
    content: "";
    display: block;
    background-color: #0C398A;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: .2s;
}
.btn-animation-01::before {
    left: 0;
}
.btn-animation-01::after {
    right: 0;
}

.btn-animation-01:hover:before,
.btn-animation-01:hover:after {
    width: 0;
    background-color: #0C398A;
}

.btn-animation-01:hover {
    color: #0C398A;
}






/*ヘッダー*/
header {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
h1 img {
	width: 80px;
}
h1 {
	margin-top: 20px;
	text-align: center;
}


/*スライダー*/
.swiper-container {
    width: 100%;
    height: 280px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
   
}





.slide01 {
	width: 100%;
    background-image: url(../img/slider-bg01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.slide02 {
    background-image: url(../img/slider-bg02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.slide03 {
    background-image: url(../img/slider-bg03.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.slide04 {
    background-image: url(../img/slider-bg04.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.slide {
    width: 100%;
    height: 280px;
}
.swiper-pagination-bullet {
    border-radius: inherit;
    margin: 0 5px!important;
    width: 54px;
    height: 5px;
    background: lightgray;
    opacity: 0.3;
}
.swiper-pagination-bullet-active {
    background: lightgray;
    opacity: 1;
}
.swiper-pagination {
    position: relative;
    margin-top: -30px;

}

.swiper-button-prev,
.swiper-button-next {
    top: 50%;
    color: lightgray;
    opacity: .4;
}

#slider-ttl {
	width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    font-size: 18px;
    color: white;
    font-weight: bold;
    z-index: 9;

}

#slider-ttl span {
    font-size: 12px;
    color: white;
    font-weight: bold;
}

/*ニュース*/
#news {
	width: 100%;
	text-align: center;
	margin-bottom: 100px;
}
.news-inner {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
	font-size: 14px;
	
}


#news p {
	font-size: 14px;
}

/*コンテンツ*/
#contents {
	margin-left: 10px;
	margin-right: 10px;
}
.exp {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	align-items: left;
	font-size: 14px;
	line-height: 22px;
	text-align: justify!important;
}
/*サービス*/
#tab1 {
	width: 100%;
	text-align: center;
}
#meihen,
#oneprice,
#newCar,
#Jplan {
	margin-bottom: 80px;
}

#tab1 img {
	width: 100%;
}
#tab1 h3 {
	margin-bottom: 10px;
}

#tab1 h4 {
	font-size: 18px;
	margin-bottom: 30px;
}
.catchCopy {
	color: orange;
	margin-top: 40px;
	margin-bottom: 20px;
}
.sml {
	font-size: 0.9em;
}

/*FAQ*/
#tab2 {
	width: 100%;
	text-align: center;
	
}
#tab2 h2 {
	text-align: center;
}
#tab2 .sub-h2 {
	margin-bottom: 50px;
}
#tab2 h3 {
	margin-bottom: 10px;
}
.accordion_container {
	width: 100%;
	margin-bottom: 80px;
}
.accordion__content p {
	margin-left: 30px;
	padding-bottom: 10px;
}
.accordion_content-last {
	border-bottom: 1px solid /*transparent*/ #141149;
}
.accordion__title {
  background-color: #141149;
  border-bottom: 1px solid /*transparent*/ white;
  border-left: 1px solid /*transparent*/ #141149;
  border-right: 1px solid /*transparent*/ #141149;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  height: 45px;
  padding: .625em 4em .625em 2em;
  position: relative;
  cursor: pointer;
  user-select: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  
}

.accordion__title::before, .accordion__title::after {
  content: '';
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 2px;
  right: 25px;
}

.accordion__title::after {
  transform: rotate(90deg);
  transition-duration: .3s;
}

.accordion__title:hover,
.accordion__title:active,
.accordion__title.is-active { 
  background-color: #0C398A;
}

.accordion__title.is-active::before {
  opacity: 0;
}

.accordion__title.is-active::after {
  transform: rotate(0);
}

.accordion__content {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  padding: 0 12px;
  text-align: left;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: .3s;
  position: relative;
}

.accordion__content.is-open {
  border-left: 1px solid #0C398A;
  border-right: 1px solid #0C398A;
  padding: .625em 0;
  line-height: normal; /* numberに書き換える*/
  height: auto;
  opacity: 1;
}
.accordion_container p {
	font-size: 14px;
	text-align: left;
	padding-left: 1.5em;
	padding-right: 1.5em;
}
.other {
	width: 100%;
	font-size: 12px!important;
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 0!important;

}


.faq-tel {
	
	text-align: center!important;
	font-weight: bold;
	font-size: 24px!important;
	padding: 0!important;
	

}
.faq-time {
	
	text-align: center!important;
	font-size: 12px!important;
	margin-bottom: 20px;
	padding: 0!important;

	

}

.accordion__title {
	
}
.accordion__content {
	
}
.question img {
	display: inline-block;
	position: absolute;
	top: 3px;
	left: 20px;
	width: 18px;
	margin-top: 15px;
}
.anser img {
	display: inline-block;
	position: absolute;
	top: -8px;
	left: 16px;
	width: 24px;
	margin-top: 15px;
	
}



/*ダウンロード*/
#tab3 {
	width: 100%;
	text-align: center;
	
}
/*#tab3 h3 {
	background-color: #FFF;
	padding-left: 30px;
	z-index: 999;
}*/
/*.h3-line {
	width: 60%;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -18px;
	border-top: 1px solid #000;
	z-index: -99999
}*/
#tab3 .sub-h2 {
	margin-bottom: 50px;
}
.downlord-container {
	width: 100%;
	margin-bottom: 80px;
	background-image: url(../img/book.jpg);
}
.downlord-inner {
	float: left;
	box-sizing: border-box;
	width: 50%;
	max-width: 200px;
	height: 250px;
	padding: 5px;
	text-align: center;
	margin-top: 20px;
}
.downlord-inner p {
	font-size: 0.9em;
}

.downlord-inner img {
	width: 130px;
	height: 175px;
}
.downlord-inner a {
	display: block;
	margin: 0 auto;
	background-color: red;
	color: #FFF;
	width: 120px;
	line-height: 20px;
	border-radius: 10px;

}
/*会社概要*/
#tab4 {
	width: 100%;
	text-align: center;
	
}

#tab4 tr {
	width: 100%;

}
#tab4 th {
	background-color: lightgray;
	text-align: left;
	line-height: 50px;
	padding-left: 8px;
	/*padding-right: 10px;*/
	font-size: 14px;
	/*width:100%;*/
	display:block;
}

#tab4 td {
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-right: 5px;
	font-size: 14px;
	/*width:100%;*/
	display:block;
}

#tab4 table {
	margin-bottom: 80px;
}


/*アクセス*/
#gmap iframe{
	width: 100%;
}
#gmap p {
	text-align: left!important;
}
.access-exp {
	text-align: left;
	font-size: 12px
}

/*お問い合わせ*/
/*contact.cssへ*/


/*プライバシーポリシー*/
#tab7 {
	width: 100%;
	text-align: center;
	
}
#tab7 h3 {
	text-align: left;
	margin-left: 5px;
	font-size: 18px;
}
#tab7 .exp {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 30px;
}

/*footer*/
footer {
	width: 100%;
	text-align: center;
	background-color: #141149;
	color: white;

}
footer img {
	width: 100px;
	padding-top: 25px;
}
footer h6 {
	font-size: 16px;
	margin-bottom: 5px; 
}
.footer-add {
	font-size: 12px;
	padding-bottom: 20px;

}
#footer-bottom-nav {
	font-size: 12px;
	margin-bottom: 10px;
}
.copyright {
	padding-bottom: 100px;
	font-size: 12px;

}


#footer-fix {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999999;
}

#footer-fix a {
	display: block;
	width: 33.33%;
	height: 50px;
	padding-top: 10px;
	padding-bottom: 8px;

	
	text-align: center;
	/*line-height: 52px;*/
	float: left;


}
.nyukai {
	background-color: red;
	transition: 0.2s;
}
.nyukai:hover {
	opacity: 0.8;
}
.mobile {
	background-color: #1A1F65;
	transition: 0.2s;
}
.mobile:hover {
	opacity: 0.8;
}

.nyukai img {
	width: 90%;
	max-width: 145px;
	margin-top: 10px;
	vertical-align: top;
}

.mobile img {
	width: 90%;
	max-width: 145px;
	margin-top: 5px;
	vertical-align: top;


}
.line-bn img {
	width: 90%;
	max-width: 145px;
	margin-top: 5px;
	vertical-align: top;


}
.line-bn {
	background-image: url(../img/line-bn-bg.jpg);
}



@media screen and (min-width:681px) {

/*header*/
	#top-contents {
		width: 100%;
		max-width: 1040px;
		margin: 0 auto;
	}
	.top-rogo {
		width: 50%;
		text-align: left;
		float: left;
	}

	.top-info {
		width: 50%;
		text-align: right;
		float: left;
	}
	.top-info p:nth-child(1) {
		font-size: 14px;
		margin-top: 10px;
	}
	.top-info p:nth-child(2) {
		font-size: 20px;
		font-weight: bold;
	}
	.top-info p:nth-child(2) span{
		font-size: 12px;
		font-weight: normal;

	}
	.top-info p:nth-child(3) {
		font-size: 12px;
	}
	.top-info a {
		display: inline-block;
		background-color: #0BDD0B;
		border: 1px #0BDD0B solid;
		padding: 5px 35px;
		margin-bottom: 5px;
		border-radius: 20px;
		font-size: 14px;
		color: white;
	}

	.top-info a:hover {
		background-color: white;
		color: #0BDD0B;
		border: 1px #0BDD0B solid;
		transition: .3s;
	}


	h1 {
		text-align: left;
		margin-left: 20px;
	}


/*スライダー*/
/*	#main-slider {
		height: 500px;
	}*/
	.swiper-container {
    
    	height: 500px;
	}
	.slide {
	    height: 500px;
	}
	#slider-ttl {
		font-size: 30px;
	}
	#slider-ttl span {
		font-size: 18px;
	}

/*ニュース*/
	#news {
		width: 100%;
		max-width: 640px;
		margin-left: auto;
		margin-right: auto;
	}
	#news-container {
		margin-bottom: 30px;
	}
	.news-inner {
		width: 100%;
		max-width: 640px;
		margin-top: 10px;
		margin-bottom: 7px;
		border-bottom: 1px solid lightgray;
	}
	
	.news-inner div:nth-child(1) {
		text-align: center;
		float: left;
		width: 25%;
		margin-right: 1%;
		
	}
	.news-inner div:nth-child(2) {
		float: left;
		text-align: left;
		width: 69%;
	}
	
/*サービス*/

	#tab1 {
		width: 100%;
		max-width: 1040px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 150px;
	}

	#tab1 h3 {
		font-size: 2em;
		margin-top: 100px;
	}

	#tab1 h4 {
		font-size: 1.2em;
		font-weight: normal;
	}

	.catchCopy {
		color: orange;
		font-size: 1.5em;
	}
	.btn-con {
		width: 70%;
		margin: 0 auto;
	}
	.btn {
		width: 30%;
		margin-left: 10%;
		margin-right: 10%!important;
		float: left;
	}

/*FAQ*/
	
	#tab2 {
		width: 100%;
		max-width: 1040px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 150px;
	}
	
	.other {
		font-size: 14px!important;
		text-align: center!important;
	}

/*ダウンロード*/

	#tab3 {
		width: 100%;
		max-width: 1040px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 150px;
	}


/*会社概要*/

	#tab4 {
		width: 100%;
		max-width: 1040px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 150px;
	}
	#tab4 tr {
		width: 100%;
		

	
	}
	
	#tab4 th {
		text-align: center;
		border-bottom: solid 1px #FFF;
		/*border: solid 1px #ccc;*/
		background-color: #ccc;
    	display:table-cell;
    	width: 10%;
    	height: auto!important;
	}

	#tab4 td {
		text-align: left;
		border: solid 1px #ccc;
		background-color: #FFF;
    	display:table-cell;
    	width: 30%;
 
	}
	#tab4 table {
		margin-bottom: 150px;
	}
/*アクセス*/
	.access-exp {
		margin-bottom: 5px;
		font-size: 14px;
		text-align: center;
	}





	#tab7 {
		max-width: 960px;
		margin: 0 auto;
	}

/*footer*/
	#footerNav {
		width: 100%;
		max-width: 1040px;
		margin-left: auto;
		margin-right: auto;
	}
	.footerNav-container h5 {
		width: 70%;
		font-size: 15px;
		margin-bottom: 12px;
		border-bottom: 1px solid #FFF;

	}
	.footerNav-container {
		width: 25%;
		float: left;
		margin-top: 50px;
		margin-bottom: 50px;
		text-align: left;
	}
	.footerNav-container ul li {
		width: 65%;
		line-height: 32px;
		border-bottom: 1px solid #b0c4de;
		font-size: 12px;
	}
	footer img {
		padding-top: 0;

	}

	.footer-fix-inner {
		width: 100%;
		max-width: 680px;
		margin: 0 auto;
	}
	#footer-fix {
		width: 100%;
		background-color: rgba(0,0,0,0.9);
		padding-top: 2px;
		padding-bottom: 2px;
	}
	#footer-fix a {
	width: 33.3%;
	margin: 0 auto;
	height: 60px;

	/*margin-left: 5%;
	margin-right: 5%;*/
	}
	.nyukai img {
		width: 90%;
		/*margin-top: 10px;*/
		
	}

	.mobile img {
		width: 90%;
		margin-top: 0;

	

	}

	.line-bn img {
		width: 90%;
		margin-top: 0;



	}



}

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

	.sp-none {
		display: none;
	}


    
}

