@charset "UTF-8";
/*----------------------------------------

	+ (content)
		- side
		+ (main)
			- cam
			- step
			- form
			- thanks

-----------------------------------------*/

/*----------------------------------------
	side
-----------------------------------------*/

#side {
  margin-top: -15px;
  display: none;
}

@media screen and (max-width:767px){
	#side .ssl{
		display: none;
	}
	#main ul.ssl.spSsl {
		text-align: center;
		margin: 50px 0 0;
		width: auto;
	}
	#main ul.ssl.spSsl li {
		display: inline-block;
		float: none;
		vertical-align: top;
		text-align: left;
	}
}

/*----------------------------------------
  main
-----------------------------------------*/
#main {
    float: none;
    width: 100%;
}


/*----------------------------------------
	cam
-----------------------------------------*/
@media screen and (max-width: 767px) {
  #cam {
	  padding: 0 10px;
}
  
  #cam.camEnquiryForm {
    margin-bottom: 10px;
}
}


/*----------------------------------------
	freedial
-----------------------------------------*/

#freedial {
  margin-bottom: 33px;
}

#freedialss {
  margin-bottom: 33px;
}


/*----------------------------------------
	step
-----------------------------------------*/

.step {
  width: 700px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 auto;
}

#step01 {
  background: url(../../img/cmn_step01.gif) no-repeat;
}

#step02 {
  background: url(../../img/cmn_step02.gif) no-repeat;
}

#step03 {
  background: url(../../img/cmn_step03.gif) no-repeat;
}

.step ul {
  height: 45px;
}

.step li {
  float: left;
  width: 143px;
  padding-left: 90px;
}

.step li.now {
  color: #fff;
}

.step span {
  display: none;
}


@media screen and (max-width: 767px) {
  #step01 {
    padding-top: 10px;
    background: url(../../img/cmn_step01_sp.gif) 100% center no-repeat;
            background-size: 100%;

    -webkit-background-size: 100%;
  }

  #step02 {
    padding-top: 10px;
    background: url(../../img/cmn_step02_sp.gif) 100% center no-repeat;
            background-size: 100%;

    -webkit-background-size: 100%;
  }

  #step03 {
    padding-top: 10px;
    background: url(../../img/cmn_step03_sp.gif) 100% center no-repeat;
            background-size: 100%;

    -webkit-background-size: 100%;
  }

  .step {
    width: auto;
    height: 50px;
  }

  .step li {
    width: 33%;
    line-height: 1.3;
    padding-left: 0;
    box-sizing: border-box;
    font-size: 13px;
    text-align: left;
    text-align: center;
  }

  .step li span {
    display: inline-block;
    display: block;
    max-width: 60px;
    line-height: 20px;
    margin: 0 auto 4px;
    color: #fff;
    background: #3eb2d4;
    text-align: center;
  }


  .step li.now span {
    color: #3eb2d4;
    background-color: #fff;
  }
}

/*----------------------------------------
	form
-----------------------------------------*/

#form p {
  word-break: break-all;
}

#form p.notice {
  padding: 30px 0 10px 0;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}

#form input,
#form select {
  font-size: 13px;
  font-size: 1.3rem;
  background-color: #fff;
}

#form table {
  width: 700px;
  margin: 0 auto;
}

#form th {
  width: 181px;
  padding: 15px 10px 16px 10px;
  background: #f4f4f4 url(../../img/cmn_main_line_w.gif) repeat-x left bottom;
}

#form th em {
  float: right;
  line-height: 1;
  margin-top: 1px;
  padding: 3px 4px;
  color: #fff;
  background-color: #c00;
  font-style: normal;
  font-size: 10px;
  font-size: 1.0rem;
}

#form td {
  vertical-align: middle;
  padding: 12px 0 13px 15px;
  background: url(../../img/cmn_main_line_w.gif) repeat-x left bottom;
}

/* f_school */
#form .f_school th {
  padding: 10px 10px 11px 10px;
}

#form .f_school th em {
  margin-top: 9px;
}

#form .f_school td select {
  width: 210px;
}

/* f_day */
#form .f_day td select {
  width: 210px;
  margin-top: 3px;
}

#form .f_day td p {
  padding-bottom: 15px;
}

#form .f_day td p.ex {
  padding-bottom: 0;
  color: #666;
}

/* f_name */
#form .f_name td input {
  width: 300px;
}

/* f_addr */
#form .f_addr td input {
  width: 300px;
}

#form .f_addr td ul {
  margin-top: -12px;
}

#form .f_addr td li {
  /*	padding: 15px 0 0 7em;*/
  padding: 15px 0 0 0;
}

#form .f_addr td li span {
  display: block;
  margin: 0 0 -1.8em -7em;
}

#form .f_addr td p {
  padding-top: 12px;
  color: #666;
}

#form .f_addr td p em {
  font-weight: bold;
}

#form .f_addr td p em {
  font-style: normal;
}

/* f_zip */
#form .f_zip input {
  width: 100px;
}

/* f_tel */
#form .f_tel td input {
  width: 300px;
}

/* f_meil */
#form .f_mail td ul {
  margin-top: -12px;
}

#form .f_mail td li {
  /*	padding: 15px 0 0 5em;*/
  padding: 15px 0 0 0;
}

#form .f_mail td li span {
  display: block;
  margin: 0 0 -1.8em -5em;
}

#form .f_mail td input {
  width: 300px;
}

#form .f_mail td p {
  padding-top: 12px;
  color: #666;
}

#form .f_mail td p em {
  font-weight: bold;
}

#form .f_mail td p em {
  font-style: normal;
}

/* f_sex */
#form .f_sex td li {
  float: left;
  padding: 3px 30px 3px 0;
}

#form .f_sex td li label {
  padding-left: 5px;
}

