@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}

@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), -o-linear-gradient(right, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(10% - 25px);
  left: calc(50% - 60px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 120px;
  height: 90px;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  -webkit-transition-delay: 2.4s;
       -o-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
          animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

/*
0:セット
------------------------------------------------------------
*/
html {
  width: 100%;
}

body {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", "Noto Serif JP", "Josefin Sans", "メイリオ", Meiryo, Helvetica, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

.win body {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", "Noto Serif JP", "メイリオ", Meiryo, Helvetica, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

.opacity {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.opacity:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.pc {
  display: inherit;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inherit;
  }
}

/*
//ベース
------------------------------------------------------------
*/
#container_wrap {
  overflow: hidden;
  min-width: 1000px;
}
@media screen and (max-width: 767px) {
  #container_wrap {
    min-width: 1px;
    padding-bottom: 50px;
  }
}

.inner {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.inner::after {
  content: "";
  display: block;
  clear: both;
}

.inner02 {
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.inner03 {
  max-width: 530px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .inner03 {
    padding: 0;
  }
}

.section_wrap {
  position: relative;
  clear: both;
  padding: 5em 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .section_wrap {
    padding: 10% 0;
  }
}
@media screen and (max-width: 767px) {
  .section_wrap.bg_blue02 {
    padding: 10% 0;
  }
}
@media screen and (max-width: 767px) {
  .section_wrap.bg_greendot {
    padding: 10% 0 20%;
  }
}

.section_wrap02 {
  padding: 15em 0 5em 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_wrap02 {
    padding: 260px 0 10%;
  }
}

.section {
  max-width: 1000px;
  background: #fff;
  padding: 5.6em 5.3em;
  margin: 0 auto;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 10% 15px;
  }
}

.section02 {
  max-width: 1000px;
  background: #fff;
  padding: 5.6em 5.3em;
  margin: 0 auto;
  border-radius: 5px;
  position: relative;
}
.section02:before {
  position: absolute;
  content: "";
  background: url(../images/ttl06.svg) no-repeat center/cover;
  width: 554px;
  height: 242px;
  top: -180px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .section02:before {
    width: 290px;
    background: url(../images/ttl06.svg) no-repeat center/contain;
    top: -215px;
  }
}
@media screen and (max-width: 767px) {
  .section02 {
    padding: 10% 15px;
  }
}

.top_left {
  width: 77%;
  float: left;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top_left {
    width: 100%;
    float: none;
  }
}
.top_left img {
  width: 684px;
  height: 121px;
}
@media screen and (max-width: 767px) {
  .top_left img {
    width: 280px;
    height: 76px;
    margin: 0 auto 2%;
    display: block;
  }
}

/*
//ヘッダー
------------------------------------------------------------
*/
.sp_fixed {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_fixed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 20;
    position: fixed;
    bottom: 0;
    width: 100%;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .sp_fixed li {
    font-family: "Noto Serif JP", serif;
    font-size: 0.87em;
  }
  .sp_fixed li a {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
  }
  .sp_fixed li:first-child {
    padding: 0 0.7em;
    width: 42.5%;
    background: #5B8BC1;
  }
  .sp_fixed li:first-child img {
    width: 22px;
    height: 22px;
    margin-right: 2px;
  }
  .sp_fixed li:nth-child(2) {
    padding: 0 0.5em;
    width: 42.5%;
    background: #E27995;
  }
  .sp_fixed li:nth-child(2) img {
    width: 25px;
    height: 18px;
    margin-right: 10px;
  }
  .sp_fixed li:last-child {
    width: 15%;
    background: #505053;
    text-align: center;
  }
  .sp_fixed li:last-child a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sp_fixed li:last-child img {
    width: 25px;
    height: 25px;
  }
}

header {
  margin: 0 auto;
  -webkit-box-shadow: 0px 8px 10px -10px #000;
          box-shadow: 0px 8px 10px -10px #000;
  position: relative;
}

.header_box {
  width: 100%;
  max-width: 1030px;
  padding: 0 15px 10px 15px;
  margin: 10px auto 0;
  overflow: hidden;
  clear: both;
}
@media screen and (max-width: 767px) {
  .header_box {
    padding: 0 10px 10px 10px;
    margin: 10px auto 0;
  }
}

.h_txt {
  max-width: 1030px;
  font-size: 0.8125em;
  color: #847354;
  padding: 0 15px;
  margin: 10px auto 0;
  font-family: " Noto Sans JP", sans-serif;
  margin-bottom: 15px;
}

#header_left {
  width: 48%;
  float: left;
  color: #847354;
}
@media screen and (max-width: 767px) {
  #header_left {
    float: inherit;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#header_left .h_txt02 {
  font-size: 1.35em;
  font-family: "Noto Serif JP", serif;
  padding: 22px;
}
@media screen and (max-width: 767px) {
  #header_left .h_txt02 {
    font-size: 0.92em;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #header_left .header_ttl {
    width: 95px;
    height: auto;
    margin-right: 5px;
  }
}
#header_left .header_ttl a {
  display: block;
}
#header_left .header_ttl img.logo {
  width: 185px;
  float: left;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #header_left .header_ttl img.logo {
    width: 95px;
    float: left;
  }
}

