
/* メインビジュアル上バナーエリア */
.mainvisual__banner {
	width: 100%;
	height: 58px;
	background: #FFDB5D;
	text-align: center;
}

.mainvisual__bannerLink{
	display: block;
}

.mainvisual__bannerImagePc {
	display: none;
}

/* 990px以上 */
@media screen and (min-width: 990px){

	.mainvisual__banner {
		height: 50px;
	}

	.mainvisual__bannerImagePc {
		display: inline-block;
	}

	.mainvisual__bannerImageSp {
		display: none;
	}

}


/*******************************************
	mainvisual
*******************************************/


.mainvisual{
	position: relative;
	text-align: center;
	color: #fff;
}

/* ABテスト終了後に削除 */
.mainvisualB{
	display: none;
}

.mainvisual__inner{
	position: relative;
	padding: 30px 0 20px;
}

/* ABテスト終了後に削除 */
.mainvisual__innerB{
	padding-bottom: 0;
	background: #00B9F5;
}

.mainvisual__car{
	background: #00B9F5;
}
.mainvisual__outdoor{
	background: #00C67E;
}
.mainvisual__skiing{
	background: #3895FF;
}
.mainvisual__golf{
	background: #5CC85D;
}
.mainvisual__bicycle{
	background: #FF7B46;
}
.mainvisual__personal{
	background: #7889F7;
}
.mainvisual__heatStroke{
	background: #FD5C5C;
}
.mainvisual__covid19{
	background: #1DCECE;
}
.mainvisual__oversea{
	background: #467DDD;
}
.mainvisual__medical{
	background: #FFB900;
}
.mainvisual__influenza{
	background: #4D5ACF;
}
.mainvisual__pet{
	background: #FFB2B2;
	color: #002970;
}
.mainvisual__rentersFire{
	background: #A1E5C8;
	color: #004E2C;
}
.mainvisual__covidCare{
	background: #8AE7E7;
	color: #002970;
}
.mainvisual__smartphone{
	background: #BADAFF;
	color: #002970;
}


.mainvisual__catch{
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	padding: 0 16px;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 22px;
}
.mainvisual__catchPet{
	border-color: #002970;
}
.mainvisual__catchRentersFire{
	border-color: #004E2C;
}
.mainvisual__catchCovidCare{
	border-color: #002970;
}
.mainvisual__catchSmartphone{
	border-color: #002970;
}

.mainvisual__title{
  margin-top: 8px;
	font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
}

.mainvisual__titleAsterisk{
  font-size: 11px;
  vertical-align:top;
}
.mainvisual__underTextArea{
	background: #fff;
	color: #242323;
}

.mainvisual__underText{
	text-align: left;
	padding: 12px 24px;
}

.mainvisual__titleAttention{
	display:inline-block;
	position:relative;
	z-index: 1;
}
.mainvisual__titleAttention:after{
	content: "";
	width: 102%;
	height: 10px;
	background: #D39900;
	position: absolute;
	left: 50%;
	bottom: 2px;
	transform: translate(-50%, 0);
	z-index: -1;
}

.mainvisual__titleTextMin{
	font-size: 16px;
	font-weight: bold;
}

.mainvisual__titleSubText{
	font-weight: bold;
	font-size: 14px;
	line-height: 1.4;
}

.mainvisual__image{
	height: 200px;
	width: 200px;
}

