@charset "utf-8";

/* main_head
---------------------------- */
#main {
	letter-spacing: 0.05em;
}
.main_head {
	text-align: center;
}
.main_head .title {
	padding: 100px 0 0;
	font-size: 3.4rem;
	letter-spacing: 0.08em;
}
@media screen and (max-width:767px) {
	.main_head .title {
		padding: 10% 0 0;
		font-size: 2.4rem;
	}
}

/* section
---------------------------- */
.section {
	padding: 100px 0 0;
}
.section .inner {
  width: 90%;
  margin: 0 auto;
}
#section01 .inner {
	border-bottom: 1px solid #c9c9c9;
	padding: 0 0 50px;
}
#section02 .inner {
	border-bottom: 1px solid #c9c9c9;
	padding: 0 0 70px;
}
#section01 .text {
	font-size: 1.4rem;
}
#section01 .text {
  padding-left: 1em;
  text-indent: -1em;
}
#section02 {
	padding: 40px 0 0;
}
.section dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.6rem;
}
.section dl dt {
  padding: 2rem 0 1.5rem 0;
  width: 30%;
  font-weight: bold;
  line-height: 1.4;
}
.section dl dt .req {
	font-weight: normal;
  font-size: 1.2rem;
  color: #fff;
  background-color: #e42213;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 5px;
  margin-left: 10px;
}
.section dl dt .small {
  font-size: 1.4rem;
  font-weight: bold;
}
.section dl dd {
  padding: 1.5rem 0;
  width: 70%;
}
.section dl dd .notice {
  font-size: 1.2rem;
}
.section dl dd .bar {
	padding-right: 2%;
}
.section dl dd .link a {
  font-size: 1.4rem;
  text-decoration: underline;
}
.section dl dd .link a:hover {
  text-decoration: none;
}
.radio {
	padding-top: 10px;
}
.radio label {
  min-height: 26px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 35px;
  overflow: hidden;
  cursor: pointer;
}
.radio label:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 26px;
  height: 26px;
  border: #adadad 1px solid;
  border-radius: 50%;
  left: 0;
  top: 0;
  z-index: 1;
}
.radio label:after {
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 14px;
  height: 14px;
  background: #fc7215;
  border-radius: 50%;
  left: 6px;
  top: 6px;
  z-index: 2;
}
.radio label .input_radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  z-index: 3;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  left: -17px;
  top: 6px;
  margin: 0;
  -webkit-box-shadow: 22px -1px #fff;
  box-shadow: 22px -1px #fff;
  border-collapse: separate;
  border: none;
}
.radio label .input_radio:checked {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.section dl dd .input {
  color: #333;
  font-size: 1.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 10px;
  border: solid 1px #bbb;
  margin-right: 2%;
}
.section dl dd .input_2 {
  margin-top: 15px;
}
.section dl dd .input_s {
  width: 40%;
}
.section dl dd .input_m {
  width: 70%;
}
.section dl dd .input_l {
  width: 100% !important;
}
.section dl dd .textArea {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴシック","Hiragino Sans","游ゴシック体","游ゴシック","Yu Gothic",YuGothic,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  color: #333;
  font-size: 1.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 10px;
  border: solid 1px #bbb;
  width: 100%;
  height: 180px;
}
.section dl dd select {
  color: #333;
  font-size: 1.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 10px 30px 10px 10px;
  border: solid 1px #bbb;
  background: url(../img/common/icon_arrow_down.png) 95% 50% no-repeat;
  background-size: auto;
  background-size: 15px auto;
  margin-right: 2%;
}
.form_consultBottom {
  margin-top: 80px;
  text-align: center;
}
.form_consultBottom .privacy {
	min-height: 30px;
	line-height: 30px;
  position: relative;
  display: inline-block;
  padding-left: 40px;
	padding-bottom: 30px;
  overflow: hidden;
	font-size: 1.6rem;
}
.form_consultBottom .privacy:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  border: #cfcfcf 1px solid;
  background: #fff;
  left: 0;
  top: 0;
  z-index: 1;
}
.form_consultBottom .privacy:after {
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 30px;
  height: 30px;
	background: url('../img/common/icon_checked.png') no-repeat;
	background-position: left top;
	background-size: contain;
  left: 0;
  top: 0;
  z-index: 2;
}
.form_consultBottom .privacy .input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  z-index: 3;
  width: 28px;
  height: 28px;
  left: -35px;
  top: 0;
  margin: 0;
  -webkit-box-shadow: 36px 1px #fff;
  box-shadow: 36px 1px #fff;
  border-collapse: separate;
}
.form_consultBottom .privacy .input:checked {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form_consultBottom .privacy a {
	color: #fc7215;
	text-decoration: underline;
}
.form_consultBottom .privacy a:hover {
	text-decoration: none;
}
.form_consultBottom .submit {
	max-width: 500px;
	margin: 0 auto;
}
.form_consultBottom .submit input {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴシック","Hiragino Sans","游ゴシック体","游ゴシック","Yu Gothic",YuGothic,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	width: 100%;
	color: #fff;
	font-size: 2.4rem;
	line-height: 80px;
	background: rgb(252,114,21);
	background: -moz-linear-gradient(90deg, rgba(252,114,21,1) 0%, rgba(252,162,21,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(252,114,21,1) 0%, rgba(252,162,21,1) 100%);
	background: linear-gradient(90deg, rgba(252,114,21,1) 0%, rgba(252,162,21,1) 100%);
	border: none;
	cursor: pointer;
	border-radius: 8px;
}
#section03 {
  padding: 70px 0;
}
#section03 .tell {
	max-width: 714px;
	display: block;
}
#section03 p {
	font-size: 1.4rem;
	line-height: 1.6;
	padding-top: 30px;
}
@media screen and (max-width:1100px) {
	.section .inner {
	  width: 100%;
	}
}
@media screen and (max-width:767px) {
	.section {
		padding: 10% 0 0;
	}
	#section01 .inner {
		padding: 0 0 10%;
	}
	#section02 .inner {
		padding: 0 0 10%;
	}
	#section01 .text {
		font-size: 1.2rem;
	}
	#section02 {
		padding: 4% 0 0;
	}
	.section dl {
	  font-size: 1.4rem;
	}
	.section dl dt {
	  padding: 2rem 0 0 0;
	  width: 100%;
	}
	.section dl dt .req {
	  font-size: 1.1rem;
	  border-radius: 3px;
	}
	.section dl dt br {
		display: none;
	}
	.section dl dt .small {
	  font-size: 1.3rem;
	  padding-left: 10px;
	}
	.section dl dd {
	  padding: 0.5rem 0 1.5rem 0;
	  width: 100%;
	}
	.section dl dd .notice {
	  font-size: 1.2rem;
	}
	.section dl dd .link a {
	  font-size: 1.2rem;
	}
	.section dl dd .input {
	  font-size: 1.4rem;
	  width: 28%;
	}
	.section dl dd .input_2 {
	  margin-top: 2%;
	}
	.section dl dd .input_s {
	  width: 48%;
	}
	.section dl dd .input_m {
	  width: 100%;
	}
	.section dl dd .textArea {
	  font-size: 1.4rem;
	}
	.section dl dd select {
	  font-size: 1.4rem;
	}
	.form_consultBottom {
	  margin-top: 10%;
	}
	.form_consultBottom .privacy {
		font-size: 1.4rem;
	}
	.form_consultBottom .submit {
		width: 85%;
	}
	.form_consultBottom .submit input {
		font-size: 1.8rem;
		line-height: 60px;
	}
	#section03 {
	  padding: 10% 0;
	}
	#section03 p {
		font-size: 1.2rem;
		padding-top: 5%;
	}
}