#header_right {
  float: right;
  width: 51%;
}
@media screen and (max-width: 767px) {
  #header_right {
    float: none;
    display: none;
  }
}
#header_right p {
  font-size: 0.8125em;
  font-weight: 700;
  font-family: " Noto Sans JP", sans-serif;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #header_right p {
    letter-spacing: 3px;
    font-size: 1em;
  }
}
#header_right .header_tel {
  float: left;
}
#header_right .header_tel p.h_tel {
  position: relative;
  font-size: 2.125em;
  font-family: "Noto Serif JP", serif;
  padding-left: 22px;
}
#header_right .header_tel p.h_tel:before {
  position: absolute;
  content: "";
  background: url(../images/tel.svg) no-repeat center/cover;
  width: 28px;
  height: 28px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -15px;
}
#header_right div {
  float: right;
}

/*
//フッター
------------------------------------------------------------
*/
#footer {
  max-width: 1030px;
  width: 100%;
  margin: 90px auto 70px;
  overflow: hidden;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  #footer {
    margin: 15% auto 10%;
  }
}

.footer_box {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .footer_box {
    margin-bottom: 0;
  }
}

.footer_left {
  float: left;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .footer_left {
    float: none;
    width: 100%;
    margin-bottom: 5%;
  }
}

.footer_right {
  float: right;
  text-align: right;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .footer_right {
    float: none;
    width: 100%;
  }
}

.f_logo {
  margin: 0 auto 30px;
  width: 314px;
}
@media screen and (max-width: 767px) {
  .f_logo {
    width: 250px;
    margin: 0 auto 5%;
  }
}

.f_txt02 {
  width: 100%;
  font-family: " Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .f_txt02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 30px auto 30px;
  }
}
.f_txt02 dt {
  width: 15%;
  height: 56px;
  float: left;
}
@media screen and (max-width: 767px) {
  .f_txt02 dt {
    width: 20%;
    height: auto;
    float: inherit;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .f_txt02 dt:first-of-type {
    margin: 0 auto 20px;
  }
}
.f_txt02 dd {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .f_txt02 dd {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .f_txt02 dd:first-of-type {
    margin: 0 auto 20px;
  }
}

.f_tabletxt {
  font-family: " Noto Sans JP", sans-serif;
  text-align: right;
}

.map {
  clear: both;
  overflow: hidden;
  position: relative;
}
.map::before {
  content: "";
  display: block;
  height: 400px;
}
.map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.copy {
  padding: 1em 0;
  font-size: 0.875em;
  text-align: center;
  clear: both;
  overflow: hidden;
  background: #71B16E;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .copy {
    font-size: 2.5vw;
  }
}

/*
5:div
------------------------------------------------------------
*/
.main_img {
  clear: both;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .main_img.m70 {
    margin-bottom: 60px;
  }
}

.left_col {
  float: left;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .left_col {
    float: none;
    width: 100%;
    margin-bottom: 5%;
  }
}

.right_col {
  float: right;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .right_col {
    float: none;
    width: 100%;
    margin-bottom: 5%;
  }
}

.right_col02 {
  float: right;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .right_col02 {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .right_col02 .txt_02 {
    margin-bottom: 55%;
  }
}

.contact_box {
  text-align: center;
  background: url(../images/contact.svg) no-repeat center/100% 100%;
  max-width: 1000px;
  padding: 6em 8em 9em 8em;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contact_box {
    padding: 70px 15px 60px;
    background: url(../images/contact_sp.svg) no-repeat center/100% 100%;
  }
}

.inv_list {
  position: relative;
  padding: 40px 0;
}
.inv_list:before {
  position: absolute;
  content: "";
  border-top: 1px solid #5B8BC1;
  width: 100%;
  height: 1px;
  top: 0px;
}
.inv_list:after {
  position: absolute;
  content: "";
  border-top: 1px solid #5B8BC1;
  width: 100%;
  height: 1px;
  bottom: 0px;
}

.inv_list02 {
  position: relative;
  padding: 40px 0 40px 0;
}
.inv_list02:before {
  position: absolute;
  content: "";
  border-top: 1px solid #5B8BC1;
  width: 100%;
  height: 1px;
  bottom: -80px;
}
@media screen and (max-width: 767px) {
  .inv_list02:before {
    bottom: -30%;
  }
}
@media screen and (max-width: 767px) {
  .inv_list02 {
    margin: 0 auto 20px;
    padding: 40px 0 0;
  }
}

.formula {
  font-size: 1.375em;
  font-weight: 700;
  padding: 1em;
  border: 3px solid #FFF7A4;
}
@media screen and (max-width: 767px) {
  .formula {
    font-size: 1em;
  }
}

.leftBox {
  float: left;
  width: 55%;
  line-height: 2;
  font-size: 1.125em;
  font-family: " Noto Sans JP", sans-serif;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .leftBox {
    float: none;
    width: 100%;
    margin: 0 0 5%;
    font-size: 1em;
  }
}

.rightBox {
  float: right;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .rightBox {
    float: none;
    width: 50%;
    margin: 0 auto 5%;
  }
}

.apurasu {
  width: 246px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .apurasu {
    width: 150px;
    text-align: center;
    display: block;
    margin: 0 auto;
  }
}
.apurasu.m30 {
  margin: 15px auto 15px;
}

/*
6:ul
------------------------------------------------------------
*/
.recommended {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .recommended {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: -2%;
  }
}
.recommended li {
  width: 33%;
}
@media screen and (max-width: 767px) {
  .recommended li {
    width: 32%;
    margin: 0 2% 2% 0;
  }
  .recommended li:nth-child(3n) {
    margin-right: 0;
  }
}

.trouble_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .trouble_list {
    margin: 40px auto 30px;
  }
}
.trouble_list li {
  width: 30%;
  margin-right: 3%;
}
.trouble_list li:last-child {
  margin-right: 0;
}
.trouble_list .t01 {
  position: relative;
}
.trouble_list .t01:before {
  position: absolute;
  content: "";
  background: url(../images/trouble_icon01.svg) no-repeat center/contain;
  width: 68px;
  height: 53px;
  bottom: -50px;
  left: -50px;
}
@media screen and (max-width: 767px) {
  .trouble_list .t01:before {
    width: 34px;
    height: 26.5px;
    bottom: 79px;
    left: -10px;
    -webkit-transform: rotate(78deg);
        -ms-transform: rotate(78deg);
            transform: rotate(78deg);
  }
}
.trouble_list .t02 {
  position: relative;
}
.trouble_list .t02:before {
  position: absolute;
  content: "";
  background: url(../images/trouble_icon01.svg) no-repeat center/contain;
  width: 68px;
  height: 53px;
  top: 30px;
  right: -60px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .trouble_list .t02:before {
    width: 34px;
    height: 26.5px;
    top: -30px;
    right: 10px;
  }
}
.trouble_list .t03 {
  position: relative;
}
.trouble_list .t03:before {
  position: absolute;
  content: "";
  background: url(../images/trouble_icon02.svg) no-repeat center/contain;
  width: 58px;
  height: 89px;
  bottom: 70px;
  left: -110px;
}
@media screen and (max-width: 767px) {
  .trouble_list .t03:before {
    width: 29px;
    height: 44.5px;
    bottom: 12px;
    left: -42px;
  }
}
.trouble_list .t04 {
  position: relative;
}
.trouble_list .t04:before {
  position: absolute;
  content: "";
  background: url(../images/trouble_icon03.svg) no-repeat center/contain;
  width: 39px;
  height: 61px;
  bottom: -30px;
  left: -40px;
}
@media screen and (max-width: 767px) {
  .trouble_list .t04:before {
    width: 19.5px;
    height: 22.25px;
    bottom: -22px;
    left: -20px;
  }
}
.trouble_list .t04:after {
  position: absolute;
  content: "";
  background: url(../images/trouble_icon02.svg) no-repeat center/contain;
  width: 58px;
  height: 89px;
  bottom: 70px;
  right: -105px;
}
@media screen and (max-width: 767px) {
  .trouble_list .t04:after {
    width: 29px;
    height: 44.5px;
    bottom: -30px;
    right: -40px;
  }
}

.reason_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .reason_list {
    margin: 40px auto 0;
  }
}
.reason_list li {
  width: 45%;
  margin-right: 5%;
}
.reason_list li:nth-child(even) {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .reason_list li:nth-child(even) {
    width: 100%;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 767px) {
  .reason_list li {
    width: 100%;
    text-align: center;
    margin: 0 auto 40px;
  }
  .reason_list li img {
    max-width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .reason_list li:last-child {
    margin: 0 auto;
  }
}

.price_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .price_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
  }
}
.price_list li {
  width: 32%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .price_list li {
    width: 100%;
    margin-bottom: 5%;
  }
  .price_list li:last-child {
    margin-bottom: 0;
  }
}
.price_list li:before {
  position: absolute;
  content: "";
  background: url(../images/dot_line.svg) no-repeat center/contain;
  width: 7px;
  height: 44px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -50px;
}
@media screen and (max-width: 767px) {
  .price_list li:before {
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .price_list li .pricetxt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .price_list li .pricetxt img {
    width: 50%;
  }
  .price_list li .pricetxt .txt {
    width: 50%;
    padding: 0 0 0 1em;
  }
}
.price_list li .sp_img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .price_list li .sp_img {
    display: none;
  }
}

