@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; } }
.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;
    width: 50%; }
    @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 {
    background: #f5f5f5;
    position: relative; }
  .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 [type=number],
.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; }
.form_section textarea {
  height: 200px; }
.form_section input#zip1 {
  display: inline-block;
  width: 80px; }
.form_section input#zip2 {
  display: inline-block;
  width: 150px;
  margin-bottom: 7px; }
.form_section [type=submit] {
  display: block;
  border: 1px solid #ed6103;
  background: #ed6103;
  color: #fff;
  width: 500px;
  padding: 20px 0;
  text-align: center;
  font-size: 18px;
  margin: 25px auto 0;
  -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 {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; } }
  @media only screen and (max-width: 768px) {
    .form_section [type=submit] {
      width: 90%;
      padding: 20px 10px; } }
.form_section .checkbox input,
.form_section .radio input {
  display: none; }
.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 (min-width: 769px) {
  .form_section .checkbox.inline_parts,
  .form_section .radio.inline_parts {
    font-size: 0; }
  .form_section .checkbox.inline_parts li,
  .form_section .radio.inline_parts li {
    display: inline-block;
    vertical-align: bottom;
    margin-top: 0;
    margin-right: 20px; }
    .form_section .checkbox.inline_parts li:last-child,
    .form_section .radio.inline_parts li:last-child {
      margin-right: 0; } }
.form_section .checkbox .parts,
.form_section .radio .parts {
  position: relative;
  line-height: 1;
  border: 1px solid #ddd;
  display: block;
  padding: 18px 20px 20px 50px;
  font-size: 16px; }
  @media only screen and (max-width: 768px) {
    .form_section .checkbox .parts,
    .form_section .radio .parts {
      font-size: 14px; } }
  .form_section .checkbox .parts::before,
  .form_section .radio .parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    border: 1px solid #ccc;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
.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;
  border-color: #2ea2f3;
  background: #f6fafe; }
  .form_section .radio input:checked + .parts::after {
    content: "";
    display: block;
    position: absolute;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 23px;
    width: 10px;
    height: 10px;
    background: #2ea2f3;
    border-radius: 50%; }
.form_section .checkbox input:checked + .parts {
  color: #2ea2f3;
  border-color: #2ea2f3;
  background: #f6fafe; }
  .form_section .checkbox input:checked + .parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 25px;
    width: 7px;
    height: 14px;
    margin-top: -11px;
    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 .ermsg {
  font-size: 11px;
  color: #B50000; }
.form_section .radio .ermsg, .form_section .checkbox .ermsg {
  display: none; }
.form_section .radio li:first-child .ermsg, .form_section .checkbox li:first-child .ermsg {
  display: block; }
.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; }

.shiny__btn {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 0; }

.shiny__btn:hover {
  text-decoration: none;
  color: #fff; }

.shiny__btn::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny__btn 4s ease-in-out infinite; }

@-webkit-keyframes shiny__btn {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.3; }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1; }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0; } }
@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; } }
.header {
  background: #fff;
  position: relative; }
  .header .inner {
    position: relative;
    height: 65px;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    padding-top: 15px;
    z-index: 100; }
    .header .inner h1 {
      margin-top: -25px;
      z-index: -100;
      position: relative; }
  .header .logo {
    width: 40%; }
  .header .header_tel {
    position: absolute;
    right: 100px;
    top: 7px;
    width: 80px; }
  .header .header_btn {
    position: absolute;
    right: 10px;
    top: 7px;
    width: 80px; }

.page_index .fv {
  width: 100%; }
  .page_index .fv .inner {
    width: 100%;
    margin: 0 auto; }
    .page_index .fv .inner .fv_btn {
      width: 90%;
      margin: 20px auto; }
    .page_index .fv .inner h1 {
      margin-top: 0px;
      position: relative; }
      .page_index .fv .inner h1 .counter {
        position: absolute;
        content: "";
        width: 22%;
        height: 32px;
        background-image: url("img/counter.gif");
        background-size: 100%;
        top: 66%;
        left: 37%; }
      .page_index .fv .inner h1 .manen {
        position: absolute;
        content: "";
        width: 9%;
        height: 32px;
        top: 70%;
        left: 60%; }
      .page_index .fv .inner h1 .zeroen {
        position: absolute;
        content: "";
        width: 25%;
        top: 64%;
        left: 40%;
        display: none; }
.page_index .section01 .main_ttl {
  width: 90%;
  text-align: center;
  margin: 20px auto; }
.page_index .section01 .inner {
  width: 90%;
  margin: 0 auto 30px;
  text-align: center;
  padding-bottom: 20px; }
.page_index .cv {
  background-color: #fdfde2;
  padding: 60px 0 20px; }
  .page_index .cv .inner {
    width: 90%;
    margin: 0 auto; }
    .page_index .cv .inner .btn_area {
      margin: 15px auto 0; }
      .page_index .cv .inner .btn_area .cv_tel {
        margin-bottom: 15px; }
      .page_index .cv .inner .btn_area .cv_mail {
        margin-bottom: 15px; }
