/* Scss Document */
#contact-form {
	padding: 214px 0 116px;
}
#contact-form .title {
	text-align: center;
	padding-bottom: 59px;
}
#contact-form .title h2 {
	font-size: 36px;
	padding-bottom: 42px;
	font-weight: bold;
	max-width: 340px;
	margin: 0 auto;
}
#contact-form .title p {
	max-width: 455px;
	margin: 0 auto;
}
#contact-form .txt{
	font-weight:700;
}
#contact-form .txt a{;
	text-decoration-line: underline;
}
#contact-form .txt a:hover{
	text-decolation:underline!important;
}


.i-custom .ico:before {
	border: 1px solid #595757;
	width: 12px;
	height: 12px;
}
.i-custom .ico:after {
	left: 4px;
	width: 6px;
	height: 6px;
}
#mail {
	max-width: 950px;
	margin: 0 auto;
}

#mail .main {
	background-color: #b9baba;
	padding: 20px;
}
#mail .main .main-in {
	background-color: #fff;
	padding: 18px 37px 10px;
}
#mail .main .row .form-row{
	padding: 28px 0;
	position: relative;
}#mail .main .row {
    position: relative;
    
}
#mail .main .row  .form-row::before {
	content: "";
	position: absolute;
	background-color: #b9baba;
	left: 0;
	right: 0;
	top: 0;
	height: 1px;
}
#mail .main .row.firts  .form-row::before  {
    display: none;
}


#mail .form-row .caption {
	display: block;
	font-size: 18px;
	padding-bottom: 9px;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-style: normal;
	font-weight: bold;
}
#mail .form-row .caption span.mark-require {
	position: absolute;
	top: 77px;
	left: 0;
	font-size: 11px;
	color: #d60012;
	border: 1px solid #d60012;
	width: 45px;
	text-align: center;
	display: block;
	line-height: 22px;
}
#mail .label-3x label {
	display: inline-block;
	margin-right: 38px;
}
#mail .input {
	padding-left: 57px;
}
input,textarea{
  border-radius: 0;
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  text-align: left;
  white-space: pre-wrap;
word-break: break-all;

}
#mail input[type="text"] {
	border: 1px solid #b9baba;
	background-color: #dfdfdf;
	padding: 10px 10px 11px;  
}
#mail input.check-email {
	width: 375px;
}
#mail .form-group .form-box {
	display: inline-block;
	padding-right: 9px;
  font-weight: 500;
}
#mail .form-group .form-inline {
	margin-right: 20px;
}
#mail .form-group.x2 input {
	width: 137px;
}
#mail .form-group.x2 .form-value {
	display: inline-block;
}
#mail .form-group.x3 input {
	width: 110px;
}
#mail .form-group.x3 .form-box {
	padding-right: 0;
}
#mail .form-group.x3 .form-block {
	display: inline-block;
	margin-right: 0;
}
#mail textarea {
    width: 100%;
    border: 1px solid #b9baba;
    background-color: #dfdfdf;
    min-height: 200px;
    max-width: 100%;
    height: 200px!important;
    box-sizing: border-box;
    padding: 20px;
	line-height: 24px;
}
#mail .fuild {
	padding-top: 30px;
}
#mail .fuild .input {
	width: 308px;
	margin: 0 auto;
	font-weight: bold;
	font-size: 18px;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-style: normal;
}
#mail .fuild span.mark-require {
	position: absolute;
	top: 4px;
	left: 0;
	font-size: 11px;
	color: #d60012;
	border: 1px solid #d60012;
	text-align: center;
	display: block;
	line-height: 22px;
	width: 46px;
}
#mail .form-row-2 {
	padding-top: 26px;
}
#mail .form-row-2 button {
	width: 263px;
	display: block;
	margin: 0 auto;
	border-radius: 40px;
	text-align: center;
	color: #fff;
	border: none;
	background-color: #d60012;
	font-size: 16px;
	font-weight: bold;
	padding: 19px 0px;
	cursor: pointer;
	opacity: 1;
	transition: all .5s ease;
}
#mail .form-row-2 button:hover {
	opacity: .6;
}

.fc-form [class^='error'] {
	position: relative;
}
.fc-confirm span.mark-require {
	display: none!important;
}
#mail .fc-confirm .input {
	padding-left: 0!important;
}
.policy_f {
	padding-top: 109px;
}
.policy_f h3 {
	font-size: 26px;
	padding-bottom: 20px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-style: normal;
	font-weight: bold;
}
.policy_f .box {
	border: 1px solid #b9baba;
	background-color: #fff;
	padding: 20px 10px 20px 20px;
}
.policy_f .box .inside {
	height: 161px;
    overflow-y: scroll;
    padding-right: 40px;
    font-size: 14px;
    line-height: 22px;
}
.policy_f .box dl {
	padding-top: 30px;
}
.policy_f .box dl dt {
	font-weight: bold;
	font-size: 17px;
	padding-bottom: 4px;
}
.policy_f .box dl dd {
	font-size: 14px;
}

#policy {
	padding: 217px 0 134px;
}
#policy h2 {
	text-align: center;
	font-size: 36px;
	line-height: 30px;
	margin-bottom: 100px;
}
#policy .policy_info dl {
	display: table;
	width: 100%;
	font-size: 17px;
	line-height: 30px;
	border-bottom: 1px solid #C1C2C2;
}
#policy .policy_info dl dt, #policy .policy_info dl dd {
	display: table-cell;
	vertical-align: top;
	padding: 23px 0;
}
#policy .policy_info dl dt {
	font-size: 18px;
	width: 235px;	/*font-family: yufothicB;*/
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-style: normal;
	font-weight: bold;
}