.card_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .card_list {
    margin: 0;
  }
}
.card_list li {
  width: 136px;
  margin-right: 1.5%;
  -webkit-box-shadow: 3px 3px 3px 2px #ccc;
          box-shadow: 3px 3px 3px 2px #ccc;
}
@media screen and (max-width: 767px) {
  .card_list li {
    width: 20%;
    padding: 0 3px 3px 0;
  }
}
.card_list li:last-child {
  margin-right: 0;
}

/*
7:dl
------------------------------------------------------------
*/
.feature_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.feature_list li {
  width: 31%;
  margin: 0 0 3.5% 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .feature_list li {
    width: 100%;
    margin: 0 0 5%;
  }
  .feature_list li:last-child {
    margin-bottom: 0;
  }
}
.feature_list li dl {
  position: relative;
}
@media screen and (max-width: 767px) {
  .feature_list li dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.6;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #71B16E;
    padding: 20px 15px;
    border-radius: 20px;
    background: #71B16E;
  }
}
.feature_list li dl dt {
  margin: 0 auto 5%;
}
@media screen and (max-width: 767px) {
  .feature_list li dl dt {
    margin: 0;
    width: 50%;
  }
}
.feature_list li dl dd.f_txt {
  position: absolute;
  color: #fff;
  top: 470px;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .feature_list li dl dd.f_txt {
    padding: 0 0 0 10px;
    width: 50%;
    font-size: 0.87em;
    position: inherit;
    top: inherit;
  }
}

