@charset "utf-8";
#contact_toratsuba #contents,
#contact_torajuku #contents {
	min-width: 800px;
}

@media only screen and (max-width: 767px) {
  #contact_toratsuba #contents,
  #contact_torajuku #contents {
	min-width: 0;
  }
}
/*----------------------------------------------------
	h1
----------------------------------------------------*/
h1 {
	width: 100%;
	height: 155px;
}
h1 img {
	height: 100%;
	display: block;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  h1 {
	width: 100%;
	height: 100px;
  }
}
#contact_toratsuba h1 {
	padding-right: 30px;
}

@media only screen and (max-width: 767px) {
	padding-right: 20px;
}
/*----------------------------------------------------
	h2
----------------------------------------------------*/
.con_contact h2 {
	width: 100%;
	text-align: center;
	padding-top: 60px;
}
.con_contact h2 span.jp {
	margin: 0 auto;
	display: block;
	width: 227px;
}
.con_contact h2 span.jp img {
	display: block;
}
.con_contact h2 span.en {
	display: inline-block;
	padding: 38px 0 6px;
	border-bottom: 2px solid #000;
}
.con_contact h2 span.en img {
	height: 12px;
	display: block;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .con_contact h2 {
	padding-top: 30px;
  }
  .con_contact h2 span.jp {
	width: 100%;
	height: 28px;
  }
  .con_contact h2 span.jp img {
	height: 100%;
	margin: 0 auto;
  }
  .con_contact h2 span.en {
	display: inline-block;
	padding: 20px 0 4px;
	border-bottom: 2px solid #000;
  }
  .con_contact h2 span.en img {
	height: 8px;
  }
}
/*----------------------------------------------------
	.con_contact
----------------------------------------------------*/
.con_contact {
	width: 800px;
	padding: 110px 20px;
	margin: 0 auto;
}
.con_contact > .txt {
	padding: 40px 0 20px;
	text-align: center;
	font-weight: bolder;
	letter-spacing: 0.1ex;
	line-height: 1.8;
}
.con_contact .con_summary {
	width: 100%;
	padding-top: 45px;
	overflow: hidden;
}
.con_contact .con_summary .box_summary {
	width: 360px;
	margin-bottom: 35px;
}
.con_contact .con_summary .box_summary:nth-child(2n+1) {
	float: left;
	clear: left;
}
.con_contact .con_summary .box_summary:nth-child(2n) {
	float: right;
	clear: right;
}
.con_contact .con_summary .box_summary.speaker {
	width: 100%;
	float: none;
}
.con_contact .con_summary .box_summary.speaker .wrap_summary {
	padding-top: 10px;
	overflow: hidden;
}
.con_contact .con_summary .box_summary.speaker .wrap_summary .img {
	width: 164px;
	float: left;
}
.con_contact .con_summary .box_summary.speaker .wrap_summary .box_r {
	float: right;
	width: 576px;
	padding-top: 5px;
}
.con_contact .con_summary .box_summary.speaker .wrap_summary .txt p {
	font-weight: bolder;
}
.con_contact .con_summary .box_summary.speaker .wrap_summary .txt p.name {
	padding-bottom: 10px;
}
.con_contact .con_summary .box_summary.speaker .wrap_summary .txt p.name > span {
	font-size: 1.6rem;
	font-weight: bolder;
}
.con_contact .con_summary .box_summary.speaker .wrap_summary .txt p.name a, .con_contact .con_summary .box_summary.speaker .wrap_summary .txt p.name span {
	font-weight: bolder;
}
.con_contact .con_summary .box_summary.speaker .wrap_summary .txt p.name .url {
	font-size: 1.4rem;
}
.con_contact .con_summary .box_summary.speaker .wrap_summary .txt p.profile {
	text-align: justify;
	letter-spacing: 0.1ex;
}
.con_contact .con_summary .box_summary h3 {
	padding-bottom: 3px;
	border-bottom: 1px solid #000;
}
.con_contact .con_summary .box_summary h3 span {
	display: block;
	padding-left: 10px;
	border-left: 3px solid #000;
	font-weight: bolder;
	font-size: 1.7rem;
	line-height: 1.2;
}
.con_contact .con_summary .box_summary .txt {
	text-align: justify;
	font-weight: bolder;
	padding-top: 10px;
}
.con_contact .con_summary .box_summary .txt .note {
	display: block;
	font-weight: bolder;
	font-size: 1.2rem;
}
.con_contact .box_contact {
	position: relative;
	width: 760px;
	margin: 0 auto;
	padding-top: 40px;
}
.con_contact .box_contact h3 {
	font-weight: bolder;
	font-size: 2.4rem;
	text-align: center;
}
.con_contact .box_contact > .txt {
	padding: 30px 0 20px;
	text-align: center;
	font-weight: bolder;
	letter-spacing: 0.1ex;
}
.con_contact .box_contact .note {
	font-size: 1.2rem;
}
.con_contact .box_contact .note .req {
	color: #c00;
}

