@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: auto;
  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; }

@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: 50px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(35, 120, 173, 0.75);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none; }
  .page_top:hover {
    background: #2378ad;
    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: 53px;
      right: 10px;
      width: 40px;
      height: 40px;
      font-size: 22px; }
      .page_top::after {
        width: 10px;
        height: 10px;
        margin-top: -3px;
        margin-right: -5px; } }

.header {
  background: #fff;
  position: relative; }
  .header .inner {
    position: relative;
    height: 65px;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    padding-top: 18px;
    z-index: 100;
    border-bottom: 1px solid #ddd; }
    .header .inner h1 {
      margin-top: -25px;
      z-index: -100;
      position: inherit; }
  .header .logo {
    width: 48%;
    position: absolute;
    left: 5px;
    top: 18px; }
  .header .header_btn_tel {
    position: absolute;
    left: 29%;
    top: 15px;
    width: 33%; }
  .header .header_btn_web {
    position: absolute;
    right: 2%;
    top: 7px;
    width: 18%; }
  .header .header_btn_line {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 15%; }

.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: 0; }
.page_index .section_campaign {
  padding: 30px 0 0; }
  .page_index .section_campaign .inner {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    /*
    .codenum{
        p{
            &.cnttl{
                font-size: 5vw;
                font-weight: bold;
                margin-bottom: .25em;
            }
            &.cncode{
                font-size: 7vw;
                font-weight: bold;
                padding: .3em;
                border: 3px solid #078080;
                width: 70%;
                margin: 0 auto .5em;
            }
        }
    }//codenum
    */ }
    .page_index .section_campaign .inner p {
      margin-bottom: 2em; }
      .page_index .section_campaign .inner p.ttl {
        padding: 0 3em; }
      .page_index .section_campaign .inner p:nth-child(2) {
        margin-bottom: 0; }
.page_index .section01 {
  padding: 30px 0 0; }
  .page_index .section01 .inner {
    width: 90%;
    margin: 0 auto;
    text-align: center; }
    .page_index .section01 .inner p {
      margin-bottom: 2em; }