/* comfirm
---------------------------- */
.confirm #section02 {
  padding: 100px 0 0;
}
.confirm #section02 .inner {
  border-top: 1px solid #c9c9c9;
  padding: 40px 0 70px;
}
.confirm .section dl dd {
    padding: 2rem 0 1.5rem 0;
}
.confirm .form_consultBottom .return {
	width: 40%;
	margin-right: 5%;
	display: inline-block;
}
.confirm .form_consultBottom .return input {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴシック","Hiragino Sans","游ゴシック体","游ゴシック","Yu Gothic",YuGothic,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	width: 100%;
	color: #fff;
	font-size: 2.4rem;
	line-height: 80px;
	background: #b4b4b9;
	border: none;
	cursor: pointer;
	border-radius: 8px;
}
.confirm .form_consultBottom .submit {
	width: 40%;
	display: inline-block;
}
@media screen and (max-width:767px) {
	.confirm #section02 {
	  padding: 10% 0 0;
	}
	.confirm #section02 .inner {
	  padding: 5% 0 10%;
	}
	.confirm .section dl dd {
	  padding: 0.5rem 0 1.5rem 0;
	}
	.confirm .form_consultBottom .return {
		width: 85%;
		margin-right: 0;
		margin-bottom: 5%;
	}
	.confirm .form_consultBottom .return input {
		font-size: 1.8rem;
		line-height: 50px;
	}
	.confirm .form_consultBottom .submit {
		width: 85%;
	}
}

/* complete
---------------------------- */
.complete #section01 .inner {
  padding: 0 0 70px;
}
.complete #section01 .text {
	font-size: 2rem;
	text-align: center;
}
.complete #section03 {
  padding: 70px 0 200px;
}
@media screen and (max-width:767px) {
	.complete #section01 .inner {
	  padding: 0 0 10%;
	}
	.complete #section01 .text {
		font-size: 1.6rem;
	}
	.complete #section03 {
	  padding: 10% 0;
	}
}