@charset "utf-8";
#entry .sub_main_visual {background-image: url(../r-img/entry/main.jpg);}

/*　FORM　*/
#mail_form {}
#mail_form table {
	width: 100%;
}
#mail_form table tr {
	border-top: 1px solid #ABABAB;
}
#mail_form table th,
#mail_form table td {
	position: relative;
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mail_form table tr:last-child {
	border-top: none;
}
#mail_form table th {
	position: relative;
  padding-top: 20px;  
}
#mail_form table tr:last-child th {
  padding-top: 0;  
}
#mail_form table th > div {
	letter-spacing: -0.5em;
}
#mail_form table th > div span {
	display: inline-block;
	margin-right: 15px;
	letter-spacing: 0.1em;
	vertical-align: middle;
}
#mail_form table th > div span.required {
	background: #4C2080;
	color: #FFF;
	width: 36px;
	font-size: 1.2rem;
	text-align: center;
	line-height: 16px;
	letter-spacing: 0.2em;
}
#mail_form table td{
	padding: 10px 0 20px;
}
#mail_form table td p{
	margin-bottom: 10px;
	font-size: 1.4rem;
}
#mail_form label{
	display: inline-block;
	padding-right: 0.5em;
}

.syubetsu label , .sex label{
	margin-right: 50px;
}

#mail_form table td p{
	margin-bottom: 0!important;
	margin-top: 5px!important;
}

#mail_form input.short {
	max-width: 490px;
}


.short2{
	width: 490px!important;
	max-width: 100%;
}

#mail_form input[type="text"],
#mail_form input[type="email"],
#mail_form input[type="tel"],
#mail_form select,
#mail_form textarea{
	border: solid 1px #ABABAB;
	background: #FFF;
	margin: 5px 0;
	padding: 10px 15px;
	width: 100%;
	font-size: 1.5rem;
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mail_form input[type="text"]:hover
#mail_form input[type="email"]:hover
#mail_form input[type="tel"]:hover
#mail_form textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #777;
}
#mail_form select {
	background-color: transparent;
	cursor: pointer;
	position:relative;
	border: 1px solid #ABABAB;
	padding: 10px 30px 10px 15px;
	width: 105px;
	height: 38px;
	-webkit-border-radius: 0;
	border-radius: 0;
	appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
}
#mail_form label.label_pulldown {
	position:relative;

}

#mail_form label.label_pulldown{
	position: relative;
}


#mail_form label.label_pulldown:after {
	content: '';
  position: absolute;
  top: 50%;
  right: -webkit-calc(0.5em + 1px);
  right: calc(0.5em + 1px);
  background-image: url(../r-img/entry/pulldown.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #FFF;
  width: 30px;
  height: 36px;
  z-index: 10001;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


form[data-status="invalid"] label.label_pulldown:after{
	display: none;
} 



#mail_form textarea {
	height: 225px;
	max-width: 100%;
	resize: none;
}
#mail_form input:focus, #mail_form textarea:focus {
	outline:0;
	border:1px solid #777;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}

.form_btn {
	margin-top: 30px;
}
.entry_btn {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
	display: block;
	background: #4C2080;
	color: #FFF;
	margin: 11px auto;
	width: 480px;
	font-size: 2.0rem;
	text-align: center;
	line-height: 80px;
}
.form_btn .entry_btn.gray {
	background: #999;
}

/*　sec1
---------------------------------------------------------*/
.sec1 {
	padding: 0 0 90px;
}
.sec1_title {
	background: #4C2080;
	color: #FFF;
	margin-bottom: 60px;
	padding: 30px 0;
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.2em;
}
.form_box {}
.pr30 {
	padding-right: 30px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	.entry_tel_box .number a span {background-image: url(../r-img/entry/icon_tel@2x.png);}
}

@media screen and (max-width: 1260px) {
}

@media screen and (max-width: 1000px) {
}

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 679px) {

	#entry .sub_main_visual {background-image: url(../r-img/entry/main_sp.jpg);}

	/*　FORM　*/
	#mail_form table th {
	  padding-top: 15px;  
	}
	#mail_form table th > div span {
		margin-right: 13px;
	}
	#mail_form table th > div span.required {
		width: 28px;
		font-size: 1.0rem;
		line-height: 14px;
	}
	#mail_form table td{
		padding: 8px 0 15px;
	}
	#mail_form table td p{
		margin-bottom: 8px;
		font-size: 1.2rem;
	}
	#mail_form input[type=radio] + label {
		font-size: 1.2rem;
	  margin-right: 30px;
	  padding: 0 0 0px 24px;
	}
	#mail_form input[type=radio] + label:before {
		top: 0;
		height: 14px;
		width: 14px;
	}
	#mail_form input[type=radio]:checked + label:after {
	  top: 3px;
    left: 3px;
    height: 8px;
    width: 8px;
	}
	#mail_form input[type="text"],
	#mail_form input[type="email"],
	#mail_form input[type="tel"],
	#mail_form select,
	#mail_form textarea{
		padding: 7px 12px;
	}
	#mail_form select {
		padding: 7px 20px 7px 12px;
		width: 75px;
		height: 34px;
	}
	#mail_form label.label_pulldown {
		position:relative;
	}
	#mail_form label.label_pulldown:after {
		background-size: auto 22px;
	  width: 20px;
	  height: 32px;
	}
	#mail_form textarea {
		height: 180px;
	}

	.form_btn {
		margin-top: 20px;
	}
	.entry_btn {
		width: 240px;
		font-size: 1.6rem;
		line-height: 48px;
	}

	/*　sec1
	---------------------------------------------------------*/
	.sec1 {
		padding: 0 0 50px;
	}
	.sec1_title {
		margin-bottom: 30px;
		padding: 22px 0;
		font-size: 1.6rem;
	}
	.pr30 {
		padding-right: 12px;
	}

}

