@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800&display=swap");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%; }

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

ul, ol {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit; }

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom; }

iframe {
  border: 0; }

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

td,
th {
  padding: 0;
  text-align: left; }

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

b,
strong {
  font-weight: bold; }

.clear {
  clear: both; }

.cf:before, .cf:after {
  content: "";
  display: block; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1;
  overflow: hidden; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.table_w {
  width: 100%;
  display: table;
  table-layout: fixed; }

.table_c {
  display: table-cell;
  vertical-align: top; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.align_center {
  text-align: center !important; }

.align_left {
  text-align: left !important; }

.align_right {
  text-align: right !important; }

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

/* ===================================================================
	utility
=================================================================== */
.mt05 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.txt_c {
  text-align: center; }

/* ===================================================================
	form
=================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
.form_section table {
  border: 1px solid #ddd;
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .form_section table {
      border-bottom: none; } }
  .form_section table th, .form_section table td {
    padding: 20px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 50%; }
    @media only screen and (max-width: 768px) {
      .form_section table th, .form_section table td {
        display: block;
        width: 100% !important;
        border-right: none; } }
  .form_section table th {
    background: #f5f5f5;
    position: relative; }
  .form_section table td {
    background: #fff; }
.form_section span.require,
.form_section span.option {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.07em;
  padding: 3px 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -12px; }
.form_section span.require {
  background: #cb1c1c; }
.form_section span.option {
  background: #1c77cb; }
.form_section [type=check],
.form_section [type=radio],
.form_section [type=submit] {
  cursor: pointer; }
.form_section [type=check] + label,
.form_section [type=radio] + label {
  display: inline-block;
  cursor: pointer; }
.form_section [type=tel],
.form_section [type=email],
.form_section [type=text],
.form_section [type=password],
.form_section [type=number],
.form_section textarea,
.form_section select {
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 100%;
  font-size: 14px; }
.form_section textarea {
  height: 200px; }
.form_section input#zip1 {
  display: inline-block;
  width: 80px; }
.form_section input#zip2 {
  display: inline-block;
  width: 150px;
  margin-bottom: 7px; }
.form_section [type=submit] {
  display: block;
  border: 1px solid #18a36d;
  background: #18a36d;
  color: #fff;
  width: 500px;
  padding: 20px 0;
  text-align: center;
  font-size: 18px;
  margin: 25px auto 0;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; }
  @media only screen and (min-width: 769px) {
    .form_section [type=submit]:hover {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; } }
  @media only screen and (max-width: 768px) {
    .form_section [type=submit] {
      width: 100%;
      padding: 20px 10px; } }
.form_section .checkbox input,
.form_section .radio input {
  display: none; }
.form_section .checkbox li,
.form_section .radio li {
  margin-top: 5px; }
  .form_section .checkbox li:first-child,
  .form_section .radio li:first-child {
    margin-top: 0; }
@media only screen and (min-width: 769px) {
  .form_section .checkbox.inline_parts,
  .form_section .radio.inline_parts {
    font-size: 0; }
  .form_section .checkbox.inline_parts li,
  .form_section .radio.inline_parts li {
    display: inline-block;
    vertical-align: bottom;
    margin-top: 0;
    margin-right: 20px; }
    .form_section .checkbox.inline_parts li:last-child,
    .form_section .radio.inline_parts li:last-child {
      margin-right: 0; } }
.form_section .checkbox .parts,
.form_section .radio .parts {
  position: relative;
  line-height: 1;
  border: 1px solid #ddd;
  display: block;
  padding: 18px 20px 20px 50px;
  font-size: 16px; }
  @media only screen and (max-width: 768px) {
    .form_section .checkbox .parts,
    .form_section .radio .parts {
      font-size: 14px; } }
  .form_section .checkbox .parts::before,
  .form_section .radio .parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    border: 1px solid #ccc;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
.form_section .checkbox .parts::before {
  width: 15px;
  height: 15px;
  border-radius: 4px; }
.form_section .radio .parts::before {
  width: 16px;
  height: 16px;
  border-radius: 50%; }
.form_section .radio input:checked + .parts {
  color: #2ea2f3;
  border-color: #2ea2f3;
  background: #f6fafe; }
  .form_section .radio input:checked + .parts::after {
    content: "";
    display: block;
    position: absolute;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 23px;
    width: 10px;
    height: 10px;
    background: #2ea2f3;
    border-radius: 50%; }
.form_section .checkbox input:checked + .parts {
  color: #2ea2f3;
  border-color: #2ea2f3;
  background: #f6fafe; }
  .form_section .checkbox input:checked + .parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 25px;
    width: 7px;
    height: 14px;
    margin-top: -11px;
    transform: rotate(40deg);
    border-bottom: 3px solid #2ea2f3;
    border-right: 3px solid #2ea2f3; }
.form_section .selector {
  position: relative; }
  .form_section .selector::after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 20px;
    z-index: 10;
    pointer-events: none; }
  .form_section .selector select {
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 1em;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: block;
    z-index: 1;
    cursor: pointer; }
.form_section .ermsg {
  font-size: 11px;
  color: #B50000; }
.form_section .radio .ermsg, .form_section .checkbox .ermsg {
  display: none; }
.form_section .radio li:first-child .ermsg, .form_section .checkbox li:first-child .ermsg {
  display: block; }
.form_section ::-webkit-input-placeholder {
  color: #b9b9b9; }
.form_section ::-moz-placeholder {
  color: #b9b9b9; }
.form_section :-moz-placeholder {
  color: #b9b9b9; }
.form_section :-ms-input-placeholder {
  color: #b9b9b9; }

@keyframes poyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%); }
  10% {
    transform: scale(0.9, 0.9) translate(0%, 2.5%); }
  20% {
    transform: scale(1.2, 0.8) translate(0%, 5%); }
  30% {
    transform: scale(0.8, 1.2) translate(0%, -5%); }
  50% {
    transform: scale(1.1, 0.9) translate(0%, 2.5%); }
  65% {
    transform: scale(1, 1) translate(0%, 0%); } }
@keyframes ttob {
  0% {
    transform: scale(0.8, 1.1) translate(0, -1000px); }
  85% {
    transform: scale(1.1, 0.9) translate(0, 30px); }
  100% {
    transform: scale(1) translate(0, 0); } }
@keyframes bounce {
  0% {
    transform: scale(0.8, 1.4) translate(0%, -100%);
    opacity: 0; }
  10% {
    transform: scale(0.8, 1.4) translate(0%, -15%);
    opacity: 1; }
  20% {
    transform: scale(1.4, 0.6) translate(0%, 30%);
    opacity: 1; }
  30% {
    transform: scale(0.9, 1.1) translate(0%, -10%);
    opacity: 1; }
  40% {
    transform: scale(0.95, 1.2) translate(0%, -30%);
    opacity: 1; }
  50% {
    transform: scale(0.95, 1.2) translate(0%, -10%);
    opacity: 1; }
  60% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
    opacity: 1; }
  70% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1; }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1; } }
@-webkit-keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1; }
  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }
@keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1; }
  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }
@-webkit-keyframes slide-in-bck-center {
  0% {
    -webkit-transform: translateZ(600px);
    transform: translateZ(600px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
@keyframes slide-in-bck-center {
  0% {
    -webkit-transform: translateZ(600px);
    transform: translateZ(600px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
@keyframes mochimochi {
  0% {
    transform: scale(1, 0.95); }
  20% {
    transform: scale(0.95, 1.05); }
  90% {
    transform: scale(1, 1); }
  100% {
    transform: scale(1, 0.95); } }
@keyframes wobbling_x {
  0% {
    margin-left: 15px; }
  100% {
    margin-left: 0px; } }
@keyframes wobbling_y {
  0% {
    margin-top: 0px; }
  100% {
    margin-top: 8px; } }
@-webkit-keyframes wobble-hor-bottom {
  50%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg); }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg); }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg); }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg); }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg); } }
@keyframes wobble-hor-bottom {
  50%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg); }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg); }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg); }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg); }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg); } }
@-webkit-keyframes wobble-ver-right {
  33%,
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  15% {
    -webkit-transform: translateY(-30px) rotate(6deg);
    transform: translateY(-30px) rotate(6deg); }
  30% {
    -webkit-transform: translateY(15px) rotate(-6deg);
    transform: translateY(15px) rotate(-6deg); }
  45% {
    -webkit-transform: translateY(-15px) rotate(3.6deg);
    transform: translateY(-15px) rotate(3.6deg); }
  60% {
    -webkit-transform: translateY(9px) rotate(-2.4deg);
    transform: translateY(9px) rotate(-2.4deg); }
  75% {
    -webkit-transform: translateY(-6px) rotate(1.2deg);
    transform: translateY(-6px) rotate(1.2deg); } }
@keyframes wobble-ver-right {
  33%,
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  15% {
    -webkit-transform: translateY(-30px) rotate(6deg);
    transform: translateY(-30px) rotate(6deg); }
  30% {
    -webkit-transform: translateY(15px) rotate(-6deg);
    transform: translateY(15px) rotate(-6deg); }
  45% {
    -webkit-transform: translateY(-15px) rotate(3.6deg);
    transform: translateY(-15px) rotate(3.6deg); }
  60% {
    -webkit-transform: translateY(9px) rotate(-2.4deg);
    transform: translateY(9px) rotate(-2.4deg); }
  75% {
    -webkit-transform: translateY(-6px) rotate(1.2deg);
    transform: translateY(-6px) rotate(1.2deg); } }
@-webkit-keyframes slide-in-bck-center {
  0% {
    -webkit-transform: translateZ(600px);
    transform: translateZ(600px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
@keyframes slide-in-bck-center {
  0% {
    -webkit-transform: translateZ(600px);
    transform: translateZ(600px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
@-webkit-keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }
@keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }
.is_onscreen.fade_up {
  opacity: 1;
  animation-name: fadeup;
  animation-duration: 1.5s; }

@keyframes fadeup {
  from {
    opacity: 0;
    -moz-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  20% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px); }
  40% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px); }
  60% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px); }
  80% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px); }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0); } }
@keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  20% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px); }
  40% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px); }
  60% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px); }
  80% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px); }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0); } }
@keyframes animationZoom2 {
  50% {
    transform: scale(1.02); } }
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: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6; }

.font_ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400; }

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(24, 163, 109, 0.75);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  border: 1px solid #fff;
  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; }
  .page_top:hover {
    background: #18a36d;
    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; } }

.shiny_btn {
  display: block;
  position: relative;
  overflow: hidden; }
  .shiny_btn::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 5.5s ease-in-out infinite; }

@-webkit-keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5; }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1; }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0; } }
.header {
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
  .header .inner {
    position: relative;
    height: 65px;
    width: 1000px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
    .header .inner .site_logo {
      position: absolute;
      left: 0;
      top: 8px; }
      .header .inner .site_logo img {
        width: 60%; }
    .header .inner .header_btn {
      position: absolute;
      right: 0;
      top: 8px; }

.fv {
  background: url("img/fv_bg.png") no-repeat center top; }
  .fv .inner {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    height: 323px; }
    @media only screen and (max-width: 768px) {
      .fv .inner {
        width: 100%; } }
    .fv .inner .fv_txt, .fv .inner .fv_btn {
      position: absolute; }
    .fv .inner .fv_txt {
      top: 20px;
      left: 80px; }
    .fv .inner .fv_btn {
      top: 213px;
      left: 330px;
      z-index: 1; }
  .fv .fv_ico {
    position: absolute; }
    .fv .fv_ico.fv_ico1 {
      bottom: 2px;
      right: 22px;
      animation: animationZoom2 3s ease-in-out infinite; }
    .fv .fv_ico.fv_ico2 {
      top: 75px;
      right: 105px;
      animation: poyon 1.5s infinite; }

.section01 .inner {
  padding: 30px 0 200px;
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      width: 100%; } }
.section01 h2 {
  background: #18a36d;
  width: 467px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 15px 0;
  font-size: 25px;
  color: #fff;
  line-height: 1.3;
  font-weight: 500;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }
  .section01 h2::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 18px 0 18px;
    border-color: #18a36d transparent transparent transparent;
    bottom: -16px; }
  .section01 h2 span {
    color: #fff065;
    font-size: 34px;
    display: block; }
.section01 .image {
  margin-top: 35px;
  text-align: center; }
.section01 .bottom {
  background: url("img/section01_bg.png") no-repeat center top;
  background-size: cover; }
  .section01 .bottom .bottom_inner {
    width: 1000px;
    margin: 0 auto;
    height: 85px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .section01 .bottom .bottom_inner {
        width: 100%; } }
  .section01 .bottom img {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0; }

.section02 {
  background: #fffbd7; }
  .section02 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0; }
    @media only screen and (max-width: 768px) {
      .section02 .inner {
        width: 100%; } }
  .section02 h2 {
    text-align: center;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.4; }
    .section02 h2 span {
      display: block;
      color: #18a36d;
      font-weight: 800;
      font-size: 43px; }
  .section02 .flex {
    margin-top: 30px;
    justify-content: center; }
    .section02 .flex .image {
      width: 227px; }
    .section02 .flex .txt {
      margin-left: 30px;
      width: 416px; }
      .section02 .flex .txt p {
        margin-top: 20px;
        font-weight: 500;
        font-size: 18px; }
        .section02 .flex .txt p span, .section02 .flex .txt p strong {
          font-weight: 700; }
        .section02 .flex .txt p span {
          color: #18a36d; }
        .section02 .flex .txt p strong {
          color: #fc4b2e; }
      .section02 .flex .txt .btn {
        width: 345px;
        margin: 0 auto;
        margin-top: 20px;
        text-align: center; }

.section03 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 50px; }
  @media only screen and (max-width: 768px) {
    .section03 .inner {
      width: 100%; } }
.section03 h2 {
  text-align: center; }
.section03 .wrap {
  margin-top: 70px; }
  .section03 .wrap ul li {
    width: calc((100% - 4%) / 3);
    margin-left: 2%;
    position: relative;
    border: 2px solid #18a36d;
    padding: 50px 20px 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px; }
    .section03 .wrap ul li:first-child {
      margin-left: 0; }
    .section03 .wrap ul li::before {
      content: "";
      position: absolute;
      width: 64px;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: -32px;
      pointer-events: none; }
    .section03 .wrap ul li:nth-child(1)::before {
      background-image: url("img/section03_service1.png"); }
    .section03 .wrap ul li:nth-child(2)::before {
      background-image: url("img/section03_service2.png"); }
    .section03 .wrap ul li:nth-child(3)::before {
      background-image: url("img/section03_service3.png"); }
  .section03 .wrap h3 {
    text-align: center;
    font-weight: 800;
    letter-spacing: 0.02em;
    font-size: 30px;
    color: #18a36d; }
  .section03 .wrap .ico {
    text-align: center;
    margin-top: 10px; }
  .section03 .wrap .txt {
    margin-top: 15px; }

.section04 {
  background: #e5f8f0; }
  .section04 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 50px 10px; }
    @media only screen and (max-width: 768px) {
      .section04 .inner {
        width: 100%; } }
  .section04 h2 {
    background: #18a36d;
    width: 467px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding: 15px 0;
    font-size: 25px;
    color: #fff;
    line-height: 1.3;
    font-weight: 500;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px; }
    .section04 h2::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 16px 18px 0 18px;
      border-color: #18a36d transparent transparent transparent;
      bottom: -16px; }
    .section04 h2 span {
      color: #fff065;
      font-size: 34px;
      display: block; }
  .section04 .read {
    margin-top: 25px;
    text-align: center;
    font-size: 20px;
    font-weight: 500; }
    .section04 .read strong {
      font-weight: 700;
      font-size: 24px;
      color: #fc4b2e; }
  .section04 .wrap {
    margin-top: 30px; }
    .section04 .wrap > ul > li {
      width: 321px;
      margin-left: 8px;
      height: 508px;
      padding: 110px 20px 20px;
      font-size: 17px; }
      .section04 .wrap > ul > li:first-child {
        margin-left: 0; }
      .section04 .wrap > ul > li:nth-child(1) {
        background: url("img/section04_bg1.png") no-repeat center top; }
      .section04 .wrap > ul > li:nth-child(2) {
        background: url("img/section04_bg2.png") no-repeat center top; }
      .section04 .wrap > ul > li:nth-child(3) {
        background: url("img/section04_bg3.png") no-repeat center top; }
    .section04 .wrap .ico {
      text-align: center; }
    .section04 .wrap .point {
      margin-top: 20px;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      padding: 15px;
      color: #fff; }
      .section04 .wrap .point .heading {
        font-weight: 700;
        text-align: center;
        letter-spacing: 0.04em; }
      .section04 .wrap .point ul li {
        font-weight: 500; }
    .section04 .wrap .txt {
      margin-top: 10px; }
    .section04 .wrap > ul > li:nth-child(1) .point {
      background: #3c7eae; }
    .section04 .wrap > ul > li:nth-child(2) .point {
      background: #ceaf05;
      padding-bottom: 42px; }
    .section04 .wrap > ul > li:nth-child(3) .point {
      margin-top: 47px;
      background: #d26636;
      padding-bottom: 42px; }

.section05 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 50px 50px; }
  @media only screen and (max-width: 768px) {
    .section05 .inner {
      width: 100%; } }
.section05 .content {
  border: 2px solid #484848;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  position: relative;
  padding: 60px 35px 35px; }
  .section05 .content h2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -30px; }
  .section05 .content .image {
    position: absolute;
    bottom: 0;
    right: 40px; }
  .section05 .content .heading {
    text-align: center;
    font-weight: 500;
    font-size: 20px; }
    .section05 .content .heading span, .section05 .content .heading strong {
      font-weight: 700; }
    .section05 .content .heading strong {
      color: #fc4b2e;
      font-size: 24px; }
  .section05 .content .txt {
    margin-top: 30px;
    padding-right: 150px; }
    .section05 .content .txt .txt_inner {
      background: #f1f1f1;
      padding: 20px;
      padding-right: 0;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px; }
    .section05 .content .txt ul li {
      font-size: 20px;
      font-weight: 500; }
      .section05 .content .txt ul li:nth-child(odd) {
        width: 53%; }
      .section05 .content .txt ul li:nth-child(even) {
        width: 47%; }

.cta {
  background: #fffbd7; }
  .cta .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding: 30px 0; }
    @media only screen and (max-width: 768px) {
      .cta .inner {
        width: 100%; } }
  .cta .image {
    position: absolute;
    left: 90px;
    bottom: 0; }
  .cta .heading {
    text-align: center;
    font-weight: 700;
    font-size: 24px; }
    .cta .heading strong {
      font-size: 32px;
      font-weight: 800;
      color: #18a36d;
      display: inline-block;
      margin: 0 3px; }
  .cta .btn {
    margin: 0 auto;
    width: 415px; }
  .cta .txt {
    margin-top: 20px; }

.cta2 {
  background: #fffbd7; }
  .cta2 .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding: 30px 0;
    padding-left: 100px; }
    .cta2 .inner .flex {
      justify-content: center; }
      .cta2 .inner .flex .mail {
        margin-left: 20px; }
        .cta2 .inner .flex .mail .heading {
          text-align: center;
          font-weight: 700;
          font-size: 24px; }
          .cta2 .inner .flex .mail .heading strong {
            font-size: 32px;
            font-weight: 800;
            color: #18a36d;
            display: inline-block;
            margin: 0 3px; }
        .cta2 .inner .flex .mail .btn {
          margin: 0 auto;
          width: 415px; }
    .cta2 .inner .txt {
      margin-top: 20px; }
    .cta2 .inner .image {
      position: absolute;
      left: 140px;
      bottom: 0; }

.section06 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 70px 50px; }
  @media only screen and (max-width: 768px) {
    .section06 .inner {
      width: 100%; } }
.section06 h2 {
  text-align: center; }
.section06 .wrap {
  margin-top: 40px; }
  .section06 .wrap ul li {
    margin-top: 40px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    overflow: hidden;
    border: 2px solid #18a36d; }
    .section06 .wrap ul li:first-child {
      margin-top: 0; }
    .section06 .wrap ul li:nth-child(1) .ttl span.ttl2 {
      border: 2px solid #3c7eae;
      color: #3c7eae; }
    .section06 .wrap ul li:nth-child(2) .ttl span.ttl2 {
      border: 2px solid #d26636;
      color: #d26636; }
    .section06 .wrap ul li:nth-child(3) .ttl span.ttl2 {
      border: 2px solid #ceaf05;
      color: #ceaf05; }
  .section06 .wrap .ttl {
    background: #18a36d;
    text-align: center;
    padding: 12px 0; }
    .section06 .wrap .ttl span {
      display: inline-block;
      vertical-align: middle; }
      .section06 .wrap .ttl span.ttl1 {
        font-size: 25px;
        font-weight: 700;
        color: #fff; }
      .section06 .wrap .ttl span.ttl2 {
        margin-left: 10px;
        background: #fff;
        font-size: 29px;
        line-height: 50px;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        -o-border-radius: 50px;
        -ms-border-radius: 50px;
        padding: 0 25px;
        font-weight: 700; }
.section06 .content {
  padding: 30px 50px; }
  .section06 .content .image {
    text-align: center; }
  .section06 .content .txt {
    margin-top: 30px;
    background: #fffdec;
    padding: 30px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px; }
    .section06 .content .txt .review {
      text-align: center; }
    .section06 .content .txt p {
      margin-top: 20px;
      font-size: 19px; }
      .section06 .content .txt p strong {
        font-weight: 700; }

.section07 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 50px; }
  @media only screen and (max-width: 768px) {
    .section07 .inner {
      width: 100%; } }
.section07 h2 {
  text-align: center;
  color: #18a36d;
  font-weight: 800;
  font-size: 43px; }
.section07 .question {
  padding: 40px 20px 40px 90px;
  background: url("img/section07_question.png") no-repeat 20px 38px;
  background-size: 42px;
  font-size: 22px;
  font-weight: 500;
  cursor: pointer;
  position: relative; }
  .section07 .question::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 100%;
    background-image: url("img/section07_ico.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    right: 0;
    top: 0;
    pointer-events: none; }
  .section07 .question.active::after {
    background-image: url("img/section07_ico_active.png"); }
.section07 .answer {
  padding: 8px 0 30px 90px;
  background: url("img/section07_answer.png") no-repeat 20px top;
  background-size: 42px;
  font-size: 19px; }
.section07 ul li {
  border-bottom: 1px solid #c4c4c4; }

.section08 {
  background: #18a36d; }
  .section08 .inner {
    padding: 70px 50px 50px;
    width: 1000px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .section08 .inner {
        width: 100%; } }
  .section08 h2 {
    text-align: center; }
    .section08 h2 span {
      display: inline-block;
      font-weight: 800;
      font-size: 43px;
      color: #fff;
      padding-left: 40px;
      position: relative;
      letter-spacing: 0.03em; }
      .section08 h2 span::before {
        content: "";
        position: absolute;
        width: 34px;
        height: 100%;
        background-image: url("img/section08_ttl.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        left: -10px;
        top: 0;
        pointer-events: none; }
  .section08 .err_message {
    text-align: center;
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
    padding: .75rem 1.25rem;
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    display: none;
    width: 62%; }
  .section08 .formparts {
    display: none; }
  .section08 .formparts-active {
    display: block !important; }
  .section08 .form_section button {
    display: block;
    border: none;
    border-bottom: 5px solid #dece45;
    background: #fff48d;
    background: -webkit-linear-gradient(top, #fff48d 0%, #fff065 100%);
    background: linear-gradient(to bottom, #fff48d 0%, #fff065 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff48d', endColorstr=' #fff065', GradientType=0);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    color: #484848;
    font-weight: 700;
    padding: 20px 0;
    width: 380px;
    text-align: center;
    font-size: 22px;
    margin: 25px auto;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }
  @media only screen and (max-width: 768px) {
    .section08 .form_section button {
      width: 100%; } }
  .section08 .progress {
    margin: 0 auto;
    margin-top: 10px;
    width: 50%;
    align-items: center; }
    .section08 .progress .progressbar {
      width: 85%;
      height: 10px;
      background: #fff;
      border-radius: 50px;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      -o-border-radius: 50px;
      -ms-border-radius: 50px;
      position: relative;
      overflow: hidden; }
      @media only screen and (max-width: 768px) {
        .section08 .progress .progressbar {
          width: 85%; } }
      .section08 .progress .progressbar span {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        background: #fff068;
        height: 10px;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        -o-border-radius: 50px;
        -ms-border-radius: 50px; }
    .section08 .progress .progress_txt {
      width: 15%;
      padding-left: 10px;
      color: #fff;
      font-weight: bold; }
      .section08 .progress .progress_txt span {
        font-weight: bold;
        font-size: 20px;
        display: inline-block;
        margin-right: 3px; }
  .section08 .form_parts_wrap {
    position: relative;
    margin-top: 20px; }
    .section08 .form_parts_wrap .image {
      position: absolute;
      right: -20px;
      top: -180px; }
    .section08 .form_parts_wrap .note {
      margin-top: 20px;
      color: #fff;
      text-align: center; }

.footer .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0; }
  @media only screen and (max-width: 768px) {
    .footer .inner {
      width: 100%; } }
.footer .f_nav ul {
  text-align: center;
  font-size: 0; }
  .footer .f_nav ul li {
    display: inline-block;
    font-size: 10px;
    margin-right: 10px;
    vertical-align: top;
    font-size: 15px; }
    .footer .f_nav ul li::before {
      content: "｜";
      margin-right: 10px; }
    .footer .f_nav ul li:first-child::before {
      display: none; }
    .footer .f_nav ul li a {
      text-decoration: none; }
      .footer .f_nav ul li a:hover {
        text-decoration: underline; }
.footer .copyright {
  background: #484848;
  color: #fff;
  font-size: 13px;
  padding: 10px 0;
  text-align: center; }

.wrapper.page {
  background: #eceef4;
  padding: 50px 0; }
  .wrapper.page .container {
    width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 50px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px; }
    @media only screen and (max-width: 768px) {
      .wrapper.page .container {
        width: 100%;
        padding: 30px 15px; } }
  .wrapper.page .page_ttl_wrap {
    text-align: center; }
    .wrapper.page .page_ttl_wrap .page_ttl {
      color: #18a36d;
      font-size: 30px;
      padding-bottom: 5px;
      font-weight: bold;
      border-bottom: 1px solid #18a36d;
      display: inline-block; }
  .wrapper.page .term section {
    margin-top: 40px; }
  .wrapper.page .term h3 {
    font-size: 18px;
    font-weight: bold; }
  .wrapper.page .term .textIndent {
    padding-left: 20px;
    margin-top: 10px; }
    .wrapper.page .term .textIndent h4 {
      font-weight: bold; }
    .wrapper.page .term .textIndent p {
      margin-bottom: 1em; }
  .wrapper.page .term .textIndent2 {
    padding-left: 40px;
    margin-top: 10px; }
  .wrapper.page .term .textIndent3 {
    padding-left: 40px;
    margin-top: 10px; }
  .wrapper.page .term .circleNumberPosition {
    position: relative;
    padding-left: 1.2em; }
  .wrapper.page .term .circleNumber {
    position: absolute;
    left: 0; }
  .wrapper.page .term ol {
    list-style-type: decimal;
    margin-bottom: 10px; }
  .wrapper.page .term ol li ol {
    list-style-type: none;
    margin-bottom: 10px; }
  .wrapper.page .company h3 {
    font-weight: bold;
    text-align: center; }
  .wrapper.page .company table {
    border: 1px solid #ddd;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px; }
    .wrapper.page .company table th, .wrapper.page .company table td {
      border-right: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      padding: 15px;
      vertical-align: middle; }
    .wrapper.page .company table th {
      background: #f5f5f5;
      width: 200px; }

.thanks .read2 {
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold; }

.thanks .txt {
  margin-top: 20px;
  text-align: center; }

.thanks ul {
  margin-top: 30px; }

.thanks ul li {
  margin-top: 5px;
  position: relative;
  font-size: 14px; }

.thanks ul li:first-child {
  margin-top: 0; }

.thanks ul li span {
  color: #f00;
  font-weight: bold; }

.thanks .tellist {
  margin-top: 30px; }
  .thanks .tellist li {
    padding: .5em;
    text-align: center;
    font-size: 16px; }
    .thanks .tellist li b {
      background: #ff5919;
      color: #fff;
      padding: .5em 1.2em;
      font-size: 1.5em;
      font-weight: bold;
      border-radius: 7px;
      display: block;
      text-decoration: none;
      max-width: 500px;
      margin: 0 auto; }
