/* sec01
--------------------------------------------------------- */
.sec01 {
  margin-bottom: 99px;
}
.sec01 .secBox {
  position: relative;
}
.sec01 .sec01Title {
  position: absolute;
  top: 69px;
  z-index: 2;
}
.sec01 .sec01Title h2 {
  text-align: left;
  font-size: 48px;
  line-height: 1.27;
  margin-bottom: 110px;
}
.sec01 .sec01Title h2 .span1 {
  position: relative;
  padding-top: 0.2em;
}
.sec01 .sec01Title h2 .span1::before {
  position: absolute;
  content: "";
  width: 0.2em;
  height: 0.2em;
  border-radius: 50%;
  background-color: #000;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.sec01 .sec01Title h2 .span2 {
  font-size: 35px;
}
.sec01 .sec01Title h2 .span3 {
  background: linear-gradient(transparent 70%, #fcee21 70%);
} 
.sec01 .sec01Title p {
  font-size: 48px;
  line-height: 1.27;
}
.sec01 .sec01Title p span {
  font-size: 30px;
}
.sec01 .pink-bg {
  background: #fdc0aa;
  width: 631px;
  height: 214px;
  position: absolute;
  bottom: 15px;
  z-index: 1;
  clip-path: polygon(0 calc(0% + 2vw), 100% 0, 100% calc(100% - 2vw), 0% 100%);
}
/* sec02
--------------------------------------------------------- */
.sec02 {
  margin-bottom: 109px;
}
.sec02 .secBox {
  position: relative;
}
.sec02 .secBox .sideLogo {
  position: absolute;
  top: 31px;
  right: 57px;
}
.sec02 h2 {
  width: 210px;
  height: 61px;
  line-height: 61px;
  background: #f51a89;
  color: #fff;
  margin-bottom: 61px;
}
.sec02 .contentsBox02 {
  width: 920px;
  margin: 0 auto;
  background: #f2f2f2;
  border-radius: 15px;
  padding: 30px;
}
.sec02 .contentsBox02 .lineTelBox {
  display: flex;
  padding-bottom: 28px;
  border-bottom: 2px solid #c5c5c5;
}
.sec02 .contentsBox02 .lineTelBox .lineBox {
  width: 429px;
}
.sec02 .contentsBox02 .lineTelBox .lineBox h3 {
  font-size: 18px;
  margin-bottom: 25px;
}
.sec02 .contentsBox02 .lineTelBox .lineBox h3 span {
  font-size: 16px;
}
.sec02 .contentsBox02 .lineTelBox .lineBox a {
  font-size: 18px;
  width: 311px;
  height: 51px;
  line-height: 51px;
  border-radius: 25px;
  text-align: center;
  margin-bottom: 27px;
  background: #00B900;
  color: #fff;
}
.sec02 .contentsBox02 .lineTelBox .lineBox p {
  font-size: 14px;
  line-height: 1.71;
}
.sec02 .contentsBox02 .lineTelBox .telBox {
  width: 429px;
  height: 161px;
  padding-left: 30px;
  border-left: 2px solid #c5c5c5;
}
.sec02 .contentsBox02 .lineTelBox .telBox h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.sec02 .contentsBox02 .lineTelBox .telBox h3 span {
  font-size: 16px;
}
.sec02 .contentsBox02 .lineTelBox .telBox .telNum {
  display: inline-block;
  font-size: 52px;
  margin-bottom: 15px;
}
.sec02 .contentsBox02 .mailBox {
  padding-top: 32px;
}
.sec02 .contentsBox02 .mailBox h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
.sec02 .contentsBox02 .mailBox h3 span {
  font-size: 16px;
}
.sec02 .contentsBox02 .mailBox p {
  font-size: 14px;
  margin-bottom: 56px;
}
.sec02 .contentsBox02 .mailBox .mailForm .mailFormItem {
  margin-bottom: 10px;
}
.sec02 .contentsBox02 .mailBox .mailForm .mailFormItem h4 {
  width: 164px;
}
.sec02 .contentsBox02 .mailBox .mailForm .mailFormItem h4 span {
  background: rgb(226, 0, 0);
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  font-size: 13px;
  line-height: 1.85;
  width: 43px;
  height: 25px;
  text-align: center;
  margin-left: 5px;
}
.sec02 .contentsBox02 .mailBox .mailForm .mailFormItem input {
  border: 1px solid #c5c5c5;
  border-radius: 15px;
}
.sec02 .contentsBox02 .mailBox .mailForm .mailFormItem .btnBox input {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
.sec02 .contentsBox02 .mailBox .mailForm .mailFormItem .btnBox {
  text-align: left;
  width: 640px;
}
.sec02 .contentsBox02 .mailBox .mailForm .mailFormItem .btnBox label {
  border-radius: 25px;
  border: 2px solid #c5c5c5;
  width: 167px;
  height: 41px;
  line-height: 39px;
  margin-right: 10px;
  font-size: 16px;
  color: #c5c5c5;
  display: inline-block;
  text-align: center;
}
.sec02 .contentsBox02 .mailBox .mailForm .mailFormItem .btnBox input:checked + label {
  background-color: rgb(226, 0, 0);
  border: 2px solid rgb(226, 0, 0);
  color: #fff;
}
.sec02 .contentsBox02 .mailBox .mailForm .mailFormItem .btnBox label:last-child {
  margin-right: 0;
}
.sec02 .contentsBox02 .mailBox .mailForm .mailFormItem .btnBox label:hover {
  cursor: pointer;
}
.sec02 .contentsBox02 .mailBox .mailForm .mailFormItem .textBox {
  width: 640px;
  height: 40px;
}
.sec02 .contentsBox02 .mailBox .mailForm .mailFormItem .detailBox {
  width: 640px;
  height: 100px;
}
.sec02 .contentsBox02 .mailBox .sending {
  display: block;
  width: 311px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  background: #000;
  border-radius: 25px;
  color: #fff;
  font-size: 18px;
  margin: 25px auto 0;
  border: none;
}
.sec02 .contentsBox02 .mailBox .sending:hover {
  cursor: pointer;
}
.sec02 .contentsBox02 .thanks {
  font-size: 30px;
  text-align: center;
  padding-bottom: 28px;
  border-bottom: 2px solid #c5c5c5;
}

/* media screen
--------------------------------------------------------- */
@media screen and (max-width:1024px) {
  .sec01 .pink-bg {
    width: 45%;
    bottom: 0;
  }
  .sec01 .sec01Title {
    top: 10%;
    left: 2%;
  }
  .sec01 .sec01Title .secInner {
    width: 100%;
  }
  .sec01 .sec01Title h2 {
    margin-bottom: 5%;
  }

  .sec02 .sideLogo {
    display: none;
  }
}

@media screen and (max-width:768px) {
  .sec01 img {
    width: 100%;
  } 
  .sec01 .secInner {
    width: 100%;
  }
  .sec01 .sec01Title {
    width: 85%;
    left: 8%;
    top: 58%;
  }
  .sec01 .sec01Title h2 {
    font-size: 300%;
    margin-bottom: 5%;
  }
  .sec01 .sec01Title p {
    font-size: 200%;
    width: 100%;
  }
  .sec01 .pink-bg {
    width: 100%;
    position: static;
    margin-top: -5%;
    height: auto;
    padding-top: 60%;
  }

  .sec02 h2 {
    width: 100%;
    font-size: 300%;
    height: auto;
    padding: 2% 0;
  }
  .sec02 .contentsBox02 {
    width: 83%;
  }
  .sec02 .contentsBox02 .lineTelBox {
    display: block;
    padding-bottom: 5%;
  }
  .sec02 .contentsBox02 .lineTelBox .lineBox {
    width: 100%;
    padding-bottom: 5%;
    border-bottom: 2px solid #c5c5c5;
    margin-bottom: 5%;
  }
  .sec02 .contentsBox02 .lineTelBox .lineBox h3 {
    font-size: 200%;
  }
  .sec02 .contentsBox02 .lineTelBox .lineBox h3 span {
    font-size: 100%;
  }
  .sec02 .contentsBox02 .lineTelBox .lineBox a {
    width: 100%;
    font-size: 200%;
    height: auto;
    padding: 2% 0;
    border-radius: 2em;
  }
  .sec02 .contentsBox02 .lineTelBox .lineBox p {
    font-size: 150%;
  }
  .sec02 .contentsBox02 .lineTelBox .telBox {
    width: 100%;
    border-left: none;
    padding-left: 0;
    height: auto;
  }
  .sec02 .contentsBox02 .lineTelBox .telBox h3 {
    font-size: 200%;
  }
  .sec02 .contentsBox02 .lineTelBox .telBox h3 span {
    font-size: 100%;
  }
  .sec02 .contentsBox02 .lineTelBox .telBox p {
    font-size: 150%;
  }
  .sec02 .contentsBox02 .mailBox {
    padding-top: 5%;
  }
  .sec02 .contentsBox02 .mailBox .mailTitle h3 {
    font-size: 200%;
  }
  .sec02 .contentsBox02 .mailBox .mailTitle h3 span {
    font-size: 100%;
  }
  .sec02 .contentsBox02 .mailBox .mailTitle p {
    font-size: 150%;
  }
  .sec02 .contentsBox02 .mailBox .mailForm .mailFormItem {
    display: block;
  }
  .sec02 .contentsBox02 .mailBox .mailForm .mailFormItem h4 {
    font-size: 150%;
    width: 100%;
    margin-bottom: 3%;
  }
  .sec02 .contentsBox02 .mailBox .mailForm .mailFormItem h4 span {
    font-size: 100%;
    width: auto;
    height: auto;
    padding: 0 2%;
    line-height: normal;
  }
  .sec02 .contentsBox02 .mailBox .mailForm .mailFormItem .btnBox {
    width: 100%;
  }
  .sec02 .contentsBox02 .mailBox .mailForm .mailFormItem .btnBox label {
    font-size: 150%;
    height: auto;
    padding: 2% 0;
    border-radius: 2em;
    width: 50%;
    display: block;
    margin-bottom: 3%;
  }
  .sec02 .contentsBox02 .mailBox .mailForm .mailFormItem .btnBox label:last-child {
    margin-bottom: 0;
  }
  .sec02 .contentsBox02 .mailBox .mailForm .mailFormItem .textBox {
    width: 100%;
    height: auto;
    padding-top: 8%;
  }
  .sec02 .contentsBox02 .mailBox .mailForm .mailFormItem .detailBox {
    width: 100%;
    height: auto;
    padding-top: 20%;
  }
  .sec02 .contentsBox02 .mailBox .sending {
    font-size: 150%;
    width: 100%;
    height: auto;
    padding: 2% 0;
    border-radius: 2em;
    margin-top: 8%;
  }
}

@media screen and (max-width:640px) {
  .sec01 .sec01Title {
    top: 56%;
  }
}

@media screen and (max-width:500px) {
  .sec01 .sec01Title {
    top: 55%;
  }
  .sec01 .sec01Title h2 {
    font-size: 200%;
  }

  .sec02 .contentsBox02 .lineTelBox .lineBox p {
    font-size: 140%;
  }
  .sec02 .contentsBox02 .lineTelBox .telBox .telNum {
    font-size: 300%;
  }
  .sec02 .contentsBox02 .mailBox .mailForm .mailFormItem .btnBox label {
    font-size: 140%;
  }
}

@media screen and (max-width:390px) {
  .sec01 .sec01Title {
    width: auto;
    left: 2%;
    top: 58%;
  }
  .sec01 .sec01Title h2 {
    font-size: 160%;
  }
  .sec01 .sec01Title h2 .span2 {
    font-size: 100%;
  }
  .sec01 .sec01Title p {
    font-size: 140%;
  }
  .sec01 .sec01Title p span {
    font-size: 100%;
  }

  .sec02 .contentsBox02 {
    width: 90%;
    padding: 5%;
  }
  .sec02 .contentsBox02 .lineTelBox .lineBox h3 {
    margin-bottom: 3%;
  }
  .sec02 .contentsBox02 .lineTelBox .lineBox a {
    font-size: 180%;
    margin-bottom: 3%;
  }
  .sec02 .contentsBox02 .lineTelBox .lineBox p {
    font-size: 110%;
  }
  .sec02 .contentsBox02 .lineTelBox .telBox .telNum {
    font-size: 200%;
  }
  .sec02 .contentsBox02 .lineTelBox .telBox p {
    font-size: 120%;
  }
  .sec02 .contentsBox02 .mailBox .mailTitle p {
    font-size: 120%;
  }
  .sec02 .contentsBox02 .mailBox .mailForm .mailFormItem .btnBox label {
    width: 100%;
  }
  .sec02 .contentsBox02 .mailBox .mailForm .mailFormItem .btnBox input:checked + label {
    width: 100%;
  }
  .sec02 .contentsBox02 .mailBox .mailForm .mailFormItem .btnBox label:last-child {
    width: 100%;
  }
}

/*mailform*/
form#mail_form * {
	margin: 0;
	padding: 0;
}
form#mail_form {
    width: 100%;
	/* margin: 50px auto;
	padding: 10px 0;
    background: url(../simg/form_bg.png) no-repeat #FFFFFF;
    background-color:rgba(255,255,255,0.95);
    background-blend-mode:lighten;
	border: 1px solid #cccccc;
	border-radius: 7px;
	box-shadow: 0 0 7px rgba(117, 113, 113, 0.2);
    font-size: 90%;
    font-weight: bold;
    line-height: 1.8; */
}
form#mail_form dl {
/* 	width: 90%;
	margin: 0 auto;
	overflow: hidden; */
}
form#mail_form dl dt {
	clear: both;
	width: 30%;
	float: left;
	/* border-top: 1px solid #cccccc; */
	padding: 25px 0;
	/* text-align: right; */
	overflow: hidden;
}
form#mail_form dl dd {
	width: 65%;
	float: right;
	/* border-top: 1px solid #cccccc; */
	padding: 15px 0 15px 0;
}
form#mail_form dl dt:first-child,
form#mail_form dl dt:first-child + dd {
	border: none;
}
form#mail_form dl dt span {
	/* display: block;
	font-size: 90%;
  padding-top: 8px; */
  background: rgb(226, 0, 0);
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  font-size: 13px;
  line-height: 1.85;
  width: 43px;
  height: 25px;
  text-align: center;
  margin-left: 5px;
}

