@charset "UTF-8";
/*-------------------- common --------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

/* remember to define focus styles! */
:focus {
  outline: 0; }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/*---------- break point ----------*/
/*PCレイアウト*/
/*タブレットレイアウト*/
/*スマホレイアウト*/
/*---------- html body ----------*/
@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%; } }

body {
  font-family: "Jun 201";
  font-size: 16px;
  line-height: 1.4;
  color: #333; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 1.4rem;
      line-height: 1.4; } }

.container {
  overflow: hidden; }

/*---------- link ----------*/
a {
  text-decoration: none;
  transition: .3s; }
  a:link {
    color: #c05300; }
  a:visited {
    color: #c05300; }
  a:hover {
    color: #800080;
    transition: .3s; }
  a:active {
    color: #c00; }

/*---------- font ----------*/
h1,
h2,
h3,
h4 {
  font-weight: bold; }

/*---------- print ----------*/
@media print {
  body {
    width: 1200px;
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform-origin: 0 0; } }
/*---------- iOSでのデフォルトスタイルをリセット ----------*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration,
  input[type="reset"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus,
  input[type="reset"]::focus {
    outline-offset: -2px; }

/*---------- other ----------*/
ul {
  list-style: none;
  margin: 0;
  padding: 0; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

@media screen and (max-width: 767px) {
  .spNone {
    display: none !important; } }
@media print, screen and (min-width: 768px) {
  .pcNone {
    display: none !important; } }
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

/*-------------------- bl_mv --------------------*/
.bl_mv {
  border-top: solid 10px #e1690d;
  background-image: url(../img/mv_bg.png);
  background-repeat: repeat-x;
  background-position: 50% 561px; }
  @media print, screen and (max-width: 1024px) {
    .bl_mv {
      background: none; } }
  .bl_mv_inner {
    position: relative;
    background-color: #fff;
    max-width: 1300px;
    height: 572px;
    margin: 0 auto; }
    @media print, screen and (max-width: 1024px) {
      .bl_mv_inner {
        position: inherit;
        height: inherit; } }
    .bl_mv_inner .logo {
      width: 320px;
      margin: 0 auto;
      position: absolute;
      top: 60px;
      left: 0;
      right: 0; }
      @media print, screen and (max-width: 1024px) {
        .bl_mv_inner .logo {
          width: 320px;
          margin: 40px auto;
          position: inherit; } }
      @media screen and (max-width: 767px) {
        .bl_mv_inner .logo {
          width: 200px;
          margin: 30px auto; } }
      .bl_mv_inner .logo img {
        width: 100%; }
    .bl_mv_inner .copy {
      position: absolute;
      width: 620px;
      top: 225px;
      right: 150px; }
      @media print, screen and (max-width: 1024px) {
        .bl_mv_inner .copy {
          position: inherit;
          width: 80%;
          margin: 0 auto 30px; } }
    .bl_mv_inner .mv_bg {
      position: absolute;
      bottom: 0; }
      @media print, screen and (max-width: 1024px) {
        .bl_mv_inner .mv_bg {
          position: inherit; } }

/*-------------------- bl_style01 --------------------*/
.bl_style01 {
  padding: 70px 0; }
  @media screen and (max-width: 767px) {
    .bl_style01 {
      padding: 35px 0 20px; } }
  .bl_style01_inner {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px; }
    @media screen and (max-width: 767px) {
      .bl_style01_inner {
        width: 100%;
        padding: 0 10px; } }
    .bl_style01_inner h2 {
      text-align: center;
      font-size: 34px;
      font-weight: normal;
      color: #305a6b; }
      @media screen and (max-width: 767px) {
        .bl_style01_inner h2 {
          font-size: 20px; } }
    .bl_style01_inner p.center {
      line-height: 3; }
      @media screen and (max-width: 767px) {
        .bl_style01_inner p.center {
          text-align: left;
          line-height: 2; } }

/*-------------------- bl_navi --------------------*/
.bl_navi {
  padding: 0 0 70px; }
  @media screen and (max-width: 767px) {
    .bl_navi {
      padding: 0 0 35px; } }
  .bl_navi_inner {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px; }
    @media screen and (max-width: 767px) {
      .bl_navi_inner {
        width: 100%;
        padding: 0 10px; } }
    .bl_navi_inner ul {
      display: flex;
      justify-content: center;
      align-items: baseline; }
      .bl_navi_inner ul li {
        text-align: center;
        margin-right: 5em; }
        @media screen and (max-width: 767px) {
          .bl_navi_inner ul li {
            margin-right: 0.5em;
            line-height: 1; } }
        .bl_navi_inner ul li:last-child {
          margin-right: 0; }
          .bl_navi_inner ul li:last-child img {
            margin-bottom: 1em; }
        .bl_navi_inner ul li a {
          font-size: 18px; }
          @media screen and (max-width: 767px) {
            .bl_navi_inner ul li a {
              font-size: 1.0rem; } }
          .bl_navi_inner ul li a img {
            margin-bottom: 0.5em;
            transition-duration: 0.3s; }
            @media screen and (max-width: 767px) {
              .bl_navi_inner ul li a img {
                margin-bottom: 0;
                transform: scale(0.5); } }
          .bl_navi_inner ul li a:hover {
            opacity: 0.7; }
            .bl_navi_inner ul li a:hover img {
              transform: scale(1.1);
              transition-duration: 0.3s; }
              @media screen and (max-width: 767px) {
                .bl_navi_inner ul li a:hover img {
                  transform: scale(0.6); } }

/*-------------------- bl_style02 --------------------*/
.bl_style02 {
  width: 100%;
  background-repeat: no-repeat; }
  @media print, screen and (min-width: 768px) {
    .bl_style02 {
      background-attachment: fixed;
      background-size: auto 100%; } }
  @media screen and (max-width: 767px) {
    .bl_style02 {
      padding: 250px 0 0;
      background-size: 180%; } }
  .bl_style02.bg_1 {
    background-image: url("../img/bg_01.jpg");
    background-position: left center; }
    @media screen and (max-width: 767px) {
      .bl_style02.bg_1 {
        background-position: 20% center; } }
  .bl_style02.bg_2 {
    background-image: url("../img/bg_02.jpg");
    background-position: right center; }
    @media screen and (max-width: 767px) {
      .bl_style02.bg_2 {
        background-position: 100% center; } }
  .bl_style02.bg_3 {
    background-image: url("../img/bg_03.jpg");
    background-position: left center; }
    @media screen and (max-width: 767px) {
      .bl_style02.bg_3 {
        background-position: 20% center; } }
  .bl_style02.bg_4 {
    background-image: url("../img/bg_04.jpg");
    background-position: right center; }
    @media screen and (max-width: 767px) {
      .bl_style02.bg_4 {
        background-position: 90% center; } }
  .bl_style02_inner {
    max-width: 1140px;
    margin: 0 auto; }
    .bl_style02_inner:after {
      content: "";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden; }
    .bl_style02_inner_left, .bl_style02_inner_right {
      padding: 70px 30px;
      width: 48%;
      background-color: #fff;
      position: relative; }
      @media screen and (max-width: 767px) {
        .bl_style02_inner_left, .bl_style02_inner_right {
          width: 90%;
          margin: 0 auto;
          padding: 20px; } }
    .bl_style02_inner_left {
      float: right; }
      @media screen and (max-width: 767px) {
        .bl_style02_inner_left {
          float: inherit; } }
      .bl_style02_inner_left::after {
        background-color: #fff;
        content: "";
        position: absolute;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%; }
        @media screen and (max-width: 767px) {
          .bl_style02_inner_left::after {
            display: none; } }
      .bl_style02_inner_left::before {
        position: absolute;
        top: 0;
        left: -80px;
        content: "";
        width: 80px;
        height: 100%;
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%); }
        @media screen and (max-width: 767px) {
          .bl_style02_inner_left::before {
            display: none; } }
    .bl_style02_inner_right {
      float: left; }
      @media screen and (max-width: 767px) {
        .bl_style02_inner_right {
          float: inherit; } }
      .bl_style02_inner_right::before {
        background-color: #fff;
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%; }
        @media screen and (max-width: 767px) {
          .bl_style02_inner_right::before {
            display: none; } }
      .bl_style02_inner_right::after {
        position: absolute;
        top: 0;
        right: -80px;
        content: "";
        width: 80px;
        height: 100%;
        background: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 0%, white 100%);
        background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, white 100%);
        background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 100%); }
        @media screen and (max-width: 767px) {
          .bl_style02_inner_right::after {
            display: none; } }
    .bl_style02_inner_left, .bl_style02_inner_right {
      line-height: 2; }
      .bl_style02_inner_left h2, .bl_style02_inner_right h2 {
        font-size: 34px;
        font-weight: normal;
        color: #305a6b;
        line-height: 1.2;
        margin-bottom: 0.25em; }
        @media screen and (max-width: 767px) {
          .bl_style02_inner_left h2, .bl_style02_inner_right h2 {
            font-size: 20px; } }
      .bl_style02_inner_left dl dt, .bl_style02_inner_right dl dt {
        font-family: "Jun 501"; }
      .bl_style02_inner_left dl dd a img, .bl_style02_inner_right dl dd a img {
        transition-duration: 0.3s; }
      .bl_style02_inner_left dl dd a:hover img, .bl_style02_inner_right dl dd a:hover img {
        transition-duration: 0.3s;
        opacity: 0.6; }
      .bl_style02_inner_left .txt_link, .bl_style02_inner_right .txt_link {
        display: block;
        position: relative;
        padding-left: 0.75em; }
        .bl_style02_inner_left .txt_link::before, .bl_style02_inner_right .txt_link::before {
          content: "";
          position: absolute;
          top: 0.7em;
          left: 0;
          margin: auto;
          vertical-align: middle;
          width: 7px;
          height: 7px;
          border-top: 2px solid #305a6b;
          border-right: 2px solid #305a6b;
          transform: rotate(45deg); }
          @media screen and (max-width: 767px) {
            .bl_style02_inner_left .txt_link::before, .bl_style02_inner_right .txt_link::before {
              width: 6px;
              height: 6px;
              border-top: 1px solid #305a6b;
              border-right: 1px solid #305a6b; } }

/*-------------------- bl_style03 --------------------*/
.bl_style03 {
  padding: 70px 0; }
  @media screen and (max-width: 767px) {
    .bl_style03 {
      padding: 35px 0 20px; } }
  .bl_style03_inner {
    max-width: 940px;
    margin: 0 auto;
    padding: 0 20px; }
    @media screen and (max-width: 767px) {
      .bl_style03_inner {
        width: 100%;
        padding: 0 10px; } }
    .bl_style03_inner h2 {
      text-align: center;
      font-size: 34px;
      font-weight: normal;
      color: #305a6b; }
      @media screen and (max-width: 767px) {
        .bl_style03_inner h2 {
          font-size: 20px; } }
    .bl_style03_inner ul li {
      padding: 15px 20px;
      display: flex;
      justify-content: flex-start; }
      .bl_style03_inner ul li:nth-child(2n+1) {
        background-color: #efefef; }
      .bl_style03_inner ul li span {
        display: inline-block;
        width: 7em; }
        @media screen and (max-width: 767px) {
          .bl_style03_inner ul li span {
            width: 6em; } }
      .bl_style03_inner ul li p {
        width: calc(100% - 7em); }
        @media screen and (max-width: 767px) {
          .bl_style03_inner ul li p {
            width: calc(100% - 6em); } }

/*-------------------- bl_style04 --------------------*/
.bl_style04 {
  padding: 70px 0;
  background-color: #d6dee1; }
  @media screen and (max-width: 767px) {
    .bl_style04 {
      padding: 35px 0 60px; } }
  .bl_style04_inner {
    max-width: 940px;
    margin: 0 auto;
    padding: 0 20px; }
    @media screen and (max-width: 767px) {
      .bl_style04_inner {
        width: 100%;
        padding: 0 10px; } }
    .bl_style04_inner h2 {
      text-align: center;
      font-size: 34px;
      font-weight: normal;
      color: #305a6b;
      line-height: 1.2; }
      @media screen and (max-width: 767px) {
        .bl_style04_inner h2 {
          font-size: 1.6rem; } }
    .bl_style04_inner .contact {
      text-align: center; }
      .bl_style04_inner .contact a {
        font-family: "Jun 501";
        font-size: 20px;
        padding: 15px 3em;
        border: solid 2px #e1690d;
        background: #fff;
        color: #c05300; }
        @media screen and (max-width: 767px) {
          .bl_style04_inner .contact a {
            font-size: 1.8rem;
            padding: 10px 2em; } }
        .bl_style04_inner .contact a span {
          display: inline-block;
          width: 30px;
          background: url(../img/icon_mail.svg) 10% 50% no-repeat; }
        .bl_style04_inner .contact a:hover {
          opacity: 0.6;
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }

/*-------------------- footer --------------------*/
.bl_footer {
  padding: 30px 0 35px;
  background-color: #305a6b; }
  @media screen and (max-width: 767px) {
    .bl_footer {
      padding: 30px 0 35px; } }
  .bl_footer_inner {
    position: relative;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: baseline; }
    @media screen and (max-width: 767px) {
      .bl_footer_inner {
        width: 100%;
        padding: 0 10px;
        display: inherit;
        text-align: center; } }
    .bl_footer_inner .page_top {
      position: absolute;
      width: 50px;
      margin: 0 auto;
      top: -47px;
      left: 0;
      right: 0; }
      .bl_footer_inner .page_top img {
        width: 100%; }
      @media screen and (max-width: 767px) {
        .bl_footer_inner .page_top {
          width: 50px;
          top: -52px; } }
    .bl_footer_inner .logo {
      width: 200px; }
      @media screen and (max-width: 767px) {
        .bl_footer_inner .logo {
          width: 160px;
          margin: 0 auto 1em; } }
    .bl_footer_inner .copy {
      color: #fff;
      font-size: 12px;
      letter-spacing: 0.25em;
      margin-right: -0.25em; }
      @media screen and (max-width: 767px) {
        .bl_footer_inner .copy {
          font-size: 1.0rem;
          letter-spacing: 0;
          margin-right: 0; } }

/*-------------------- header --------------------*/
.bl_header {
  border-top: solid 10px #e1690d; }
  .bl_header_inner {
    max-width: 1040px;
    margin: 0 auto;
    padding: 30px 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .bl_header_inner .logo {
      width: 220px; }
      @media screen and (max-width: 767px) {
        .bl_header_inner .logo {
          width: 150px; } }
    .bl_header_inner .to_top a {
      display: inline-block;
      padding: 10px 1em;
      border: solid 2px #e1690d;
      border-radius: 30px;
      background: #fff;
      color: #c05300; }
      @media screen and (max-width: 767px) {
        .bl_header_inner .to_top a {
          font-size: 1.2rem;
          padding: 5px 1em; } }
      .bl_header_inner .to_top a:hover {
        opacity: 0.6;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }

/*-------------------- form --------------------*/
form#mail_form {
  max-width: 960px;
  margin: 50px auto;
  padding: 30px 0;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 7px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  font-size: 95%;
  line-height: 1.8; }
  @media screen and (max-width: 767px) {
    form#mail_form {
      width: 95%; } }
  form#mail_form dl {
    width: 90%;
    margin: 0 auto;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      form#mail_form dl {
        overflow: visible; } }
    form#mail_form dl dt {
      clear: both;
      width: 35%;
      float: left;
      border-top: 1px solid #cccccc;
      padding: 15px 0;
      text-align: left;
      overflow: hidden; }
      form#mail_form dl dt:first-child {
        border: none; }
      form#mail_form dl dt:first-child + dd {
        border: none; }
      @media screen and (max-width: 767px) {
        form#mail_form dl dt {
          width: auto;
          float: none;
          text-align: left;
          padding: 15px 0 5px;
          font-weight: bold; } }
      form#mail_form dl dt span {
        display: block;
        font-size: 85%;
        color: #3377ff; }
        @media screen and (max-width: 767px) {
          form#mail_form dl dt span {
            font-weight: normal; } }
    form#mail_form dl dd {
      width: 65%;
      float: right;
      border-top: 1px solid #cccccc;
      padding: 15px 0 15px 5%; }
      @media screen and (max-width: 767px) {
        form#mail_form dl dd {
          width: auto;
          float: none;
          border-top: none;
          padding: 0px 0 20px 0px; } }

