@charset "UTF-8";
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  margin: 0;
  padding: 0; }

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom; }

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox; }

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; }

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none; }

/**
 * Remove padding
 */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer; }

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none; }

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

body {
  background-color: #fff;
  color: #202020;
  font-family: "Noto serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
  line-height: 1; }

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: top;
  line-height: 1; }

a {
  transition-duration: 0.5s; }

a:hover {
  opacity: 0.6; }

section {
  position: relative; }

@media screen and (min-width: 769px) {
  html {
    font-size: calc(100vw / 20); }

  body {
    font-size: 0.2rem;
    width: 100%; }

  .sp {
    display: none; }

  .totop {
    position: fixed;
    bottom: 5vw;
    right: 5%;
    z-index: 99999999999999999; }

  .totop img {
    width: 3.85vw; } }
@media screen and (max-width: 768px) {
  html {
    font-size: calc(100vw / 10); }

  body {
    font-size: 0.4rem;
    min-width: 320px; }

  html,
  body {
    height: 100%;
    min-height: 100%; }

  html.fixed {
    position: fixed;
    z-index: -1;
    height: 100%;
    width: 100%; }

  .pc {
    display: none !important; }

  .totop {
    position: fixed;
    bottom: 5vw;
    right: 5%;
    z-index: 99999999999999999; }

  .totop img {
    width: 10vw; } }
