@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          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: 1em; /* 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: 50%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.8em;
  font-weight: 400;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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 */
}

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/****** Elad Shechter's RESET *******/
/*** box sizing border-box for all elements ***/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}
@media only screen and (max-width:768px) {
  figure.sp_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  figure.sp_flex img {
    width: unset;
  }
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

ul,
ol,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}

html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #222;
}

p {
  line-height: 1.7;
}
@media (max-width: 768px) {
  p {
    line-height: 1.5;
  }
}

a:hover {
  opacity: 0.7;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

/* 共通パーツ */
@media only screen and (max-width:767px) {
  .pc_show {
    display: none;
  }
}

.mob_show {
  display: none;
}
@media only screen and (max-width:767px) {
  .mob_show {
    display: block;
  }
}

@media only screen and (max-width:767px) {
  .main [class^=section],
  .main [class*=" section"] {
    padding-top: 84px;
    margin-top: -60px;
  }
}
.main [class^=section]:first-of-type,
.main [class*=" section"]:first-of-type {
  padding-top: 0;
  margin-top: 0;
}
.main .period {
  text-align: right;
  margin-bottom: 10px !important;
  font-size: 0.875rem;
}
.main .section--end {
  margin-top: 10px;
  padding-top: 0;
}
.main .section--end .end {
  text-align: right;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: -4%;
  color: #333f48;
}
.main .section--end ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 24px;
  padding: 60px 0 0;
}
@media only screen and (max-width:767px) {
  .main .section--end ul {
    padding: 30px 0 0;
    gap: 10px 0;
  }
}
.main .section--end ul li {
  width: calc((100% - 48px) / 3);
}
@media only screen and (max-width:767px) {
  .main .section--end ul li {
    width: 100%;
  }
}
.main .section--end ul li a {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  border-radius: 10px;
  border: 2px solid #99e1d6;
  padding: 19px 0 18px;
}
@media only screen and (max-width:767px) {
  .main .section--end ul li a {
    padding: 16px 0 19px;
  }
}
.main .section--end ul li a.emp {
  text-align: unset;
  padding-left: 25px;
}
@media only screen and (max-width:767px) {
  .main .section--end ul li a.emp {
    text-align: center;
    padding-left: 0;
  }
}
.main .section--end ul li a p {
  color: #99e1d6;
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 700;
}
@media only screen and (min-width:481px) and (max-width:768px) {
  .main .section--end ul li a p {
    font-size: 0.9375rem;
  }
}
.main .section--end ul li a p sup {
  font-size: 90%;
  top: -0.1em;
}
.main .section--end ul li a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #99e1d6;
  border-right: solid 2px #99e1d6;
  position: absolute;
  top: 27px;
  right: 13px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (max-width:767px) {
  .main .section--end ul li a::before {
    top: 23px;
  }
}
.main .section--end ul li a:hover {
  opacity: 1;
  border: 2px solid #00b398;
  background-color: #cbefe9;
}
.main .section--end ul li a:hover p {
  color: #00b398;
}
.main .section--end ul li a:hover::before {
  border-top: solid 2px #00b398;
  border-right: solid 2px #00b398;
}
.main .section--end ul .ai-footer-link a {
  border: 2px solid #00b398;
}
.main .section--end ul .ai-footer-link a p {
  color: #00b398;
}
.main .section--end ul .ai-footer-link a::before {
  border-top: solid 2px #00b398;
  border-right: solid 2px #00b398;
}
.main .section--end ul .ai-footer-link a:hover {
  opacity: 1;
  border: 2px solid #007260;
  background-color: #cbefe9;
}
.main .section--end ul .ai-footer-link a:hover p {
  color: #007260;
}
.main .section--end ul .ai-footer-link a:hover::before {
  border-top: solid 2px #007260;
  border-right: solid 2px #007260;
}
.main h2 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  padding: 12px 0 12px 30px;
  text-align: left;
  line-height: 1.5;
  border-radius: 16px 16px 0 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #00b398), to(#99e1d6));
  background: -webkit-linear-gradient(left, #00b398 40%, #99e1d6 100%);
  background: linear-gradient(90deg, #00b398 40%, #99e1d6 100%);
}
@media only screen and (max-width:767px) {
  .main h2 {
    font-size: 20px;
    border-radius: 14px 14px 0 0;
    padding: 10px 15px;
  }
}
.main h2 sup {
  font-size: 90%;
  top: -0.1em;
}
.main h3 {
  font-size: 20px;
  line-height: 1.7;
  color: #333f48;
  text-align: left;
  font-weight: bold;
  background-color: #cbefe9;
  padding: 1px 0 1px 20px;
  border-radius: 16px 16px 0 0;
  border: 2px solid #99e1d6;
}
@media only screen and (max-width:767px) {
  .main h3 {
    font-size: 1rem;
    padding: 7px 15px 5px;
    border-radius: 12px 12px 0 0;
  }
}
.main h3 sub {
  bottom: -0.05em;
  font-weight: normal;
}
.main strong {
  font-weight: 700;
  color: #ae2573;
}
.main p {
  font-size: 1rem;
}
@media only screen and (max-width:768px) {
  .main p {
    font-size: 0.875rem;
  }
}
.main p {
  margin-bottom: 10px;
}
.main p:last-of-type {
  margin-bottom: 0;
}
.main p a {
  font-weight: bold;
}
.main p a.internal_link {
  font-weight: bold;
}
.main p a.internal_link.normal {
  font-weight: normal;
}
.main img {
  width: 100%;
}
.main figure figcaption {
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: right;
  margin-top: 10px;
}
@media only screen and (max-width:767px) {
  .main figure.pc_show {
    display: none;
  }
}
.main figure.tab_show {
  display: none;
}
@media only screen and (max-width:768px) {
  .main figure.tab_show {
    display: block;
  }
}
.main figure.sp_show {
  display: none;
}
@media only screen and (max-width:767px) {
  .main figure.sp_show {
    display: block;
  }
}
.main ul.list .list__item {
  font-size: 1rem;
  line-height: 1.7;
  padding-left: calc(1em + 4px);
}
@media only screen and (max-width:768px) {
  .main ul.list .list__item {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.main ul.list .list__item::before {
  content: "●";
  color: #62cae3;
  text-indent: calc(-1em - 4px);
  display: inline-block;
}
.main ul.list .list__etc {
  text-align: right;
  font-size: 1rem;
  line-height: 1.7;
  width: 500px;
}
@media only screen and (max-width:768px) {
  .main ul.list .list__etc {
    font-size: 0.875rem;
    line-height: 1.5;
    width: unset;
  }
}
.main ul.button_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: -30px;
}
@media only screen and (max-width:768px) {
  .main ul.button_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}
.main ul.button_list::after {
  content: "";
  display: block;
  width: calc((100% - 60px) / 3);
  height: 0;
}
@media only screen and (max-width:1024px) {
  .main ul.button_list::after {
    width: calc((100% - 30px) / 2);
  }
}
@media only screen and (max-width:768px) {
  .main ul.button_list::after {
    display: none;
  }
}
.main ul.button_list li {
  width: calc((100% - 60px) / 3);
  margin-bottom: 30px;
}
@media only screen and (max-width:1024px) {
  .main ul.button_list li {
    width: calc((100% - 30px) / 2);
  }
}
@media only screen and (max-width:768px) {
  .main ul.button_list li {
    width: 100%;
    margin-bottom: 0;
  }
}
@media only screen and (max-width:768px) {
  .main ul.button_list li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.main ul.button_list li a.button {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("/assets/img/common/shape_arrow.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-color: #eaebec;
  border-radius: 8px;
  padding: 20px 40px 20px 20px;
  min-height: 60px;
  -webkit-box-shadow: 0px 2px 0px 2px rgba(234, 235, 236, 0.2);
          box-shadow: 0px 2px 0px 2px rgba(234, 235, 236, 0.2);
}
@media only screen and (max-width:767px) {
  .main ul.button_list li a.button {
    padding: 15px 40px 20px 15px;
  }
}
.main ul.button_list li a.button:hover {
  text-decoration: none;
}
.main ul.button_list li a.button p {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width:1024px) {
  .main ul.button_list li a.button p {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width:768px) {
  .main ul.button_list li a.button p {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.main [class^=block].flex,
.main [class*=" block"].flex,
.main .inner_block.flex,
.main .inner_block .description.flex,
.main .inner_wrapper.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main [class^=block].flex .left img,
.main [class^=block].flex .right img,
.main [class^=block].flex .center img,
.main [class*=" block"].flex .left img,
.main [class*=" block"].flex .right img,
.main [class*=" block"].flex .center img,
.main .inner_block.flex .left img,
.main .inner_block.flex .right img,
.main .inner_block.flex .center img,
.main .inner_block .description.flex .left img,
.main .inner_block .description.flex .right img,
.main .inner_block .description.flex .center img,
.main .inner_wrapper.flex .left img,
.main .inner_wrapper.flex .right img,
.main .inner_wrapper.flex .center img {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width:767px) {
  .main [class^=block].mob_col,
  .main [class*=" block"].mob_col,
  .main .inner_block.mob_col,
  .main .inner_block .description.mob_col,
  .main .inner_wrapper.mob_col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main [class^=block].mob_col .left,
  .main [class^=block].mob_col .right,
  .main [class*=" block"].mob_col .left,
  .main [class*=" block"].mob_col .right,
  .main .inner_block.mob_col .left,
  .main .inner_block.mob_col .right,
  .main .inner_block .description.mob_col .left,
  .main .inner_block .description.mob_col .right,
  .main .inner_wrapper.mob_col .left,
  .main .inner_wrapper.mob_col .right {
    text-align: left;
    width: 100% !important;
  }
}
@media only screen and (max-width:767px) {
  .main [class^=block].mob_col_r,
  .main [class*=" block"].mob_col_r,
  .main .inner_block.mob_col_r,
  .main .inner_block .description.mob_col_r,
  .main .inner_wrapper.mob_col_r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .main [class^=block].mob_col_r .left,
  .main [class*=" block"].mob_col_r .left,
  .main .inner_block.mob_col_r .left,
  .main .inner_block .description.mob_col_r .left,
  .main .inner_wrapper.mob_col_r .left {
    width: 100% !important;
  }
  .main [class^=block].mob_col_r .right,
  .main [class*=" block"].mob_col_r .right,
  .main .inner_block.mob_col_r .right,
  .main .inner_block .description.mob_col_r .right,
  .main .inner_wrapper.mob_col_r .right {
    width: 100% !important;
    margin: 0 auto;
  }
}
.main [class^=block],
.main [class*=" block"] {
  background-color: #ffffff;
  padding: 30px 50px 40px;
  border-radius: 0 0 16px 16px;
  -webkit-box-shadow: 0 8px 4px -4px rgba(51, 63, 72, 0.3) inset;
          box-shadow: 0 8px 4px -4px rgba(51, 63, 72, 0.3) inset;
}
@media only screen and (max-width:767px) {
  .main [class^=block],
  .main [class*=" block"] {
    padding: 8px 15px 24px;
    border-radius: 0 0 14px 14px;
  }
}
.main [class^=block] .local,
.main [class*=" block"] .local {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 20px;
}
.main [class^=block] .local .box,
.main [class*=" block"] .local .box {
  width: calc((100% - 20px) / 2);
}
@media only screen and (max-width:767px) {
  .main [class^=block] .local .box,
  .main [class*=" block"] .local .box {
    width: 100%;
  }
}
@media only screen and (min-width:768px) {
  .main [class^=block] .local .box:first-of-type,
  .main [class*=" block"] .local .box:first-of-type {
    margin-bottom: 0;
  }
}
.main [class^=block] .local .box .box_small,
.main [class*=" block"] .local .box .box_small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main [class^=block] .local .box .box_small .box_small_col,
.main [class*=" block"] .local .box .box_small .box_small_col {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main [class^=block] .local .box .box_small .box_small_col p,
.main [class*=" block"] .local .box .box_small .box_small_col p {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.main [class^=block] .local .box .box_small .box_small_col.pd20,
.main [class*=" block"] .local .box .box_small .box_small_col.pd20 {
  padding: 20px 30px;
}
@media only screen and (max-width:768px) {
  .main [class^=block] .local .box .box_small .box_small_col.pd20,
  .main [class*=" block"] .local .box .box_small .box_small_col.pd20 {
    padding: 10px 10px 16px;
  }
}
.main [class^=block] .box,
.main [class*=" block"] .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 20px;
  margin-bottom: 20px;
  color: #333f48;
}
@media only screen and (max-width:767px) {
  .main [class^=block] .box,
  .main [class*=" block"] .box {
    margin-bottom: 16px;
  }
}
.main [class^=block] .box:last-of-type,
.main [class*=" block"] .box:last-of-type {
  margin-bottom: 0;
}
.main [class^=block] .box .left,
.main [class*=" block"] .box .left {
  width: calc(100% - 230px);
}
.main [class^=block] .box .left p:first-of-type,
.main [class*=" block"] .box .left p:first-of-type {
  margin-bottom: 0;
}
.main [class^=block] .box .right,
.main [class*=" block"] .box .right {
  width: 23.8636363636%;
  margin: auto;
}
.main [class^=block] .box .right_bottom,
.main [class*=" block"] .box .right_bottom {
  margin-bottom: 0 !important;
}
@media only screen and (max-width:767px) {
  .main [class^=block] .box .right_bottom,
  .main [class*=" block"] .box .right_bottom {
    margin-top: 10px;
  }
}
.main [class^=block] .box p,
.main [class*=" block"] .box p {
  font-size: 16px;
  line-height: 1.7;
}
.main [class^=block] .box p sup,
.main [class*=" block"] .box p sup {
  font-size: 80%;
  top: -0.2em;
}
.main [class^=block] .box p span,
.main [class*=" block"] .box p span {
  font-weight: 700;
}
.main [class^=block] .box .inquiry,
.main [class*=" block"] .box .inquiry {
  border: 1px solid #ae2573;
  padding: 4px 0 4px 10px;
  margin: 0 0 20px;
}
@media only screen and (max-width:767px) {
  .main [class^=block] .box .inquiry,
  .main [class*=" block"] .box .inquiry {
    padding: 6px 10px;
    margin: 0 0 10px;
  }
}
.main [class^=block] .box .inquiry p,
.main [class*=" block"] .box .inquiry p {
  font-size: 0.875rem;
  font-weight: 700;
}
.main [class^=block] .box .inquiry p.fw400,
.main [class*=" block"] .box .inquiry p.fw400 {
  font-weight: 400;
}
.main [class^=block] .box .inquiry p.fw400 a,
.main [class*=" block"] .box .inquiry p.fw400 a {
  font-weight: 400;
}
.main [class^=block] .box .inquiry p a,
.main [class*=" block"] .box .inquiry p a {
  color: #00b398;
  word-break: break-all;
  text-decoration: underline;
}
.main [class^=block] .box .inquiry_margin,
.main [class*=" block"] .box .inquiry_margin {
  margin-top: 16px;
  margin-bottom: 0;
}
.main [class^=block] .box .inquiry_margin p,
.main [class*=" block"] .box .inquiry_margin p {
  color: #00b398;
  text-align: center;
}
.main [class^=block] .box .only-margin,
.main [class*=" block"] .box .only-margin {
  margin-bottom: 0 !important;
}
.main [class^=block] .box .howtouse_box,
.main [class*=" block"] .box .howtouse_box {
  margin-bottom: 20px;
}
.main [class^=block] .box .howtouse_box_title,
.main [class*=" block"] .box .howtouse_box_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.main [class^=block] .box .howtouse_box_title figure,
.main [class*=" block"] .box .howtouse_box_title figure {
  padding: 0;
  margin: 3.5px 6px 3.5px 0;
}
.main [class^=block] .box .howtouse_box_title p,
.main [class*=" block"] .box .howtouse_box_title p {
  font-size: 1.125rem;
  font-weight: 700;
  color: #333f48;
  line-height: 1.7;
}
.main [class^=block] .box .howtouse_box_title .nomal_f,
.main [class*=" block"] .box .howtouse_box_title .nomal_f {
  margin: 2px 6px auto 0;
  width: 24px;
}
.main [class^=block] .box .howtouse_box_title .nomal_p,
.main [class*=" block"] .box .howtouse_box_title .nomal_p {
  width: calc(100% - 24px);
  font-size: 1rem;
  font-weight: 400;
}
.main [class^=block] .box .howtouse_box_col,
.main [class*=" block"] .box .howtouse_box_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 6px;
}
.main [class^=block] .box .howtouse_box_col_exp,
.main [class*=" block"] .box .howtouse_box_col_exp {
  width: calc(100% - 178px);
}
.main [class^=block] .box .howtouse_box_col_exp figure,
.main [class*=" block"] .box .howtouse_box_col_exp figure {
  padding: 10px 0 0;
  width: 544px;
}
@media only screen and (max-width:767px) {
  .main [class^=block] .box .howtouse_box_col_exp figure,
  .main [class*=" block"] .box .howtouse_box_col_exp figure {
    width: 100%;
  }
}
@media only screen and (max-width:767px) {
  .main [class^=block] .box .howtouse_box_col_exp,
  .main [class*=" block"] .box .howtouse_box_col_exp {
    width: 100%;
  }
}
.main [class^=block] .box .howtouse_box_col_exp_all,
.main [class*=" block"] .box .howtouse_box_col_exp_all {
  width: 100%;
}
.main [class^=block] .box .howtouse_box_col_img,
.main [class*=" block"] .box .howtouse_box_col_img {
  width: 172px;
}
@media only screen and (max-width:767px) {
  .main [class^=block] .box .howtouse_box_col_img,
  .main [class*=" block"] .box .howtouse_box_col_img {
    margin: 10px auto 0;
  }
}
.main [class^=block] .box .howtouse_box_col_img figure,
.main [class*=" block"] .box .howtouse_box_col_img figure {
  padding: 0;
  margin: auto 0;
}
.main [class^=block] .box .howtouse_box_summary figure,
.main [class*=" block"] .box .howtouse_box_summary figure {
  width: 45px;
  margin: -10px auto 10px;
  padding: 0;
}
@media only screen and (max-width:767px) {
  .main [class^=block] .box .howtouse_box_summary figure,
  .main [class*=" block"] .box .howtouse_box_summary figure {
    width: 33px;
  }
}
.main [class^=block] .box .howtouse_box_summary p,
.main [class*=" block"] .box .howtouse_box_summary p {
  color: #ae2573;
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
}
.main [class^=block] .box .howtouse_box_end,
.main [class*=" block"] .box .howtouse_box_end {
  margin-bottom: 10px;
}
.main [class^=block] .box_small_col,
.main [class*=" block"] .box_small_col {
  padding: 20px 13px 24px;
  border-radius: 0 0 16px 16px;
  border-bottom: 2px solid #99e1d6;
  border-left: 2px solid #99e1d6;
  border-right: 2px solid #99e1d6;
}
.main [class^=block] .box_small_col.pdt28,
.main [class*=" block"] .box_small_col.pdt28 {
  padding-top: 28px;
}
@media only screen and (max-width:768px) {
  .main [class^=block] .box_small_col.pdt28,
  .main [class*=" block"] .box_small_col.pdt28 {
    padding-top: 8px;
  }
}
@media only screen and (max-width:768px) {
  .main [class^=block] .box_small_col.sp_pd10,
  .main [class*=" block"] .box_small_col.sp_pd10 {
    padding: 10px 0 16px;
  }
}
@media only screen and (max-width:768px) {
  .main [class^=block] .box_small_col.sp_pd24,
  .main [class*=" block"] .box_small_col.sp_pd24 {
    padding: 24px 8px;
  }
}
.main [class^=block] .box_small_col.pd20,
.main [class*=" block"] .box_small_col.pd20 {
  padding: 20px 28px 24px;
}
@media only screen and (max-width:768px) {
  .main [class^=block] .box_small_col.pd20,
  .main [class*=" block"] .box_small_col.pd20 {
    padding: 10px 8px 16px;
  }
}
.main [class^=block] .box_small_col.pd14-12,
.main [class*=" block"] .box_small_col.pd14-12 {
  padding: 14px 28px 12px;
}
@media only screen and (max-width:768px) {
  .main [class^=block] .box_small_col.pd14-12,
  .main [class*=" block"] .box_small_col.pd14-12 {
    padding: 10px 8px 16px;
  }
}
.main [class^=block] .box_small_col.pd20-12,
.main [class*=" block"] .box_small_col.pd20-12 {
  padding: 20px 28px 12px;
}
@media only screen and (max-width:768px) {
  .main [class^=block] .box_small_col.pd20-12,
  .main [class*=" block"] .box_small_col.pd20-12 {
    padding: 10px 8px 16px;
  }
}
@media only screen and (max-width:767px) {
  .main [class^=block] .box_small_col,
  .main [class*=" block"] .box_small_col {
    padding: 14px 10px 12px;
    border-radius: 0 0 12px 12px;
  }
}
.main [class^=block] .box_small_col figure,
.main [class*=" block"] .box_small_col figure {
  padding: 0 0 16px;
}
.main [class^=block] .box_small_col .application,
.main [class*=" block"] .box_small_col .application {
  margin-bottom: 16px;
}
@media only screen and (max-width:767px) {
  .main [class^=block] .box_small_col .application,
  .main [class*=" block"] .box_small_col .application {
    margin-bottom: 10px;
  }
}
.main [class^=block] .box_small_col .application li,
.main [class*=" block"] .box_small_col .application li {
  position: relative;
  font-size: 1rem;
  line-height: 1.7;
  padding-left: 16px;
}
.main [class^=block] .box_small_col .application li::before,
.main [class*=" block"] .box_small_col .application li::before {
  content: "●";
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 0.875rem;
}
.main [class^=block] .box_another,
.main [class*=" block"] .box_another {
  width: 100%;
}
.main [class^=block] .box_another h3,
.main [class*=" block"] .box_another h3 {
  border: none;
  position: relative;
  color: #333f48;
  font-size: 1.3125rem;
  line-height: 1.5;
  border-radius: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #cbefe9), to(#e5f7f4));
  background: -webkit-linear-gradient(left, #cbefe9 40%, #e5f7f4 100%);
  background: linear-gradient(90deg, #cbefe9 40%, #e5f7f4 100%);
  padding: 4px 0 4px 14px;
}
@media only screen and (max-width:767px) {
  .main [class^=block] .box_another h3,
  .main [class*=" block"] .box_another h3 {
    font-size: 1.1875rem;
  }
}
.main [class^=block] .box_another h3::before,
.main [class*=" block"] .box_another h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 100%;
  background-color: #00b398;
}
.main [class^=block] .box_another h4,
.main [class*=" block"] .box_another h4 {
  position: relative;
  color: #333f48;
  font-size: 1.125rem;
  font-weight: 700;
  padding-left: 18px;
  margin: 16px 0 6px;
}
@media only screen and (max-width:767px) {
  .main [class^=block] .box_another h4,
  .main [class*=" block"] .box_another h4 {
    margin: 10px 0 2px;
  }
}
.main [class^=block] .box_another h4::before,
.main [class*=" block"] .box_another h4::before {
  content: "●";
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 14px;
  color: #00b398;
}
.main [class^=block] .box_another table,
.main [class*=" block"] .box_another table {
  margin: 20px 0 10px;
}
.main [class^=block] .box_another table tbody tr .table-title,
.main [class*=" block"] .box_another table tbody tr .table-title {
  font-weight: 700;
  background-color: #fce3ea;
}
.main [class^=block] .box_another p,
.main [class*=" block"] .box_another p {
  margin-bottom: 16px;
}
.main [class^=block] .box_another p:last-of-type,
.main [class*=" block"] .box_another p:last-of-type {
  margin-bottom: 0;
}
.main [class^=block] .box_another .p-small,
.main [class*=" block"] .box_another .p-small {
  margin-top: -16px;
  font-size: 0.875rem;
}
.main [class^=block] .box_another__2,
.main [class*=" block"] .box_another__2 {
  width: 100%;
}
.main [class^=block] .box_another__2 h3,
.main [class*=" block"] .box_another__2 h3 {
  font-size: 1.125rem;
  text-align: left;
  color: #333f48;
  background-color: #ffffff;
  padding: 0;
  margin-bottom: 6px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid !important;
  border-radius: 0;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #00b398), to(#99e1d6)) 1;
  -webkit-border-image: -webkit-linear-gradient(left, #00b398 40%, #99e1d6 100%) 1;
       -o-border-image: linear-gradient(90deg, #00b398 40%, #99e1d6 100%) 1;
          border-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #00b398), to(#99e1d6)) 1;
          border-image: linear-gradient(90deg, #00b398 40%, #99e1d6 100%) 1;
}
@media only screen and (max-width:767px) {
  .main [class^=block] .box_another__2 h3,
  .main [class*=" block"] .box_another__2 h3 {
    margin-bottom: 14px;
  }
}
.main [class^=block] .box_another__2 p span,
.main [class*=" block"] .box_another__2 p span {
  font-weight: 700;
}
.main [class^=block] .box_another__2 .contact-information,
.main [class*=" block"] .box_another__2 .contact-information {
  display: inline-block;
  background-color: #eaebec;
  color: #333f48;
  padding: 0 6px;
}
@media only screen and (max-width:767px) {
  .main [class^=block] .box_another__2 .contact-information,
  .main [class*=" block"] .box_another__2 .contact-information {
    width: 100%;
  }
}
.main [class^=block] .box_another__2 .inquiry,
.main [class*=" block"] .box_another__2 .inquiry {
  border: 1px solid #ae2573;
  padding: 4px 0 4px 10px;
  margin: 0 0 20px;
}
@media only screen and (max-width:767px) {
  .main [class^=block] .box_another__2 .inquiry,
  .main [class*=" block"] .box_another__2 .inquiry {
    padding: 6px 10px;
    margin: 0 0 10px;
  }
}
.main [class^=block] .box_another__2 .inquiry p,
.main [class*=" block"] .box_another__2 .inquiry p {
  font-size: 1rem;
  font-weight: 400;
}
.main [class^=block] .box_another__2 .inquiry p.bold,
.main [class*=" block"] .box_another__2 .inquiry p.bold {
  font-weight: 700;
}
.main [class^=block] .box_another__2 .inquiry p a,
.main [class*=" block"] .box_another__2 .inquiry p a {
  color: #00b398;
  word-break: break-all;
}
.main [class^=block] .box_another__2 .inquiry_margin,
.main [class*=" block"] .box_another__2 .inquiry_margin {
  margin-top: 16px;
  margin-bottom: 0;
}
.main [class^=block] .box_another__2 .inquiry_margin p,
.main [class*=" block"] .box_another__2 .inquiry_margin p {
  color: #ae2573;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .main [class^=block] .box_another__2 .inquiry_margin p,
  .main [class*=" block"] .box_another__2 .inquiry_margin p {
    text-align: left;
  }
}
.main [class^=block] .box_another__2__margin,
.main [class*=" block"] .box_another__2__margin {
  margin-top: 16px;
}
.main [class^=block] --sitemap,
.main [class*=" block"] --sitemap {
  border-radius: 16px;
}
.main .checkpoint__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.main .checkpoint__title img {
  margin-right: 10px;
  width: 50px;
  height: 50px;
}
@media only screen and (max-width:768px) {
  .main .checkpoint__title img {
    width: 30px;
    height: 30px;
  }
}
.main .checkpoint__title p {
  font-size: 1.5rem;
  font-weight: bold;
  color: #eaebec;
  margin-bottom: 0;
}
@media only screen and (max-width:768px) {
  .main .checkpoint__title p {
    font-size: 1.125rem;
  }
}
.main .checkpoint__lists li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px 30px;
}
@media only screen and (max-width:768px) {
  .main .checkpoint__lists li {
    padding: 6px 10px;
  }
}
.main .checkpoint__lists li:nth-child(odd) {
  background-color: rgba(98, 202, 227, 0.1);
}
.main .checkpoint__lists li:nth-child(even) {
  background-color: rgba(98, 202, 227, 0.03);
}
.main .checkpoint__lists li::before {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  background-image: url("/assets/img/common/icon_check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 3px;
  margin-right: 10px;
}
.main .checkpoint__lists li p {
  font-size: 1rem;
  margin-bottom: 0;
  line-height: 1.7;
}
@media only screen and (max-width:768px) {
  .main .checkpoint__lists li p {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.main .column {
  padding: 20px 30px;
  background-color: #faf5fa;
  border-radius: 8px;
}
@media only screen and (max-width:768px) {
  .main .column {
    padding: 15px;
  }
}
.main .column__title {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: bold;
  color: #cc99cc;
  margin-bottom: 10px;
}
@media only screen and (max-width:768px) {
  .main .column__title {
    font-size: 1rem;
  }
}
.main .column ul.list .list__item::before {
  color: #cc99cc;
}
.main table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #858c91;
}
.main table tbody tr td {
  border: 1px solid #858c91;
  padding: 3px 0 3px 20px;
  font-size: 1rem;
  line-height: 1.5;
  color: #333f48;
}
@media only screen and (max-width:767px) {
  .main table tbody tr td {
    padding-left: 8px;
    vertical-align: top;
  }
}
.main ul.source {
  margin-top: 20px;
}
@media only screen and (max-width:768px) {
  .main ul.source {
    margin-bottom: 10px;
  }
}
.main ul.source li {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.main ul.source li:last-child {
  margin-bottom: 0;
}
.main ul.source li span {
  font-size: 0.75rem;
  line-height: 1.5;
  margin-right: 0.5em;
}
.main ul.source li p {
  font-size: 0.75rem;
  line-height: 1.5;
  word-break: break-all;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main ul.source li p a {
  color: #cc99cc;
  font-weight: bold;
}
.main ul.annotation {
  counter-reset: number 0;
}
@media only screen and (max-width:767px) {
  .main ul.annotation {
    width: 100%;
  }
}
.main ul.annotation li {
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  padding-left: 20px;
}
.main ul.annotation li::before {
  position: absolute;
  left: 0;
  counter-increment: number 1;
  content: counter(number) ")";
}
.main ul.annotation li a {
  color: #00b398;
  word-break: break-all;
}
.main ul.annotation .number-none {
  padding-left: 0;
}
.main ul.annotation .number-none::before {
  display: none;
}
@media only screen and (max-width:767px) {
  .main ul.annotation.sp_pdl10 {
    padding-left: 10px;
  }
}
.main ul.annotation_2 {
  counter-reset: number 0;
}
@media only screen and (max-width:767px) {
  .main ul.annotation_2 {
    width: 100%;
  }
}
.main ul.annotation_2 li {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.5;
  padding-left: 30px;
}
@media only screen and (max-width:767px) {
  .main ul.annotation_2 li {
    margin-bottom: 8px;
  }
}
.main ul.annotation_2 li::before {
  position: absolute;
  left: 0;
  content: "※" counter(number);
  counter-increment: number 1;
}
.main ul.annotation_2 li a {
  color: #00b398;
  word-break: break-all;
}
.main ul.annotation_2 .number-none {
  padding-left: 0;
}
.main ul.annotation_2 .number-none::before {
  display: none;
}
@media only screen and (max-width:767px) {
  .main ul.annotation_3 {
    width: 100%;
  }
}
.main ul.annotation_3 li {
  position: relative;
  font-size: 14px;
  line-height: 1.7;
  padding-left: 14px;
  margin-bottom: 10px;
}
@media only screen and (max-width:767px) {
  .main ul.annotation_3 li {
    margin-top: 10px;
  }
}
.main ul.annotation_3 li::before {
  position: absolute;
  left: 0;
  content: "※";
}
.main ul.annotation_3 li.aster::before {
  content: "＊";
}
.main ul.annotation_3 .number-none {
  padding-left: 0;
}
.main ul.annotation_3 .number-none::before {
  display: none;
}
.main .dl-annotation {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}
.main .dl-annotation dt,
.main .dl-annotation dd {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #333f48;
}
.main .dl-annotation dt {
  width: 35px;
}
.main .dl-annotation dd {
  width: calc(100% - 35px);
}
.main .dl-annotation_small {
  width: 16px !important;
}
.main .dl-annotation_small_dd {
  width: calc(100% - 16px) !important;
  margin-bottom: 10px;
}
.main a.cta, .main a.cta--backtotop {
  border-radius: 8px;
  min-height: 82px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 376px;
  margin: 0 auto;
  padding: 6px 35px 6px 10px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
}
@media only screen and (max-width:768px) {
  .main a.cta, .main a.cta--backtotop {
    min-height: 62px;
    max-width: 321px;
  }
}
.main a.cta p, .main a.cta--backtotop p {
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main a.cta img, .main a.cta--backtotop img {
  width: 50px;
  height: 50px;
}
.main a.cta--backtotop {
  background-color: #cc99cc;
  max-width: 316px;
  -webkit-box-shadow: 0px 2px 0px 2px rgba(204, 153, 204, 0.2);
          box-shadow: 0px 2px 0px 2px rgba(204, 153, 204, 0.2);
}
.main a.cta--backtotop p {
  font-size: 1.25rem;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .main a.cta--backtotop p {
    font-size: 0.875rem;
  }
}
.main a.cta--backtotop img {
  margin-right: 10px;
  width: 8px;
  height: 16px;
}
@media only screen and (max-width:768px) {
  .main a.cta--backtotop img {
    margin-right: 5px;
  }
}
.main .mgb0 {
  margin-bottom: 10px !important;
}
.main .mgb10 {
  margin-bottom: 10px !important;
}
.main .mgb20 {
  margin-bottom: 20px !important;
}
@media only screen and (max-width:768px) {
  .main .mgb20 {
    margin-bottom: 16px !important;
  }
}
.main .mgb325 {
  margin-bottom: 32.5px !important;
}
@media only screen and (max-width:768px) {
  .main .mgb325 {
    margin-bottom: 0 !important;
  }
}
.main .mgb48 {
  margin-bottom: 48px !important;
}
@media only screen and (max-width:768px) {
  .main .mgb48 {
    margin-bottom: 0 !important;
  }
}

.illust {
  width: 820px !important;
}
@media only screen and (max-width:768px) {
  .illust {
    width: 100% !important;
  }
}

.illust1 {
  width: 818px !important;
}
@media only screen and (max-width:767px) {
  .illust1 {
    width: 100% !important;
  }
}

.illust2 {
  width: 819px !important;
}
@media only screen and (max-width:767px) {
  .illust2 {
    width: 100% !important;
  }
}

.illust3 {
  width: 400px !important;
}
@media only screen and (max-width:767px) {
  .illust3 {
    width: 100% !important;
  }
}/*# sourceMappingURL=parts.css.map */