/* -- for JavaScript ここから -------------------------------------------------------------------------------- */

form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
	display: inline-block;
	float: left;
	color: #FFFFFF;
	padding: 4px 10px;
	border-radius: 3px;
}
form#mail_form dl dt span.required {
	background: #d9534f;
	border: 1px solid #d43f3a;
}
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="tel"] {
	/* max-width: 90%;
	padding: 7px 2%;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
	margin-top: 7px; */
  border: 1px solid #c5c5c5;
  border-radius: 15px;
  height: 40px;
  padding: 7px 2%;
}
form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tel"]: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: 10px; */
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
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 {
	font-size: 100%;
	font-family: inherit;
	margin-top: 10px;
}
form#mail_form textarea {
	/* display: block;
	width: 90%;
	max-width: 90%;
	height: 200px;
	padding: 7px 2%;
	resize: vertical;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit; */
  border: 1px solid #c5c5c5;
  border-radius: 15px;
  width: 100%;
  max-width: 100%;
  padding: 7px 2%;
  height: 200px;
}
form#mail_form ul {
	list-style-type: none;
  width: 340px;
}
form#mail_form ul li label {
  border-radius: 25px;
  border: 2px solid #c5c5c5;
  width: 167px;
  height: 41px;
  line-height: 39px;
  margin-right: 10px;
  font-size: 16px;
  color: #c5c5c5;
  display: inline-block;
  text-align: center;
}
form#mail_form ul li input:checked + label {
  background-color: rgb(226, 0, 0);
  border: 2px solid rgb(226, 0, 0);
  color: #fff;
}
form#mail_form ul li label:last-child {
  margin-right: 0;
}
form#mail_form ul li label:hover {
	cursor: pointer;
}
form#mail_form input#company {
	width: 60%;
}
form#mail_form input#name_1,
form#mail_form input#name_2,
form#mail_form input#read_1,
form#mail_form input#read_2,
form#mail_form input#postal,
form#mail_form input#phone {
	width: 47%;
}
form#mail_form input#schedule {
  text-align: center;
	width: 35%;
}
form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm {
	width: 100%;
}
form#mail_form input#postal + a {
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid #46b8da;
	border-radius: 3px;
	background: #5bc0de;
	font-size: 100%;
	color: #FFFFFF;
	text-decoration: none;
}
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 p#form_submit {
    text-align: center;
    width: 100%;
	/* margin: 0 auto; */
    padding: 15px 0;
	/* border-top: 1px solid #cccccc; */
}