/* -- for JavaScript ここから --- */
form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
  display: inline-block;
  float: right;
  color: #ffffff;
  padding: 0 0.5em;
  border-radius: 3px; }
  @media screen and (max-width: 767px) {
    form#mail_form dl dt span.required,
    form#mail_form dl dt span.optional {
      margin-right: 1em;
      margin-bottom: 0; } }
form#mail_form dl dt span.required {
  background: #c05300; }
form#mail_form dl dt span.optional {
  background: #305a6b; }
form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd pan.error_match {
  display: block;
  color: #ff0000;
  margin-top: 3px; }

span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load-circle 1.0s linear infinite;
  animation: load-circle 1.0s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px; }

@-webkit-keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* -- for JavaScript ここまで -- */
form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"] {
  max-width: 90%;
  padding: 7px 2%;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  -webkit-appearance: none;
  font-size: 100%;
  font-family: inherit;
  margin-top: 7px; }
  form#mail_form input[type="text"]:focus,
  form#mail_form input[type="email"]:focus,
  form#mail_form input[type="tel"]:focus {
    box-shadow: 0px 0px 5px #e1690d;
    border: 1px solid #e1690d;
    background: #ffffff; }
  @media screen and (max-width: 767px) {
    form#mail_form input[type="text"],
    form#mail_form input[type="email"],
    form#mail_form input[type="tel"] {
      margin-top: 0px; } }
