/*--------------------------------------
テキスト
---------------------------------------*/

.msr_text_05 {
  padding: 20px;
  width: 610px;
  border-bottom:solid 1px #666;
  line-height:1.2;
}
strong{
	color:#063;}
.msr_text_05 label {
  display: block;
  font-size: 14px;
}
.msr_text_05 input[type=text] {
  background: #fff;
  border: 1px solid #999999;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px;
  padding: 10px;
  height: 40px;
}

/*--------------------------------------
ラジオボタン
---------------------------------------*/
a {
	color:#063;}
.msr_radio_05 {  line-height:1.4;font-size:13px;

}
.msr_radio_05 p {
  font-size: 14px;
  padding-bottom: 5px;
}
input[type=radio] {
  margin: 0 7px 0px;
}
.msr_radio_05 input[type=radio] + label {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1.5px;
  margin-right: 12px;
  padding: 0 0 0px 24px;
  position: relative;
}
.msr_radio_05 input[type=radio] + label::before {
  border: 1px solid #777777;
  border-radius: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  content: "";
  display: block;
  margin-top: -9px;
  position: absolute;
  left: 0;
  top: 50%;
  height: 16px;
  width: 16px;
}
.msr_radio_05 input[type=radio]:checked + label::after {
  background: #333333;
  border-radius: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  content: "";
  display: block;
  margin-top: -4px;
  position: absolute;
  left: 4px;
  top: 0;
  height: 8px;
  width: 8px;
}
/*--------------------------------------
送信ボタン
---------------------------------------*/
.msr_sendbtn_05{
  margin:0 auto 20px;  text-align: center;width:180px;

}

.msr_sendbtn_05 input[type=submit] {
  background-color: #FFFFFF;
  border:1px solid #999999;
  border-radius: 2px;
  color: #333333;
  cursor:pointer;
  display: block;
  font-size: 14px;
  padding: 14px;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  width: 180px;
}
.msr_sendbtn_05 input[type=submit]:hover {
  background-color: #999999;
  color: #FFFFFF;
}
.msr_sendbtn_05 input[disabled=disabled] {
  cursor:default;
  opacity: 0.5;
}
.msr_sendbtn_05 input[disabled=disabled]:hover {
  background-color: #FFFFFF;
  color: #333333;
}
.form_free{width:650px;
font-size:13px;
margin:20px auto;}

.form_free h2{
	color:#063;	font-weight:bold;margin:0 20px;}


.left_01{float:left;width:440px;}
.right_01{float:right;width:120px;}


.left_01 input{margin-right:15px;}
.r15{margin-right:15px;}