@charset "utf-8";
/* レイアウトのためのCSS */

body{
    background:#fff;
    font-family: 'Noto Sans JP', sans-serif;
	color: #eee;
	font-size:1rem;
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
}

*{box-sizing: border-box;}

ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color: #eee;
	text-decoration: none;
    outline: none;
}

img{
    max-width: 100%;
    height: auto;
}
.br-pc{
    display: block;
}
.br-sp{
    display: none;
}
.ffsp{
    font-feature-settings: "palt";
}
@media screen and (max-width:768px){
.br-pc{
        display: none;
    }
.br-sp{
        display: block;
    }
  }

.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  animation: load1 1s infinite ease-in-out;
  width: 0.5em;
  height: 1em;
}
.loader {
  color: #ffffff;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  transform: translateZ(0);
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}

@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 1em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 2em;
  }
}


/* area */

#container{
    overflow-x: hidden;
    /*以下、IE11用*/
    z-index: 1;
    position: relative;
}

/* font-family */

h1,
h2,
#service .service-area section h3,
#g-nav,
#footer-link,
.scrolldown1 span,
#vidual-area dt,
.footer-logo{
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.1em;
}

/* heading */

h2{
    font-size: 2em;
    line-height: 1.6em!important;
    margin: 0 0 50px 0;
    text-transform: uppercase;
    color: #0C2F73;
}
.js_typing{
    background-color: #fff;
}
@media screen and (max-width:768px){
    .js_typing{
        background-color: #fff;
        padding: 0 10px 0 10px;
        margin-right: 50px;;
    }
  }

/* header */

#header{
    background:rgba(255,255,255,0.7);
}

#header h1 a{
    color: #0C2F73;
}

#header h1{
    text-transform: uppercase;
    font-size: 1.5rem;
    padding: 0 0 0 2%; 
    line-height: 1;
    white-space: nowrap;
}

@media screen and (max-width:960px){
  #header h1{
    position: absolute;
      top:22px;
      left:20px;
      padding: 0;
    }
}

.scrolldown1 span {
    transform: rotate(-90deg);
    text-transform:uppercase;
    left: -23px;
    top: -31px;
}

/* vidualarea */
#vidual-area{
    position: relative;
    height: 100vh;
}
#sub-vidual-area{
    position: relative;
    height:30vh;
    text-align: center;
    padding-top: 10vh;
    background-color: rgba(195, 231, 255, .5);
}
#sub-vidual-area_auto_repair{
    position: relative;
    height:30vh;
    text-align: center;
    padding-top: 10vh;
    background-image: url(../img/sub_header_bg_auto_repair.png);
    background-size: cover; 
    background-position: center;
}
#sub-vidual-area_company{
    position: relative;
    height:30vh;
    text-align: center;
    padding-top: 10vh;
    background-image: url(../img/sub_header_bg_company.png);
    background-size: cover;
    background-position: center; 
}
#sub-vidual-area_access{
    position: relative;
    height:30vh;
    text-align: center;
    padding-top: 10vh;
    background-image: url(../img/sub_header_bg_access.png);
    background-size: cover; 
}
.sub-ttl{
    color: #0C2F73;
    font-family: 'Oswald';
    font-size: 2rem;
}
.main-ttl{
    color: #333333;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
}
@media screen and (max-width:768px){
    #sub-vidual-area{
        padding-top: 12vh;
    }
    
    .sub-ttl{
        font-size: 1.4rem;
    }
    .main-ttl{
        font-size: 1.6rem;
    }
  }


body.appear #vidual-area::after{
    content:'';
    background:#0C2F73;
    width:0;
    height: 12%;
    position: absolute;
    bottom:0;
    right:0;
    z-index: -1;
	animation-name:vidualbgRLextendAnime;
    animation-duration:.0s;
	animation-fill-mode:forwards;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
}

@keyframes vidualbgRLextendAnime{
	0% {
		width:0;
	}
	100% {
		width:40%;
	}
}


#vidual-area #slider-area{
    position: absolute;
    top:0;
    right: 0;
    width:85%;
    z-index: -1;/*最背面へ*/
}

#vidual-area h2{
    line-height: 1.5;
    text-transform: uppercase;
    font-size: 5vw;
    color: #0C2F73;
    position: absolute;
    top:20%;
    left:5%;
}

