@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

/* Hides from IE Mac */
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* ---------- 初期 ---------- */
body {
  letter-spacing: 0.01em;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  -webkit-text-size-adjust: 100%; }

img {
  max-width: 100%;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none; }

a {
  text-decoration: none; }

strong {
  font-weight: bold; }

/* ---------- /共通部分 ---------- */
#jougetyuou {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto; }

#kadomaru {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }

#resbtn {
  -webkit-appearance: none; }

.ancr {
  position: relative;
  transition: 0.5s; }

.anca {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
  cursor: pointer; }

.ancr:hover {
  opacity: 0.75;
  transition: 0.5s;
  cursor: pointer; }

/* ---------- /参考タグ部分 ---------- */
.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/*フォント*/
.roboto {
  font-family: "Roboto", sans-serif; }

.lato {
  font-family: "Lato", sans-serif; }

.notosans {
  font-family: "Noto Sans JP", sans-serif; }

/*見出し（見出ゴMB1）の代わり*/
.font01 {
  font-family: "M PLUS 1p", sans-serif; }

button {
  cursor: pointer; }

/* PC */
@media screen and (min-width: 798px) {
  .sponly {
    display: none !important; }

  header {
    width: 100%;
    height: 64px;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    z-index: 10; }
    header .header_inner {
      width: calc(100% - 80px);
      max-width: calc(100% - 80px);
      margin: 0 40px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      header .header_inner .header_left {
        display: flex;
        justify-content: center;
        align-items: center; }
        header .header_inner .header_left .header_logo {
          display: block;
          width: 154px;
          max-width: 100%;
          height: 40px;
          position: relative; }
          header .header_inner .header_left .header_logo::before {
            position: absolute;
            content: "";
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background: url("../img/usage_consultation_thanks/header_logo_02.png") no-repeat 50%;
            background-size: cover; }
          header .header_inner .header_left .header_logo a {
            display: block;
            width: 100%;
            height: 100%;
            position: relative;
            z-index: 2; }
      header .header_inner .header_right {
        width: auto;
        max-width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box; }
        header .header_inner .header_right a.serch {
          width: 156px;
          max-width: calc(100% - 16px);
          box-sizing: border-box;
          padding: 8px 16px;
          margin: 8px;
          display: flex;
          justify-content: space-between;
          align-items: center; }
          header .header_inner .header_right a.serch p.serch_txt {
            font-size: 12px;
            letter-spacing: 0.05em;
            line-height: 1.4em;
            font-weight: 600;
            color: #404c4d;
            margin-right: 4px; }
          header .header_inner .header_right a.serch i.serch_icon {
            font-size: 18px;
            color: #404c4d; }
        header .header_inner .header_right a.login {
          width: auto;
          max-width: calc(100% - 16px);
          box-sizing: border-box;
          padding: 8px 16px;
          margin: 8px;
          border: solid 1px #404c4d;
          border-radius: 4px;
          display: flex;
          justify-content: center;
          align-items: center; }
          header .header_inner .header_right a.login p {
            font-size: 12px;
            letter-spacing: 0.05em;
            line-height: 1.4em;
            font-weight: 600;
            color: #404c4d; }
        header .header_inner .header_right button.contact {
          width: auto;
          max-width: calc(100% - 16px);
          box-sizing: border-box;
          padding: 8px 16px;
          margin: 8px;
          border-radius: 4px;
          border: none;
          background: #2548a7;
          display: flex;
          justify-content: center;
          align-items: center; }
          header .header_inner .header_right button.contact p {
            font-size: 12px;
            letter-spacing: 0.05em;
            line-height: 1.4em;
            font-weight: 600;
            color: #fff; }

  .content {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: center; }
    .content .content_inner {
      width: 100%;
      max-width: 100%;
      height: 100%;
      min-height: 100vh;
      position: relative;
      display: flex;
      align-items: center;
      flex-direction: column;
      background: #f5f7f7; }
      .content .content_inner.content_inner::-webkit-scrollbar {
        display: none; }

  #thanks {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 80px 24px 24px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column; }
    #thanks .thanks_box {
      width: 640px;
      max-width: 100%;
      height: auto;
      box-sizing: border-box;
      padding: 0 24px 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: column;
      background: #fff;
      border-radius: 8px; }
      #thanks .thanks_box .thanks_box_ttl {
        width: auto;
        max-width: 100%;
        font-size: 24px;
        letter-spacing: 0;
        line-height: 1.4em;
        font-weight: 600;
        color: #157577;
        text-align: center;
        margin: 10px 0; }
      #thanks .thanks_box .thanks_box_txt {
        width: auto;
        max-width: 100%;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 1.4em;
        font-weight: 400;
        color: #333;
        text-align: center;
        margin: 10px 0; }
        #thanks .thanks_box .thanks_box_txt:last-of-type {
          margin-bottom: 5px; }
        #thanks .thanks_box .thanks_box_txt a.thanks_box_mail {
          color: #007cff;
          text-decoration: underline; }
    #thanks .thanks_frame {
      background: #EEEEEE;
      border-radius: 0px;
      flex: none;
      height: 651px;
      margin: 0 0 0 0;
      opacity: 1;
      padding: 0 0 0 0;
      width: 640px;
      max-width: 100%; }
      #thanks .thanks_frame iframe {
        width: 100%;
        height: 100%; }
    #thanks .back {
      width: auto;
      max-width: 100%;
      font-size: 14px;
      letter-spacing: 0;
      line-height: 1.4em;
      font-weight: 400;
      color: #157577;
      margin: 20px 0 0;
      text-align: center; }

  /*問い合わせ系のモーダル*/
  .modal02 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 11; }
    .modal02 .modal-bg {
      position: absolute;
      height: 100vh;
      width: 100%;
      background: rgba(0, 0, 0, 0.3); }
    .modal02 .modal-content {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: flex-start;
      flex-direction: column;
      align-items: center; }
      .modal02 .modal-content .modal_inner {
        width: 560px;
        max-width: 100%;
        height: 90vh;
        box-sizing: border-box;
        padding: 24px;
        background: #fff;
        border-radius: 16px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        position: relative;
        z-index: 12;
        box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2); }
        .modal02 .modal-content .modal_inner .btn {
          width: 100%;
          max-width: 100%;
          height: 20px;
          margin-bottom: 20px;
          display: flex;
          justify-content: flex-start;
          align-items: flex-end;
          flex-direction: column; }
          .modal02 .modal-content .modal_inner .btn button {
            color: #333;
            font-size: 24px;
            background: transparent;
            padding: 0;
            margin: 0;
            border: none; }
        .modal02 .modal-content .modal_inner h1 {
          font-size: 20px;
          letter-spacing: 0;
          line-height: 1.4em;
          font-weight: 600;
          color: #333;
          padding-bottom: 16px;
          text-align: center; }
        .modal02 .modal-content .modal_inner .modal_form {
          width: 541px;
          max-width: 100%;
          height: 88%; }
          .modal02 .modal-content .modal_inner .modal_form iframe {
            width: 100%;
            height: 100%; }
    .modal02.contact {
      width: 100%; }
      .modal02.contact .modal-content .modal_inner {
        width: auto;
        margin-top: 80px;
        height: 85vh; }
        .modal02.contact .modal-content .modal_inner .btn {
          margin-bottom: 25px; }
        .modal02.contact .modal-content .modal_inner h1 {
          padding-bottom: 8px; }
        .modal02.contact .modal-content .modal_inner .modal_form {
          height: 100%; }
    .modal02.dl {
      width: 100%; }
      .modal02.dl .modal-content .modal_inner {
        margin-top: 80px;
        height: 90vh; }
        .modal02.dl .modal-content .modal_inner .modal_form {
          height: 88%; } }
