@charset "utf-8";


form#mail_form {
	width: 100%;
	/* max-width: 1040px; */
	margin: 0 auto 60px;
	background: #ffffff;
}

form#mail_form dl {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
	border-collapse: separate;
}

form#mail_form dl dt {
	clear: both;
    width: 25%;
    margin: 8px 2% 20px 0;
    font-size: 18px;
    font-weight: bold;
    line-height: initial;
    letter-spacing: 0.05em;
    float: left;
    overflow: hidden;
}

form#mail_form dl dd {
    width: 73%;
    margin: 0 0 20px 0;
    line-height: 2;
    float: right;
    font-size: 16px;
    font-weight: bold;
}

/* form#mail_form dl dt span {
	display: block;
	font-size: 85%;
	color: #2680EB;
} */


/* -- for JavaScript ここから -------------------------------------------------------------------------------- */

form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
	display: inline-block;
	float: right;
	background: #ff4e4a;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 2;
    margin-left: auto;
    padding: 4px 8px;
}

form#mail_form dl dt span.optional {
	background: #337ab7;
	border: 1px solid #2e6da4;
}

form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
	display: block;
	color: #ff0000;
	margin-top: 3px;
}


span.loading {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border-top: 5px solid rgba( 255, 255, 255, 0.2 );
	border-right: 5px solid rgba( 255, 255, 255, 0.2 );
	border-bottom: 5px solid rgba( 255, 255, 255, 0.2 );
	border-left: 5px solid #ffffff;
	-webkit-transform: translateZ( 0 );
	-ms-transform: translateZ( 0 );
	transform: translateZ( 0 );
	-webkit-animation: load-circle 1.0s linear infinite;
	animation: load-circle 1.0s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}

@-webkit-keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}

@keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}


/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */

form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tell"] {
	width: 100%;
	border: 1px solid #D6D6D6;
    border-radius: 0;
    height: 50px;
    box-shadow: none;
    padding: 0 20px;
    font: 400 16px Arial;
    line-height: 1.5;
    color: inherit;
    box-sizing: border-box;
    background-color: unset;
}

form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tell"]:focus,
form#mail_form textarea:focus {
	box-shadow: 0px 0px 5px #55ccff;
	border: 1px solid #55ccff;
	background: #ffffff;
}

form#mail_form ul li input[type="radio"],
form#mail_form ul li input[type="checkbox"] {
	margin-right: 10px;
	margin-top: 7px;
}

form#mail_form ul li:first-child input[type="radio"],
form#mail_form ul li:first-child input[type="checkbox"] {
	margin-top: 0px;
}

form#mail_form select {
	width: 70.25%;
    border: 1px solid #D6D6D6;
    border-radius: 0;
    height: 50px;
    box-shadow: none;
    padding: 0 20px;
    font: 400 16px Arial;
    line-height: 1.5;
    color: inherit;
    box-sizing: border-box;
    background-color: unset;
}

form#mail_form textarea {
	border: 1px solid #D6D6D6;
    border-radius: 0;
    height: 120px;
    box-shadow: none;
    display: block;
    width: 100%;
    padding: 10px 20px;
    font: 400 16px Arial;
    line-height: 1.5;
    color: inherit;
    box-sizing: border-box;
    background: unset;
}


form#mail_form ul {
	list-style-type: none;
    font-size: 16px;
}
form#mail_form ul li label:hover {
	cursor: pointer;
}

form#mail_form input#name_1 {
	width: 30%;
	margin-right:0;
}

form#mail_form input#name_1,
form#mail_form input#name_2,
form#mail_form input#name_kana_1,
form#mail_form input#name_kana_2{
    width: 30%;
}
form#mail_form input#name_1,
form#mail_form input#name_kana_1{
    margin-right: 10px;
}
form#mail_form input#read_1,
form#mail_form input#read_2,
form#mail_form input#postal,
form#mail_form input#phone,
form#mail_form input#schedule {
	width: 30%;
	margin-left: 10px;
}

form#mail_form input#tell {
	width: 70.25%;
}

form#mail_form input#postal+a {
	display: inline-block;
	padding: 9px 15px;
	vertical-align: middle;
	line-height: 1;
	background: #5bc0de;
	border: 1px solid #46b8da;
	border-radius: 3px;
	color: #ffffff;
	font-family: inherit;
	text-decoration: none;
	position: relative;
	top: -1px;
}

form#mail_form input#postal+a:hover {
	cursor: pointer;
	background: #31b0d5;
	border: 1px solid #269abc;
}

form#mail_form input#address {
	width: 90%;
}

form#mail_form input#form_submit_button {
    margin: 0 auto;
    cursor: pointer;
}

/* -- responsive ----------------------------------------------------------------------------------------------------------------- */

/* 768pixel start */
@media screen and ( max-width: 768px ) {

form#mail_form {
	margin: -10px auto 40px;
}

form#mail_form dl {
	overflow: visible;
}

form#mail_form dl dt {
    width: auto;
    float: none;
    text-align: left;
    margin: 0;
    padding: 20px 0 15px 0;
}

