
/* メインビジュアル上バナーエリア */
.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;
	color: #242323;
	text-align: left;
}

.mainvisual__inner{
	position: relative;
	padding: 24px;
	background:url(../images/main_child.svg) no-repeat;
	background-size: 100px 100px;
	background-position: right 33px top 13px;
}


.mainvisual__medical{
	background: #FFB900;
}


.mainvisual__catch{
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	padding: 0 16px;
	border: 1.5px solid #242323;
	box-sizing: border-box;
	border-radius: 22px;
}
.mainvisual__title{
  margin-top: 8px;
	font-weight: bold;
  font-size: 36px;
  line-height: 50px;
}

.mainvisual__featureArea{
	padding-top: 4px;
}
.mainvisual__featureItem{
	margin-top: 4px;
	background: #FFFFFF;
	border: 1px solid #FFAD0D;
	border-radius: 8px;
	padding:8px 12px;
}

.mainvisual__featuretext{
	display: flex;
	align-items: center;
	color: #745400;
	font-size: 18px;
	font-weight: bold;
}
.mainvisual__featuretext1:before{
		display: block;
    min-width: 36px;
    height: 36px;
    margin-right: 8px;
    content: "";
  	background: url(../images/pic_menu_hospital.svg) no-repeat;
  	background-size: 36px 36px;
}
.mainvisual__featuretext2:before{
		display: block;
    min-width: 36px;
    height: 36px;
    margin-right: 8px;
    content: "";
  	background: url(../images/pic_menu_coin.svg) no-repeat;
  	background-size: 36px 36px;
}
.mainvisual__featuretext3:before{
		display: block;
    min-width: 36px;
    height: 36px;
    margin-right: 8px;
    content: "";
  	background: url(../images/pic_menu_phone.svg) no-repeat;
  	background-size: 36px 36px;
}

.mainvisual__qrArea{
	display: none;
}

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

	.mainvisual__inner{
		max-width: 770px;
		margin: 0 auto;
		padding: 44px 0 36px;
		background-size: 320px 320px;
		background-position: right top 52px;
	}


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

	.mainvisual__title{
		margin-top: 12px;
		font-size: 48px;
		line-height: 64px;
	}

	.mainvisual__featureArea{
		margin-top: 4px;
	}

	.mainvisual__featuretext{
		font-size: 24px;
	}
	.mainvisual__featureItem{
		max-width: 431px;
	}



	.mainvisual__qrArea{
		display: block;
		position: absolute;
		text-align: center;
		right: -4vw;
		bottom: -100px;
		background: #fff;
		padding:20px 16px;
		box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
	}

	.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;
	}

}


/********************
  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;
  }
}

/****************************
	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;
  }


}


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


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

.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__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;
	}
}



/****************************
	whyMedicalArea
****************************/

.whyMedicalArea{
	margin-top: 56px;
}


.whyMedicalTitle{
	text-align: center;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
}

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

.whyMedicalTextAttention{
	font-weight: bold;
	background:#FFB900;
	padding:2px;
}


.whyMedicalExampleArea{
	margin: 24px  auto 0;
	background: #FFF7E5;
	padding: 24px 14px;
}

.whyMedicalExampleAreaTitle{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.whyMedicalExampleList{
	text-align: center;
	margin-top: 24px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	width: 284px;
	justify-content: space-between;
}

.whyMedicalExampleListArea{
	width: 84px;
}

.whyMedicalExampleListInner{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}


.whyMedicalExampleListTitle{
	order: 2;
	margin-top: 8px;
	color: #606060;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.whyMedicalExampleListImageArea{
	order: 1;
}

.whyMedicalExampleListText{
	display: block;
	order: 3;
	width: 100%;
	margin-top: 6px;
	background: #FFEBBE;
	border: 1px solid #FFCB55;
	border-radius: 4px;
	padding: 2px 9px;
	color: #606060;
	font-size: 10px;
	font-weight: bold;
}

.whyMedicalExampleListTextAttention{
	color: #FC6600;
}

.whyMedicalExampleEtcArea{
	font-weight: bold;
	margin-top: 12px;
	text-align: center;
}

.whyMedicalExampleEtc{
	display: inline-block;
	color: #606060;
	font-size: 12px;
	padding: 4px 44px;
	background: #fff;
	border-radius: 8px;
}
.whyMedicalExampleExp{
	margin-top: 12px;
	font-size: 12px;
}


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


	.whyMedicalArea{
		margin-top: 100px;
	}

	.whyMedicalText {
		margin-top: 48px;
	}

	.whyMedicalExampleArea{
		max-width: 632px;
		padding:24px 68px;

	}

	.whyMedicalExampleList {
		width: 408px;
	}
	.whyMedicalExampleListTitle{
		font-size: 14px;
	}
	.whyMedicalExampleListArea{
		width: 121px;
	}

	.whyMedicalExampleListImage{
		width: 120px;
		height: 120px;
	}
	.whyMedicalExampleEtcArea{
		margin-top: 16px;
	}
	.whyMedicalExampleListText{
		font-size: 12px;
	}
	.whyMedicalExampleEtc{
		padding: 4px 64px;
		font-size: 14px;
	}
	.whyMedicalExampleExp{
		margin-top: 16px;
	}

}