/* f_obje */
#form .f_obje td ul {
  float: left;
  padding-right: 30px;
}

#form .f_obje td li {
  padding: 3px 0;
}

#form .f_obje td li label {
  padding-left: 5px;
}

#form .f_obje td select {
  width: 210px;
}

#form .f_obje td li.obujebox input {
  width: 450px;
}

/* f_job */

#form .f_job td select {
  width: 210px;
}

/* f_com*/
#form .f_com td textarea {
  width:400px;
  height: 5em;
}

/* txt */
#form p.txt {
  width: 700px;
  margin-top: -1px;
  padding-top: 25px;
  background-color: #fff;
  margin: 0 auto;
}

/* btn */
#form p.btn {
  margin-top: 25px;
  text-align: center;
}

#form p.btn input {
  height: 41px;
  margin: 0;
  padding-top: 0;
  padding-right: 64px;
  padding-bottom: 0;
  padding-left: 98px;
  border: none;
  color: #fff;
  background: #009 url(../../img/cmn_main_ya_c3.gif) no-repeat 64px center;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

#form p.btn input.hover {
  background-color: #3eb2d4;
  background-position: -636px center;
}

/*----------------------------------------
	Error
-----------------------------------------*/
#form td.errorBox{
	background-color: #ffd8c9;
}
#form td.errorBox span{
	color: #ff0000;
	font-size: 1.2rem;
}
.errorText {
	color: #ff0000;
	font-size: 1.2rem;
}


@media screen and (max-width: 767px) {
  #form p.notice {
    padding: 30px 0 10px 10px;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
  }

  #form h3 {
    padding: 30px 10px 20px;
  }

  #form table,
  #form table.check {
    width: 100%;
  }

  #form th {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  #form td {
    display: block;
    width: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
  }

  #form tr th em {
    margin-top: 0;
    margin-right: 5px;
    position: relative;
    top: -2px;
  }

  #form tr td input {
    box-sizing: border-box;
  }

  #form tr td textarea {
    width: auto;
  }

  #form p.txt {
    width: auto;
    padding: 30px 10px 0;
  }

  #form p.btn input {
    display: block;
    width: 320px;
    margin: 0 auto;
    font-size: 16px;
  }
  /* f_name */
  #form .f_name td input {
    width: 100%;
  }

  /* f_com */
  #form .f_com td textarea {
    width: 100%;
    box-sizing: border-box;
  }

  #form .f_com td input {
    width: 100%;
    box-sizing: border-box;
  }

  /* f_addr */
  #form .f_addr td li input {
    width: 100%;
  }

  /* f_tel */
  #form .f_tel td input {
    width: 100%;
  }

  /* f_meil */
  #form .f_meil  td input {
    width: 100%;
  }

  #form .f_meil td li input.sp2 {
    width: 100%;
  }

  /* f_obje */
  #form .f_obje td ul {
    float: none;
    padding-right: 0;
  }

  #form .f_obje td li {
    margin-top: 5px;
  }

  #form .f_obje td li.obujebox input {
    width: 100%;
  }
}


/*----------------------------------------
	contact
-----------------------------------------*/

#contact {
	position: relative;
	width: 700px;
	margin: 50px auto 0;
	overflow: hidden;
}

#contact h2 {
	padding: 6px 15px 4px 15px;
	background-color: #e4f6ff;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
}

#contact p {
	padding: 8px 15px 6px 15px;
}

/* sub01 */
#contact .sub01 {
	margin: 0 -1px;
	border-top: solid 1px #d5d5d5;
}

#contact .sub01 dl {
	float: left;
	width: 320px;
	padding: 0 15px;
	border-left: solid 1px #d5d5d5;
}

#contact .sub01 dt {
	font-size: 16px;
	padding-top: 10px;
}

#contact .sub01 dd.tel {
	padding: 10px 0 7px 0;
	background: url(../../img/cmn_main_line_w.gif) repeat-x left bottom;
	line-height: 1;
}

#contact .sub01 dd.tel span {
	position: relative;
	display: inline-block;
	bottom: 6px;
	padding: 4px 12px;
	background-color: #000066;
	color: #ffffff;
}

#contact .sub01 dd.tel strong {
	padding-left: 5px;
	color: #000066;
	font-weight: bold;
	font-size: 30px;
	font-size: 3.0rem;
	font-family: Arial, Helvetica, sans-serif;
}

#contact .sub01 dd {
	padding: 7px 0 15px 0;
}

@media screen and (max-width:767px){
	#contact {
		box-sizing: border-box;
		width: 100%;
		padding: 0 10px;
		margin: 20px 0;
	}
	#contact .sub01 {
		border: solid 1px #d5d5d5;
		border-bottom: none;
		margin: 0;
	}
	#contact .sub01 dl {
		border-left: none;
		border-bottom: solid 1px #d5d5d5;
		float: none;
		width: auto;
	}
	#contact .sub01 dt {
	font-size: 16px;
	padding-top: 10px;
	}
	#contact .sub01 dd.tel {
	padding-top: 10px;
	}
	#contact p {
		padding: 10px 0 12px 0;
	}
}


@media screen and (max-width: 767px) {
  #side .etc {
    display: none;
  }
}


/*----------------------------------------
	thanks
-----------------------------------------*/

#thanks {
  margin: 30px 0;
  padding: 60px 0 80px 0;
  background-color: #f4f4f4;
  text-align: center;
}

#thanks h3 {
  padding-bottom: 16px;
  font-size: 24px;
  font-size: 2.4rem;
}

#thanks_banner {
  padding: 50px 0 0 0;
}

@media screen and (max-width: 767px) {
#thanks {
  padding: 60px 10px 80px;
}

#thanks_banner {
  padding: 50px 10px 0;
}
}
