@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: 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: 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: 150px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(246, 125, 109, 0.75);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none; }
  .page_top:hover {
    background: #f67d6d;
    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: 14px; }
    .header .inner .header_tel {
      position: absolute;
      top: 13px;
      right: 405px; }
    .header .inner .header_btn {
      position: absolute;
      top: 10px;
      right: 220px; }
    .header .inner .header_line {
      position: absolute;
      top: 10px;
      right: 40px; }

.page_index {
    /*
	.section11 {
        padding:20px 0 50px;
        background: #edfbfb;
		.main_ttl {
			width: 800px;
			text-align: center;
			margin: 0 auto;
            padding:30px 0;
		}
		.inner {
			width: 800px;
			text-align: center;
			margin: 0 auto;
            padding:30px;
            box-shadow:0 0 3px #ccc;
            background: #fff;
	        .pricing_info {
	        	h3 {
	        		color: #fff;
	        		background-color: #247879;
	        		width: 100%;
	        		text-align: center;
	        		padding: 10px;
	        		font-weight: bold;
	        		margin-bottom: 20px;
	        		margin-top: 20px;
	        		border-radius: 10px;
	        	}
	        	table {
	        		border: solid 1px #b3b3b3;
	        		border-collapse: collapse;
	        		width: 100%;
	        		margin-bottom: 5px;
	        		td {
	        			border: solid 1px #b3b3b3;
	        			padding: 10px
	        		}
	        		th {
	        			border: solid 1px #b3b3b3;
	        			background-color: #f0f0f0;
	        			padding: 10px;
	        			font-weight: bold;
	        		}
	        	}
                .bunkatsu{
                    text-align: right;
                }
	        }

        }
    }
    */ }
  .page_index .fv {
    width: 100%;
    height: 552px;
    background-image: url("img/fv_bg.png");
    background-size: cover;
    background-position: center bottom; }
    .page_index .fv .inner {
      width: 760px;
      margin: 0 auto;
      position: relative;
      padding-top: 15px; }
      .page_index .fv .inner h1 {
        width: 640px;
        height: 521px;
        margin: 0 auto;
        padding-top: 30px; }
      .page_index .fv .inner .fv_btn {
        position: absolute;
        left: 20px;
        top: 240px;
        display: none; }
      .page_index .fv .inner .important {
        position: absolute;
        right: -110px;
        bottom: -390px;
        color: #888;
        line-height: 1.4;
        text-align: right;
        font-size: .65em;
        display: none; }
  .page_index .speed {
    width: 100%; }
    .page_index .speed .inner {
      width: 600px;
      margin: 0 auto; }
      .page_index .speed .inner img {
        width: 100%; }
  .page_index .section_campaign {
    width: 100%; }
    .page_index .section_campaign .main_ttl {
      width: 100%;
      text-align: center;
      margin: 0 auto;
      padding: 10px; }
      .page_index .section_campaign .main_ttl h2 {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        padding: 30px 0 20px; }
    .page_index .section_campaign .inner {
      width: 900px;
      margin: 0 auto;
      text-align: center; }
      .page_index .section_campaign .inner p {
        margin-bottom: 2em; }
      .page_index .section_campaign .inner .codenum {
        padding-bottom: 2em; }
        .page_index .section_campaign .inner .codenum p.cnttl {
          font-size: 1.5em;
          font-weight: bold;
          margin-bottom: .25em; }
        .page_index .section_campaign .inner .codenum p.cncode {
          font-size: 2.5em;
          font-weight: bold;
          padding: .3em;
          border: 5px solid #078080;
          width: 50%;
          margin: 0 auto .5em; }
  .page_index .section01 {
    width: 100%; }
    .page_index .section01 .main_ttl {
      width: 100%;
      text-align: center;
      margin: 0 auto;
      padding: 10px;
      display: none; }
      .page_index .section01 .main_ttl h2 {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        padding: 10px 0 20px; }
    .page_index .section01 .inner {
      width: 900px;
      margin: 0 auto;
      text-align: center; }
      .page_index .section01 .inner p {
        margin-bottom: 2em; }
  .page_index .cv {
    background-color: #afe5e5;
    padding: 10px 0 15px; }
    .page_index .cv h3 {
      font-size: 1.3em;
      text-align: center;
      font-weight: bold;
      padding-bottom: .5em; }
      .page_index .cv h3 span {
        font-size: 1.2em; }
    .page_index .cv .inner {
      width: 900px;
      margin: 0 auto; }
      .page_index .cv .inner .btn_area {
        display: flex;
        justify-content: center;
        padding-bottom: 10px; }
        .page_index .cv .inner .btn_area .cv_mail {
          padding-left: 10px; }
        .page_index .cv .inner .btn_area .cv_line {
          padding-left: 10px; }
      .page_index .cv .inner .cnremarks {
        text-align: center; }
        .page_index .cv .inner .cnremarks span {
          color: #d00; }
  .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: #fff;
    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 .section02 .inner .flow {
        width: 600px;
        margin: 0 auto;
        padding-left: 90px;
        background: transparent url("img/section02_step.png") 0 0 no-repeat; }
        .page_index .section02 .inner .flow ul li {
          height: 150px;
          padding-left: 120px;
          text-align: left; }
          .page_index .section02 .inner .flow ul li:nth-child(1) {
            background: url("img/section02_ico1.png") 10px 5px no-repeat; }
          .page_index .section02 .inner .flow ul li:nth-child(2) {
            background: url("img/section02_ico2.png") 0px 5px no-repeat; }
          .page_index .section02 .inner .flow ul li:nth-child(3) {
            background: url("img/section02_ico3.png") 0px 5px no-repeat; }
          .page_index .section02 .inner .flow ul li:nth-child(4) {
            background: url("img/section02_ico4.png") 0px 5px no-repeat; }
          .page_index .section02 .inner .flow ul li h3 {
            color: #078080;
            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: #f45d48; }
  .page_index .section03 {
    padding: 0 0 50px; }
    .page_index .section03 .inner {
      width: 570px;
      margin: 0 auto;
      background: #f8f5f2;
      border-radius: 10px;
      padding: 40px 0; }
      .page_index .section03 .inner .sec3ttl {
        text-align: center; }
        .page_index .section03 .inner .sec3ttl p {
          font-size: 1.5em;
          font-weight: bold; }
        .page_index .section03 .inner .sec3ttl h2 {
          font-size: 1.9em;
          color: #078080;
          font-weight: bold; }
      .page_index .section03 .inner .sec3content {
        text-align: center; }
        .page_index .section03 .inner .sec3content p {
          margin-bottom: 1em; }
          .page_index .section03 .inner .sec3content p.remark {
            font-size: .7em;
            text-align: left;
            width: 340px;
            margin: 0 auto; }
  .page_index .section04 {
    background: transparent url("img/section04_bg.png") 0 0 repeat;
    padding: 50px 0; }
    .page_index .section04 .main_ttl h2 {
      text-align: center;
      margin: 0 auto;
      margin-bottom: 2em; }
    .page_index .section04 .inner {
      width: 800px;
      margin: 0 auto;
      text-align: center; }
  .page_index .section05 {
    background-color: #f8f5f2;
    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;
        display: none; }
    .page_index .section05 .inner .customer_review {
      width: 1000px;
      margin: 0 auto; }
      .page_index .section05 .inner .customer_review .customer {
        background-color: #fff;
        padding: 20px;
        width: 100%;
        margin-bottom: 40px;
        position: relative;
        border: 2px solid #078080;
        border-radius: 25px; }
        .page_index .section05 .inner .customer_review .customer .icottl_wrap {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          justify-content: space-between; }
          .page_index .section05 .inner .customer_review .customer .icottl_wrap .customer_ico {
            width: 20%;
            text-align: center;
            padding: 10px; }
          .page_index .section05 .inner .customer_review .customer .icottl_wrap .customer_ttl {
            color: #222;
            width: 80%;
            text-align: left;
            background-color: #fff;
            padding: 10px;
            font-weight: bold;
            font-size: 20px;
            line-height: 1.4;
            position: relative;
            font-size: 1.8em; }
            .page_index .section05 .inner .customer_review .customer .icottl_wrap .customer_ttl p {
              font-weight: normal;
              font-size: .75em;
              display: none; }
            .page_index .section05 .inner .customer_review .customer .icottl_wrap .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;
              display: none; }
            .page_index .section05 .inner .customer_review .customer .icottl_wrap .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;
              display: none; }
        .page_index .section05 .inner .customer_review .customer .imgtxt_wrap {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          justify-content: center; }
          .page_index .section05 .inner .customer_review .customer .imgtxt_wrap .customer_img {
            text-align: right;
            padding: 30px 0 0;
            width: 200px; }
          .page_index .section05 .inner .customer_review .customer .imgtxt_wrap .customer_txt {
            width: 100%;
            border-radius: 10px;
            padding: 30px 30px 20px;
            text-align: left;
            line-height: 1.6;
            color: #444; }
            .page_index .section05 .inner .customer_review .customer .imgtxt_wrap .customer_txt p {
              font-size: 10px;
              line-height: 1.5;
              color: #888;
              text-align: right;
              padding-top: 1em; }
            .page_index .section05 .inner .customer_review .customer .imgtxt_wrap .customer_txt span {
              color: #f02c12; }
  .page_index .section06 {
    background: #fff url("img/section06_bg.png") 0 0 repeat; }
    .page_index .section06 .inner {
      width: 1000px;
      margin: 0 auto;
      padding: 60px 30px; }
      .page_index .section06 .inner h2 {
        text-align: center;
        margin-bottom: 3em; }
      .page_index .section06 .inner ul li {
        margin-bottom: 1em;
        border: 2px solid #232323;
        border-radius: 10px;
        background: #fff; }
    .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/section06_ico.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        right: 20px;
        top: 0;
        pointer-events: none; }
      .page_index .section06 .question.active::after {
        background-image: url("img/section06_ico_active.png"); }
    .page_index .section06 .answer {
      padding: 8px 30px 30px 90px;
      background: url("img/a.png") no-repeat 20px top;
      background-size: 42px;
      font-size: 19px; }
  .page_index .section07 {
    background: #078080;
    background-size: cover;
    padding: 80px 0 75px; }
    .page_index .section07 .main_ttl {
      width: 600px;
      margin: 0px auto 30px;
      text-align: center; }
      .page_index .section07 .main_ttl h2 {
        margin-bottom: 20px; }
    .page_index .section07 .inner_wrap {
      padding: 50px 30px 30px;
      background: #fff;
      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: 400px;
            height: 60px;
            text-align: center;
            position: absolute;
            top: -120px;
            left: 50%;
            margin-left: calc(-400px/2);
            content: "問合せフォーム";
            color: #fff;
            font-size: 1.75em; }
        .page_index .section07 .inner_wrap .inner .form_section table {
          border: none;
          margin: 10px auto 0; }
          .page_index .section07 .inner_wrap .inner .form_section table th {
            background: #fff;
            border: none;
            width: 30%; }
          .page_index .section07 .inner_wrap .inner .form_section table td {
            background: #fff;
            border: none;
            padding: 10px; }
            .page_index .section07 .inner_wrap .inner .form_section table td input[type="number"] {
              padding: .75em;
              border: 1px solid #ddd;
              border-radius: 3px; }
            .page_index .section07 .inner_wrap .inner .form_section table td input.address {
              width: 85%; }
            .page_index .section07 .inner_wrap .inner .form_section table td select {
              width: 260px; }
            .page_index .section07 .inner_wrap .inner .form_section table td textarea {
              width: 100%; }
            .page_index .section07 .inner_wrap .inner .form_section table td .error {
              color: #d00;
              display: block;
              font-size: .8em;
              padding-top: .75em; }
            .page_index .section07 .inner_wrap .inner .form_section table td.guide {
              text-align: center; }
              .page_index .section07 .inner_wrap .inner .form_section table td.guide a {
                color: #08b4e5; }
            .page_index .section07 .inner_wrap .inner .form_section table td.agreeCheck {
              text-align: center;
              padding-bottom: 2em; }
              .page_index .section07 .inner_wrap .inner .form_section table td.agreeCheck label {
                cursor: pointer;
                position: relative; }
                .page_index .section07 .inner_wrap .inner .form_section table td.agreeCheck label input.error {
                  display: inline; }
                .page_index .section07 .inner_wrap .inner .form_section table td.agreeCheck label label.error {
                  padding: 0;
                  display: inline;
                  position: absolute;
                  top: 2em;
                  left: 50%;
                  margin-left: -128px; }
      .page_index .section07 .inner_wrap .reply_wrap {
        background: #f7f7f7;
        text-align: center;
        font-size: 20px;
        margin-top: 30px;
        padding: .75em;
        border: 3px solid #31aa4d; }
        .page_index .section07 .inner_wrap .reply_wrap p {
          margin-top: 0;
          margin-bottom: 1em;
          font-size: .8em;
          color: #31aa4d; }
        .page_index .section07 .inner_wrap .reply_wrap span {
          color: #f45d48; }
    .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 #b14536;
      text-shadow: 0 0 3px #b14536;
      border-radius: 32px;
      -moz-border-radius: 32px;
      -webkit-border-radius: 32px;
      -o-border-radius: 32px;
      -ms-border-radius: 32px;
      background: #f45d48;
      color: #fff;
      font-weight: 700;
      padding: 10px 0;
      width: 380px;
      text-align: center;
      font-size: 25px;
      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: #247879;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 10px; }
  .page_pricing .pricing_info table {
    border: solid 1px #b3b3b3;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 5px; }
    .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: 25px;
    margin-bottom: 25px;
    color: #247879; }
  .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 td .itemS {
        margin-bottom: 5px; }
        .page_company .company_info table td .itemS .labelS {
          display: inline-block;
          width: 150px; }
        .page_company .company_info table td .itemS .valueS {
          display: inline-block;
          width: 200px; }
    .page_company .company_info table th {
      border: solid 1px #b3b3b3;
      background-color: #247879;
      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: #247879;
      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: 350px;
    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 132px;
    color: #fff;
    background-color: #f45d48; }

.fixed_footer_nav {
  position: fixed;
  width: 100%;
  background: rgba(175, 229, 229, 0.9);
  z-index: 100;
  left: 0;
  bottom: 0;
  padding: 5px 20px 10px; }
  .fixed_footer_nav h3 {
    font-size: 1.3em;
    font-weight: bold;
    text-align: center; }
    .fixed_footer_nav h3 span {
      font-size: 1.2em; }

  /*@media only screen and (min-width: 769px) {
    .fixed_footer_nav {
      display: none !important; } }
*/
.fixed_footer_nav .finner {
  margin: 0 auto;
  width: 950px; }

.fixed_footer_nav .flex {
  width: 600px;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 auto; }

.fixed_footer_nav .flex .item:nth-child(1) {
  margin: 0 auto;
  width: 50%; }

.fixed_footer_nav .flex .item:nth-child(2) {
  margin: 0 auto;
  width: 50%; }

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

.fixed_footer_nav .cnremarks {
  font-size: .9em;
  text-align: center;
  padding-top: .5em; }