form#mail_form input[type="button"] {
	/* padding: 7px 20px; */
	border: 1px solid #4cae4c;
	border-radius: 3px;
	background: #5cb85c;
	font-size: 100%;
	color: #FFFFFF;
	font-family: inherit;
	-webkit-appearance: none;
}

form#mail_form input[type="button"]:hover {
	cursor: pointer;
	background: #449d44;
	/* border: 1px solid #398439; */
}

form#mail_form input#form_submit_button {
    /* border: 0px;
    width:270px;
    height:60px;
    background: url(../img/btn_submit.png) no-repeat center;
    background-size: 80%; */
    display: block;
    width: 311px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    background: #000;
    border-radius: 25px;
    color: #fff;
    font-size: 18px;
    margin: 25px auto 0;
    border: none;
}
form#mail_form input#form_submit_button:hover {
    cursor: pointer;
    opacity:0.5;
    border: 0px;
}


div#thanks * {
	margin: 0;
	padding: 0;
}

div#thanks {
	width: 100%;
	margin: 50px auto;
	padding: 30px 0;
	background: #FFFFFF;
	border: 1px solid #cccccc;
	border-radius: 7px;
	box-shadow: 0 0 7px rgba( 0, 0, 0, 0.2 );
	font-size: 95%;
	line-height: 1.8;
}