/****************************
	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: 28px 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;
	text-align: left;
}



.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{
	text-align: center;
}
.recommendAreaTitle{
	position: relative;
	padding-bottom: 24px;
	border-bottom:  4px solid #FFB900;

}
.recommendAreaTitle::after{
  position: absolute;
  content: "";
  border-bottom: solid 4px #FFB900;
  border-right: solid 4px #FFB900;
  margin-top: 16px;
  width: 40px;
  height: 40px;
  background: #fff;
  left: 50%;
  bottom: -42px;
  transform: translate(-50%, -50%) rotate(45deg) skew(-10deg,-10deg);
}

.recommendArea__point{
	margin-top: 48px;
	display: flex;
}


.recommendArea__pointInner{
	width: 100%;
	/*min-width: 140px;*/
	/*background: #FFB900;*/
}

.recommendArea__pointInnerLink{
	display: block;
  padding-top: 40px;
}

.recommendArea__pointInner:not(:last-child){
	margin-right: 8px;
}

.recommendArea__pointInnerSection{
	display: flex;
	border: 1px solid #FFB900;
	border-radius: 8px;
	flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
	position: relative;
}


.recommendArea__pointInnerSectionText{
	position: relative;
	order: 1;
	width: 100%;
	padding-top: 34px;
	padding-bottom: 4px;
	/*background: #fff;*/
	color: #745400;
	font-weight: bold;
	font-size: 11px;
	line-height: 150%;
}

.recommendArea__pointInnerLinkImage{
  position: absolute;
  top: 0;
	left: 50%;
	transform: translate(-50%, -53%);
}

.recommendArea__pointInnerSectionTitle{
	order: 2;
	width: 100%;
	padding: 9px 12px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	line-height: 130%;
	background: #FFB900;
	border-radius: 0px 0px 6px 6px;
}

.recommendArea__pointInnerSectionTitleInner{
	margin: 0 auto;
	display: flex;
	justify-content: left;
	max-width: 80px;
	background: url("../images/bottomTriangle.svg") no-repeat center right 4px;
	background-size: 12px 12px;
}

.recommendArea__pointInnerSectionTitleText{
	margin-right: 4px;
}




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


	.recommendArea__pointInnerSectionTitleInner{
		align-items: center;
		justify-content: center;
		background-position: center right 15px;
	}

	.recommendArea__pointInnerSectionTitleText{
		font-size: 14px;
		margin-left: -10px;
	}
	.recommendAreaTitle{
		display: inline-block;
		justify-content: space-between;
	}


	.recommendArea__pointInnerSectionTitleInner{
			max-width: 200px;
	}

}




/****************************
	recommendPointArea
****************************/

.recommendPointArea__linkPoint{
	padding-top: 60px;
}
.recommendPointArea{
	text-align: center;
	position: relative;
	background: #FFF7E5;
	margin: 37px 24px 0;
	padding: 50px 12px 25px;
}
.recommendPoint{
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translate(-50%,0);
	text-align: center;
	color: #FFB900;
	font-size: 12px;
	font-weight: bold;
	line-height: 3;
}

.recommendPointArea__title{
	font-size: 20px;
	font-weight: bold;
}

.recommendPointArea__titleUnderText{
	margin-top: 24px;
	font-size: 14px;
}

.recommendPointArea__exampleArea{
	margin-top: 24px;
	background:#fff;
	padding:16px 20px;
}
.recommendPointArea__exampleTitle{
	font-size: 16px;
	font-weight: bold;
}

.recommendPointArea__exampleTitleUnderText{
	margin-top: 12px;
	font-size: 16px;
}

.recommendPointArea__exampleTitleUnderTextAttention{
	background: #FFB900;
}

.recommendPointArea__exampleList{
	margin: 12px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 256px;
}
.recommendPointArea__exampleListInner{
	width: 74px;
}

.recommendPointArea__exampleText{
	margin-top: 8px;
	font-size: 14px;
}
.recommendPointArea__exampleImage{
	margin-top: 16px;
	width: 100%;
	max-width: 279px;
	height: auto;
}