.flow_list {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow_list {
    margin: 0 auto 40%;
  }
}
.flow_list:after {
  position: absolute;
  content: "";
  width: 429px;
  height: 508px;
  bottom: -90px;
  right: -190px;
}
@media screen and (max-width: 767px) {
  .flow_list:after {
    width: 171px;
    height: 203px;
    bottom: -162px;
    right: -40px;
  }
}
.flow_list li {
  margin-bottom: 30px;
}
.flow_list li:last-child {
  margin-bottom: 0;
}
.flow_list li:last-child dl:before {
  background: none;
}
.flow_list li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: #fff;
  padding: 2.5em;
  border-radius: 5px;
}
.flow_list li dl:before {
  position: absolute;
  content: "";
  background: url(../images/green_arrow.svg) no-repeat center/cover;
  width: 37px;
  height: 14px;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .flow_list li dl:before {
    left: 0;
    margin: 0 auto;
    right: 0;
    bottom: -23px;
  }
}
@media screen and (max-width: 767px) {
  .flow_list li dl {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    padding: 10% 15px;
  }
}
.flow_list li dl dt.flow_list01 {
  margin-right: 45px;
  width: 19%;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .flow_list li dl dt.flow_list01 {
    width: 30%;
    margin: 0 auto 10px;
    padding: 0;
  }
}
.flow_list li dl dt.flow_list02 {
  margin-right: 45px;
  width: 19%;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .flow_list li dl dt.flow_list02 {
    width: 30%;
    margin: 0 auto 10px;
    padding: 0;
  }
}
.flow_list li dl dd {
  width: 100%;
  font-size: 1.125em;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .flow_list li dl dd {
    font-size: 1em;
  }
}
.flow_list li dl dd span {
  font-size: 1.66em;
}
@media screen and (max-width: 767px) {
  .flow_list li dl dd span {
    font-size: 6vw;
    text-align: center;
    display: block;
    margin: 0 0 -1em;
  }
}

