@charset "utf-8";

/* --------------------------------------------------------------
お問い合わせ(共通)
-------------------------------------------------------------- */
.contact .lead a {
  text-decoration: underline;
}
.contact .lead a:hover {
  text-decoration: none;
}

/* --------------------------------------------------------------
お問い合わせ(PC)
-------------------------------------------------------------- */

@media screen and (min-width:640px){

.contact {
	width:1000px;
	/*margin:0 auto 50px auto;*/
	margin:0 auto;
	}

.contact br.pcnone {
	display: none;
}
.contact br.spnone {
	display: inline;
}


.contact h2{
	background:#000;
	text-align:center;
	font-weight:normal;
	color:#fff;
	font-size:20px;
	padding:20px;
	margin:0 0 30px 0;
	}

.contact .lead{
	text-align:left;
	width: fit-content;
	max-width:740px;
	margin:0 auto 30px auto;
	}

.contact .lead p {
	margin-bottom: 1em;
}

.contact .lead p:last-child {
	margin-bottom: 0;
}

.contact dl{
	background:#ececec;
	width:755px;
	margin:0 auto 30px auto;
	padding:20px 35px;
	position:relative;
	text-align:left;
	border-radius:5px;
	}

.contact dt{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position:absolute;
	/*
	width:180px;
	padding:10px 0 10px 15px;
	*/
	width: 195px;
	padding: 10px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  font-weight: bold;
	}

.contact dt.dt01 {
	height: 94px;
}
.contact dt.dt02 {
	height: 50px;
}
.contact dt.dt03 {
	height: 40px;
}
.contact dt.dt04 {
	height: 180px;
}
  
.name-block {
  display: flex;
	width: 100%;
}
.name-block .input-block {
	width: 42%;
}
.name-block .name_t {
	width: 7%;
  padding: 6px 0 0;
}
.name-block > div:nth-of-type(3) {
	padding: 6px 0 0 2%;
}
.contact dd .name-block .input-block input {
  width:100%;
  padding:5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tel-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
}
.tel-block .input-block {
	width: 30%;
}
.tel-block .hyphen {
	width: 5%;
	text-align: center;
}


.contact dt span{
	color:#c82d2b;
  font-weight: normal;
	}

.contact dd{
	background:url(/images/contact/bg_table.gif) 0 0 repeat-y;
	border-bottom:solid 1px #fff;
	padding:10px 0 10px 230px;
	}
  .contact dd:last-child {
    border-bottom: none;
  }

.contact dd .mail01,
.contact dd .mail02,
.contact dd select{
	width:100%;
	padding:5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

.contact dd .tel{
  width: 100%;
	padding:5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  }
.contact dd .mail01{
	margin:0 0 15px 0;
	}
  
.contact dd .check_list {
  display: flex;
}
.contact dd .check_list li {
  margin: 0 15px 0 0;
}
.contact dd .check_list li label,
.contact dd .check_list li input,
.contact label.agree,
.contact .agree input {
  cursor: pointer;
}
  
.contact .check {
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  vertical-align: middle;
}

.contact dd textarea{
	width:100%;
	height:155px;
	padding:5px;
  resize: none;
  box-sizing: border-box;
  vertical-align: bottom;
	}

.contact form{
	/*margin:0 0 30px 0;*/
	}

.contact .pb{
	width:540px;
	margin:40px auto;
	border:solid 1px #ccc;
	font-size:12px;
	text-align:left;
	padding:5px;
	}

.contact .pb p{
	width:385px;
	float:left;

	}

.contact .pb p a{
	color:#c82d2b;
	}

.contact .pb img{
	float:right;
	}
table.spBox1 {
    width:100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	font-size:12px;
	line-height:1.4;
	color:#666666;
}

table.spBox1 th {
    padding: 8px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight:normal;
    line-height: 120%;
    text-align:left;
	font-style:normal !important;
	width:100px;
}
table.spBox1 td {
    padding: 8px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align:left;
}
table.spBox1 em{
	color:#c82d2b;
	}
table.spBox1 textarea{
	width:535px;
	height:155px;
	padding:5px;
	}
table.spBox1 input[type=text],table.spBox1 input[type=password],table.spBox1 select{
	padding:5px;
	margin-bottom:5px;
	}
  
.agree_box {
  margin: 0 10px 30px;
}
.agree_box a {
  text-decoration: underline;
}
.agree_box a:hover {
  text-decoration: none;
}
  
#contact .agree_w {
  max-width: 300px;
  margin: 0 auto;
	text-align:center;
	padding:0 30px;
	margin-bottom: 0 !important;
	}

#contact .agree {
	background:url(/images/member/bt_agree.png) no-repeat center center,-webkit-gradient(linear, center top, center bottom, from(#fff), to(#ebebeb));
	width:100%;
	display: block;
	padding:20px 0;
	cursor: pointer;
	overflow: hidden;
	margin:0 0 20px 0;
	text-align:left;
	border:solid 1px #ccc;
	border-radius:5px;
	font-size:18px;
	text-indent:-9999px;
	}

#contact .c_on{
	background-image:url(/images/member/bt_agree_a.png)!important;
	}

#contact .agree input {
	width:100%;
  opacity: 0;
	}
  
  

	}