.recommendPointArea__bottomTriangle {
	margin-top: 12px;
}
.recommendPointArea__bottomText{
	margin-top: 12px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.recommendPointArea__comparisonArea{
	margin-top: 12px;
	display: flex;/*
	flex-wrap: wrap;*/
}

.recommendPointArea__comparisonAreaList{
	background: #fff;
	width: 100%;
}

.recommendPointArea__comparisonAreaList:first-child{
	margin-right: 10px;
}
.recommendPointArea__comparisonAreaListText{
	position: relative;
	text-align: center;
	padding:8px;
	font-size: 12px;
}

.recommendPointArea__comparisonAreaListNameBold{
	font-weight: bold;
}

.recommendPointArea__comparisonAreaListText::after{
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 16px;
	height: 16px;
	background: url(../images/bottomTriangle.svg) no-repeat;
	background-size: 16px 16px;
	transform: translate(-50%,0);
}

.recommendPointArea__comparisonAreaListMoneyGlay{
	background: #DDDDDD;
	text-align: center;
	padding:12px 0 8px;
	font-size: 16px;
	font-weight: bold;
}

.recommendPointArea__comparisonAreaListMoneyYellow{
	background: #FFC733;
	text-align: center;
	padding:12px 0 8px;
	font-size: 16px;
	font-weight: bold;
}

.recommendPointArea__comparisonAreaListMoneyAttention{
	font-size: 24px;
}

.recommendPointArea__underText{
	margin-top: 12px;
	display: inline-block;
	position: relative;
	font-size: 16px;
	font-weight: bold;
	z-index: 0;
}
.recommendPointArea__underText::before{
	content: "";
	width: 102%;
	height: 10px;
	background: #fff;
	position: absolute;
	left: 50%;
	bottom: 4px;
	transform: translate(-50%, 0);
	z-index: -1;
}

.recommendPointArea__underTextAttention{
	font-size: 24px;
	color: #FC6600
}

.recommendPointArea__supplementText{
	text-align: left;
	margin-top: 12px;
	font-size: 12px;
}


.recommendPoint__campaignArea{
	margin-top: 62px;
	padding: 37px 0 20px;
	position: relative;
	background: #FFE3A3;
	border: 1px solid #FFB900;
	border-radius: 8px;
}

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


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

.recommendPoint__campaignExpandButton{
	position: relative;
	margin-top: 16px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: block;
	padding:10px;
	background: #fff;
	border: 1px solid #3895FF;
	border-radius: 8px;
}
.recommendPoint__campaignExpandButton::after{
	position: absolute;
	top:53%;
	right:28px;
	content: '';
	width: 10px;
	height: 10px;
	border: 0;
	border-bottom: solid 2px #3895FF;
	border-right: solid 2px #3895FF;
	margin-top: -6px;
	transform: rotate(45deg) translate(0,-50%);
}

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

	.recommendPointArea__linkPoint{
		padding-top: 60px;
	}
	.recommendPointArea{
		width: 632px;
		margin-top: 82px;
		margin-right: auto;
		margin-left: auto;
		padding:44px 67px 48px;
	}
	.recommendPointArea__inner{
		width: auto;
	}
	.recommendPoint{
		top:-60px;
	}

	.recommendPointArea__exampleListInnerImage{
		width: 100px;
		height: 100px;
	}
	.recommendPointArea__exampleListInner{
		width: 120px;
	}

	.recommendPointArea__exampleList{
		width: 400px;
		margin-top: 16px;
	}

	.recommendPointArea__exampleListMin{
		width: 320px;
	}

}




/****************************
	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(https://assets.paypay-insurance.co.jp/promotion/app/product/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{
  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;
}
.howToArea__card {
    background: #FFFFFF;
    border-radius: 12px;
    margin-right: 16px;
}
.howToArea__cardText{
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 14px;
  color: #606060;
}


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

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

/****************************
	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;
}

.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{
		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__medical thead th{
	background: #FFE39A;
}
.guaranteeArea__medical tbody tr.guaranteeArea__tableSubTitle td{
	background: #FFF0C8;
}
.guaranteeArea__medical tbody tr td{
	background: #FFF;
	border:1px solid #FFE39A;
}
.guaranteeArea__medical tbody tr.topDotted td{
border-top: 1px dashed #FFE39A;
}
.guaranteeArea__medical tbody tr:last-child td{
	border-bottom: 1px solid #FFE39A;
}

.guaranteeArea__subTitle{
	text-align: center;
	font-weight: bold;
	color: #242323;
	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__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 4px 12px 8px;
	border-left: none;
	text-align: left;
}

.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 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+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{
	text-align: left;
	margin-top: 12px;
	font-size: 12px;
	color: #606060;
}
.guaranteeAreaAttentionSub{
	margin-top: 8px;
	font-size: 12px;
	color: #606060;
}

.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;
}


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

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

	.guaranteeArea__subTitle{
		font-size: 18px;
	}

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

	.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;
  }
}

/*******************************************
	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: 120px;
	}

	.cautionBox{
		width: 632px;
	}
}


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


.modalWindow__TitleLeft{
	text-align: left;
}

.medicalModalCautionText {
	text-align: left;
}

.modalInnerCautionBoxImg{
	margin-top: 8px;
	width: 100%;
	max-width: 279px;
	height: auto;
}
.modalWindow__TitleUnderText{
	margin-top: 24px;
	font-size: 16px;
}
.modalWindow__TitleUnderTextAttention{
	font-weight: bold;
}

.modalInnerCautionBox2{
	margin-right: 0;
	margin-left: 0;
	padding: 16px 12px 12px;
}
.cautionBox__supplement{
	text-align: left;
	margin-top: 12px;
	font-size: 12px;
}

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

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

	.modalInnerCautionBoxImg{
		margin-top: 0;
	}
	.cautionBox__supplement{
		margin-top: 24px;
	}

}



.section__buttonPrimary {
	margin-bottom: 24px;
    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;
}

@media screen and (min-width: 768px){
	.section__buttonPrimary {
	    max-width: 240px;
	}
}


/******

medicalFreeExplanationArea__freeTermArea

*******/

