input[type='button'], input[type='submit'] {
  -webkit-appearance: none;
  border-radius: 0; }

select {
  -webkit-appearance: none;
  appearance: none; }

input[type="text"], textarea {
  font-size: 16px;
  background-color: #f7f7f7;
  outline: none;
  border-top: 1px solid #9f9f9f;
  border-left: 1px solid #9f9f9f;
  border-right: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  width: 100%;
  box-sizing: border-box;
  padding: 3px 10px;
  line-height: 1; }

select {
  font-size: 16px;
  background-color: #f7f7f7;
  padding: 0 10px; }

.button {
  text-align: center;
  padding: 15px 0 0; }
  .button .submit {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    border-width: 0px;
    padding: 6px 0;
    display: inline-block;
    width: 140px; }
    .button .submit.orange {
      background-image: url(img/common/button-submit-orange.png);
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: center;
      background-color: inherit; }

label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px; }
  label:nth-of-type(1) {
    margin-top: 0; }
  label span {
    font-size: 14px;
    display: block;
    margin-bottom: 10px; }

body {
  padding-top: 50px; }
  body #header {
    height: auto; }
    body #header .inner {
      width: auto;
      padding: 18px 0 3px; }
      body #header .inner h1 {
        position: inherit;
        text-align: center;
        top: inherit; }
        body #header .inner h1 img {
          width: auto;
          height: 24px; }
  body #content {
    padding: 20px 15px; }
  body #footer_new {
    min-width: inherit; }
    body #footer_new .footer_menu {
      padding: 20px 15px; }
    body #footer_new .footer_logo img {
      width: auto;
      height: 24px; }
    body #footer_new .footer_nav {
      margin-bottom: 20px !important;
      text-align: left; }
      body #footer_new .footer_nav:nth-of-type(2) {
        margin-bottom: 0 !important; }
      body #footer_new .footer_nav .nav_item {
        padding: 0 0 0 10px;
        font-size: 12px;
        display: block;
        margin-top: 10px; }
        body #footer_new .footer_nav .nav_item:nth-of-type(1) {
          margin-top: 0; }
    body #footer_new .footer_copy {
      padding: 20px 10px; }
      body #footer_new .footer_copy_body {
        font-size: 12px; }
  body #content .inner {
    width: auto; }
    body #content .inner #form .form-header h2 {
      font-size: 18px;
      margin-bottom: 30px; }
      body #content .inner #form .form-header .form-header_title{
        line-height:1.5;
      }
    body #content .inner #form .form-header .seminar-title {
      font-size: 14px;
      line-height: 1.6; }
    body #content .inner #form .form-header .message {
      font-size: 14px;
      line-height: 1.6;
      margin-top: 10px; }
    body #content .inner #form .form-header .flow {
      margin-top: 15px; }
      body #content .inner #form .form-header .flow img {
        width: auto;
        height: auto;
        max-width: 100%; }
    body #content .inner .form-group {
      margin-top: 30px;
      width: 100%; }
      body #content .inner .form-group legend {
        font-size: 16px;
        margin-bottom: 20px; }
      body #content .inner .form-group .group {
        padding: 20px 0;
        border-bottom: 1px solid #ccc;
        width: 100%; }
        body #content .inner .form-group .group:nth-of-type(1) {
          border-top: 1px solid #ccc; }
        body #content .inner .form-group .group .item {
          font-size: 14px;
          margin-bottom: 10px; }
          body #content .inner .form-group .group .item br {
            display: none; }
          body #content .inner .form-group .group .item .required {
            font-size: 12px;
            color: #ff0000; }
        body #content .inner .form-group .group .data .innerData {
          padding: 0 10px; }
          body #content .inner .form-group .group .data .innerData .left {
            display: block;
            width: 100%; }
          body #content .inner .form-group .group .data .innerData .middle {
            display: block;
            width: 100%; }
          body #content .inner .form-group .group .data .innerData .right {
            display: block;
            width: 100%; }
        body #content .inner .form-group .group .data.check-list label {
          display: block;
          margin-top: 5px; }
          body #content .inner .form-group .group .data.check-list label:nth-of-type(1) {
            margin-top: 0; }
        body #content .inner .form-group .group .data.check-list br {
          display: none; }
        body #content .inner .form-group .group .data .sctble span {
          font-size: 16px;
          margin-bottom: 0;
          color: #333; }
        body #content .inner .form-group .group .data #valid-tel input {
          width: 30%; }
  body #content .form-sub {
    padding: 20px 0; }
    body #content .form-sub .privacy {
      font-size: 14px;
      line-height: 1.6; }
      body #content .form-sub .privacy br:nth-of-type(1) {
        display: none; }
    body #content .form-sub .button-area {
      margin-top: 10px; }
  body #content .spiral-ssl .text {
    font-size: 13px;
    line-height: 1.6; }
.dlG{
  padding-top:15px;
  margin-top:15px !important;
  border-top:1px solid #ccc;
}
.dlG .title{
  margin-top:10px;
}
.submit.green{
  background-image:url('img/common/button-submit-green.png');
  background-repeat:no-repeat;
  background-position:center;
  background-size:100%;

}