#vidual-area dl{
    position: absolute;
    left:2%;
    bottom:2%;
}

#vidual-area dl{
    color:#000;
}

#vidual-area dt,
#vidual-area dd,
#vidual-area ul,
#vidual-area ul li{
    display: inline-block;
}

#vidual-area dt{
    text-transform: uppercase;
}

#vidual-area ul li{
    margin:0 10px;
}

#vidual-area ul img{
    width:20px;
}

@media screen and (max-width:960px) {
#vidual-area{
    height: 90vh;
}
#vidual-area #slider-area{
    width:100%;
    height: 90vh;
}
#vidual-area h2{
    font-size:2.1rem;
}
#vidual-area dl{
    left:20px;
    bottom:16px;
}
#vidual-area ul li{
    margin:0 2px;
}
    
}

@media screen and (max-width:450px) {
#vidual-area h2{
    font-size:8vw;
    top: 20%;
    bottom: 13%;
}

}



/* service */

#service{
    padding: 10% 0 10% 15%;
    color: #0C2F73;
}

@media screen and (max-width:768px) {
#service{
    padding: 30% 0 10% 30px;
}
}

@media screen and (max-width:500px) {
    #service .service-lead{
        padding: 0 10% 0 0;
    }
#service .service-lead br{
    display: none;
}
}

#service .service-area{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding:10% 0 0 10%;
    position: relative;
}

#service .service-area::after{
    opacity: 0;
}

#service .service-area.startwd::after{
    content:'';
    position: absolute;
    top:10%;
    right:0;
    width:80%;
    height: 60vh;
    background:#BEE5FF;
    z-index: -1;
	animation-name:sevicebgRLextendAnime;
    animation-duration:.9s;
	animation-fill-mode:forwards;
    animation-timing-function: ease-in-out;
}

@keyframes sevicebgRLextendAnime{
	0% {
        opacity: 0;
		width:0;
	}
	100% {
        opacity: 1;
		width:80%;
	}
}

#service .service-area section{
     width:30%;   
}

@media screen and (max-width:570px) {
#service .service-area section{
     width:100%;
    margin: 0 0 100px 0;
    padding: 0 10% 0 0;
}
 
}

#service .service-area section h3{
    font-size:1.5rem;
    margin: 0 0 30px 0;
}

#service .service-area section p{
    margin: 0 0 30px 0;
}

#service .service-img-wrapper{
    position:relative;
    overflow: hidden;
    width:30%;
    height: 60vh;
}

#service .service-img{
    height: 60vh;
    background:url("../img/01.jpg") no-repeat center;
    background-size: cover;
}

@media screen and (max-width:570px) {
#service .service-img-wrapper,
#service .service-img{
    width:100%;
    height: 40vh;
    background-position: right;
    }
    #service .service-img-wrapper{
        margin:0 0 50px 0;
    }
}

/* news */

.news-img-wrapper{
    position:relative;
    z-index: 1;
    overflow: hidden;
    width:90%;
    height: 60vh;
}

.news-img{
    height: 60vh;
    background:url("../img/02.jpg") no-repeat center;
    background-size: cover;
}

.news-img::after{
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    width:70%;
    height: 10vh;
    background:#0C2F73;
    z-index:2;
}

#news{
    padding: 0 0 5% 15%;
    color: #000;
}

#news .area li{
    padding: 20px 0;
}
#news .area li a{
    color: #0C2F73;
}

#news .area time{
    display: block;
    color: #000;
}

#news .tab{
    position: relative;
    top:1px;
}

#news .tab-choice-area{
    border-top:1px solid #000;
    border-left:1px solid #000;
}

@media only screen and (max-width: 1110px) {
    .tab-area{
        width:100%;
    }
    
}

@media only screen and (max-width: 768px) {
#news {
    padding: 0 0 5% 30px;
}
}

/* gallery */

#gallery{
    margin: 0 0 5% 0;
}

#gallery li{
    overflow: hidden;
}

.gallery img{
    opacity: 0.5;
}

.gallery img:hover{
    opacity: 1;
}

/* contact */

#contact{
    background-color: #0C2F73;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#contact .contact-detail{
    width:65%;
    border-right: 1px solid #fff;
    text-align: center;
    padding: 20px;
}

#contact .contact-detail h2{
    margin:0 0 5px 0;   
    font-size: 1.5rem;
    color: #fff;
}