form#mail_form dl dd {
    width: 100%;
    float: none;
    border-top: none;
    margin: 0;
    padding: 0;
}
form#mail_form dl dd:last-child {
    padding: 0;
}
form#mail_form dl dt:first-child, 
form#mail_form dl dt:first-child+dd {
    padding-top: 0;
}
form#mail_form dl dt span {
	/* font-weight: normal; */
	font-size: 16px;
    line-height: 1;
}


/* -- for JavaScript ここから -------------------------------------------------------------------------------- */

form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
	margin: 0;
}


/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */

form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tell"] {
	margin-top: 0px;
}

form#mail_form p#form_submit {
    padding: 0;
    max-width: 700px;
}

form#mail_form input#form_submit_button {
	margin-left: 0;
}

form#mail_form select {
	margin-top: 0;
}

form#mail_form input#phone,
form#mail_form input#schedule {
	width: 50%;
}
}
/* 1000pixel end */


@media screen and ( max-width: 769px ) {
form#mail_form select{
	width: 100%;
}
form#mail_form input[type="text"], form#mail_form input[type="tell"], form#mail_form input[type="email"]{
	max-width: 100%;
}
form#mail_form input#company{
	width: 100%;
}
form#mail_form input#name_1, form#mail_form input#name_2, form#mail_form input#name_kana_1, form#mail_form input#name_kana_2{
    width: 47.5%;
}
form#mail_form input#read_1, form#mail_form input#read_2, form#mail_form input#postal, form#mail_form input#phone, form#mail_form input#schedule{
	width: 40%;
    margin-left: 2%;
}
form#mail_form input#tell, form#mail_form input#mail_address, form#mail_form input#mail_address_confirm{
	width: 100%;
}
form#mail_form input#mail_address, form#mail_form input#mail_address_confirm{
	width: 100%;
}
form#mail_form textarea{
	width: 100%;
	max-width: 100%;
}
form#mail_form p#form_submit {
    padding: 0;
}
}


/* 新コーポ CSS　2021.09.02
*****************************************************/

/* member　余白調整 */
/* @media screen and (max-width: 768px) {
body #member {
    margin-bottom: -40px;
}
}
 */


/* 個人情報保護方針 CSS　2022.03.29 */
.mail_check {
    margin-top: 0;
}
.mail_check .step_txt {
    font-size: 26px;
    font-weight: bold;
    margin: 40px 0 30px;
}
.terms_box {
    height: 250px;
    border: solid 1px #e8e7e7;
    width: unset;
    margin: 0 auto;
    padding: 40px;
    position: relative;
    overflow: scroll;
    outline: none;
    direction: ltr;
    line-height: 2;
}
.mail_check p.mail_check_txt {
    margin-top: -15px;
    margin-bottom: 30px;
    font-weight: normal;
}
#mail_form .terms_box .terms_box_ttl {
    position: unset;
    font-size: 21px;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 0;
    color: #000;
    background-color: #FFF;
}
.terms_box .terms_box_txt {
    font-size: 18px;
    font-weight: bold;
    margin: 30px 0 15px;
}
.terms_box .terms_box_txt_first {
    text-align: right;
    margin: 0 0 30px;
}
.terms_box .terms_box_txt_last {
    font-size: 16px;
    font-weight: normal;
    text-align: right;
    margin: 30px 0 0;
}
.mail_check p.agree_check_txt {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    margin: 0;
}
.mail_check ol li {
    line-height: 2;
}
#mail_form .agree_check .need {
    display: inline-block;
    background-color: #ff4e4a;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 2;
    margin-top: 0;
    margin-left: auto;
    padding: 4px 8px;
}
.mail_check .btn_container:hover, 
.mail_check #back-link:hover {
    opacity: 1;
    transition: 0.1s;
}
.submit:disabled {
  cursor: default;
  background-color: #C1C1C1 !important;
}
.agree_check {
    margin: 30px auto 60px;
    padding: 20px;
    text-align: center;
    background-color: #F5F5F5;
}
.agree_check label {
    font-size: 18px;
    font-weight: bold;
}

@media only screen and (max-width: 768px){
.mail_check .step_txt {
    font-size: 21px;
    margin: 40px 0 15px;
}
.terms_box {
    padding: 20px;
}
.mail_check p.mail_check_txt {
    margin-top: 0;
}
.terms_box .terms_box_txt_first {
    margin: 0 0 20px;
}
#mail_form .terms_box .terms_box_ttl ,
.terms_box .terms_box_txt {
    font-size: 16px;
}
.mail_check p.agree_check_txt {
    text-align: left;
}
.agree_check {
    margin: 20px auto 40px;
    padding: 15px 5px;
}
.agree_check label {
    font-size: 14px;
}
}
@media screen and (max-width: 768px) {
    form#mail_form p#form_submit.news {
        padding: 0 !important;
        max-width: 700px;
    }
}
form#mail_form .terms_box ul.app {
	list-style-type: disc;
}