.qa_list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .qa_list li:last-child dl {
    position: relative;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .qa_list li {
    margin-bottom: 10%;
  }
}
.qa_list li dl {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.qa_list li dl:before {
  position: absolute;
  content: "";
  background: url(../images/qa_bottomline.svg);
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .qa_list li dl {
    margin-bottom: 10px;
    padding-bottom: 10%;
  }
}
.qa_list li dl dt {
  font-size: 1.875em;
  font-weight: 700;
  color: #FFF7A4;
  text-align: left;
  padding-left: 80px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .qa_list li dl dt {
    padding: 50px 0 1.5em;
    margin-bottom: 1em;
    font-size: 5vw;
  }
}
.qa_list li dl dt:before {
  position: absolute;
  content: "";
  background: url(../images/icon_q.svg) no-repeat center/contain;
  width: 50px;
  height: 115px;
  top: -20px;
  bottom: 0;
  margin: auto;
  left: 15px;
}
@media screen and (max-width: 767px) {
  .qa_list li dl dt:before {
    width: 50px;
    height: 44px;
    top: 0;
    left: 0;
    margin: 0;
  }
}
.qa_list li dl dd {
  padding-left: 140px;
  text-align: left;
  color: #fff;
  font-size: 1.125em;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .qa_list li dl dd {
    padding: 15px 0 0;
    font-size: 1em;
  }
}
.qa_list li dl dd:before {
  position: absolute;
  content: "";
  background: url(../images/icon_a.svg) no-repeat center/contain;
  width: 55px;
  height: 120px;
  left: 72px;
  top: -50px;
}
@media screen and (max-width: 767px) {
  .qa_list li dl dd:before {
    left: 4px;
    top: -25px;
    width: 40px;
    height: 35px;
  }
}

/*
8:table
------------------------------------------------------------
*/
table.tax {
  font-size: 1.25em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  table.tax {
    font-size: 1em;
    table-layout: fixed;
    margin: 0 auto 40px;
  }
}
table.tax th {
  color: #fff;
  background: #ADC5E0;
  height: 40px;
  padding: 0 15px;
  text-align: center;
  border: 3px solid #fff;
}
@media screen and (max-width: 767px) {
  table.tax th {
    padding: 0.5em;
    line-height: 1.3;
  }
}
table.tax td {
  font-size: 0.72em;
  color: #333333;
  font-family: " Noto Sans JP", sans-serif;
  border: 3px solid #fff;
}
table.tax td.money {
  padding: 0 15px;
  background: #EFF3F9;
}
@media screen and (max-width: 767px) {
  table.tax td.money {
    padding: 10px 5px;
    width: 60%;
  }
}
table.tax td.percent {
  padding: 0 16px;
  text-align: center;
  background: #DEE8F3;
}
@media screen and (max-width: 767px) {
  table.tax td.percent {
    padding: 10px 5px;
    width: 40%;
  }
}
table.tax td.burden {
  padding: 0 16px;
  text-align: center;
  background: #FFF7A4;
}
@media screen and (max-width: 767px) {
  table.tax td.burden {
    padding: 0;
  }
}

.medical_time {
  clear: both;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .medical_time {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 767px) {
  .medical_time tr:first-of-type th {
    font-weight: bold;
  }
}
.medical_time th {
  height: 40px;
  padding: 0 10px;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .medical_time th {
    padding: 0;
  }
}
.medical_time th.th_top {
  border-right: 1px solid #000;
  text-align: left;
  width: 27%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .medical_time th.th_top {
    font-weight: bold;
  }
}
.medical_time td.day_top {
  padding: 0;
  text-align: left;
  border-right: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .medical_time td.day_top {
    padding: 10px 0;
    width: 30%;
  }
}
.medical_time td.day {
  padding: 0 11px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .medical_time td.day {
    padding: 0;
  }
}

.table_scroll {
  width: 100%;
  min-width: 600px;
}
.table_scroll img {
  width: 100%;
}

.formTable {
  width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .formTable {
    width: auto;
  }
}
.formTable th {
  text-align: left;
}

/*
9:タイトル
------------------------------------------------------------
*/
.ttl_01 {
  width: 90%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ttl_01 {
    width: 100%;
  }
}
.ttl_01 span {
  position: relative;
}
.ttl_01 span:before {
  position: absolute;
  content: "";
  background: url(../images/check_icon.svg) no-repeat center/contain;
  width: 100px;
  height: 127px;
  right: -120px;
  top: 0px;
  bottom: -150px;
  margin: auto;
}
.ttl_02 {
  font-size: 2.8125em;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 5px;
}
@media screen and (max-width: 767px) {
  .ttl_02 {
    font-size: 1.5em;
    line-height: 1.5;
  }
}
.ttl_03 {
  font-size: 3.4375em;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ttl_03 {
    font-size: 1.5em;
    line-height: 1.5;
  }
}
.ttl_03:before {
  position: absolute;
  content: "";
  background: url(../images/tornado.svg) no-repeat center/contain;
  width: 61px;
  height: 97px;
  right: 40px;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ttl_03:before {
    width: 30.5px;
    height: 46.5px;
    right: 0px;
    bottom: 60px;
  }
}
.ttl_03:after {
  position: absolute;
  content: "";
  background: url(../images/tornado.svg) no-repeat center/contain;
  width: 61px;
  height: 97px;
  left: 10px;
  bottom: 20px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media screen and (max-width: 767px) {
  .ttl_03:after {
    width: 30.5px;
    height: 46.5px;
    right: 0px;
    bottom: 60px;
  }
}
.ttl_03_2 {
  font-size: 3.4375em;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ttl_03_2 {
    font-size: 1.2em;
    line-height: 1.5;
  }
}
.ttl_03_2 span {
  position: relative;
}
.ttl_03_2 span:before {
  position: absolute;
  content: "";
  background: url(../images/pencil.svg) no-repeat center/contain;
  width: 247px;
  height: 102px;
}
@media screen and (max-width: 767px) {
  .ttl_03_2 span:before {
    width: 98px;
    height: 40.8px;
    bottom: -11px;
    right: -50px;
  }
}
.ttl_03_2:before {
  position: absolute;
  content: "";
  background: url(../images/woods.svg) no-repeat center/contain;
  width: 138px;
  height: 125px;
  bottom: 0;
  left: -20px;
}
@media screen and (max-width: 767px) {
  .ttl_03_2:before {
    bottom: 25px;
    left: -15px;
    width: 69px;
    height: 62.5px;
  }
}
.ttl_04 {
  font-size: 4.375em;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .ttl_04 {
    font-size: 1.72em;
  }
}
.ttl_04 span {
  font-size: 0.7em;
}
.ttl_06 {
  font-size: 1.875em;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
.ttl_06 span {
  display: block;
  font-size: 0.66em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .ttl_06 {
    font-size: 1.2em;
  }
}
.ttl_07 {
  font-size: 2.1875em;
  color: #fff;
  font-weight: 700;
  background: url(../images/ttl_bg.svg) no-repeat center/contain;
  width: 451px;
  height: 83px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ttl_07 {
    font-size: 1.45em;
    width: 260px;
    height: 57px;
    margin: 0 auto;
    padding: 0.1em 0 0 0;
  }
}
.ttl_07.m60 {
  margin-bottom: 10px;
}
.ttl_08 {
  font-size: 2.5em;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ttl_08 {
    font-size: 1.4em;
    font-weight: bold;
  }
}
.ttl_08:before {
  position: absolute;
  content: "";
  background: url(../images/leaf_vertical.svg) no-repeat center/contain;
  width: 42px;
  height: 143px;
  left: 210px;
}
@media screen and (max-width: 767px) {
  .ttl_08:before {
    width: 21px;
    height: 71.5px;
    left: -10px;
  }
}
.ttl_08:after {
  position: absolute;
  content: "";
  background: url(../images/leaf_vertical.svg) no-repeat center/contain;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 42px;
  height: 143px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 210px;
}
@media screen and (max-width: 767px) {
  .ttl_08:after {
    width: 21px;
    height: 71.5px;
    right: -10px;
  }
}
.ttl_09 {
  font-size: 3.4em;
  font-family: "Noto Serif JP", serif;
  color: #000;
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ttl_09 {
    font-size: 1.7em;
  }
}
.ttl_09:before {
  position: absolute;
  content: "";
  background: url(../images/leaf_side.svg) no-repeat center/contain;
  width: 273px;
  height: 49px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0px;
}
@media screen and (max-width: 767px) {
  .ttl_09:before {
    width: 81.9px;
    height: 9.8px;
    left: -5px;
  }
}
.ttl_09:after {
  position: absolute;
  content: "";
  background: url(../images/leaf_side.svg) no-repeat center/contain;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 273px;
  height: 49px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0px;
}
@media screen and (max-width: 767px) {
  .ttl_09:after {
    width: 81.9px;
    height: 9.8px;
    right: -5px;
  }
}

.low_contact {
  font-size: 0.44em;
  display: block;
  line-height: 1;
}

/*
10：装飾
------------------------------------------------------------
*/
.bg_01 {
  background: url(../images/bg01.png) no-repeat;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bg_01 {
    background: #F0EFF1 url(../images/bg01.png) 10px 64%/contain no-repeat;
  }
}
.bg_01:after {
  position: absolute;
  content: "";
  background: url(../images/blue_line.png) repeat-x center/cover;
  width: 100%;
  height: 120px;
  bottom: -110px;
}
.bg_wood {
  background: url(../images/bg_wood.jpg);
  position: relative;
}
.bg_wood:before {
  position: absolute;
  content: "";
  background: url(../images/blue_linebottom.png) no-repeat center/contain;
  width: 98px;
  height: 35px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .bg_wood:before {
    width: 75px;
    height: 27px;
  }
}
.bg_grey {
  background: #F0EFF1;
  position: relative;
}
.bg_green {
  background: url(../images/green_line.png) repeat-x center/contain;
  position: absolute;
  width: 100%;
  height: 120px;
  color: #fff;
  font-size: 3.125em;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 10px;
  padding: 0.3em 0;
  top: -96px;
}
@media screen and (max-width: 767px) {
  .bg_green {
    background: url(../images/green_line.png) repeat-x center/cover;
    font-size: 5.5vw;
    height: 70px;
    padding: 0;
    line-height: 70px;
    letter-spacing: 2px;
    top: -66px;
    z-index: 1;
  }
}
.bg_green02 {
  background: #D4E8D3;
}
.bg_greendot {
  background: url(../images/bg_dot.jpg);
  position: relative;
}
@media screen and (max-width: 767px) {
  .bg_greendot {
    background: url(../images/bg_dot.jpg) center center/contain no-repeat;
    position: relative;
  }
}
.bg_greendot:after {
  position: absolute;
  content: "";
  background: url(../images/blue02_line.png) repeat-x center/cover;
  width: 100%;
  height: 160px;
  bottom: -105px;
}
.bg_blue {
  background: #71b2dd;
}
.bg_blue02 {
  background: #5784b6;
}
.bg_blue03 {
  background: #5784b6;
  position: relative;
}
.bg_blue03:after {
  position: absolute;
  content: "";
  background: url(../images/green_line02.png) repeat-x center/cover;
  width: 100%;
  height: 160px;
  bottom: -105px;
}
@media screen and (max-width: 767px) {
  .bg_blue03:after {
    height: 100px;
    bottom: -90px;
  }
}
.bg_bluedot {
  background: url(../images/bg_dot_blue.jpg);
  position: relative;
}
.bg_bluedot:before {
  position: absolute;
  content: "";
  background: url(../images/pink_line.png) repeat-x center/cover;
  width: 100%;
  height: 152px;
  top: -118px;
}
@media screen and (max-width: 767px) {
  .bg_bluedot:before {
    height: 90px;
    top: -33px;
  }
}
.bg_bluedot:after {
  position: absolute;
  content: "";
  background: url(../images/blue02_line.png) repeat-x center/cover;
  width: 100%;
  height: 160px;
  bottom: -105px;
}
@media screen and (max-width: 767px) {
  .bg_bluedot:after {
    height: 80px;
    bottom: -70px;
  }
}
.bg_pink {
  background: #E27995;
  position: relative;
  z-index: 0;
}
.bg_pink:before {
  position: absolute;
  content: "";
  background: url(../images/bgwood_bottom.svg) no-repeat center/contain;
  width: 98px;
  height: 35px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.bg_pink:after {
  position: absolute;
  content: "";
  background: url(../images/dot_line.png) repeat-x center/cover;
  width: 100%;
  height: 140px;
  bottom: -127px;
}
@media screen and (max-width: 767px) {
  .bg_pink:after {
    display: none;
  }
}
.bg_pink02 {
  background: #d7758e;
}
.bg_contact {
  background: url(../images/bg_contact.jpg) no-repeat center/cover;
}
.bg_flower {
  background: url(../images/bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.bg_flower:after {
  position: absolute;
  content: "";
  background: url(../images/pink_line.png) repeat-x center/cover;
  width: 100%;
  height: 160px;
  bottom: -105px;
}
@media screen and (max-width: 767px) {
  .bg_flower:after {
    height: 100px;
    bottom: -75px;
  }
}

.txt_clr_yellow {
  color: #FFF7A4;
  position: relative;
  padding: 0 60px;
  font-size: 1.22em;
}
@media screen and (max-width: 767px) {
  .txt_clr_yellow {
    padding: 0 30px;
  }
}
.txt_clr_yellow:before {
  position: absolute;
  content: "";
  background: url(../images/thunder_left.svg) no-repeat center/contain;
  width: 48px;
  height: 90px;
  left: 5px;
}
@media screen and (max-width: 767px) {
  .txt_clr_yellow:before {
    width: 20px;
    height: 37px;
    left: 5px;
  }
}
.txt_clr_yellow:after {
  position: absolute;
  content: "";
  background: url(../images/thunder_right.svg) no-repeat center/contain;
  width: 48px;
  height: 90px;
  right: 5px;
}
@media screen and (max-width: 767px) {
  .txt_clr_yellow:after {
    width: 20px;
    height: 37px;
    right: 5px;
  }
}
.txt_clr_blue {
  color: #5B8BC1;
}
.txt_clr_white {
  color: #fff;
}
.txt_clr_gray {
  color: #333333;
}
.txt_clr_gray02 {
  color: #323232;
}
.txt_clr_green {
  color: #71B16E;
}
.txt_clr_pink02 {
  color: #E27995;
}
.txt_clr_center {
  text-align: center;
}

.txt_01 {
  font-size: 1.75em;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  font-weight: 700;
  color: #323232;
}
@media screen and (max-width: 767px) {
  .txt_01 {
    font-size: 1.5em;
  }
}
.txt_02 {
  font-size: 1.125em;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .txt_02 {
    font-size: 1em;
  }
}
.txt_03 {
  font-size: 1.25em;
  font-weight: 700;
  font-family: " Noto Sans JP", sans-serif;
  line-height: 2;
  z-index: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .txt_03 {
    line-height: 1.7;
    font-size: 1em;
    font-weight: normal;
    padding: 1em;
    margin-top: 40%;
    background: rgba(244, 244, 244, 0.6);
    z-index: 2;
  }
}
.txt_03:before {
  position: absolute;
  content: "";
  background: url(../images/woman.jpg) no-repeat center/cover;
  width: 569px;
  height: 752px;
  left: 90%;
  bottom: -110px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .txt_03:before {
    width: 100px;
    height: 130px;
    top: -130px;
    bottom: inherit;
    left: inherit;
    margin: auto;
    right: 0%;
    background: url(../images/woman.png) no-repeat center/cover;
  }
}
.txt_04 {
  font-size: 1.25em;
  font-family: "Noto Sans JP", sans-serif;
  clear: both;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .txt_04 {
    font-size: 1em;
  }
}
.txt_05 {
  font-size: 1.875em;
  background: #5B8BC1;
  color: #FFF7A4;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .txt_05 {
    font-size: 1em;
    padding: 1em 0;
  }
}
.txt_06 {
  font-size: 1.625em;
  width: 48%;
  float: left;
  text-align: center;
  border: 1px solid #000;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .txt_06 {
    font-size: 1.2em;
    padding: 0.2em 0;
    width: 100%;
  }
}
.txt_07 {
  font-size: 4em;
  color: #5B8BC1;
  font-family: "Noto Sans JP", sans-serif;
  width: 48%;
  float: right;
  line-height: 1;
  text-align: center;
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  .txt_07 {
    font-size: 2.8em;
    text-align: center;
    font-weight: bold;
    padding: 0.2em 0;
    width: 100%;
    float: inherit;
  }
}
.txt_07 span {
  font-size: 0.4em;
  color: #000;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  display: block;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .txt_07.m80 {
    margin-bottom: 20%;
  }
}
.txt_08 {
  font-family: "Noto Sans JP", sans-serif;
  clear: both;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .txt_08.m60 {
    margin-bottom: 10%;
  }
}
.txt_09 {
  font-size: 1.625em;
  color: #5B8BC1;
  background: #FFF7A4;
  text-align: center;
  clear: both;
  overflow: hidden;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .txt_09 {
    font-size: 5vw;
  }
}
.txt_10 {
  font-size: 1.625em;
  font-weight: 700;
  background: #FFF7A4;
  color: #5B8BC1;
  width: 270px;
  margin: 0 30px 0 0px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .txt_10 {
    font-size: 5vw;
    width: 100%;
    margin: 0;
  }
}
.txt_11 {
  font-size: 1.125em;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .txt_11 {
    font-size: 1em;
  }
}
.txt_11 .small {
  font-size: 0.63em;
  display: block;
}
.txt_12 {
  font-size: 1.375em;
  font-weight: 700;
}
.txt_12 span {
  font-size: 0.72em;
}
@media screen and (max-width: 767px) {
  .txt_12 {
    font-size: 1.2em;
    line-height: 1.3;
    text-align: center;
    margin: 1.5em auto 1em;
  }
}
.txt_tel {
  font-size: 5.9em;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1;
  padding-left: 70px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .txt_tel {
    font-size: 1.8em;
    padding-left: 45px;
    margin: 20px auto 20px;
    display: inline-block;
  }
}
.txt_tel:before {
  position: absolute;
  content: "";
  background: url(../images/tel.svg) no-repeat center/contain;
  width: 80px;
  height: 80px;
  bottom: 0;
  left: 0px;
}
@media screen and (max-width: 767px) {
  .txt_tel:before {
    width: 40px;
    height: 40px;
  }
}
.txt_tel_low_txt {
  font-size: 1.25em;
  text-align: center;
  color: #E27995;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 767px) {
  .txt_tel_low_txt {
    font-size: 1em;
    margin: 20px auto 0;
    line-height: 1.5;
  }
}
.txt_tel_low_txt:before {
  position: absolute;
  content: "";
  border-top: 1px solid #E27995;
  width: 100%;
  left: 0;
  right: 0;
  top: -10px;
}
@media screen and (max-width: 767px) {
  .txt_tel_low_txt:before {
    width: 260px;
    margin: 0 auto;
  }
}
.txt_tel_low_txt:after {
  position: absolute;
  content: "";
  border-top: 1px solid #E27995;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -10px;
}
@media screen and (max-width: 767px) {
  .txt_tel_low_txt:after {
    width: 260px;
    margin: 0 auto;
  }
}
.txt_bold {
  font-weight: 700;
}

/*
11:ボタン系
------------------------------------------------------------
*/
a.button {
  color: #fff;
  display: block;
  position: relative;
  background: #E27995;
  width: 230px;
  height: 67px;
  font-size: 0.95em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #E27995;
  line-height: 1.5;
  padding: 10px 10px 16px 45px;
  -webkit-box-shadow: 1px 3px 2px #505050;
          box-shadow: 1px 3px 2px #505050;
}
a.button:before {
  position: absolute;
  content: "";
  background: url(../images/mail.svg) no-repeat center/contain;
  width: 24px;
  height: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 16px;
}
a.button:hover {
  color: #E27995;
  background: #fff;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  a.button {
    font-size: 4.5vw;
  }
}
a.button_contact {
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 0.5em;
  background: #E27995;
  width: 100% !important;
  font-size: 1.4em;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #E27995;
  line-height: 1.5;
  -webkit-box-shadow: 0px 3px 0px #505050;
          box-shadow: 0px 3px 0px #505050;
}
@media screen and (max-width: 767px) {
  a.button_contact {
    width: 80% !important;
    height: auto;
    font-size: 1em;
    margin: 0 auto;
    padding: 45px 0 10px 0;
  }
}
a.button_contact:before {
  position: absolute;
  content: "";
  background: url(../images/mail.svg) no-repeat center/contain;
  width: 49px;
  height: 35px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 40px;
}
@media screen and (max-width: 767px) {
  a.button_contact:before {
    left: 0;
    bottom: inherit;
    right: 0;
    top: 10px;
    margin: 0 auto;
    width: 34.3px;
    height: 24.5px;
  }
}
a.button_contact:hover {
  color: #E27995;
  background: #fff;
  border: 2px solid #E27995;
  opacity: 0.8;
}
a.tel_click {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a.tel_click {
    pointer-events: auto;
  }
}
a.button02 {
  color: #fff;
  display: block;
  position: relative;
  background: #E27995;
  max-width: 230px;
  height: 69px;
  font-size: 1.125em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #E27995;
  line-height: 1.5;
  padding: 15px;
  -webkit-box-shadow: 1px 3px 2px #505050;
          box-shadow: 1px 3px 2px #505050;
}
a.button02:hover {
  color: #E27995;
  background: #fff;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  a.button02 {
    font-size: 4.5vw;
  }
}

.btnarea {
  width: 100%;
  height: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btnarea {
    margin-bottom: 5%;
  }
}

/*
15:マージン・パディング
------------------------------------------------------------
*/
.m05 {
  margin-bottom: 5px;
}

.m10 {
  margin-bottom: 10px;
}

.m15 {
  margin-bottom: 15px;
}

.m20 {
  margin-bottom: 20px;
}

.m30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .m30 {
    margin-bottom: 5%;
  }
}

.m40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .m40 {
    margin-bottom: 5%;
  }
}