#contact .contact-tel{
     width:35%;
}

#contact .contact-tel p{
    text-align: center;
}

#contact .contact-tel p a{
    display: block;  
    padding: 20px;
    transition: all .3s;
}

#contact .contact-tel p a:hover{
     background:rgba(255,255,255,0.2);   
}

#contact .contact-tel p:last-child{
    border-top:1px solid #fff;
}

#contact .contact-tel br{
    display: none;
}

@media screen and (max-width:690px) {
#contact .contact-detail,
#contact .contact-tel{
    width:50%;
}
    
#contact .contact-tel br{
    display: block;
}
#contact .contact-detail h2{
    font-size: 1.2rem;
}
#contact .contact-detail p{
    text-align: left;
}
}

@media screen and (max-width:400px) {
    #contact{
        font-size: 0.8rem;
        font-feature-settings: "palt";
    }
}
/* footer */

#footer{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    opacity: 0.8;
    padding:5%;
    background-color: #EEEEEE;
    color: #0C2F73;
}

#footer .footer-info{
    width:30%;
}

#footer .footer-info .footer-logo{
    font-size: 1.5rem;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    color: #0C2F73;
}
@media screen and (max-width:768px) {
    #footer .footer-info .footer-logo{
    font-size: 1.3rem;
    }
}

#footer .footer-info address{
    font-style: normal;
    margin: 0 0 10px 0;
    color: #0C2F73;
}

#footer .footer-info ul li{
    margin: 0 0 10px 0;
    color: #0C2F73;
}

#footer .footer-info dl dt,
#footer .footer-info dl dd{
    display: inline-block;
    color: #0C2F73;
}
#footer .footer-info dl dd a{
    color: #0C2F73;
}

#footer .footer-info dl dt::after{
    content:':';
    padding: 0 10px;
}


#footer .footer-link{
    width:65%;
}

#footer .footer-link ul{
     display: flex;
    flex-wrap: wrap;
    line-height: 2.5;
}

#footer .footer-link ul li{
    margin: 0 20px;
}

#footer .footer-link ul ul li{
    margin:0 10px 0 0;
}
#footer .footer-link li a{
    color: #0C2F73;
}

#footer small{
    padding: 100px 0 0 0;
    display: block;
    text-align: right;
    color: #000;
}
#footer .footer-link ul ul{
     display: block;
}

@media screen and (max-width:830px) {
    #footer{
        justify-content: center;
        padding:5% 0;
    }
    #footer .footer-info{
        width:100%;
        padding: 0 0 5% 0;
        margin: 0 0 5% 0;
        text-align: center;
        border-bottom: 1px solid #000;
    }
    #footer .footer-info li:nth-of-type(2) dt::after{
        content:'';
        padding: 0;
    }
    #footer .footer-info li:nth-of-type(2) dd{
        display: block;
    }
    
    #footer .footer-link{
        width:auto;
    }

    #footer .footer-link ul {
    justify-content: center;
    }
    
    #footer small {
        padding:10% 0;
        text-align:center;
    } 
}

@media screen and (max-width:400px) {
    #footer .footer-link ul li{
        margin: 0 10px;
}
}
#main-area .inner_contents{
    max-width: 1100px;
    margin: 100px auto;
}
@media screen and (max-width:768px) {
#main-area .inner_contents{
    width: 95%;
    margin: 10% auto;
}
}
/* breadcrumb */
.breadcrumb_area{
    background-color: #EEEEEE;
    padding: 15px;
}

.breadcrumb_area .breadcrumb {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    max-width: 1200px;
  }
  
  .breadcrumb_area .breadcrumb li {
    display: inline;/*横に並ぶように*/
    list-style: none;
    color: #393939;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1rem;
  }
  @media screen and (max-width:768px) {
  .breadcrumb_area{
    padding: 2% 5%;
    }
    .breadcrumb_area .breadcrumb li {
    font-size: 0.8rem;
      }
    }
  
  .breadcrumb_area .breadcrumb li:after {/* >を表示*/
    content: '>';
    padding: 0 0.2em;
    color: #555;
  }
  .breadcrumb_area .breadcrumb li:last-child:after {
    content: '';
  }
  
  .breadcrumb_area .breadcrumb li a {
    text-decoration: none;
    color: #0C2F73;/*色*/
  }
  
  .breadcrumb_area .breadcrumb li a:hover {
    text-decoration: underline;
  }



