@charset "utf-8";
@import url('http://fonts.googleapis.com/css?family=Roboto+Condensed');

/*----------------------レスポンシブPC用-----------------------*/

@media screen and (min-width: 750px) {

  form#mail_form {
	  width: 100%;
	  margin: 0 auto;
    font-size: 12px;
    margin: 30px 0;
  }
  form#mail_form dl {
	  width: 100%;
	  margin: 0 auto;
	  overflow: hidden;
  }
  form#mail_form dl dt {
	  clear: both;
	  width: 25%;
	  float: left;
    padding: 10px 0;
	  margin: 10px 0;
	  text-align: left;
	  overflow: hidden;
  }
  form#mail_form dl dd {
	  width: 70%;
    margin: 10px 0;
	  float: right;
  }
  form#mail_form dl dt:first-child,
  form#mail_form dl dt:first-child+dd { border: none; }
  form#mail_form dl dt span.required,
  form#mail_form dl dt span.optional {
	  display: inline-block;
	  float: left;
	  font-weight: bold;
	  color: #ffffff;
    padding: 7px 15px 5px;
    margin: -7px 10px 0 0;
  }
  form#mail_form dl dt span.required{ background : #ffcc33; }
  form#mail_form dl dt span.optional{ background : #22a6ff; }
  form#mail_form dd span {
	  display: block;
	  color: #ff0000;
  }

/* -- for JavaScript ここまで --------------------------------------------- */

  form#mail_form input#title { width: 400px; }
  form#mail_form input#idnumber { width: 400px; }
  form#mail_form input#tel_1,
  form#mail_form input#tel_2,
  form#mail_form input#tel_3 { width: 110px; }
  form#mail_form input{
	  height: 2.5em;
	  border: 1px solid #ccc;
	  border-radius: 3px;
	  background: #fafafa;
    padding: 2px 10px;
    font-size: 12px;
  }
  form#mail_form textarea {
	  width: 400px;
	  height: 100px;
	  resize: vertical;
	  border: 1px solid #cccccc;
	  border-radius: 3px;
    background: #fafafa;
    padding: 10px;
    font-size: 12px;
  }
  form#mail_form input:focus,
  form#mail_form textarea:focus {
	  box-shadow: 0px 0px 5px #55ccff;
	  border: 1px solid #55ccff;
	  background: #ffffff;
  }
  form#mail_form input#respons_1,
  form#mail_form input#respons_2 { width : 171px; }
  form#mail_form input#responsread_1,
  form#mail_form input#responsread_2,
  form#mail_form input#repre_1,
  form#mail_form input#repre_2 { width : 171px; }
  form#mail_form input#mail_address,
  form#mail_form input#mail_address_confirm { width : 400px; }
  form#mail_form input#mail_submit_button{
	  width: 420px;
	  height: 50px;
    font-size: 12px;
	  padding: 4px 20px;
	  color: #444444;
	  background: #eeeeee;
	  border: 1px solid #cccccc;
	  border-radius: 3px;
	  font-family: inherit;
	  font-weight: bold;
  }
  form#mail_form input#mail_submit_button:hover {
	  cursor: pointer;
	  color: #22a6ff;/* 水色 */
	  background: #e0e0e0;
  }
  form#mail_form a {
    color: #22a6ff;/* 水色 */
    width: 180px;
    text-decoration: none;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    transform: .3s;
  }
  form#mail_form a:hover {
    color: #ffcc33;/* 黄色 */
    transform: .3s;
  }

/*

  #sectionmail {
    width: 90%;
    height: 300px;
    margin: 0 auto;
    position: relative;
  }
  #sectionmail img {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .formtitle { padding-top: 10px; }
  .contacttext {
    width: 100%;
    margin: 20px auto 0;
  }
  .contacttext p {
    width: 40%;
    line-height: 160%;
  }
  .contacttext p span {
    text-decoration: underline;
    line-height: 160%;
    font-weight: bold;
  }
*/

}/*　PC用画面ccs　*/

