@charset "utf-8";
main {
  width: 1104px;
  margin: auto;
  line-height: 25px
}
#priceNego h1 {
  font-size: 74px;
  color:#1c2c57;
  margin: 20px auto;
  padding: 40px 0;
}
#priceNego h2 {
  font-size: 28px;
  color: #1c2c57;
  margin: 25px auto;
  background-color: #ffeb3b;
  padding: 20px;
  width: fit-content;
}
#priceNego h3 {
  font-size: 38px;
  color:#4b4b4b;
  margin: 25px auto;
}
#priceNego .ta_c{
	text-align: center;
	padding: 50px 0;
}
.pd_t20{
	padding-top: 20px;
}
#priceNego .triangle{
	background: #1c2c5733;
  	height: calc(120px / 2);
	width: 120px;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	margin: 40px auto;
}
#priceNego .bg_y{
	background: #ffeb3b;
	border-radius: 10px;
	position: relative;
    width: 100%; 
    height: auto; 
	margin-bottom: 10px;
}
#priceNego .bg_y img{
  position: absolute;
  top: 65%;
  right: 0;
  margin-right: 10px;
  transform: translateY(-50%);
}
#priceNego .bg_y p{
	font-size: 30px;
	color:#1c2c57;
	text-align: center;
	line-height: 1.4em;
	font-family: hiragino kaku gothic w7 jis2004;
	font-weight: bold;
}
#priceNego .link_td_u{
	text-decoration: underline;
	color:#4b4b4b;
}
#priceNego .step_flow{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 30px 0;
}

#priceNego .step{
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 340px;
}

#priceNego .step_number{
	font-size: 38px;
	color:#1c2c57;
	font-family: hiragino kaku gothic w7 jis2004;
	font-weight: bold;
	margin-bottom: 20px;
}

#priceNego .step_title{
	background-color:#1c2c57;
	border-top-left-radius:10px; 
	border-top-right-radius: 10px;
	height: 100px;
	display: flex;
    justify-content: center;
    align-items: center;
}

#priceNego .step_title p{
	font-size: 22px;
	color:#fff;
	font-family: hiragino kaku gothic w7 jis2004;
	font-weight: bold;
	line-height: 1.4em;
}

#priceNego .step_contents{
	background-color: #1c2c571A;
	border-bottom-left-radius:10px; 
	border-bottom-right-radius: 10px;
	padding: 20px 10px;
	height: 310px;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

#priceNego .step_contents img{
	width: 200px;
	height: 200px;
}

#priceNego .step_contents p{
	font-size: 16px;
	line-height: 1.4em;
}
#priceNego .m_20{
	margin: 20px 0;
}

#priceNego .guide_link{
	text-decoration: underline;
	color:#4b4b4b;
	font-size: 24px;
}