@charset "utf-8";

/**
 *
 *  保険と補償  page_05
 *
 */
 
/*--------------------------------------------------------------------------
	#page_first
---------------------------------------------------------------------------*/
	.sec {
	}
	.page_first::before {
		background: #F7F7F7 !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: 350px !important;
		min-height: inherit !important;
	}
 
/*--------------------------------------------------------------------------
	#pages_sec01
---------------------------------------------------------------------------*/
	#pages_sec01 #content {
		width: 100%;
		max-width: 1210px;
	}
 
/*--------------------------------------------------------------------------
	#pages_sec04
---------------------------------------------------------------------------*/
	#pages_sec04 {
		margin-bottom: 100px;
	}


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

.content_sec .mid-contents .Insurance_container {
    margin: 16px auto 70px;
}
.content_sec .mid-contents .Insurance_container > div {
	width: 90%;
	margin: auto;
}
.content_sec .mid-contents .Insurance_container > div hr {
	margin-bottom: 20px;
}
.content_sec .mid-contents .Insurance_faq {
    padding: 0 7rem;
}
.content_sec .mid-contents h3 {
    background: #DBDBDB;
    border-radius: 7px;
    padding: 1em 7rem;
    margin-bottom: 30px;
	font-size: 2.0rem;
    font-weight: bold;
    text-align: left;
    color: #0088D8;
}
.content_sec .mid-contents h4 {
    padding: 0;
	font-size: 2.0rem;
    font-weight: bold;
    text-align: left;
    color: #0088D8;
}
.content_sec .mid-contents p {
	position: relative;
    margin-bottom: 20px;
    font-size: 1.6rem;
    text-align: justify;
    line-height: 1.7em;
	z-index: 1;
}
.content_sec .mid-contents p.Plans {
    display: flex;
/*    border: 2px solid #0088DC;*/
    border-radius: 0.6em;
/*    max-width: 550px;*/
/*    padding: 15px;*/
    margin: 0;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;
}
.content_sec .mid-contents p > span:not(.Caution),
.content_sec .mid-contents td > span:not(.Caution) {
	position: relative;
    margin: 0 5px;
    padding: 0 3px;
    font-size: 2.7rem;
}
.content_sec .mid-contents p > span.InsurancePrices,
.content_sec .mid-contents td > span.InsurancePrices {
    font-size: 3.0rem;
}
.content_sec .mid-contents p > span:not(.Caution)::after,
.content_sec .mid-contents td > span:not(.Caution)::after {
	content: '';
	display: inline-block;
	position: absolute;
    left: 0;
	background: #F5E52B;
	width: 100%;
	height: 0.8em;
	z-index: -1;
}
.content_sec .mid-contents p > span:not(.Caution)::after,
.content_sec .mid-contents td > span:not(.Caution)::after {
	bottom: 5%;
}
.content_sec .mid-contents table,
.content_sec .mid-contents ul {
    font-size: 1.6rem;
    text-align: justify;
    line-height: 1.7em;
}
.content_sec .mid-contents table {
    display: flex;
    border: 2px solid #0088DC;
    border-radius: 0.6em;
	margin: 10px 0;
    padding: 15px;
    flex-wrap: nowrap;
    flex-direction: column;
}
.content_sec .mid-contents thead {
    font-weight: 500;
}
.content_sec .mid-contents thead th {
	width: 100%;
    border-bottom: 1px solid #0088DC;
    padding: 0 15px 15px 15px;
}
.content_sec .mid-contents tr:last-of-type {
    border-top: none;
    border-bottom: none;
}
.content_sec .mid-contents th,
.content_sec .mid-contents td {
    padding: 15px;
}
.content_sec .mid-contents td {
    padding-left: 50px;
}
.content_sec .mid-contents th {
	width: 20%;
    text-align: center;
    letter-spacing: 0.15em;
}
.content_sec .mid-contents th + td {
	width: 80%;
    text-align: left;
	z-index: 1;
}
.content_sec .mid-contents .CDWPlan thead span:nth-of-type(1) {
	font-size: 1em !important;
}
.content_sec .mid-contents .CDWPlan td > span:nth-of-type(1)::after,
.content_sec .mid-contents .NOCPlan td > span:nth-of-type(1)::after {
	content: none !important;
}
.content_sec .mid-contents .NOCPlan thead th {
	width: 100% !important;
	text-align: center;
}
.content_sec .mid-contents .NOCPlan th {
    display: flex;
    width: 50% !important;
    justify-content: center;
    align-items: center;
}
.content_sec .mid-contents .NOCPlan td {
	display: flex;
	width: 50% !important;
	flex-wrap: wrap;
	align-items: baseline;
	align-content: center;
}
.content_sec .mid-contents .CDWPlan td > span:not(.Caution):nth-of-type(1),
.content_sec .mid-contents .NOCPlan td > span:not(.Caution):nth-of-type(1) {
	font-size: 1em;
    padding: 0px 20px;
}
.content_sec .mid-contents tr {
    display: flex;
    border-bottom: 1px solid #0088DC;
}
.content_sec .mid-contents tr > th + td:nth-of-type(1) {
    border-left: 1px solid #0088DC;
	font-size: 2.2rem;
    font-weight: 500;
}