/*--------------------------------------------------------------------*/
/*-------------------------レスポンシブスマホ用--------------------------*/
/*--------------------------------------------------------------------*/

@media screen and (max-width: 749px) {

  form#mail_form {
	  width: 100%;
    font-size: 12px;
    padding: 0;
    margin: 0;
  }
  form#mail_form dl{
	  width: 95%;
	  overflow : hidden;
    padding: 0;
    margin: 0 auto;
  }
  form#mail_form dl dt{
    width: 100%;
    text-align: left;
    overflow: hidden;
    padding: 10px 0;
    margin: 0;
  }
  form#mail_form dl dd{
    width : 100%;
    padding: 0;
    margin: 0;
  }
  form#mail_form dl dt:first-child,
  form#mail_form dl dt:first-child+dd { border : none; }
  form#mail_form dl dt span.required,
  form#mail_form dl dt span.optional {
    display: inline-block;
    font-weight: bold;
    color: #ffffff;
    padding: 5px 10px;
    margin: 0 10px 0 0;
  }
  form#mail_form dl dt span.required{ background : #ffcc33; }
  form#mail_form dl dt span.optional{ background : #22a6ff; }
  form#mail_form dd span {
    display: block;
    color: #ff0000;
    padding: 5px 0;
  }
  form#mail_form input#title {
    width: 99%;
    margin: 0 auto;
    padding: 0;
  }
  form#mail_form input#idnumber {
    width: 99%;
    margin: 0 auto;
    padding: 0;
  }
  form#mail_form input#tel_1,
  form#mail_form input#tel_2,
  form#mail_form input#tel_3 {
    width: 30%;
    margin: 0 auto;
    padding: 0;
  }
  form#mail_form input{
    height: 28px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fafafa;
    padding: 2px 10px;
    font-size: 12px;
  }
  form#mail_form textarea {
    width: 99%;
    margin: 0 auto;
    padding: 0;
    height: 100px;
    resize: vertical;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background: #fafafa;
    font-size: 12px;
  }
  form#mail_form input:focus,
  form#mail_form textarea:focus {
    box-shadow: 0px 0px 5px #55ccff;
    border: 1px solid #55ccff;
    background: #ffffff;
  }
  form#mail_form input#respons_1,
  form#mail_form input#respons_2 {
    width: 45%;
    margin: 0 auto;
    padding: 0;
  }
  form#mail_form input#responsread_1,
  form#mail_form input#responsread_2,
  form#mail_form input#repre_1,
  form#mail_form input#repre_2 {
    width: 45%;
    margin: 0 auto;
    padding: 0;
  }
  form#mail_form input#mail_address,
  form#mail_form input#mail_address_confirm {
    width: 99%;
    margin: 0 auto;
    padding: 0;
  }
  form#mail_form input#mail_submit_button {
    width: 99%;
    margin: 0 auto;
    padding: 0;
    height: 50px;
    font-size: 12px;
    color: #444444;
    background: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 3px;
    font-family: inherit;
    font-weight: bold;
  }
  form#mail_form a {
    color: #22a6ff;/* 水色 */
    width: 180px;
    text-decoration: none;
    text-align: center;
    display: block;
    margin: 50px auto;
  }
/*

  #sectionmail {
    width: 80%;
    margin: 10px auto;
  }
  #sectionmail img {
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  .rinkbutton {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 2.5vw;
    margin: 2vw auto;
  }
  .rinkbutton a {
    text-decoration: none;
    color: #18499d;
  }
  .formtitle { padding-top: 10px; }
  .contacttext {
    width: 100%;
    margin: 20px auto 0;
  }
  .contacttext p {
    line-height: 160%;
  }
  .contacttext p span {
    text-decoration: underline;
    line-height: 160%;
    font-weight: bold;
  }
  #wrap {
    width: 95%;
    margin: 0 auto;
    background-color: #fff;
  }
*/
}/*　スマホ用画面ccs　*/