.page_index .cv {
  background-color: #ae7422;
  padding: 10px 0; }
  .page_index .cv h3 {
    font-size: 1.3em;
    text-align: center;
    font-weight: bold;
    color: #fff; }
    .page_index .cv h3 span {
      font-size: 1.5em; }
  .page_index .cv .inner {
    width: 94%;
    margin: 0 auto; }
    .page_index .cv .inner .btn_area {
      margin: 5px auto 0; }
      .page_index .cv .inner .btn_area .cv_tel {
        margin-bottom: 15px; }
      .page_index .cv .inner .btn_area .mailline_wrap {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center; }
        .page_index .cv .inner .btn_area .mailline_wrap .cv_mail {
          width: 96%; }
          .page_index .cv .inner .btn_area .mailline_wrap .cv_mail a {
            background: #000;
            display: inline-block;
            width: 100%;
            border-radius: 7px;
            padding: 1em 4em;
            background: #2378ad;
            border-bottom: 5px solid #144a6b; }
        .page_index .cv .inner .btn_area .mailline_wrap .cv_line {
          width: 48%;
          display: none; }
.page_index .section02 {
  background: #fff;
  padding: 10px; }
  .page_index .section02 .main_ttl {
    text-align: center;
    margin: 30px auto;
    width: 60%; }
    .page_index .section02 .main_ttl p {
      padding-top: 1em;
      font-size: .9em;
      color: #555; }
  .page_index .section02 .inner {
    text-align: center;
    width: 100%;
    margin: 0 auto; }
    .page_index .section02 .inner .flow {
      width: 100%;
      margin: 0 auto;
      padding-left: 20%;
      background: transparent url("img/section02_step.png") 0 0 no-repeat;
      background-size: 18%; }
      .page_index .section02 .inner .flow ul li {
        height: 148px;
        padding-left: 90px;
        text-align: left; }
        .page_index .section02 .inner .flow ul li:nth-child(1) {
          background: url("img/section02_ico1.png") 10px 5px no-repeat;
          background-size: 25%; }
        .page_index .section02 .inner .flow ul li:nth-child(2) {
          background: url("img/section02_ico2.png") 0px 5px no-repeat;
          background-size: 25%; }
        .page_index .section02 .inner .flow ul li:nth-child(3) {
          background: url("img/section02_ico3.png") 0px 5px no-repeat;
          background-size: 25%; }
        .page_index .section02 .inner .flow ul li:nth-child(4) {
          background: url("img/section02_ico4.png") 0px 5px no-repeat;
          background-size: 25%; }
        .page_index .section02 .inner .flow ul li h3 {
          color: #2378ad;
          font-size: 1.4em;
          font-weight: bold; }
        .page_index .section02 .inner .flow ul li p {
          line-height: 1.5; }
          .page_index .section02 .inner .flow ul li p span {
            color: #ae7422; }
.page_index .section03 {
  padding: 0; }
  .page_index .section03 .inner {
    width: 100%;
    margin: 0 auto;
    background: #edf6fb;
    border-radius: 10px;
    padding: 40px 0; }
    .page_index .section03 .inner .sec3ttl {
      text-align: center;
      margin-bottom: 1em; }
      .page_index .section03 .inner .sec3ttl p {
        font-size: 1.5em;
        font-weight: bold; }
      .page_index .section03 .inner .sec3ttl h2 {
        font-size: 2em;
        color: #2378ad;
        font-weight: bold; }
    .page_index .section03 .inner .sec3content {
      text-align: center; }
      .page_index .section03 .inner .sec3content p {
        margin: 1em; }
        .page_index .section03 .inner .sec3content p.remark {
          font-size: .7em;
          text-align: left;
          width: 93%;
          margin: 0 auto; }
.page_index .section04 {
  background: transparent url("img/section04_bg.png") 0 0 no-repeat;
  padding: 10px 0; }
  .page_index .section04 .main_ttl {
    width: 90%;
    text-align: center;
    margin: 20px auto; }
    .page_index .section04 .main_ttl h2 {
      text-align: center; }
      .page_index .section04 .main_ttl h2 img {
        width: 70%; }
  .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: #f8f5f2;
  padding: 10px 0; }
  .page_index .section05 .main_ttl {
    width: 90%;
    margin: 20px auto;
    text-align: center; }
    .page_index .section05 .main_ttl h2 {
      width: 50%;
      margin: 0 auto 15px; }
    .page_index .section05 .main_ttl p {
      text-align: center;
      color: #555;
      font-size: .6em; }
  .page_index .section05 .inner .customer_review {
    width: 95%;
    margin: 0 auto; }
    .page_index .section05 .inner .customer_review .customer {
      background-color: #fff;
      border: 2px solid #2378ad;
      border-radius: 7px;
      padding: 25px 0 15px;
      width: 100%;
      margin-bottom: 15px; }
      .page_index .section05 .inner .customer_review .customer .customer_ttl {
        width: 55%;
        text-align: center;
        margin: 0 auto;
        display: none; }
      .page_index .section05 .inner .customer_review .customer .customer_img {
        text-align: center;
        margin: 0 auto 15px; }
        .page_index .section05 .inner .customer_review .customer .customer_img img {
          width: 90%; }
      .page_index .section05 .inner .customer_review .customer .customer_txt {
        width: 90%;
        border-radius: 10px;
        padding: 10px;
        text-align: left;
        line-height: 23px;
        margin: 0 auto;
        background: #fff;
        border: 1px solid #ddd; }
        .page_index .section05 .inner .customer_review .customer .customer_txt span {
          color: #f02c12; }
      .page_index .section05 .inner .customer_review .customer .notice {
        margin-top: 5px;
        font-size: 10px;
        line-height: 1.4;
        color: #888; }
.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: 10px;
    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; }

.section07 {
  background: #2378ad;
  background-size: contain;
  padding: 20px 10px 20px;
  position: relative; }
  .section07 .notice {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #5b5b5b;
    text-align: center;
    padding: .5em 1em .7em; }
  .section07 h2 {
    width: 80%;
    text-align: center;
    margin: 0 auto 15px; }
  .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;
    font-size: 12px; }
  .section07 .inner_wrap {
    background: #fff;
    box-sizing: border-box;
    padding: 20px 0 1px;
    border-radius: 5px; }
    .section07 .inner_wrap img {
      width: 90%;
      display: block;
      margin: 0 auto 20px; }
  .section07 .formparts {
    display: none; }
  .section07 .formparts-active {
    display: block !important; }
  .section07 .form_section button {
    display: block;
    border: none;
    border-bottom: 5px solid #144a6b;
    border-radius: 32px;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    -o-border-radius: 32px;
    -ms-border-radius: 32px;
    background: #2378ad;
    color: #fff;
    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; }
  .section07 .form_section table tr th {
    padding: 6px;
    border-bottom: none; }
  .section07 .form_section table tr td {
    padding: 6px;
    border-bottom: none; }
    .section07 .form_section table tr td input, .section07 .form_section table tr td select, .section07 .form_section table tr td textarea {
      width: 100%;
      padding: .75em; }
    .section07 .form_section table tr td textarea {
      height: 150px; }
    .section07 .form_section table tr td input[type="checkbox"] {
      width: auto;
      padding: .1em; }
    .section07 .form_section table tr td .error {
      color: #d00;
      font-size: 1em; }
    .section07 .form_section table tr td.agreeCheck {
      text-align: center;
      padding-bottom: 3em; }
      .section07 .form_section table tr td.agreeCheck label {
        cursor: pointer;
        position: relative; }
        .section07 .form_section table tr td.agreeCheck label input.error {
          display: inline; }
        .section07 .form_section table tr td.agreeCheck label label.error {
          padding: 0;
          display: inline;
          position: absolute;
          width: 280px;
          top: 2em;
          left: 0%;
          margin-left: -37px;
          width: 300px; }
  .section07 .form_section .table_middle {
    background: #fff;
    padding: 1em; }
  .section07 .progress {
    margin: 0 auto;
    width: 80%;
    align-items: center; }
    .section07 .progress .progressbar {
      width: 80%;
      height: 8px;
      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; }
      .section07 .progress .progressbar span {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        background: #f59d11;
        height: 8px;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        -o-border-radius: 50px;
        -ms-border-radius: 50px; }
    .section07 .progress .progress_txt {
      width: 20%;
      padding-left: 10px;
      color: #f59d11;
      font-weight: bold; }
      .section07 .progress .progress_txt span {
        font-weight: bold;
        display: inline-block;
        margin-right: 3px; }
  .section07 .form_parts_wrap {
    position: relative;
    margin-top: 20px; }
    .section07 .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; }
    .section07 .form_parts_wrap .image {
      display: none; }
    .section07 .form_parts_wrap .text-tel {
      width: auto; }
    .section07 .form_parts_wrap .note {
      margin-top: 20px;
      color: #fff;
      text-align: center; }
  .section07 .reply_wrap {
    background: #f7f7f7;
    text-align: center;
    font-size: 20px;
    margin-top: 30px;
    padding: .75em;
    border: 3px solid #31aa4d; }
    .section07 .reply_wrap p {
      margin-top: 0;
      margin-bottom: 1em;
      font-size: .8em;
      color: #31aa4d; }
    .section07 .reply_wrap span {
      color: #f45d48; }

.section12 {
  padding: 1em 0;
  background: #edfbfb; }
  .section12 .main_ttl {
    padding: 1em 1.5em 2em; }
  .section12 .inner {
    margin: 0 .75em;
    padding: 1em;
    box-shadow: 0 1px 3px #ccc;
    border-radius: 7px;
    background: #fff; }
    .section12 .inner .flow_info li h3 {
      color: #222;
      width: 100%;
      text-align: left;
      padding: 1em 1em 1em 4em;
      font-weight: bold;
      margin-bottom: 20px;
      margin-top: 20px;
      border-radius: 10px;
      position: relative;
      font-size: 5vw; }
      .section12 .inner .flow_info li h3::before {
        position: absolute;
        padding: 1em;
        font-weight: bold;
        color: #2378ad;
        left: 0;
        top: 0;
        border: 1px solid #2378ad;
        background: #fff; }
    .section12 .inner .flow_info li:nth-child(1) h3::before {
      content: "1"; }
    .section12 .inner .flow_info li:nth-child(2) h3::before {
      content: "2"; }
    .section12 .inner .flow_info li:nth-child(3) h3::before {
      content: "3"; }
    .section12 .inner .flow_info li:nth-child(4) h3::before {
      content: "4"; }
    .section12 .inner .flow_info li p {
      color: #666;
      font-weight: normal;
      line-height: 1.8;
      text-align: left; }

/*
.section11{
    padding:1em 0;
    background: #edfbfb;
    .main_ttl{
        padding:1em 1.5em 2em;
		text-align: center;
    }
    .inner{
        margin:0 .75em;
        padding:1em;
        box-shadow:0 1px 3px #ccc;
        border-radius:7px;
        background: #fff;
	    .pricing_info {
	    	h3 {
	    		color: #fff;
	    		background-color: #247879;
	    		width: 100%;
	    		text-align: center;
	    		padding:5px 10px 7px;
	    		font-weight: bold;
	    		border-radius: 0;
	    	    font-size: 17px;
                margin-top:20px;
	    	}
	    	table {
	    		border: solid 1px #b3b3b3;
	    		border-collapse: collapse;
	    		width: 100%;
	    		margin: 15px auto 5px;
	    		td {
	    			border: solid 1px #b3b3b3;
	    			padding: 5px;
	    		}
	    		th {
	    			border: solid 1px #b3b3b3;
	    			background-color: #f0f0f0;
	    			padding: 5px;
	    			font-weight: bold;
	    		}
	    	}
            .bunkatsu{
                text-align: right;
            }
	    }
    }
}
*/
.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;
    font-family: serif;
    color: #247879; }
  .page_pricing .pricing_info h3 {
    color: #fff;
    background-color: #247879;
    width: 100%;
    text-align: center;
    padding: 5px 10px 7px;
    font-weight: bold;
    border-radius: 0;
    font-size: 17px;
    margin-top: 20px; }
  .page_pricing .pricing_info table {
    border: solid 1px #b3b3b3;
    border-collapse: collapse;
    width: 100%;
    margin: 15px auto 5px; }
    .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;
    color: #2378ad; }
  .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: #2378ad;
      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: #2378ad;
      padding: 15px 0;
      color: #fff; }
    .page_privacy .container2 .inner {
      padding: 20px; }
  .page_privacy .content h2 {
    text-align: center;
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 10px;
    color: #2378ad; }
  .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; }

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 .guide_comment {
    background: rgba(32, 147, 147, 0.9);
    text-align: center;
    color: #fff;
    font-size: .75em;
    font-weight: normal;
    padding: .3em 0; }
  footer .copyright {
    text-align: center;
    padding: 5px 0;
    color: #fff;
    background-color: #332d24; }

.fixed_footer_nav {
  position: fixed;
  width: 100%;
  background: rgba(174, 116, 34, 0.9);
  z-index: 100;
  left: 0;
  bottom: 0;
  padding: 10px 20px; }

@media only screen and (min-width: 769px) {
  .fixed_footer_nav {
    display: none !important; } }
.fixed_footer_nav .flex {
  justify-content: center;
  text-align: center; }

.fixed_footer_nav .flex .item:nth-child(1) {
  width: 90%;
  padding-right: 15px; }
  .fixed_footer_nav .flex .item:nth-child(1) a {
    display: inline-block;
    background: #2378ad;
    padding: .6em 3em;
    border-radius: 7px;
    border-bottom: 5px solid #144a6b; }

.fixed_footer_nav .flex .item:nth-child(2) {
  width: 40%;
  padding-left: 15px; }

.fixed_footer_nav .flex .item:nth-child(3) {
  width: 30%;
  padding-left: 5px; }