/* コンテンツ　auto_repair */
.inner_contents .auto_repair_contents{
    margin: 0 auto;
    text-align: center;
}
.inner_contents .auto_repair_contents .main_title{
    margin: 0 auto;
    color: #0C2F73;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 2.4rem;
    text-align: center;
    font-feature-settings: "palt";
    margin-bottom: 7%;
}
.inner_contents .auto_repair_contents .auto_repair_bnr_area{
    margin:0 auto;
}
.inner_contents .auto_repair_contents .auto_repair_bnr_area .auto_repair_bnr{
    margin-bottom: 5%;
}
.inner_contents .auto_repair_contents .auto_repair_bnr_area .auto_repair_bnr a:hover{
    opacity: 0.5;
}
@media screen and (max-width:768px) {
    .inner_contents .auto_repair_contents .main_title{
        font-size: 1.6rem;
    }
}
/* コンテンツ　auto_repair　整備・点検　カーローン*/
.inner_contents .auto_repair_contents{
    margin: 0 auto;
    text-align: center;
}
.inner_contents .auto_repair_contents .sub_contents .sub_contents_icon{
    margin: 0 auto;
}
.inner_contents .auto_repair_contents .sub_contents .sub_contents_icon img{
    width: 8%;
}

.inner_contents .auto_repair_contents .sub_contents .main_title{
    margin: 0 auto;
    color: #1996F5;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 2.4rem;
    text-align: center;
    font-feature-settings: "palt";
    margin-bottom: 2%;
}
.inner_contents .auto_repair_contents .sub_contents .txt_block{
    text-align: left;
    margin-bottom: 5%;
}
.inner_contents .auto_repair_contents .sub_contents .txt_block02{
    text-align: left;
    margin-bottom: 5%;
}
.inner_contents .auto_repair_contents .sub_contents .table_area{
    margin:0 auto 5% auto;
    width: 1000px;
}
.inner_contents .auto_repair_contents .sub_contents .table_area h4{
    position: relative;
    padding: 1.5rem;
    color: #1996F5;
    font-size: 2.5rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    text-align: center;
}
.inner_contents .auto_repair_contents .sub_contents .table_area h4:before {
    position: absolute;
    bottom: -0px;
    left: calc(50% - 60px);
    width: 120px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background-image: linear-gradient(45deg, #1996F5, #0c2f73);
}
.inner_contents .auto_repair_contents .sub_contents .table_area .tag_cloud_area{
    margin:5% auto 0 auto;
    display: flex;
}
.inner_contents .auto_repair_contents .sub_contents .table_area .tag_cloud_area .tag_cloud{
    border:2px solid #1996F5;
    color:#1996F5;
    padding:6px;
    margin:6px;
    border-radius:25px;
    text-decoration:none;
    font-size:1em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    width: 240px;
    display: block;
}
.inner_contents .auto_repair_contents .sub_contents .table_area  {
    
}
#table03{
    margin-bottom: 5%;
    border-collapse: collapse;
    border-spacing: 0;
}
#table03 th{
    text-align: center;
    width: 10%;
    min-width: 80px;
    padding: 10px;
    height: 60px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 0.7em;
    font-feature-settings: "palt";
    background-color: #FFF796;
  }
  #table03 td{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 0.8em;
  }
#table05 td {
    text-align: center;
    width: 15%;
    min-width: 80px;
    padding: 10px;
    height: 60px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 1em;
  }
  #table03 th,td{
    border: 1px solid #707070;
    color: #000;
  }
  #table03 td.red{
    color: #f00;
  }
  
  #table03 .head {
    background-color: #FFF796;
  }
  
  /* tab */
  @media only screen and (max-width: 768px) {
    #table03 {
      display: block;
      overflow-x: scroll;
      white-space: nowrap;
    }
    #table03 .fixed {
      position: sticky;
      left: 0;
    }
    #table03 td{
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 700;
        font-size: 0.8em;
      }
    #table05 .fixed:before {
      content: "";
      position: absolute;
      top: 0;
      left: -1px;
      right: -1px;
      height: 100%;
      border-left: 1px solid #707070;
      border-right: 1px solid #707070;
    }
  }
