﻿
/* ----------　all　---------- */
.linkStyle{
	text-decoration: underline;
}
.linkStyle:hover{
	opacity: 0.7;
	transition: all 0.5s;
}


h2,h3 {
    font-weight: bold;
}

#fakeloader .fl {
    max-width: 300px;
}

/* nav */

.l-menu ul li a {
    color: #FFA371;
}

/* footer */


/* ----------　TOP　---------- */

/* main-img */

#main_img .main_img_inner {
    height: 75vh;
    background-image: url(Dup/img/main-copy.png);
    background-repeat: no-repeat;
    background-size: 42%;
    background-position: 100% 45%;
}

.main-ilu1 {
    max-width: 1050px;
    width: 55%;
    bottom: 0%;
    left: 10%;
    min-width: 400px;
}

.main-ilu2 {
    max-width: 450px;
    width: 30%;
    top: 10%;
    left: 5%;
    min-width: 300px;
}

/* top */

.con1_inner h2 {
    z-index: 0;
}

.con1_inner h2:before {
    content: "DO YOU HAVE ANY CAR PROBLEMS?";
    width: 100%;
    height: 70px;
    text-align: center;
    font-size: 50px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -65%;
    color: #FFBC97;
    opacity: 0.2;
    z-index: -1;
}

.con4_list li {
    width: 90%;
}

.icon {
    margin-top: 30px!important;
}

.icon p {
    display: block;
    font-size: 20px;
    font-weight: bold;
    background-color: #ffffff;
    border: 3px solid #FFBC97;
    border-radius: 50px;
}

#con3 .box .img {
    border-radius: 24px;
}

#con3 .title h3 {
    display: block;
    width: 55%;
    margin: 0 auto;
    padding: 20px;
    border-radius: 24px;
}

#con3 .title h3:before, #con3 .title h3:after {
    content: "";
    position: absolute;
}

#con3 .title h3:before {
    width: 70px;
    height: 180px;
    background-image: url(/Dup/img/hito.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: 0;
    bottom: -25px;
}

#con3 .title h3:after{
    width: 180px;
    height: 80px;
    background-image: url(/Dup/img/car2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    right: -45px;
    bottom: -25px;
}


/* top-cms */

.link_type2 .cate_box a {
    color: #fff;
}
.link_type2 .cate_box a:before, .link_type2 .cate_box a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
}
.link_type2 .cate_box a:after {
    top: 100%;
    background-color: #FF9333;
    transition: 0.5s;
	z-index: 3;
}
.link_type2 .cate_box a:hover:after {
    top: 0;
}
.link_type2 .cate_box .txt_wrap {
    z-index: 2;
}
.link_type2 .more {
	letter-spacing: 3px;
    box-sizing: border-box;
	opacity: 0;
	transition: opacity .8s;
	z-index: 4;
}
.link_type2 .cate_box a:hover .more {
    opacity: 1;
}

/* ----------　下層ページ　---------- */

.pagetitle_img {
    mix-blend-mode: initial;
    background-position: 50% 70%;
}

.cate_list li a {
    color: #FF9333;
}


.cate_list li a:hover {
    color: #ffffff;
    background-color: #FF9333;
}

.g_type1 > div{justify-content: space-around;}
.g_type1 .modal_bt{cursor: pointer}
.g_type1 .modal_bg{top: 0;left: 0;background-color: rgba(0,0,0,0.5);z-index: 9998;}
.g_type1 .modal_box{max-height: 80%;overflow-y: auto;z-index: 9999;}
.g_type1 .close_bt{cursor: pointer}
.g_type1 .cate_box {position: relative;width: 22.99999%!important;margin: 0 1%;margin-bottom: 20px;overflow: hidden; }

@media all and (-ms-high-contrast:none){
.g_type1 .modal_box .box_txt2 a {padding: 8px 10px 2px;}
}

.pager li a {
    color: #FFA371;
}

.cate_btn:empty {
    display: none;
}

/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */


/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
    
#main_img .main_img_inner {
    height: 85vh;
    background-size: 80%;
    background-position: 50% 0%;
}

.main-ilu1 {
    width: 80%;
    bottom: 0%;
    left: 15%;
    min-width: initial;
}

.main-ilu2 {
    width: 25%;
    top: 55%;
    left: 10%;
    min-width: initial
}

.con1_inner h2 {
    margin-bottom: 60px;
}

.con1_inner h2:before {
    font-size: 35px;
    top: -115%;
}

.con4_list {
    margin: 20px auto;
    row-gap: 10px;
}

#con3 .title h3:before {
    width: 60px;
    height: 155px;
    left: -20px;
    bottom: -25px;
}

#con3 .title h3:after {
    width: 180px;
    height: 80px;
    right: -100px;
    bottom: -25px;
}

    
    
.g_type1 .cate_box {width: 30.99999%!important;}
    
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
    
#fakeloader .fl {
    max-width: 200px;
}
    
#main_img .main_img_inner {
    height: 65vh;
    background-size: 90%;
}

.main-ilu2 {
    width: 25%;
    top: 60%;
    left: 5%;
}

.con1_inner h2 {
    margin-bottom: 30px;
}

.con1_inner h2:before {
    font-size: 25px;
    top: -35%;
    /* opacity: 0.5; */
}

.con4_list li p {
    text-indent: -15px;
    padding-left: 15px;
    margin-left: 10px;
}

#con3 .title h3 {
    width: 90%;
}

#con3 .title h3:before {
    width: 35px;
    height: 100px;
    left: 0px;
    bottom: -25px;
}

#con3 .title h3:after {
    width: 80px;
    height: 70px;
    right: 0px;
    bottom: -30px;
}

.cate_list li a {
    font-size: 12px;
}


.link_type2 .cate_box a:after {
    display: none;
}
    
.g_type1 .cate_box {width: 47.99999%!important;}
    
}