/* SP */
@media screen and (max-width: 797px) {
  .pconly {
    display: none !important; }

  header {
    width: 100%;
    height: auto;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    box-sizing: border-box;
    padding: 12px 16px;
    z-index: 10; }
    header .header_inner {
      width: 100%;
      max-width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      header .header_inner .header_logo {
        width: 100px;
        max-width: 100%;
        height: auto;
        display: flex; }
      header .header_inner .header_right {
        width: auto;
        max-width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0;
        box-sizing: border-box; }
        header .header_inner .header_right a.serch {
          display: none; }
        header .header_inner .header_right a.login {
          width: auto;
          max-width: calc(100% - 12px);
          margin: 0 12px 0 0;
          padding: 8px;
          box-sizing: border-box;
          border: solid 1px #404c4d;
          border-radius: 4px; }
          header .header_inner .header_right a.login p {
            font-size: 12px;
            letter-spacing: 0.05em;
            line-height: 1.21em;
            font-weight: 700;
            color: #404c4d; }
        header .header_inner .header_right button.contact {
          width: auto;
          max-width: 100%;
          padding: 8px;
          box-sizing: border-box;
          border-radius: 4px;
          border: none;
          background: #2548a7;
          display: flex;
          justify-content: center;
          align-items: center; }
          header .header_inner .header_right button.contact p {
            font-size: 12px;
            letter-spacing: 0.05em;
            line-height: 1.4em;
            font-weight: 700;
            color: #fff; }

  .content {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    height: auto;
    min-height: 100vh;
    justify-content: center;
    background: #f5f7f7; }
    .content .content_inner {
      width: 100%;
      max-width: 100%;
      height: 100%;
      min-height: 100vh;
      position: relative;
      display: flex;
      align-items: center;
      flex-direction: column; }
      .content .content_inner.content_inner::-webkit-scrollbar {
        display: none; }

  #thanks {
    width: 100%;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 80px 0 24px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column; }
    #thanks .thanks_box {
      width: 640px;
      max-width: 100%;
      height: auto;
      box-sizing: border-box;
      padding: 0 24px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: column;
      background: #fff;
      border-radius: 8px;
      border-radius: 0; }
      #thanks .thanks_box .thanks_box_ttl {
        width: auto;
        max-width: 100%;
        font-size: 24px;
        letter-spacing: 0;
        line-height: 1.4em;
        font-weight: 600;
        color: #157577;
        text-align: center;
        margin: 10px 0; }
      #thanks .thanks_box .thanks_box_txt {
        width: auto;
        max-width: 100%;
        font-size: 13px;
        letter-spacing: 0;
        line-height: 1.4em;
        font-weight: 400;
        color: #333;
        text-align: center;
        margin: 10px 0; }
        #thanks .thanks_box .thanks_box_txt a.thanks_box_mail {
          color: #007cff;
          text-decoration: underline; }
    #thanks .thanks_frame {
      background: #EEEEEE;
      border-radius: 0px;
      flex: none;
      height: 651px;
      margin: 0 0 0 0;
      opacity: 1;
      padding: 0 0 0 0;
      width: 640px;
      max-width: 100%; }
      #thanks .thanks_frame iframe {
        width: 100%;
        height: 100%; }
    #thanks .back {
      width: auto;
      max-width: 100%;
      font-size: 14px;
      letter-spacing: 0;
      line-height: 1.4em;
      font-weight: 400;
      color: #157577;
      margin: 20px 0 0;
      text-align: center; }

  /*問い合わせ系のモーダル*/
  .modal02 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 11; }
    .modal02 .modal-bg {
      position: absolute;
      height: 100vh;
      width: 100%;
      background: rgba(0, 0, 0, 0.4); }
    .modal02 .modal-content {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: flex-end;
      flex-direction: column;
      align-items: center; }
      .modal02 .modal-content .modal_inner {
        width: 100%;
        max-width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 16px;
        background: #fff;
        border-radius: 16px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        position: relative;
        z-index: 12;
        box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2); }
        .modal02 .modal-content .modal_inner .btn {
          width: 100%;
          max-width: 100%;
          height: 20px;
          margin-bottom: 20px;
          display: flex;
          justify-content: flex-start;
          align-items: flex-end;
          flex-direction: column; }
          .modal02 .modal-content .modal_inner .btn button {
            color: #333;
            font-size: 24px;
            background: transparent;
            padding: 0;
            margin: 0;
            border: none; }
        .modal02 .modal-content .modal_inner h1 {
          font-size: 18px;
          letter-spacing: 0;
          line-height: 1.4em;
          font-weight: 900;
          color: #333;
          padding-bottom: 16px;
          text-align: center;
          display: flex;
          justify-content: center;
          align-items: center; }
        .modal02 .modal-content .modal_inner .modal_form {
          width: 541px;
          max-width: 100%;
          height: 88%; }
          .modal02 .modal-content .modal_inner .modal_form iframe {
            width: 100%;
            height: 100%; }
    .modal02.contact {
      width: 100%; }
      .modal02.contact .modal-content .modal_inner {
        width: 95%;
        max-width: 95%;
        margin: 24px 0;
        height: calc(100% - 48px);
        padding: 16px 16px 1px 16px; }
        .modal02.contact .modal-content .modal_inner .btn {
          margin-bottom: 25px; }
        .modal02.contact .modal-content .modal_inner h1 {
          font-size: 18px;
          height: calc(5% - 20px);
          padding-bottom: 8px;
          margin: 0px 0px 20px 0px;
          max-width: 100%; }
        .modal02.contact .modal-content .modal_inner .modal_form {
          width: 541px;
          height: 95%; }
    .modal02.dl {
      width: 100%; }
      .modal02.dl .modal-content .modal_inner h1 {
        height: 5%; }
      .modal02.dl .modal-content .modal_inner .modal_form {
        height: 88%;
        flex: 1; } }

/*# sourceMappingURL=style_usage_consultation_thanks.css.map */
