/* PC向けレイアウトの指定：1000px以上では固定レイアウト */
@media print, screen and (min-width: 751px) {
  .mailform dl {
    padding: 15px;
  }
  .mailform dt {
    display: table-cell;
    vertical-align: middle;
    font-weight: normal;
    letter-spacing: 2px;
  }
  .mailform-blue {
    width: 50px;
    padding: 5px;
    text-align: center;
    background: #333333;
    color: #fff;
    font-size: 12px;
  }
  .mailform-font {
    width: 250px;
    color: #333333;
    padding: 0 0 0 15px;
    text-align: left;
  }
	
	  .mailform-font-long {
    width: 250px;
    color: #333333;
    padding: 0 0 0 75px;
		  margin: 0 0 0 0 ;
    text-align: left;
  }
  .mailform dd {
    color: #333333;
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
  }
  .mailform dd input[type="text"], .mailform dd select, dd textarea {
    width: 400px;
    font-family: inherit;
    padding-left: 10px;
    border: 1px solid #B3B3B3;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .05);
    box-sizing: border-box;
    resize: vertical;
    color: #333333;
  }
  .mailform dd select {
    width: 400px;
    box-sizing: border-box;
    resize: vertical;
  }
  .mailform dd textarea {
    height: 120px;
    width: 400px;
    box-sizing: border-box;
    resize: vertical;
  }
  .confirmation_btn {
    width: 130px;
    font-family: inherit;
    border: none;
    background: #333333;
    color: #fff;
    cursor: pointer;
    letter-spacing: 2px;
    padding: 5px;
    margin: 20px 10px 0 10px;
  }
  .confirmation_btn02 {
    width: 130px;
    font-family: inherit;
    border: none;
    background: #333333;
    color: #fff;
    cursor: pointer;
    letter-spacing: 2px;
    padding: 5px;
    margin: 20px 10px 0 10px;
  }
  .confirmation_btn:hover {
    opacity: .8;
  }
  .confirmation_btn02:hover {
    opacity: .8;
  }
  ::placeholder {
    color: #B3B3B3;
  }
}
/*==========================================
 スマホのスタイル
===========================================*/
@media screen and (max-width:750px) {
  .mailform dl {
    padding: 15px 0 15px 0;
  }
  .mailform dt {
	  display: inline-block;
    padding: 5px;
    font-weight: normal;
    letter-spacing: 2px;
  }
  .mailform-blue {
    width: 80px;
    text-align: center;
    background: #333333;
    color: #fff;
  }
  .mailform-font {
    color: #333333;
  }
  .mailform dd {
    color: #3E3A39;
    padding: 20px 0 20px 0;
    text-align: left;
  }
  .mailform dd input[type="text"], .mailform dd select, dd textarea {
    width: 550px;
    font-family: inherit;
    border: 1px solid #B3B3B3;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .05);
    box-sizing: border-box;
    resize: vertical;
    color: #333333;
    height: 40px;
  }
  .mailform dd select {
    width: 550px;
    box-sizing: border-box;
    resize: vertical;
  }
  .mailform dd textarea {
    height: 120px;
    width: 550px;
    box-sizing: border-box;
    resize: vertical;
  }
  .confirmation_btn {
    width: 150px;
    font-family: inherit;
    border: none;
    background: #333333;
    color: #fff;
    cursor: pointer;
    letter-spacing: 2px;
    padding: 5px;
    margin: 0 10px 0 10px;
  }
  .confirmation_btn02 {
    width: 150px;
    font-family: inherit;
    border: none;
    background: #333333;
    color: #fff;
    cursor: pointer;
    letter-spacing: 2px;
    padding: 5px;
    margin: 0 10px 0 10px;
  }
}