.inner_contents .auto_repair_contents .sub_contents .table_area .txt_b {
    color: #333333;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 1,2rem;
    text-align: left;
    margin-bottom: 1.5%;
}
.inner_contents .auto_repair_contents .sub_contents .table_area .txt {
    color: #333333;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    text-align: left;
    margin-bottom: 1%;
}

.inner_contents .auto_repair_contents .sub_contents .txt_block h3 {
    padding: 0.8rem 0;
    margin-bottom: 1rem;
    background-image: linear-gradient(90deg, #268822 0 10%, #dedede 10%);
    background-repeat: no-repeat;
    background-size: 100% 10%;
    background-position: bottom;
    color: #323232;
    font-size: 2rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}
.inner_contents .auto_repair_contents .sub_contents .txt_block02 h3 {
    padding: 0.8rem 0;
    margin-bottom: 1rem;
    background-image: linear-gradient(90deg, #1996F5 0 10%, #dedede 10%);
    background-repeat: no-repeat;
    background-size: 100% 10%;
    background-position: bottom;
    color: #323232;
    font-size: 2rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}
.inner_contents .auto_repair_contents .sub_contents .txt_block .sub_title {
    color: #323232;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
}
.inner_contents .auto_repair_contents .sub_contents .txt_block02 .sub_title {
    color: #323232;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
}
.inner_contents .auto_repair_contents .sub_contents .txt_block .plan {
    color: #268822;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    margin-bottom: 2%;
}
.inner_contents .auto_repair_contents .sub_contents .txt_block .plan .bg_plan{
    background: #268822;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    padding: 1% 2%;
    margin-right: 2%;
}
.inner_contents .auto_repair_contents .sub_contents .txt_block .txt {
    color: #333333;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1rem;
}
.inner_contents .auto_repair_contents .sub_contents .txt_block02 .txt {
    color: #333333;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1rem;
}
.btn_area {
    max-width: 300px;
    margin: 0 auto;
  }
  a.btn_02 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #0094F8;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 2% 16% 2% 12%;
    color: #0094F8;
    font-size: 16px;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
  }
  a.btn_02:hover {
    background: #0094F8;
    color: #fff;
  }
  a.btn_02:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 8px;
    border-color: transparent transparent transparent #0094F8;
    position: absolute;
    top: 50%;
    right: 6%;
    margin-top: -7px;
  }
  a.btn_02:hover:after {
    border-color: transparent transparent transparent #fff;
  }


.inner_contents .auto_repair_contents .sub_contents .car_loan_img {
    width: 55%;
    margin: 0 auto;
    border: 1px solid #000;
    margin-bottom: 3%;
    background-color: #14358a;
}
.inner_contents .auto_repair_contents .sub_contents .catch_copy {
    margin: 0 auto;
    padding: 1%;
    border: 3px solid #268822;
    color: #268822;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    width: 62%;
}
@media screen and (max-width:768px) {
.inner_contents .auto_repair_contents .main_title{
        font-size: 1.6rem;
    }
    /* コンテンツ　auto_repair　カーローン*/
.inner_contents .auto_repair_contents .sub_contents .sub_contents_icon img{
    width: 15%;
}

.inner_contents .auto_repair_contents .sub_contents .main_title{
    font-size: 1.4rem;
}
.inner_contents .auto_repair_contents .sub_contents .txt_block{
    text-align: left;
    margin-bottom: 5%;
}
.inner_contents .auto_repair_contents .sub_contents .txt_block h3 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
}
.inner_contents .auto_repair_contents .sub_contents .txt_block02 h3 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
}
.inner_contents .auto_repair_contents .sub_contents .txt_block .plan {
    font-size: 1rem;
    margin-bottom: 2%;
}
.inner_contents .auto_repair_contents .sub_contents .txt_block .plan .bg_plan{
    margin-right: 2%;
}
.inner_contents .auto_repair_contents .sub_contents .txt_block .sub_title {
    color: #323232;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
}
.inner_contents .auto_repair_contents .sub_contents .txt_block .txt {
    color: #333333;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
}
.inner_contents .auto_repair_contents .sub_contents .txt_block02 .txt {
    color: #333333;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
}
.inner_contents .auto_repair_contents .sub_contents .car_loan_img {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 10%;
}
.inner_contents .auto_repair_contents .sub_contents .catch_copy {
    padding: 1%;
    font-size: 1rem;
    width: 90%;
}
.inner_contents .auto_repair_contents .sub_contents .table_area{
    margin:0 auto 5% auto;
    width: 100%;
    border: none;
}
.inner_contents .auto_repair_contents .sub_contents .table_area h4{
    padding: 1rem;
    font-size: 1.8rem;
}
.inner_contents .auto_repair_contents .sub_contents .table_area h4:before {
    left: calc(50% - 50px);
    width: 100px;
}

