@charset "UTF-8";
/* CSS Document */
#mv{
	background-image: url(/files/img/contact/contact-mv.jpg);
}
.light-font{
		font-family: 'Noto Sans JP',sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 30px;
}
.light-font a{
	color: #fff;
	border-bottom: 1px solid #fff;
}
.franchise-wrapper #mv{
		background-image: url(/files/img/franchise/mv.jpg);
}
.franchise-wrapper h2{
	line-height: 1.8;
	margin-bottom: 30px;
}
.franchise-wrapper .lead-txt h2::before{
	background-image: url(/files/img/franchise/Message.png);
	width: 80px;
	height: 17px;
	top: 15px;
}
.franchise-wrapper .form-cont li{
	align-items: flex-start;
}

.lead-txt{
	margin-bottom: 75px;
}
.cont-wrapper>p{
	font-family: 'Noto Sans JP',sans-serif;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 35px;
}
.form-area{
	background-color: #506b78;
	padding: 53px 38px 48px;
}
.form-cont li{
	display: flex;
	margin-bottom: 30px;
	align-items: center;
}
.form-cont li .form-ttl{
	width: 30%;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	padding-right: 10px;
}
.form-cont li.hissu .form-ttl p::before{
	content: "必須";
	background-color: #fff;
	color: #506b78;
	padding: 5px 15px;
	margin-right: 15px;
	font-size: 12px;
	font-weight: bold;
}
.form-cont li.ninni .form-ttl p::before{
	content: "任意";
	border: 2px solid #fff;
	color: #fff;
	padding: 3px 13px;
	margin-right: 15px;
	font-size: 12px;
}
.form-cont li.no-tag .form-ttl{
	padding-left: 70px;
	margin-bottom: 190px;
}
.form-ttl span{
	display: block;
	font-size: 12px;
	font-family: 'Noto Sans JP',sans-serif;
	font-weight: 400;
}
input[type="text"],input[type="email"],input[type="tel"],textarea{
	width: 100%;
	padding: 5px 10px;
	font-family: 'Noto Sans JP',sans-serif;
	font-size: 16px;
	border-radius: 0;
	background-color: #fff;
	font-weight: normal;
}
input[type="text"].smoll{
	width: 210px;
	margin-bottom: 10px;
}
textarea{
	padding: 10px!important;
}
label{
	line-height: 1.4;
}
.franchise-wrapper textarea{
	padding: 17px!important;
}
.input{
	width: 70%;
}
.input p{
	font-size: 16px;
	font-weight: 400;
	font-family: 'Noto Sans JP',sans-serif;
	color: #fff;
}
.flexBox.input{
	justify-content: flex-start;
}
.form-white{
	color: #fff;
	padding-left: 5px;
	font-size: 20px;
}
/*ラジオボタン*/
input[type=radio] {
display: none;
}
.radio {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
	color: #fff;
	font-size: 14px;
	font-family: 'Noto Sans JP',sans-serif;
	font-weight: 400;
}
.radio::before {
    background: #fff;
    border: 1px solid #231815;
    border-radius: 50%;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.radio::after {
    background: #506b78;
    border-radius: 50%;
    content: '';
    display: block;
    left: 9.5px;
    margin-top: -4px;
    opacity: 0;
    position: absolute;
    top: 52%;
    width: 7px;
	height: 7px;
}
input[type=radio]:checked + .radio::after {
    opacity: 1;
}
/*チェックボックス*/
input[type=checkbox] {
    display: none;
}
.checkbox {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 10px 30px;
    position: relative;
    width: auto;
	color: #fff;
	font-size: 14px;
	font-family: 'Noto Sans JP',sans-serif;
	font-weight: 400;
}
.checkbox::before {
    background: #fff;
	box-shadow: 1px 1px 1px #000;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox::after {
    border-right: 3px solid #506b78;
    border-bottom: 3px solid #506b78;
    content: '';
    display: block;
    height: 12px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
input[type=checkbox]:checked + .checkbox::after {
    opacity: 1;
}
/*セレクトボックス*/
.cp_ipselect {
  overflow: hidden;
  width: 224px;
}
.cp_ipselect.herf{
	width: 150px;
}
.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
  position: relative;
  background: #ffffff;
display: inline-block;
}
.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 25%;
  right: 0.8em;
	transform: translateY(-50%);
  padding: 0;
  content: '';
    width: 12px;
    height: 12px;
    border-top: 3px solid #506b78;
    border-right: 3px solid #506b78;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
  padding: 8px 38px 8px 8px;
  color: #939393;
font-size: 16px;
font-weight: 400;
font-family: 'Noto Sans JP',sans-serif;
}
.sub-btn button{
		background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 10px 25px;
        appearance: none;
		color: #fff;
	font-size: 16px;
	width: 100%;
	position: relative;
	text-align: left;
}
.sub-btn button::after{
	content: "";
	background-color: #fff;
	width: 70px;
	height: 2px; 
	display: inline-block;
margin: 0 0 5px 50px;
	
}
.sub-btn button::before{
	content: "";
	background-image: url(/files/img/contact/btn-line.png);
	width: 254px;
	height: 54px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
}
.sub-btn{
width: 242px;
height: 51px;
margin: auto;
transition: all .3s;
}
.sub-btn:hover{
	background-color: rgba(255,255,255,.7);
}
.sub-btn:hover.sub-btn button{
	color: #506b78;
}
.sub-btn:hover.sub-btn button::after{
	background-color: #506b78;
}
.form-ttl .error{
	font-size: 13px;
	margin-top: 10px;
	color: #ff0000;
}

