@charset "UTF-8";

.sp_only {
	display: inline;
}

.m__section.section_form {
	padding: 0 1px 30px;
}
.m__main_h2_wrap {
	margin-left: 24px;
	margin-right: 24px;
}

.privacy_policy {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  overflow-y: scroll;
  width: 100%;
  height: 220px;
  margin: 0;
  padding: 5px;
  border: 1px solid #ebebeb;
  font-size: 12px;
  line-height: 1.3;
}

.privacy_policy .m__main_h2_wrap {
	margin-left:0 !important;
}

.privacy_policy .m__main_h2 {
	font-size:14px !important;
	font-weight:normal;
}

.privacy_policy .m__main_h3 {
	font-size:12px !important;
}

.privacy_policy p {
	font-size:12px !important;
}


.privacy_detail {
	width: 90%;
	margin: 10px auto;
	font-size: 12px;
	line-height: 1.5;
}

.privacy_detail th,
.privacy_detail td {
	padding: 5px 5px 5px 10px;
	width:50%;
}

.privacy_detail th {
	font-weight: normal;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.privacy_detail th:last-child {
	border-right: none;
}

.privacy_detail td {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.privacy_detail td.nb {
	border-right: none;
}

.privacy_detail td.last {
	border-bottom: 1px solid #ccc;
}

.privacy_detail td ul {
	list-style:disc;
}

.privacy_detail td ul li {
	margin-left:10px;
}




.form {
	width: 100%;
	margin: 15px 0 0;
	font-size: 9px;
	line-height: 1.111111167;
}
.form th,
.form td {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4px;
}
.form th {
	width: 31.25%;
	background: #ebebeb none;
	border-top: 1px solid #fff;
	color: #717171;
	text-align: left;
	vertical-align: middle;
}
.form td {
	width: 68.75%;
	background: #f8f8f8 none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	vertical-align: middle;
}
.necessary {
	color: #fd771e;
}

label {
	display: block;
	margin: 4px 0;
	padding: 0 0 0 1.9em;
	text-indent: -1.9em;
}
input[type="checkbox"] {
	margin: 0 5px 2px 0;
	vertical-align: middle;
}
input[type="radio"] {
  margin: 0 5px 3px 0;
	vertical-align: middle;
}
input[type="text"],
input[type="number"],
textarea {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	padding: 2px;
	border: 1px solid #7a7a7a;
}
input[type="text"] {
	width: 68.75%;
	margin: 0 3px 0 0;
}
input[type="number"] {
	width: 45.673076923076923%;
}
textarea {
	display: block;
	width: 72.836538461538462%;
}
.address {height: 34px;}
.detail {height: 89px;}

.notice {
	display: inline-block;
	margin: 2px 0;
}

.inputGuide {
	display: block;
	margin: 2px 0 0;
}
.buttonContainer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
	display: flex;
	width: 220px;
	margin: 20px auto 0;
}
.reset {
	width: 100%;
	-webkit-order: 1;
	-moz-order: 1;
	-ms-flex-order: 1;
	order: 1;
	text-align: center;
}
.submit {
	width: 100%;
	-webkit-order: 2;
	-moz-order: 2;
	-ms-flex-order: 2;
	order: 2;
	text-align: center;
}
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
	display: inline-block;
	width: 90px;
	height: 32px;
	padding: 0;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
}
input[type="submit"] {
	background: #0081cc none;
}
input[type="reset"] {
	background: #ccc none;
}

.inqbox {
	padding:10px;
}

.m__column_2 .m__section:first-of-type {
	border-top:none !important;
}

.mt10 {
	margin-top:10px !important;
}
