@charset "utf-8";


body {
	font-size: 1.3rem;
	line-height: 1.9;
	letter-spacing: 0;
	font-weight: 300;
}

/*mv
--------------------------------------------*/
.entry #lp_mainv .lp_mainv-img{
	background: url(../img/entry/lp_entry_sp.jpg);
	background-position: center left;
}

/*form
--------------------------------------------*/
.entry #entry_form{
	padding: 46px 0 80px;
}
.entry #entry_form .ttl02{
	margin-bottom: 40px;
}
.entry #entry_form .ttl02::before{
	content: "Form";
	color: #fff2e9;
}
.entry #entry_form .ttl02::after{
	background-color: var(--main-color);
}
.entry #entry_form .lead{
	font-size:1.3rem;
	letter-spacing: 0;
	line-height: 1.7;
	margin-bottom: 36px;
}
.entry #entry_form {
	width: 100%;
}
.entry #entry_form .form{
}
.entry #entry_form .form dl{
	margin-bottom: 30px;
}
.entry #entry_form .form dl:nth-last-child(2){
	margin-bottom: 10px;
}
.entry #entry_form dt {
	line-height: 1;
	background-color: inherit;
	padding:0 0 10px;
}
.entry #entry_form dt span {
	font-size: 1.1rem;
	color: #fff;
	background-color: var(--main-color);
	padding: 0 10px;
	line-height: 1;
	margin-left: 8px;
}
.entry #entry_form dd{
	margin-bottom: 10px;
	padding:0;
}
.entry #entry_form dd input,
.entry #entry_form dd textarea {
	font-family: var(--font-family-noto-sans);
	width: 100%;
	padding: 10px;
	border: 1px solid #cfcfcf;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 45px;
	font-size: 1.3rem;
}
.entry #entry_form dd textarea{
	height: 160px;
}
.entry #entry_form dd input[type="file"] {
	font-size: 1.3rem;
	font-weight: 300;
	height: auto;
	border: none;
	padding: 0;
}
.entry #entry_form dd .note{
	font-size: 1.2rem;
	letter-spacing: 0.06em;
}
.entry #entry_form .select{
	text-align: left;
}

.entry #entry_form .select_wrapper{
	position: relative;
	width: 100%;
	height: 45px;
	max-width: 500px;

}
.entry #entry_form .select select{
	font-size: 1.3rem;
	letter-spacing: 0.06em;
	max-width: 500px;
	width: 100%;
	height: 45px;
	padding: 10px;
	-webkit-appearance: none;/* 矢印を非表示 */
	appearance: none;
	border: 1px solid #cfcfcf;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.entry #entry_form .select_wrapper::after{
	position: absolute;
	content: "";
	top: 18px;
	right: 24px;
	width: 7px;
	height: 7px;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	transform: rotate(45deg);
}
.entry #entry_form .privacy{
	margin-bottom: 15px !important;
	margin-top: -20px;
}
.entry #entry_form .privacy p{
	display: flex;
	align-items: center;
	line-height: 1;
}
.entry #entry_form .privacy a{
	margin-left: 20px;
}
.entry #entry_form .privacy .wpcf7-list-item{
	margin-left: 0;
}
.contact_btn {
	margin-top: 50px;
	text-align: center;
}
.contact_btn div{
	display: inline-block;
	vertical-align: top;
	padding: 10px 10px;
}
.entry #entry_form .btn.btn_cl{ 
	/*シャドーがずれるので削除*/
	border: none;
}

.entry #entry_form input[type="submit"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: inherit;
	font-size: 1.6rem;
	color: var(--main-color);
	border: none;
}
.entry #entry_form .entry_btn{
	position: relative;
	font-weight: bold;
	cursor: pointer;
	border-radius: 50px;
	width: 100%;
	max-width: 400px;
	height: 60px;
	letter-spacing: 0.02em;
	box-shadow: 2px 2px 4px #999;
	border: 1px solid var(--main-color);
	text-align: center;
	line-height: 60px;
	transition: all .2s;
	margin: 0 auto;
}
.entry #entry_form .entry_btn::after{
	position: absolute;
	content: "";
	background-image: url("../img/cmn/arrow_triangle_orange.png");
	width: 8px;
	height: 12px;
	background-repeat: no-repeat;
	background-size: contain;
	transform: translateY(-50%);
	top: 52%;
    right: 27px;
}
.entry #entry_form .entry_btn:hover{
	background-color: var(--main-color);
}
.entry #entry_form .entry_btn:hover input[type="submit"]{
	color: #fff;
}
span.wpcf7-spinner {
	display: none;
}
.entry .sec_cta_inner{
	padding-top: 56px;
}