.section__buttonPrimary {
  display: inline-flex;
  width: 100%;
  height: 44px;
  border: 1px solid #3895ff;
  color: #ffffff;
  font-size: 14px;
  background: #3895ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.section__button {
  display: inline-flex;
  width: 100%;
  height: 44px;
  border: 1px solid #3895ff;
  color: #3895ff;
  font-size: 14px;
  background: #ffffff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}


/* ABテスト終了後に削除 */
.mainvisual__imageB{
	display: block;
	margin: 8px auto 0;
}

/* ABテスト終了後に削除 */
.mainvisual__feature {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 12px;
	padding: 0 16px;
	background: linear-gradient(#00B9F5 0%, #00B9F5 50%, #fff 50%, #fff 100%);
}

/* ABテスト終了後に削除 */
.mainvisual__featureItem {
	width: 100%;
	font-size: 14px;
	color: #242323;
	font-weight: bold;
	text-align: center;
	padding: 16px 4px;
	border: 2px solid #00B9F5;
	border-radius: 12px;
	background-color: #fff;
}

/* ABテスト終了後に削除 */
.mainvisual__featureItem:not(:first-of-type) {
	margin-left: 6px;
}

/* ABテスト終了後に削除 */
.mainvisual__marker {
	background: linear-gradient(transparent 60%, #96E5FF 0%);
}


/*賠償の横幅問題対応*/

@media screen and (max-width: 374px){
	.mainvisual__titleMin{
		letter-spacing: 0;
	}
}


.mainvisual__navigation{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
}

.mainvisual__navigation .current{
  background: #FFFFFF;
}


.mainvisual__navigationInner{
	width:8px;
	height: 8px;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	margin: 0 4px;
}

.mainvisual__qrArea{
	display: none;
}


/******
	pc
******/
@media screen and (min-width: 768px){

	.mainvisual__inner{
		max-width: 990px;
		margin: 0 auto;
		padding: 44px 0 36px;
	}

	/* ABテスト終了後に削除 */
	.mainvisualB{
		background: #00B9F5;
	}

	.mainvisual__innerB {
		padding-bottom: 36px;
	}

	.mainvisual__catch{
		font-size: 28px;
		padding: 0 16px;
		border: 2px solid #FFFFFF;
		border-radius: 44px;
	}

	.mainvisual__catchPet{
		border-color: #002970;
	}

	.mainvisual__catchRentersFire{
		border-color: #004E2C;
	}

	.mainvisual__catchCovidCare{
		border-color: #002970;
	}

	.mainvisual__catchSmartphone{
		border-color: #002970;
	}

	.mainvisual__title{
		margin-top: 16px;
		font-size: 48px;
	}

	.mainvisual__titleSubText{
		font-size: 24px;
	}

	.mainvisual__titleAsterisk{
		font-size: 22px;
	}

	.mainvisual__titleTextMin{
		font-size: 32px;
	}

	.mainvisual__underText{
		padding-top: 12px;
		margin: 0 auto;
		font-size: 16px;
		max-width: 770px;
	}

	.mainvisual__image{
		height: 372px;
		width: auto;
	}

	/* ABテスト終了後に削除 */
	.mainvisual__imageB{
		display: block;
		margin: 16px auto 0;
	}

	.mainvisual__navigation{
		margin-top: 32px;
	}


	.mainvisual__qrArea{
		display: block;
		position: absolute;
		right: 0;
		bottom:44px;
		background: #fff;
		padding:20px 16px;
	}

	.mainvisual__qrAreaTitle{
		color: #242323;
		font-size: 16px;
		font-weight: bold;
	}
	.mainvisual__qrImage{
		margin-top: 8px;
	}

	.mainvisual__qrAreaText{
		color: #242323;
		font-size: 10px;
		margin-top: 8px;
	}

	/* ABテスト終了後に削除 */
	.mainvisual__feature {
		max-width: 372px;
		margin-right: auto;
		margin-left: auto;
		background: unset;
	}

	.section__buttonPrimary{
		max-width: 240px;
	}

}

/****************************
	carousel
****************************/


.mainvisual__carouselArea{
  height: 290px;
  position: relative;
}

.mainvisual__carouselArea .carousel{
    position: absolute;
    top: 0px;
    left: 0%;
    width: 100%;
}


.controls .controlButton span {
    position: absolute;
    top: -999em;
    left: -999em;
}

.controls .controlButton {
    display: block;
    overflow: hidden;
    margin: 0;
    border: 0;
    padding: 0;
    background-color: transparent;
    opacity: 1;
    transition: opacity 120ms;

}
.controls .controlButton:focus{
    outline: none;
    border: none;
}
.controls .next, .controls .prev{
  position: absolute;
}

.controls .next {
    left: inherit;
    right: 0;
    margin-left: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.controls .prev {
    left: 0;
    right: inherit;
    margin-right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


.controls .next, .controls .prev {
    top: 50%;
    width: 36px;
    height: 36px;
    background: rgba(0, 0, 0, 0.1);
    transform: translateY(-50%);
}
.controls .next{
    border-radius: 8px 0px 0px 8px;
}
.controls .prev{
    border-radius: 0px 8px 8px 0px;
}



.controls .next::before, .controls .next::after, .controls .prev::before, .controls .prev::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    display: block;
    width: 3px;
    height: 16px;
    border-radius: 2px;
    background-color: #fff;
    transform-origin: 50% 50%;
}


.controls .next::before, .controls .next::after {
    right: calc(50% - 3.5px);
}
.controls .prev::before, .controls .prev::after {
    left: calc(50% - 3.5px);
}
.controls .next::after, .controls .prev::after {
    bottom: calc(50% - 3.5px);
}
.controls .prev::before, .controls .prev::after {
    left: calc(50% - 3.5px);
}
.controls .next::after, .controls .prev::before {
    transform: rotate(-45deg);
}
.controls .next::before, .controls .prev::after {
    transform: rotate(45deg);
}
.controls .next::before, .controls .prev::before {
    top: calc(50% - 3.5px);
}


@media screen and (min-width: 768px){

.controls .next, .controls .prev {
    width: 72px;
    height: 72px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.1);
    transform: translateY(-50%);
}

.controls .next::before, .controls .next::after, .controls .prev::before, .controls .prev::after {
    width: 5px;
}

.mainvisual__carouselArea{
  height: 590px;
  position: relative;
}

.mainvisual__carouselArea .carousel{
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    position: absolute;
}
.controls .next, .controls .prev {
    top: 50%;
    width: 72px;
    height: 72px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.1);
    transform: translateY(-50%);
}


}


/********************
  movie
********************/


.movieTitle {
  font-size: 24px;
  font-weight: bold;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.movieTitleInner{
  text-align: center;
  line-height: 1.2;
}
.movieTitleSub{
  font-size: 16px;
}
.movieTitle::before,
.movieTitle::after {
  background-color: #FFB900;
  border-radius: 5px;
  content: "";
  height: 3px;
  width: 60px;
}
.movieTitle::before {
  margin-right: -15px;
  transform: rotate(70deg);
}
.movieTitle::after {
  margin-left: -15px;
  transform: rotate(-70deg);
}
.movieArea{
  text-align: center;
  margin-bottom: 56px;
}
.movieContents{
  width: 327px;
  height: 183px;
}
/******
  pc
******/
@media screen and (min-width: 768px){

  .movieContents{
    width: 560px;
    height: 315px;
  }
}

/****************************
	mainvisual__underArea buttonArea移行
****************************/

.mainvisual__underArea{
    padding: 24px 16px 0;
    text-align: center;
}
.mainvisual__underAreaTextCatch{
	text-align: left;
	margin-bottom: 24px;
}
.mainvisual__underAreaText{
	font-weight: bold;
	font-size: 16px;
	color: #242323;
}
.mainvisual__underAreaTextCovidCare{
	font-size: 13px;
}
.mainvisual__underAreaTextSmall{
	font-size: 12px;
	margin-top: 8px;
}

/******
	pc
******/
@media screen and (min-width: 768px){
	.mainvisual__underAreaTextCatch{
	font-size: 16px;
	margin:0 auto 56px;
	max-width: 770px;
	}
	.mainvisual__underAreaText{
		font-size: 24px;
		margin:0 auto;
	}
	.mainvisual__underAreaTextSmall{
		font-size: 16px;
	}
	.mainvisual__underAreaRentersFire{
		padding-top: 56px;
	}
	.mainvisual__underAreaPaddingTop{
		padding-top: 56px;
	}
}

/****************************
	buttonArea *削除予定
****************************/

.buttonArea{
	background: #fff;
	padding:24px 16px 0;
	text-align: center;
}
.buttonArea__catch{
	font-weight: bold;
	font-size: 16px;
	color: #242323;
}
@media screen and (max-width: 374px){
	.buttonArea__catchMin{
		white-space: nowrap;
	}
}

.buttonArea__catchAsterisk{
	font-size: 10px;
	vertical-align: top;
}
.buttonArea__catchSubText{
  font-size: 12px;
  color: #606060;
  margin-top: 24px;
}

.buttonArea__mainButton{
	margin: 24px auto 0;
}
.buttonArea__mainButtonExplain{
  margin-bottom: 16px;
  font-size: 12px;
  color: #242323;
}
.buttonArea__mainButtonInner{
	position: relative;
	display: block;
	width: auto;
	font-weight: bold;
	font-size: 20px;
	height: 56px;
	color: #fff;
	line-height: 56px;
	background: #FC6600;
	border-radius: 30px;
}
.buttonArea__mainButtonInner:after{
	content: "";
	position: absolute;
  right: 22px;
  top: 24px;
	width: 10px;
	height: 10px;
	border-right: 3px solid #fff;
	border-top: 3px solid #fff;
	display: inline-block;
	transform: rotate(45deg);
}

/******
	pc
******/
@media screen and (min-width: 768px){
	.buttonArea{
		padding:56px 0;
	}

	.buttonArea__catch{
		font-size: 24px;
		margin:0 auto;
	}
	.buttonArea__catchAsterisk{
		font-size: 16px;
	}
	.buttonArea__catchSubText{
	  font-size: 16px;
	  color: #606060;
	  margin-top: 30px;
	}

	.buttonArea__AppButton{
		display: none;
	}
	.buttonArea__mainButtonExplain{
		font-size: 20px;
	  margin-bottom: 20px;
	}

	.buttonArea__mainButtonInner{
		margin: 0 auto;
		height: 88px;
		line-height: 88px;
		width: 504px;
		border-radius: 38px;
		font-size: 38px;
	}
	.buttonArea__mainButtonInner:after{
		content: "";
		position: absolute;
		right: 32px;
		top: 34px;
		width: 20px;
		height: 20px;
		border-right: 4px solid #fff;
		border-top: 4px solid #fff;
		display: inline-block;
		transform: rotate(45deg);
	}

}


/****************************
	overseaAttentionArea
****************************/


.overseaAttentionArea{
  margin-top: 36px;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  margin:24px 16px 0;
}

.overseaAttentionArea__inner{
  display: block;
  padding:12px 43px 12px 20px;
  background: url("../images/iconArrowright.png") no-repeat right 10px center;
  background-size:24px 24px;
}

.overseaAttentionArea__text{
  font-size: 16px;
  padding-left:45px;
  background: url("../images/iconAttentionNoColord.png") no-repeat left center;
  background-size:32px 32px;
  font-weight: bold;
}

/******
  pc
******/
@media screen and (min-width: 768px){

  .overseaAttentionArea{
    width:443px;
    margin:0 auto;
  }


}

/****************************
	covidInfoBox
****************************/

.covidInfoBox{
	margin:24px 24px 0;
	padding:12px;
	background: #E5F1FF;
	border-radius: 8px;
	text-align: center;
}
.covidInfoBox__text{
	font-size: 12px;
	color:#242323;
}

/******
  pc
******/
@media screen and (min-width: 768px){

	.covidInfoBox{
		width: 772px;
		margin-left: auto;
		margin-right: auto;
	}
  
}

/****************************
	rentersFireLeadBox
****************************/

.rentersFireLeadBox{
	border-radius: 8px;
	border: 1px solid #A1E5C8;
	background: #FFF;
	max-width: 634px;
	margin: 24px auto 0;
	padding: 16px 12px 16px 16px;
	font-size: 14px;
}
.rentersFireLeadBox__title{
	display: flex;
	flex-direction: column;
	align-items: center;
	font-weight: bold;
}
.rentersFireLeadBox__titleSub{
	color: #FC6600;
}
.rentersFireLeadBox__titleMain{
	font-size: 16px;
}
.rentersFireLeadBox__contents{
	display: flex;
	align-items: center;
}
.rentersFireLeadBox__text{
	margin-top: 8px;
	text-align: left;
}
.rentersFireLeadBox__image{
	width: 88px;
	margin-left: 9px;
}

/******
  pc
******/
@media screen and (min-width: 768px){

	.rentersFireLeadBox{
		padding: 16px;
	}
	.rentersFireLeadBox__contents{
		align-items: flex-start
	}
	.rentersFireLeadBox__image{
		margin-top: -42px;
	}
}

/****************************
	covidCareRecommendGraph
****************************/
.covidCareRecommendGraph{
	max-width: 327px;
	margin: 28px auto 0;
}
.covidCareRecommendGraphImage{
	width: 100%;
	height: auto;
}
.covidCareRecommendGraphCaption{
	text-align: left;
	margin-top: 8px;
	font-size: 12px;
	color: #606060;
}

/******
  pc
******/
@media screen and (min-width: 768px){

	.covidCareRecommendGraph{
		max-width: 770px;
		margin-top: 128px;
	}
}

/*******************************************
	mainArea
*******************************************/


.mainArea{
	margin-top: 56px;
	padding-right: 16px;
	padding-left: 16px
}

.mainArea:last-child {
	margin-bottom: 56px;
}

.mainArea__bgOdd{
	background: #F7F7F7;
}

.mainArea__title{
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	color: #242323;
}
.mainArea__titleSmall{
	font-size: 16px;
	color: #606060;
}

.mainArea__title:after{
	content:"";
	display: block;
	width: 40px;
	height: 4px;
	background: #FFB900;
	border-radius: 2px;
	margin: 17px auto 0;
}

.mainArea__subTitle{
  margin-top: 32px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}


.mainArea__secondTitle {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	color: #606060;
	margin-top: 24px;
}

.mainArea__button {
	display: flex;
	width: 100%;
	height: 44px;
	border: 1px solid #3895ff;
	color: #3895ff;
	font-size: 14px;
	font-weight: bold;
	background: #ffffff;
	border-radius: 8px;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	max-width: 328px;
	margin: 0 auto;
}

/******
	pc
******/
@media screen and (min-width: 768px){
	.mainArea{
		margin-top: 120px
	}

	.mainArea:last-child {
		margin-bottom: 120px;
	}

	.mainArea__inner{
		width: 770px;
		margin:0 auto;
	}

	.mainArea__title{
		font-size: 32px;
	}
	.mainArea__titleSmall{
		font-size: 24px;
	}
	.mainArea__title:after{
		content:"";
		display: block;
		width: 80px;
		height: 8px;
		background: #FFB900;
		border-radius: 4px;
		margin: 24px auto 0;
	}
  .mainArea__subTitle{
    font-size: 20px;
  }
  .mainArea__secondTitle{
    font-size: 24px;
  }
	.mainArea__button {
		height: 56px;
		border: 2px solid #3895ff;
		font-size: 20px;
	}
}


/****************************
	medicalFreeExplanationArea
****************************/

.medicalFreeExplanationArea{
	margin:48px 16px 0;
	margin-top: 48px;
	position: relative;
	background: #FFF7E5;
	border-radius: 8px;
}

.medicalFreeExplanationArea__ribbon{
	position: absolute;
	top:-17px;
	left: 50%;
	transform: translate(-50%, 0);
}

.medicalFreeExplanationArea__inner{
	padding: 48px 0 24px;
	text-align: center;
}

.medicalFreeExplanationArea__title{
	color: #242323;
	font-weight: bold;
	font-size: 16px;
}

.medicalFreeExplanationArea__text{
	margin-top: 8px;
	font-size: 14px;
	margin-bottom: 16px;
}



.medicalFreeExplanationArea__stepTitle{
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  color: #242323;
  background: #FFB900;
  border-radius: 13px 13px 13px 0px;
  padding:2px 16px 1px;
}
.medicalFreeExplanationArea__stepTop{
  border-radius: 0px 13px 13px 13px;
}
.medicalFreeExplanationArea__stepInner{
  margin-top: -12px;
  background: #FFF1D2;
  border: 2px solid #FFB900;
  border-radius: 0px 8px 8px 8px;
  padding:20px 12px 16px;
}
.medicalFreeExplanationArea__stepInnerDark{
  margin-top: -12px;
  background: #FFE3A3;
  border: 2px solid #FFB900;
  border-radius: 0px 8px 8px 8px;
  padding:20px 12px 16px;
}
.medicalFreeExplanationArea__stepInnerTitle{
  font-weight: bold;
  font-size: 14px;
  color: #242323;
  margin-bottom: 8px;
}
.medicalFreeExplanationArea__stepInnerLink{
  margin-left: 16px;
}

.medicalFreeExplanationArea__stepListText{
  font-size: 14px;
  color: #242323;
}

.medicalFreeExplanationArea__arrowBottom{
  margin: 10px auto;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #FFB900;
}



/******
	pc
******/
@media screen and (min-width: 768px){

	.medicalFreeExplanationArea{
		width: 662px;
		margin:80px auto 0;
	}

	.medicalFreeExplanationArea__inner{
		padding-bottom: 56px;
    padding-left:8px;
    padding-right:8px;
	}

	.medicalFreeExplanationArea__img{
		width: 100%;
		height: auto;
		max-width: 550px;
	}

  .medicalFreeExplanationArea__stepArea{
    margin-left:31px;
    margin-right:31px;
  }


  .medicalFreeExplanationArea__stepList{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .medicalFreeExplanationArea__stepListText{
    width: 50%;
  }

  .medicalFreeExplanationArea__stepListText1{
  	order:1;
  }
  .medicalFreeExplanationArea__stepListText2{
  	order:3;
  }
  .medicalFreeExplanationArea__stepListText3{
  	order:2;
  }
  .medicalFreeExplanationArea__stepListText4{
  	order:4;
  }
  .medicalFreeExplanationArea__stepListText5{
  	order:5;
  }



}


/****************************
	recommendArea
****************************/

.recommendArea__scene{
	margin: 24px 0 56px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.recommendArea__sceneInner:not(:first-child){
	margin-top: 24px;
}

.recommendArea__sceneInnerSection{
	margin:0 auto;
	display: flex;
  align-items: center;
  max-width: 327px;
}
.recommendArea__sceneInnerSectionTitle{
	order: 2;
	font-weight: bold;
	font-size: 16px;
	color: #606060;
	margin-left: 12px;
}

.recommendArea__sceneInnerSectionImageArea{
	order: 1;
}


/***
for bicycle
***/

.recommendArea__bicycleCaseStudy{
	margin-top: 60px;
	background: #FFF8F5;
	border-radius: 8px;
	padding:40px;
	text-align: center;
}


.recommendArea__bicycleCaseStudyText{
	margin-top: 24px;
	font-size: 14px;
	color: #242323;
}
.recommendArea__bicycleCaseStudyImage{
	margin-top: 16px;
}
@media screen and (max-width: 374px){
	.recommendArea__bicycleCaseStudyImage{
		width: 100%;
		height: auto;
	}
}

.recommendArea__bicycleCaseStudyAttention{
	margin-top: 16px;
	font-size: 18px;
	font-weight: bold;
	color: #242323;
}

.recommendArea__balloon{
  position: relative;
  margin-top: 14px;
  display: inline-block;
  padding: 10px 12px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  background: #FFB900;
  border-radius: 12px;
}

.recommendArea__balloon:before{
	position: absolute;
	content: "";
	border-top: 10px solid transparent;
	border-bottom: 10px solid #ffb902;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	width: 0;
	height: 0;
	top: -20px;
	right: 50%;
	margin-right: -10px;
}


.recommendArea__bicycleCaseStudySource{
	color: #606060;
	margin-top: 12px;
	font-size: 12px;
}

/***
for covid19
***/

.recommendArea__covidCaseStudy{
	margin-top: 60px;
}

.recommendArea__covidCaseStudyTitle{
	padding:12px;
	background: #8AE7E7;
	border-radius: 8px 8px 0px 0px;
	text-align: center;
	color: #004747;
	font-weight: bold;
	font-size: 16px;
}

.recommendArea__covidCaseStudyInner{
  padding:24px 18px;
  background: #DFF7F7;
  border-radius: 0 0 8px 8px;
}


.recommendArea__covidCaseStudyExplain{
	text-align: center;
	margin-top: 24px;
	font-weight: bold;
	color:#242323;
	font-size: 14px;
}

.recommendArea__covidCaseStudyExplainAsterisc{
  vertical-align: top;
  font-size: 10px;
}
.recommendArea__covidCaseStudyExplainText{
  text-align: center;
	color:#242323;
	font-size: 14px;
  margin-top: 8px;
  margin-bottom: 32px;
}


.recommendArea__covidCaseStudyElement{
	position: relative;
	padding-left: 28px;
	margin-top: 12px;
	font-size: 16px;
	color: #242323;
}

.recommendArea__covidCaseStudyElement:before{
	position: absolute;
	left:0;
  top: 5px;
	content:"";
	width:16px;
	height: 16px;
	border-radius: 16px;
	background: #41D9D9;
}
.recommendArea__covidCaseStudyText{
  color:#606060;
  font-size: 12px;
  margin-top: 4px;
  padding-left: 28px;
}

.recommendArea__covidCaseStudyButton{
	margin-top: 16px;
	text-align: center;
	border: 1px solid #00C2C2;
	border-radius: 8px;
	background: #fff;
	color:#00C2C2;
	height:44px;
	line-height: 44px;
}

.recommendArea__covidCaseStudyButtonText{
	margin-left: -10px;
	position: relative;
	color:#00C2C2;
	font-size: 14px;
}
.recommendArea__covidCaseStudyButtonText:after{
	content: "";
  position: absolute;
  top:0;
  right: -15px;
  width:10px;
  height: 10px;
  border-top: solid 3px #00C2C2;
  border-left: solid 3px #00C2C2;
  border-right: transparent;
  border-bottom: transparent;
  border-radius: 1px;
  transform-origin: 50% 50%;
  transform: rotate(225deg);
}

.recommendArea__covidCaseStudyHiddenArea{
	display: none;
}

.recommendArea__covidTermNote{
	margin-top: 48px;
	text-align: center;
}

.recommendArea__covidTermNoteTitleArea{
	background: #F7F7F7;
	border-radius: 8px;
	padding:14px 12px 12px;
}

.recommendArea__covidTermNoteTitle{
	padding: 3px 0 3px 27px;
	background: url(https://assets.paypay-insurance.co.jp/common/images/icon_advise_gray.png) no-repeat left center;
	background-size: 24px 24px;
	font-size: 14px;
	font-weight: bold;
	color: #242323;
}

.recommendArea__covidTermNoteTitleAreaText{
	text-align: left;
	margin-top: 10px;
	font-size: 12px;
	color: #606060;
}
.recommendArea__covidTermNoteText{
	text-align: left;
	margin-top: 16px;
	font-size: 12px;
	color: #606060;
}
.recommendArea__covidTermNoteImage{
	margin-top: 16px;
	width: 100%;
	height: auto;
}


/******
	pc
******/
@media screen and (min-width: 768px){

  .recommendArea__sceneColumnTwin {
    width:485px;
    margin-right: auto;
    margin-left:auto;
  }

	.recommendArea__sceneInner:not(:first-child){
		margin-top: 0;
	}
  .recommendArea__sceneColumnTwin .recommendArea__sceneInner{
    margin-bottom: 40px;
  }

	.recommendArea__scene{
		margin-top: 64px;
		flex-direction: row;
		justify-content:space-between;
	}

	.recommendArea__sceneInnerSection{
		flex-direction: column;
	}


	.recommendArea__sceneInnerSectionTitle{
		margin-top: 32px;
		font-size: 20px;
		text-align: center;
		margin-left: 0;
	}

	.recommendArea__sceneInnerSectionTitlePcMaxWidth{
		max-width: 200px;
	}

	.recommendArea__sceneInnerSectionImage{
		width: 200px;
		height: 200px;
	}

/***
for bicycle
***/

	.recommendArea__bicycleCaseStudy{
		margin-top: 12px;
		margin: 120px 24px 24px;
	}

	.recommendArea__bicycleCaseStudy	.mainArea__title{
		font-size: 24px;
	}

	.recommendArea__bicycleCaseStudy	.mainArea__title:after{
		width: 40px;
		height: 4px;
	}


/***
for covid19
***/

	.recommendArea__covidCaseStudy{
		width: 634px;
		margin-left: auto;
		margin-right: auto;
	}


	.recommendArea__covidCaseStudyExplain{
		margin-top: 32px;
		font-size: 20px;
	}

	.recommendArea__covidCaseStudyExplainAsterisc{
		font-size: 16px;
	}

	.recommendArea__covidCaseStudyInner{
		padding: 32px 80px;
	}

	.recommendArea__covidTermNote{
		width: 634px;
		margin-left: auto;
		margin-right: auto;
	}

	.recommendArea__covidTermNoteImage{
		width: 634px;
		height: 244px;
	}

}

/****************************
	coveredArea
****************************/

.coveredArea__container {
	margin: 0 auto;
}

.coveredArea__text {
	font-size: 14px;
	font-weight: bold;
	margin-top: 32px;
}

.coveredArea__image {
	display: block;
	width: 100%;
	margin-top: 12px;
}

.coveredArea__caption {
    font-size: 14px;
    color: #606060;
    margin-top: 12px;
}

/******
	pc
******/
@media screen and (min-width: 768px){

	.coveredArea__container {
		max-width: 435px;
	}

	.coveredArea__text {
		font-size: 18px;
		margin-top: 48px;
	}

	.coveredArea__caption {
		font-size: 18px;
	}
}

/****************************
	companyExpArea,questionArea
****************************/

.companyExpArea__textArea{
  margin-top: 32px;
  font-size:14px;
  color: #606060;
  text-align: center;
}

.questionArea__inner{
  margin-top: 32px;
  text-align: center;

}
.questionArea__Button{
  display: inline-block;
  font-size: 14px;
  width: 100%;
  border: 1px solid #3895FF;
  border-radius: 8px;
  height: 44px;
  line-height: 44px;
}


@media screen and (min-width: 768px){

  .companyExpArea__textArea{
    margin-top: 48px;
  }

  .questionArea__inner{
    margin-top: 48px;
  }
  .questionArea__Button{
    width: 327px;
  }


}

/****************************
	featureArea
*****************************/

.featureArea {
	padding: 56px 0;
}

.featureArea__scene{
	margin-top: 40px;
  padding: 0 16px;
	text-align: center;
}
.featureArea__sceneInner:not(:last-child){
	margin-bottom: 40px;
}

.featureArea__sceneInnerSectionTitle{
	font-weight: bold;
	font-size: 20px;
	color: #242323;
}
.featureArea__sceneInnerSectionTitleAsterisk{
	font-size: 12px;
	font-weight: normal;
	vertical-align: top;
}
.featureArea__sceneInnerSectionText{
	margin-top: 20px;
	font-size: 14px;
	color: #242323;
}

.featureArea__sceneInnerSectionTextAttention{
	color: #606060;
	font-size: 12px;
	margin-top: 4px;
}

.featureArea__sceneInnerSectionImageArea{
	margin-top: 20px;
}


/******
	pc
******/
@media screen and (min-width: 768px){

	.featureArea {
		padding: 120px 0;
	}

	.featureArea__sceneInner:not(:last-child){
		margin-bottom: 48px;
	}

	.featureArea__sceneInnerSection{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.featureArea__scene{
	text-align: left;
	}

	.featureArea__sceneInnerSectionTitle{
		font-size: 24px;
	}
	.featureArea__sceneInnerSectionText{
		margin-top: 24px;
		font-size: 18px;
	}
	.featureArea__sceneInnerSectionTitleAsterisk{
		font-size: 16px;
	}
	.featureArea__sceneInnerSectionTextAttention{
	margin-top: 8px;
	font-size: 14px;
}

	.featureArea__sceneInnerSectionImageArea{
		margin-top: 0;
	}

	.featureArea__sceneInnerSectionImage{
		width: 260px;
		height: 260px;
	}
}


/****************************
	howToArea
****************************/

.howToArea__inner{
	margin-top: 53px;
	text-align: center;
}

.howToArea__image{
	width: 100%;
	max-width:327px;
	height: auto;
}
.howToArea__text{
	color:#242323;
	margin-top:12px;
	font-size: 14px;
}
.howToArea__textSub{
	color:#242323;
	margin-top:12px;
	font-size: 12px;
}
@media screen and (min-width: 768px){
	.howToArea__text{
		font-size: 18px;
	}
	.howToArea__textSub{
		font-size: 14px;
	}
}

/* medical*/

.howToArea__howToMedicalClaim{
  width: 100%;
  margin: 32px auto;
  padding-left: 40px;
  background: url(../images/iconExclamation.png) no-repeat left top;
  background-size:24px 24px;
  text-align: left;
}
.howToArea__howToMedicalClaimTitle{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
}
.howToArea__howToMedicalClaimText{
	color:#606060;
  margin-bottom: 4px;
  font-size: 14px;
}
.howToArea__howToMedicalClaimSubText{
font-size: 12px;
}

.howToArea__howToMedicalClaimImage{
  width: 100%;
  max-width: 676px;
  height: auto;
}
.howToArea__ListArea {
    margin-top: 40px;
    display: flex;
    overflow: scroll;
    width: 100%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.howToArea__ListArea::-webkit-scrollbar {
    display: none;
}
.howToArea__card {
    background: #FFFFFF;
    border-radius: 12px;
    margin-right: 16px;
}
.howToArea__cardText{
  text-align: left;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 16px;
  font-size: 14px;
  color: #606060;
}
.howToArea__controlButton{
    display: none;
}


@media screen and (min-width: 768px){

  .howToArea__howToMedicalClaim{
    width: 327px;
    margin: 48px auto;
  }

  .howToArea__ListAreaRentersFire { /* 削除（スクロールボタンの追加をリリース後） */
	width: 800px;
	max-width: none;
  }

  .howToArea__ListAreaContainer {
    position: relative;
  }

  .howToArea__ListAreaScroll {
    max-width: none;
    padding-left: 24px;
  }

  .howToArea__controlButton{
    position: absolute;
    top: 109px;
    display: flex;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.20);
    cursor:pointer;
    opacity: 1;
    visibility: visible;
    transition: all 0.2s;
  }

  .howToArea__controlButton.disable{
    opacity: 0;
    visibility: hidden;
  }

  .controlNext{
    right: 16px;
  }

  .controlPrev{
    left: 16px;
  }

  .controlNext::before, .controlNext::after, .controlPrev::before, .controlPrev::after{
    content: "";
    box-sizing: border-box;
    position: absolute;
    display: inline-block;
    width: 4px;
    height: 17px;
    border-radius: 4px;
    background-color: #fff;
    transform-origin: 50% 50%;
  }

  .controlNext::before, .controlPrev::after{
    transform: rotate(45deg);
  }

  .controlNext::after, .controlPrev::before{
    transform: rotate(-45deg);
  }

  .controlNext::before, .controlPrev::before{
    top: calc(50% -  3.5px);
  }

  .controlNext::after, .controlPrev::after{
    bottom: calc(50% -  3.5px);
  }
}

/****************************
	serviceArea
****************************/


.serviceArea__scene{
	margin-top: 28px;
	text-align: center;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.serviceArea__sceneinner{
	flex: 1;
	min-width: calc( 50% -  6px );
	background: #F7F7F7;
	border-radius: 8px;
	text-align: center;
	margin-top: 12px;
}
.serviceArea__sceneinner:nth-child(even){
	margin-left: 6px;
}
.serviceArea__sceneinner:nth-child(odd){
	margin-right: 6px;
}
.serviceArea__sceneinner:nth-child(odd):nth-last-child(1){
 margin-right: 0;
}

.serviceArea__sceneOtherText{
	text-align: center;
	margin-top: 32px;
	font-size: 14px;
}
.serviceArea__sceneOtherSubText{
	text-align: center;
	margin-top: 32px;
	font-size: 12px;
}

.serviceArea__sceneInnerSection{
	padding:16px;
}

.serviceArea__sceneInnerSectionTitle{
	color: #606060;
	font-weight: bold;
	font-size: 14px;
	/* 改行保証 */
	height: 3em;
	display: flex;
	justify-content: center;
	align-items: center;
	/* 改行保証 */
}
/* 改行保証なし */
.serviceArea__sceneInnerSectionOtherTitle{
	color: #606060;
	font-weight: bold;
	font-size: 14px;
}
/* 改行保証なし */


@media screen and (max-width: 374px){
	.serviceArea__sceneInnerSectionTitleMin{
		letter-spacing: 0;
		white-space: nowrap;
	}
}

.serviceArea__sceneInnerSectionTitleSmall{
	font-size: 10px;
	font-weight: normal;
	line-height: 1.4
}

.serviceArea__sceneInnerSectionImage{
	margin-top: 8px;
}

.serviceArea__anotherLink {
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	margin-top: 16px;
}


/******
	pc
******/
@media screen and (min-width: 768px){
	.serviceArea__scene{
		margin-top: 48px;
		padding:0;
	}
	.serviceArea__sceneinner{
    flex: 1;
		min-width: calc( 25% -  12px );
		max-width: 435px;
		margin-top: 0;
		margin-right: 6px;
		margin-left: 6px;
	}

	.serviceArea__sceneOtherText{
		margin-top: 48px;
		font-size: 18px;
		color: #242323;
	}
	.serviceArea__sceneOtherSubText{
		margin-top: 48px;
		font-size: 16px;
		color: #242323;
	}

	.serviceArea__sceneinner:first-child{
		margin-left: 0;
	}
	.serviceArea__sceneinner:last-child{
		margin-right: 0;
	}
	.serviceArea__sceneInnerSectionTitle{
		font-size: 20px;
		height: 4em;
	}
	.serviceArea__sceneInnerSectionOtherTitle{
		font-size: 20px;
	}
	.serviceArea__sceneInnerSectionTitleNowrap{
		white-space: nowrap;
	}
	.serviceArea__sceneInnerSectionTitleSmall{
		display: block;
		font-size: 14px;
	}
	.serviceArea__anotherLink {
		font-size: 18px;
		margin-top: 20px;
	}
}

/* IE11 calc対応 */
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.serviceArea__sceneinner{
		max-width: 100%;
	}
}

/****************************
	guaranteeAreaAttention
****************************/



.guaranteeArea__car thead th{
	background: #BAEEFF;
}
.guaranteeArea__outdoor thead th{
	background: #A1E5C8;
}
.guaranteeArea__skiing thead th{
	background: #BADAFF;
}
.guaranteeArea__golf thead th{
	background: #BCF1A9;
}
.guaranteeArea__bicycle thead th{
	background: #FFBA8B;
}
.guaranteeArea__personal thead th{
	background: #DADFFF;
}
.guaranteeArea__heatStroke thead th{
	background: #FFB2B2;
}
.guaranteeArea__covid19 thead th{
	background: #8AE7E7;
}
.guaranteeArea__oversea thead th{
	background: #BBCFF2;
}
.guaranteeArea__medical thead th{
	background: #FFE39A;
}
.guaranteeArea__influenza thead th{
	background: #A6ADE7;
}
.guaranteeArea__pet thead th{
	background: #FFB2B2;
}
.guaranteeArea__rentersFire thead th{
	background: #A1E5C8;
}
.guaranteeArea__covidCare thead th{
	background: #8AE7E7;
}
.guaranteeArea__smartphone thead th{
	background: #BADAFF;
}


.guaranteeArea__InsuranceFee{
	margin-bottom: 88px;
}
.guaranteeArea__InsuranceCompensation{
	margin-bottom: 88px;
}


.guaranteeArea__car tbody tr.guaranteeArea__tableSubTitle td{
	background: #E5F8FF;
}
.guaranteeArea__outdoor tbody tr.guaranteeArea__tableSubTitle td{
	background: #DFF7ED;
}
.guaranteeArea__skiing tbody tr.guaranteeArea__tableSubTitle td{
	background: #E5F1FF;
}
.guaranteeArea__golf tbody tr.guaranteeArea__tableSubTitle td{
	background: #E5F7DF;
}
.guaranteeArea__bicycle tbody tr.guaranteeArea__tableSubTitle td{
	background: #FFF0E5;
}
.guaranteeArea__personal tbody tr.guaranteeArea__tableSubTitle td{
	background: #DADFFF;
}
.guaranteeArea__heatStroke tbody tr.guaranteeArea__tableSubTitle td{
	background: #FFE5E5;
}
.guaranteeArea__covid19 tbody tr.guaranteeArea__tableSubTitle td{
	background: #DFF7F7;
}
.guaranteeArea__oversea tbody tr.guaranteeArea__tableSubTitle td{
	background: #DDEAFE;
}
.guaranteeArea__medical tbody tr.guaranteeArea__tableSubTitle td{
	background: #FFF7E5;
}
.guaranteeArea__influenza tbody tr.guaranteeArea__tableSubTitle td{
	background: #D2D6F3;
}
.guaranteeArea__pet tbody tr.guaranteeArea__tableSubTitle td{
	background: #FFE5E5;
}
.guaranteeArea__rentersFire tbody tr.guaranteeArea__tableSubTitle td{
	background: #DFF7ED;
}
.guaranteeArea__covidCare tbody tr.guaranteeArea__tableSubTitle td{
	background: #DFF7F7
}
.guaranteeArea__smartphone tbody tr.guaranteeArea__tableSubTitle td{
	background: #E5F1FF;
}

.guaranteeArea__car tbody tr td{
	border:1px solid #BAEEFF;
}
.guaranteeArea__outdoor tbody tr td{
	border:1px solid #A1E5C8;
}
.guaranteeArea__skiing tbody tr td{
	border:1px solid #BADAFF;
}
.guaranteeArea__golf tbody tr td{
	border:1px solid #BCF1A9;
}
.guaranteeArea__bicycle tbody tr td{
	border:1px solid #FFBA8B;
}
.guaranteeArea__personal tbody tr td{
	border:1px solid #B4BEFF;
}
.guaranteeArea__heatStroke tbody tr td{
	border:1px solid #FFB2B2;
}
.guaranteeArea__covid19 tbody tr td{
	border:1px solid #8AE7E7;
}
.guaranteeArea__oversea tbody tr td{
	border:1px solid #BBCFF2;
}
.guaranteeArea__medical tbody tr td{
	border:1px solid #FFE39A;
}
.guaranteeArea__medical tbody tr.topDotted td{
border-top: 1px dashed #FFE39A;
}
.guaranteeArea__influenza tbody tr td{
	border:1px solid #A6ADE7;
}
.guaranteeArea__pet tbody tr td{
	border:1px solid #FFB2B2;
}
.guaranteeArea__rentersFire tbody tr td{
	border:1px solid #A1E5C8;
}
.guaranteeArea__covidCare tbody tr td{
	border:1px solid #8AE7E7;
}
.guaranteeArea__smartphone tbody tr td{
	border:1px solid #BADAFF;
}
.guaranteeArea__car tbody tr:last-child td{
	border-bottom: 1px solid #BAEEFF;
}
.guaranteeArea__outdoor tbody tr:last-child td{
	border-bottom: 1px solid #A1E5C8;
}
.guaranteeArea__skiing tbody tr:last-child td{
	border-bottom: 1px solid #BADAFF;
}
.guaranteeArea__golf tbody tr:last-child td{
	border-bottom: 1px solid #BCF1A9;
}
.guaranteeArea__bicycle tbody tr:last-child td{
	border-bottom: 1px solid #FFBA8B;
}
.guaranteeArea__personal tbody tr:last-child td{
	border-bottom: 1px solid #B4BEFF;
}
.guaranteeArea__heatStroke tbody tr:last-child td{
	border-bottom: 1px solid #FFB2B2;
}
.guaranteeArea__covid19 tbody tr:last-child td{
	border-bottom: 1px solid #8AE7E7;
}
.guaranteeArea__oversea tbody tr:last-child td{
	border-bottom: 1px solid #BBCFF2;
}
.guaranteeArea__medical tbody tr:last-child td{
	border-bottom: 1px solid #FFE39A;
}
.guaranteeArea__influenza tbody tr:last-child td{
	border-bottom: 1px solid #A6ADE7;
}
.guaranteeArea__pet tbody tr:last-child td{
	border-bottom: 1px solid #FFB2B2;
}
.guaranteeArea__rentersFire tbody tr:last-child td{
	border-bottom: 1px solid #A1E5C8;
}
.guaranteeArea__covidCare tbody tr:last-child td{
	border-bottom: 1px solid #8AE7E7;
}
.guaranteeArea__smartphone tbody tr:last-child td{
	border-bottom: 1px solid #BADAFF;
}


.guaranteeArea__subTitle{
	text-align: center;
	font-weight: bold;
	color: #242323;
	margin-top: 32px;
	font-size: 16px;
}



.guaranteeArea__table{
	text-align: center;
	margin-top: 40px;
	width: 100%;
	color: #242323;
	font-size: 11px;
}
.guaranteeArea__tableMedical{
	margin-top: 12px;
}

.guaranteeArea__tableSubText{
	text-align: center;
	margin-top: 32px;
	margin-bottom: 24px;
	font-size: 14px;
}

.guaranteeArea__tableSubTextAttention{
  position: relative;
  display: inline-block;
  padding:0 16px;
}

.guaranteeArea__tableSubTextAttention::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 3px;
    height: 100%;
    background: #FC6600;
    border-radius: 3px;
    transform: rotate(-25deg);
}
.guaranteeArea__tableSubTextAttention::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 3px;
    height: 100%;
    background: #FC6600;
    border-radius: 3px;
    transform: rotate(25deg);
}

.guaranteeArea__tableSubText + .guaranteeArea__table{
	margin-top: 24px;
 }

.guaranteeArea__tableTitle{
	margin-top: 24px;
	color:#606060;
	font-size: 12px;
}
.guaranteeArea__tableSecond{
	margin-top: 32px;
}

.guaranteeArea__tableTitle + .guaranteeArea__table{
	margin-top: 8px;
 }

.guaranteeArea__table *{
  letter-spacing: -0.2px;
}

.guaranteeArea__table thead th{
	padding:12px;
	font-weight: bold;
	font-size: 12px;
	border-right: 1px solid #fff;
}
.guaranteeArea__table thead th{
	min-width: 66px;
}

.guaranteeArea__table thead th:last-child{
	border-right: none;
}
.guaranteeArea__table tbody tr td{
	padding: 6px 4px;
	border-bottom: none;
}

.guaranteeArea__table tbody tr td:first-child{
	padding: 12px 12px 12px 0;
	border-left: none;
	text-align: left;
}
.guaranteeArea__table tbody tr td.guaranteeArea__table_leftShift
{
	text-align: center;
	padding: 6px 4px;
}
.guaranteeArea__InsuranceFee .guaranteeArea__table tbody tr td:first-child{
	padding-right:0;
	text-align: center;
}
.guaranteeArea__car .guaranteeArea__InsuranceFee .guaranteeArea__table tbody tr td:first-child{
	padding-right: 12px;
	text-align: left;
}

.guaranteeArea__table--disease tbody tr td{
	padding: 12px 4px;
	text-align: center;
}

.guaranteeArea__table--disease tbody tr td:first-child{
	text-align: center;
}

.guaranteeArea__table tbody tr td:last-child{
	border-right: none;
}

.guaranteeArea__table tbody tr.guaranteeArea__tableSubTitle td{
	padding:8px 0;
	color: #606060;
	font-weight: bold;
	text-align: center;
	border:none;
}

.guaranteeArea__table tbody tr.guaranteeArea__tableSubTitle td .guaranteeArea__tableSubTitleNote{
	font-weight: normal;
}


.guaranteeArea__table tbody tr.guaranteeArea__tableSubTitle+tr td{
	border-top: none;
}

.guaranteeArea__table tbody tr td p {
	margin-top: 4px;
	color: #606060;
}
.guaranteeArea__table tbody tr td small{
	font-size: 10px;
}

.guaranteeArea__iconQuestion{
    margin-left: 4px;
    width: 16px;
    height: 16px;
}
.guaranteeAreaAttention{
	margin-top: 20px;
	font-size: 12px;
	color: #606060;
}
.guaranteeAreaAttentionSub{
	margin-top: 8px;
	font-size: 12px;
	color: #606060;
}
.guaranteeAreaAttentionListItem{
	text-indent: -1em;
	padding-left: 1em;
}
.guaranteeAreaAttentionListItem::before{
	content:'・';
}

.guaranteeArea__radio {
	display: none;
}

.guaranteeArea__tabContainer {
	text-align: center;
}

.guaranteeArea__tab {
	display: inline-flex;
    justify-content: center;
    margin: 40px auto 0;
    border-radius: 8px;
    border: 1px solid #00b9f5;
}

.guaranteeArea__tabButton {
	font-size: 14px;
	color: #00b9f5;
	padding: 4px 8px;
}

.guaranteeArea__tabButton:first-child {
	border-radius: 8px 0 0 8px;
    border-right: 1px solid #00b9f5;
}

.guaranteeArea__tabButton:last-child {
	border-radius: 0 8px 8px 0;
}

/* car */

.guaranteeArea__CarBasicPlanAboutInner{
    margin-top: 56px;
    background: #E5F8FF;
    border-radius: 8px;
    padding: 40px 28px;

}
.guaranteeArea__CarBasicPlanAboutArea{
    text-align: center;
}

.guaranteeArea__CarBasicPlanAboutTitle{
    display: inline-block;
    margin-top: 32px;
    background: #00B9F5;
    border-radius: 16px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding:0 16px;
}

.guaranteeArea__CarBasicPlanAboutImage{
    margin-top: 16px;
    max-width: 270px;
    font-size: 14px;
}
.guaranteeArea__CarBasicPlanAboutText{
    margin-top: 8px;
    font-size: 14px;
}

/* covid-care */

.guaranteeArea__table tbody tr.guaranteeArea__tablePremiumOriginal{
	vertical-align: top;
}

.guaranteeArea__table tbody tr.guaranteeArea__tablePremiumOriginal td{
	padding: 12px 8px 52px;
}

.guaranteeArea__table tbody tr.guaranteeArea__tablePremiumOriginal td:first-child{
	padding-left: 0;
}

.guaranteeArea__table tbody tr.guaranteeArea__tablePremiumSave td{
	padding: 0;
	border-top:none;
}

.guaranteeArea__premiumSave {
	position: relative;
	z-index: 1;
	display: flex;
	gap: 12px;
	justify-content: center;
	width: 95%;
	padding: 6px 4px;
	margin: -40px auto 0;
	background-color: #EEEEEE;
	border-radius: 8px;
}

.guaranteeArea__premiumSaveTitle {
	font-weight: bold;
	color: #606060;
}

.guaranteeArea__table tbody tr.guaranteeArea__tablePremium {
	box-sizing: border-box;
	border: 2px solid #00C2C2;
  }

.guaranteeArea__table tbody tr.guaranteeArea__tablePremium td:first-child {
	font-weight: normal;
	color: #ffffff;
	background-color: #41D9D9;
	text-align: center;
	padding: 12px 4px;
}

/* smartphone */

.guaranteeArea__smartphone .guaranteeArea__table tbody tr.guaranteeArea__tablePremium {
	border: 2px solid #3895FF;
}

.guaranteeArea__smartphone .guaranteeArea__table tbody tr.guaranteeArea__tablePremium td{
	border: 1px solid #FFFFFF;
}

.guaranteeArea__smartphone .guaranteeArea__table tbody tr.guaranteeArea__tablePremium td:first-child {
	background-color: #4DA0FF;
}

.guaranteeArea__smartphone .guaranteeArea__table tbody tr.guaranteeArea__tablePremium td:not(:first-child) {
	background-color: #E5F1FF;
}

/* 保険料タブ */

#premiumRadio_before:checked ~ .guaranteeArea__tabContainer .guaranteeArea__tab #premiumButton_before,
#premiumRadio_after:checked ~ .guaranteeArea__tabContainer .guaranteeArea__tab #premiumButton_after {
	color: white;
	font-weight: bold;
	background-color: #00B9F5;
}

#premiumRadio_before:checked ~ #premiumTable_before,
#premiumRadio_after:checked ~ #premiumTable_after {
	display: table;
}

#premiumTable_before, #premiumTable_after {
	display: none;
}

/* 補償内容タブ */

#compensationRadio_before:checked ~ .guaranteeArea__tabContainer .guaranteeArea__tab #compensationButton_before,
#compensationRadio_after:checked ~ .guaranteeArea__tabContainer .guaranteeArea__tab #compensationButton_after {
	color: white;
	font-weight: bold;
	background-color: #00B9F5;
}

#compensationRadio_before:checked ~ #compensationTable_before,
#compensationRadio_after:checked ~ #compensationTable_after {
	display: table;
}