/* --------------------------------------------------------------
お問い合わせ(SP)
-------------------------------------------------------------- */

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

.contact {
	/*padding:0 0 20px 0;*/
	padding: 0;
	}

.contact br.pcnone {
	display: inline;
}
.contact br.spnone {
	display: none;
}

.contact h2{
	background:#000;
	text-align:left;
	font-weight:normal;
	color:#fff;
	font-size:20px;
	padding:20px;
	margin:0 0 20px 0;
  text-align: center;
	}

.contact .lead{
	text-align:left;
	padding:0 20px 20px 20px;
	}

.contact .lead p {
	margin-bottom: 1em;
}

.contact .lead p:last-child {
	margin-bottom: 0;
}

.contact dl{
	background:#ececec;
	padding:20px;
	border-radius:5px;
	margin:0 10px 20px 10px;
	text-align:left;
	}

.contact dt{
  margin: 0 0 5px;
  font-weight: bold;
	}

.contact dt span{
	color:#c82d2b;
  font-weight: normal;
	}


.contact dd{
	margin:0 0 20px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #fff;
	}
  .contact dd:last-child {
    margin: 0;
    padding: 0;
    border-bottom: none;
  }

.contact dd .mail01,
.contact dd .mail02,
.contact dd .tel {
	/*width:95%;*/
	width: 100%;
	border:solid 1px #aaa;
	border-radius:5px;
	box-shadow:rgba(150, 156, 163, 0.298039) 0px 0px 6px 3px inset;
	-webkit-box-shadow:rgba(150, 156, 163, 0.298039) 0px 0px 6px 3px inset;
	-moz-box-shadow:rgba(150, 156, 163, 0.298039) 0px 0px 6px 3px inset;
	font-size:18px;
	padding:5px;
	height:44px;
	margin:0 0 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

.contact dd .tel {
	margin: 0;
}
/*
.contact dd .tel{
	width: 27%;
	}
*/

.tel-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 0 0 10px 0;
}
.tel-block .input-block {
	width: 30%;
}
.tel-block .hyphen {
	width: 5%;
	text-align: center;
}
  