#mail .checkbox-child {display: none;}
#mail .checkbox-child .input {
    padding-left: 0;
}
#mail .checkbox-child.active {display: block;}

#mail .checkbox-child .caption,#mail .checkbox-child .input  {
    display: table-cell;
}
#mail .checkbox-child .caption {
width: 100px;
}
#mail .main .checkbox-child .form-row {
    display: table;
    width: 100%;
  
} 
#mail .main .checkbox-child .form-row:before {
    
}

#mail .fc-confirm  .main .row .form-row {
    padding-bottom:10px;
}
#mail .main .checkbox-child .form-parse-date {
    display: inline;
    position: relative;
}
#mail .main .checkbox-child .form-parse-date:before {
      content: '';
    background: url("../img/contact/calendar--v1.png") no-repeat 0 0 /100%;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 12px;
    top: -1px;
}
@media screen and (min-width: 768px) and (max-width: 1010px) {
    .policy_f{
      margin: 0 30px;
    }
  }
@media screen and (max-width: 767px) {
	
	#contact-form {
		padding: 8.5vw 0 15vw;
				white-space: wrap!important;
		word-break: break-all
	}
	#contact-form .title h2 {
		margin: 0 auto;
		width: 65%;
		padding-bottom: 10vw;
	}
	#contact-form .title p {
		margin: 0 auto;
		width: 90%;
		white-space: wrap!important;
		word-break: break-all;
		display:block;
	}

	#mail {
		max-width: 950px;
		width: auto;
	}
	#mail .form-row .caption span.mark-require {
		position: relative;
		top: 0;
		margin-top: 5px;
	}
	#mail .input {
		padding-left: 0;
	}
	#mail .label-3x label {
		margin-right: 15px;
	}
	#mail .main {
		padding: 16px;
	}

	#mail .main .main-in {
		padding: 0 15px 10px;
	}
	#mail .form-group.x2,#mail .form-group.x3{
		display:flex;
	}
	#mail .form-group.x2 .form-value {
		display: inline-block!important;
		width:100%!important;
		padding:0!important;
	}

	#mail input[type="text"] {
		padding: 18px 10px;
	}
	#mail input.check-email {
		width: 100%;
	}
	#mail .main .row + .row::before {
		left: 0;
		right: 0;
	}
	.policy_f {
		padding: 13vw 4.68% 0;
	}
	#mail .fuild .input {
		font-size: 14px;
		width: 233px;
	}
	
	#mail .fuild span.mark-require {
		top: 4px;
		left: -48px;
		line-height: 22px;
		width: 40px;
	}
	.policy_f h3 {
		font-size: 24px;
	}
  
	.policy_f .box .inside {
		padding-right: 20px;
	}
	.policy_f .box dl {
		padding-top: 20px;
	}
	.policy_f .box dl dt {
		font-size: 16px;
	}
	
#policy {
	padding: 60px 0 15%;
}
#policy h2 {
	font-size: 6.5vw;
	line-height: 1.6;
	margin-bottom: 40px;
}
#policy .policy_info dl {
	display: block;
	width: 100%;
	font-size: 15px;
	padding: 10px 0;
	line-height: 26px;
}
#policy .policy_info dl dt, #policy .policy_info dl dd {
	display: block;
	padding: 0;
}
#policy .policy_info dl dt {
	width: auto;
	font-size: 16px;
}
	
	
}
@media screen and (max-width: 425px) {
	#mail .form-group.x2 input {
		width: 128px;
	}
	#mail .form-group.x3 input {
		width: 102px;
	}
}
@media screen and (max-width: 375px) {
	#mail .form-group.x2 input {
		width: 115px;
	}
	#mail .form-group.x3 input {
		width: 92px;
	}
}

@media screen and (max-width: 366px) {
	#mail .form-group.x2 input {
		width: 90px;
	}
	#mail .form-group.x3 input {
		width: 76px;
	}
}



#privacy {
	padding: 217px 0 134px;
  font-weight: 500;
}
#privacy h2 {
	text-align: center;
	font-size: 36px;
	line-height: 30px;
	margin-bottom: 100px;
  font-weight: bold;
}
#privacy h2 span {
	font-size: 22px;
}
#privacy .info li {
	padding-top: 40px;
	line-height: 35px;
}
#privacy .info li span {
	font-size: 17px;
	font-weight: bold;
}
#privacy .info li .li_padd {
	font-weight: normal;
	font-size: 16px;
	display: inline-block;
	padding-left: 40px;
}
@media screen and (max-width: 767px) {
  #privacy {
	padding: 60px 0 15%;
}
  #privacy h2 {
    font-size: 6.5vw;
    line-height: 1.4;
    margin-bottom: 40px;
  }
  #privacy h2 span {
    font-size: 4vw;
  }
}


.submit-confirm{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
#mail .form-row-2 .submit-confirm button{
  margin: 0;
}
#mail .form-row-2 .submit-confirm button:first-child{
  background-color: #ccc;
}
#mail .form-row-2 .submit-confirm button + button{
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .submit-confirm{
    display: block;
  }
  #mail .form-row-2 .submit-confirm button{
    margin: 0 auto 20px;
  }
  #mail .form-row-2 .submit-confirm button + button{
    margin: 0 auto;
  }
}


@media screen and (min-width: 768px) {    
  #thanks{
    text-align: center;
    padding: 150px 0;    
  }
}
@media screen and (max-width: 767px) {    
  #thanks{    
    padding: 20vw 4.68%;    
  }
}
#thanks{
  font-weight: bold;
}

