
/*----- form -----*/
.formInputFrame,
#form .formTable td select,
#form .formTable td input[type=text],
#form .formTable td textarea {
  appearance: none;
  background: #e7e7e7;
  border: 0px solid #c5c5c5;
  border-radius: 0;
  padding: 10px 17px 11px;
  resize: none;
  font-size: 14px;
  width: 100%;
	box-sizing: border-box;
}

#form {
	background: #ccdbdf;
	padding-top: 28px;
}

#form #formFrame {
	width: 905px;
	margin: 0 auto;
	background: #fff;
	padding-bottom: 50px;
}

#form #formFrame .form-header {
	background: #f8f8f8;
	display: flex;
	justify-content: space-between;
  align-items: end;
	padding: 15px 44px 17px 20px;
	margin-bottom: 50px;
}

#form #formFrame .form-header h2 {
	height: auto;
	padding: 15px;
	margin: 0;
	background: #36a9d3;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	font-family: "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

#form #formFrame .form-header p {
	padding-top: 20px;
}

#form #formFrame .step {
	text-align: center;
	margin-bottom: 25px;
}

#form #formFrame .subtext {
	margin: 0 0 30px 38px;
	font-size: 13px;
}

#form #formFrame .formTable {
	width: 760px;
	margin: 0 auto;
}

#form #header {
  position: static;
}

#form .formTable {
  width: 100%;
  margin: 0 auto 57px;
  border-collapse: collapse;
  border-spacing: 0;
  letter-spacing: 0;
  border: 0 none;
  vertical-align: baseline;
  border: 0;
}

#form .error {
  color: #df3434 !important;
  font-size: 14px !important;
  margin-bottom: 7px !important;
}

#form .formTable tr {
  border-bottom: 1px solid #666666;
}

#form .formTable tr:first-child {
  border-top: 1px solid #666666;
}

#form .formTable tr.content p.note {
  font-size: 14px;
  padding: 6px 0 4px;
}

#form .formTable .req th label {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: -2px;
}

#form .formTable .req th::after {
  content: url(../images/form_icon_required.png);
  display: inline-block;
  vertical-align: middle;
  padding-top: 2px;
  float: right;
  margin-right: 15px;
}

#form .formTable th,
#form .formTable td {
  font-size: 14px;
  padding: 17px 0;
  line-height: 2;
  vertical-align: middle;
  border: 0 none !important;
  text-align: left;
}

#form .formTable th {
  color: #333333;
  width: 210px;
  padding-left: 20px;
}

#form .formTable th label {
  font-weight: normal;
}

#form .formTable td select,
#form .formTable td input[type=text],
#form .formTable td textarea {
  width: 450px;
}

#form .formTable td input[type=checkbox] {
  display: none;
}

#form .formTable .document td ul {
  display: flex;
  margin-bottom: 13px;
}

#form .formTable .document td ul li {
  margin-right: 10px;
}
#form .formTable .document td ul li:last-child {
  margin-right: 0;
}
#form .formTable .document td ul + p {
  font-size: 12px;
}

/*個人情報保護*/
.content-policy {
  border: 1px solid #b2b2b2;
  margin: 49px 72px 0;
  height: 213px;
  overflow-y: scroll;
  padding: 32px 30px;
  font-size: 15px;
  line-height: 19px;
}

.content-policy .title {
  font-weight: bold;
  font-size: 30px;
  padding-bottom: 36px;
}

.content-policy dl {
  margin-bottom: 40px;
}

.content-policy dl dt {
  font-weight: bold;
  margin-bottom: 9px;
}

.content-policy dl dd ul li:not(:last-child) {
  margin-bottom: 19px;
}
/*
.content-policy dl dd p {
  font-weight: bold;
  color: #2783a2;
  border-bottom: 2px solid #2783a2;
  padding-bottom: 2px;
}
*/
.content-policy dl dd label {
  display: block;
  margin-top: 10px;
}

.content-policy .pb {
	margin-bottom: 40px;
}

.content-policy table th,
.content-policy table td {
	text-align: left;
	padding: 10px;
}

.content-policy table th {
	width: 200px;
}

.checkbox-bottom {
  margin: 20px 200px 80px 274px;
  position: relative;
}

.checkbox-bottom::after {
  content: url(../images/form_icon_required.png);
	width: 65px;
	position: absolute;
	left: -88px;
}