@media only screen and (max-width: 767px) {
  .con_contact {
	width: 100%;
	padding: 60px 0;
  }
  .con_contact > .txt {
	padding: 20px 10px;
	font-weight: normal;
	letter-spacing: normal;
	font-size: 1.3rem;
  }
  .con_contact .con_summary {
	width: 100%;
	padding: 0 10px 20px;
  }
  .con_contact .con_summary .box_summary {
	width: 100%;
	margin-bottom: 20px;
  }
  .con_contact .con_summary .box_summary:nth-child(2n+1) {
	float: none;
	clear: left;
  }
  .con_contact .con_summary .box_summary:nth-child(2n) {
	float: none;
	clear: right;
  }
  .con_contact .con_summary .box_summary.speaker .wrap_summary {
	padding-top: 10px;
	overflow: hidden;
  }
  .con_contact .con_summary .box_summary.speaker .wrap_summary .img {
	width: 50%;
	float: none;
	margin: 0 auto;
	text-align: center;
  }
  .con_contact .con_summary .box_summary.speaker .wrap_summary .box_r {
	float: none;
  }
  .con_contact .con_summary .box_summary.speaker .wrap_summary .txt {
	width: 100%;
  }
  .con_contact .con_summary .box_summary.speaker .wrap_summary .txt p {
	font-weight: normal;
	text-align: center;
  }
  .con_contact .con_summary .box_summary.speaker .wrap_summary .txt p.name {
	padding-bottom: 10px;
  }
  .con_contact .con_summary .box_summary.speaker .wrap_summary .txt p.name > span {
	font-size: 1.6rem;
  }
  .con_contact .con_summary .box_summary.speaker .wrap_summary .txt p.name a {
	font-weight: normal;
  }
  .con_contact .con_summary .box_summary.speaker .wrap_summary .txt p.name a span {
	display: block;
	font-weight: normal;
  }
  .con_contact .con_summary .box_summary.speaker .wrap_summary .txt p.profile {
	text-align: justify;
	letter-spacing: normal;
  }
  .con_contact .con_summary .box_summary h3 span {
	font-size: 1.6rem;
  }
  .con_contact .con_summary .box_summary .txt {
	font-weight: normal;
	padding-top: 10px;
	font-size: 1.3rem;
  }
  .con_contact .con_summary .box_summary .txt .note {
	font-weight: normal;
	font-size: 1.2rem;
  }
  .con_contact .box_contact {
	width: 100%;
	padding-top: 10px;
  }
  .con_contact .box_contact h3 {
	font-size: 2.0rem;
  }
  .con_contact .box_contact > .txt {
	padding: 10px 10px 0;
	font-weight: normal;
	letter-spacing: normal;
	font-size: 1.3rem;
  }
  .con_contact .box_contact .note {
	padding: 10px 0 0 10px;
  }
}
.con_form {
	padding: 10px 0 0;
}
.con_form .box_form {
	border-top: 1px solid #BAA700;
}
.con_form .box_form dl {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-bottom: 1px solid #BAA700;
}
.con_form .box_form dl.con_seminar dd > span {
	display: inline-block;
}
.con_form .box_form dl.con_seminar dd > span.area {
	margin-right: 2ex;
}
.con_form .box_form dl.con_seminar dd > span span {
	font-weight: bolder;
	margin-right: 1ex;
}
.con_form .box_form dl.con_seminar dd > span span.txt_confirm {
	font-weight: normal;
}
.con_form .box_form dl.con_seminar dd > span select {
	width: auto;
}
.con_form .box_form dl.con_after dd span {
	display: inline-block;
	margin-right: 15px;
}
.con_form .box_form dl.con_after dd span label {
	font-weight: bolder;
}
.con_form .box_form dl.con_support dd span {
	display: inline-block;
	width: 100px;
	vertical-align: middle;
}
.con_form .box_form dl.con_support dd span label {
	font-weight: bolder;
}
.con_form .box_form dl.con_support dd span.txt {
	margin-left: 10px;
	width: 370px;
	text-align: justify;
	font-weight: bolder;
	font-size: 1.2rem;
}
.con_form .box_form dl.con_zip dd span {
	display: inline-block;
	width: 14em;
}
.con_form .box_form dl.con_zip dd span.txt {
	width: auto;
	font-weight: bolder;
	margin-right: 10px;
}
.con_form .box_form dl.con_comment dt {
	vertical-align: top;
}
.con_form .box_form dl dt {
	display: table-cell;
	width: 260px;
	padding: 14px 0 14px 5px;
	text-align: left;
	vertical-align: middle;
	font-weight: bolder;
}
.con_form .box_form dl dt span {
	font-weight: bolder;
	font-size: 1.2rem;
}
.con_form .box_form dl dt .req {
	color: #c00;
}
.con_form .box_form dl dd {
	display: table-cell;
	width: 500px;
	padding: 5px;
	text-align: left;
	vertical-align: middle;
}
.con_form .box_form dl dd .err {
	color: #c00;
}
.con_form .con_submit {
	padding-top: 70px;
}
.con_form .con_submit span {
	display: block;
	width: 300px;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .con_form {
	padding: 10px 10px 0;
  }
  .con_form .box_form dl {
	display: block;
  }
  .con_form .box_form dl.con_seminar dd {
	text-align: center;
  }
  .con_form .box_form dl.con_seminar dd > span {
	display: block;
  }
  .con_form .box_form dl.con_seminar dd > span.area {
	margin-right: 0;
	margin-bottom: 5px;
  }
  .con_form .box_form dl.con_seminar dd > span span {
	font-size: 1.3rem;
	width: 18%;
	min-width: 3em;
	display: inline-block;
	text-align: right;
	white-space: nowrap;
  }
  .con_form .box_form dl.con_seminar dd > span span.txt_confirm {
	width: 15em;
	margin-right: 0;
	text-align: left;
  }
  .con_form .box_form dl.con_seminar dd > span select {
	width: 78%;
  }
  .con_form .box_form dl.con_after dd {
	text-align: center;
  }
  .con_form .box_form dl.con_support dd span {
	display: block;
	width: 100%;
	vertical-align: middle;
	text-align: center;
  }
  .con_form .box_form dl.con_support dd span.txt {
	text-align: left;
	margin: 5px 0 0;
	width: 100%;
	font-size: 1.1rem;
  }
  .con_form .box_form dl.con_zip dd {
	text-align: center;
  }
  .con_form .box_form dl.con_zip dd span.txt {
	margin: 0 10px 0 -15px;
  }
  .con_form .box_form dl.con_zip dd span.txt_confirm {
	width: 10em;
	margin-right: 0;
	text-align: center;
  }
  .con_form .box_form dl dt {
	display: block;
	width: 100%;
	padding: 8px 0 0;
	text-align: center;
  }
  .con_form .box_form dl dd {
	display: block;
	width: 100%;
	padding: 2px 0 6px;
  }
  .con_form .box_form dl dd .txt_confirm {
	display: block;
	text-align: center;
  }
  .con_form .con_submit {
	padding-top: 30px;
  }
  .con_form .con_submit span {
	width: 100%;
  }
}
.loading {
	width: 64px;
	height: 64px;
	display: block;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	margin-left: -32px;
	margin-top: -32px;
	background: url(../images/common/482.gif) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

@media only screen and (max-width: 767px) {
  .loading {
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px;
  }
}
#success, #fail {
	padding-top: 40px;
	display: none;
}
#success .txt, #fail .txt {
	width: 450px;
	margin-left: 170px;
	white-space: nowrap;
}
#success .btn a, #fail .btn a {
	width: 300px;
	margin: 100px auto 0;
	display: block;
	background: #000;
	color: #fff100;
	text-align: center;
	padding: 15px 0;
	letter-spacing: 0.2ex;
}

