@charset "utf-8";

/**
 *
 *  よくあるご質問  page_04
 *
 */
 
/*--------------------------------------------------------------------------
	#page_first
---------------------------------------------------------------------------*/
	.sec {
	}
/*	.page_first::before {
		background: #FFDE5E !important;
	}*/
/*	#page_first .sec00 {
		background: linear-gradient(180deg, #FFDE5EE3, #FFDE5E, #FFDE5E, #FFDE5E, #59A6F5D6, #2475C8EF);
	}*/
	#page_first .page_first_bg {
		background: url(../../carsense-rentacar/images/index/top_sec02bg.jpg) no-repeat 50% 0;
		background-position: center;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.page_first {
		height: 590px !important;
		min-height: inherit !important;
	}
	.page_first #page_choice ul {
		max-width: inherit !important;
	}
	.page_first #page_choice li a {
		display: flex !important;
		width: 150px !important;
		height: 50px !important;
		padding-left: 30px !important;
		border: solid 3px #00000000;
		border-radius: 13px !important;
		align-items: center;
		justify-content: center;
	}
	.page_first #page_choice li a::before {
		bottom: 20% !important;
		transform: translate(0, -50%);
	}
	.page_first #page_choice li::after {
		bottom: -9px;	
	}


/*--------------------------------------------------------------------------
	#pages_sec01
---------------------------------------------------------------------------*/
	#pages_sec01 #content {
		width: 100%;
		max-width: 1210px;
	}
 
/*--------------------------------------------------------------------------
	#pages_sec04
---------------------------------------------------------------------------*/
	#pages_sec04 {
		margin-bottom: 100px;
	}


/*--------------------------------------------------------------------------
	.content_sec
---------------------------------------------------------------------------*/

.content_sec .mid-contents h2.Faq-title {
	position: relative;
	background-color: transparent;
	border-bottom: solid 1px #333;
	margin: 1.6em 0;
	padding: .6em 0 .5em;
    font-size: 2.8rem;
	text-align: left;
}

.content_sec .mid-contents summary.Accordion-Title::before {
    content: "Q";
    display: flex;
    background: #006EAC;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    margin-left: 5px;
    color: #FFF;
    font-size: 2.1rem;
    font-weight: normal;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.content_sec .mid-contents div.Accordion-Body::before {
    content: "A";
    display: flex;
	position: absolute;
    left: 20px;
    background: #FFDE5E;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    margin-left: 5px;
    color: var(--arkp--icn--color--a);
    font-size: 2.1rem;
    font-weight: normal;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.content_sec .mid-contents summary.Accordion-Title {
    display: flex;
    position: relative;
    background: #dbdbdb;
	border-radius: 7px;
    margin-bottom: 20px;
	padding: 1em 1em;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3em;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
}
.content_sec .mid-contents summary.Accordion-Title > span:nth-of-type(1) {
    width: 85%;
    margin-left: 3%;
}

.content_sec .mid-contents div.Accordion-Body {
    display: flex;
    position: relative;
    margin-bottom: 40px;
    padding: 1em 1.2em;
    opacity: 1;
    overflow: hidden;
	flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end;
    transition: padding .25s, height .25s, opacity .25s, visibility .25s;
}

div.Accordion-Body > *.Accordion-text {
	width: 85%;
    margin: 0 40px 0 20px;
	font-size: 1.6rem;
    text-align: justify;
	line-height: 1.7em;
}
div.Accordion-Body > ul.Accordion-text {
    margin: 0px 10px 0 0;
}

details[open] > summary.Accordion-Title .Accordion-icon {
	transform: rotate(180deg);
}
details[open] > summary.Accordion-Title .Accordion-icon::after {
	opacity: 0;
}
.Accordion-icon {
    position: relative;
}
.Accordion-icon {
    display: block;
    flex: 0 0 auto;
    height: 1em;
    position: relative;
    text-align: center;
    transition: transform .25s;
    width: 1em;
}
.Accordion-icon::after {
    content: "";
    height: 100%;
    transition: opacity .25s;
    width: 2px;
}
.Accordion-icon::before {
    content: "";
    height: 2px;
    width: 100%;
}
.Accordion-icon::after,
.Accordion-icon::before {
    background-color: #000;
    inset: 0;
    margin: auto;
    position: absolute;
}








/* @sp **************************************************/
@media all and (max-width: 1100px){
	.content_sec .logo_list,
	.content_sec .purchaser_list {
		padding: 10% 0;
	}
	.content_sec .logo_list img {
		max-width: 120px;
		margin: 3%;
	}
	.content_sec .logo_list dl {
		width: 80vw;
		margin: 10px auto;
		padding: 3% 8%;
	}
	.content_sec .logo_list p,
	.content_sec .purchaser_list p {
		left: 0;
		font-size: 1.65rem;
		margin-bottom: 5%;
	}
	.content_sec .logo_list div {
		margin: 0 auto;
		width: auto;
		font-size: 1.3rem;
	}
	.content_sec .mid-contents .mid_base,
	.content_sec .mid-contents .mid_base100 {
		width: 76vw;
		max-width: 76vw;
	}
	.content_sec .mid-contents dl img.hokenlogo55,
	.content_sec .mid-contents .mid_base img.hokenlogo55,
	.content_sec .mid-contents .mid_base100 img.hokenlogo55 {
		width: 100%;
	}
	dl.dl100per {
		width: 100%;
	}
	dl.dl100per dt {
		padding-bottom: 15px;
	}
	dl.dl100per .pp_service {
		padding: 10px 15px;
		border: 1px solid #2C2C2C;
	}
	div.Accordion-Body > *.Accordion-text {
		width: 85%;
		margin: 0 10px 0 65px;
	}
}