/*thanks02*/
#form.thanks #mainFrame {
	padding: 0 160px 55px;
}

#form.thanks #formFrame .step {
	margin-bottom: 90px;
}

#form.thanks .thanksText {
	text-align: center;
}

#form.thanks .form_button_inquiry-text {
	margin: 56px auto 20px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

#form.thanks a.form_button_inquiry {
	display: block;
	width: 400px;
	margin: 0 auto 115px;
}

#form .formTable td input[type=checkbox]+label {
  background: #e7e7e7 url(../images/form_icon_off.png) no-repeat left 20px center;
  position: relative;
  cursor: pointer;
  display: block;
  color: #5c5c5c;
  padding: 18px 0 18px 40px;
  width: 125px;
  user-select: none;
  transition: 0.2s;
  line-height: 19px;
}

#form .formTable td input[type=checkbox]:checked+label {
  background: #36a9d3 url(../images/form_icon_on.png) no-repeat left 15px center;
  color: #fff;
}

#form .formTable td select {
  background-image: url(../images/form_selectArrow.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
}

#form .formTable .date strong {
	display: block;
	color: #00a0e9;
	font-size: 16px;
	line-height: 23px;
	font-weight: bold;
	margin-bottom: 3px;
}
#form .formTable .date strong span {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	padding-left: 14px;
	font-weight: normal;
}
#form .formTable .date td ul {
  display: flex;
  width: 520px;
	justify-content: space-between;
	margin-bottom: 14px;
}
#form .formTable .date td ul:last-child {
	margin-bottom: 0;
}
#form .formTable .date td ul li {
	width: 250px;
}
#form .formTable .date input[type=text],
#form .formTable .date select {
	width: 100%;
}

#form .formTable td ::-ms-expand {
  display: none;
}

#form #nextBtn {
	text-align: center;
	margin-top: 55px;
}

#form #ui-datepicker-div {
	font-size: 14px;
}
#form #ui-datepicker-div a.ui-state-default {
	line-height: 18px;
	text-align: center;
}
#form .ui-datepicker th {
	padding: 0 .3rem;
}

#form footer {
	border: none;
	background: none;
	color: #333333;
	font-size: 13px;
	padding-bottom: 35px;
}

/*----- confirm -----*/
#form.confirm .formTable tr th,
#form.confirm .formTable tr td {
  line-height: 1.8;
}

#form.confirm .formTable .top th {
  padding-top: 20px;
}

#form.confirm #sentPrev {
	text-align: center;
	margin-top: 55px;
}

#form.confirm #sendBtn {
	margin-bottom: 35px;
}

#form.confirm #prevBtn {
  cursor: pointer;
  text-decoration: underline;
  font-size: 14px;
  background: #e8e8e8;
  display: inline;
  padding: 3px 5px;
  color: #292929;
}
/* datepicker */
img.ui-datepicker-trigger{
  cursor: pointer;
  margin-left: 7px!important;
  vertical-align: middle;
}
/*----- thanks -----*/
#form.thanks .thanksText{
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 27px;
}

#form.thanks #mainFrame {
	padding: 0 40px 545px;
}

#form.thanks ul {
	border: solid 1px #90a5ad;
	display: inline-block;
	padding: 18px 150px 18px 18px;
	margin-bottom: 170px;
}
#form.thanks ul li {
	font-size: 13px;
	line-height: 23px;
}

#form.thanks #goTop {
  cursor: pointer;
  text-align: center;
}

#form.thanks #goTop a {
	padding: 1px 38px;
	font-size: 14px;
  color: #292929;
  background: #e8e8e8;
  display: inline-block;
  text-decoration: underline;
}
footer{
	background-color: #1e2022;
	text-align :center;
	color: #fff;
	font-size: 12px;
	margin-top:100px;
	border-bottom: solid #0096c2 5px;
	line-height: 1.8;
}

.footer{
	max-width:1080px;
	margin:auto;
	padding: 45px 5%;
}
.footer_L{
	width: 28%;
	padding-right: 3%;
}

.footer_R{
	width: 72%;
	text-align: left;
}

@media screen and (max-width: 800px){
	
footer{
	margin-top:90px;
}
.footer {
    padding: 35px 5%;
}
}
