@charset "UTF-8";
/*---------------header----------------*/
/*お問い合せフォーム*/
#contact.contact_form nav#mainmenu ul.dropmenu li.contactmenu ul li:nth-child(2) a {
  background-image: url(/img/nav_pointer-blue.png);
}

/*お客様センターへのお問い合せ*/
#contact.form_customer nav#mainmenu ul.dropmenu li.contactmenu ul li:nth-child(3) a {
  background-image: url(/img/nav_pointer-blue.png);
}

/*---------------wrapper----------------*/
input,
textarea {
  padding: 5px 10px;
  box-sizing: border-box;
}

.firstline {
  margin-bottom: 50px;
}

.firstline a {
  padding-bottom: 10px;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 10px;
  border: thin solid #dcdcdc;
  transition: 0.3s;
  background: #dcdcdc; /* Old browsers */
  background: -moz-linear-gradient(top, #dcdcdc 0%, #f4f4f4 30%, #f4f4f4 70%, #dcdcdc 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dcdcdc 0%, #f4f4f4 30%, #f4f4f4 70%, #dcdcdc 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dcdcdc 0%, #f4f4f4 30%, #f4f4f4 70%, #dcdcdc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}

.firstline a i {
  color: #004EA2;
  font-size: 16px;
}

.firstline h3 + p {
  margin-bottom: 30px;
}

.firstline p:last-child {
  text-align: center;
}

.note {
  font-size: 12px;
}

.postal {
  width: 50%;
}

.postal input {
  width: 50%;
}

.topword {
  margin-bottom: 30px;
}

.notes ul li {
  list-style: circle;
}

.notes ul li:not(:last-of-type) {
  margin-bottom: 10px;
}

.information-link {
  text-align: center;
  color: #767676;
  margin-bottom: 50px;
}

.information-link a {
  color: #767676;
}

.information-link a:hover {
  text-decoration: none;
}

.formarea table {
  width: 100%;
}

.formarea table tr th {
  text-align: left;
  color: #ffffff;
  background-color: #004EA2;
  border: 1px solid #004EA2;
  padding: 10px 20px;
  box-sizing: border-box;
}

.formarea table tr td {
  border: 1px solid #DCDCDC;
  padding: 20px 20px;
}

.formarea table tr .fa {
  color: #ba0001;
}

.formarea table tr td:first-child {
  background-color: #eeeeee;
  width: 30%;
}

.formarea table tr td p:first-child {
  margin-top: 0;
}

.formarea table tr td p:last-child {
  margin-bottom: 0;
}

.formarea table .note {
  font-size: 12px;
}

.changetitle {
  border-bottom: 1px dotted #DCDCDC;
}

.inportword {
  color: #ba0001;
}

.soft ul .hard ul {
  padding-left: 20px;
}

.soft ul li,
.hard ul li {
  list-style: none;
}

.hard ul li input[type=radio] {
  width: auto;
}

.soft ul li input,
.hard ul li input {
  width: 100%;
}

.soft ul li:nth-child(2n),
.hard ul li:nth-child(2n) {
  margin-bottom: 20px;
  padding-left: 20px;
}

.commonarea p:last-child textarea {
  width: 100%;
}

.formarea table tr:last-child td {
  background-color: #ffffff;
  text-align: center;
}

input[type=submit],
input[type=button] {
  padding: 10px 50px;
  background-color: #767676;
  color: #ffffff;
  border: 1px solid #767676;
  transition: 0.3s;
  margin-bottom: 20px;
}

input[type=submit]:hover,
input[type=button]:hover {
  border: 1px solid #004ea2;
  background-color: #004ea2;
  color: #ffffff;
}

.submit_area td p:last-of-type {
  margin-top: 0;
}

select {
  height: 2em;
}

.formarea table tr td.subline {
  background-color: #767676;
  color: #ffffff;
  border: 1px solid #767676;
}

.fullarea textarea {
  width: 100%;
}

.notes ul {
  padding-left: 20px;
}

/*お問い合せフォーム*/
.contact_form #radio-item .wpcf7-list-item {
  padding-right: 50px;
}

/*イベント参加申し込みフォーム*/
.event_form table tr td.span2block {
  background-color: #FFFFFF;
}

select#select_event {
  width: 100%;
}

#tr_writer,
#tr_writer2 {
  display: none;
}

/*メール送信完了画面*/
.form_finish .topword {
  text-align: center;
}

.form_finish .topword img {
  width: 100px;
  height: auto;
  margin-bottom: 30px;
}

.form_finish p:first-child {
  margin-bottom: 50px;
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 10px;
  padding-top: 10px;
}

.form_finish p:last-child a {
  text-decoration: none;
  border: 1px solid #004EA2;
  padding: 10px 30px;
  color: #004ea2;
  transition: 0.3s;
  font-weight: bold;
}

.form_finish p:last-child a:hover {
  color: #ffffff;
  background-color: #004EA2;
}

/*採用応募フォーム*/
.recruit_form .radio-category {
  overflow: hidden;
}

.recruit_form .radio-category .wpcf7-list-item {
  padding-right: 35px;
}

span.wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}

/*お客様センターへのお問い合せ*/
.upload {
  padding-left: 0;
}

.upload li {
  list-style: none;
}

.upload li:not(:last-of-type) {
  margin-bottom: 20px;
}

/*---------------sidenav----------------*/
/*お問い合せフォーム*/
.contact_form .sidenav ul li:nth-child(2) a {
  background-image: url(/img/nav_pointer-red.png);
  pointer-events: none;
}

/*お客様センターへのお問い合せ*/
.form_customer .sidenav ul li:nth-child(3) a {
  background-image: url(/img/nav_pointer-red.png);
  pointer-events: none;
}

a.linkword_red {
  color: #ba0001;
}

/*===============================================
●smart.css  画面の横幅が960px以下
===============================================*/
@media screen and (max-width: 960px) {
  /*---------------wrapper----------------*/
  #contact.contact_form nav#mainmenu ul.dropmenu li.contactmenu ul li:nth-child(2) a {
    background-image: none;
    color: #767676;
  }
  #contact.form_customer nav#mainmenu ul.dropmenu li.contactmenu ul li:nth-child(3) a {
    background-image: none;
    color: #767676;
  }
  .formarea table tr td:first-child {
    width: 35%;
  }
  input {
    width: 100%;
  }
  input[type=checkbox],
  input[type=radio] {
    width: auto;
  }
  .contact_form #radio-item .wpcf7-list-item,
  span.wpcf7-list-item {
    display: block;
    margin-bottom: 20px;
  }
}
/*===============================================
●style.css 画面の横幅が640px以下
===============================================*/
@media screen and (max-width: 640px) {
  /*---------------wrapper----------------*/
  .topword ul {
    padding-left: 1em;
  }
  input {
    line-height: 1.6em;
  }
  .formarea table tr td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .formarea table tr td:first-child {
    width: 100%;
  }
  input {
    width: 100%;
  }
  input[type=radio] {
    width: auto;
  }
  .postal input {
    width: 100%;
  }
  .contact_form #radio-item .wpcf7-list-item {
    display: block;
    margin-bottom: 10px;
  }
  span.wpcf7-list-item {
    display: block;
    margin-bottom: 10px;
  }
  .form_finish p:last-child a {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
  .soft,
  .hard,
  .filearea,
  .busyo {
    display: none !important;
  }
}/*# sourceMappingURL=form.css.map */