.page_index .first .inner .content {
  position: relative;
  width: 100%; }
  .page_index .first .inner .content .notification {
    position: absolute;
    text-align: center;
    width: 100%;
    top: -50px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
  .page_index .first .inner .content .cv_simulate {
    margin-top: 50px; }
    .page_index .first .inner .content .cv_simulate .txt {
      margin-top: 20px; }
      .page_index .first .inner .content .cv_simulate .txt span {
        color: #f02c12;
        font-weight: bold; }
.page_index .section02 .main_ttl {
  text-align: center;
  margin: 30px auto;
  width: 90%; }
  .page_index .section02 .main_ttl h2 {
    width: 80%;
    margin: 0 auto; }
.page_index .section02 .inner {
  text-align: center;
  margin: 0 auto 30px;
  width: 90%; }
.page_index .section03 {
  background-color: #f2fbf0;
  padding: 15px 0; }
  .page_index .section03 .main_ttl h2 {
    text-align: center;
    margin: 10px auto;
    width: 80%; }
  .page_index .section03 .main_ttl p {
    width: 90%;
    margin: 0 auto 30px;
    text-align: center; }
    .page_index .section03 .main_ttl p span {
      color: #f02c12;
      font-weight: bold;
      font-size: 14px; }
  .page_index .section03 .inner {
    width: 90%;
    margin: 0 auto; }
  .page_index .section03 .case {
    border-radius: 10px;
    background-color: #fff;
    padding: 20px; }
    .page_index .section03 .case .case_ttl {
      text-align: center;
      font-size: 20px;
      font-weight: bold; }
    .page_index .section03 .case .text_box {
      margin-top: 10px; }
      .page_index .section03 .case .text_box .txt {
        font-size: 16px; }
      .page_index .section03 .case .text_box .point_txt {
        width: 80%;
        margin: 15px auto 0;
        border-radius: 10px;
        padding: 10px 15px; }
        .page_index .section03 .case .text_box .point_txt .heading {
          text-align: center;
          color: #fff; }
        .page_index .section03 .case .text_box .point_txt p {
          text-align: left;
          color: #fff; }
  .page_index .section03 .case1 {
    margin-bottom: 20px;
    border: solid 1px #2a75a5; }
    .page_index .section03 .case1 .case_ttl {
      color: #2a75a5; }
    .page_index .section03 .case1 .point_txt {
      background-color: #2a75a5;
      color: #fff; }
  .page_index .section03 .case2 {
    margin-bottom: 20px;
    border: solid 1px #a5892a; }
    .page_index .section03 .case2 .case_ttl {
      color: #a5892a; }
    .page_index .section03 .case2 .point_txt {
      background-color: #a5892a;
      color: #fff; }
  .page_index .section03 .case3 {
    margin-bottom: 20px;
    border: solid 1px #a5442a; }
    .page_index .section03 .case3 .case_ttl {
      color: #a5442a; }
    .page_index .section03 .case3 .point_txt {
      background-color: #a5442a;
      color: #fff; }
.page_index .section04 {
  padding: 10px 0; }
  .page_index .section04 .main_ttl {
    width: 90%;
    text-align: center;
    margin: 20px auto; }
  .page_index .section04 .inner {
    width: 90%;
    text-align: center;
    margin: 0 auto; }
  .page_index .section04 .txt_bold {
    font-weight: bold; }
    .page_index .section04 .txt_bold .red {
      color: #f02c12;
      font-size: 18px; }
  .page_index .section04 .image {
    margin: 10px auto;
    text-align: center;
    width: 80%; }
.page_index .section05 {
  background-color: #f2fbf0;
  padding: 10px 0; }
  .page_index .section05 .main_ttl {
    width: 90%;
    margin: 20px auto;
    text-align: center; }
    .page_index .section05 .main_ttl h2 {
      width: 80%;
      margin: 0 auto 15px; }
  .page_index .section05 .inner .customer_review {
    width: 95%;
    margin: 0 auto; }
    .page_index .section05 .inner .customer_review .customer {
      background-color: #fff;
      padding: 15px 0;
      width: 100%;
      margin-bottom: 15px; }
      .page_index .section05 .inner .customer_review .customer .customer_ttl {
        width: 100%;
        text-align: center; }
      .page_index .section05 .inner .customer_review .customer .customer_img {
        text-align: center;
        margin: 15px; }
      .page_index .section05 .inner .customer_review .customer .customer_txt {
        width: 95%;
        border: solid 1px #3fa52a;
        border-radius: 10px;
        padding: 15px;
        text-align: left;
        line-height: 23px;
        margin: 0 auto; }
        .page_index .section05 .inner .customer_review .customer .customer_txt span {
          color: #f02c12;
          font-weight: bold; }
      .page_index .section05 .inner .customer_review .customer .notice {
        text-align: right;
        margin-top: 5px;
        font-size: 10px; }
.page_index .section06 h2 {
  width: 40%;
  text-align: center;
  margin: 15px auto 0; }
.page_index .section06 .question {
  padding: 20px 20px 20px 55px;
  background: url(img/q.png) no-repeat 10px 20px;
  background-size: 32px;
  font-size: 17px;
  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 20px 55px;
  background: url(img/a.png) no-repeat 10px 10px;
  background-size: 32px;
  font-size: 17px; }
.page_index .section06 ul li {
  border-bottom: 1px solid #c4c4c4; }

.cv_section {
  margin-top: 25px; }
  .cv_section h2 {
    width: 80%;
    text-align: center;
    margin: 0 auto 15px; }
  .cv_section .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;
    font-size: 12px; }
  .cv_section .formparts {
    display: none; }
  .cv_section .formparts-active {
    display: block !important; }
  .cv_section .wrap {
    background: #dbf3cb; }
    .cv_section .wrap .inner {
      width: 100%;
      margin: 0 auto;
      padding: 38px 10px 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 .read {
    margin-top: 10px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #dd1111; }
  .cv_section .form_section .f1_err_message, .cv_section .form_section .f2_err_message {
    font-size: 1em;
    color: #DD4311;
    background: #FFF6DA;
    font-weight: bold;
    padding: .5em;
    margin-top: 1em;
    display: none;
    text-align: center;
    border-radius: 5px; }
  .cv_section .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: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    color: #484848;
    font-weight: 700;
    padding: 14px 0;
    width: 85%;
    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; }
  .cv_section .progress {
    margin-top: 20px;
    margin-bottom: 20px;
    display: table;
    width: 100%; }
    .cv_section .progress .progressbar, .cv_section .progress .f2_progressbar {
      width: 84%;
      height: 20px;
      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;
      display: table-cell; }
      .cv_section .progress .progressbar span, .cv_section .progress .f2_progressbar span {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        background: #f18500;
        height: 30px;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        -o-border-radius: 50px;
        -ms-border-radius: 50px; }
    .cv_section .progress .progress_txt, .cv_section .progress .f2_progress_txt {
      padding-left: 10px;
      color: #f18500;
      font-weight: bold;
      font-size: 4vw; }
      .cv_section .progress .progress_txt span, .cv_section .progress .f2_progress_txt span {
        font-weight: bold;
        font-size: 5vw;
        display: inline-block;
        margin-right: 3px; }
  .cv_section .form_parts_wrap {
    position: relative;
    margin-top: 20px; }
    .cv_section .form_parts_wrap table {
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      overflow: hidden; }
    .cv_section .form_parts_wrap .image {
      display: none; }
    .cv_section .form_parts_wrap .text-tel {
      width: 80%; }
      @media only screen and (max-width: 768px) {
        .cv_section .form_parts_wrap .text-tel {
          width: 100%; } }
    .cv_section .form_parts_wrap .note {
      margin-top: 20px;
      color: #fff;
      text-align: center; }

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

.page_company {
  background-color: #f1f1f1;
  padding: 10px 0; }
  .page_company .container {
    width: 95%;
    margin: 30px auto;
    background-color: #fff;
    padding: 20px; }
  .page_company .content h2 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 15px; }
  .page_company .company_info table {
    border: solid 1px #b3b3b3;
    border-collapse: collapse; }
    .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;
      width: 30%; }

.page_privacy {
  background-color: #f1f1f1;
  padding: 10px 0; }
  .page_privacy .container {
    width: 95%;
    margin: 30px auto;
    background-color: #fff;
    padding: 20px; }
  .page_privacy .container2 {
    width: 95%;
    margin: 0px auto 30px;
    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: 20px; }
  .page_privacy .content h2 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px; }
  .page_privacy .content h3 {
    font-weight: bold;
    text-align: left;
    font-size: 16px; }
  .page_privacy .content .txt {
    text-align: left;
    font-size: 16px;
    margin-bottom: 30px; }
    .page_privacy .content .txt a {
      color: #179bee; }

.fixed_cta {
  position: fixed;
  width: 100%;
  height: 90px;
  left: 0;
  bottom: 0;
  z-index: 30;
  background: #fdfde5; }
  .fixed_cta .inner {
    position: relative;
    height: 100px;
    padding-top: 10px; }
    @media only screen and (max-width: 768px) {
      .fixed_cta .inner {
        width: 293px;
        margin: 0 auto; } }
  .fixed_cta .wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly; }
    .fixed_cta .wrap .btn {
      width: 45%; }
      .fixed_cta .wrap .btn .cta_btn a {
        line-height: 1.2;
        padding: 12px 0;
        text-align: center; }
        .fixed_cta .wrap .btn .cta_btn a img {
          width: 80%; }

footer {
  background: #fff; }
  footer .ft_menu {
    padding: 20px 0; }
  footer .ft_menu .ft_nav {
    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 {
    text-align: center;
    display: block; }
    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 95px;
    color: #fff;
    background-color: #484848; }
