@charset "UTF-8";
/*pc*/

button, input {
	line-height: normal;
   *overflow: visible;
  }
  button, input[type="button"], input[type="reset"], input[type="submit"] {
  
	-webkit-appearance: button;
  }
  input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
  }
  input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
  }
  input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  }
  button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
  }
  textarea {
	overflow: auto;
	vertical-align: top;
  }
  table {
	border-collapse: collapse;
	border-spacing: 0;
  }
  body, textarea {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  
	font-size:62.5%;
	line-height:180%;
	color: #111;
  }
  input, select {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  
  
  
  }
  address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
  }
  h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	line-height: 100%;
  }
  img, abbr, acronym, fieldset {
	border: 0;
  }
  table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
  }
*{
	padding: 0;
	margin: 0;
}
h2{
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 20px;
	text-align: center;
	color:#fff;
	background: #f98680;
	margin-bottom: 40px;
}
.swiper-slide > div{
	text-align: center;
}
.swiper-slide .slide-next,.send_btn input{
	width: 25%;
	display: inline-block;
	font-size: 20px;
	background: #be80cc;
	color: #fff;
	padding: 15px;
	border-radius: 10px;
	border:none;
	margin:0 20px 20px;
	cursor: pointer;
}
.swiper-slide .slide-next:hover,
.swiper-slide .slide-next:focus,.send_btn input:hover{
	background: #b35cc7;
}
.back_btn {
	width: 375px;
	max-width: 70%;
	display: inline-block;
	color: #fff;
	padding: 21px;
	border-radius: 10px;
	font-size: 20px;
	border: none;
	margin: 30px auto 0;
	cursor: pointer;
	text-decoration: none;
	background: #be80cc;
}
.back_btn:hover{
	background: #b35cc7;
}
table{
	width: 50%;
	margin: 0 auto 30px;
	font-size: 18px;
}
th,td{

	vertical-align: top;
	padding-bottom: 10px;
}
th{
	text-align: left;
	padding:7px 0 7px;
	width: 30%;

}
td input{
	border:1px solid #ccc;
	padding: 5px;
	border-radius: 5px;
	width: 100%;
	box-sizing: border-box;
}
@media screen and (max-width: 769px) {
	h2{
		width: 100%;
		font-size: 18px;
		padding: 20px 10px;
		background: #f98680;
	}
	.swiper-slide .slide-next,.send_btn input{
		width: 90%;
		display: inline-block;
		font-size: 16px;
		background: #be80cc;
		color: #fff;
		padding: 15px 10px;
		border-radius: 10px;
		border:none;
		margin:0 0px 20px;
		cursor: pointer;
	}
	table,th,td,tbody,tr{
		display: block;
		width: 100%;
	}
	table{
		width: 90%;
		margin: 0 auto 30px;
	}
	input[type="text"]{
		width: 100%;
		box-sizing: border-box;
		display: block;
	}

}

/*PC end*/