clearfix
.cf { zoom:1; }
.cf:before,  .cf { content: ""; display: table; }
.cf:after { clear: both;}


body {
	width: 100%;
	min-height: 100%;
	_height: 100%;
	margin: 0;
	padding: 20px 0;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', Osaka, Arial, Helvetica, Verdana, sans-serif;
	_font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, Arial, Helvetica, Verdana, sans-serif;
	text-align: left;
	background: #ffffff;
	
}

.container{
	width: 70%;
	margin: 0 auto;
}

/*フォームステップ
*/
.form_steps {
  line-height: 0.7;
  font-size: 1.4em;
}
.form_steps:before, .form_steps:after {
  content: "";
  display: table;
}
.form_steps:after, .form_steps:after {
  clear: both;
}
.form_steps {
  zoom: 1;
}
.form_steps li {
  float: left;
  width: 27%;
  position: relative;
  margin: 10px 5px 20px -2px;
}
.form_steps li em {
  width: 100%;
  font-weight: normal;
  text-align: center;
}


.form_steps li:last-of-type > * {
  padding-right: 20px;
  background-color: #EAEAEA;
  border-color: #EAEAEA;
}

.form_steps li > * {
  position: relative;
  box-sizing: border-box;
  padding: 14px 20px 14px 40px;
  color: #2c3f4c;
  background-color: #EAEAEA;
  border-color: #EAEAEA;
  display: inline-block;
}
.form_steps li.is-current > * {
  background-color: #7095C6;
  border-color: #7095C6;
  color: #ffffff;
}

.form_steps li:after, .form_steps li > *:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  height: 0;
  width: 0;
  border: 21px solid transparent;
  border-right-width: 0;
}
.form_steps li:after {
  z-index: 1;
  border-left-color: #ffffff;
  margin: 0;
  -webkit-transform: translateX(3px);
  -moz-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px);
}
.form_steps li > *:after {
  z-index: 10;
  border-left-color: inherit;
}
.form_steps li:last-of-type:after, .form_steps li:last-of-type > *:after {
  display: none;
}


dl{
	width: 700px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	
}

dl dt{
	float: left;
	padding: 1em;
	color: #444444;
	font-weight: bold;
}

dl dd{
	border-bottom: 1px solid #cccccc;
	margin: 0;
	padding: 1em 0 1em 18em;
	font-size: 1em;
	
}


radio,
input[type="text"],
input[type="date"],
input[type="number"],
input[type="tel"],
input[type="email"]{
	width: 70%;
	font-size: 1em;
	padding: 5px;
}


/*input[type="checkbox"]{
    display: inline;
}
input[type="checkbox"] + label {
    box-sizing: border-box;
    cursor: pointer;
    padding: 5px 20px;
    position: relative;
    width: auto;
}
input[type="checkbox"] + label::before {
    position: absolute;
    top: 50%;
    left: 5px;
    display: block;
    margin-top: -8px;
    width: 14px;
    height: 14px;
    content: '';
    background: #0075ff;
    border-radius: 4px;
}
input[type="checkbox"] + label::after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
    display: block;
    height: 7px;
    left: 8px;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}*/


select{   
	font-size: 1em;
	padding: 5px;
}


div.form-check{   
	margin-bottom: 12px;
}

input[type="checkbox"]{
	font-size: 1em;
}


fieldset{
	border: none;
}

legend{
	font-size: 1.5em;
	color: #275EA8;
	padding: 7px 0 0 10px;
	
}

legend2{
	font-size: 1.2em;
	color: #275EA8;
	padding: 7px 0 0 10px;
	align-content: center;
	
}

legend3{
	font-size: 1.2em;
	font-weight: bold;
	color: red;
	padding: 0;
}


.explain{
	padding: 0 1em 1em 1em;
	
}

ul {
	list-style: none;
	
}

ul li{
	margin-right: 1em;
}

textarea{
	width: 24em;
	font-size: 1.1em;
	vertical-align: middle;
}

.name{
	width: 10em;
	margin-bottom: 8px;
}

.required{
	margin-left: 1em;
	font-size: 0.8em;
	color: #fff;
	background-color: #CF4E2D;
	padding: 3px;
	border-radius: 2px;
}

.submit{
	text-align: center;
	margin: 30px auto;
}

/*input{
	-webkit-appearance: none;
	border: 1px solid #ccc;
}*/


input[type="submit"]{
	-webkit-appearance: none;
	border-radius: 0;
	padding: 17px 50px;
	background: #dc143c;
	color: #fff;
	font-size: 1.5em;
	border: none;
	}

input[type="submit"]:hover{
	-webkit-appearance: none;
	border-radius: 0;
	opacity: 0.7;
	cursor: pointer;
	border: none;
}

input[type="reset"]{
	-webkit-appearance: none;
	border-radius: 0;
	padding: 17px 55px;
	background-color: #ccc;
	color: #fff;
	font-size: 1em;
	border: none;
}

input[type="reset"]:hover{
	-webkit-appearance: none;
	border-radius: 0;
	opacity: 0.7;
	cursor: pointer;
	border: none;
}

.ssl{
	margin-top: 20px;
}

/*確認画面*/

table{
	width: 800px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

table tr{
	border-bottom: 1px solid #cccccc;
}

table th{
	float: left;
	color: #444444;
	font-weight: bold;
	padding: 1em;
}

table td{
	font-size: 1.2em;
}

input[type="button"]{
	-webkit-appearance: none;
	border-radius: 0;
	padding: 17px 65px;
	background-color: #ccc;
	color: #fff;
	font-size: 1em;
	border: none;
}

input[type="button"]:hover{
	-webkit-appearance:none;
	border-radius: 0;
	opacity: 0.7;
	cursor: pointer;
	border: none;
}

/*完了画面*/

h3{
	font-size: 2em;
	color: #275EA8;
}