.btn_area {
    max-width: 70%;
    margin: 10% auto;
  }
  
.inner_contents .auto_repair_contents .sub_contents .table_area .tag_cloud_area{
    margin:5% auto 0 auto;
    display: flex;
    flex-wrap:wrap;
}
.inner_contents .auto_repair_contents .sub_contents .table_area .tag_cloud_area .tag_cloud{
    border:2px solid #1996F5;
    color:#1996F5;
    padding:6px;
    margin:6px;
    border-radius:25px;
    text-decoration:none;
    font-size:0.8em;
    width: 45%;
    display: block;
}
.inner_contents .auto_repair_contents .sub_contents .table_area .txt_b {
    font-size: 0.8rem;
    margin-bottom: 1.5%;
}
.inner_contents .auto_repair_contents .sub_contents .table_area .txt {
    font-size: 0.8rem;
    margin-bottom: 1%;
    font-feature-settings: "palt";
}
}


/* コンテンツ　company */
.inner_contents .company_contents{
    margin: 0 auto;
    text-align: center;
}
.inner_contents .company_contents .main_title{
    margin: 0 auto;
    color: #0C2F73;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 2.4rem;
    text-align: center;
    font-feature-settings: "palt";
    margin-bottom: 7%;
}
.inner_contents .company_contents table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1rem;
    color: #222;
    margin-bottom: 8%;
  }
  .inner_contents .company_contents table th {
    width: 22%;
    background: #EEE;
    border: 1px solid #EEE;
    border-right:1px solid #EEE;
	border-bottom:1px solid #fff;
	border-left:1px solid #EEE;
    box-sizing: border-box;
    padding: 30px 0px 30px 50px;
    vertical-align: middle;
    text-align: left;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
  }
  .inner_contents .company_contents table td {
    background: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 30px 30px 30px 50px;
    vertical-align: top;
    text-align: left;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
  }
  @media all and (max-width: 767px) {
   .inner_contents .company_contents table {
        width: 98%;
        font-size: 0.9rem;
        margin:0 auto 8% auto;
      }
   .inner_contents .company_contents table th {
        display: block;
        width: 100%;
        border-bottom: none;
        padding: 20px 0px 20px 30px;
      }
   .inner_contents .company_contents table td {
        display: block;
        width: 100%;
        border-bottom: none;
        padding: 20px 0px 20px 30px;
    }
   .inner_contents .company_contents table tr:last-child td:last-child {
    border-bottom: 1px solid #ccc;
    }
  }
  .inner_contents .company_contents .message_area .message_photo{
    margin-bottom: 2%;
  }
  .inner_contents .company_contents .message_area .message_txt{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #222;
    text-align: left;
    font-size: 1.1rem;
    line-height: 2.2rem;
    margin-bottom: 5%;
}
.inner_contents .company_contents .message_area .sign_area .position_right{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #222;
    font-size: 1.1rem;
    font-feature-settings: "palt";
    width: 30%;
    margin-left: 75%;
    margin-bottom: 2%;
}
.inner_contents .company_contents .message_area .sign_area .president_name{
    width: 16%;
    margin-left: 84%;
}