div#thanks h1,
div#thanks h2 {
	width: 90%;
	margin: 0 auto;
	font-size: 135%;
	font-weight: bold;
	border-bottom: 1px solid #454545;
}

div#thanks h2 {
	margin-top: 3em;
}

div#thanks p {
	width: 90%;
	margin: 0 auto;
	margin-top: 2em;
}

div#thanks dl {
	width: 90%;
	margin: 0 auto 3em;
}

div#thanks dl dt {
	margin-top: 2em;
}

div#agreement {
	width: 90%;
	margin: 0 auto;
	padding: 15px 0;
	border-top: 1px solid #cccccc;
}

div#agreement h3 {
  /* text-align: center; */
	font-size: 135%;
	font-weight: bold;
}

div#agreement div {
	height: 200px;
	margin: 15px 0;
	padding: 20px 30px;
	background: #fafafa;
	border: 1px solid #cccccc;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

div#agreement div h4 {
	margin-top: 30px;
	font-weight: bold;
}

div#agreement div h4:first-child {
	margin-top: 0px;
}

p#agree_check {
    text-align: center;
    font-weight: bold;
}

div#agreement input[type="checkbox"] {
	margin-right: 10px;
}


form#mail_form div#agreement span.error_check {
	display: none;
	color: #ff0000;
	margin-top: 3px;
}
div#confirm_field {
	/* width: 960px; */
	width: 100%;
	/* margin: 50px auto; */
	padding: 10px 0;
	/* background: url(../simg/form_bg.png) no-repeat #FFFFFF; */
  background-color:rgba(255,255,255,0.95);
  background-blend-mode:lighten;
	border: 1px solid #cccccc;
	border-radius: 7px;
	box-shadow: 0 0 7px rgba( 0, 0, 0, 0.2 );
	font-size: 95%;
	line-height: 1.8;
}

