body{
    background: #F8F8F8;
		font-size: 14px;
}

header{
    margin: 0 auto;
    border-bottom: 1px solid #D9D9D9;
	background: #fff;
}

.header_inner {
    max-width: 700px;
	width: 80%;
    margin: 15px auto 0 auto;
    padding-bottom: 15px;
}

#Mail_area{
	padding:20px;
	border-radius:3px;
	border:none;
    max-width: 800px;
	box-sizing: border-box;
	width: 80%;
    margin: 30px auto;
    background: #fff;
    -moz-box-shadow: 1px 1px 5px #C5C5C5;
    -webkit-box-shadow: 1px 1px 5px #C5C5C5;
    -o-box-shadow: 1px 1px 5px #C5C5C5;
    -ms-box-shadow: 1px 1px 5px #C5C5C5;
    box-shadow: 1px 1px 5px #C5C5C5;
}

h3 {
text-align: center;
    color: #345A29;
    font-size: 14px;
    padding: 10px 10px;
    background: #F8F8F8;
    -webkit-box-shadow: inset 0 0 5px 0 #DDD;
    -moz-box-shadow: inset 0 0 5px 0 #DDD;
    -o-border-radius: inset 0 0 5px 0 #DDD;
    -ms-border-radius: inset 0 0 5px 0 #DDD;
    box-shadow: inset 0 0 5px 0 #DDD;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    behavior: url(./PIE.htc);
    position: relative;
    z-index: 1;
    zoom: 1;
    font-weight: bold;
    margin-bottom: 10px;
}


.close a {
display: block;
margin: 0 auto 20px auto;
    color: #999;
    text-align: center;
    padding-top: 15px;
}

address {
    background: #393939;
    color: #FFF;
    text-align: center;
    font-size: 10px;
    padding: 5px 0;
}
.check_area ul li,
.radio_area ul li{
list-style: none;
    margin: 0px;
    padding: 5px 0px;

}

.Inputleft{
	background-color:#EAEAEA;
	background:none;
}
.Inputright{
	background-color:#FEFEFE;
	background:none;
}

.Inputarea{
	background-color: #F6F7F9;
}

.Inputarea:nth-child(even){
	background-color: #fff;
}

/* radio */
.Inputright div input[type="radio"]{
  display: none;
}
.radio_area label span{
	transition:.4s;
	padding-left: 24px;
	position:relative;
	margin-right: 20px;
	cursor:pointer;
}
.Inputright div input[type="radio"]:checked + span{
	color: #e47829;
  }
.radio_area label span::before{
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border:solid 1px #D3D3D3;
  background:#FFFFFF;
}
.radio_area label span::after{
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background:#e47829;
  transition:.4s;
  opacity:0;
}

.Inputright div input[type="radio"]:checked + span::after{
  border-radius: 50%;
  background: #e47829;
  opacity:1;
}


.check_area label span{
transition:.4s;
	padding-left: 24px;
  position:relative;
  margin-right: 20px;
  cursor:pointer;
}

.check_area label span::before{
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border:solid 1px #D3D3D3;
  background:#FFFFFF;
}
.check_area label span::after{
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 6px;
  width: 5px;
  height: 10px;
  transform: rotate(40deg);
  border-bottom: 3px solid #e47829;
  border-right: 3px solid #e47829;
  transition:.4s;
  opacity:0;
}

#family,
#age,
#route_orikomi,
#job_station{
width: 50%;
}

div#mfp_thanks {
    text-align: center;
    font-size: 18px;
    padding: 40px 0px;
    border: 5px solid #F4EDD5;
    margin-bottom: 20px;
}


div.mfp_thanks p {
    line-height: 1.7em;
}

.bt_30 {
    padding-bottom: 30px;
}

.fo01 {
    font-size: 10px;
    font-weight: bolder;
    color: #595757;
}

.pt30{
padding-top: 30px;
}

.txtC{
text-align: center;
}


@media screen and (max-width:700px) {
	.Checklist li{
		width:45%;
	}
}


@media screen and (max-width:480px) {
	.Checklist li{
		width:100%;
	}
}