@media only screen and (max-width: 767px) {
  #success, #fail {
	padding: 15px 10px 0;
  }
  #success .txt, #fail .txt {
	width: 100%;
	margin-left: 0;
	white-space: normal;
  }
  #success .btn a, #fail .btn a {
	width: 80%;
  }
}
input[type=text], select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size: 1.3rem;
	color: #000;
	padding: 0.6ex 2ex;
	border: 1px solid #BAA700;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	background: #fff;
	width: 100%;
}

select::-ms-expand {
	display: none;
}

select {
	appearance: none;
	text-indent: .01px;
	/*Firefox用*/
	text-overflow: "";
	/*Firefox用*/
	padding: 0.6ex 5ex 0.6ex 2ex;
	background: url(../images/contact/ic_select.png) right center no-repeat white;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

select:disabled {
	background: #ddd;
}

input[type=radio],
input[type=checkbox] {
	display: none;
}

input[type=radio] + label,
input[type=checkbox] + label {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	padding-left: 26px;
}

input[type=radio] + label:before,
input[type=checkbox] + label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	width: 16px;
	height: 16px;
	margin-top: -9px;
	border: 1px solid #BAA700;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type=radio] + label:before,
input[type=checkbox] + label:before {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}

input[type=radio]:disabled + label:before,
input[type=checkbox]:disabled + label:before {
	background: #ddd;
}

input[type=radio]:checked + label:after,
input[type=checkbox]:checked + label:after {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	width: 8px;
	height: 8px;
	left: 4px;
	margin-top: -5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background: #c33;
}

textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 0 5ex 0 1ex;
	height: 150px;
}