.m50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .m50 {
    margin-bottom: 10%;
  }
}

.m60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .m60 {
    margin-bottom: 10%;
  }
}

.m70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .m70 {
    margin-bottom: 10%;
  }
}

.m80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .m80 {
    margin-bottom: 10%;
  }
}

.m90 {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .m90 {
    margin-bottom: 10%;
  }
}

.m100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .m100 {
    margin-bottom: 10%;
  }
}

/*
13:コンタクトフォーム
------------------------------------------------------------
*/
table.contactform {
  margin: 5em auto 2em;
  width: 830px;
}
table.contactform th {
  font-size: 0.9em;
  padding: 0 2% 6% 2%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  table.contactform th {
    font-size: 0.7em;
    padding: 0 0% 6% 0%;
    width: 97px;
  }
}
table.contactform th span {
  font-size: 0.8em;
  color: red;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  table.contactform th span {
    font-size: 0.6em;
    margin-left: 5px;
  }
}
table.contactform td {
  padding: 0 2% 4% 2%;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  table.contactform td {
    padding: 0 1% 4% 0%;
  }
}
table.contactform td p {
  margin-bottom: 0;
  line-height: 1.6;
}

input, textarea, select {
  padding: 15px;
  border-radius: 5px;
  border: solid 1px #c8c8c8;
  width: 590px;
}
@media screen and (max-width: 767px) {
  input, textarea, select {
    width: 200px;
  }
}