.name-block {
  display: flex;
  flex-wrap: wrap;
	width: 100%;
}
.name-block .input-block {
	width: 85%;
}
.name-block .name_t {
	width: 15%;
  padding: 12px 20px 7px 0;
  box-sizing: border-box;
  white-space: nowrap;
  text-align: center;
}
.contact dd .name-block .input-block input {
  width: 100%;
	border:solid 1px #aaa;
	border-radius:5px;
	box-shadow:rgba(150, 156, 163, 0.298039) 0px 0px 6px 3px inset;
	-webkit-box-shadow:rgba(150, 156, 163, 0.298039) 0px 0px 6px 3px inset;
	-moz-box-shadow:rgba(150, 156, 163, 0.298039) 0px 0px 6px 3px inset;
	font-size:18px;
	padding:5px;
	height:44px;
	margin:0 0 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
  

.contact dd .check_list li {
  display: inline-block;
  margin: 0 20px 10px 0;
}
  
.contact .check {
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  vertical-align: middle;
}

.contact dd select{
	width:100%;
	border:solid 1px #aaa;
	border-radius:5px;
	background:url(/images/common/arrow_select.png) right center no-repeat,-webkit-gradient(linear, left top, left bottom,from(#fff), to(#f5f5f5));
	box-shadow:rgba(158, 161, 166, 0.298039) 0px 3px 6px 3px;
	-webkit-box-shadow:rgba(158, 161, 166, 0.298039) 0px 3px 6px 3px;
	-moz-box-shadow:rgba(158, 161, 166, 0.298039) 0px 3px 6px 3px;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	font-size:18px;
	padding:10px;
	height:60px;
	margin:0 0 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

.contact dd textarea {
	/*width:95%;*/
	width: 100%;
	border:solid 1px #aaa;
	border-radius:5px;
	box-shadow:rgba(150, 156, 163, 0.298039) 0px 0px 6px 3px inset;
	-webkit-box-shadow:rgba(150, 156, 163, 0.298039) 0px 0px 6px 3px inset;
	-moz-box-shadow:rgba(150, 156, 163, 0.298039) 0px 0px 6px 3px inset;
	font-size:18px;
	padding:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  resize: none;
	}

.contact .bt {
	width:94%;
	/*margin:0 0 20px 0;*/
	margin: 0;
	}
  .contact .bt[name="submit"] {
    display: block;
    margin: 0 auto 20px;
  }
  .contact .bt[name="SMPFORM_BACK"] {
    width:40%;
  }

.contact .pb{
	width:90%;
	margin:20px 0 12px 10px;
	border:solid 1px #ccc;
	font-size:12px;
	text-align:left;
	padding:5px;
	}

.contact .pb p{
	width:65%;
	float:left;

	}

.contact .pb p a{
	color:#c82d2b;
	}

.contact .pb img{
	float:right;
	width:30%;
	}
table.spBox1 {
    width:95%;
    border:none;
    border-collapse: collapse;
    border-spacing: 0;
	font-size:12px;
	line-height:1.4;
	color:#666666;
}

table.spBox1 th {
    padding: 8px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
	width:100%;
    font-weight:normal;
    line-height: 120%;
	font-style:normal !important;
    text-align:left;
}
table.spBox1 td {
    padding: 8px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align:left;
	width: 100% !important;
}
table.spBox1 em{
	color:#c82d2b;
	}
table.spBox1 th, table.spBox1 td{
	display:list-item;
	border:none;
}
table.spBox1 input[type=text],table.spBox1 input[type=password]{
	width:95%;
	border:solid 1px #aaa;
	border-radius:5px;
box-shadow:rgba(150, 156, 163, 0.298039) 0px 0px 6px 3px inset;
-webkit-box-shadow:rgba(150, 156, 163, 0.298039) 0px 0px 6px 3px inset;
-moz-box-shadow:rgba(150, 156, 163, 0.298039) 0px 0px 6px 3px inset;
	font-size:18px;
	padding:5px;
	height:44px;
	margin:0 0 10px 0;
	}

table.spBox1 select{
	width:100%;
	border:solid 1px #aaa;
	border-radius:5px;
	background:url(/images/common/arrow_select.png) right center no-repeat,-webkit-gradient(linear, left top, left bottom,from(#fff), to(#f5f5f5));
	box-shadow:rgba(158, 161, 166, 0.298039) 0px 3px 6px 3px;
-webkit-box-shadow:rgba(158, 161, 166, 0.298039) 0px 3px 6px 3px;
-moz-box-shadow:rgba(158, 161, 166, 0.298039) 0px 3px 6px 3px;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
	font-size:18px;
	padding:10px;
	height:60px;
	margin:0 0 10px 0;
	}

table.spBox1 textarea {
	width:95%;
	border:solid 1px #aaa;
	border-radius:5px;
box-shadow:rgba(150, 156, 163, 0.298039) 0px 0px 6px 3px inset;
-webkit-box-shadow:rgba(150, 156, 163, 0.298039) 0px 0px 6px 3px inset;
-moz-box-shadow:rgba(150, 156, 163, 0.298039) 0px 0px 6px 3px inset;
	font-size:18px;
	padding:10px;
	}
  
.agree_box {
  margin: 0 10px 20px;
  text-align: left;
}
.agree_box a {
  text-decoration: underline;
}
.agree_box a:hover {
  text-decoration: none;
}
  
#contact .agree_w {
	text-align:center;
	padding:0 30px;
	margin-bottom: 0 !important;
	}

#contact .agree {
	background:url(/images/member/bt_agree.png) no-repeat center center,-webkit-gradient(linear, center top, center bottom, from(#fff), to(#ebebeb));
	width:100%;
	display: block;
	padding:20px 0;
	cursor: pointer;
	overflow: hidden;
	margin:0 0 20px 0;
	text-align:left;
	border:solid 1px #ccc;
	border-radius:5px;
	font-size:18px;
	text-indent:-9999px;
	}

#contact .c_on{
	background-image:url(/images/member/bt_agree_a.png)!important;
	}

#contact .agree input {
	width:100%;
  opacity: 0;
	}

	}

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

	}
