@charset "UTF-8";
/* CSS Document */
/* ++++++++++++++++++++++++++++++

お問い合わせcss

++++++++++++++++++++++++++++++ */
.qa_area {
  padding: 90px 0 50px;
  background-color: #e8f8fd;
  /*.inner*/ }
  @media only screen and (max-width: 768px) {
    .qa_area {
      padding: 40px 0 30px; } }
  .qa_area .inner {
    width: 1000px;
    margin: 0 auto;
    /*> p*/
    /*.box*/ }
    @media only screen and (max-width: 768px) {
      .qa_area .inner {
        width: 90%; } }
    .qa_area .inner > p {
      text-align: center;
      margin-bottom: 60px; }
      @media only screen and (max-width: 768px) {
        .qa_area .inner > p {
          text-align: left;
          line-height: 2em;
          margin-bottom: 30px; } }
      .qa_area .inner > p a {
        color: #005cb8;
        font-weight: 500;
        border-bottom: 1px solid #005cb8;
        padding-bottom: 2px;
        transition: 0.3s; }
        .qa_area .inner > p a:hover {
          opacity: 0.7;
          padding-bottom: 5px; }
    .qa_area .inner .box {
      margin-bottom: 50px;
      /*dl*/
      /*dt*/ }
      @media only screen and (max-width: 768px) {
        .qa_area .inner .box {
          margin-bottom: 30px; } }
      .qa_area .inner .box h3 {
        font-size: 18px;
        color: #fff;
        font-weight: 400;
        background-color: #002c64;
        padding: 10px 0 10px 20px;
        box-sizing: border-box;
        border-radius: 7px;
        margin-bottom: 20px; }
        @media only screen and (max-width: 768px) {
          .qa_area .inner .box h3 {
            font-size: 16px;
            padding: 7px 0 7px 10px;
            margin-bottom: 15px; } }
      .qa_area .inner .box dl {
        margin-bottom: 20px;
        padding: 15px 15px 0 15px;
        background-color: #fff;
        box-sizing: border-box;
        border-radius: 7px; }
        @media only screen and (max-width: 768px) {
          .qa_area .inner .box dl {
            margin-bottom: 10px;
            padding: 10px 10px 0 10px; } }
      .qa_area .inner .box dt {
        background-color: #fff;
        cursor: pointer;
        letter-spacing: 0.05em;
        font-size: 18px;
        padding: 0 0 15px 0;
        border-radius: 7px;
        overflow: hidden;
        position: relative;
        transition: 0.3s; }
        @media only screen and (max-width: 768px) {
          .qa_area .inner .box dt {
            padding: 0 0 10px 0;
            letter-spacing: 0.01em;
            font-size: 14px;
            line-height: 1.4em; } }
        .qa_area .inner .box dt:after {
          content: "";
          position: absolute;
          top: 6px;
          right: 10px;
          display: block;
          width: 11px;
          height: 11px;
          border-top: 2px solid #002c64;
          border-right: 2px solid #002c64;
          transform: rotate(135deg);
          transition: 0.3s; }
          @media only screen and (max-width: 768px) {
            .qa_area .inner .box dt:after {
              width: 7px;
              height: 7px;
              top: 30%; } }
        .qa_area .inner .box dt:hover {
          opacity: 0.6; }
          @media only screen and (max-width: 768px) {
            .qa_area .inner .box dt:hover {
              opacity: 1; } }
        .qa_area .inner .box dt:hover:after {
          top: 10px; }
          @media only screen and (max-width: 768px) {
            .qa_area .inner .box dt:hover:after {
              top: 30%; } }
        .qa_area .inner .box dt p {
          float: left;
          padding-top: 5px;
          color: #005cb8; }
          @media only screen and (max-width: 768px) {
            .qa_area .inner .box dt p {
              width: 82%; } }
        .qa_area .inner .box dt p.q {
          font-size: 16px;
          padding-top: 0;
          width: 30px;
          height: 30PX;
          background-color: #005cb8;
          border-radius: 15px;
          color: #fff;
          font-weight: 500;
          text-align: center;
          line-height: 2em;
          margin-right: 10px; }
          @media only screen and (max-width: 768px) {
            .qa_area .inner .box dt p.q {
              font-size: 12px;
              width: 20px;
              height: 20px;
              margin-right: 5px;
              margin-top: 4px; } }
      .qa_area .inner .box dt.open:after {
        transform: rotate(-45deg);
        top: 10px; }
        @media only screen and (max-width: 768px) {
          .qa_area .inner .box dt.open:after {
            top: 35%; } }
      .qa_area .inner .box dd {
        display: none;
        border-top: 2px dotted #a3b3c7;
        padding: 20px 0;
        box-sizing: border-box;
        overflow: hidden; }
        @media only screen and (max-width: 768px) {
          .qa_area .inner .box dd {
            padding: 10px 0 10px 0; } }
        .qa_area .inner .box dd p {
          float: left;
          line-height: 2em;
          width: 920px; }
          @media only screen and (max-width: 768px) {
            .qa_area .inner .box dd p {
              width: 90%;
              line-height: 1.6em; } }
        .qa_area .inner .box dd p.a {
          font-size: 16px;
          font-weight: 500;
          width: 30px;
          height: 30PX;
          background-color: #e5bd00;
          border-radius: 15px;
          color: #fff;
          text-align: center;
          line-height: 2em;
          margin-right: 10px;
          box-sizing: border-box; }
          @media only screen and (max-width: 768px) {
            .qa_area .inner .box dd p.a {
              font-size: 12px;
              width: 20px;
              height: 20px;
              margin-right: 5px;
              margin-top: 3px;
              line-height: 1.5em; } }

/*.qa_area*/
/* ++++++++++++ フォーム +++++++++++++ */
#form_area {
  width: 1000px;
  margin: 0 auto 350px;
  /*h4*/
  /*table*/
  /*.contact_btn*/ }
  @media only screen and (max-width: 768px) {
    #form_area {
      width: 90%;
      margin-bottom: 100px; } }
  #form_area h4 {
    font-size: 20px;
    line-height: 1.8em;
    text-align: center;
    padding-top: 80px;
    margin-bottom: 40px;
    font-weight: 400; }
    @media only screen and (max-width: 768px) {
      #form_area h4 {
        font-size: 16px;
        line-height: 1.5em;
        text-align: left;
        padding-top: 40px;
        margin-bottom: 30px; }
        #form_area h4 br {
          display: none; } }
  #form_area p {
    margin-bottom: 10px; }
  #form_area .required {
    color: #f94600; }
  #form_area table {
    width: 100%;
    border-top: 2px dotted #a3b3c7;
    text-align: left;
    margin-bottom: 50px;
    /*tr*/
    /*textarea*/ }
    @media only screen and (max-width: 768px) {
      #form_area table {
        margin-bottom: 25px; } }
    #form_area table tr {
      border-bottom: 2px dotted #a3b3c7;
      /*th*/
      /*td*/ }
      @media only screen and (max-width: 768px) {
        #form_area table tr {
          display: block;
          padding: 15px 25px 15px 0; } }
      #form_area table tr th {
        display: inline-block;
        width: 200px;
        padding: 30px 0 0 0;
        vertical-align: top;
        font-weight: 500; }
        @media only screen and (max-width: 768px) {
          #form_area table tr th {
            display: block;
            width: 100%;
            padding: 0 0 10px 0; } }
      #form_area table tr td {
        padding: 20px 0;
        /*ここ*/
        line-height: 1.5em;
        display: inline-block;
        width: 550px; }
        @media only screen and (max-width: 768px) {
          #form_area table tr td {
            display: block;
            padding-top: 0;
            display: block;
            width: 100%;
            padding-bottom: 0; } }
    #form_area table input[type="text"],
    #form_area table input[type="email"],
    #form_area table input[type="tel"],
    #form_area table textarea {
      border: none;
      background-color: #eef3f7;
      font-size: 16px;
      padding: 10px;
      border-radius: 7px; }
    #form_area table input[type="text"],
    #form_area table input[type="email"] {
      width: 550px; }
      @media only screen and (max-width: 768px) {
        #form_area table input[type="text"],
        #form_area table input[type="email"] {
          width: 100%;
          margin: 0 auto; } }
    #form_area table input[type="tel"] {
      width: 350px; }
      @media only screen and (max-width: 768px) {
        #form_area table input[type="tel"] {
          width: 100%;
          margin: 0 auto; } }
    #form_area table .cp_ipselect {
      width: 600px; }
      @media only screen and (max-width: 768px) {
        #form_area table .cp_ipselect {
          width: 100%; } }
      #form_area table .cp_ipselect p {
        float: left;
        margin-right: 10px; }
      #form_area table .cp_ipselect p {
        padding-top: 10px;
        position: relative; }
        @media only screen and (max-width: 768px) {
          #form_area table .cp_ipselect p {
            padding-top: 5px; } }
        #form_area table .cp_ipselect p:after {
          content: "";
          width: 10px;
          height: 1px;
          display: block;
          background-color: #002c64;
          position: absolute;
          right: -100px;
          top: 18px; }
          @media only screen and (max-width: 768px) {
            #form_area table .cp_ipselect p:after {
              top: 14px; } }
      #form_area table .cp_ipselect input {
        float: left; }
        @media only screen and (max-width: 768px) {
          #form_area table .cp_ipselect input {
            float: none;
            width: 100%; } }
      #form_area table .cp_ipselect input[name="Country code"] {
        width: 50px;
        margin-right: 30px; }
        @media only screen and (max-width: 768px) {
          #form_area table .cp_ipselect input[name="Country code"] {
            margin-bottom: 10px; } }
    #form_area table textarea {
      width: 750px;
      max-width: 750px;
      min-width: 750px; }
      @media only screen and (max-width: 768px) {
        #form_area table textarea {
          width: 100%;
          max-width: 100%;
          min-width: 100%;
          margin: 0 auto; } }
  #form_area form {
    text-align: center; }
  #form_area table + label {
    display: inline-block;
    text-align: center;
    font-weight: 500;
    margin: 0 auto 30px; }
    #form_area table + label br {
      display: none; }
    @media only screen and (max-width: 768px) {
      #form_area table + label {
        line-height: 1.5em;
        margin: 0 auto 20px; }
        #form_area table + label br {
          display: block; } }
    #form_area table + label a {
      color: #005cb8; }
  #form_area .submit {
    width: 390px;
    height: 70px;
    position: relative;
    margin: 0 auto 80px; }
    @media only screen and (max-width: 768px) {
      #form_area .submit {
        width: 250px;
        height: 50px;
        margin-bottom: 40px; } }
    　 　
    　
    #form_area .submit:hover:after {
      right: -15px; }
    #form_area .submit input {
      display: block;
      cursor: pointer;
      width: 100%;
      height: 100%;
      background-color: #005cb8;
      border: none;
      color: #fff;
      border-radius: 36px;
      text-align: center;
      font-size: 24px;
      letter-spacing: 0.2em;
      font-weight: 500;
      box-sizing: border-box;
      overflow: hidden;
      transition: 0.3s;
      -webkit-appearance: none; }
      @media only screen and (max-width: 768px) {
        #form_area .submit input {
          font-size: 20px;
          padding-top: 0; } }
      #form_area .submit input:hover {
        background-color: #e5bd00; }

/*#form_area*/
.contents {
  width: 100%;
  background: url("../img/contact/contact_bg.jpg") bottom center no-repeat;
  background-size: contain; }
