@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
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; }

.align_center {
  text-align: center !important; }

.align_left {
  text-align: left !important; }

.align_right {
  text-align: right !important; }

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

/* ===================================================================
	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 {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
/* CSS Document */
.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: 270px;
    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: auto;
  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: #ed6103;
  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: #ed6103;
      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: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 20px;
    z-index: 10;
    pointer-events: none; }
  .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; }

html {
  font-size: 62.5%; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 50%; } }

body {
  font-size: 1.6em;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6; }

a {
  color: #333; }

@media only screen and (min-width: 769px) {
  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 {
  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;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(119, 197, 43, 0.75);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none; }
  .page_top:hover {
    background: #77c52b;
    color: #fff; }
  .page_top::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -4px;
    margin-right: -6px; }
  @media only screen and (max-width: 768px) {
    .page_top {
      bottom: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      font-size: 22px; }
      .page_top::after {
        width: 10px;
        height: 10px;
        margin-top: -3px;
        margin-right: -5px; } }

.header {
  width: 100%;
  height: 65px; }
  .header .inner {
    width: 980px;
    position: relative;
    margin: 0 auto; }
    .header .inner .logo {
      position: absolute;
      left: 0;
      top: 13px; }
    .header .inner .header_tel {
      position: absolute;
      top: 11px;
      right: 240px;
      display: none; }
    .header .inner .header_btn {
      position: absolute;
      top: 7px;
      right: 0; }

.page_index .fv {
  width: 100%;
  height: 344px;
  background-image: url("img/fv_bg.png");
  background-size: cover; }
  .page_index .fv .inner {
    width: 760px;
    margin: 0 auto;
    position: relative; }
    .page_index .fv .inner h1 {
      position: absolute;
      top: 12px; }
    .page_index .fv .inner .fv_btn {
      position: absolute;
      left: 20px;
      top: 240px; }
    .page_index .fv .inner .important {
      position: absolute;
      right: -110px;
      bottom: -390px;
      color: #888;
      line-height: 1.4;
      text-align: right;
      font-size: .65em; }
.page_index .section01 .main_ttl {
  width: 700px;
  text-align: center;
  margin: 0 auto;
  padding: 50px 0; }
.page_index .section01 .inner {
  width: 900px;
  margin: 0 auto;
  padding-bottom: 50px;
  text-align: center; }
.page_index .cv {
  background-color: #fdfde2;
  padding: 25px 0 35px; }
  .page_index .cv .inner {
    width: 840px;
    margin: 0 auto; }
    .page_index .cv .inner .fukidashi_area {
      text-align: center;
      padding-bottom: 5px; }
    .page_index .cv .inner .btn_area {
      display: flex;
      justify-content: space-around; }
      .page_index .cv .inner .btn_area .cv_tel {
        display: none; }
.page_index .first {
  margin-top: 65px; }
  .page_index .first .inner {
    height: 460px; }
    .page_index .first .inner .content {
      position: relative; }
      .page_index .first .inner .content .notification {
        position: absolute;
        text-align: center;
        top: -20px;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%); }
      .page_index .first .inner .content .cv_simulate {
        padding-top: 30px;
        position: relative;
        height: 330px; }
        .page_index .first .inner .content .cv_simulate .phone_img {
          position: absolute;
          left: 70px; }
        .page_index .first .inner .content .cv_simulate .cv_ttl {
          position: absolute;
          left: 224px; }
        .page_index .first .inner .content .cv_simulate .cv_point {
          position: absolute;
          left: 224px;
          top: 100px; }
        .page_index .first .inner .content .cv_simulate .txt {
          position: absolute;
          left: 224px;
          top: 225px; }
          .page_index .first .inner .content .cv_simulate .txt span {
            color: #f02c12; }
.page_index .section02 {
  background: #f0feed;
  padding: 30px; }
  .page_index .section02 .main_ttl {
    text-align: center;
    margin: 30px auto;
    width: 500px; }
    .page_index .section02 .main_ttl p {
      padding-top: 1em;
      font-size: .9em;
      color: #555; }
  .page_index .section02 .inner {
    text-align: center;
    width: 900px;
    margin: 0 auto 40px; }
.page_index .section03 {
  padding-bottom: 1.5em; }
  .page_index .section03 .main_ttl h2 {
    text-align: center;
    margin: 0 auto;
    padding: 50px 0 0;
    width: 320px; }
  .page_index .section03 .main_ttl p {
    width: 800px;
    margin: 0 auto;
    padding: 25px 0 30px;
    text-align: center; }
    .page_index .section03 .main_ttl p span {
      color: #f00;
      font-size: 1.1em;
      font-weight: bold; }
  .page_index .section03 .inner {
    width: 900px;
    margin: 0 auto; }
  .page_index .section03 .cases {
    display: flex;
    justify-content: space-between; }
  .page_index .section03 .case {
    border-radius: 10px;
    background-color: #fff;
    padding: 10px;
    width: calc( 870px/3 ); }
    .page_index .section03 .case .case_ttl {
      text-align: center;
      font-size: 25px;
      font-weight: bold; }
    .page_index .section03 .case .text_box {
      margin-top: 10px; }
      .page_index .section03 .case .text_box .txt {
        font-size: 15px;
        color: #333;
        height: 175px; }
        .page_index .section03 .case .text_box .txt span {
          font-size: 11px; }
      .page_index .section03 .case .text_box .point_txt {
        width: 100%;
        border-radius: 7px;
        padding: 10px 20px;
        height: 88px; }
        .page_index .section03 .case .text_box .point_txt .heading {
          text-align: center;
          color: #fff;
          margin-bottom: 10px;
          display: none; }
        .page_index .section03 .case .text_box .point_txt p {
          text-align: left;
          color: #fff;
          font-size: 14px; }
  .page_index .section03 .case1 {
    margin-bottom: 20px;
    background: #eff7fc; }
    .page_index .section03 .case1 .case_ttl {
      color: #2a75a5; }
    .page_index .section03 .case1 .point_txt {
      background-color: #2a75a5; }
  .page_index .section03 .case2 {
    margin-bottom: 20px;
    background: #fbf7f0; }
    .page_index .section03 .case2 .case_ttl {
      color: #a5782a; }
    .page_index .section03 .case2 .point_txt {
      background-color: #a5782a; }
  .page_index .section03 .case3 {
    margin-bottom: 20px;
    background: #f9f2fc; }
    .page_index .section03 .case3 .case_ttl {
      color: #9f66b7; }
    .page_index .section03 .case3 .point_txt {
      background-color: #9f66b7; }
.page_index .section04 .main_ttl {
  width: 370px;
  text-align: center;
  margin: 30px auto; }
.page_index .section04 .inner {
  width: 735px;
  text-align: center;
  margin: 0 auto; }
.page_index .section04 .txt_bold {
  font-weight: bold; }
  .page_index .section04 .txt_bold .red {
    color: #f00;
    font-size: 20px; }
.page_index .section04 .image {
  margin: 30px auto;
  width: 650px;
  text-align: center; }
.page_index .section05 {
  background-color: #f2fbf0;
  padding: 50px 0; }
  .page_index .section05 .main_ttl {
    width: 600px;
    margin: 0px auto 30px;
    text-align: center; }
    .page_index .section05 .main_ttl h2 {
      margin-bottom: 20px; }
    .page_index .section05 .main_ttl p {
      text-align: center;
      font-size: 13px; }
  .page_index .section05 .inner .customer_review {
    width: 900px;
    margin: 0 auto; }
    .page_index .section05 .inner .customer_review .customer {
      background-color: #fff;
      padding: 40px;
      width: 100%;
      margin-bottom: 20px;
      position: relative; }
      .page_index .section05 .inner .customer_review .customer .customer_ttl {
        color: #fff;
        width: 100%;
        text-align: center;
        background-color: #77c52b;
        padding: 10px;
        font-weight: bold;
        font-size: 25px;
        line-height: 1.4;
        position: relative; }
        .page_index .section05 .inner .customer_review .customer .customer_ttl p {
          font-weight: normal;
          font-size: .75em; }
        .page_index .section05 .inner .customer_review .customer .customer_ttl::before {
          position: absolute;
          content: '';
          width: 0px;
          height: 0px;
          z-index: 1;
          top: 0;
          left: 0;
          border-width: 40px 0px 40px 25px;
          border-color: transparent transparent transparent #fff;
          border-style: solid; }
        .page_index .section05 .inner .customer_review .customer .customer_ttl::after {
          position: absolute;
          content: '';
          width: 0px;
          height: 0px;
          z-index: 1;
          top: 0;
          right: 0;
          border-width: 40px 20px 40px 0px;
          border-color: transparent #fff transparent transparent;
          border-style: solid; }
      .page_index .section05 .inner .customer_review .customer .customer_img {
        text-align: center;
        margin: 20px auto; }
      .page_index .section05 .inner .customer_review .customer .customer_txt {
        width: 100%;
        border: solid 1px #3fa52a;
        border-radius: 10px;
        padding: 30px;
        text-align: left;
        line-height: 33px; }
        .page_index .section05 .inner .customer_review .customer .customer_txt p {
          font-size: 10px;
          line-height: 1.5;
          color: #888; }
        .page_index .section05 .inner .customer_review .customer .customer_txt span {
          color: #f02c12; }
    .page_index .section05 .inner .customer_review .customer1 .customer_ico {
      top: 20px;
      left: 80px;
      content: '';
      position: absolute;
      z-index: 2; }
    .page_index .section05 .inner .customer_review .customer2 .customer_ico {
      top: 20px;
      left: 80px;
      content: '';
      position: absolute;
      z-index: 2; }
    .page_index .section05 .inner .customer_review .customer3 .customer_ico {
      top: 20px;
      left: 80px;
      content: '';
      position: absolute;
      z-index: 2; }
.page_index .section06 {
  width: 800px;
  margin: 0 auto;
  padding: 30px; }
  .page_index .section06 .inner h2 {
    text-align: center; }
  .page_index .section06 .question {
    padding: 30px 20px 30px 90px;
    background: url("img/q.png") no-repeat 20px 28px;
    background-size: 42px;
    font-size: 22px;
    font-weight: 500;
    cursor: pointer;
    position: relative; }
    .page_index .section06 .question::after {
      content: "";
      position: absolute;
      width: 20px;
      height: 100%;
      background-image: url("img/section07_ico.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      right: 0;
      top: 0;
      pointer-events: none; }
    .page_index .section06 .question.active::after {
      background-image: url("img/section07_ico_active.png"); }
  .page_index .section06 .answer {
    padding: 8px 0 30px 90px;
    background: url("img/a.png") no-repeat 20px top;
    background-size: 42px;
    font-size: 19px; }
  .page_index .section06 ul li {
    border-bottom: 1px solid #c4c4c4; }
.page_index .section07 {
  background-color: #fff;
  padding: 90px 30px 30px; }
  .page_index .section07 .inner_wrap {
    padding: 50px 30px 30px;
    background: #dbf3cb;
    border-radius: 10px;
    width: 800px;
    margin: 0 auto; }
    .page_index .section07 .inner_wrap .inner {
      width: 700px;
      border-radius: 7px;
      margin: 0 auto; }
      .page_index .section07 .inner_wrap .inner h2 {
        text-align: center;
        position: relative; }
        .page_index .section07 .inner_wrap .inner h2::after {
          width: 490px;
          height: 40px;
          background: transparent url("img/section07_attention.png") 0 0 no-repeat;
          position: absolute;
          top: -69px;
          left: 50%;
          margin-left: calc(-490px/2);
          content: ""; }
  .page_index .section07 .inner_guide {
    padding: 30px 0 0;
    text-align: center;
    font-size: 15px;
    color: #272727; }
    .page_index .section07 .inner_guide span {
      color: #f00;
      font-weight: bold;
      font-size: 17px; }
  .page_index .section07 .err_message {
    text-align: center;
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
    padding: .75rem 1.25rem;
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    display: none;
    width: 62%; }
  .page_index .section07 .formparts {
    display: none; }
  .page_index .section07 .formparts-active {
    display: block !important; }
  .page_index .section07 .form_section button {
    display: block;
    border: none;
    border-bottom: 5px solid #dece45;
    background: #fff48d;
    background: -webkit-linear-gradient(top, #fff48d 0%, #fff065 100%);
    background: linear-gradient(to bottom, #fff48d 0%, #fff065 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff48d', endColorstr=' #fff065', GradientType=0);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    color: #484848;
    font-weight: 700;
    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 (max-width: 768px) {
    .page_index .section07 .form_section button {
      width: 100%; } }
  .page_index .section07 .progress {
    margin: 0 auto;
    margin-top: 10px;
    width: 50%;
    align-items: center; }
    .page_index .section07 .progress .progressbar {
      width: 85%;
      height: 10px;
      background: #fff;
      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) {
        .page_index .section07 .progress .progressbar {
          width: 85%; } }
      .page_index .section07 .progress .progressbar span {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        background: #f59d11;
        height: 10px;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        -o-border-radius: 50px;
        -ms-border-radius: 50px; }
    .page_index .section07 .progress .progress_txt {
      width: 15%;
      padding-left: 10px;
      color: #f59d11;
      font-weight: bold; }
      .page_index .section07 .progress .progress_txt span {
        font-weight: bold;
        font-size: 20px;
        display: inline-block;
        margin-right: 3px; }
  .page_index .section07 .form_parts_wrap {
    position: relative;
    margin-top: 20px; }
    .page_index .section07 .form_parts_wrap .image {
      position: absolute;
      right: -20px;
      top: -180px; }
    .page_index .section07 .form_parts_wrap .text-tel {
      width: auto; }
    .page_index .section07 .form_parts_wrap .note {
      margin-top: 20px;
      color: #fff;
      text-align: center; }

.page_pricing {
  background-color: #f1f1f1;
  padding: 30px; }
  .page_pricing .container {
    width: 800px;
    margin: 50px auto;
    background-color: #fff;
    padding: 30px; }
  .page_pricing .content h2 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 20px; }
  .page_pricing .pricing_info h3 {
    color: #fff;
    background-color: #3fa52a;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    margin-bottom: 20px;
    border-radius: 10px; }
  .page_pricing .pricing_info table {
    border: solid 1px #b3b3b3;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 30px; }
    .page_pricing .pricing_info table td {
      border: solid 1px #b3b3b3;
      padding: 10px; }
    .page_pricing .pricing_info table th {
      border: solid 1px #b3b3b3;
      background-color: #f0f0f0;
      padding: 10px;
      font-weight: bold; }

.page_company {
  background-color: #f1f1f1;
  padding: 30px; }
  .page_company .container {
    width: 800px;
    margin: 50px auto;
    background-color: #fff;
    padding: 30px; }
  .page_company .content h2 {
    text-align: center;
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 20px; }
  .page_company .company_info table {
    border: solid 1px #b3b3b3;
    border-collapse: collapse;
    width: 100%; }
    .page_company .company_info table td {
      border: solid 1px #b3b3b3;
      padding: 10px; }
    .page_company .company_info table th {
      border: solid 1px #b3b3b3;
      background-color: #3fa52a;
      padding: 10px;
      font-weight: bold;
      color: #fff; }

.page_privacy {
  background-color: #f1f1f1;
  padding: 30px; }
  .page_privacy .container {
    width: 800px;
    margin: 50px auto;
    background-color: #fff;
    padding: 30px; }
  .page_privacy .container2 {
    width: 800px;
    margin: 0px auto 50px;
    background-color: #fff; }
    .page_privacy .container2 .ttl {
      font-size: 23px;
      text-align: center;
      width: 100%;
      background-color: #3fa52a;
      padding: 15px 0;
      color: #fff; }
    .page_privacy .container2 .inner {
      padding: 30px; }
  .page_privacy .content h2 {
    text-align: center;
    font-weight: bold;
    font-size: 19px;
    padding-bottom: .75em; }
  .page_privacy .content h3 {
    font-weight: bold;
    text-align: left;
    font-size: 15px; }
  .page_privacy .content .txt {
    text-align: left;
    font-size: 13px;
    margin-bottom: 30px; }
    .page_privacy .content .txt a {
      color: #179bee; }

.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;
  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: #ed6103;
      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: #ed6103;
    font-weight: bold; }
    .form_section .progress .progress_txt span {
      font-weight: bold;
      font-size: 20px;
      display: inline-block;
      margin-right: 3px; }

footer {
  background: #fff; }
  footer .ft_menu {
    padding: 20px 0; }
  footer .ft_menu .p_mark {
    width: 700px;
    margin: 0px auto;
    padding: 20px; }
  footer .ft_menu .p_mark p {
    display: inline-block; }
  footer .ft_menu .p_mark .pra_txt {
    width: 500px; }
  footer .ft_menu .ft_nav {
    width: 300px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0; }
  footer .ft_menu .ft_nav li.pri_pol {
    width: 160px; }
  footer .ft_menu .ft_nav li.contact {
    width: 120px; }
  footer .ft_menu .ft_nav ul {
    display: flex;
    justify-content: space-around; }
    footer .ft_menu .ft_nav ul li {
      display: inline-block;
      margin-left: 20px; }
      footer .ft_menu .ft_nav ul li:first-child {
        margin-left: 0; }
      footer .ft_menu .ft_nav ul li a {
        text-decoration: none;
        font-size: 15px; }
  footer .copyright {
    text-align: center;
    padding: 5px 0;
    color: #fff;
    background-color: #484848; }