label {
	cursor: pointer;
}

input[type="button"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	text-align: center;
	margin: 0 auto;
	background: #000;
	color: #fff100;
	font-size: 1.5rem;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
	letter-spacing: 0.3ex;
	cursor: pointer;
	display: block;
	height: 100%;
	width: 100%;
	padding: 1.5ex 0;
	-webkit-transition: color,background 400ms ease 0;
	-o-transition: color,background 400ms ease 0;
	-ms-transition: color,background 400ms ease 0;
	transition-property: color,background;
	transition-duration: 400ms;
	transition-timing-function: ease;
	transition-delay: 0;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
input[type="button"]:hover {
	background: rgba(0, 0, 0, 0.8);
}

input[type="button"]#submit {
	display: none;
	width: 360px;
	height: 52px;
	float: right;
	margin-right: 10px;
}

input[type="button"]#back {
	background: none;
	color: #000;
	border: 1px solid #000;
	display: none;
	width: 360px;
	height: 52px;
	float: left;
	margin-left: 10px;
}
input[type="button"]#back:hover {
	color: #fff100;
	background: #000;
}

@media only screen and (max-width: 767px) {
  input[type=text], textarea {
	padding: 0.8ex 1ex;
  }

  input[type=radio] + label,
  input[type=checkbox] + label {
	padding-left: 20px;
	font-size: 1.3rem;
  }

  input[type="button"] {
	margin: 0;
	font-size: 1.4rem;
	letter-spacing: 0.1ex;
	padding: 12px;
  }

  input[type="button"]#submit {
	width: 100%;
	height: 52px;
	float: none;
	margin-right: 0px;
  }

  input[type="button"]#back {
	width: 100%;
	height: 52px;
	float: none;
	margin: 10px 0 0;
  }
  input[type="button"]#back:hover {
	color: #000;
	background: none;
  }
}