#compensationTable_before, #compensationTable_after {
	display: none;
}


/******
	pc
******/
@media screen and (min-width: 768px){

	.guaranteeArea__iconQuestion{
	    margin-left: 4px;
	    width: 24px;
	    height: 24px;
	}

	.guaranteeArea__subTitle{
		margin-top: 48px;
		font-size: 18px;
	}

	.guaranteeArea__table{
		font-size: 16px;
	}
	.guaranteeArea__tableMedical{
		margin-top: 24px;
	}
	.guaranteeArea__tableSubText{
		font-size: 18px;
	}
	.guaranteeArea__tableTitle{
		font-size: 16px;
	}

.guaranteeArea__tableSecond{
	margin-top: 48px;
}

	.guaranteeArea__tableFixed{
		/*thがない時対応*/
    table-layout: fixed;
	}

	.guaranteeArea__table thead th{
		padding: 18px;
		font-size: 16px;
	}


	.guaranteeArea__table tbody tr.guaranteeArea__tableSubTitle td{
		padding: 12px;
	}

	.guaranteeArea__table tbody tr td{
		padding: 12px;
	}

	.guaranteeArea__table tbody tr td small{
		font-size: 14px;
	}

	.guaranteeAreaAttention{
		margin-top: 24px;
		font-size: 16px;
	}

	.guaranteeAreaAttentionSub{
		margin-top: 10px;
		font-size: 16px;
	}

	/* car */
  .guaranteeArea__CarBasicPlanAboutInner{
      padding: 64px 32px;
  }
  .guaranteeArea__CarBasicPlanAboutTitle{
      margin-top: 24px;
      font-size: 18px;
      padding:1px 16px;
  }
  .guaranteeArea__CarBasicPlanAboutList{
      margin-top: 16px;
      display: flex;
      justify-content: space-between;
  }
  .guaranteeArea__CarBasicPlanAboutImage{
      width: 225px;
      height: auto;
  }

  /* covid-care */
  .guaranteeArea__table tbody tr.guaranteeArea__tablePremiumOriginal td{
	padding-bottom: 72px;
  }
  .guaranteeArea__premiumSave {
	gap: 30px;
	margin: -60px auto 0;
  }

}

