@charset "UTF-8";

/*  deli_days
----------------------------------------------- */
.deli_days.formArea{
}
.deli_days.formArea .clm{
	max-width: 50%;padding: 0 20px; flex-basis: 50%;
}
.deli_days.formArea .clm:first-child{
	position: relative;
}
.deli_days.formArea .clm:first-child:after{font-family: 'yubin';font-size: 20px;line-height: 1;position: absolute;top: 0;right: -5px;bottom: 0;height: 20px;margin: auto; content: '\f101';color: #c00;
}

/*20200218*/
div.tooltip{
  width: 320px !important;
  text-align: left;
}

@media screen and (max-width: 750px){
	.deli_days.formArea .clm:first-child{
		max-width: 50%;padding: 0 15px 0 0;flex-basis: 50%;
	}
	.deli_days.formArea .clm:first-child:after{
		font-family: 'yubin';font-size: 20px;line-height: 1;position: absolute;top: 0;right: -7px;bottom: 0;height: 20px;margin: auto; content: '\f101';color: #c00;
	}
	.deli_days.formArea .clm:last-child{
		max-width: 50%;padding: 0 0 0 15px;flex-basis: 50%;
	}
}

.inquryBox{flex-wrap:wrap;}
.inquryBox dt{border-right:1px solid #CCC; padding:15px 20px 15px 0;}
.inquryBox dd{ padding:15px 0 15px 20px;}

@media screen and (max-width: 750px){
	.inquryBox > dt, .inquryBox > dd{flex-basis:100%; max-width:100%;}
	.inquryBox > dt{text-align:center;}
	.inquryBox > dt{border-right:none; border-bottom:1px solid #CCC; padding:15px 0px;}
	.inquryBox > dt{padding:15px 0; text-align:center;}
		.inquryBox > dt dl{text-align:left;}
  /*20200218*/
  .tooltipBox{
    display: none;
  }
}/* sp */