﻿
body, footer {
font-family: 'M PLUS 1p', sans-serif !important;
}
.con_no, .cms_title .font_14up, .intro_wrap .font_bar, .title_wrap .d_inline_b {
font-family: 'Audiowide', cursive !important;
font-size: 45px;
}
h2, h3 {
  font-weight: bold;
}
.custom_txt {
    bottom: 6%;
    left: 2%;
}
.linkStyle {
  color: #01c4b4;
}
.custom_img {
    width: 300px;
    bottom: 16%;
    left: 2%;
}
.custom_title {
    width: 100%;
    max-width: 1000px;
    right: 0%;
    top: 10%;
}
#contents .con_bg {
border-top-left-radius: 400px;
border-bottom-left-radius: 400px;
}
/*.icon_car {
    position: absolute;
    width: 10%;
    top: -30px;
    left: 70px;
}*/
.intro_wrap {
    width: 100%!important;
    margin-top: -50px;

   /*padding: 15px;*/
   /* background-color: #ffffff;*/
}
.intro_wrap .font_bar {
    font-size: 30px;
}
.cms_2-a .fa-chevron-left:before, .cms_2-a .fa-chevron-right:before {
  display: none;
}
#page_title .title_wrap p {
    color: #02c4b5;
}
.intro_wrap {
	position: relative;
}
/*.intro_wrap:before {
    position: absolute;
    content: "";
    background-color: #01c4b4;
    background-size: 100%;
    background-position: center;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
transform: rotate(-5deg);
}
.intro_wrap:after {
    position: absolute;
    content: "";
    background-color: #ffffff;
    background-size: 100%;
    background-position: center;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
transform: rotate(3deg);
    border: 2px solid #ffbe08;
}*/
#top_cms .cms_title h3 {
    font-size: 24px;
    color: #333;
    position: relative;
    top: 90px;
    z-index: 1;
}

#top_cms .font_14up {
    margin-top: -70px;
    font-size: 100px;
    opacity: 0.2;
    color: #02c4b5;
    margin-bottom: -100px;
}
.cms_2-a .cate {
    text-align: center;
}
.top_cms1 {
text-align: left;
}
.cate_list li {
    max-width: 100%;
    text-align: left;
}
.pager .txt_color1 {
    color: #01c4b4;
}
.hvr_txt_white:hover {
    color: white;
}
#cms_1-a .border_color2 {
    border-color: #999999;
}
/*******************コンテンツアニメ*******************************/
.demo_item{
	width: 50px;
    height: 50px;
    border-radius: 10px;
    background-image: url(/img/demo/car/101.png);
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    

}
.demo_item.anime{
    animation-name: upDown;
    animation-iteration-count: infinite;
    animation-duration: 0.1s;
    animation-direction: alternate;
    animation-timing-function: steps(2);
    transition-duration: .3s;
    transition-property: transform;
}


.demo_stage {
    position: relative;
    width: 100%;
    height: 50px;
    top: 0px;
    display: block;
    border-bottom: solid #fff 1px;
}


.demo_wrap{
	display: block;
    position: absolute;
    top: 20px;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-duration: 15s;
    animation-iteration-count: 1;
	margin-right: -25px;
}
.demo_wrap[data-order="left"] {
    animation-name: GoLeft;
}
.demo_wrap[data-order="right"] {
    animation-name: GoRight;
}

[data-order="right"] > .demo_item {
    transform: rotateY(180deg);
}
@keyframes GoLeft {
    0% {
        right: 10%;
    }
    100% {
        right: 90%;
    }
}
@keyframes GoRight {
    0% {
        right: 90%;
    }
    100% {
        right: 10%;
    }
}

@keyframes upDown {
    0% {
        top: 0;
    }
    100% {
        top: 3px;
    }
}
/**********************************************/
/********************タブレット************************************/
@media screen and (max-width: 768px) {
#custom .custom_box {
    background-image: url(./Dup/img/top_img_tb.jpg)!important;
}
.custom_img {
    width: 237px;
    bottom: 16%;
    left: 36%;
}
.custom_txt {
    bottom: 6%;
    left: 21%;
    font-size: 28px;
}
.intro_left {
    padding-top: 50px;
}
#contents .con_bg {
border-top-left-radius: 200px;
border-bottom-left-radius: 0px;
}
#page07 .info_box .info_txt {
    width: 73%!important;
}
#page07 .info_box .info_title {
width: 27%!important;
}
#top_cms .cms_title h3 {
    font-size: 24px;
    color: #333;
    position: relative;
    top: 65px;
    z-index: 1;
}
#top_cms .font_14up {
    margin-top: -70px;
    font-size: 80px;
    opacity: 0.2;
    color: #02c4b5;
    margin-bottom: -100px;
}
.cms_2-a .cate_title {
    width: 30%;
    margin: 0 auto 30px;
}
}
/********************スマホ******************************/
@media screen and (max-width: 667px) {
.custom_txt {
    bottom: 6%;
    left: 12%;
    font-size: 17px;
}
.custom_img {
    width: 150px;
    bottom: 16%;
    left: 31%;
}
.intro_wrap .font_bar {
    font-size: 30px;
}
.intro_title .d_inline_b {
    display: inline-block;
    font-size: 22px;
}
.title_wrap .d_inline_b {
    font-family: 'Audiowide', cursive !important;
    font-size: 30px;
}
#page07 .info_box .info_title {
    width: 90%!important;
}
#page07 .info_box .info_txt {
    width: 90%!important;
}
#top_cms .cms_title h3 {
    font-size: 21px;
    color: #333;
    position: relative;
    top: 37px;
    z-index: 1;
}
#top_cms .font_14up {
    margin-top: -65px;
    font-size: 60px;
    opacity: 0.2;
    color: #02c4b5;
    margin-bottom: -100px;
}
.cms_2-a .cate_title {
    width: 50%;
    margin: 0 auto 30px;
}
}

@media all and (-ms-high-contrast:none) {
#cms_2-a .cate .cate_title {
    padding-top: 10px !important;
}

#cms_6-a .cate .cate_title {
    padding-top: 10px !important;
}

#cms_5-a .cate .cate_title span:last-of-type {
    padding-top: 2px !important;
}

#page09 a {
    padding-top: 1px !important;
}

}
