@charset "UTF-8";
/* CSS Document */


/*お問い合わせ------------------------------*/
.page_ttl {
    margin-bottom: 0px;
}
section{
	margin-bottom: 100px;
}
.contact_wrapper{
	max-width: 800px;
	width: 95%;
	margin:  0 auto;
	box-shadow:  20px 20px 60px rgb(0 0 0 / 8%),-20px -20px 60px #ffffff;
	border-radius: 24px;
	box-sizing: border-box;
	padding: 60px;
}
h2{
	line-height: 1.8em;
	padding-bottom: 30px;
}
h2 span{
	font-weight: bold;
	color: #FF892C;
	font-size: 20px;
}
.require{
	font-weight: bold;
	color: #FF892C;
	font-size: 20px;
	display: inline-block;
	padding-left: 5px;
}
form dl{
	display: flex;
	margin-bottom: 30px;
}
form dl dt{
	width: 26%;
	font-weight: bold;
	padding-top: 2px;
}
form dl dd{
	width: 74%;
}
.input_text{
	background-color: #f2f2f2;
	border-radius: 4px;
	border: none;
	height: 48px;
	width: 100%;
	font-size: 16px;
	box-sizing: border-box;
	padding: 0 10px;
}
textarea{
	height: auto;
	padding: 10px!important;
	max-width: 500px;
	min-height: 160px;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
.send_btn_wrapper .btn{
	color: #fff;
	font-weight: bold;
	padding: 15px 20px 15px 35px;
	height: 50px;
	box-sizing: border-box!important;
	border-radius: 25px!important;
	position: relative;
	line-height: 1.4em;
	display: block;
	text-align: center;
	width: 380px;
	margin: 0 auto;
	font-size: 16px;
}
.send_btn_wrapper{
	padding-top: 15px;
}
.ECM_CheckboxInput-Input {
  margin: 0;
  width: 0;
  opacity: 0;
}
.ECM_CheckboxInput-Input:hover + .ECM_CheckboxInput-DummyInput{
  border: solid 2px #2da9e9;
}
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput {
  background: #2da9e9;
}
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  height: 4px;
  border-radius: 1px;
  transform: translate(-5px, 3px) rotateZ(-135deg);
  transform-origin: 2px 2px;
  background: #FFFFFF;
}
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76%;
  height: 4px;
  border-radius: 1px;
  transform: translate(-4px, 3px) rotateZ(-45deg);
  transform-origin: 2px 2px;
  background: #FFFFFF;
}
.ECM_CheckboxInput-DummyInput {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  border: solid 2px transparent;
  background: #f0f0f0;
  border-radius: 1px;
	transition: .2s;
}
.ECM_CheckboxInput-LabelText {
  margin-left: 15px;
  display: block;
  font-size: 16px;
}

.final_check .ECM_CheckboxInput-Input:hover + .ECM_CheckboxInput-DummyInput{
  border: solid 2px #ffa337;
}
.final_check .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput {
  background: #ffa337;
}
.final_check .ECM_CheckboxInput-LabelText {
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
	width: fit-content;
	max-width: 820px;
	text-align: center;
}
.option{
	margin-bottom: 10px;
}
.option:last-child{
	margin-bottom: 0;
}
.option:hover{
	cursor: pointer;
}
.option label{
	display: flex;
	align-items: center;
}
.input_text:focus {
	border: solid 2px #18A4E6;
	border-radius: 4px;
	outline: none;
}
textarea:focus {
	border: solid 2px #18A4E6;
	border-radius: 4px;
	outline: none;
}



/*入力内容確認ページ------------------------------*/
h3{
	text-align: center;
	font-size: 20px;
	color: #666;
	font-weight: bold;
	padding-bottom: 25px;
}
#formWrap p{
	padding-bottom: 20px;
}
.check_btn_wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
}
.check_btn_wrapper .back_btn{
	color: #fff;
	background-color: #808080;
	font-weight: bold;
	padding: 15px 20px;
	height: 50px;
	box-sizing: border-box!important;
	border-radius: 25px!important;
	position: relative;
	line-height: 1.4em;
	display: block;
	text-align: center;
	width: 200px;
	font-size: 16px;
	margin: 10px;
	transition: .3s;
}
.check_btn_wrapper .send_btn{
	color: #fff;
	background-color: #FF892C;
	font-weight: bold;
	padding: 15px 20px;
	height: 50px;
	box-sizing: border-box!important;
	border-radius: 25px!important;
	position: relative;
	line-height: 1.4em;
	display: block;
	text-align: center;
	width: 200px;
	font-size: 16px;
	margin: 10px;
	transition: .3s;
}
.check_btn_wrapper .back_btn:hover{
	opacity: .6;
}
.check_btn_wrapper .send_btn:hover{
	opacity: .6;
}


/*送信完了ページ------------------------------*/
.send_finished{
	margin-bottom: 100px;
}
.send_finished p{
	text-align: center;
	padding-bottom: 25px;
}
.to_top_btn{
	color: #fff;
	background-color: #18A4E6;
	font-weight: bold;
	padding: 15px 20px;
	height: 50px;
	box-sizing: border-box!important;
	border-radius: 25px!important;
	position: relative;
	line-height: 1.4em;
	display: block;
	text-align: center;
	width: 280px;
	font-size: 16px;
	margin: 0 auto;
	transition: .3s;
}
.to_top_btn:hover{
	color: #fff!important;
	opacity: .6;
}



@media print, screen and (max-width: 970px) {
.page_ttl {
    margin-bottom: 10%;
}
section{
	padding: 0 20px;
	margin-bottom: 60px;
}
.contact_wrapper {
    max-width: 600px;
    width: 100%;
    box-shadow: 15px 15px 40px rgb(0 0 0 / 8%), -15px -15px 40px #ffffff;
    border-radius: 20px;
    padding: 30px 6%;
}
form dl {
    display: block;
    margin-bottom: 20px;
}
form dl:first-of-type{
	margin-bottom: 30px;
}
form dl dt {
    width: 100%;
    padding-top: 0;
	padding-bottom: 10px;
}
form dl:first-of-type dt {
    padding-bottom: 15px!important;
}
form dl dd {
    width: 100%;
}
.ECM_CheckboxInput-LabelText {
    margin-left: 15px;
    font-size: 15px;
	line-height: 1.4em;
}
.send_btn_wrapper .btn {
    width: 100%;
	max-width: 400px;
}
textarea {
    max-width: none;
    width: 100%;
	
}















}

