@charset "UTF-8";


/*step*/
/*
.step{
	width: 100%;
}

.step .step_img{
	float: left;
	width: 32%;
	border: 1px solid #999;
}

.step .step_img img{
	width: 100%;
	height: 100%;
	aspect-ratio: 4 / 3;
	object-fit: contain ;
}

.step .text_guide{
    float: right;
    width: 65%;
}

.step .text_guide h2{
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 800;
	font-size: 1.2rem;
	margin-bottom: .75rem;
}

.step .text_guide p{
	font-size: 1rem;
}

.step_mark{
	display: inline-block;
	font-size: .9rem;
	background: #fb0000;
	color: #fff;
	padding: 6px 12px;
	margin-right: .5rem;
}
*/

/*選ばれる理由*/
.reason_grid{
	display: grid;
	column-gap: 6px;
	grid-template-columns: repeat(4, 1fr);
	justify-content: center;
	align-items: center;
	grid-column-gap:16px;
	row-gap: 16px;
}

.reason_grid .reason{
	background: #5f9ea0;
	border-radius: 8px;
	padding: 30px;
}

.reason_grid h3{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	font-size:min(5vw,1.3rem);
	letter-spacing: .1rem;
	text-align: center;
	color: yellow;
	margin: auto;
}

.reason_grid p{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	font-size:min(5vw,1rem);
	color: #fff;
	margin:0 auto .3rem;
}

/*サポート*/

.support_box{
	display: grid;
	column-gap: 12px;
	grid-template-columns: repeat(4, 1fr);
	margin: 35px auto 16px;
}

.sup_txt{
margin: auto;
}

.sup_img {
	border: 1px solid #999;
	font-size: 0;
	margin: 0;
	padding: 0;
}

.sup_img img{
	width: 100%;
	height: 100%;
	aspect-ratio: 4/ 3;
	object-fit: contain ;
}
.sup_txt h3{
	width: fit-content;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: min(3.5vw,1rem);
	letter-spacing: .2rem;
	background-color: #5f9ea0;
	border-radius: 21px;
	color: #fff;
	padding: 8px 12px;
	margin: .75rem 0;
}

.sup_txt p{
	font-size: .9rem;
	line-height: 1.6;
	letter-spacing: .02rem;
}


/*査定ボタン等*/
.but {
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 800;
	font-size: 1.3rem;
	text-align: center;	
	margin: 3rem auto 0;
}

.but a{
	display: block;
	text-decoration: none;
}

.but span{
		background: #0b3989;
		border-radius: 6px;
		color: #f5f5f5;
		padding: 21px;
	}
/*フロートボタン*/	
.but_head{
	display: none;
}
/*アンカーテキストメニュー*/
.anchor_link{
	display: none;
}

/*フローチャート*/

.flow_design {
	display: flex;
	justify-content: left;
	align-items: center;
  }

  .buy_back{
	background: url("../images/support/flow_bk.png") no-repeat right bottom;
  }

  .sell_back{
	background: url("../images/support/flow_bk.png") no-repeat right 80%;
  }
  
  
  .flow {
	padding-left: 0;
  }
  
  .flow > li {
	list-style-type: none;
	position: relative;
	padding-left: 50px;
  }
  
  .flow > li:not(:last-child) {
	padding-bottom: 10px;
  }
  
  .flow > li .icon_flow {
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	border-radius: 100vh;
	display: inline-block;
	background: #5f9ea0;
	color: #fff;
	position: absolute;
	left: 0;
  }


  
  .flow > li:not(:last-child)::before {
	content: '';
	background: #c3c3c3;
	width: 4px;
	height: 100%;
	position: absolute;
	top: calc(50% - -30px);
	left: 19px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
  }
  
  .flow > li dl dt {
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 600;
	font-size: 1.3em;
	color: #5f9ea0;
	margin-bottom: .3em;
  }


  
  .flow > li dl dd {
	margin-left: 0;
  }

  .flow > li dl dd br{
	content: "";
	display: block;
	margin: 0 0 .5em;
  }

 
  .flow li dl dd .flow_img{
	width: 20%;
	display: inline-block;
  }

  .flow li dl dd .flow_txt{
	width: 75%;
	background: #ffffff78;
	display: inline-block;
	vertical-align: top;
	margin-left: 1rem;
  }
 .entry-content .flow p{
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 auto ;
 }


