* {
	margin: 0;
	padding: 0;
}

img{
	max-width:100%;
}

#header {
	display:none;
}
.seminarSurvey {
  width: 90%;
  max-width: 800px;
  margin: 40px auto 60px;
  background:#FFFFFF;
  border-radius: 10px;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
}
@media screen and (max-width: 768px) {
	.seminarSurvey {
		width: 100%;
		margin: 20px auto 40px;
	}
}
.seminarSurvey p {
	font-size: 14px;
}
.seminarSurvey_inner {
  width: 90%;
	padding: 5%;
	border-bottom:solid 1px #e8eef3;
}
@media screen and (max-width: 480px) {
	.seminarSurvey_inner {
		padding: 40px 5% 5% 5%;
	}	
}
.seminarSurvey_inner2 {
  width: 90%;
	padding: 5%;
}
.seminarSurvey_inner2 p {
	text-align: center !important;
}
h1 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 40px;
	font-weight: 500 !important;
	line-height: 1.6;
}
@media screen and (max-width: 480px) {
	h1 {
		font-size: 22px;
		margin-bottom: 30px;
		line-height: 1.4;
	}
}
h1 .head {
	display: block;
	font-size: 16px;
	font-weight: 700 !important;
	margin-bottom: 10px;
}
h1 .foot {
	display: inline-block;
	font-weight: 500 !important;
	margin-left: 10px;
}
@media screen and (max-width: 480px) {
	h1 .foot {
		display: block;
		margin-left: 0;
	}
}
h2 {
	font-size: 16px;
	margin:0 0 5% 0;
	font-weight: 500 !important;
}
dl {
	width:100%;
	border-collapse:separate;
	border-spacing:0px;
}
dt {
	display: block;
	width:100%;
	margin:0 0 10px 0;
	font-size:14px;    
}
dd {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 30px 0;
	font-size: 14px;    
}
dd.last {
	margin: 0;
}
dd.birth {
	margin: 0;
}
p {
	text-align: left;
}
.inner_text {
	font-size: 14px !important;
	text-align: center;
}
.inner_text .CaptionRED {
	display: block;
	color:#F00;
	margin-top: 10px;
}
.w10 {width: 10% !important;}
.w20 {width: 20% !important;}
.w30 {width: 30% !important;}
.w40 {width: 40% !important;}
.w50 {width: 50% !important;}
.w60 {width: 60% !important;}
.w70 {width: 70% !important;}
.w80 {width: 80% !important;}
.w90 {width: 90% !important;}
.w100 {width: 100% !important;}
input {
	font-size: 16px;
}
input[type="text"] {
		background: #e8eef3;
  border: none;
  padding: 15px;
	width:100%;
	box-sizing:border-box;
}
input[type="tel"] {
	background: #e8eef3;
  border: none;
  padding: 15px;
	width:100%;
	box-sizing:border-box;
}
input[type="date"] {
	background: #e8eef3;
  border: none;
  margin:0 0 10px 0;
  padding: 15px;
	width:100%;
	box-sizing:border-box;
}
input[type="radio"] {
	display:inline-block !important;
  appearance: auto !important;
}
input[type="submit"] {
	background: #0e7cd9;
  border: none;
  padding: 15px;
	width:100%;
	box-sizing:border-box;
	color:#FFFFFF;
}
input[type=submit]:disabled {
	background: #ddd;
}
input[type=email] {
	background: #e8eef3;
	border: none;
	padding: 15px;
	width: 100%;
	box-sizing: border-box;
}
input[type=checkbox] {
	display: inline-block !important; 
	width: 20px;
	height: 20px;
	appearance:auto !important;
	margin: 0 10px 0 0;
}
.seminarSurvey_inner dl dt p,
.seminarSurvey_inner dl dd p {
	font-size: 16px !important;
	text-align: left;
}
.seminarSurvey_inner dl dd p.CaptionTxt {
	font-size: 14px !important;
	margin-top: 5px;
}
.wpcf7-list-item {
	display: block !important;
	margin: 0;
}
textarea {
	background: #e8eef3;
  border: none;
  padding: 15px;
	width: 100%;
	height: 240px;
	box-sizing: border-box;
}
select {
	background: #e8eef3;
  border: none;
  padding: 15px;
	width: 100%;
	box-sizing: border-box;
}
.time1 {
  width:calc(100% - 30px);
	background: #e8eef3;
  display:inline-block;
  padding-right:30px;
}
.time2 {
  width:calc(100% - 30px);
	background: #e8eef3;
  display: inline-block;
  padding-right: 30px;
}
.time3 {
  width: calc(100% - 30px);
	background: #e8eef3;
  display: inline-block;
  padding-right: 30px;
}
.required {
  padding: 6px 12px;
  background:#0e7cd9;
  color: #FFF;
  margin: 0 5px 0 0;
  border-radius: 3px;
  font-size: 13px;
	font-weight: 700 !important;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
.optional-icon {
  padding: 6px 12px;
	background:#999;
	color:#FFF !important;
  margin: 0 5px 0 0;
  border-radius: 3px;
  font-size: 13px;
	font-weight: 700 !important;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
.contactBtn {
	margin:0 !important;
}
.wpcf7 .screen-reader-response {
	position:static !important;
  overflow:auto !important;
  clip:auto !important;
  clip-path:none !important;
  height: auto !important;
  width: auto !important;
  margin: 20px 0;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}
.wpcf7 .screen-reader-response ul {
	display:none;
}
.wpcf7 .screen-reader-response p {
	display:block;
	color:#c01a2e;
	border:none !important;
	margin:20px auto;
	text-align: center;
	font-size:14px;
}
.wpcf7-not-valid-tip {
	display:block;
	color:#c01a2e;
	border:solid 2px #c01a2e;
	padding:5px;
	margin:20px 0;
}
.wpcf7-response-output {
	display:block;
	color:#c01a2e;
	border:none !important;
	margin:20px auto;
	text-align: center;
	font-size:14px;
}
.slide2 {
	display:none;
}
.contactArea {
	display:none;
}

.Privacy__Iframe {
	width: 80%;
	height: 400px;
	margin: 30px auto;
	overflow-y:scroll;
	padding: 20px;
	border: 1px solid #e8eef3;
}
label {
	display: block;
	margin: 0;
}
.wpcf7-form-control-wrap label {
	display: flex !important;
	justify-content: center;
	align-items: center;
  width: 80%;
  margin: 20px auto;
  background: #ddd;
  padding: 20px;
	border-radius: 5px;
	text-align: center;
	box-sizing: border-box;
}
@media screen and (min-width:600px) { 
  input[type="date"] {
    margin:0 10px 0 0;
    width:calc(60% - 10px);
  }
  .time1 {
    width:calc(40% - 30px);
  }
  .time2 {
    width:calc(40% - 30px);
  }
  .time3 {
    width:calc(40% - 30px);
  }
}

.q_form .contactContent {
	width: 100%;
	padding: 0 0 20px;
}
.q_form .contactTitle2 {
	font-size: 1.35rem;
  margin: 30px 0 40px;
	padding: 0 0 20px;
}
.q_form .contactTitle3 {
	font-size: 1.1rem;
	font-weight: 500 !important;
	line-height: 1.6;
}
.q_form .contactList1 {
	margin: 0 0 20px;
}
.q_form .contactList1 li:not(:last-of-type) {
	margin-bottom: 10px;
}


/* contact */
.formsection{
	background:#fff;
}
.hp-contact-list-container{
    max-width: 700px;
    margin: 0 auto;
    padding: 30px;
    background: #eff1f597;
}
.contactTxt1{
	    text-align: center;
    font-size: 14px;
    line-height: 2.43;
    letter-spacing: 0.05em;
    margin-bottom: 3.334%;
}
.contactimg{
    text-decoration: none;
    color: #496798;
    display: block;
    background: #fff;
    width: auto;
    padding: 30px;
    border: solid 1px #496798;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
    max-width: 450px;
    margin: 80px auto 30px;
    width: 80%;
}
.contactTable {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  font-family: "Segoe UI", sans-serif;
}

.contactTable th,
.contactTable td {
  padding: 16px 12px;
  vertical-align: top;
  font-size: 14px;
	display:block;
}

.contactTable th {
  font-weight: bold;
	    padding: 16px 12px 0;
}

.contactTable .required {
  background: #e60033;
  color: white;
  padding: 3px 7px;
  border-radius: 4px;
  font-size: 12px;
  margin-right: 5px;
  display: inline-block;
}

.contactTable input[type="text"],
.contactTable input[type="email"],
.contactTable input[type="tel"],
.contactTable textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  font-size: 14px;
  box-sizing: border-box;
  transition: border-color 0.3s;
}

.contactTable input:focus,
.contactTable textarea:focus {
  border-color: #e60033;
  outline: none;
}

.contactTable .error {
  border-color: #e60033 !important;
}

.contactBtn{
	text-align:center;
}
.contactBtn input[type="submit"] {
  background: #496798;
  color: #fff;
  padding: 12px 30px;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
	width:150px;
}

.contactBtn input[type="submit"]:hover {
  background: #7690bb;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  display: block;
  font-weight: bold;
  margin-top: 5px;
}
.wpcf7-spinner{
	display:none !important;
}
.contacta{
	margin: 10px auto;
  text-align: center;
  display: block;
  font-size: 9pt;
	line-height:1.5;
}
.contacta a{
	
    text-decoration: underline;
}

.tel-link {
  pointer-events: none;
  cursor: default;
}

@media screen and (max-width: 768px) {
  .tel-link {
    pointer-events: auto;
    cursor: pointer;
  }
}
@media screen and (max-width: 480px){
	.contactimg{
		padding:10px;
	}
	.hp-contact-list-container {
		padding: 30px 10px;}
	
}

/* サンクスページ */
.page-fv.thanks {
	height: 50vh;
}

.hp-contact-thanks-container {
	max-width: 700px;
	margin: 100px auto 0;
	text-align: center;
}

.hp-contact-thanks-container .title {
	font-family: "Shippori Mincho", serif;
  font-size: 24px;
  margin: 0 0 60px;
  line-height: 1.6;
}

.hp-contact-thanks-container .text {
	font-family: "Shippori Mincho", serif;
  line-height: 2;
	text-align: center;
}

.hp-contact-thanks-container .text p {
  font-size: 14px;
}

.hp-contact-thanks-container .text a {
	font-family: "Shippori Mincho", serif;
  display: block;
	text-decoration: none;
}

.hp-contact-thanks-container .text a.tel-link {
  font-size: 24px;
  color: #1787c9;
  margin: 30px 0 5px;
  line-height: 1;
  letter-spacing: 2px;
}
.hp-contact-thanks-container .text a.tel-link span {
	font-family: "Shippori Mincho", serif;
  font-size: 16px;
  color: #1787c9;
}

.hp-contact-thanks-container .text .time {
	font-family: "Shippori Mincho", serif;
  font-size: 14px;
  margin-right: 2px;
	text-align: center;
}

.hp-contact-thanks-container .text a.top-link {
  display: inline-block;
  color: #1787c9;
  margin: 40px 0 0;
  text-decoration: underline;
}

.hp-contact-thanks-container .text a.top-link:hover {
  text-decoration: none;
}

@media screen and (max-width: 480px){
	.hp-contact-thanks-container {
		margin: 50px auto 0;
	}
  .hp-contact-thanks-container .title {
    font-size: 20px;
    margin: 0 0 40px;
  }

  .hp-contact-thanks-container .text a.tel-link {
    font-size: 22px;
  }

	.hp-contact-thanks-container .text .time {
    font-size: 14px;
  }

  .hp-contact-thanks-container .text a.top-link {
    margin: 30px 0 0;
    text-decoration: underline;
  }
}

