

@charset "UTF-8";
/* -----------------------------------------------

	スーパーがん保険（Ｖタイプ）
	CSSファイル

----------------------------------------------- */

.hdLevel2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {		/* SP */
	.hdLevel2 {
		text-align: center;
		margin-bottom: 10px;
	}
}
.hdLevel3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 8px;
}

/* 共通ルールの上書き
----------------------------------------------- */
#contents {
	margin-bottom: 0 !important;
}
.hdg1.index {
	text-align: left;
}
.hdg1.index .hdgLabel {
	border: none;
	padding: 0;
	color: #333333;
}
@media print, screen and (min-width: 768px) {	/* PC */
	.hdBoxBlankArea {
		text-align: left !important;
	}
}
@media only screen and (max-width: 767px) {		/* SP */
	.footerTop {
		padding: 40px 0 20px;
		margin-bottom: -50px;
	}
}
.footerTop .btnRow1-footerTop {
	background: transparent;
}
/* .bloNotNewRequest
----------------------------------------------- */
.bloNotNewRequest {
	display: flex;
	align-items: center;
	border: 2px solid #e2242c;
	padding: 10px 10px 8px;
	margin-bottom: 25px;
	color: #e2242c;
	font-size: 18px;
	font-weight: bold;
}
.bloNotNewRequest > img {
	align-self: flex-start;
	display: block;
	width: 24px;
	min-width: 24px;
	height: 24px;
	margin: 0 7px 3px 0;
}


/* #bloProductCaption 商品概要
----------------------------------------------- */
#bloProductCaption {
	margin-bottom: 30px;
	font-weight: bold;
	background: #f2f6fa;
}
@media print, screen and (min-width: 768px) {	/* PC */
	#bloProductCaption {
		padding: 30px 20px;
		font-size: 20px;
	}
	#bloProductCaption > .bloProductName {
		font-size: 24px;
	}
}
@media only screen and (max-width: 767px) {		/* SP */
	#bloProductCaption {
		padding: 30px 10px;
		text-align: center;
		font-size: 18px;
	}
	#bloProductCaption > .bloProductName {
		font-size: 20px;
	}
}


/* .bloTokucho 特長
----------------------------------------------- */
@media print, screen and (min-width: 768px) {	/* PC */
	.bloTokutyou {
		display: flex;
		font-size: 18px;
	}
	.bloTokutyou .bloTokutyouHead {
		min-width: 75px;
		font-size: 22px;
		font-weight: bold;
	}
}
@media only screen and (max-width: 767px) {		/* SP */
	.bloTokutyou {
		font-size: 17px;
	}
	.bloTokutyou .bloTokutyouHead {
		margin-bottom: 10px;
		font-size: 19px;
		font-weight: bold;
		text-align: center;
	}
}


/* #bloContentTableCaption 保障内容 - 表題
----------------------------------------------- */
@media print, screen and (min-width: 768px) {	/* PC */
	#bloContentTableCaption {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		margin-bottom: 10px;
	}
	#bloCaptionCase {
		font-size: 20px;
		font-weight: bold;
	}
}
@media only screen and (max-width: 767px) {		/* SP */
	#bloContentTableCaption {
		margin-bottom: 15px;
	}
	#bloCaptionCase {
		margin-bottom: 5px;
		font-size: 18px;
		font-weight: bold;
		text-align: left;
	}
	#bloCaptionCaseDetail {
		text-align: right;
	}
}


