

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

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

	.buttonArea__catch{
		font-size: 18px;
		margin:0 auto;
	}

}


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

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


/****************************
	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{
	margin-top: 56px;
}

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


/******
	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__sceneInnerSectionImage{
		width: 200px;
		height: 200px;
	}

/***
for bicycle
***/

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

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

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

}

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

.serviceArea{
	margin-top: 100px;
}

.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{
	padding-bottom: 70px;
}

.guaranteeArea__bicycle thead th{
	background: #FFBA8B;
}
.guaranteeArea__bicycle tbody tr.guaranteeArea__tableSubTitle td{
	background: #FFF0E5;
}
.guaranteeArea__bicycle tbody tr td{
	border:1px solid #FFBA8B;
}
.guaranteeArea__bicycle tbody tr:last-child td{
	border-bottom: 1px solid #FFBA8B;
}

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


.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__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__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{
	margin-top: 20px;
	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;
}


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

