@charset "utf-8";
.content {
  padding: 6% 0 10%;
  background-color: #F8F8F8;
}
.content .title-wrap {
  width: 90%;
  margin: 0 auto 6%;
  max-width: 1200px;
  border-bottom: 1px solid #CCCCCC;
  padding-top: 7%;
}
.title-wrap .logo  {
	margin: 0 auto 3%;
	width: 13%;
}
.title-wrap .logo img {
  width: 100%;
}
.title-wrap .title  {
	width: 75%;
	margin: 0 auto 5%;
	max-width: 400px;
}
.title-wrap .title img {
  width: 100%;
}
.content .area01 {
  width: 85%;
  margin: 0 auto 3%;
  max-width: 1060px;
}
.area01 .box01 {
  width: 58%;
  float: left;
  position: relative;
}
.area01 .box01 .txt {
  font-size: 1.1vw;
  line-height: 250%;
  margin-bottom: 5%;
  text-align: justify;
}
.area01 .box01 .btn {
  font-size: 1vw;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 0;
}
.area01 .box01 .btn a {
  padding: 0.8vw 1vw;
  width: 60%;
  display; block;
  background-color: #4D4D4D;
  color: #FFF;
}
.area01 .box01 .btn a:hover {
  background-color: #F77E00;
}
.area01 .box02  {
  width: 36%;
  float: right;
}
.area01 .photo01 {
	margin: 0 0 15%;
}
.area01 .box02 img  {
  width: 100%;
}
.content .area02 {
  width: 85%;
  margin: 0 auto 3%;
  max-width: 1060px;
}
.area02 .box01  {
  width: 30%;
  float: left;
}
.area02 .box01 img {
  width: 100%;
}
.area02 .box02  {
	width: 60%;
	float: right;
	font-size: 1.1vw;
	line-height: 250%;
}
.area02 .txt-box01 {
	padding: 0 0 5%;
	margin: 0 0 5%;
	border-bottom: 1px dotted #CCCCCC;
}
.area02 .table {
	border: 0.5px solid #CCCCCC;
	margin: 0 0 5%;
}
.area02 .table .tr {
	width: 100%;
	display: table;
	border-bottom: 0.5px solid #CCCCCC;
}
.area02 .table .tr:last-child {
	border: none;
}
.area02 .table .th {
	width: 14%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-right: 0.5px solid #CCCCCC;
}
.area02 .table .td {
	width: 43%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-right: 0.5px solid #CCCCCC;
}
.area02 .table .td:last-child {
	border-right: none;
}
.content .area03 {
  width: 85%;
  margin: 0 auto 3%;
  max-width: 1060px;
  background-color: #FFFFFF;
}
.area03 .table {
  width: 96%;
  margin: 0 auto;
  padding: 2% 0;
  font-size: 1vw;
  line-height: 200%;
}
.area03 .table .tr01 {
  width: 100%;
  display: table;
  border-bottom: 1px solid #CCC;
}
.area03 .table .tr02 {
  width: 100%;
  display: table;
}
.area03 .table .th {
  width: 15%;
  padding: 2% 0;
  display: table-cell;
  vertical-align: top;
  text-align: center;
  background-color: #F2F2F2;
  font-weight: bold;
}
.area03 .table .td {
  width: 83%;
  padding: 2% 0 2% 2%;
  display: table-cell;
  vertical-align: middle;
}
.area03 .table-under  {
  margin: 0 auto;
  padding: 2% 0;
  font-size: 1vw;
  line-height: 200%;
  background-color: #FDE4C7;
  text-align: center;
}
.required {
  color: #FF0000;
  font-weight: normal;
}
.tr01 .td label {
  margin-right: 3%;
}
.content .area04 {
  width: 85%;
  margin: 0 auto;
  max-width: 1060px;
  background-color: #FFFFFF;
}
.area04 .table {
  width: 96%;
  margin: 0 auto;
  padding: 2% 0;
  font-size: 1vw;
  line-height: 200%;
}
.area04 .table .tr01 {
  width: 100%;
  display: table;
  border-bottom: 1px solid #CCC;
	padding: 2% 0;
}
.area04 .table .tr02 {
  width: 100%;
  display: table;
	padding: 2% 0;
}
.form-space01 {
  width: 60%;
}
.form-space02 {
  width: 35%;
}
.form-space03 {
  width: 80%;
}
#contact_button {
  width: 40%;
  margin: 3% auto 0;
  font-size: 1vw;
}
#contact_button .mfp_button_cancel {
  width: 45%;
  float: left;
  padding: 1.5vw 1vw;
  display; block;
  background-color: #4D4D4D;
  color: #FFF;
  font-size: 1vw;
  line-height: 30%;
}
#contact_button .mfp_button_send {
  width: 45%;
  float: right;
  padding: 1.5vw 1vw;
  display; block;
  background-color: #4D4D4D;
  color: #FFF;
  font-size: 1vw;
  line-height: 30%;
}
.thanks {
  width: 80%;
  text-align: center;
  padding: 20% 0 10%;
  margin: 0 auto;
  font-size: 1vw;
  line-height: 100%;
}
.thanks .title {
  margin-bottom: 8%;
  font-size: 1.2vw;
  font-weight: bold;
}
.thanks .txt01 {
  margin-bottom: 5%;
  padding-bottom: 5%;
  border-bottom: 1px solid #CCC;
}

