@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url(https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ul, ol {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit; }

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom; }

iframe {
  border: 0; }

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

td,
th {
  padding: 0;
  text-align: left; }

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

b,
strong {
  font-weight: bold; }

.clear {
  clear: both; }

.cf:before, .cf:after {
  content: "";
  display: block; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1;
  overflow: hidden; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.table_w {
  width: 100%;
  display: table;
  table-layout: fixed; }

.table_c {
  display: table-cell;
  vertical-align: top; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* ===================================================================
	utility
=================================================================== */
.mt05 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.txt_c {
  text-align: center; }

/* ===================================================================
	form
=================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

@media only screen and (min-width: 769px) {
  .sp_only {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .pc_only {
    display: none !important; }

  .sp_only {
    display: block !important; } }
.form_section table {
  border: 1px solid #ddd;
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .form_section table {
      border-bottom: none; } }
  .form_section table th, .form_section table td {
    padding: 20px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
    @media only screen and (max-width: 768px) {
      .form_section table th, .form_section table td {
        display: block;
        width: 100% !important;
        border-right: none; } }
  .form_section table th {
    width: 400px;
    background: #f5f5f5;
    position: relative;
    font-size: 15px;
    padding-right: 60px; }
  .form_section table td {
    background: #fff; }
.form_section span.require,
.form_section span.option {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.07em;
  padding: 3px 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -12px; }
.form_section span.require {
  background: #cb1c1c; }
.form_section span.option {
  background: #1c77cb; }
.form_section [type=check],
.form_section [type=radio],
.form_section [type=submit] {
  cursor: pointer; }
.form_section [type=check] + label,
.form_section [type=radio] + label {
  display: inline-block;
  cursor: pointer; }
.form_section [type=tel],
.form_section [type=email],
.form_section [type=text],
.form_section [type=password],
.form_section textarea,
.form_section select {
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 100%;
  font-size: 14px; }
  @media only screen and (max-width: 768px) {
    .form_section [type=tel],
    .form_section [type=email],
    .form_section [type=text],
    .form_section [type=password],
    .form_section textarea,
    .form_section select {
      font-size: 16px; } }
.form_section textarea {
  height: 200px; }
.form_section [type=submit] {
  display: block;
  border: none;
  border-bottom: 5px solid #297238;
  background: #3ca652;
  color: #fff;
  font-weight: bold;
  padding: 20px 0;
  width: 380px;
  text-align: center;
  font-size: 22px;
  margin: 25px auto;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; }
  @media only screen and (min-width: 769px) {
    .form_section [type=submit]:hover {
      background: #3ca652;
      color: #fff; } }
.form_section .checkbox input,
.form_section .radio input {
  display: none; }
@media only screen and (min-width: 769px) {
  .form_section .checkbox li,
  .form_section .radio li {
    margin-top: 5px; }
    .form_section .checkbox li:first-child,
    .form_section .radio li:first-child {
      margin-top: 0; } }
@media only screen and (max-width: 768px) {
  .form_section .checkbox li,
  .form_section .radio li {
    padding: 10px 0;
    border-bottom: 1px dotted #ddd; }
    .form_section .checkbox li:first-child,
    .form_section .radio li:first-child {
      padding-top: 0; }
    .form_section .checkbox li:last-child,
    .form_section .radio li:last-child {
      border-bottom: none; }
    .form_section .checkbox li label,
    .form_section .radio li label {
      display: block; } }
.form_section .checkbox .parts,
.form_section .radio .parts {
  padding-left: 25px;
  position: relative;
  line-height: 1; }
  .form_section .checkbox .parts::before,
  .form_section .radio .parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 2.5px;
    left: 0;
    border: 1px solid #ccc; }
.form_section .checkbox .parts::before {
  width: 15px;
  height: 15px;
  border-radius: 4px; }
.form_section .radio .parts::before {
  width: 16px;
  height: 16px;
  border-radius: 50%; }
.form_section .radio input:checked + .parts {
  color: #2ea2f3; }
  .form_section .radio input:checked + .parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 5.5px;
    left: 3px;
    width: 10px;
    height: 10px;
    background: #2ea2f3;
    border-radius: 50%; }
.form_section .checkbox input:checked + .parts {
  color: #2ea2f3; }
  .form_section .checkbox input:checked + .parts::after {
    content: "";
    display: block;
    position: absolute;
    top: -0.5px;
    left: 5px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #2ea2f3;
    border-right: 3px solid #2ea2f3; }
.form_section .selector {
  position: relative; }
  .form_section .selector::after {
    content: "";
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -8px;
    z-index: 10; }
  .form_section .selector select {
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 1em;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: block;
    z-index: 1;
    cursor: pointer; }
.form_section ::-webkit-input-placeholder {
  color: #b9b9b9; }
.form_section ::-moz-placeholder {
  color: #b9b9b9; }
.form_section :-moz-placeholder {
  color: #b9b9b9; }
.form_section :-ms-input-placeholder {
  color: #b9b9b9; }

body {
  background: #fff;
  font-size: 16px;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; }

a {
  color: #333; }

a:hover {
  color: #333;
  text-decoration: none; }

a, a img {
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; }

a img:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75; }

.page_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(60, 166, 82, 0.75);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s; }
  .page_top:hover {
    background: #3ca652;
    color: #fff; }
  .page_top::after {
    font-family: 'FontAwesome';
    content: "\f106";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -23px auto 0;
    z-index: 2; }

.header {
  position: absolute;
  z-index: 10;
  width: 100%;
  padding: 5px 0;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.3); }
  .header .inner {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    height: 64px;
    padding-top: 21px; }
  .header .header_txt {
    position: absolute;
    top: 7px;
    right: 0; }

.fv {
  background: url(img/fv_bg.png) no-repeat center top; }
  .fv .inner {
    width: 1100px;
    margin: 0 auto;
    height: 464px;
    position: relative; }
  .fv h2 {
    position: absolute;
    bottom: 87px;
    left: 0; }

.cv_section {
  margin-top: 25px; }
  .cv_section .cv_first_txt {
    width: 1100px;
    margin: 0 auto; }
    .cv_section .cv_first_txt ul {
      text-align: center;
      font-size: 0; }
      .cv_section .cv_first_txt ul li {
        display: inline-block;
        vertical-align: top;
        font-size: 20px;
        padding-left: 35px;
        margin-left: 40px;
        background: url(img/cv_first_txt.png) no-repeat left 3px; }
        .cv_section .cv_first_txt ul li:first-child {
          margin-left: 0; }
    .cv_section .cv_first_txt + h2 {
      margin-top: 30px; }
  .cv_section h2 {
    text-align: center; }
  .cv_section .wrap {
    margin-top: 12px;
    background: url(img/cv_bg.png) repeat; }
    .cv_section .wrap .inner {
      width: 1100px;
      margin: 0 auto;
      padding: 45px 0 25px;
      text-align: center;
      position: relative; }
      .cv_section .wrap .inner::after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 26px 23px 0 23px;
        border-color: #fff transparent transparent transparent;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto; }
    .cv_section .wrap ul {
      margin-top: 20px;
      font-size: 0; }
      .cv_section .wrap ul li {
        display: inline-block;
        vertical-align: top;
        margin-left: 20px; }
        .cv_section .wrap ul li:first-child {
          margin-left: 0; }

.section01 {
  background: #eceef4; }
  .section01 .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 50px 0; }
  .section01 .wrap {
    width: 988px;
    margin: 0 auto;
    padding-top: 50px; }
    .section01 .wrap .item {
      background: #fff;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      padding: 135px 51px 51px;
      position: relative;
      margin-top: 70px; }
      .section01 .wrap .item:first-child {
        margin-top: 0; }
      .section01 .wrap .item .item_inner {
        width: 890px;
        margin: 0 auto; }
      .section01 .wrap .item h3 {
        background: url(img/section01_bg1.png) repeat center top;
        position: absolute;
        top: -10px;
        left: 0;
        margin: 0 -16px;
        text-align: center;
        padding: 15px 0;
        font-weight: bold;
        font-size: 24px;
        color: #fff;
        width: 1019px;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3); }
        .section01 .wrap .item h3::before, .section01 .wrap .item h3::after {
          content: "";
          position: absolute; }
        .section01 .wrap .item h3::before {
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 16px 9px 0;
          border-color: transparent #653025 transparent transparent;
          left: 0;
          bottom: -9px; }
        .section01 .wrap .item h3::after {
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 9px 16px 0 0;
          border-color: #653025 transparent transparent transparent;
          right: 0;
          bottom: -9px; }
      .section01 .wrap .item .overview {
        position: relative; }
        .section01 .wrap .item .overview .hover {
          position: absolute;
          right: 0; }
      .section01 .wrap .item .txt {
        margin-top: 10px;
        font-size: 15px; }
      .section01 .wrap .item:nth-child(1) .overview .hover {
        top: -164px; }
      .section01 .wrap .item:nth-child(2), .section01 .wrap .item:nth-child(4) {
        padding-top: 175px; }
        .section01 .wrap .item:nth-child(2) h3, .section01 .wrap .item:nth-child(4) h3 {
          background: url(img/section01_bg2.png) repeat center top; }
          .section01 .wrap .item:nth-child(2) h3::before, .section01 .wrap .item:nth-child(4) h3::before {
            border-color: transparent #0e3b16 transparent transparent; }
          .section01 .wrap .item:nth-child(2) h3::after, .section01 .wrap .item:nth-child(4) h3::after {
            border-color: #0e3b16 transparent transparent transparent; }
        .section01 .wrap .item:nth-child(2) .overview .hover, .section01 .wrap .item:nth-child(4) .overview .hover {
          top: -211px; }
      .section01 .wrap .item:nth-child(3) .overview .hover {
        top: -178px; }
    .section01 .wrap table {
      width: 100%;
      border: 2px solid #cccccc; }
      .section01 .wrap table th, .section01 .wrap table td {
        padding: 15px;
        border-left: 2px solid #cccccc;
        border-bottom: 2px solid #cccccc;
        font-weight: bold; }
      .section01 .wrap table thead th, .section01 .wrap table thead td {
        text-align: center;
        color: #fff; }
      .section01 .wrap table thead td {
        background: #aaa; }
      .section01 .wrap table thead th {
        background: #e7891e; }
      .section01 .wrap table .text {
        background: #fff2e2;
        color: #cb3300;
        font-size: 18px; }
        .section01 .wrap table .text span {
          font-size: 30px; }
  .section01 .atn {
    text-align: right;
    color: #f9533c;
    margin-top: 25px;
    font-size: 12px; }

.section02 {
  background: url(img/section02_bg.png) no-repeat center top; }
  .section02 .inner {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    height: 674px; }
    .section02 .inner .txt1,
    .section02 .inner .txt2 {
      position: absolute;
      font-weight: bold; }
    .section02 .inner .txt1 {
      font-size: 33px;
      color: #3ca652;
      left: 524px;
      top: 87px; }
    .section02 .inner .txt2 {
      left: 213px;
      top: 408px;
      color: #f18500;
      font-size: 33px; }
      .section02 .inner .txt2 span {
        background: linear-gradient(transparent 60%, #ffff66 60%); }

.section03 {
  width: 1100px;
  margin: 0 auto;
  padding: 50px 10px; }
  .section03 h2 {
    text-align: center; }
  .section03 .txt {
    margin-top: 15px;
    background: url(img/section03_bg.png) repeat center top;
    border: 3px solid #3ca652;
    padding: 25px;
    line-height: 2;
    font-size: 17px; }

.section04 {
  background: url(img/section04_bg.png) no-repeat center top; }
  .section04 .inner {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    height: 674px; }
    .section04 .inner .txt1,
    .section04 .inner .txt2 {
      position: absolute;
      font-weight: bold;
      line-height: 1.4; }
    .section04 .inner .txt1 {
      font-size: 33px;
      color: #3ca652;
      left: 524px;
      top: 42px; }
    .section04 .inner .txt2 {
      left: 155px;
      top: 428px;
      color: #f18500;
      font-size: 33px; }
      .section04 .inner .txt2 span {
        background: linear-gradient(transparent 60%, #ffff66 60%); }

.section05 {
  width: 1100px;
  margin: 0 auto;
  padding: 50px 20px; }
  .section05 h2 {
    text-align: center; }
  .section05 ul {
    margin-top: 20px;
    font-size: 0;
    text-align: center; }
    .section05 ul li {
      width: 316px;
      height: 330px;
      display: inline-block;
      vertical-align: top;
      background: #c7e3cd;
      padding: 25px 14px 14px;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      margin-left: 30px;
      font-size: 16px;
      text-align: left; }
      .section05 ul li:first-child {
        margin-left: 0; }
      .section05 ul li .image {
        text-align: center; }
      .section05 ul li p {
        margin-top: 15px; }
  .section05 .section05_image {
    margin-top: 30px;
    text-align: center; }
  .section05 .box {
    margin: 20px auto 0;
    background: url(img/section05_bg.png) no-repeat center top;
    width: 821px;
    height: 339px;
    position: relative; }
    .section05 .box .txt {
      position: absolute;
      font-size: 33px;
      color: #fff;
      font-weight: bold;
      top: 32px;
      left: 280px;
      text-align: center; }

.section06 {
  background: #e4ece5; }
  .section06 .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 50px 0 0; }
  .section06 h2 {
    text-align: center; }
  .section06 ul {
    margin-top: 25px; }
    .section06 ul li {
      background: #fff;
      padding: 25px;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      margin-top: 40px;
      width: 100%;
      display: table;
      table-layout: fixed; }
      .section06 ul li:first-child {
        margin-top: 0; }
      .section06 ul li .txt,
      .section06 ul li .image {
        display: table-cell;
        vertical-align: top; }
      .section06 ul li .image {
        width: 463px; }
      .section06 ul li .txt {
        padding: 20px 20px 0 30px; }
      .section06 ul li .heading {
        font-size: 30px;
        margin-top: 20px; }
      .section06 ul li p {
        margin-top: 60px;
        line-height: 1.8; }
      .section06 ul li:first-child p {
        margin-top: 30px; }
  .section06 .section06_image {
    margin-top: 40px;
    text-align: center; }
  .section06 .box {
    margin: 20px auto 0;
    background: url(img/section06_bg.png) no-repeat center top;
    width: 821px;
    height: 313px;
    position: relative; }
    .section06 .box .txt {
      position: absolute;
      font-size: 33px;
      color: #fff;
      font-weight: bold;
      top: 32px;
      left: 280px;
      text-align: center; }

.footer .f_nav {
  background: #70b72d; }
  .footer .f_nav ul {
    text-align: center;
    width: 1100px;
    margin: 0 auto;
    padding: 20px 0; }
    @media only screen and (max-width: 768px) {
      .footer .f_nav ul {
        width: 100%;
        padding: 20px 10px; } }
    .footer .f_nav ul li {
      display: inline-block;
      vertical-align: top;
      margin-right: 5px;
      color: #fff; }
      .footer .f_nav ul li::before {
        content: "│";
        margin-right: 8px; }
      .footer .f_nav ul li:first-child::before {
        display: none; }
      .footer .f_nav ul li a {
        text-decoration: none;
        color: #fff; }
        .footer .f_nav ul li a:hover {
          text-decoration: underline; }
.footer .copyright {
  background: #17802c;
  text-align: center;
  padding: 8px 0;
  color: #fff;
  font-size: 13px; }

.wrapper.page {
  background: #eceef4;
  padding: 100px 0 50px; }

.wrapper.form {
  background: #eceef4;
  padding: 50px 0; }
  @media only screen and (max-width: 768px) {
    .wrapper.form {
      padding-left: 15px;
      padding-right: 15px; } }

.container {
  width: 900px;
  margin: 0 auto;
  background: #fff;
  padding: 50px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }
  @media only screen and (max-width: 768px) {
    .container {
      width: 100%;
      padding: 30px 15px; } }

.page_ttl_wrap {
  text-align: center; }
  .page_ttl_wrap .page_ttl {
    color: #3ca652;
    font-size: 30px;
    padding-bottom: 5px;
    font-weight: bold;
    border-bottom: 1px solid #3ca652;
    display: inline-block; }

.term section {
  margin-top: 40px; }
.term h3 {
  font-size: 18px;
  font-weight: bold; }
.term .textIndent {
  padding-left: 20px;
  margin-top: 10px; }
.term .textIndent2 {
  padding-left: 40px;
  margin-top: 10px; }
.term .textIndent3 {
  padding-left: 40px;
  margin-top: 10px; }
.term .circleNumberPosition {
  position: relative;
  padding-left: 1.2em; }
.term .circleNumber {
  position: absolute;
  left: 0; }
.term ol {
  list-style-type: decimal;
  margin-bottom: 10px; }
.term ol li ol {
  list-style-type: none;
  margin-bottom: 10px; }

.company table {
  border: 1px solid #ddd;
  width: 100%;
  margin-top: 20px; }
  .company table th, .company table td {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px;
    vertical-align: middle; }
  .company table th {
    background: #f5f5f5;
    width: 200px; }

.form .logo {
  text-align: center; }
.form .container {
  margin-top: 40px; }
.form .heading {
  text-align: center;
  margin-top: 25px; }
.form table {
  margin-top: 25px; }
.form .note {
  margin-top: 30px;
  text-align: center; }
.form .thanks .thanks_txt1 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px; }
.form .thanks .thanks_txt2 {
  text-align: center;
  font-size: 18px;
  margin-top: 30px; }
.form .thanks p {
  margin-top: 40px;
  font-size: 14px; }

.form_section .ttl {
  text-align: center; }
.form_section .read {
  margin-top: 10px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #dd1111; }
.form_section table {
  margin-top: 20px; }
.form_section .progress {
  margin-top: 20px;
  display: table;
  width: 100%; }
  .form_section .progress .progressbar,
  .form_section .progress .progress_txt {
    display: table-cell;
    vertical-align: middle; }
  .form_section .progress .progressbar {
    width: 92%;
    height: 30px;
    background: #eeeeee;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    position: relative;
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      .form_section .progress .progressbar {
        width: 85%; } }
    .form_section .progress .progressbar span {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      background: #3ca652;
      height: 30px;
      border-radius: 50px;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      -o-border-radius: 50px;
      -ms-border-radius: 50px; }
  .form_section .progress .progress_txt {
    padding-left: 10px;
    color: #3ca652;
    font-weight: bold; }
    .form_section .progress .progress_txt span {
      font-weight: bold;
      font-size: 20px;
      display: inline-block;
      margin-right: 3px; }

.thanks .read2 {
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold; }
.thanks .txt {
  margin-top: 20px;
  text-align: center; }
.thanks ul {
  margin-top: 30px; }
  .thanks ul li {
    margin-top: 5px;
    position: relative;
    font-size: 14px; }
    .thanks ul li:first-child {
      margin-top: 0; }
    .thanks ul li span {
      color: #f00;
      font-weight: bold; }

.fixed_cv_section {
  position: fixed;
  z-index: 100;
  left: 20px;
  bottom: 20px;
  background: rgba(11, 153, 77, 0.9);
  padding: 14px 20px 12px 106px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }
  .fixed_cv_section .image {
    position: absolute;
    left: 10px;
    bottom: 0; }
  .fixed_cv_section .txt {
    background: #fff;
    text-align: center;
    padding: 2px 0 5px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    font-size: 14px;
    font-weight: bold; }
    .fixed_cv_section .txt span {
      display: inline-block;
      margin: 0 3px;
      color: #0b994d;
      font-size: 18px;
      -webkit-animation: blink .7s ease-in-out 4 alternate;
      -moz-animation: blink .7s ease-in-out 4 alternate;
      animation: blink .7s ease-in-out 4 alternate; }
  .fixed_cv_section .btn {
    margin-top: 8px;
    width: 320px; }

@-webkit-keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.exitProtection_overlay {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99; }

.modal_close {
  background: #fff;
  color: #333;
  width: 40px;
  line-height: 40px;
  display: block;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: -40px;
  right: 3px;
  text-align: center;
  cursor: pointer;
  text-decoration: none; }

.exitProtection {
  width: 500px !important;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 15%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.exitProtection a {
  outline: none; }

.exitProtection img {
  max-width: 100%;
  height: auto; }

.exitProtection * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