/*******************************************
	explanPaypayArea
*******************************************/


.explanPaypayArea__detail{
	color: #606060;
	font-size: 12px;
	margin-top: 36px;
}



/******
	pc
******/
@media screen and (min-width: 768px){

	.explanPaypayArea__detail{
		font-size: 16px;
		margin-top: 48px;
	}

}

/*******************************************
	columnArea
*******************************************/
.columnArea{
	padding: 32px 24px 0 24px;
}

.columnArea__listFrame {
	margin-right: -24px;
}

.columnArea__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow-x: auto;
	gap: 24px;
	margin: 32px 0;
}

.columnArea__item:last-child {
	margin-right: 24px;
}

.columnArea__itemImage {
	width: 188px;
	height: auto;
	border-radius: 8px 8px 0 0;
	vertical-align: top;
}

.columnArea__itemDetail {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 80px;
	padding: 6px 4px 12px 12px;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-radius: 0 0 8px 8px;
	background: #ffffff;
	box-sizing: border-box;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.columnArea__itemLead {
	color: #242323;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}

.columnArea__itemDate {
	padding-top: 4px;
	color: #606060;
	font-size: 11px;
	text-align: left;
}

/******
	pc
******/
@media screen and (min-width: 768px) {
	.columnArea{
		padding-top: 0;
	}
	
	.mainArea__inner--column{
		width: 824px;
	}

	.columnArea__listFrame {
		margin-right: 0;
	}

	.columnArea__list {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 48px 0;
	}

	.columnArea__item:last-child {
		margin-right: 0;
	}
}

/*******************************************
	faqArea
*******************************************/
.faqArea{
	padding: 32px 24px 0 24px;
}

.faqArea__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 16px;
	margin-top: 32px;
}

.faqArea__itemLink {
    color: #3895ff;
	font-size: 16px;
	font-weight: bold;
}

/******
	pc
******/
@media screen and (min-width: 768px) {
	.faqArea{
		padding-top: 0;
	}

	.faqArea__list {
		flex-direction: row;
		margin-top: 48px;
	}
	.faqArea__item {
		width: 50%;
	}
}

/*******************************************
	infoArea
*******************************************/


.informationArea{
	margin-top: 56px;
}

.cautionBox__iconText{
    display: inline-block;
    margin:0 auto;
    padding-left: 30px;
    background: url("/common/images/icon_caution.png") no-repeat 0 center;
    background-size: 24px 24px;
    text-align: left;
    font-size: 12px;
}


/******
	pc
******/
@media screen and (min-width: 768px){
	.informationArea{
		margin-top: 64px;
	}
}

/*******************************************
	tab
*******************************************/


.tab{
    display: flex;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.05);
	margin-top: 32px;
	margin-bottom: -24px;
  }

