@charset "utf-8";
/* CSS Document */
.fleetNav {
    padding: 0 20px 40px 20px;
}
.fleetNav h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.fleetNav .fleetAnchor {
    border: solid 1px #e7e7e7;
    border-bottom: none;
}
.fleetNav .fleetAnchor:nth-of-type(4) {
    border-bottom: solid 1px #e7e7e7;
}
.fleetAnchor + h2 {
    margin-top: 40px;
}
.fleetAnchor h3 {
    background: #f5f3f2;
    padding: 10px 20px;
    font-weight: bold;
    border-bottom: solid 1px #e7e7e7;
}
.fleetAnchor a {
    display: block;
    padding: 20px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: bold;
    color: #000;
}
.fleetAnchor a + a {
    border-top: solid 1px #e7e7e7;
}
.fleetAnchor a > br:first-of-type {
    display: none;
}
.fleetAnchor a span {
    font-weight: normal;
    font-size: 14px;
    margin-top: 10px;
}
.fleetAnchor a figure {
    margin-top: -5px;
}
.fleetAnchor a figure img {
    width: 100%;
    max-width: 260px;
    height: auto;
    margin: 0 auto;
}
.fleetNav .service {
    border: solid 1px #e7e7e7;
    padding: 15px;
}
.fleetNav .service li {
    position: relative;
    padding-left: 15px;
}
.fleetNav .service li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 13px;
}
.fleetNav .service li:not(:last-of-type) {
    margin-bottom: 5px;
}
.fleetNav .service p {
    margin-top: 20px;
    font-size: 14px;
}
.fleetBox {
    padding: 0 20px 40px 20px;
}
.fleetBox h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.fleetInfo h3 {
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    background: #f5f3f2;
    border: solid 1px #e7e7e7;
    border-bottom: none;
}
.fleetInfo h3 span {
    display: inline-block;
    font-size: 14px;
    margin-left: 10px;
    font-weight: normal;
}
.fleetInfo .slider {
    border: solid 1px #e7e7e7;
    padding: 20px;
}
.fleetInfo dl {
    border: solid 1px #e7e7e7;
    border-top: none;
}
.fleetInfo dt:first-of-type {
    border-top: none;
}
.fleetInfo dt {
    background: #f5f3f2;
    padding: 10px 20px;
    border-top: solid 1px #e7e7e7;
    border-bottom: solid 1px #e7e7e7;
}
.fleetInfo dd {
    padding: 10px 20px;
}
.fleetInfo dd span {
    font-size: 14px;
    margin-top: 10px;
}
.fleetBox .fleetInfo:not(:last-of-type) {
    margin-bottom: 40px;
}
.fleetBox .baseBtn {
    margin-top: 40px;
}
@media screen and (min-width: 600px) {
    .fleetNav h2 {
        font-size: 22px;
    }
    .fleetNav .fleetAnchor {
        display: grid;
        grid-template-columns: 1fr 2fr;
        grid-template-rows: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }
    .fleetNav .fleetAnchor:first-of-type h3, .fleetNav .fleetAnchor:nth-of-type(4) h3 {
        grid-area: 1 / 1 / 3 / 2;
    }
    .fleetNav .fleetAnchor:first-of-type a, .fleetNav .fleetAnchor:nth-of-type(4) a {
        grid-area: 1 / 2 / 2 / 3;
        display: block;
    }
    .fleetAnchor h3 {
        padding: 0;
        border: none;
        display: grid;
        justify-items: center;
        align-items: center;
    }
    .fleetAnchor a {
        border-top: none !important;
        position: relative;
        padding: 50px 30px;
    }
    .fleetAnchor a figure {
        margin: 0;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
    }
    .fleetNav .service {
        padding: 30px;
    }
    .fleetNav .service ul {
        display: flex;
        flex-wrap: wrap;
    }
    .fleetNav .service li {
        margin-right: 20px;
        margin-bottom: 10px !important;
    }
    .fleetNav .service p {
        font-size: 16px;
        margin-top: 10px;
    }
    .sp-thumbnails {
        display: block;
    }
	.fleetBox{
		max-width: 1182px;
		margin: 0 auto;
	}
    .fleetBox h2 {
        font-size: 22px;
    }
    .fleetInfo h3 {
		font-size: 20px;
    }
	.fleetInfo h3 span{
		font-size: 16px;
	}
    .fleetInfo dl {
        display: flex;
        flex-wrap: wrap;
    }
    .fleetInfo dt {
        width: 30%;
        background: #f5f3f2;
        padding: 20px;
        border-top: solid 1px #e7e7e7;
        border-bottom: solid 1px #e7e7e7;
    }
    .fleetInfo .slider {
        padding: 40px;
        box-sizing: border-box;
        position: relative;
    }
    .fleetInfo dd {
        width: 70%;
        padding: 20px;
    }
    .fleetInfo dd:not(:last-of-type) {
        border-bottom: solid 1px #e7e7e7;
    }
    .fleetInfo dd:last-of-type {
        width: 100%;
    }
    .fleetBox .fleetInfo:not(:last-of-type) {
        margin-bottom: 60px;
    }
	.fleetBox .slider{
		position: relative;
		padding: 40px;
		box-sizing: border-box;
	}
}
@media screen and (min-width: 1023px) {
    .fleetNav {
        max-width: 1182px;
        margin: 0 auto;
    }
    .fleetNav .fleetAnchor .fleetAnchorNav {
        display: flex;
    }
    .fleetNav .fleetAnchor .fleetAnchorNav a {
        width: 50%;
    }
    .fleetAnchorNav a:nth-of-type(2) {
        border-left: solid 1px #e7e7e7;
    }
    .fleetAnchor a figure {
        top: 60%;
    }
    .fleetAnchor a:hover figure img {
        transform: scale(1.05);
        margin-right: 10px;
    }
    .fleetAnchor a:hover {
        background: #e7e5e3;
    }
    .fleetAnchor a figure img {
        width: 100%;
        max-width: 200px;
        height: auto;
        margin: 0 -10px 0 0;
        transition: all 0.2s;
    }
	.fleetInfo{
		display: flex;
		flex-wrap: wrap;
	}
    .fleetInfo h3 {
		width: 100%;
    }
	.fleetInfo .slider{
		width: 650px;
		padding: 40px;
		border-right: none;
	}
	.fleetInfo dl{
		width: calc(100% - 650px);
		border-top: solid 1px #e7e7e7;
	}
}