@media only screen and (max-width: 736px) {/*スマホ*/

.entry-content p{
	width: 94%;
}



/*step*/
/*
.step{
	width: 98%;
	margin: auto;
}

.step .step_img{
	float: none;
	width: 100%;
}

.step .text_guide{
    float: none;
    width: 100%;
}

.step .text_guide h2{
	font-size: 1.2rem;
	margin-top: .5rem;
	margin-bottom: .75rem;
}
*/

/*選ばれる理由*/
.reason_grid{
	display: grid;
	grid-template-columns: 1fr;
	justify-content: center; 
	grid-column-gap:8px;
	row-gap: 16px;
}

.reason_grid .reason{
	padding: 10px;
}

/*サポート*/

.support_box{
	display: grid;
	column-gap: 12px;
	grid-template-columns: repeat(2, 1fr);
	margin: 35px auto 16px;
}

.sup_img {
	border: 1px solid #999;
	font-size: 0;
	margin: 0;
	padding: 0;
}

.sup_txt h3{
	margin: .75rem auto .5rem;
}

.sup_txt p{
	font-size: .9rem;
	line-height: 1.6;
}

/*フロートボタン用*/	

.but_head{
	 text-align: right;
	 color: #fff;
     margin: 10px auto 24px;
 }
 
  .but_head span{
	  display: inline-block;
	  font-family: sans-serif;
	  font-weight: 500;
	  font-size: 1rem;
		 background: rgba(22, 113, 230, 0.69);
		 border-radius: 6px;
		 padding: 8px 12px;
  }
 
  .but_head a{
	  color: #fff;
	  text-decoration: none;
  }
  
  .but_head span::after{
	display: inline-block;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	width: .5rem;
	height: .5rem;
	vertical-align: top;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
    margin-left: .3rem;
    margin-top: .6rem;
}

/*アンカーリンクメニュー*/

.anchor_link{
	display: block;
	text-align: center;
	width: 100%;
	margin: auto;
}

.anchor_link li{
	display: inline-block;
	background: #d3d3d3;
	border: 1px solid #999;
	border-radius: 12px;
	padding: 8px 16px;
	margin: auto 6px;
}

.anchor_link li a{
	display: block;
	color: #333;
	text-decoration: none;
}

/*フローチャート*/
.flow_design {
	display: flex;
	justify-content: center;
	align-items: center;
  }

  .buy_back{
	background: unset;
  }

  .sell_back{
	background: unset;
  }

  .flow > li {
	padding-left: 30px;
  }

  .flow > li .icon_flow {
	left: -20px;
  }


  
  .flow > li:not(:last-child)::before {
	left: -1px;

  }

  .flow li dl dd .flow_img{
	width: 100%;
	display: block;
  }

  .flow li dl dd .flow_txt{
	width: 100%;
	display: block;
	margin-left: 0;
  }



}/*スマホ*/

@media only screen and (max-width: 376px) {




}


@media only screen and  (min-width: 737px) and (max-width: 1024px){
	
.entry-content{
	width: 98%;
	margin: auto;
}
	
.entry-content p{
	width: 98%;
	margin: 0 auto;
	}
	
.pr_box{
	width: 100%;
	height: auto;
	margin: 0 auto;
	}
	
.img_l{
	float: none;
	position: relative;
	top: 0;
	left: 0;
	
}

.img_l img{
	width: 30%;
}

.img_r{
	width: 98%;
	float: none;
		position: absolute;
}

.qa_box{
	width: 98%;
	margin: 0 auto;
}

/*step*/

.step{
	width: 98%;
	margin: auto;
}

.step .step_img{
	float: left;
	width: 40%;
}

.step .text_guide{
    float: right;
    width: 55%;
}

/*選ばれる理由*/
.reason_grid{
	display: grid;
	column-gap: 6px;
	grid-template-columns: repeat(2, 1fr);
	justify-content: center;
	align-items: center;
	grid-column-gap:16px;
	row-gap: 16px;
}

/*サポート*/
.support_box{
	display: grid;
	column-gap: 12px;
	grid-template-columns: repeat(3, 1fr);
	margin: 35px auto 16px;
}

.sup_img {
	border: 1px solid #999;
	font-size: 0;
	margin: 0;
	padding: 0;
}
.sup_txt h2{
	font-size: 1rem;
	margin: .5rem auto;
}

.sup_txt p{
	font-size: .9rem;
	line-height: 1.6;
}


/*フローチャート*/
.flow_design {
	display: flex;
	justify-content: center;
	align-items: center;
	background: unset;
  }



}