@media screen and (max-width:768px) {
    .inner_contents .company_contents .main_title{
        margin: 0 auto;
        color: #0C2F73;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 700;
        font-size: 1.6rem;
        text-align: center;
        font-feature-settings: "palt";
        margin-bottom: 7%;
    }
    .inner_contents .company_contents .message_area .message_txt{
        font-size: 0.9rem;
        line-height: 1.8rem;
        margin-bottom: 5%;
        font-feature-settings: "palt";
    }
    .inner_contents .company_contents .message_area .sign_area .position_right{
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        color: #222;
        font-size: 0.9rem;
        font-feature-settings: "palt";
        width: 60%;
        margin-left: 40%;
        margin-bottom: 2%;
    }
    .inner_contents .company_contents .message_area .sign_area .president_name{
        width: 30%;
        margin-left: 65%;
    }
    
    
}
/* コンテンツ　access */
.inner_contents .access_contents{
    margin: 0 auto;
    text-align: center;
}
.inner_contents .access_contents .main_title{
    margin: 0 auto;
    color: #0C2F73;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 2.4rem;
    text-align: center;
    font-feature-settings: "palt";
    margin-bottom: 7%;
}
.inner_contents .access_contents .map_contents{
    display: flex;
}
.inner_contents .access_contents .map_contents .map_area{
    width: 50%;
    height: 330px;
    border: 1px solid #000;
}
.inner_contents .access_contents .map_contents .map_txt_area{
    width: 50%;
    padding-left: 3%;
}
.button03 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1em 2em;
    width: 300px;
    color: #2285b1;
    font-size: 18px;
    font-weight: 700;
    border: 2px solid #2285b1;
  }
  .button03 a::after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #2285b1;
    border-right: 3px solid #2285b1;
    transform: rotate(45deg);
  }
  .button03 a:hover {
    color: #333333;
    text-decoration: none;
    background-color: #a0c4d3;
  }
  .button03 a:hover::after {
    border-top: 3px solid #333333;
    border-right: 3px solid #333333;
  }
.inner_contents .access_contents .map_contents .map_txt_area .map_txt{
    width: 100%;
    text-align: left;
    color: #323232;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 10%;
}
.inner_contents .access_contents .map_contents .map_txt_area .map_txt h3{
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
}
.inner_contents .access_contents .map_contents .map_txt_area .map_txt h3 .blue{
    color: #0C2F73;
}
.inner_contents .access_contents .map_contents .map_txt_area .map_txt p{
    font-size: 1.1rem;
    padding-left:1.2em;
    margin-bottom: 0.5rem;
    font-weight: 400;
}
@media screen and (max-width:768px) {
.inner_contents .access_contents .main_title{
        font-size: 1.6rem;
    }
.inner_contents .access_contents .map_contents{
        flex-direction: column;
    }
.inner_contents .access_contents .map_contents .map_area{
        display: flex;
        flex-direction: row;
        width: 98%;
        margin: 0 auto 10% auto;
    }
.inner_contents .access_contents .map_contents .map_txt_area{
        width: 100%;
        padding-left: 3%;
    }
.inner_contents .access_contents .map_contents .map_txt_area .map_txt{
        width: 100%;
        margin-bottom: 10%;
    }
.inner_contents .access_contents .map_contents .map_txt_area .map_txt h3{
        font-size: 1.2rem;
        margin-bottom: 0.7rem;
    }
.inner_contents .access_contents .map_contents .map_txt_area .map_txt h3 .blue{
        color: #0C2F73;
    }
.inner_contents .access_contents .map_contents .map_txt_area .map_txt p{
        font-size: 0.9rem;
        padding-left:1.2em;
        margin-bottom: 0.5rem;
    }
}
/* コンテンツ　privacy */
.inner_contents .privacy_contents{
    margin: 0 auto;
}
/* privacy */

#privacy{
    padding: 10% 0 10% 15%;
    color: #0C2F73;
}