form#mail_form textarea:focus {
  box-shadow: 0px 0px 5px #e1690d;
  border: 1px solid #e1690d;
  background: #ffffff; }
form#mail_form ul {
  list-style-type: none; }
  form#mail_form ul li input[type="radio"],
  form#mail_form ul li input[type="checkbox"] {
    margin-right: 10px;
    margin-top: 10px; }
  form#mail_form ul li:first-child input[type="radio"],
  form#mail_form ul li:first-child input[type="checkbox"] {
    margin-top: 0px; }
  form#mail_form ul li label:hover {
    cursor: pointer; }
form#mail_form select {
  font-size: 100%;
  font-family: inherit;
  margin-top: 10px; }
  @media screen and (max-width: 767px) {
    form#mail_form select {
      font-size: 1.6rem;
      margin-top: 0; } }
form#mail_form textarea {
  display: block;
  width: 90%;
  max-width: 90%;
  height: 200px;
  padding: 7px 2%;
  resize: vertical;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  -webkit-appearance: none;
  font-size: 100%;
  font-family: inherit; }
form#mail_form input#company {
  width: 60%; }
@media screen and (max-width: 767px) {
  form#mail_form input#phone,
  form#mail_form input#schedule {
    width: 50%; } }
form#mail_form input#name_1,
form#mail_form input#name_2,
form#mail_form input#read_1,
form#mail_form input#read_2,
form#mail_form input#postal,
form#mail_form input#phone,
form#mail_form input#schedule {
  width: 30%; }
