body {
  font-family: YuGothic, /* Mac用 */
  'Yu Gothic', /* Windows用 */
  sans-serif;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

.img_label {
  padding: 0 0.5em;
  color: #000;
  background-color: #ccc;
  cursor: pointer;
  border-radius: 5px;
  transition: .3s;
  margin-right: 1em;
  border: solid 1px #000;
}
.img_label:hover {
  opacity: 0.8;
}
.file-button{
  display: none;
}

.select_image_item{
    margin: 0.5em 0;
}

.mailFormArea span.select_img{
  color: #000;
  font-size: 1em;
  font-weight: 400;
  padding-left: 0;
}

.mailFormArea span.clear_btn{
    display:none;
    color: #3434aa;
    border-bottom: solid 1px #3434aa;
    cursor: pointer;
    margin-left: 1em;
    padding-left: 0;
    font-size: 1em;
    font-weight: 400;
}

.file_dt{
  margin-top: 20px;
}

.img_index{
  padding-right: 3em;
}

.pallet_comment.file_p{
  margin: 0;
  line-height: 1.5;
}

.pallet_comment.file_p.caution{
  color: #f50000;
  font-weight: 600;
}

@media screen and (min-width:601px) {
  a[href^="tel:"] {
    cursor: default;
  }
  a[href^="tel:"] img {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
  }
  .pcDisp {}
  .spDisp {
    display: none;
  }
  div.wrapper {
    min-width: 1250px;
    margin: 0 auto;
    border: 5px solid #ff7800;
    position: relative;
  }
  header {
    width: 100%;
    height: 55zpx;
    background: #ffffff;
    border-top: 5px solid #ff7800;
    border-bottom: 1px solid #ff7800;
    padding: 20px 0px;
    font-size: 12px;
    color: #000000;
    position: fixed;
    top: 0;
    z-index: 4;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 5px solid #ff7800;
    border-right: 5px solid #ff7800;
    margin-left: -5px;
  }
  header h1 {
    margin: 0;
    padding: 0 25px;
  }
  header h1 span {
    background: url(../img/logo.jpg) no-repeat left bottom;
    display: block;
    width: 253px;
    height: 35px;
    text-indent: -9999px;
  }

  /*メールフォーム*/
  .mailFormArea {
    background: #ffffee;
    text-align: center;
    padding: 30px;
  }
  .mailFormArea h3 {
    padding: 80px 30px 30px;
    font-size: 24px;
    line-height: 60px;
    font-weight: bold;
    color: #000000;
  }
  .mailFormArea p {
    font-size: 16px;
    line-height: 2em;
    color: #000000;
  }
  .mailFormArea dl {
    width: 800px;
    margin: 30px auto;
    padding: 20px 0;
    border-top: 2px solid #000000;
  }
  .mailFormArea dl dt {
    font-size: 16px;
    text-align: left;
    color: #000000;
    line-height: 32px;
    font-weight: bold;
  }
  .mailFormArea dl p.callback {
    padding-bottom: 5px; /* 変更　20px→10px  */
    font-weight: bold;
  }
/* 写真追加  */
  .samplePic {
	margin-top: 0px;
	margin-bottom: 20px;
        text-align: left;
}
  .samplePic p {
        font-size: 18px;
        font-weight: bold;
}
/*   */
  .mailFormArea dl dt span {
    color: #ff0000;
    font-size: 12px;
    padding-left: 5px;
  }
  .mailFormArea dl dt span.black {
    color: #000;
    font-size: 12px;
    padding-left: 5px;
  }
  .mailFormArea dl dt h4 {
    font-weight: bold;
    font-size: 18px;
  }
  .mailFormArea dl dd {
    font-size: 16px;
    text-align: left;
    margin-bottom: 20px;
    color: #666;
    font-weight: normal;
    line-height: 32px;
  }
  p.pallet_comment {
    margin: -18px 0 20px;
    text-align: left;
    color: #666;
  }
  .mailFormArea dl dd small {
    font-size: 14px;
    line-height: 24px;
  }
  .mailFormArea input[type="radio"] {
    margin-right: 5px;
  }
  .mailFormArea input[type="text"],
  .mailFormArea input[type="email"] {
    width: 780px;
    padding: 10px;
    border: 1px solid #cccccc;
  }
  .mailFormArea input[type="text"]:placeholder-shown,
  .mailFormArea input[type="email"]:placeholder-shown {
    color: #ccc;
  }

  .mailFormArea input[type="text"]::-webkit-input-placeholder,
  .mailFormArea input[type="email"]::-webkit-input-placeholder {
    color: #ccc;
  }

  .mailFormArea input[type="text"]:-moz-placeholder,
  .mailFormArea input[type="email"]:-moz-placeholder {
    color: #ccc;
    opacity: 1;
  }

  .mailFormArea input[type="text"]::-moz-placeholder,
  .mailFormArea input[type="email"]::-moz-placeholder {
    color: #ccc;
    opacity: 1;
  }

  .mailFormArea input[type="text"]:-ms-input-placeholder,
  .mailFormArea input[type="email"]:-ms-input-placeholder {
    color: #ccc;
  }
  .mailFormArea input.wideSS[type="text"],
  .mailFormArea input.wideSS[type="email"] {
    width: 100px;
  }
  .mailFormArea input.wideS[type="text"],
  .mailFormArea input.wideS[type="email"] {
    width: 180px;
  }
  .mailFormArea input.wideM[type="text"],
  .mailFormArea input.wideM[type="email"] {
    width: 390px;
  }
  .mailFormArea input.wideL[type="text"],
  .mailFormArea input.wideL[type="email"] {
    width: 600px;
  }
  .mailFormArea input.wideXL[type="text"],
  .mailFormArea input.wideXL[type="email"] {
    width: 714px;
  }
  .mailFormArea textarea {
    width: 100%;
    height: 2em;
  }
  .mailFormArea input.mtNeed {
    margin-top: 10px;
  }
  .mailFormArea .wordAjdust .title {
    width: auto;
    float: left;
    margin-top: 10px;
  }
  .mailFormArea .wordAjdust .itemXLbox,
  .mailFormArea .wordAjdust .itemLbox {
    float: left;
  }
  .mailFormArea .wordAjdust .itemMbox {
    float: left;
    margin-top: 11px
  }
  .mailFormArea .wordAjdust .itemEtc {
    float: left;
    margin-top: 7px
  }
  .mailFormArea dt {
    clear: left;
  }
  .mailFormArea textarea {
    width: 100%;
    height: 7em;
    border: 1px solid #CCC
  }
  .privacyPolicy h4 {
    font-size: 18px;
    line-height: 90px;
    color: #000000;
    font-weight: bold;
  }
  .policyText {
    width: 760px;
    height: 310px;
    margin: 0 auto;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: hidden;
    border: 1px solid #000000
  }
  .policyText div {
    margin: 0;
    padding: 0;
    width: 760px;
    height: 310px;
    padding-right: 40px;
    overflow-y: scroll;
    text-align: left;
    font-size: 14px;
    line-height: 32px;
    color: #000000;
  }
  .mailFormArea input[type="button"] {
    display: inline-block;
    background: #ffffff;
    border: 4px solid #000000;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 30px;
    color: #000000;
  }
  .mailFormArea input[type="button"]:disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
  }
  .mailFormArea p.agree {
    font-size: 18px;
    color: #000000;
    padding: 30px 0 40px;
  }
  .mailFormArea p.agree input {
    margin-right: 5px;
  }
  .companyData {
    background: #000000;
    padding: 80px 0px;
    color: #ffffff;
  }
  .companyData .wrap {
    width: 1150px;
    margin: 0 auto;
  }
  .companyData h3 {
    font-size: 26px;
    line-height: 1em;
    font-weight: bold;
    width: 7em;
    float: left;
  }
  .companyData th,
  .companyData td {
    padding: 10px 0;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
  }
  .companyData th {
    width: 110px;
  }
  .companyData td {
    width: 415px;
  }
  footer {
    text-align: center;
  }
  footer.npd {
    padding: 0!important;
    text-align: center;
  }
  footer ul {
    padding-top: 10px;
  }
  footer li {
    display: inline-block;
    padding: 40px 10px;
    font-size: 14px;
  }
  footer li a:link {
    color: #000000;
    text-decoration: none;
  }
  footer li a:hover {
    color: #0753e9;
  }
  footer p {
    border-top: 1px solid #cccccc;
    padding: 40px 0 50px;
    font-size: 11px;
    color: #000000;
  }
  .btn {
    display: inline-block;
    background: #ffffff;
    border: 4px solid #000000;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 30px;
    color: #000000;
    text-decoration: none!important;
  }
  .thanks {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #000000;
  }
  .thanks_tx {
    padding-top: 50px;
  }
  .mailFormArea span{
    font-size: 16px;
    line-height: 1.5;
  }
  .mailFormArea dl dt span.caution{
    font-size: 16px;
  }

  .mailFormArea span.extension_number{
    color: #000;
    font-weight: 400;
    font-size: 16px;
  }
}