.tab--underSubTitle{
	margin-top: 12px;
	margin-bottom: 16px;
}

.js-tabItem{
    position: relative;
    flex: 1;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: #606060;
}

.js-tabItem.is-active{
      color: #3895FF;
}

.js-tabItem.is-active::after{
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 2px;
	content: "";
	background-color: #3895ff;
}

.js-tabContent{
	display: none;
}

.js-tabContent.is-active{
	display: block;
}

/******
	pc
******/
@media screen and (min-width: 768px){
	.tab{
	  margin-top: 48px;
	  margin-bottom: -16px;
	}

	.tab--underSubTitle{
		margin-top: 24px;
		margin-bottom: 24px;
	}

	.tab.tabScene{
	  margin-bottom: -24px;
	}
  }

/*******************************************
	modal関係
*******************************************/


.modalWindow__TitleLeft{
    text-align: left;
    margin-top: 16px;
}

.medicalModalCautionText {
	text-align: left;
}

.modalInnerCautionBoxImg{
	margin-top: 8px;
	width: 100%;
	max-width: 279px;
	height: auto;
}

/******
	pc
******/
@media screen and (min-width: 768px){

	.medicalModalCautionBox{
		padding: 32px;
		text-align: left;
		display: flex;
		justify-content: space-between;
	}
	.medicalModalCautionText{
		width: 316px;
	}

	.modalInnerCautionBoxImg{
		margin-top: 0;
	}


}

/*******************************************
	バナー
*******************************************/


.campaignBanner {
    text-align: center;
    margin-top: 16px;
}

.campaignBanner__img {
	width: 327px;
	height: auto;
}

/******
	pc
******/
@media screen and (min-width: 768px){

	.campaignBanner {
		margin-top: 0;
	}
	
	.campaignBanner__img {
		width: 580px;
	}

}


/* ABテスト終了後に削除 */
.ABtestDisplayNone{
	display: none;
}