/* #bloContentTable 保障内容 - 表
----------------------------------------------- */
#bloContentTable {
	margin-bottom: 35px;
}
#bloContentTable * {
	box-sizing: border-box;
}
#bloContentTable > .itemContentTable {
	display: flex;
}
#bloContentTable .bdRight {
	border-right: 1px solid #d9d9d9;
}
#bloContentTable .bdBottom {
	border-bottom: 1px solid #d9d9d9;
}
@media only screen and (max-width: 767px) {		/* SP */
	#bloContentTable > .itemContentTable.headContentTable {
		display: none;
	}
}
#bloContentTable .cellWrapper {
	flex: 1;
	display: flex;
}
@media only screen and (max-width: 767px) {		/* SP */
	#bloContentTable .cellWrapper {
		flex-direction: column;
	}
}
#bloContentTable .cellWrapper > * {
	flex: 1;
	border-left: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
}
/* .cellHeading */
#bloContentTable .cellHeading {
	background: #f5f5f5;
	border-top: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
}
@media print, screen and (min-width: 768px) {	/* PC */
	#bloContentTable > .itemContentTable > .cellHeading {
		width: 280px;
		padding: 20px;
	}
	#bloContentTable .cellWrapper > .cellHeading {
		padding: 24px 20px 20px;
		font-size: 18px;
		font-weight: bold;
	}
}
@media only screen and (max-width: 767px) {		/* SP */
	#bloContentTable > .itemContentTable > .cellHeading {
		width: 50%;
		padding: 16px 12px;
	}
}
#bloContentTable .cellHeading a {
	display: inline-flex;
	color: #33b0e3;
	font-weight: bold;
	text-decoration: none;
}
#bloContentTable .cellHeading a:after {
	content: "";
	display: inline-block;
	background: url(/content/dam/shared/jp/ja/static/images/icon_link_question_circle.png) right 4px / 18px no-repeat;
	width: 24px;
}
@media print, screen and (min-width: 768px) {	/* PC */
	#bloContentTable .cellHeading a {
		font-size: 20px;
	}
}
@media only screen and (max-width: 767px) {		/* SP */
	#bloContentTable .cellHeading a {
		font-size: 18px;
	}
}
#bloContentTable .cellHeading > .description {
	margin-top: 7px;
}
@media print, screen and (min-width: 768px) {	/* PC */
	#bloContentTable .cellHeading > .description {
		font-size: 14px;
	}
}
#bloContentTable .cellHeading > .description .list {
	padding-left: 3em;
}
#bloContentTable .cellHeading > .description .bullet {
	color: #e2242c;
}
/* .cellData */
#bloContentTable .cellData {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
@media print, screen and (min-width: 768px) {	/* PC */
	#bloContentTable .cellData {
		justify-content: flex-end;
		padding: 20px 20px 10px;
	}
}
@media only screen and (max-width: 767px) {		/* SP */
	#bloContentTable .cellData:before {
		display: block;
		padding: 5px 15px;
		font-size: 16px;
		font-weight: bold;
		background: #f5f5f5;
	}
	#bloContentTable .cellData.cellContractor {
		border-right: 1px solid #d9d9d9;
	}
	#bloContentTable .cellData.cellContractor:before {
		content: "ご本人の保障";
	}
	#bloContentTable .cellData.cellFamily:before {
		content: "ご家族の保障";
		border-top: 1px solid #d9d9d9;
	}
}

#bloContentTable .cellData > p:last-child {
	font-size: 28px;
	font-weight: bold;
	text-align: right;
}
@media print, screen and (min-width: 768px) {	/* PC */
	#bloContentTable .cellData > p:nth-last-child(2) {
		flex: 1;
	}
}
@media only screen and (max-width: 767px) {		/* SP */
	#bloContentTable .cellData > p:nth-last-child(2) {
		padding: 5px 10px;
		font-size: 12px;
	}
	#bloContentTable .cellData > p:last-child {
		padding: 0 10px;
		font-size: 24px;
	}
}

/* #bloContentTableOther 保障内容 - その他
----------------------------------------------- */
#bloContentTableOther {
	padding: 30px 25px;
	margin-bottom: 15px;
	background: #f5f5f5;
}
@media only screen and (max-width: 767px) {		/* SP */
	#bloContentTableOther {
		padding: 20px 15px;
		margin-bottom: 15px;
		background: #f5f5f5;
	}
}

/* #bloContentTableNote 保障内容 - 注釈
----------------------------------------------- */
@media print, screen and (min-width: 768px) {	/* PC */
	#bloContentTableNote {
		line-height: 1.8;
	}
}


/* #bloInsuranceReview 保障の見直し
----------------------------------------------- */
#bloInsuranceReview {
	padding: 40px 0;
	margin-bottom: 45px;
	background: #e9f1f3;
}
/* 商品 */
#bloInsuranceReview > #bloInsuranceContainer {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 20px 0 10px;
}
@media only screen and (max-width: 767px) {		/* SP */
	#bloInsuranceReview > #bloInsuranceContainer {
		flex-flow: column nowrap;
	}
}
#bloInsuranceReview > #bloInsuranceContainer > .itemInsurance {
	display: flex;
	flex-flow: column nowrap;
	width: calc(50% - 15px);
}
@media only screen and (max-width: 767px) {		/* SP */
	#bloInsuranceReview > #bloInsuranceContainer > .itemInsurance {
		width: 100%;
	}
}
#bloInsuranceReview .itemInsurance > div {
	padding: 0 25px;
}
#bloInsuranceReview .itemInsurance > .cellInsuranceType {
	padding-top: 25px;
	font-size: 15px;
	text-align: right;
}
#bloInsuranceReview .itemInsurance > .cellInsuranceFeature {
	margin-bottom: 10px;
	font-size: 19px;
	font-weight: bold;
}
#bloInsuranceReview .itemInsurance > .cellInsuranceLogo {
	align-self: center;
	display: block;
	width: 300px;
	height: auto;
}
@media only screen and (max-width: 767px) {		/* SP */
	#bloInsuranceReview .itemInsurance > .cellInsuranceLogo {
		width: 240px;
		margin-bottom: 10px;
	}
}
#bloInsuranceReview .itemInsurance > .cellInsuranceDetail {
	display: block;
	border-top: 1px solid #e6e6e6;
	padding: 20px 25px 0px;
	margin-top: auto;
	color: #33b0e3;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}
#bloInsuranceReview .itemInsurance > .cellInsuranceForm {
	border-top: 0px;
	padding: 5px 25px 20px;
}
@media print, screen and (min-width: 768px) {	/* PC */
	#bloInsuranceReview #bloInsuranceNote {
		line-height: 1.8;
	}
}