div#confirm_field {
	display: none;
}

div#confirm_field h2 {
	width: 90%;
	margin: 0 auto;
	/* padding: 15px 0; */
	font-size: 135%;
	font-weight: bold;
	text-align: center;
}

div#confirm_field dl {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}

div#confirm_field dl dt {
	clear: both;
	width: 30%;
	float: left;
	/* border-top: 1px solid #cccccc; */
	padding: 15px 0;
	/* text-align: right; */
}

div#confirm_field dl dd {
	width: 65%;
	float: right;
	/* border-top: 1px solid #cccccc; */
	padding: 15px 0 15px 5%;
}

div#confirm_field p#confirm_submit {
	/* width: 90%; */
	width: 100%;
	/* margin: 0 auto; */
	/* padding: 15px 0; */
	border-top: 1px solid #cccccc;
	text-align: center;
}

div#confirm_field input[type="button"] {
	/* padding: 7px 20px; */
	border-radius: 3px;
	font-size: 100%;
	color: #ffffff;
	font-family: inherit;
	-webkit-appearance: none;
}

div#confirm_field input#confirm_submit_button {
	/* background: #5cb85c;
	border: 1px solid #4cae4c;
	margin-left: 35%; */
  display: block;
  width: 311px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  background: #000;
  border-radius: 25px;
  color: #fff;
  font-size: 18px;
  margin: 25px auto 0;
  border: none;
}