.siteHeader {
  width: 100%;
  position: relative; }
  @media screen and (min-width: 769px) {
    .siteHeader {
      font-size: 0;
      padding-top: 1.31rem;
      padding-left: 8.95rem;
      height: 9.18rem;
      background: url(../img/header.jpg) 0 0 no-repeat;
      background-size: contain; }
      .siteHeader-logo {
        position: absolute;
        top: 0.39rem;
        left: 0.9rem;
        width: 4.74rem; }
      .siteHeader h1 {
        font-size: 0.57rem;
        line-height: 0.82rem; }
      .siteHeader p {
        font-size: 0.28rem;
        line-height: 0.4rem;
        margin-top: 0.15rem;
        color: #A40A5E; }
      .siteHeader h2 {
        width: 8rem;
        margin-top: 0.41rem;
        font-size: 0.36rem;
        line-height: 0.51rem;
        color: #A40A5E;
        padding: 0.06rem 0 0.13rem;
        border-top: 0.01rem solid #A40A5E;
        border-bottom: 0.01rem solid #A40A5E; }
      .siteHeader-button1 {
        margin-top: 0.5rem;
        display: inline-block;
        background: #A40A5E url(../img/button1.png) 0.36rem 0.13rem no-repeat;
        background-size: 0.4521rem;
        padding: 0.08rem 0 0 1.41rem;
        font-size: 0.24rem;
        line-height: 0.35rem;
        width: 4.6rem;
        height: 0.9rem;
        transition-duration: 0.5s;
        color: #fff;
        margin-right: 0.125rem; }
      .siteHeader-button2 {
        display: inline-block;
        background: #796A55 url(../img/button2.png) 0.42rem 0.26rem no-repeat;
        background-size: 0.6025rem;
        padding: 0.08rem 0 0 1.41rem;
        font-size: 0.24rem;
        line-height: 0.35rem;
        width: 4.6rem;
        height: 0.9rem;
        transition-duration: 0.5s;
        color: #fff;
        margin-left: 0.125rem; } }
  @media screen and (max-width: 768px) {
    .siteHeader {
      font-size: 0;
      padding-top: 0.27rem;
      padding-left: 0.48rem;
      height: 18.28rem;
      background: url(../img/sp_header.jpg) 0 0 no-repeat;
      background-size: contain; }
      .siteHeader-logo {
        display: block;
        width: 5rem;
        height: 0.72rem; }
      .siteHeader h1 {
        font-size: 0.76rem;
        line-height: 1.09rem;
        margin-top: 0.39rem; }
      .siteHeader p {
        font-size: 0.43rem;
        line-height: 0.61rem;
        margin-top: 0.37rem;
        color: #A40A5E;
        text-align: center; }
      .siteHeader h2 {
        width: 9.02rem;
        margin-top: 0.34rem;
        font-size: 0.40rem;
        line-height: 0.47rem;
        color: #A40A5E;
        padding: 0.16rem 0 0.27rem;
        border-top: 0.01rem solid #A40A5E;
        border-bottom: 0.01rem solid #A40A5E; }
      .siteHeader-button1 {
        margin-top: 9.75rem;
        position: relative;
        left: -0.2rem;
        display: block;
        background: #A40A5E url(../img/button1.png) 0.47rem 0.17rem no-repeat;
        background-size: 0.5884rem;
        padding: 0.16rem 0 0 1.84rem;
        font-size: 0.29rem;
        line-height: 0.41rem;
        width: 6rem;
        height: 1.18rem;
        transition-duration: 0.5s;
        color: #fff;
        margin-left: auto;
        margin-right: auto; }
      .siteHeader-button2 {
        position: relative;
        left: -0.2rem;
        display: block;
        background: #796A55 url(../img/button2.png) 0.55rem 0.33rem no-repeat;
        background-size: 0.7841rem;
        padding: 0.16rem 0 0 1.84rem;
        font-size: 0.29rem;
        line-height: 0.41rem;
        width: 6rem;
        height: 1.18rem;
        transition-duration: 0.5s;
        color: #fff;
        margin-top: 0.16rem;
        margin-left: auto;
        margin-right: auto; } }

@media screen and (min-width: 769px) {
  footer {
    height: 0.6rem;
    background: #A40A5E;
    color: #fff;
    text-align: center;
    font-size: 0.16rem;
    line-height: 0.39rem;
    padding-top: 0.1rem; } }
@media screen and (max-width: 768px) {
  footer {
    height: 0.6rem;
    background: #A40A5E;
    color: #fff;
    text-align: center;
    font-size: 0.16rem;
    line-height: 0.39rem;
    padding-top: 0.1rem; } }

.intro {
  text-align: center; }
  @media screen and (min-width: 769px) {
    .intro h2 {
      font-family: "Lora", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
      font-size: 0.84rem;
      line-height: 1.08rem;
      color: #A40A5E; }
    .intro p {
      font-size: 0.33rem;
      line-height: 0.6rem;
      margin-top: 0.33rem; } }
  @media screen and (max-width: 768px) {
    .intro {
      padding-bottom: 0.5rem; }
      .intro h2 {
        font-family: "Lora", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
        font-size: 0.7rem;
        line-height: 0.89rem;
        color: #A40A5E; }
      .intro p {
        font-size: 0.36rem;
        line-height: 0.55rem;
        margin-top: 0.2rem; } }

@media screen and (min-width: 769px) {
  .point-1 {
    padding-left: 2rem;
    height: 8rem;
    position: relative;
    background: url(../img/point1.jpg) 9.31rem 3.06rem no-repeat;
    background-size: 8.4rem; }
    .point-1 > p {
      position: absolute;
      top: 1.47rem;
      left: 12.24rem;
      font-size: 0.36rem;
      line-height: 0.51rem;
      text-align: center;
      color: #A40A5E; }
    .point-1-text h3 {
      background: url(../img/p_h3.png) 0 0 no-repeat;
      background-size: 0.61rem;
      font-size: 0.43rem;
      color: #A40A5E;
      padding-top: 0.18rem;
      padding-left: 0.69rem;
      height: 1.05rem; }
      .point-1-text h3 span {
        font-size: 0.61rem;
        margin-left: 0.13rem; }
    .point-1-text h4 {
      font-size: 0.42rem;
      line-height: 0.6rem;
      margin-top: 0.42rem;
      color: #A40A5E; }
    .point-1-text p {
      margin-top: 0.27rem;
      font-size: 0.28rem;
      line-height: 0.55rem; }
    .point-1-text h5 {
      width: 6.6311rem;
      height: 0.83rem;
      color: #A40A5E;
      font-size: 0.38rem;
      line-height: 0.55rem;
      padding-top: 0.14rem;
      margin-top: 0.54rem;
      border-top: 0.01rem solid #A40A5E;
      border-bottom: 0.01rem solid #A40A5E; }
    .point-1-text img {
      display: block;
      width: 6.3114rem;
      margin-top: 0.16rem; }
    .point-1-text p {
      margin-top: 0.14rem;
      font-size: 0.38rem;
      line-height: 0.55rem;
      color: #A40A5E;
      padding-left: 3.32rem; }
  .point-2 {
    padding-left: 10.64rem;
    position: relative;
    background: url(../img/point2.jpg) 0 0 no-repeat;
    background-size: contain;
    padding-top: 1.61rem;
    height: 8rem; }
    .point-2-text h3 {
      background: url(../img/p_h3.png) 0 0 no-repeat;
      background-size: 0.61rem;
      font-size: 0.43rem;
      color: #A40A5E;
      padding-top: 0.18rem;
      padding-left: 0.69rem;
      height: 1.05rem; }
      .point-2-text h3 span {
        font-size: 0.61rem;
        margin-left: 0.13rem; }
    .point-2-text h4 {
      font-size: 0.42rem;
      line-height: 0.6rem;
      margin-top: 0.42rem;
      color: #A40A5E; }
    .point-2-text p {
      margin-top: 0.27rem;
      font-size: 0.28rem;
      line-height: 0.55rem; }
  .point-3 {
    padding-left: 2rem;
    height: 8rem;
    position: relative;
    background: url(../img/point3.jpg) right 0 no-repeat;
    background-size: contain;
    padding-top: 1.8rem; }
    .point-3-text h3 {
      background: url(../img/p_h3.png) 0 0 no-repeat;
      background-size: 0.61rem;
      font-size: 0.43rem;
      color: #A40A5E;
      padding-top: 0.18rem;
      padding-left: 0.69rem;
      height: 1.05rem; }
      .point-3-text h3 span {
        font-size: 0.61rem;
        margin-left: 0.13rem; }
    .point-3-text h4 {
      font-size: 0.42rem;
      line-height: 0.6rem;
      margin-top: 0.42rem;
      color: #A40A5E; }
    .point-3-text p {
      margin-top: 0.27rem;
      font-size: 0.28rem;
      line-height: 0.55rem; }
  .point-4 {
    padding-left: 10.64rem;
    position: relative;
    background: url(../img/point4.jpg) 0 0 no-repeat;
    background-size: contain;
    padding-top: 1.21rem;
    height: 8.51rem; }
    .point-4-text h3 {
      background: url(../img/p_h3.png) 0 0 no-repeat;
      background-size: 0.61rem;
      font-size: 0.43rem;
      color: #A40A5E;
      padding-top: 0.18rem;
      padding-left: 0.69rem;
      height: 1.05rem; }
      .point-4-text h3 span {
        font-size: 0.61rem;
        margin-left: 0.13rem; }
    .point-4-text h4 {
      font-size: 0.42rem;
      line-height: 0.6rem;
      margin-top: 0.42rem;
      color: #A40A5E; }
    .point-4-text p {
      margin-top: 0.27rem;
      font-size: 0.28rem;
      line-height: 0.55rem; } 
  .point-5 {
    padding-left: 2rem;
    height: 8rem;
    position: relative;
    background: url(../img/point1.jpg) 9.31rem 3.06rem no-repeat;
    background-size: 8.4rem; }
    .point-5 > p {
      position: absolute;
      top: 1.47rem;
      left: 12.24rem;
      line-height: 0.51rem;
      text-align: center;
      color: #202020; 
      padding-left: initial;
      font-size:20px;
      }
    .point-5-text h3 {
      background: url(../img/p_h3.png) 0 0 no-repeat;
      background-size: 0.61rem;
      font-size: 0.43rem;
      color: #A40A5E;
      padding-top: 0.18rem;
      padding-left: 0.69rem;
      height: 1.05rem; }
      .point-5-text h3 span {
        font-size: 0.61rem;
        margin-left: 0.13rem; }
    .point-5-text h4 {
      font-size: 0.42rem;
      line-height: 0.6rem;
      margin-top: 0.42rem;
      color: #A40A5E; }
    .point-5-text p {
      margin-top: 0.27rem;
      font-size: 0.28rem;
      line-height: 0.55rem; }
    .point-5-text h5 {
      width: 6.6311rem;
      height: 0.83rem;
      color: #A40A5E;
      font-size: 0.38rem;
      line-height: 0.55rem;
      padding-top: 0.14rem;
      margin-top: 0.54rem;
      border-top: 0.01rem solid #A40A5E;
      border-bottom: 0.01rem solid #A40A5E; }
    .point-5-text img {
      display: block;
      width: 6.3114rem;
      margin-top: 0.16rem; }
    .point-5-text p {
      margin-top: 0.14rem;
      font-size: 0.28rem;
      line-height: 0.43rem;
      color: #202020;
      padding-left: initial;
      }      
      }
@media screen and (max-width: 768px) {
  .point-1 {
    background: url(../img/point1.jpg) center 1.26rem no-repeat;
    background-size: 8.43rem; }
    .point-1 > p {
      font-size: 0.45rem;
      line-height: 0.65rem;
      text-align: center;
      color: #A40A5E;
      margin-bottom: 4.23rem; }
    .point-1-text {
      padding-left: 0.77rem;
      padding-bottom: 0.4rem; }
      .point-1-text h3 {
        background: url(../img/p_h3.png) 0 0 no-repeat;
        background-size: 0.81rem;
        font-family: "Lora", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
        font-size: 0.54rem;
        color: #A40A5E;
        padding-top: 0.3rem;
        padding-left: 0.94rem;
        height: 1.3311rem; }
        .point-1-text h3 span {
          font-size: 0.76rem;
          margin-left: 0.13rem; }
      .point-1-text h4 {
        font-size: 0.55rem;
        line-height: 0.7rem;
        margin-top: 0rem;
        color: #A40A5E; }
      .point-1-text p {
        margin-top: 0.27rem;
        font-size: 0.38rem;
        line-height: 0.60rem;
        padding-right: 0.7rem; }
      .point-1-text h5 {
        width: 8.4rem;
        color: #A40A5E;
        font-size: 0.49rem;
        line-height: 0.7rem;
        padding-top: 0.12rem;
        padding-bottom: 0.23rem;
        margin-top: 0.43rem;
        border-top: 0.01rem solid #A40A5E;
        border-bottom: 0.01rem solid #A40A5E; }
      .point-1-text img {
        display: block;
        width: 8.0033rem;
        margin-top: 0.19rem;
        margin-left: 0.23rem; }
      .point-1-text p {
        margin-top: 0.18rem;
        font-size: 0.47rem;
        text-align: right;
        line-height: 0.67rem;
        color: #A40A5E;
        padding-right: 0.7rem; }
  .point-2 {
    background: url(../img/sp_point2.jpg) 0 0 no-repeat;
    background-size: contain;
    padding-top: 5.16rem; }
    .point-2-text {
      padding-left: 0.77rem;
      padding-bottom: 0.58rem; }
      .point-2-text h3 {
        background: url(../img/p_h3.png) 0 0 no-repeat;
        background-size: 0.81rem;
        font-family: "Lora", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
        font-size: 0.54rem;
        color: #A40A5E;
        padding-top: 0.3rem;
        padding-left: 0.94rem;
        height: 1.3311rem; }
        .point-2-text h3 span {
          font-size: 0.76rem;
          margin-left: 0.13rem; }
      .point-2-text h4 {
        font-size: 0.55rem;
        line-height: 0.7rem;
        margin-top: 0rem;
        color: #A40A5E; }
      .point-2-text p {
        margin-top: 0.27rem;
        font-size: 0.38rem;
        line-height: 0.60rem;
        padding-right: 0.7rem; }
  .point-3 {
    background: url(../img/sp_point3.jpg) right 0 no-repeat;
    background-size: contain;
    padding-top: 5.23rem; }
    .point-3-text {
      padding-left: 0.77rem;
      padding-bottom: 0.58rem; }
      .point-3-text h3 {
        background: url(../img/p_h3.png) 0 0 no-repeat;
        background-size: 0.81rem;
        font-family: "Lora", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
        font-size: 0.54rem;
        color: #A40A5E;
        padding-top: 0.3rem;
        padding-left: 0.94rem;
        height: 1.3311rem; }
        .point-3-text h3 span {
          font-size: 0.76rem;
          margin-left: 0.13rem; }
      .point-3-text h4 {
        font-size: 0.55rem;
        line-height: 0.7rem;
        margin-top: 0rem;
        color: #A40A5E; }
      .point-3-text p {
        margin-top: 0.27rem;
        font-size: 0.38rem;
        line-height: 0.60rem;
        padding-right: 0.7rem; }
  .point-4 {
    background: url(../img/sp_point4.jpg) 0 0 no-repeat;
    background-size: contain;
    padding-top: 5.23rem; }
    .point-4-text {
      padding-left: 0.77rem;
      padding-bottom: 0.7rem; }
      .point-4-text h3 {
        background: url(../img/p_h3.png) 0 0 no-repeat;
        background-size: 0.81rem;
        font-family: "Lora", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
        font-size: 0.54rem;
        color: #A40A5E;
        padding-top: 0.3rem;
        padding-left: 0.94rem;
        height: 1.3311rem; }
        .point-4-text h3 span {
          font-size: 0.76rem;
          margin-left: 0.13rem; }
      .point-4-text h4 {
        font-size: 0.55rem;
        line-height: 0.7rem;
        margin-top: 0rem;
        color: #A40A5E; }
      .point-4-text p {
        margin-top: 0.27rem;
        font-size: 0.38rem;
        line-height: 0.60rem;
        padding-right: 0.7rem; }
        
  .point-5 {
    background: url(../img/point1.jpg) center 1.26rem no-repeat;
    background-size: 8.43rem; }
    .point-5 > p {
      font-size: 0.45rem;
      line-height: 0.65rem;
      text-align: center;
      color: #A40A5E;
      margin-bottom: 4.23rem; }
    .point-5-text {
      padding-left: 0.5rem;
      padding-bottom: 0.4rem; }
      .point-5-text h3 {
        background: url(../img/p_h3.png) 0 0 no-repeat;
        background-size: 0.81rem;
        font-family: "Lora", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
        font-size: 0.54rem;
        color: #A40A5E;
        padding-top: 0.3rem;
        padding-left: 0.94rem;
        height: 1.3311rem; }
        .point-5-text h3 span {
          font-size: 0.76rem;
          margin-left: 0.13rem; }
      .point-5-text h4 {
        font-size: 0.55rem;
        line-height: 0.7rem;
        margin-top: 0rem;
        color: #A40A5E; }
      .point-5-text p {
        margin-top: 0.27rem;
        font-size: 0.38rem;
        line-height: 0.60rem;
        padding-right: 0.7rem; }
      .point-5-text h5 {
        width: 8.4rem;
        color: #A40A5E;
        font-size: 0.49rem;
        line-height: 0.7rem;
        padding-top: 0.12rem;
        padding-bottom: 0.23rem;
        margin-top: 0.43rem;
        border-top: 0.01rem solid #A40A5E;
        border-bottom: 0.01rem solid #A40A5E; }
      .point-5-text img {
        display: block;
        width: 8.0033rem;
        margin-top: 0.19rem;
        margin-left: 0.23rem; }
      .point-5-text p {
        margin-top: 0.18rem;
        color: #A40A5E;
        padding-right: 0.7rem;
        padding-left: initial;
        text-align: left;
        font-size:13px;
        color:#000000;
        line-height:0.5rem;
         }
         }

@media screen and (min-width: 769px) {
  .step {
    background: #FAF2F7;
    padding-top: 1.05rem;
    padding-bottom: 1.25rem; }
    .step h2 {
      font-size: 0.53rem;
      line-height: 0.76rem;
      text-align: center;
      color: #A40A5E; }
    .step-box {
      position: relative;
      width: 16rem;
      min-height: 3.89rem;
      text-align: center;
      padding: 1.07rem 0;
      margin: 0.72rem auto 0; }
      .step-box h4 {
        position: absolute;
        top: 0.26rem;
        left: 0.47rem;
        font-family: "Lora", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
        color: #A40A5E;
        font-size: 0.39rem; }
        .step-box h4 span {
          font-size: 0.56rem;
          margin-left: 0.1rem;
          line-height: 0.58rem; }
        .step-box h4::after {
          content: "";
          position: absolute;
          top: 0.75rem;
          left: 0.4rem;
          width: 1.8rem;
          border-bottom: 0.01rem solid #A40A5E;
          transform: rotate(0.41turn); }
      .step-box h3 {
        color: #A40A5E;
        font-size: 0.42rem;
        line-height: 0.6rem; }
      .step-box p {
        font-size: 0.28rem;
        line-height: 0.5rem;
        margin-top: 0.21rem; }
      .step-box:nth-child(2) {
        background: #fff url(../img/s1.png) 13.52rem 0.84rem no-repeat;
        background-size: 1.8824rem; }
      .step-box:nth-child(3) {
        background: #fff url(../img/s2.png) 13.82rem 0.71rem no-repeat;
        background-size: 1.2909rem; }
      .step-box:nth-child(4) {
        background: #fff url(../img/s3.png) 13.25rem 1.19rem no-repeat;
        background-size: 1.6612rem; }
        .step-box:nth-child(4)::after {
          display: none; }
      .step-box::after {
        content: '';
        position: absolute;
        bottom: -0.51rem;
        left: 50%;
        margin-left: -0.765rem;
        width: 1.53rem;
        height: 0.34rem;
        background: url(../img/s_arrow.png) 0 0 no-repeat;
        background-size: contain; } }
@media screen and (max-width: 768px) {
  .step {
    background: #FAF2F7;
    padding: 0.55rem 0.5rem 0.1rem; }
    .step h2 {
      font-size: 0.65rem;
      line-height: 0.94rem;
      text-align: center;
      color: #A40A5E; }
    .step-box {
      position: relative;
      min-height: 4.34rem;
      text-align: center;
      padding: 1.27rem 0.6rem 0.64rem;
      margin: 0.26rem 0 0.82rem; }
      .step-box h4 {
        position: absolute;
        top: 0.5rem;
        left: 0.6rem;
        font-family: "Lora", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
        color: #A40A5E;
        font-size: 0.39rem; }
        .step-box h4 span {
          font-size: 0.56rem;
          margin-left: 0.1rem;
          line-height: 0.58rem; }
        .step-box h4::after {
          content: "";
          position: absolute;
          top: 0.75rem;
          left: 0.4rem;
          width: 1.8rem;
          border-bottom: 0.01rem solid #A40A5E;
          transform: rotate(0.41turn); }
      .step-box h3 {
        color: #A40A5E;
        font-size: 0.42rem;
        line-height: 0.6rem;
        text-align: center; }
      .step-box p {
        font-size: 0.3rem;
        line-height: 0.5rem;
        margin-top: 0.53rem; }
      .step-box:nth-child(2) {
        background: #fff url(../img/s1.png) 6.44rem 0.5rem no-repeat;
        background-size: 1.8823rem; }
      .step-box:nth-child(3) {
        background: #fff url(../img/s2.png) 6.95rem 0.23rem no-repeat;
        background-size: 1.2909rem; }
      .step-box:nth-child(4) {
        background: #fff url(../img/s3.png) 6.44rem 0.2rem no-repeat;
        background-size: 1.6612rem; }
        .step-box:nth-child(4)::after {
          display: none; }
      .step-box::after {
        content: '';
        position: absolute;
        bottom: -0.66rem;
        left: 50%;
        margin-left: -1.2rem;
        width: 2.4rem;
        height: 0.5rem;
        background: url(../img/s_arrow.png) 0 0 no-repeat;
        background-size: contain; } }

@media screen and (min-width: 769px) {
  .course {
    padding: 0.84rem 2rem; }
    .course h2 {
      font-size: 0.53rem;
      line-height: 0.76rem;
      text-align: center;
      color: #A40A5E; }
    .course-box {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-start;
      background: #F8EBF2 url(../img/c_bg.png) 0.19rem 0 no-repeat;
      background-size: 3.4829rem;
      border: 0.01rem solid #A40A5E;
      padding-top: 0.58rem;
      margin-top: 0.63rem; }
      .course-box h3 {
        width: 8.6514rem;
        display: flex;
        align-items: center;
        font-size: 0.55rem;
        color: #A40A5E;
        line-height: 0.79rem;
        border-bottom: 0.01rem dashed #A40A5E;
        padding-bottom: 0.16rem;
        margin-top: 0.17rem;
        margin-left: 1.01rem; }
        .course-box h3 span {
          font-size: 0.35rem;
          line-height: 0.5rem;
          margin-left: 0.5rem; }
      .course-box > h4 {
        /* position: absolute;
         top:0.62rem;
         left:0.98rem;*/
        width: 100%;
        padding-left: 1.01rem; }
        .course-box > h4 span {
          color: #fff;
          background: #A40A5E;
          border-radius: 0.5rem;
          font-size: 0.37rem;
          line-height: 0.54rem;
          padding: 0 0.91rem; }
      .course-box-price {
        position: relative;
        display: flex;
        align-items: center;
        width: 5.33rem;
        margin-left: 0.28rem; }
        .course-box-price h5 {
          width: 1.09rem;
          height: 1.09rem;
          background: #A40A5E;
          border-radius: 5rem;
          color: #fff;
          font-size: 0.26rem;
          line-height: 0.3rem;
          text-align: center;
          padding-top: 0.2rem; }
          .course-box-price h5 span {
            font-size: 0.36rem; }
        .course-box-price h4 {
          font-size: 0.82rem;
          color: #A40A5E;
          margin-left: 0.1rem;
          margin-bottom: 0.1rem; }
          .course-box-price h4 span {
            font-size: 0.5rem; }
          .course-box-price h4 span + span {
            font-size: 0.29rem;
            margin-left: 0.1rem; }
        .course-box-price small {
          position: absolute;
          top: 0.2rem;
          right: 0.2rem;
          font-size: 0.17rem; }
        .course-box-price p {
          position: absolute;
          bottom: -0.15rem;
          left: 1.05rem;
          font-size: 0.2rem; }
      .course-box > p {
        font-size: 0.28rem;
        line-height: 0.5rem;
        margin: 0.46rem 0.9rem 0 1.01rem; }
        .course-box > p small {
          display: block;
          font-size: 0.24rem;
          line-height: 0.55rem; }
      .course-box-item {
        background: #fff url(../img/c_arrow.png) center 0 no-repeat;
        background-size: 1.04rem;
        padding: 0.91rem 0;
        margin-top: 0.97rem;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-end; }
        .course-box-item dl {
          max-width: 2.55rem;
          height: 5.71rem;
          margin: 0 1%; }
          .course-box-item dl dt {
            height: 4.42rem;
            display: flex;
            justify-content: center;
            align-items: flex-end;
            padding: 0 0.14rem 0.32rem; }
            .course-box-item dl dt img.mini {
              height: 3.2rem; }
          .course-box-item dl dd h4 {
            background: #A40A5E;
            color: #fff;
            font-size: 0.22rem;
            line-height: 0.28rem;
            text-align: center;
            padding: 0 0.17rem; }
          .course-box-item dl dd p {
            text-align: center;
            color: #A40A5E;
            font-size: 0.2rem;
            line-height: 0.25rem;
            margin-top: 0.16rem; } }
@media screen and (max-width: 768px) {
  .course {
    padding: 0.7rem 0.5rem; }
    .course h2 {
      font-size: 0.65rem;
      line-height: 0.94rem;
      text-align: center;
      color: #A40A5E; }
    .course-box {
      position: relative;
      background: #F8EBF2 url(../img/c_bg.png) 0.19rem 0 no-repeat;
      background-size: 3.4829rem;
      border: 0.01rem solid #A40A5E;
      padding-top: 0.69rem;
      margin-top: 0.37rem; }
      .course-box h3 {
        width: 8rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 0.6rem;
        color: #A40A5E;
        line-height: 0.86rem;
        border-bottom: 0.01rem dashed #A40A5E;
        padding-left: 0.4rem;
        padding-bottom: 0.1rem;
        margin: 0 auto; }
        .course-box h3 span {
          font-size: 0.40rem;
          line-height: 0.57rem; }
      .course-box > h4 {
        /* position: absolute;
         top:0.62rem;
         left:0.98rem;*/
        width: 100%;
        padding-left: 0.9rem; }
        .course-box > h4 span {
          color: #fff;
          background: #A40A5E;
          border-radius: 0.5rem;
          font-size: 0.37rem;
          line-height: 0.54rem;
          padding: 0 0.91rem; }
      .course-box-price {
        position: relative;
        display: flex;
        align-items: center;
        width: 5.86rem;
        margin: 0.5rem 0.44rem 0 auto; }
        .course-box-price h5 {
          width: 1.2rem;
          height: 1.2rem;
          background: #A40A5E;
          border-radius: 5rem;
          color: #fff;
          font-size: 0.29rem;
          line-height: 0.33rem;
          text-align: center;
          padding-top: 0.2rem; }
          .course-box-price h5 span {
            font-size: 0.4rem; }
        .course-box-price h4 {
          font-size: 0.9rem;
          color: #A40A5E;
          margin-left: 0.1rem;
          margin-bottom: 0.1rem; }
          .course-box-price h4 span {
            font-size: 0.55rem; }
          .course-box-price h4 span + span {
            font-size: 0.31rem;
            margin-left: 0.1rem; }
        .course-box-price small {
          position: absolute;
          top: 0.2rem;
          right: 0.3rem;
          font-size: 0.18rem;
          line-height: 0.2rem; }
        .course-box-price p {
          position: absolute;
          bottom: -0.15rem;
          left: 1.05rem;
          font-size: 0.22rem; }
      .course-box > p {
        font-size: 0.28rem;
        line-height: 0.5rem;
        margin: 0.46rem 0.9rem 0 1.01rem; }
        .course-box > p small {
          display: block;
          font-size: 0.24rem;
          line-height: 0.55rem; }
      .course-box-item {
        background: #fff url(../img/c_arrow.png) center 0 no-repeat;
        background-size: 1.49rem;
        padding: 0.94rem 0.6rem 0;
        margin-top: 0.5rem;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-end; }
        .course-box-item::after {
          display: block;
          content: '';
          width: 2.287rem; }
        .course-box-item dl {
          max-width: 2.865rem;
          min-width: 2.287rem;
          height: 6.2rem;
          margin: 0; }
          .course-box-item dl dt {
            height: 4.42rem;
            display: flex;
            justify-content: center;
            align-items: flex-end;
            padding: 0 0.14rem 0.32rem; }
            .course-box-item dl dt img.mini {
              height: 3.2rem; }
          .course-box-item dl dd h4 {
            background: #A40A5E;
            color: #fff;
            font-size: 0.23rem;
            line-height: 0.3rem;
            text-align: center;
            padding: 0 0.17rem; }
          .course-box-item dl dd p {
            text-align: center;
            color: #A40A5E;
            font-size: 0.23rem;
            line-height: 0.28rem;
            margin-top: 0.16rem; } }

@media screen and (min-width: 769px) {
  .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E7BFD5;
    height: 1.75rem; }
    .btn-button1 {
      display: inline-block;
      background: #A40A5E url(../img/button1.png) 0.36rem 0.13rem no-repeat;
      background-size: 0.4521rem;
      padding: 0.08rem 0 0 1.41rem;
      font-size: 0.24rem;
      line-height: 0.35rem;
      width: 4.6rem;
      height: 0.9rem;
      transition-duration: 0.5s;
      color: #fff;
      margin-right: 0.125rem; }
    .btn-button2 {
      display: inline-block;
      background: #796A55 url(../img/button2.png) 0.42rem 0.26rem no-repeat;
      background-size: 0.6025rem;
      padding: 0.08rem 0 0 1.41rem;
      font-size: 0.24rem;
      line-height: 0.35rem;
      width: 4.6rem;
      height: 0.9rem;
      transition-duration: 0.5s;
      color: #fff;
      margin-left: 0.125rem; } }
@media screen and (max-width: 768px) {
  .btn {
    background: #E7BFD5;
    height: 3.21rem;
    padding-top: 0.35rem; }
    .btn-button1 {
      display: block;
      background: #A40A5E url(../img/button1.png) 0.47rem 0.17rem no-repeat;
      background-size: 0.5884rem;
      padding: 0.2rem 0 0 1.84rem;
      font-size: 0.29rem;
      line-height: 0.41rem;
      width: 6rem;
      height: 1.18rem;
      transition-duration: 0.5s;
      color: #fff;
      margin-left: auto;
      margin-right: auto; }
    .btn-button2 {
      display: block;
      background: #796A55 url(../img/button2.png) 0.55rem 0.33rem no-repeat;
      background-size: 0.7841rem;
      padding: 0.2rem 0 0 1.84rem;
      font-size: 0.29rem;
      line-height: 0.41rem;
      width: 6rem;
      height: 1.18rem;
      transition-duration: 0.5s;
      color: #fff;
      margin-top: 0.16rem;
      margin-left: auto;
      margin-right: auto; } }

@media screen and (min-width: 769px) {
  .product {
    background: #F8EBF2;
    padding: 1.01rem 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; }
    .product small {
      display: block;
      width: 100%;
      text-align: center;
      font-size: 0.2rem;
      margin-top: 0.3rem; }
    .product-text {
      text-align: center;
      width: 100%; }
      .product-text h2 {
        width: 4.7434rem;
        margin: 0 auto;
        font-size: 0.55rem;
        line-height: 0.79rem;
        color: #A40A5E;
        border-top: 0.01rem solid #A40A5E;
        border-bottom: 0.01rem solid #A40A5E; }
      .product-text p {
        font-size: 0.28rem;
        line-height: 0.5rem;
        margin-top: 0.53rem; }
      .product-text h3 {
        margin-top: 0.39rem;
        color: #A40A5E;
        font-size: 0.44rem; }
        .product-text h3 span {
          font-size: 0.73rem; }
      .product-text h4 {
        width: 9.62rem;
        background: #A40A5E;
        color: #fff;
        text-align: center;
        border-radius: 0.2rem;
        margin: 0.24rem auto 0;
        font-size: 0.45rem;
        line-height: 0.81rem;
        padding: 0.1rem 0; }
        .product-text h4 span {
          font-size: 0.89rem; }
          .product-text h4 span + span {
            font-size: 0.73rem; }
    .product-box {
      border: 0.01rem solid #A40A5E;
      background: #fff;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end;
      margin-top: 0.37rem;
      text-align: center;
      padding-top: 0.42rem;
      padding-bottom: 1rem; }
      .product-box h3 {
        width: 100%;
        color: #A40A5E;
        font-size: 0.43rem;
        line-height: 0.61rem; }
      .product-box dl {
        margin: 0.81rem 0 0; }
        .product-box dl dt {
          max-width: 2.48rem; }
          .product-box dl dt img {
            max-height: 3.94rem; }
        .product-box dl dd {
          padding-top: 0.16rem; }
          .product-box dl dd h5 {
            font-size: 0.21rem;
            line-height: 0.24rem;
            color: #A40A5E;
            height: 0.48rem; }
          .product-box dl dd p {
            margin-top: 0.05rem;
            font-size: 0.21rem;
            line-height: 0.23rem; }
            .product-box dl dd p span {
              display: block;
              font-size: 0.16rem; }
    .product .full {
      width: 100%;
      justify-content: space-between;
      padding-left: 2rem;
      padding-right: 2rem; }
    .product .full2 {
      width: 100%;
      justify-content: space-between;
      padding-left: 1.7rem;
      padding-right: 1.7rem; }
      .product .full2 dt {
        width: 2.28rem; }
      .product .full2 .mini {
        width: 1.56rem; }
      .product .full2::after {
        display: block;
        content: '';
        width: 2rem; }
    .product .double {
      width: 10.43rem;
      justify-content: space-between;
      padding-left: 1.9rem;
      padding-right: 1.9rem; }
    .product .single {
      width: 4.83rem;
      justify-content: center;
      height: 7.9328rem; }
      .product .single:nth-child(3) 
      .product .single:nth-child(4) }
@media screen and (max-width: 768px) {
  .product {
    padding: 0.53rem 0.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; }
    .product small {
      display: block;
      width: 100%;
      text-align: center;
      font-size: 0.3rem;
      line-height: 0.4rem;
      margin-top: 0.3rem; }
    .product-text {
      text-align: center;
      width: 100%; }
      .product-text h2 {
        width: 5.528rem;
        margin: 0 auto;
        font-size: 0.65rem;
        line-height: 0.94rem;
        color: #A40A5E;
        border-top: 0.01rem solid #A40A5E;
        border-bottom: 0.01rem solid #A40A5E; }
      .product-text p {
        font-size: 0.3rem;
        line-height: 0.49rem;
        margin-top: 0.5rem; }
      .product-text h3 {
        margin-top: 0.7rem;
        color: #A40A5E;
        font-size: 0.55rem; }
        .product-text h3 span {
          display: block;
          font-size: 0.92rem;
          line-height: 1.3; }
      .product-text h4 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 8.40rem;
        background: #A40A5E;
        color: #fff;
        text-align: center;
        border-radius: 0.2rem;
        margin: 0.2rem auto 0;
        font-size: 0.51rem;
        line-height: 0.92rem; }
        .product-text h4 span {
          font-size: 1.01rem;
          padding-bottom: 0.3rem;
          margin-left: 0.3rem; }
          .product-text h4 span + span {
            font-size: 0.83rem;
            margin-top: 0.2rem;
            margin-left: 0; }
    .product-box {
      border: 0.01rem solid #A40A5E;
      background: #fff;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end;
      margin-top: 0.68rem;
      text-align: center;
      padding-top: 0.46rem;
      padding-bottom: 0.2rem; }
      .product-box h3 {
        width: 100%;
        color: #A40A5E;
        font-size: 0.52rem;
        line-height: 0.75rem; }
      .product-box dl {
        margin: 0.45rem 0 0.5rem;
        width: 3.9rem; }
        .product-box dl dt img {
          max-height: 4.8rem; }
        .product-box dl dd {
          padding-top: 0.16rem; }
          .product-box dl dd h5 {
            font-size: 0.32rem;
            line-height: 0.36rem;
            color: #A40A5E;
            height: 0.82rem;
            display: flex;
            justify-content: center;
            align-items: center; }
          .product-box dl dd p {
            margin-top: 0.05rem;
            font-size: 0.33rem;
            line-height: 0.37rem; }
            .product-box dl dd p span {
              display: block;
              font-size: 0.25rem; }
    .product .full {
      width: 100%;
      justify-content: space-between;
      padding-left: 0.43rem;
      padding-right: 0.43rem; }
    .product .full2 {
      width: 100%;
      justify-content: space-between;
      padding-left: 0.43rem;
      padding-right: 0.43rem; }
      .product .full2 .mini {
        width: 1.56rem; }
      .product .full2::after {
        display: block;
        content: '';
        width: 2rem; }
    .product .double {
      justify-content: space-between;
      padding-left: 0.43rem;
      padding-right: 0.43rem; }
    .product .single {
      width: 4.25rem;
      justify-content: center;
      padding-left: 0.175rem;
      padding-right: 0.175rem; }
      .product .single:nth-child(7) {
        margin-left: auto;
        margin-right: auto; } }

@media screen and (min-width: 769px) {
  .access {
    padding: 0.78rem 2rem; }
    .access h2 {
      color: #A40A5E;
      font-size: 0.43rem;
      line-height: 0.61rem;
      text-align: center; }
    .access iframe {
      margin-top: 0.42rem;
      width: 100%;
      height: 3.67rem; }
    .access dl {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      margin-top: 0.64rem;
      margin-left: 1.59rem; }
      .access dl dt {
        width: 3.25rem;
        font-size: 0.25rem;
        line-height: 0.39rem;
        font-weight: normal; }
      .access dl dd {
        width: 10rem;
        font-size: 0.24rem;
        line-height: 0.37rem; }
    .access-logo {
      display: block;
      width: 4.47rem;
      height: 0.64rem;
      margin-top: 1.22rem; }
    .access-tel {
      display: block;
      background: url(../img/tel.png) 0 0 no-repeat;
      background-size: contain;
      width: 4.1rem;
      height: 0.54rem;
      padding-left: 0.6rem;
      margin-left: 1rem;
      font-size: 0.42rem; } }
@media screen and (max-width: 768px) {
  .access {
    padding: 0.47rem 0; }
    .access h2 {
      color: #A40A5E;
      font-size: 0.65rem;
      line-height: 0.94rem;
      text-align: center; }
    .access iframe {
      display: block;
      margin: 0.3rem auto 0;
      width: 8.4rem;
      height: 4rem; }
    .access dl {
      text-align: center; }
      .access dl dt {
        font-size: 0.3rem;
        line-height: 0.4rem;
        font-weight: normal;
        padding-top: 0.33rem; }
      .access dl dd {
        font-size: 0.3rem;
        line-height: 0.4rem; }
    .access-logo {
      display: block;
      width: 4.47rem;
      height: 0.64rem;
      margin-top: 1.22rem; }
    .access-tel {
      display: block;
      background: url(../img/tel.png) 0 0 no-repeat;
      background-size: contain;
      width: 4.1rem;
      height: 0.54rem;
      padding-left: 0.6rem;
      margin-left: 1rem;
      font-size: 0.42rem; } }