@media screen and (max-width:600px) {
  .pcDisp {
    display: none;
  }
  .spDisp {}
  div.wrapper {
    width: 100%;
    border: 2px solid #ff7800;
    position: relative;
  }
  header {
    border-bottom: 1px solid #000000;
    padding: 10px 25px;
    font-size: 10px;
    color: #000000;
  }
  header h1 {
    margin: 0px 0 0;
    padding: 0;
    text-align: left;
    line-height: 1.8em;
  }
  .contact header h1 {
    margin: 0px 0 0;
    padding: 0;
  }
  header h1 span {
    display: none;
  }
  /*メールフォーム*/
  .mailFormArea {
    background: #ffffee;
    text-align: center;
    padding: 15px;
  }
  .mailFormArea h3 {
    padding: 15px;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #000000;
  }
  .mailFormArea h3 img {
    width: 35%;
  }
  .mailFormArea p {
    font-size: 12px;
    line-height: 2em;
    color: #000000;
  }
  .mailFormArea dl {
    width: 100%;
    margin: 15px auto;
    padding: 20px 0;
    border-top: 2px solid #000000;
  }
  .mailFormArea dl dt {
    text-align: left;
    color: #000000;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
  }
  .mailFormArea dl p.callback {
    font-size: 14px;
    padding-bottom: 14px;
    font-weight: bold;
  }
/* 写真追加  */
  .samplePic {
	margin: auto;
        text-align: left;
}
  .samplePic img {
    width: 100%;
}
  .samplePic p {
        font-size: 14px;
        padding-bottom: 14px;
        font-weight: bold;
}
/*   */


  .mailFormArea dl dt span {
    color: #ff0000;
    font-size: 12px;
    padding-left: 5px;
  }
  .mailFormArea dl dt span.black {
    color: #000;
    font-size: 12px;
    padding-left: 5px;
  }
  .mailFormArea dd span.extension_number {
    color: #ff0000;
    font-size: 12px;
    margin-left: -5px;
  }
  .mailFormArea dl dd {
    margin-bottom: 20px;
    text-align: left;
    color: #000000;
    font-size: 12px;
    line-height: 2em;
  }
  .mailFormArea dl dt h4 {
    font-weight: bold;
    font-size: 14px;
  }
  .mailFormArea dl dd span {
    display: inline-block;
    margin-top: 10px;
  }
  p.pallet_comment {
    margin: -18px 0 12px;
    text-align: left;
    color: #666;
  }
  .mailFormArea input[type="radio"] {
    margin-right: 5px;
  }
  .mailFormArea input[type="text"],
  .mailFormArea input[type="email"] {
    width: 90%;
    padding: 10px 5%;
    border: 1px solid #cccccc;
  }
  .mailFormArea input[type="text"]:placeholder-shown,
  .mailFormArea input[type="email"]:placeholder-shown {
    color: #ccc;
  }

  .mailFormArea input[type="text"]::-webkit-input-placeholder,
  .mailFormArea input[type="email"]::-webkit-input-placeholder {
    color: #ccc;
  }

  .mailFormArea input[type="text"]:-moz-placeholder,
  .mailFormArea input[type="email"]:-moz-placeholder {
    color: #ccc;
    opacity: 1;
  }

  .mailFormArea input[type="text"]::-moz-placeholder,
  .mailFormArea input[type="email"]::-moz-placeholder {
    color: #ccc;
    opacity: 1;
  }

  .mailFormArea input[type="text"]:-ms-input-placeholder,
  .mailFormArea input[type="email"]:-ms-input-placeholder {
    color: #ccc;
  }
  .mailFormArea input.wideL[type="text"],
  .mailFormArea input.wideL[type="email"] {
    width: 100%;
    box-sizing: border-box;
  }
  .mailFormArea input.wideM[type="text"],
  .mailFormArea input.wideM[type="email"] {
    width: 40%;
  }
  .mailFormArea input.wideS[type="text"],
  .mailFormArea input.wideS[type="email"] {
    width: 30%;
  }
  .mailFormArea input.wideSS[type="text"],
  .mailFormArea input.wideSS[type="email"] {
    width: 15%;
  }
  .mailFormArea input.mtNeed {
    margin-top: 10px;
  }
  .mailFormArea textarea {
    width: 100%;
    height: 7em;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }
  .mailFormArea dt {
    clear: left;
  }
  .privacyPolicy h4 {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 30px;
    color: #000000;
    font-weight: bold;
  }
  .policyText {
    width: 90%;
    height: 310px;
    margin: 0 auto;
    padding: 20px 5%;
    overflow-x: hidden;
    overflow-y: hidden;
    border: 1px solid #000000
  }
  .policyText div {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 310px;
    padding-right: 40px;
    overflow-y: scroll;
    text-align: left;
    font-size: 14px;
    line-height: 32px;
    color: #000000;
  }
  .mailFormArea input[type="button"] {
    display: inline-block;
    background: #ffffff;
    border: 4px solid #000000;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 30px;
    color: #000000;
  }
  .mailFormArea input[type="button"]:disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
  }
  .mailFormArea p.agree {
    font-size: 14px;
    color: #000000;
    padding: 15px 0 20px;
  }
  .mailFormArea p.agree input {
    margin-right: 5px;
  }
  .companyData {
    background: #000000;
    padding: 20px 15px;
    color: #ffffff;
  }
  .companyData h3 {
    font-size: 14px;
    line-height: 1em;
    font-weight: bold;
  }
  .companyData th,
  .companyData td {
    padding: 10px 0;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
  }
  .companyData th {
    width: 110px;
    padding-right: 5px;
  }
  .companyData td {
    width: 415px;
    font-size: 11px;
  }
  footer {
    padding: 0px 0 10px;
    text-align: center;
    margin-bottom: 80px;
  }
  footer.npd {
    padding: 0!important;
    text-align: center;
    margin-bottom: 40px;
  }
  footer ul {
    padding: 20px 0;
  }
  footer li {
    display: inline-block;
    padding: 0px 10px;
    font-size: 14px;
    line-height: 2.8em;
  }
  footer li a:link {
    color: #000000;
    text-decoration: none;
  }
  footer li a:hover {
    color: #0753e9;
  }
  footer p {
    border-top: 1px solid #cccccc;
    padding: 20px 0;
    font-size: 11px;
    color: #000000;
  }
  .btn {
    display: inline-block;
    background: #ffffff;
    border: 4px solid #000000;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 30px;
    color: #000000;
    text-decoration: none!important;
  }
  .thanks {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #000000;
  }
  .thanks_tx {
    padding-top: 50px;
  }
}