form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm {
  width: 80%; }
form#mail_form input#postal + a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #46b8da;
  border-radius: 3px;
  background: #5bc0de;
  font-size: 100%;
  color: #ffffff;
  text-decoration: none; }
  @media screen and (max-width: 767px) {
    form#mail_form input#postal + a {
      padding: 6px 15px 5px; } }
  form#mail_form input#postal + a:hover {
    cursor: pointer;
    background: #31b0d5;
    border: 1px solid #269abc; }
form#mail_form input#address {
  width: 90%; }
form#mail_form p#form_submit {
  width: 90%;
  text-align: center;
  margin: 0 auto;
  padding: 15px 0;
  border-top: 1px solid #cccccc; }
form#mail_form input[type="button"] {
  padding: 7px 20px;
  border: 1px solid #06c;
  border-radius: 3px;
  background: #06c;
  font-size: 100%;
  color: #ffffff;
  font-family: inherit;
  -webkit-appearance: none; }
form#mail_form input[type="button"]:hover {
  cursor: pointer;
  opacity: 0.7; }

/* -- thanks -- */
div#thanks {
  width: 960px;
  margin: 50px auto;
  padding: 70px 0;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 7px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  line-height: 1.8; }
  @media screen and (max-width: 767px) {
    div#thanks {
      width: 95%;
      padding: 30px 0;
      font-size: 100%; } }
  div#thanks h1,
  div#thanks h2 {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    border-bottom: 1px solid #454545; }
    @media screen and (max-width: 767px) {
      div#thanks h1,
      div#thanks h2 {
        font-size: 1.4rem; } }
  div#thanks h2 {
    margin-top: 3em; }
  div#thanks p {
    width: 90%;
    margin: 0 auto;
    margin-top: 1em; }
  div#thanks dl {
    width: 90%;
    margin: 0 auto 3em; }
    div#thanks dl dt {
      margin-top: 2em; }

/* 1000pixel end */
/*-------------------- footer --------------------*/
.bl_footer.thanks {
  position: absolute;
  width: 100%;
  bottom: 0; }

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