﻿@charset "utf-8";

section.content{
padding:20px;
margin-bottom:20px;
overflow:hidden;
font-size:14px;
background:#fff;
border: 1px solid #eee;
}
.contact_area {
  margin-top: 10px;
}
.contact_area .submit_area {
	text-align: center;
  margin: 10px auto;
}
.contact_area .submit_area button[type="submit"] {
  color: #fff;
  text-shadow: 1px 1px 2px #990000;
  background: -moz-linear-gradient(bottom, #990000, #cc0000 50%, #cc0000);
  background: -webkit-gradient(linear, left bottom, left top, from(#a5001d), color-stop(0.5, #c60023), to(#c60023));
  border-style: none;

}
.contact_area .submit_area button[type="submit"]:hover {
  opacity: 0.8;
}
.contact_area .submit_area button[type="button"],
.contact_area .submit_area button[type="reset"] {
  color: #666;
    background: -moz-linear-gradient(bottom, #ccc, #ededed 50%, #ededed);
    background: -webkit-gradient(linear, left bottom, left top, from(#e7e7e7), color-stop(0.5, #fff), to(#fff));
    border: 1px solid #e5e5e5;
}
.contact_area .submit_area button[type="button"]:hover,
.contact_area .submit_area button[type="reset"]:hover {
  opacity: 0.8;
}
.contact_area .submit_area button[type="submit"],
.contact_area .submit_area button[type="button"],
.contact_area .submit_area button[type="reset"] {
  font-size: 16px;
  font-weight: bold;
  width: 150px;
  height: 40px;
  margin: 0 5px 10px 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  cursor: pointer;
}
.contact_area .autoConfirmBack {
  display: none;
}
.data .type_item {
  display: block;
  margin: 10px auto;
}
.hissu {
    width: 58px;
    height: 18px;
    background-image: url(../../images/icon-hissu.png);
    background-position: 20px top;
    background-repeat: no-repeat;
    float: left;
}
.uservoice th img {
    float: right;
}
.notice_area {

}
.notice_area p{
  margin-bottom: 20px !important;
}

/*#contact-table .title {
  min-width: 320px;
  padding: 1%;
  background-color: #f3edab;;
  color: #CC3300;
  font-size: medium;
  margin: 0 10px 10px 10px;
}

#contact-table .icon_required:after {
  margin: 0 2%;
}
.notice_area .icon_required:after,
#contact-table .icon_required:after {
  color: #f00;
  content: '※';
}
#contact-table .data .type_item {
  display: block;
  margin: 10px auto;
}
#contact-table input,
#contact-table select,
#contact-table textarea {
  padding: 8px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-table input:focus,
#contact-table select:focus,
#contact-table textarea:focus {
  border-color: rgba(72, 145, 239, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(72, 145, 239, 0.6);
  outline: 0 none;
}
#contact-table,
#contact-table .title,
#contact-table .data {
  border: 2px solid #fff;
}
#contact-table .title,
#contact-table .data {
  vertical-align: middle;
}*/
.error_area {
  width: 80%;
  margin: 10px auto;
}
.error_area .message {
  display: block;
}
  .uservoice { width: 100%; border-bottom: 1px dotted #ccc; margin-bottom: 20px; border-spacing: 0 1px!important; border-collapse: separate; }
  .uservoice th, .uservoice td  { box-sizing: border-box; padding: 15px 10px; border-top: 1px dotted #ccc; vertical-align: middle!important; }
  .uservoice th  { background:linear-gradient(180deg,#fff 1px,#fff 2px,#f8f8f8 2px,#f8f8f8 100%); width: 35%; text-align: left; font-weight: bold; white-space: nowrap;}
  .uservoice th img  { float: right; }
  .button-box { text-align: center; margin-bottom: 6px;}

  .uservoice select,
  .uservoice textarea {
    padding: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    width: ;
    min-width: 160px;
    margin-right: 10px;
    background-color: #fff;
  }
  .uservoice select {
    cursor: pointer;
  }
  .uservoice input{
    padding: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    width: ;
  }
@media screen and (max-width:768px) {
  /*#contact-table .data .for_select {
    display: block;
  }
  #contact-table .data .type_item {
    display: block;
    margin: auto;
  }
  #contact-table .title {
    background-color: #FFFFCC;
  }
  #contact-table .data {
    text-align: center;
  }
  #contact-table .data input[type="text"],
  #contact-table .data input[type="email"],
  #contact-table .data select,
  #contact-table .data textarea {
    width: 95%;
  }
  #contact-table input,
  #contact-table select,
  #contact-table textarea {
    margin: 10px auto;
    font-size: 1.4em;
  }
  #contact-table,
  #contact-table caption,
  #contact-table thead,
  #contact-table tbody,
  #contact-table tr,
  #contact-table .title,
  #contact-table .data {
    display: block;
  }
  #contact-table .title,
  #contact-table .data {
    margin: 0;
  }
  .contact_area .submit_area button[type="submit"],
  .contact_area .submit_area button[type="button"],
  .contact_area .submit_area button[type="reset"] {
    font-size: 1.2rem;
    display: block;
    width: 80%;
    margin: 15px auto;
  }*/

  .uservoice select,
  .uservoice textarea{
    padding: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    width: 100%;
    margin-right: 0;
  }
  .uservoice input {
    padding: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }
  .uservoice input[type="text"] {
    width: 100%;
  }
  .uservoice th,
  .uservoice td{
    width: 100%;
    display: block;
  }
  .uservoice td{
    border-top: none;
    }
  .uservoice tr:first-child th { border-top: 1px dotted #ccc; }
  /*input, textarea{width: 100%;}*/
  #submit, #reset{ max-width: 160px;}
  
  .inq-box-in{
    margin: 0 10px;
  }
  .smp-view img{ max-width: 100%; height: auto;}
  .uservoice .data label {

    margin-bottom: 3px;
  }
  .uservoice .data span {
    display: block;
    margin-bottom: 10px;
  }
  .uservoice .data span:last-child {
    margin-bottom: 0;
  }
}
/**
* hamburger menu
**/
.menu__head h1 {
  width: 100%;
  height: 100%;
}
.menu__head img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@media (min-width:960px) {
  .menu__head > *:not(:first-child) {
    display: none;
  }
}
@media (max-width:959px) {
  #header {
    padding: 0;
    margin-top: -5px;
    background: none;
  }
  #header h1{
    text-align: left;
  }
  #header .menu__head {
    max-height: 70px;
    padding: 0;
    background: left/auto 100% repeat-x url(images/bg_menu01_sp.jpg);
    float: none;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-pack:justify;
    -moz-box-pack:justify;
    -webkit-flex-pack:justify;
    -moz-flex-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:flex-end;
    -moz-justify-content:flex-end;
    justify-content:flex-end;
  }
  .menu__head > * {
    display: block;
    padding: 10px;
    box-sizing: border-box;
  }
  .menu__head > *:first-child {
    margin-right: auto;
  }
  .menu__head > * + * {
    border-left: 1px solid #780909;
    flex-basis: 100px;
    transition: opacity 0.15s linear;
    text-align: center;
  }
  .menu__head > * + *:hover {
    opacity: 0.7;
  }
  nav#mainNav #menu {
    display: none;
  }
  #menu-panel {
    display: block;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.15s ease-out;
  }
  nav#mainNav {
    background: none;
  }
  nav#mainNav ul li a:hover {
    background: none;
  }
  nav#mainNav ul li.saiyo a,
  nav#mainNav ul li.active a,
  nav#mainNav ul li a,
  nav#mainNav ul li a:hover,
  nav#mainNav ul li.saiyo a:hover {
    display: block;
    color: #cc0000;
    background: #fff;
    border-bottom: 0;
    position: relative;
    font-size: 1rem;
    padding: 15px 10px 15px 50px;
  }
  [id="mainNav"] ul li br,
  [id="mainNav"] ul li span {
    display: none;
  }
  [id="mainNav"] ul li a:before {
    content: "";
    width: 1.5em;
    position: absolute;
    top: 0;
    bottom:0;
    left: 13px;
    margin: auto;
  }

  [id="mainNav"] ul li a:after {
    width: 8px;
    content: "";
    position: absolute;
    top: 0;
    bottom:0;
    right: 10px;
    margin: auto;
    background: center/contain no-repeat url(images/menu_arrow_sp.jpg);
  }
  [id="mainNav"] ul {
    background: #cc0000;
    padding: 8px 5px;
  }
  [id="mainNav"] li {
    padding: 2px 5px;
  }
  #header.fixed {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    height:auto;
  }
  .hamburger.is-active {
    background: left/auto 100% repeat-x url(images/bg_menu03_sp.jpg);
  }
  .hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    background-color: #fff;
  }
  #menu-panel.is-show {
    opacity: 1;
    max-height: 350px;
    transition: max-height 0.25s ease-in;
    padding-bottom: 100px;
  }
}
.g-recaptcha-wrap {
  text-align: center;
}
.g-recaptcha {
  display: inline-block;
}
#g-recaptcha-response {
  visibility: hidden;
}
.g-recaptcha-wrap .notice{
  color: #bf1414;
}
/*#contact_page p.tel{
  display: block !important;
}*/
