html {font-size: 62.5%;}

/*リセット*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	font-family: 'Noto Sans Japanese', 'Yu Gothic', YuGothic, sans-serif;
	font-style: normal;
	line-height: 1.5em;
	font-size: 16px;
	font-weight: 400;
	color:#4d4d4d;
	background: #f4f4f4; /* Old browsers */
	padding: 0;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ol, ul {
	list-style: none;
}

*{
margin:0;
padding:0;
}

/*共通部分*/
h1{
	font-size: 60px;
	font-weight: 600;
}

h1.white{
	color: #fff;
}

h2{
	font-size:20px;
}

p.white{
	color: #fff;
}

.small{
	font-size: 20px;
}

span{
	display: block;
}
table{
	width: 1050px;
	margin: 0 auto;
	color: #fff;
}

th,
td{
	display: inline-block;
	padding: 1.5em 0;
}

tr{
	border-bottom: 1px solid #fff;
}

th{
	width: 30%;
	vertical-align: top;
}

td{
	width: 69%;
}

/*ボタン*/
.main_btn
,.sub_btn{
	margin-top: 6em;
	padding-bottom: 6em;
}

.button {
  display: inline-block;
  width: 350px;
  height: 74px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button {
  position: relative;
  z-index: 2;
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
  line-height: 70px;
  overflow: hidden;
}
.button:hover {
  color: #333;
	text-decoration: none;
}
.button::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.button:hover::after {
  background: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*エラー画面*/
.confirm{
	width: 1050px;
	margin: 0 auto;
	text-align: center;
	padding-top: 7em;
}

.wrap{
	width: 100%;
	border-bottom: 1px solid #ccc;
}

.comment{
	padding: 3em 0;
}

.confirm p{
	margin-bottom: 0;
}



.error_messe{
	line-height: 2em;
}

.btn_area{
	padding: 3em 0;
}

/*確認画面*/
.confirm form{
	display: inline-block;
}

form td{
	text-align: left;
	width: 59%;
}

form th{
	padding-left: 2em;
	width: 40%;
}

form tr{
	border-bottom: 1px solid #ccc;
}

.confirm form tr{
	margin-bottom: 0;
}

.confirm form th{
	margin-bottom: 0;
}


.button{
	margin: 0 2em 5em 2em;
}

.confirm th,
.confirm td{
	color: #4d4d4d;
}

/*完了画面*/
.done{
	padding: 2em 0 1em;
}

@media (max-width: 767px){
	body {
		word-wrap: break-all;
	}

	.confirm{
		width: 90%;
	}

	.contact table{
		width: 100%;
	}

	form th,
	form td{
		display: block;
		width: 100%;
	}

	form th{
		padding: 1em 0 1em;
	}

	form td{
		padding: 0 0 1em;
	}

	.confirm .button{
		margin: 0 0 1em 0;
		height: auto;
	}

	.confirm .btn_area{
		padding: 0 0 1em 0;
	}

	.button{
		width: 85%;
		padding: 0 5em;
	}

	.wrap .button2{
		width: 100%;
		display: inline;
	}

	.wrap .btn_area{
		padding: 2em 0;
		margin: 4em 0 4em;
	}

	.fin{
		padding: 2em 5em;
	}












}



















}