div#confirm_field input#confirm_submit_button:hover {
	cursor: pointer;
	/* background: #449d44;
	border: 1px solid #398439; */
}

div#confirm_field input#confirm_cancel_button {
	/* background: #d9534f;
	border: 1px solid #d43f3a;
	margin-left: 20px; */
  display: block;
  width: 311px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  background: #e20000;
  border-radius: 25px;
  color: #fff;
  font-size: 18px;
  margin: 25px auto 0;
  border: none;
  
}

div#confirm_field input#confirm_cancel_button:hover {
	cursor: pointer;
	/* background: #c9302c;
	border: 1px solid #ac2925; */
}
/* -- responsive ----------------------------------------------------------------------------------------------------------------- */

/* 1000pixel start */
@media screen and ( max-width: 1000px ) {

form#mail_form {
	width: 95%;
	font-size: 100%;
}

form#mail_form dl {
	overflow: visible;
}

form#mail_form dl dt {
	width: auto;
	float: none;
	text-align: left;
	padding: 15px 0 5px;
	font-weight: bold;
}

form#mail_form dl dd {
	width: auto;
	float: none;
	border-top: none;
	padding: 0px 0 20px 0px;
}

form#mail_form dl dt span {
	font-weight: normal;
}


/* -- for JavaScript ここから -------------------------------------------------------------------------------- */

form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
	margin-right: 1em;
	margin-bottom: 2em;
}


/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */

form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"] {
	margin-top: 0px;
}

form#mail_form input#postal + a {
	padding: 6px 15px 5px;
}

form#mail_form input#form_submit_button {
	margin-left: 0;
}

form#mail_form select {
	font-size: 16px;
	margin-top: 0;
}

form#mail_form input#phone,
form#mail_form input#schedule {
	width: 50%;
}
div#agreement {
	width: 90%;
	margin: 0 auto;
	padding: 15px 0;
	border-top: 1px solid #cccccc;
}

div#agreement h3 {
	font-size: 90%;
	font-weight: bold;
}
div#agreement div {
	height: 200px;
	margin: 15px 0;
	padding: 20px 30px;
	background: #fafafa;
	border: 1px solid #cccccc;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

div#agreement div h4 {
	margin-top: 30px;
	font-weight: bold;
}

div#agreement div p {
	font-size: 80%;
	font-weight: bold;
}

div#agreement div h4:first-child {
	margin-top: 0px;
}

div#agreement input[type="checkbox"] {
	margin-right: 10px;
}


form#mail_form div#agreement span.error_check {
	display: none;
	color: #ff0000;
	margin-top: 3px;
}
}

@media screen and ( max-width: 1000px ) {

div#thanks {
	width: 95%;
	font-size: 100%;
}
}
/* 1000pixel end */

/* 1000pixel start */
@media screen and ( max-width: 1000px ) {

div#confirm_field {
	width: 95%;
	font-size: 100%;
}

div#confirm_field h2 {
	text-align: left;
}

div#confirm_field dl {
	overflow: visible;
}

div#confirm_field dl dt {
	width: auto;
	float: none;
	text-align: left;
	padding: 15px 0 0;
	font-weight: bold;
}

div#confirm_field dl dt:before {
	content: "【";
}

div#confirm_field dl dt:after {
	content: "】";
}

div#confirm_field dl dd {
	width: auto;
	float: none;
	border-top: none;
	padding: 0px 0 15px 0px;
}

div#confirm_field input#confirm_submit_button {
	/* margin-left: 0; */
	margin: 0 auto;
}

}
/* 1000pixel end */


/* 20250322 i.sato SSLシールセンタリング用 */
.ssl {
  text-align: center;
}