/* ============================== スマホ用 ============================== */
@media screen and (max-width: 800px) {
.title-wrap .title {
  width: 100%;
}
.title-wrap .logo {
  width: 30%;
}
.content .area01 {
  width: 90%;
}
.area01 .box01 {
  width: 100%;
  float: none;
  margin-bottom: 10%;
}
.area01 .box01 .txt {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 10%;
}
.area01 .box01 .btn {
  font-size: 14px;
  position: relative;
}
.area01 .box02 {
  width: 100%;
  float: none;
}
.content .title-wrap {
  padding-top: 15%;
}
.area02 .flow {
	margin: 0 auto 10%;
  width: 70%;
}
.area02 .flow img {
	width: 100%;
}
.area02 .txt {
	font-size: 14px;
	line-height: 25px;
	margin: 0 0 5%;
}
.arrow {
	text-align: center;
	margin: 0 0 10%;
}
.arrow img {
	width: 5%;
}
.content .area03 {
  width: 100%;
}
.area03 .table {
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 25px;
	padding: 5% 0;
}
.area03 .table .tr01 {
  display: block;
  border: none;
}
.area03 .table .th {
  width: 100%;
  display: block;
}
.area03 .table .td {
  width: 100%;
  display: block;
  padding: 2% 0 2% 0;
}
.area03 .table-under {
  font-size: 14px;
  line-height: 25px;
}
.content .area04 {
  width: 100%;
}
.area04 .table {
  width: 90%;
  font-size: 14px;
  line-height: 25px;
}
.area04 .table .tr01 {
  width: 100%;
  display: block;
  border: none;
}
.area04 .table .td {
  padding: 2% 0;
  display: block;
}
.form-space01 {
  width: 100%;
}
.form-space02 {
  width: 100%;
}
.form-space03 {
  width: 100%;
}
#contact_button {
  width: 60%;
  margin: 5% auto 0;
  font-size: 14px;
}
#contact_button .mfp_button_cancel {
  width: 100%;
  float: none;
  padding: 1.5vw 1vw;
  font-size: 14px;
  line-height: 25px;
  margin: 0 auto 5%;
}
#contact_button .mfp_button_send {
  width: 100%;
  float: none;
  padding: 1.5vw 1vw;
  font-size: 14px;
  line-height: 25px;
  margin: 0 auto 5%;
}
.footer .link-box .link {
  font-size: 14px;
}
.thanks {
  width: 90%;
  padding: 20% 0 10%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 25px;
}
.thanks .title {
  margin-bottom: 8%;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
.thanks .txt01 {
  margin-bottom: 5%;
  font-size: 14px;
  text-align: left;
  line-height: 25px;
}
.thanks .txt02 {
  font-size: 14px;
  line-height: 25px;
}
}