.medicalFreeExplanationArea__freeTermArea{
	position: relative;
	border: 2px solid #FFE08F;
	border-radius: 8px;
	background: #FFFFFF;
	margin-right:45px;
}
.medicalFreeExplanationArea__paidTermArea{
	margin-top: 24px;
	position: relative;
	border: 2px solid #FFC733;
	border-radius: 8px;
	background: #FFFFFF;
	margin-left:45px;
}
.medicalFreeExplanationArea__freeTermArea::after{
	content: "";
	position: absolute;
	left: 60px;
	bottom: -17px;
	width: 20px;
	height: 20px;
	background:url(../images/bottomTriangleColord.svg) no-repeat;
	background-size: 20px 20px;
}

.medicalFreeExplanationArea__paidTermArea::before{
	content: "";
	position: absolute;
	right: 60px;
	top: -17px;
	width: 20px;
	height: 20px;
	background:url(../images/topTriangleColord.svg) no-repeat;
	background-size: 20px 20px;
}

.medicalFreeExplanationArea__freeTermTitle{
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	background: #FFE08F;
}
.medicalFreeExplanationArea__paidTermTitle{
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	background: #FFC733;
}
.medicalFreeExplanationArea__freeTermTextArea,
.medicalFreeExplanationArea__paidTermTextArea{
	padding:8px 12px;
	font-size: 14px;
	text-align: left;
}

.medicalFreeExplanationArea__TermArea{
	display:flex;
}
.medicalFreeExplanationArea__TermAreaFree{
	padding: 8px 27px 8px 16px;
	background:#FFE08F;
}

.medicalFreeExplanationArea__TermAreaPaid{
	padding: 8px 27px 8px 16px;
	background: #FFC733;
}
.medicalFreeExplanationArea__TermAreaFreeTitle,
.medicalFreeExplanationArea__TermAreaPaidTitle{
	position: relative;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	font-weight: bold;
  z-index: 0;
}
.medicalFreeExplanationArea__TermAreaFreeTitle::after{
	content: "";
	width: 102%;
	height: 10px;
	background: #FFF3D5;
	position: absolute;
	left: 50%;
	bottom: 2px;
	transform: translate(-50%, 0);
	z-index: -1;
}
.medicalFreeExplanationArea__TermAreaPaidTitle::after{
	content: "";
	width: 102%;
	height: 10px;
	background: #FFE08F;
	position: absolute;
	left: 50%;
	bottom: 2px;
	transform: translate(-50%, 0);
	z-index: -1;
}
.medicalFreeExplanationArea__TermAreaFreeText,
.medicalFreeExplanationArea__TermAreaPaidText{
	font-size: 10px;
}
.medicalFreeExplanationArea__TermAreaBox{
	position: relative;
	margin-top: 24px;
	width: 100%;
	white-space: nowrap;
}
.medicalFreeExplanationArea__TermAreaBox::before{
	content: "";
	position: absolute;
	top:0;
	right: -1px;
	width: 20px;
	height: 50%;
	background: linear-gradient(55deg,transparent 0%,transparent 50%,#FFF7E5 50%,#FFF7E5 100%);
}
.medicalFreeExplanationArea__TermAreaBox::after{
	content: "";
	position: absolute;
	bottom:0;
	right: -1px;
	width: 20px;
	height: 50%;
	background: linear-gradient(125deg,transparent 0%,transparent 50%,#FFF7E5 50%,#FFF7E5 100%);
}