/*confirm*/
#content{
	width: 80%;
	max-width: 1000px;
	margin: 200px auto 150px;
}
#content h2{
	line-height: 1.8;
}
.alpha{
	margin: 50px 0;
}
.alpha tr{
	text-align: left;
	width: 100%;
}
.alpha th,.alpha td{
	border: 1px solid #4A4A4A;
	padding: 10px;
	line-height: 1.5;
}
.alpha th{
	width: 30%;
	background-color: #E3E3E3;
}
.alpha td{
	width: 70%;
}
.confirm-btn{
	text-align: center;
}
.confirm-btn form{
	display: inline-block;
	width: 150px;
	transition: all .3s;
}
.confirm-btn input[type='submit']{
	background-color: #000;
	color: #fff;
	padding: 10px 15px;
	width: 100%;
}
.confirm-btn form:hover{
	opacity: 0.7;
}

/*finish*/
.finish-btn{
	text-align: center;
	margin-top: 30px;
}
.finish-btn li{
	text-align: center;
	transition: all .3s;
	background-color: #000;
	padding: 15px 15px;
	width: 80%;
	max-width: 280px;
	margin-bottom: 10px;
}
.finish-btn li a{
	color: #fff;
	width: 100%;
}

.finish-btn li:hover{
	opacity: 0.7;
}
.section p{
	line-height: 1.8
}

/*error*/
.blk-btn{
	background-color: #000;
	padding: 5px 15px;
	display: inline-block;
	margin: 30px 0 50px;
}
.blk-btn a{
	color: #fff;
}
.section h3{
	font-size: 20px;
	margin-bottom: 10px;
}
.mail a{
	font-size: 20px;
}
.mail a:hover{
	color: #01A5A2;
	border-bottom: 1px solid #01A5A2;
	padding-bottom: 5px;
}
@media screen and (max-width:1024px){
	.franchise-wrapper .lead-txt h2::before{
		top: -20px;
		left: 0;
	}
}
@media screen and (max-width:767px){
	.form-cont li{
		display: block;
	}
	.form-cont li .form-ttl{
		display: block;
		margin-bottom: 12px;
		width: 100%;
	}
	.form-cont li.no-tag .form-ttl{
		padding-left: 0;
		margin-bottom: 12px;
	}
	.input{
		width: 100%;
	}	
	.franchise-wrapper .form-cont li .form-ttl{
	margin-bottom: 5px;
	}
	.franchise-wrapper h2{
		margin-bottom: 15px;
	}
	.lead-txt{
		margin-bottom: 50px;
	}
	/*confirm*/
#content{
	width: 92%;
	margin: 200px auto 150px;
}
	.section p{
		font-size: 16px;
	}
	.alpha th,.alpha td{
		font-size: 15px;
		padding: 5px;
	}
	.alpha th{
		width: 35%;
	}
	.alpha td{
		width: 63%;
	}

	

}
@media screen and (max-width:520px){
	input[type="text"], input[type="email"], input[type="tel"],textarea{
		padding: 5px;
	}
	.form-cont li{
		margin-bottom: 20px;
	}
	.form-area{
		padding: 50px 20px 60px;
	}
	.form-cont li.hissu .form-ttl::before{
		font-size: 14px;
		padding: 2px 10px;
	}
	.form-cont li.ninni .form-ttl::before{
		font-size: 14px;
		padding: 0px 10px;
	}
	
/*confirm*/
	#content{
		margin: 140px auto 120px
	}
	.alpha{
		margin: 30px auto;
	}

/*finish*/
	.finish-section p{
	font-size: 16px;
	line-height: 1.6;
		
}
}