.form_btn input{
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
    display: block;
    background: #4C2080;
    color: #FFF;
    margin: 11px auto;
    width: 480px;
    font-size: 2.0rem;
    text-align: center;
    line-height: 80px;
    cursor: pointer;
    transition: 0.3s;
}

.form_btn input:hover{
	opacity: 0.8;
}

@media screen and (max-width: 374px) {
	#mail_form .month select,
	#mail_form .day select {
		width: 60px;
	}
	.pr30 {
		padding-right: 5px;
	}
}



@media screen and (max-width: 680px){

	.syubetsu label, .sex label{
		margin-right: 20px;
	}

	#occupation .wpcf7-list-item{
		margin-left: 0;
	}

	#syubetsu .wpcf7-list-item , #sex .wpcf7-list-item{
		margin-left: 0;
	}

	.short2{
		width: 100%!important;
	}

	.form_btn input{
		width: 240px;
		font-size: 1.6rem;
		line-height: 48px;
	}










} 




.submit{
	text-align: center;
}


.submit .send{
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
    display: block;
    background: #4C2080;
    color: #FFF;
    margin: 11px auto;
    width: 480px;
    font-size: 2.0rem;
    text-align: center;
    line-height: 80px;
    cursor: pointer;
    transition: 0.3s;
}


.submit .send:hover{
	opacity: 0.8;
}

.tel-size input{
	width: 120px!important;
}

.confirm label.label_pulldown:after{
	display: none!important;
}

.confirm .content-space{
	margin-top: 40px;
}

.confirm .submit{
	display: flex;
}

.confirm .submit .back{
	display: block;
	width: 50%;
	box-sizing: border-box;
	padding-right: 30px;
}

.confirm .submit .back input{
	width:280px;
	font-size: 16px;
	max-width: 100%;
	margin-right: 0;
	margin-left: auto;
	display: block;
	border:1px solid black;
	border-radius: 0;
	line-height: 50px;
	background:white;
	padding-right: 6px;
	cursor: pointer;
	transition: 0.3s;
}

.confirm .submit .back input:hover{
	background: black;
	color: white;
}

.confirm .submit .send{
	display: block;
	width: 280px;
	box-sizing: border-box;
	background: none;
	margin-left: 0;
	margin-right: auto;
	margin-top: 0;
	line-height: 50px;
}

.confirm .submit .send input{
	font-size: 16px;
	max-width: 100%;
	margin-right: auto;
	background: #4C2080;
	border: none;
	margin-left: 0;
	display: block;
	margin-top: 0;
	transition: 0.3s;
	border:1px solid #4C2080;
}

.confirm .submit .send input:hover{
	background: white;
	color:#4C2080;
}

.confirm table{
	margin-bottom: 60px;
}

.thanks1{
	font-size:26px;
	margin-top: 75px;
	margin-bottom: 45px;
}

.thanks2{
	font-size: 18px;
  margin-bottom: 80px;
}

.thanks-link{
		display: inline-block;
    font-size: 22px;
    margin-bottom: 180px;
    color: black;
    transition: 0.4s;
    text-decoration: underline;
}

.thanks-link:hover{
	opacity: 0.7;
}


.size input{
	width: 500px!important;
	max-width: 100%;
}


@media screen and (max-width: 680px){

	.size input{
	width: 100%!important;
	max-width: 100%;
}


	.thanks1{
		font-size: 22px;
	}

	.thanks2{
		font-size: 16px;
	}

	.thanks-link{
		font-size: 18px;
		margin-bottom: 120px;
	}

	.confirm .submit .back{
		max-width: 50%;
		padding-right: 10px;
	}

	.confirm .submit .send{
		max-width: 50%;
		padding-left: 10px;
	}




}



.confirm .form_btn .back{
	box-sizing: border-box;
	border:3px solid #4C2080;
	color: #4C2080;
	background: white;
}









