@charset "utf-8";

/* -----------------------------------------------

	Site: 
	Type: page styles
	URL: 
	Last Up Date: 
	Version: 1.0
	Author: 
	
	----------------------------------------------
	
	Contents

		1.

----------------------------------------------- */


/* --- common --- */
body {
}
.pc{
    display: block;
}
.sp{
    display: none;
}
.tax{
    float: right;
}

/* --- header --- */
header{
    height: 280px;
}

/* --- ページごとのヘッダー画像(PC) --- */
#rentalcar header{
    background-image: url(../images/top_rentalcar.jpg);
}
#daiko header{
    background-image: url(../images/top_daiko.jpg);
}
#carsales header{
    background-image: url(../images/top_carsales.jpg);
}
#repair header{
    background-image: url(../images/top_repair.jpg);
}
#aboutus header,#contact header,#newslist header,#news header{
    background-image: none;
    height: 110px;
}
/* ------ */

header p{
    margin-top: 180px;
    text-align: center;
}
header p img{
    width: 360px;
}
/* --- Contents --- */
#Contents{
    margin-bottom: 35px;
}
.bread{
    font-size: 1.1rem;
    padding-top: 19px;
    text-align: center;
}
.title1{
    max-width: 800px;
    height: auto;
    margin: 30px auto;
    text-align: center;
}
.title1 h1{
    position: initial;
    position: static;
    background-image: initial;
    background-image: none;
    float: initial;
    clear: left;
    width: auto;
    height: auto;
    padding: 0;
    font-size: 4rem;
    color: #003b90;
    line-height: 27px;
    letter-spacing: 0.1em;
}
#rentalcar .title1 h1{
    padding-left: 20px;
}
#rentalcar .title1 h1 img{
    width: 208px;
}
#daiko .title1 h1 img{
    width: 166px;
}
#carsales .title1 h1 img{
    width: 274px;
}
#repair .title1 h1 img{
    width: 208px;
}
.title1 p{
    display: inline-block;
    font-size: 1.8rem;
    margin-top: 19px;
    color: #003b90;
    letter-spacing: 0.1em;
}

.lead{
    font-size: 2.4rem;
    max-width: 605px;
    line-height: 1.5em;
    text-align: center;
    margin: 0 auto 50px;
    letter-spacing: 0.1em;
}

.titleBox{
    max-width: 860px;
    height: auto;
    margin: 0 auto;
    padding: 0 30px 15px;
}
.titleBox p{
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 2em;
}
p.ast{
    padding-left: 1em;
    text-indent: -1em;
}
h2{
    width: 100%;
    height: auto;
    background-color: #003b90;
    color: #fff;
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    padding: 15px 90px;
    text-align: center;
    font-weight:700;
    margin: 30px 0;
}
h3{
    width: 100%;
    height: auto;
    border: 1px solid #003b90;
    border-radius: 30px;
    color: #003b90;
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    padding: 15px 90px;
    text-align: center;
    font-weight:700;
    margin: 30px 0;
}
h4{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #003b90;
    color: #003b90;
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    padding: 0 90px 15px;
    text-align: center;
    font-weight:700;
    margin: 30px 0;
}
h5{
    width: 100%;
    height: auto;
    color: #003b90;
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    font-weight:700;
    margin: 30px 0;
}
.listBox{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    margin:10px 0 0 5px;
}
.listBox ul{
    list-style: disc;
    padding-left: 20px;
}
.listBox ul li{
    margin-bottom: 10px;
    line-height: 1.7em;
}
.listBox ol{
    list-style: decimal;
    padding-left: 20px;
}
.listBox ol li{
    margin-bottom: 10px;
    line-height: 1.7em;
}
h6{
    width: 100%;
    height: auto;
    color: #003b90;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    font-weight:700;
    margin: 30px 0;
}
.imageBox{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px; 
    max-width: 800px;
    height: auto;
}
.image{
    max-width: 360px;
    margin-bottom: 10px;
}
.imageBox p{
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 2em;
}
.titleBox img{
    margin: 30px auto 0;
}
.imageSingle{
    text-align: center;
}
.imageSingle img{
    max-width: 100%;
}

table{
    width: 100%;
    margin: 30px auto 0;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1.5em;
}
table:last-of-type{
    margin-bottom: 0;
}
table th{
    width: 250px;
    height: auto;
    color: #fff;
    background-color: #003b90;
    border-bottom: 1px solid #fff;
    padding: 19px;
}
table tr:first-of-type th{
    border-top: 1px solid #003b90;
}
table tr:last-of-type th{
    border-bottom: 1px solid #003b90;
}
table td{
    text-align: center;
    border: 1px solid #003b90;
    padding: 19px;
}
table.reverse th{
    border-bottom: none;
    border-right: 1px solid #fff;
}
table.reverse th:last-of-type{
    border-right: 1px solid #003b90;
}




@media screen and (max-width: 768px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    header{
        height: 235px;
    }
    
/* --- ページごとのヘッダー画像(スマホ) --- */
    #rentalcar header{
        background-image: url(../images/top_rentalcar_sp.jpg);
    }
    #daiko header{
        background-image: url(../images/top_daiko_sp.jpg);
    }
    #carsales header{
        background-image: url(../images/top_carsales_sp.jpg);
    }
    #repair header{
        background-image: url(../images/top_repair_sp.jpg);
    }
/* ------ */
    
    header p{
        margin-top: 152px;
    }
    header p img{
        width: 300px;
    }
    .title1{
        margin-top: 22px;
    }
    .title1 h1{
        font-size: 23px;
        letter-spacing: 0.05em;
    }
    #rentalcar .title1 h1{
        padding-left: 10px;
    }
    #rentalcar .title1 h1 img{
    width: 121px;
    }
    #daiko .title1 h1 img{
    width: 97px;
    }
    #carsales .title1 h1 img{
    width: 158px;
    }
    #repair .title1 h1 img{
    width: 97px;
}
    .title1 p{
        font-size: 1.2rem;
        margin-top: 15px;
    }
    
    .lead{
        font-size: 2.0rem;
        margin-bottom: 0;
    }
    .title2, .title3, .title4, .title5, .title6{
        margin-top: 19px;
        padding-bottom: 9px;
    }
    h2, h3, h4{
        padding: 11px;
        font-size: 1.8rem;
    }
    .title2 p,.title3 p,.title4 p,.title5 p{
        margin-top: 20px;
        line-height: 1.7em;
    }
    h5{
        text-align: center;
    }
    .imageBox{
        margin: 20px auto 30px;
        max-width: 360px;
    }
    .image{
        margin-bottom: 19px;
    }
    .image:last-of-type{
        margin-bottom: 0;
    }
    .image img{
        max-width: 100%;
    }
    table{
        width: 100%;
        font-size: 1.2rem;
    }
    table th{
        padding: 10px 5px;
        width: 75px;
    }
    table td{
        padding: 10px 5px;
    }
}