.inner_contents .privacy_contents{
    margin: 0 auto;
}
.inner_contents .privacy_contents .lead_txt{
    color: #393939;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    margin-bottom: 3%;
}
.inner_contents .privacy_contents .txt_block{
    margin-bottom: 4%;
}
.inner_contents .privacy_contents .txt_block h2 {
    padding: 0.8rem 0;
    margin-bottom: 1rem;
    background-image: linear-gradient(90deg, #0094F8 0 10%, #dedede 10%);
    background-repeat: no-repeat;
    background-size: 100% 10%;
    background-position: bottom;
    color: #323232;
    font-size: 2rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}
.inner_contents .privacy_contents .txt_block .txt {
    color: #333333;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
}
.inner_contents .privacy_contents .txt_block ul, ol {
  padding: 0.5em 0.5em 0.5em 2em;/*ボックス内の余白*/
  margin-bottom: 1.5em;
}
.inner_contents .privacy_contents .txt_block ul li, ol li {
  line-height: 1.5; /*文の行高*/
  padding: 0.2em 0; /*前後の文との余白*/
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  list-style-type: disc;
}

@media screen and (max-width:768px) {
#service{
    padding: 30% 0 10% 30px;
}
.inner-contents .privacy_contents{
    width: 95%;
    margin: 0 auto;
}
.inner_contents .privacy_contents .lead_txt{
    font-size: 0.8rem;
    margin-bottom: 3%;
}
.inner_contents .privacy_contents .txt_block{
    margin-bottom: 4%;
}
.inner_contents .privacy_contents .txt_block h2 {
    padding: 0.8rem 0;
    margin-bottom: 1rem;
    background-image: linear-gradient(90deg, #0094F8 0 30%, #dedede 30%);
    color: #323232;
    font-size: 1.2rem;
    font-feature-settings: "palt";
}
.inner_contents .privacy_contents .txt_block .txt {
    font-size: 0.8rem;
}
.inner_contents .privacy_contents .txt_block ul, ol {
  padding: 0.5em 0.5em 0.5em 2em;/*ボックス内の余白*/
  margin-bottom: 1.5em;
}
.inner_contents .privacy_contents .txt_block ul li, ol li {
  font-size: 0.8rem;
}
}

/* コンテンツ　contact */
.inner_contents .contact_contents{
    margin: 0 auto;
}
.inner_contents .contact_contents h4{
    color: #393939;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    margin-bottom: 3%;
    text-align: center;
}
.inner_contents .contact_contents .tel_banner_area{
    width: 60%;
    margin: 5% auto;
}
#formWrap {
	width:100%;
	margin:0 auto;
	color:#555;
	line-height:120%;
    background-color: #EEEEEE;
    padding: 5% auto;
    border: 1px solid #EEE;
}
#formWrap h3{
    color: #333333;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    margin: 5% auto 0 auto;
    text-align: center;
    padding-top: 5%;
}
#formWrap h4{
    color: #333333;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    margin: 1% auto;
    text-align: center;
}
#formWrap a{
    color: #0094F8;
}
#formWrap .check_area{
    margin: 3% auto 4% auto;
    text-align: center;
    color: #333333;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1rem;
}
#formWrap .submit_area{
    margin: 3% auto 10% auto;
    width: 65%;
    text-align: center;
}
#formWrap .submit_area .form_btn{
    display       : inline-block;
    font-size     : 1em;
    text-align    : center;
    cursor        : pointer;
    padding       : 2% 10%;
    border        : 1px solid #0094F8;
    color         : #0094f8;
    line-height   : 1em;
    transition    : .3s;
    margin: 3%;
    width: 220px;
}
  #formWrap .submit_area .form_btn:hover {
    color         : #fff;
    background    : #0094f8;
}
table.formTable{
	width:95%;
	margin:0 auto;
	border-collapse:separate;
    border-spacing: 0;
    padding: 5%;
    border-spacing: 0px 30px;
    table-layout: fixed;
}
table.formTable td,table.formTable th{
	padding:10px;
    color: #393939;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1rem;
}
table.formTable th{
	width:25%;
	text-align:left;
    padding: 3% 0;
}
table.formTable td{
	background:#fff;
    border: none;
    padding: 2% 0 2% 2%;
}
table.formTable td.bgnone{
	background:none;
    border: none;
    padding: 3% 0;
}
table.formTable td.bgnone .checkbtn{
	margin-right: 5%;
    line-height: 3em;
}
table.formTable .required_item{
    background-color: #F00079;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 0.8rem;
    padding: 1% 2%;
    margin-left: 1em;
}
/* コンテンツ　contact  SP*/
@media screen and (max-width:768px) {
.inner_contents .contact_contents h4{
        font-size: 0.8rem;
    }
.inner_contents .contact_contents .tel_banner_area{
        width: 95%;
        margin: 10% auto;
    }
#formWrap h3{
        font-size: 1rem;
        margin: 5% auto 0 auto;
    }
#formWrap h4{
        font-size: 0.8rem;
        line-height: 1.6rem;
        margin: 1% auto;
        text-align: center;
    }
#formWrap .check_area{
        margin: 5% auto 4% auto;
        font-size: 0.9rem;
    }
#formWrap .submit_area{
        margin: 3% auto 10% auto;
        width: 100%;
    }
#formWrap .submit_area .form_btn{
        font-size     : 0.8em;
        padding       : 5% 10%;
        line-height   : 0.7em;
        margin: 5% auto;
        width: 70%;
    }
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
    font-size: 0.8rem;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}