input.est_frmvol,.est_frmpdn {
    font-size: 24px;
    margin-bottom: 0.5em;
}

@media screen and (min-width: 321px) and (max-width: 480px){

input.est_frmvol,.est_frmpdn {
    font-size: 18px;
    margin-bottom: 0.5em;
}

}

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

input.est_frmvol,.est_frmpdn {
    font-size: 97%;
    margin-bottom: 0.5em;
}

}

.select_btn{
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
    padding: 1em 0 2em 0;
}

.conf input[type=radio]{
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	overflow: hidden;
	padding: 0;
	clip: rect(0, 0, 0, 0);
}

.conf input[type="radio"]:checked + label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	background: #ff0000;
	color: #ffffff;
}


.conflbl {
	display: block;
	float: left;
	margin: 5px;
	width: 200px;
	padding: 1em 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #1e1e1e;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  border-radius: 0.5em;
  border: 3px solid #a90000;
  transition: 0.3s;
  background-image: linear-gradient(180deg, rgba(147,147,147,1) 0%, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 85%, rgba(209,209,209,1) 100%);
}

.conflbl:hover {
  background-image: linear-gradient(0deg, rgba(147,147,147,1) 0%, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 85%, rgba(209,209,209,1) 100%);
}

.conflbl2 {
	display: block;
	float: left;
	width: 40%;
	margin: 5px;
	padding: 1em 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #1e1e1e;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  border-radius: 0.5em;
  border: 3px solid #a90000;
  transition: 0.3s;
  background-image: linear-gradient(180deg, rgba(147,147,147,1) 0%, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 85%, rgba(209,209,209,1) 100%);
}

.conflbl2:hover {
  background-image: linear-gradient(0deg, rgba(147,147,147,1) 0%, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 85%, rgba(209,209,209,1) 100%);
}

.lbldat {
	width: 300px;
	margin: 0px 25px 0 0;
	float: left;
}

.lbldat2 {
	float: left;
}

.lblclo {
	width: 100px;
	display: inline-block;
	float: none;
	margin: 5px 0.3em 5px auto;
	background-color: #FFF;
	float: right;
}


.divclo {
	color: #a90000;
	background-color: #f5e6e6;
	width: 100%;
	text-align: left;
}

.divclo h5{
	padding-left:0.3em;
}

@media screen and (min-width:1451px){

.divclo h5{
	display: inline-block;
	font-weight: normal;
	vertical-align: sub;
	font-size: 1.4em;
	line-height: 3em;
}

}

@media screen and (min-width:1171px) and (max-width:1450px){

.divclo h5{
	display: inline-block;
	font-weight: normal;
	vertical-align: sub;
	font-size: 1.4em;
	line-height: 3em;
}

}

@media screen and (min-width:901px) and (max-width:1170px){

.divclo h5{
	display: inline-block;
	font-weight: normal;
	vertical-align: sub;
	font-size: 14px;
	line-height: 3.5em !important;
}

.lblclo{
	width: 80px;
}

}

@media screen and (min-width:771px) and (max-width:900px){

.divclo h5{
	display: inline-block;
	font-weight: normal;
	vertical-align: sub;
	font-size: 14px;
	line-height: 3.5em !important;
}

.lblclo{
	width: 80px;
}

}

@media screen and (min-width:415px) and (max-width:770px){

.divclo h5{
	display: inline-block;
	font-weight: normal;
	vertical-align: sub;
	font-size: 20px;
	line-height: 3em !important;
}

.lblclo{
	width: 100px;
}

}

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

.conflbl2{
	width: 100% !important;
}

.divclo h5{
	display: inline-block;
	font-weight: normal;
	vertical-align: sub;
	font-size: 17px;
	line-height: 3em !important;
}

.lblclo{
	width: 80px;
}

}

@media screen and (min-width:821px) and (max-width:882px){

.br_non{
	display: none;
}

}

.lblatc {
	width: 100px;
	float: none;
	margin: 5px auto 5px auto;
}


.conflbl:hover {
	background-color: #FFCCCC;
}


.confbtn {
	width: 98%;
	height: 3em;
	line-height: 3em;
	background-color: #B20000;
	color: #FFF;
	font-weight: bold;
	font-size: 1.8em;
	margin-top: 2em;
	border: 0;
	cursor: pointer;
	border-radius: 10px;
}

.confbtn:hover{
    background-color: #FFAAAA;
    text-decoration: none;
}


.est_frmvol {
	border: 2px solid #b20000;
	padding: 0.5em;
	border-radius: 0.5em;
	margin-right: 0.5em;
	margin-top: 5px;
	text-align: right;
}

.est_frmpdn {
	border: 2px solid #b20000;
	padding: 0.5em;
	border-radius: 0.5em;
	margin-right: 0.5em;
	margin-top: 5px;
	text-align: left;
	background-color: #FFF;
}



.steplnk_ccl span{
	font-size: 1.4em;
}

.steplnk_txt {
	height: 3.5em;
	margin: 0 0 0 1.5em;
	padding: 3px 0;
	text-align:left;
	line-height: 4.8em;
	font-size: 1em;
	float: left;
}


.frmtxt{
	position: relative;
	color: white;
	background: #F77;
	line-height: 1.4;
	margin: 1.5em 0;
	padding: 1em 0.5em 1em 1.8em;
	font-size: 18px;
}

.frmtxt:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 900;
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}


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

.lbldat{
	margin: 15px 0px 0 0;
}
}

	