@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&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; } }
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0; }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0; } }
@keyframes animationgreen {
  0% {
    box-shadow: 0 5px 0 #6e9623;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #6e9623;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #6e9623;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #6e9623;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #6e9623;
    top: 0px; } }
@media only screen and (max-width: 768px) {
  @keyframes animationgreen {
    0% {
      box-shadow: 0 4px 0 #6e9623;
      top: 0px; }
    10% {
      box-shadow: 0 0 0 #6e9623;
      top: 6px; }
    20% {
      box-shadow: 0 4px 0 #6e9623;
      top: 0px; }
    30% {
      box-shadow: 0 0 0 #6e9623;
      top: 6px; }
    40% {
      box-shadow: 0 4px 0 #6e9623;
      top: 0px; } } }
@keyframes animationorange {
  0% {
    box-shadow: 0 5px 0 #be5007;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #be5007;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #be5007;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #be5007;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #be5007;
    top: 0px; } }
@media only screen and (max-width: 768px) {
  @keyframes animationorange {
    0% {
      box-shadow: 0 4px 0 #be5007;
      top: 0px; }
    10% {
      box-shadow: 0 0 0 #be5007;
      top: 6px; }
    20% {
      box-shadow: 0 4px 0 #be5007;
      top: 0px; }
    30% {
      box-shadow: 0 0 0 #be5007;
      top: 6px; }
    40% {
      box-shadow: 0 4px 0 #be5007;
      top: 0px; } } }