textarea {
  width: 590px;
  height: 100px;
}
@media screen and (max-width: 767px) {
  textarea {
    width: 200px;
  }
}

/*------------------------
	MWフォーム用
--------------------------*/
.submitBox {
  width: 100%;
  margin: 0 auto 2em;
  text-align: center;
}

.submit, .backBtn {
  margin: 0 1em;
  padding: 1.1em 3em;
  display: inline-block;
  font-size: 0.85em;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  letter-spacing: 0.08em;
  border: none;
}

input[type=submit] {
  background: #E27995;
  color: #fff;
  width: 300px;
  height: 75px;
  font-size: 1.25em;
  font-weight: 700;
  -webkit-box-shadow: 0px 3px 3px #bbb;
          box-shadow: 0px 3px 3px #bbb;
  border: 2px solid #E27995;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  input[type=submit] {
    width: 200px;
  }
}
input[type=submit]:hover {
  color: #E27995;
  background: #fff;
}

input[type=button] {
  background: #5b8bc1;
  color: #fff;
  width: 300px;
  height: 75px;
  font-size: 1.25em;
  font-weight: 700;
  -webkit-box-shadow: 0px 3px 3px #bbb;
          box-shadow: 0px 3px 3px #bbb;
  border: 2px solid #5b8bc1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  input[type=button] {
    width: 200px;
  }
}
input[type=button]:hover {
  color: #5b8bc1;
  background: #fff;
}

.submit:hover, .backBtn:hover {
  opacity: 0.8;
}

.mw_wp_form_input .submit .textarea {
  background: #485157;
}

.mw_wp_form_confirm .submit {
  background: #614f37;
}

.contact_btn {
  text-align: center;
}

.backBtn {
  background: #485157;
}

#datepicker {
  width: 40%;
}

.required {
  font-size: 0.85em;
  font-weight: 500;
  color: #fff;
  background: #182d7b;
  display: inline-block;
  margin: 0 0 0 1em;
  padding: 0.5em 0.5em 0.5em 0.8em;
  line-height: 1;
}