.content_sec .mid-contents ul {
    margin-bottom: 20px;
    padding: 0 2rem;
	list-style: circle;
}


.content_sec .mid-contents p.Caution {
	width: 95%;
	margin-bottom: 15px;
	font-size: 1.1rem;
	text-align: justify;
	color: #292C30;
}
.content_sec .mid-contents span.Caution {
	display: inline-block;
	padding-left: 5px !important;
	font-size: 1.1rem !important;
	text-align: justify;
	color: #292C30;
}
.content_sec .mid-contents .casestudy li {
	list-style: none;
}


.content_sec .mid-contents div.Accordion-Body {
	margin-bottom: 40px;
}
.content_sec .mid-contents summary.Accordion-Title {
	margin-bottom: 40px;
}


	.arrows {
		top: 0 !important;
	}
	/*ここまで通常はpage_commonへ記載*/

	.page_first #page_title p {
		width: 260px;
	}


/* @sp **************************************************/
@media all and (max-width: 1100px){
	.content_sec .mid-contents h2.Faq-title {
		font-size: 2.2rem;
		text-align: center;
	}
	.content_sec .mid-contents .CDWPlan td > span:not(.Caution):nth-of-type(1),
	.content_sec .mid-contents .NOCPlan td > span:not(.Caution):nth-of-type(1) {
		padding: 0px 10px;
	}
	.content_sec .mid-contents .Insurance_faq {
		padding: 0 2rem;
	}
	.content_sec .mid-contents p > span:not(.Caution),
	.content_sec .mid-contents td > span:not(.Caution) {
		font-size: 1.8rem;
	}
	.content_sec .mid-contents div:not(.NOC) table.NOCPlan:nth-of-type(1) tr {
		flex-wrap: wrap;
	}
	.content_sec .mid-contents div:not(.NOC) table.NOCPlan:nth-of-type(1) tr > th + td:nth-of-type(1) {
		border-left: none;
		border-top: 1px solid #0088DC;
	}
	.content_sec .mid-contents div.NOC table.NOCPlan:nth-of-type(1) tr {
		flex-wrap: nowrap;
	}
	.content_sec .mid-contents div.NOC table.NOCPlan:nth-of-type(1) tr > th + td:nth-of-type(1) {
		border-left: 1px solid #0088DC;
		border-top: none;
	}
	.content_sec .mid-contents div:not(.NOC) table.NOCPlan:nth-of-type(1) th,
	.content_sec .mid-contents div:not(.NOC) table.NOCPlan:nth-of-type(1) td {
		width: 100% !important;
	}
	.content_sec .mid-contents th {
		width: 30%;
	}
	.content_sec .mid-contents th + td {
		width: 70%;
	}
	.content_sec .mid-contents p {
		font-size: 1.4rem;
	}
	.content_sec .mid-contents p.Plans {
		text-align: center;
	}
	.content_sec .mid-contents h3 {
		padding: 1em 4rem;
		margin-bottom: 30px;
		font-size: 2.0rem;
	}
	.content_sec .mid-contents th,
	.content_sec .mid-contents td {
		padding: 5px;
	}
	.content_sec .mid-contents td {
		padding-left: 20px;
	}
	.content_sec .mid-contents td.tate {
		padding-left: 5px !important;
	}
	.content_sec .mid-contents .NOCPlan td {
		justify-content: center;
	}
	.content_sec .mid-contents tr > th + td:nth-of-type(1) {
		font-size: 1.5rem;
	}
	.content_sec .mid-contents th {
        font-size: 1.3rem;
/*		text-align: left;*/
        letter-spacing: 0.05em;
	}
	.content_sec .mid-contents summary.Accordion-Title > span:nth-of-type(1) {
		width: 70%;
	}
	.content_sec .mid-contents table,
	.content_sec .mid-contents ul {
		font-size: 1.2rem;
	}
	div.Accordion-Body > ul.Accordion-text {
		margin: 0px 10px 0 65px;
		padding: 0 0rem 0 1rem;
	}
}