@charset "UTF-8";
body {
  margin: 0;
  color: #313131;
  font-weight: bold; }

a {
  opacity: 1;
  transition: opacity .3s; }
  a img {
    filter: opacity(1);
    transition: filter .3s; }
  a:hover {
    opacity: .7;
    transition: opacity .3s; }
    a:hover img {
      filter: opacity(0.7);
      transition: filter .3s; }

img {
  display: block;
  width: 100%; }

header .wrapHeader {
  width: auto;
  display: table;
  padding: 0 15px !important; }
  @media (min-width: 1281px) {
    header .wrapHeader {
      padding: 0;
      width: 1080px;
      margin: 0 auto; } }
header .header_img {
  margin: 0 auto; }

/*-------------------------------------------*/
/*	共通スタイル
/*-------------------------------------------*/
.wd85p {
  width: 85% !important; }

.floatLeft {
  loat: left;
  box-sizing: border-box; }

.mt20 {
  margin-top: 20px !important; }

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

/*-------------------------------------------*/
/*	「お問い合わせ」css
/*-------------------------------------------*/
main {
  padding-top: 35px;
  background-color: #F0F1F4; }
  main .wrapContents {
    max-width: 1080px;
    margin: 0 auto;
    padding-bottom: 50px; }
  main .crumb {
    font-size: 0.8rem;
    color: #888;
    padding: 20px 0;
    margin: 10px 0 18px; }
    main .crumb li {
      float: left;
      width: auto; }
      main .crumb li .col02 {
        color: #0a4098; }
    main .crumb span {
      padding: 0 5px; }
  main .mb20 {
    background: #fff;
    border: 1px solid #ddd; }
    main .mb20 .inner {
      padding: 16px 16px 0;
      border-radius: 5px;
      background-color: white;
      max-width: 810px;
      margin: 0 auto; }
  main .contacts .step {
    float: left;
    width: 100%;
    height: 58px; }
  main .contacts .progressbar {
    margin: 0;
    padding: 0;
    counter-reset: step;
    z-index: 0;
    position: relative; }
    main .contacts .progressbar li {
      width: 33.3%;
      list-style-type: none;
      float: left;
      font-size: 12px;
      position: relative;
      text-align: center;
      text-transform: uppercase;
      color: #aaa; }
      main .contacts .progressbar li::before {
        width: 30px;
        height: 30px;
        content: counter(step);
        counter-increment: step;
        line-height: 30px;
        display: block;
        text-align: center;
        margin: 0 auto 10px auto;
        border-radius: 50%;
        background-color: #eee; }
      main .contacts .progressbar li::after {
        width: 100%;
        height: 2px;
        content: '';
        position: absolute;
        background-color: #eee;
        top: 15px;
        left: -50%;
        z-index: -1; }
    main .contacts .progressbar li:first-of-type::after {
      display: none; }
    main .contacts .progressbar .active {
      color: green; }
      main .contacts .progressbar .active::before {
        background-color: #55b776;
        color: #fff; }
  main .list {
    width: 100%; }
    main .list h2 {
      float: left;
      width: 100%;
      font-size: 18px;
      line-height: 21px;
      padding: 16px 20px;
      background-color: #f3f3f3;
      margin-bottom: 0;
      border: 1px solid #c8ccc6;
      border-left: none;
      border-right: none;
      box-sizing: border-box; }
  main .list {
    width: 100%;
    border-collapse: collapse; }
    main .list th {
      text-align: right;
      vertical-align: middle; }
      main .list th .required {
        float: right;
        padding: 2px 8px 0;
        line-height: 1.5;
        border-radius: 3px;
        color: #fff;
        background-color: #ff0000;
        font-size: 90%;
        margin-left: 8px; }
    main .list .item {
      width: 35%;
      padding: 8px 16px;
      font-size: 14px;
      background-color: #fbfbf3; }
    main .list td {
      text-align: left;
      vertical-align: middle;
      padding: 8px 16px;
      background-color: #fafafa;
      /* デフォルトのボタン */
      /* チェック前のボタン */
      /* チェック後のボタン */ }
      main .list td input, main .list td select {
        padding: 4px 8px;
        border: 1px solid #999;
        background: white;
        font-size: 16px; }
      main .list td select {
        width: 384px;
        height: 34px; }
      main .list td .wpcf7-list-item-label {
        margin-right: 10px; }
      main .list td .wpcf7-radio {
        display: flex;
        align-items: center; }
      main .list td .wpcf7-list-item.first {
        margin: 0; }
      main .list td .wpcf7-list-item-label {
        cursor: pointer;
        display: flex; }
      main .list td input[type="radio"] {
        opacity: 0;
        /* デフォルトのボタンを非表示 */
        position: absolute; }
      main .list td .wpcf7-list-item-label::before {
        background: #fff;
        border: 1px solid #333;
        border-radius: 100%;
        /* ラジオボタンっぽく丸くする */
        content: "";
        height: 14px;
        margin-bottom: auto;
        margin-right: .2em;
        margin-top: auto;
        transition: background-color .5s;
        /* 色をじんわり変化させる */
        width: 14px; }
      main .list td input[type="radio"]:checked + .wpcf7-list-item-label::before {
        background-color: #000;
        /* チェック後の中心の色 */
        box-shadow: inset 0 0 0 3px #fff;
        /* 中心の色のスタイル */ }
    main .list .required {
      float: none;
      background-color: #FFE6E3;
      color: black; }
    main .list .screen-reader-response p {
      display: none; }
  main table.list tbody tr th, main table.list tbody tr td {
    border: 1px solid #c8ccc6; }
