@charset "utf-8";
/*----------------------------------------------------------------------------------------------
	select_plan
----------------------------------------------------------------------------------------------*/
.selectplan_gentei {
 margin-top: 10px;
}
.sec-white {
 max-width: 920px;
 margin: 60px auto 0;
 padding: 40px 30px 60px;
 background: #fff;
 text-align: center;
 color: #4C4948;
}
.select_plan_ttl {
 margin-bottom: 1em;
 padding-bottom: 20px;
 border-bottom: 1px solid #b3b3b3;
}
.select01 {
 display: flex;
 justify-content: space-between;
 gap: 30px;
 margin-top: 30px;
}
.select01 + .select_plan_ttl {
 margin-top: 60px;
}
.select02 {
 display: flex;
 justify-content: space-between;
 gap: 30px;
 margin-top: 30px;
}
.txt_red {
 color: #E83828;
}
.select_plan_t03 {
 font-size: .8em;
}
.select_plan_ttl001 {
 margin-bottom: 40px;
}
@media screen and (max-width:768px){
 .select01 {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
  padding: 0 8%;
 }
 .select01 + .select_plan_ttl {
  margin-top: 60px;
 }
 .select02 {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
 }
 .select_plan_t01,
 .select_plan_t02,
 .select_plan_t03 {
  text-align: justify;
 }
}