.cta_btn {
  position: relative;
  -webkit-box-shadow: 0 5px 0 #6e9623;
  -moz-box-shadow: 0 5px 0 #6e9623;
  box-shadow: 0 5px 0 #6e9623;
  background: #8abb2c;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }
  @media only screen and (min-width: 769px) {
    .cta_btn {
      -webkit-box-shadow: 0 4px 0 #6e9623;
      -moz-box-shadow: 0 4px 0 #6e9623;
      box-shadow: 0 4px 0 #6e9623; }
      .cta_btn:hover {
        filter: alpha(opacity=75);
        -moz-opacity: 0.75;
        opacity: 0.75; } }
  .cta_btn.shiny {
    overflow: hidden; }
    .cta_btn.shiny::after {
      content: '';
      position: absolute;
      top: -100px;
      left: -100px;
      width: 50px;
      height: 50px;
      background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
      animation-name: shiny;
      animation-duration: 4s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      pointer-events: none;
      z-index: 10; }
  .cta_btn a {
    display: block;
    text-align: center; }
  .cta_btn.animation {
    animation: animationgreen 2s infinite; }
  .cta_btn.orange {
    background: #f26609;
    -webkit-box-shadow: 0 5px 0 #be5007;
    -moz-box-shadow: 0 5px 0 #be5007;
    box-shadow: 0 5px 0 #be5007; }
    @media only screen and (max-width: 768px) {
      .cta_btn.orange {
        -webkit-box-shadow: 0 4px 0 #be5007;
        -moz-box-shadow: 0 4px 0 #be5007;
        box-shadow: 0 4px 0 #be5007; } }
    .cta_btn.orange.animation {
      animation: animationorange 2s infinite; }

.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;
  background: #fefef4;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
.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: none;
  border-bottom: 5px solid #6e9623;
  background: #8abb2c;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  color: #fff;
  width: 450px;
  padding: 20px 0;
  text-align: center;
  font-size: 23px;
  font-size: 2.3rem;
  margin: 40px auto 0;
  font-weight: 700;
  -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: 100%;
      padding: 17px 0;
      font-size: 24px;
      font-size: 2.4rem; } }
.form_section .checkbox input,
.form_section .radio input {
  display: none; }
.form_section .checkbox,
.form_section .radio {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  margin-top: 40px;
  padding-bottom: 5px; }
  @media only screen and (max-width: 768px) {
    .form_section .checkbox,
    .form_section .radio {
      margin-top: 20px;
      padding-right: 4px;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between; } }
  .form_section .checkbox li,
  .form_section .radio li {
    width: 280px;
    margin-top: 20px;
    margin-left: 20px; }
    @media only screen and (max-width: 768px) {
      .form_section .checkbox li,
      .form_section .radio li {
        width: 48.7%;
        margin: 10px 0 0; } }
    .form_section .checkbox li:nth-child(1), .form_section .checkbox li:nth-child(2),
    .form_section .radio li:nth-child(1),
    .form_section .radio li:nth-child(2) {
      margin-top: 0; }
    .form_section .checkbox li:nth-child(odd),
    .form_section .radio li:nth-child(odd) {
      margin-left: 0; }
  .form_section .checkbox .parts,
  .form_section .radio .parts {
    position: relative;
    border: 2px solid #66a3da;
    display: block;
    padding: 15px 0;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    color: #66a3da;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    background: #fff;
    cursor: pointer;
    z-index: 2; }
    @media only screen and (max-width: 768px) {
      .form_section .checkbox .parts,
      .form_section .radio .parts {
        border-width: 1px;
        font-size: 3.5vw;
        padding: 12px 0; } }
.form_section label {
  display: block;
  position: relative; }
  .form_section label::before {
    content: "";
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    position: absolute;
    z-index: -1;
    top: 4px;
    left: 4px;
    /*影の形状*/
    width: 100%;
    height: 100%;
    background-color: #66a3da; }
    @media only screen and (max-width: 768px) {
      .form_section label::before {
        top: 3px;
        left: 3px; } }
.form_section .checkbox .parts::before {
  width: 15px;
  height: 15px;
  border-radius: 4px; }
.form_section .radio label:hover .parts,
.form_section .radio input:checked + .parts {
  background: #66a3da;
  border-color: transparent;
  color: #fff;
  transform: translate(4px, 4px); }
.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: #878787; }
.form_section ::-moz-placeholder {
  color: #878787; }
.form_section :-moz-placeholder {
  color: #878787; }
.form_section :-ms-input-placeholder {
  color: #878787; }

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

body {
  background: #fff;
  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 {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(102, 163, 218, 0.75);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s;
  border: 1px solid #fff; }
  .page_top:hover {
    background: #66a3da;
    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 {
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0 2px 3px #e6e6e6;
  -moz-box-shadow: 0 2px 3px #e6e6e6;
  box-shadow: 0 2px 3px #e6e6e6; }
  .header .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 10px 0; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .header .inner {
        padding-left: 4%;
        padding-right: 4%;
        padding-top: 1.34%;
        padding-bottom: 1.34%;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .header .inner {
      padding-left: 15px; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .header .inner {
      padding-right: 15px; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .header .inner {
      padding-top: 5px; } }
    @media only screen and (max-width: 768px) {
        .header .inner .logo {
          width: 52.17%; }
        .header .inner .header_btn {
          width: 42.75%;
          padding-bottom: 5px; }
          .header .inner .header_btn ul {
            -webkit-display: flex;
            -moz-display: flex;
            -ms-display: flex;
            -o-display: flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            -o-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-justify-content: space-between;
            -moz-justify-content: space-between;
            -ms-justify-content: space-between;
            -o-justify-content: space-between;
            justify-content: space-between; }
            .header .inner .header_btn ul li {
              width: 48%; } }
  .header .header_tel {
    position: absolute;
    right: 0;
    top: 10px; }

.index .fv {
  background-image: url("img/fv_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media only screen and (max-width: 768px) {
    .index .fv {
      background: none; } }
  .index .fv .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 400px; }
    @media only screen and (max-width: 768px) {
      .index .fv .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .index .fv .inner {
        height: auto; } }
  .index .fv .fv_txt {
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 0; }
    @media only screen and (max-width: 768px) {
      .index .fv .fv_txt {
        position: static; } }
.index .cta {
  background: #badcfb; }
  .index .cta .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 25px 0; }
    @media only screen and (max-width: 768px) {
      .index .cta .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .index .cta .inner {
        padding: 20px 0; } }
  .index .cta .cta_lead {
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700; }
    @media only screen and (max-width: 768px) {
      .index .cta .cta_lead {
        font-size: 3.6vw; } }
  .index .cta .items {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    margin-top: 15px; }
    @media only screen and (max-width: 768px) {
      .index .cta .items {
        display: block;
        margin-top: 10px;
        padding: 0 30px; } }
    .index .cta .items .item {
      width: 360px; }
      @media only screen and (max-width: 768px) {
        .index .cta .items .item {
          width: 100%; } }
      .index .cta .items .item:nth-child(2) {
        margin-left: 20px; }
        @media only screen and (max-width: 768px) {
          .index .cta .items .item:nth-child(2) {
            margin: 15px 0 0; } }
  @media only screen and (max-width: 768px) {
    .index .cta .cta_btn {
      border-radius: 100px;
      -moz-border-radius: 100px;
      -webkit-border-radius: 100px;
      -o-border-radius: 100px;
      -ms-border-radius: 100px; } }
.index .cta_wrap {
  width: 500px;
  margin: 30px auto 0;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .index .cta_wrap {
      margin-top: 20px;
      width: 100%; } }
  .index .cta_wrap .cta_txt {
    margin-top: 10px;
    font-size: 16px;
    font-size: 1.6rem; }
    @media only screen and (max-width: 768px) {
      .index .cta_wrap .cta_txt {
        font-size: 18px;
        font-size: 1.8rem; } }
.index .section01 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0; }
  @media only screen and (max-width: 768px) {
    .index .section01 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .index .section01 .inner {
      padding: 30px 15px; } }
.index .section01 .items {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center; }
  @media only screen and (max-width: 768px) {
    .index .section01 .items {
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between; } }
  .index .section01 .items .item {
    width: 220px;
    margin-left: 25px; }
    @media only screen and (max-width: 768px) {
      .index .section01 .items .item {
        width: 32%;
        margin: 0; } }
    .index .section01 .items .item:first-child {
      margin-left: 0; }
.index .section01 .ico {
  margin-top: 25px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .index .section01 .ico {
      width: 75px;
      margin: 15px auto 0; } }
.index .section01 .cta_wrap {
  margin-top: 25px; }
  @media only screen and (max-width: 768px) {
    .index .section01 .cta_wrap {
      margin-top: 15px; } }
.index .main_ttl {
  background: linear-gradient(135deg, #6dd8b1 0%, #66a3da 43%, #66a3da 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  text-align: center;
  color: #fff;
  padding: 20px 0;
  letter-spacing: 0.05em; }
  @media only screen and (max-width: 768px) {
    .index .main_ttl {
      padding: 10px 0; } }
  .index .main_ttl .sub_ttl {
    font-weight: 500;
    font-size: 18px;
    font-size: 1.8rem; }
    @media only screen and (max-width: 768px) {
      .index .main_ttl .sub_ttl {
        font-size: 3.2vw; } }
    @media only screen and (max-width: 768px) {
      .index .main_ttl .sub_ttl.bg_yellow {
        margin-bottom: 3px; } }
    .index .main_ttl .sub_ttl.bg_yellow span {
      display: inline-block;
      background: #fff716;
      color: #333;
      padding: 1px 20px;
      border-radius: 30px;
      -moz-border-radius: 30px;
      -webkit-border-radius: 30px;
      -o-border-radius: 30px;
      -ms-border-radius: 30px; }
      @media only screen and (max-width: 768px) {
        .index .main_ttl .sub_ttl.bg_yellow span {
          padding: 1px 30px; } }
  .index .main_ttl .medium {
    display: block;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 700; }
    @media only screen and (max-width: 768px) {
      .index .main_ttl .medium {
        font-size: 4.2vw;
        line-height: 1.4; } }
  .index .main_ttl .large {
    font-size: 130%; }
    .index .main_ttl .large.yellow {
      color: #fff716;
      border-bottom: 2px solid #fff716; }
      @media only screen and (max-width: 768px) {
        .index .main_ttl .large.yellow {
          border-bottom-width: 1px; } }
.index .section02 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0 60px; }
  @media only screen and (max-width: 768px) {
    .index .section02 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .index .section02 .inner {
      padding: 30px 15px 40px; } }
.index .section02 .content {
  background: #f8fbfe;
  border: 5px solid #cee4f8;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  text-align: center;
  padding: 35px 0 55px;
  position: relative;
  width: 650px;
  margin: auto; }
  @media only screen and (max-width: 768px) {
    .index .section02 .content {
      width: 100%;
      border-width: 2px;
      padding: 20px 15px 25px;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px; }
      .index .section02 .content .sp_image {
        position: absolute;
        z-index: 1;
        right: -15px;
        bottom: -100px;
        width: 240px; } }
  .index .section02 .content::before, .index .section02 .content::after {
    content: "";
    position: absolute;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    pointer-events: none;
    z-index: 10; }
    @media only screen and (max-width: 768px) {
      .index .section02 .content::before, .index .section02 .content::after {
        display: none; } }
  .index .section02 .content::before {
    width: 207px;
    background-image: url("img/section02_image_01.png");
    top: -25px;
    left: -120px; }
  .index .section02 .content::after {
    width: 261px;
    background-image: url("img/section02_image_02.png");
    background-position: center bottom;
    bottom: -20px;
    right: -160px; }
  .index .section02 .content ul {
    display: inline-block;
    text-align: left; }
    @media only screen and (max-width: 768px) {
      .index .section02 .content ul {
        display: block; } }
    .index .section02 .content ul li {
      margin-top: 5px;
      position: relative;
      padding-left: 32px;
      font-size: 18px;
      font-size: 1.8rem; }
      @media only screen and (max-width: 768px) {
        .index .section02 .content ul li {
          font-size: 16px;
          font-size: 1.6rem;
          padding-left: 22px; } }
      .index .section02 .content ul li::before {
        content: "";
        position: absolute;
        width: 22px;
        height: 100%;
        background-image: url("img/section02_ico.png");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 0;
        top: 7px;
        pointer-events: none;
        z-index: 10; }
        @media only screen and (max-width: 768px) {
          .index .section02 .content ul li::before {
            width: 15px;
            top: 4px; } }
.index .section02 .txt {
  margin-top: 15px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem; }
  @media only screen and (max-width: 768px) {
    .index .section02 .txt {
      margin-top: 100px; } }
  .index .section02 .txt span {
    color: #f26609;
    font-size: 130%;
    font-weight: 700; }
.index .section03 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0 60px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .index .section03 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .index .section03 .inner {
      padding: 20px 15px 40px; } }
.index .section04 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0 60px; }
  @media only screen and (max-width: 768px) {
    .index .section04 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .index .section04 .inner {
      padding: 20px 30px 40px; } }
.index .section04 .items {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .index .section04 .items {
      display: block; } }
  .index .section04 .items .item {
    width: 210px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .index .section04 .items .item {
        width: 100%;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        margin-top: 40px; }
        .index .section04 .items .item:first-child {
          margin-top: 0; } }
    .index .section04 .items .item::before {
      content: "";
      position: absolute;
      width: 22px;
      height: 100%;
      background-image: url("img/section04_ico.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      right: -40px;
      top: 110px;
      pointer-events: none;
      z-index: 10; }
      @media only screen and (max-width: 768px) {
        .index .section04 .items .item::before {
          width: 38px;
          background-image: url("img/section04_ico_sp.png");
          background-position: center bottom;
          left: 0;
          right: 0;
          top: auto;
          margin: auto;
          bottom: -20px; } }
    .index .section04 .items .item:last-child::before {
      display: none; }
.index .section04 .image {
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .index .section04 .image {
      width: 103px; } }
@media only screen and (max-width: 768px) {
  .index .section04 .txt {
    width: calc(100% - 103px);
    padding-left: 20px; } }
.index .section04 h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 15px; }
  @media only screen and (max-width: 768px) {
    .index .section04 h3 {
      margin-top: 0;
      text-align: left;
      font-size: 20px;
      font-size: 2rem; } }
.index .section04 p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 10px; }
  @media only screen and (max-width: 768px) {
    .index .section04 p {
      margin-top: 5px;
      font-size: 18px;
      font-size: 1.8rem; } }
.index .section04 .remarks {
  color: #f26609;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 60px; }
  @media only screen and (max-width: 768px) {
    .index .section04 .remarks {
      font-size: 16px;
      font-size: 1.6rem;
      margin-top: 20px;
      margin-left: -15px;
      margin-right: -15px; } }
.index .section05 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 105px 0 60px; }
  @media only screen and (max-width: 768px) {
    .index .section05 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .index .section05 .inner {
      padding: 60px 15px 40px; } }
.index .section05 .items .item {
  margin-top: 90px;
  border: 2px solid #66a3da;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  position: relative;
  padding: 100px 60px 50px;
  -webkit-box-shadow: 0 7px 15px rgba(51, 51, 51, 0.1);
  -moz-box-shadow: 0 7px 15px rgba(51, 51, 51, 0.1);
  box-shadow: 0 7px 15px rgba(51, 51, 51, 0.1); }
  @media only screen and (max-width: 768px) {
    .index .section05 .items .item {
      margin-top: 55px;
      border-width: 1px;
      -webkit-box-shadow: 0 3px 7px rgba(51, 51, 51, 0.1);
      -moz-box-shadow: 0 3px 7px rgba(51, 51, 51, 0.1);
      box-shadow: 0 3px 7px rgba(51, 51, 51, 0.1);
      padding: 60px 15px 20px; } }
  .index .section05 .items .item:first-child {
    margin-top: 0; }
.index .section05 .image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  top: -66px;
  width: 900px; }
  @media only screen and (max-width: 768px) {
    .index .section05 .image {
      width: calc(100% + 10px);
      top: -40px; } }
.index .section05 .txt {
  line-height: 2; }
  @media only screen and (max-width: 768px) {
    .index .section05 .txt {
      font-size: 17px;
      font-size: 1.7rem;
      line-height: 1.8; } }
.index .section05 .cta_wrap {
  margin-top: 50px; }
  @media only screen and (max-width: 768px) {
    .index .section05 .cta_wrap {
      margin-top: 30px; } }
.index .section06 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 50px 85px; }
  @media only screen and (max-width: 768px) {
    .index .section06 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .index .section06 .inner {
      padding: 0 15px 40px; } }
.index .section06 .items .item {
  padding: 30px 0;
  border-bottom: 1px solid #e8e8e8; }
  @media only screen and (max-width: 768px) {
    .index .section06 .items .item {
      padding: 25px 0; } }
.index .section06 .question, .index .section06 .answer {
  position: relative;
  padding-left: 45px; }
  @media only screen and (max-width: 768px) {
    .index .section06 .question, .index .section06 .answer {
      padding-left: 37px; } }
  .index .section06 .question::before, .index .section06 .answer::before {
    content: "";
    position: absolute;
    width: 34px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    left: 0;
    top: 3px;
    pointer-events: none;
    z-index: 10; }
    @media only screen and (max-width: 768px) {
      .index .section06 .question::before, .index .section06 .answer::before {
        width: 27px; } }
.index .section06 .question {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500; }
  .index .section06 .question::before {
    background-image: url("img/section06_question.png"); }
.index .section06 .answer {
  margin-top: 10px; }
  @media only screen and (max-width: 768px) {
    .index .section06 .answer {
      font-size: 17px;
      font-size: 1.7rem; } }
  .index .section06 .answer::before {
    background-image: url("img/section06_answer.png"); }
  .index .section06 .answer .orange {
    color: #f26609;
    font-size: 14px;
    font-size: 1.4rem; }
    @media only screen and (max-width: 768px) {
      .index .section06 .answer .orange {
        font-size: 16px;
        font-size: 1.6rem; } }
.index .section07 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 100px; }
  @media only screen and (max-width: 768px) {
    .index .section07 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .index .section07 .inner {
      padding-bottom: 0; } }
.index .section07 .form_section {
  background: #f5fafe; }
  .index .section07 .form_section .form_section_inner {
    padding: 50px 200px 60px; }
    @media only screen and (max-width: 768px) {
      .index .section07 .form_section .form_section_inner {
        padding: 40px 15px 60px; } }
  .index .section07 .form_section .ttl {
    background: #66a3da;
    padding: 20px 0;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .index .section07 .form_section .ttl {
        padding: 15px 0; } }
    .index .section07 .form_section .ttl::before {
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -26px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 26px 34px 0 34px;
      border-color: #66a3da transparent transparent transparent;
      z-index: 10; }
      @media only screen and (max-width: 768px) {
        .index .section07 .form_section .ttl::before {
          border-width: 15px 20px 0 20px;
          bottom: -15px; } }
    .index .section07 .form_section .ttl img {
      display: block;
      width: 500px;
      margin: auto; }
      @media only screen and (max-width: 768px) {
        .index .section07 .form_section .ttl img {
          width: 81.73%; } }
  .index .section07 .form_section .question {
    text-align: center;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 900; }
    @media only screen and (max-width: 768px) {
      .index .section07 .form_section .question {
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: 700; } }
    .index .section07 .form_section .question span {
      display: block;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 400; }
  .index .section07 .form_section .back_btn {
    width: 165px;
    margin: 30px auto 0;
    cursor: pointer;
    text-align: center;
    background: #e8e8e8;
    padding: 10px 0; }
    @media only screen and (max-width: 768px) {
      .index .section07 .form_section .back_btn {
        width: 120px;
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 15px; } }
.index .section07 .result {
  text-align: center; }
  .index .section07 .result .txt1 {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 900;
    color: #66a3da; }
    @media only screen and (max-width: 768px) {
      .index .section07 .result .txt1 {
        font-weight: 700;
        letter-spacing: 0.05em; } }
  .index .section07 .result .txt2 {
    font-size: 17px;
    font-size: 1.7rem;
    margin-top: 10px; }
    @media only screen and (max-width: 768px) {
      .index .section07 .result .txt2 {
        margin-top: 5px; } }
    .index .section07 .result .txt2 span {
      font-size: 25px;
      font-size: 2.5rem;
      font-weight: 700;
      color: #f26609; }
      @media only screen and (max-width: 768px) {
        .index .section07 .result .txt2 span {
          font-size: 22px;
          font-size: 2.2rem; } }
.index .section07 .form_items {
  margin-top: 40px; }
  @media only screen and (max-width: 768px) {
    .index .section07 .form_items {
      margin-top: 30px; } }
  .index .section07 .form_items .form_item {
    margin-top: 20px; }
    @media only screen and (max-width: 768px) {
      .index .section07 .form_items .form_item {
        margin-top: 15px; } }
    .index .section07 .form_items .form_item:first-child {
      margin-top: 0; }
  .index .section07 .form_items .txt {
    position: relative;
    padding-left: 50px;
    font-weight: 700; }
    @media only screen and (max-width: 768px) {
      .index .section07 .form_items .txt {
        padding-left: 42px; } }
    .index .section07 .form_items .txt .required {
      position: absolute;
      left: 0;
      top: 4px;
      display: inline-block;
      background: #f26609;
      color: #fff;
      width: 35px;
      text-align: center;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: 400; }
  .index .section07 .form_items .form {
    margin-top: 10px; }
.index .section08 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 60px 100px 100px; }
  @media only screen and (max-width: 768px) {
    .index .section08 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .index .section08 .inner {
      padding: 40px 15px 60px; } }
.index .section08 table {
  width: 100%;
  border: 1px solid #c2c2c2; }
  .index .section08 table th, .index .section08 table td {
    vertical-align: middle;
    padding: 0.8em 1em;
    border: 1px solid #c2c2c2;
    font-size: 18px;
    font-size: 1.8rem; }
    @media only screen and (max-width: 768px) {
      .index .section08 table th, .index .section08 table td {
        font-size: 16px;
        font-size: 1.6rem; } }
  .index .section08 table th {
    background: #efefef;
    font-weight: 500; }
    @media only screen and (max-width: 768px) {
      .index .section08 table th {
        width: 35%; } }
.index .section08 .policy {
  margin-top: 15px;
  border: 1px solid #e4e4e4;
  overflow-y: scroll;
  padding: 20px;
  height: 270px; }
  @media only screen and (max-width: 768px) {
    .index .section08 .policy {
      height: 190px; } }
  .index .section08 .policy h3 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 10px; }
  .index .section08 .policy ul {
    margin: 20px 0 20px 20px;
    list-style-type: disc; }

.fixed_cta {
  background: rgba(186, 220, 251, 0.9);
  position: fixed;
  width: 100%;
  z-index: 100;
  left: 0;
  bottom: 0;
  display: none; }
  .fixed_cta .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 15px 0; }
    @media only screen and (max-width: 768px) {
      .fixed_cta .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .fixed_cta .inner {
        padding: 10px 20px; } }
  .fixed_cta .items {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
    .fixed_cta .items .item {
      width: 360px; }
      @media only screen and (max-width: 768px) {
        .fixed_cta .items .item {
          width: 48%; } }
      @media only screen and (max-width: 768px) {
        .fixed_cta .items .item:nth-child(1) {
          margin-right: 4%; } }
      .fixed_cta .items .item:nth-child(2) {
        margin-left: 20px; }
        @media only screen and (max-width: 768px) {
          .fixed_cta .items .item:nth-child(2) {
            margin: 0; } }
  @media only screen and (max-width: 768px) {
    .fixed_cta .cta_btn {
      border-radius: 100px;
      -moz-border-radius: 100px;
      -webkit-border-radius: 100px;
      -o-border-radius: 100px;
      -ms-border-radius: 100px; } }

.exitProtection_overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none; }

.exitProtection {
  width: 400px !important;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 15%;
  border: none;
  z-index: 1000; }
  @media only screen and (max-width: 768px) {
    .exitProtection {
      width: 95% !important; } }
  .exitProtection a {
    outline: none; }
    .exitProtection a:hover img {
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      opacity: 1; }
  .exitProtection .wrap {
    position: relative;
    overflow: auto !important;
    padding-top: 40px;
    height: 510px; }
    @media only screen and (max-width: 768px) {
      .exitProtection .wrap {
        width: 80vw;
        margin: 0 auto;
        height: 100%; }
        .exitProtection .wrap::before {
          content: "";
          display: block;
          padding-top: calc(470 / 400 * 100%); } }
    .exitProtection .wrap .image {
      position: absolute;
      top: 40px;
      left: 0; }
    .exitProtection .wrap .modal_close {
      background: #8d8d8d;
      color: #fff !important;
      width: 40px;
      line-height: 40px;
      display: block;
      font-size: 20px;
      font-weight: bold;
      position: absolute;
      top: 0px;
      right: 0;
      text-align: center;
      cursor: pointer;
      text-decoration: none;
      z-index: 100; }
    .exitProtection .wrap .btn {
      position: absolute;
      width: 90%;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 35px; }
      @media only screen and (max-width: 768px) {
        .exitProtection .wrap .btn {
          bottom: 7vw; } }
      .exitProtection .wrap .btn .cta_btn {
        width: 100%; }

.ui-dialog-titlebar {
  display: none; }

.ui-dialog {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  width: 90% !important; }

.footer {
  background: #66a3da;
  color: #fff; }
  .footer .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0; }
    @media only screen and (max-width: 768px) {
      .footer .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .footer .inner {
        padding: 30px 20px; } }
  .footer .wrap {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      .footer .wrap {
        display: block; } }
    @media only screen and (max-width: 768px) {
      .footer .wrap .overview .logo {
        width: 160px; } }
    .footer .wrap .overview .address {
      margin-top: 10px;
      font-size: 13px;
      font-size: 1.3rem; }
      @media only screen and (max-width: 768px) {
        .footer .wrap .overview .address {
          font-size: 15px;
          font-size: 1.5rem; } }
    .footer .wrap .price {
      margin-left: 70px;
      border: 1px solid #fff;
      padding: 20px 35px;
      font-size: 18px;
      font-size: 1.8rem; }
      @media only screen and (max-width: 768px) {
        .footer .wrap .price {
          margin: 15px 0 0;
          padding: 10px 30px; } }
      .footer .wrap .price span {
        font-weight: 700; }
  .footer .copyright {
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
    background: #606060;
    padding: 10px 0; }
    @media only screen and (max-width: 768px) {
      .footer .copyright {
        font-size: 11px;
        font-size: 1.1rem; } }

.page {
  background: #f1f1f1; }
  .page .container {
    width: 1000px;
    margin: 0 auto;
    padding: 50px 100px 65px; }
    @media only screen and (max-width: 768px) {
      .page .container {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .page .container {
        padding: 20px 20px 40px; } }
    .page .container .content {
      border: 1px solid #d9d9d9;
      background: #fff;
      padding: 40px; }
      @media only screen and (max-width: 768px) {
        .page .container .content {
          padding: 40px 20px; } }
  .page .page_ttl {
    text-align: center;
    font-weight: 500;
    font-size: 23px;
    font-size: 2.3rem;
    margin-bottom: 30px; }

.page_thanks .txt {
  text-align: center; }

.page_confirm .confirm_txt {
  text-align: center; }
.page_confirm input[type=submit] {
  margin-bottom: 15px; }
.page_confirm table {
  width: 100%;
  border: 1px solid #c2c2c2;
  margin-top: 30px; }
  .page_confirm table th, .page_confirm table td {
    vertical-align: middle;
    padding: 0.8em 1em;
    border: 1px solid #c2c2c2; }
  .page_confirm table th {
    background: #efefef;
    font-weight: 500;
    width: 35%; }
    @media only screen and (max-width: 768px) {
      .page_confirm table th {
        width: 43%; } }
