@charset "UTF-8";

/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* 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
   ========================================================================== */
/*------/ htmlのリセットcss /------*/
html {
  line-height: 1.15;
  /* サイトによって変更 */
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/*------/ bodyのリセットcss /------*/
body {
  margin: 0;
}

/*------/ mainのリセットcss /------*/
main {
  display: block;
}

/*------/ 要素のリセットcss /------*/
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: 0;
  border-top: 1px solid;
  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] {
  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: 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

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

[type=checkbox] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  /* 1 */
  -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 padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 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;
}

/**
 * 1. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
  /* 1 */
}

/**
 * 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;
}

/* 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;
  margin: 0%;
}

.m--5 {
  margin: -5px !important;
}

.mt--5 {
  margin-top: -5px !important;
}

.mb--5 {
  margin-bottom: -5px !important;
}

.ml--5 {
  margin-left: -5px !important;
}

.mr--5 {
  margin-right: -5px !important;
}

.m-5 {
  margin: 5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.m-15 {
  margin: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.m-25 {
  margin: 25px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.m-35 {
  margin: 35px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.m-45 {
  margin: 45px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.m-55 {
  margin: 55px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.m-65 {
  margin: 65px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.m-75 {
  margin: 75px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.m-85 {
  margin: 85px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.m-95 {
  margin: 95px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.m-105 {
  margin: 105px !important;
}

.mt-105 {
  margin-top: 105px !important;
}

.mb-105 {
  margin-bottom: 105px !important;
}

.ml-105 {
  margin-left: 105px !important;
}

.mr-105 {
  margin-right: 105px !important;
}

.m-115 {
  margin: 115px !important;
}

.mt-115 {
  margin-top: 115px !important;
}

.mb-115 {
  margin-bottom: 115px !important;
}

.ml-115 {
  margin-left: 115px !important;
}

.mr-115 {
  margin-right: 115px !important;
}

.m-125 {
  margin: 125px !important;
}

.mt-125 {
  margin-top: 125px !important;
}

.mb-125 {
  margin-bottom: 125px !important;
}

.ml-125 {
  margin-left: 125px !important;
}

.mr-125 {
  margin-right: 125px !important;
}

.m-135 {
  margin: 135px !important;
}

.mt-135 {
  margin-top: 135px !important;
}

.mb-135 {
  margin-bottom: 135px !important;
}

.ml-135 {
  margin-left: 135px !important;
}

.mr-135 {
  margin-right: 135px !important;
}

.m-145 {
  margin: 145px !important;
}

.mt-145 {
  margin-top: 145px !important;
}

.mb-145 {
  margin-bottom: 145px !important;
}

.ml-145 {
  margin-left: 145px !important;
}

.mr-145 {
  margin-right: 145px !important;
}

.m-155 {
  margin: 155px !important;
}

.mt-155 {
  margin-top: 155px !important;
}

.mb-155 {
  margin-bottom: 155px !important;
}

.ml-155 {
  margin-left: 155px !important;
}

.mr-155 {
  margin-right: 155px !important;
}

.m-165 {
  margin: 165px !important;
}

.mt-165 {
  margin-top: 165px !important;
}

.mb-165 {
  margin-bottom: 165px !important;
}

.ml-165 {
  margin-left: 165px !important;
}

.mr-165 {
  margin-right: 165px !important;
}

.m-175 {
  margin: 175px !important;
}

.mt-175 {
  margin-top: 175px !important;
}

.mb-175 {
  margin-bottom: 175px !important;
}

.ml-175 {
  margin-left: 175px !important;
}

.mr-175 {
  margin-right: 175px !important;
}

.m-185 {
  margin: 185px !important;
}

.mt-185 {
  margin-top: 185px !important;
}

.mb-185 {
  margin-bottom: 185px !important;
}

.ml-185 {
  margin-left: 185px !important;
}

.mr-185 {
  margin-right: 185px !important;
}

.m-195 {
  margin: 195px !important;
}

.mt-195 {
  margin-top: 195px !important;
}

.mb-195 {
  margin-bottom: 195px !important;
}

.ml-195 {
  margin-left: 195px !important;
}

.mr-195 {
  margin-right: 195px !important;
}

.m--50 {
  margin: -50px !important;
}

.mt--50 {
  margin-top: -50px !important;
}

.mb--50 {
  margin-bottom: -50px !important;
}

.ml--50 {
  margin-left: -50px !important;
}

.mr--50 {
  margin-right: -50px !important;
}

.p--50 {
  padding: -50px !important;
}

.pt--50 {
  padding-top: -50px !important;
}

.pb--50 {
  padding-bottom: -50px !important;
}

.pl--50 {
  padding-left: -50px !important;
}

.pr--50 {
  padding-right: -50px !important;
}

.m--40 {
  margin: -40px !important;
}

.mt--40 {
  margin-top: -40px !important;
}

.mb--40 {
  margin-bottom: -40px !important;
}

.ml--40 {
  margin-left: -40px !important;
}

.mr--40 {
  margin-right: -40px !important;
}

.p--40 {
  padding: -40px !important;
}

.pt--40 {
  padding-top: -40px !important;
}

.pb--40 {
  padding-bottom: -40px !important;
}

.pl--40 {
  padding-left: -40px !important;
}

.pr--40 {
  padding-right: -40px !important;
}

.m--30 {
  margin: -30px !important;
}

.mt--30 {
  margin-top: -30px !important;
}

.mb--30 {
  margin-bottom: -30px !important;
}

.ml--30 {
  margin-left: -30px !important;
}

.mr--30 {
  margin-right: -30px !important;
}

.p--30 {
  padding: -30px !important;
}

.pt--30 {
  padding-top: -30px !important;
}

.pb--30 {
  padding-bottom: -30px !important;
}

.pl--30 {
  padding-left: -30px !important;
}

.pr--30 {
  padding-right: -30px !important;
}

.m--20 {
  margin: -20px !important;
}

.mt--20 {
  margin-top: -20px !important;
}

.mb--20 {
  margin-bottom: -20px !important;
}

.ml--20 {
  margin-left: -20px !important;
}

.mr--20 {
  margin-right: -20px !important;
}

.p--20 {
  padding: -20px !important;
}

.pt--20 {
  padding-top: -20px !important;
}

.pb--20 {
  padding-bottom: -20px !important;
}

.pl--20 {
  padding-left: -20px !important;
}

.pr--20 {
  padding-right: -20px !important;
}

.m--10 {
  margin: -10px !important;
}

.mt--10 {
  margin-top: -10px !important;
}

.mb--10 {
  margin-bottom: -10px !important;
}

.ml--10 {
  margin-left: -10px !important;
}

.mr--10 {
  margin-right: -10px !important;
}

.p--10 {
  padding: -10px !important;
}

.pt--10 {
  padding-top: -10px !important;
}

.pb--10 {
  padding-bottom: -10px !important;
}

.pl--10 {
  padding-left: -10px !important;
}

.pr--10 {
  padding-right: -10px !important;
}

.m-0 {
  margin: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.p-0 {
  padding: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.m-10 {
  margin: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.p-10 {
  padding: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.m-20 {
  margin: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.p-20 {
  padding: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.m-30 {
  margin: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.p-30 {
  padding: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.m-40 {
  margin: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.p-40 {
  padding: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.m-50 {
  margin: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.p-50 {
  padding: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.m-60 {
  margin: 60px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.p-60 {
  padding: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.m-70 {
  margin: 70px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.p-70 {
  padding: 70px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.m-80 {
  margin: 80px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.p-80 {
  padding: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.m-90 {
  margin: 90px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.p-90 {
  padding: 90px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.m-100 {
  margin: 100px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.p-100 {
  padding: 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.m-110 {
  margin: 110px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.ml-110 {
  margin-left: 110px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.p-110 {
  padding: 110px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pl-110 {
  padding-left: 110px !important;
}

.pr-110 {
  padding-right: 110px !important;
}

.m-120 {
  margin: 120px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.p-120 {
  padding: 120px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

.m-130 {
  margin: 130px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.ml-130 {
  margin-left: 130px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

.p-130 {
  padding: 130px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pl-130 {
  padding-left: 130px !important;
}

.pr-130 {
  padding-right: 130px !important;
}

.m-140 {
  margin: 140px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.ml-140 {
  margin-left: 140px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

.p-140 {
  padding: 140px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pl-140 {
  padding-left: 140px !important;
}

.pr-140 {
  padding-right: 140px !important;
}

.m-150 {
  margin: 150px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.ml-150 {
  margin-left: 150px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.p-150 {
  padding: 150px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pl-150 {
  padding-left: 150px !important;
}

.pr-150 {
  padding-right: 150px !important;
}

.m-160 {
  margin: 160px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

.ml-160 {
  margin-left: 160px !important;
}

.mr-160 {
  margin-right: 160px !important;
}

.p-160 {
  padding: 160px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.pb-160 {
  padding-bottom: 160px !important;
}

.pl-160 {
  padding-left: 160px !important;
}

.pr-160 {
  padding-right: 160px !important;
}

.m-170 {
  margin: 170px !important;
}

.mt-170 {
  margin-top: 170px !important;
}

.mb-170 {
  margin-bottom: 170px !important;
}

.ml-170 {
  margin-left: 170px !important;
}

.mr-170 {
  margin-right: 170px !important;
}

.p-170 {
  padding: 170px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.pl-170 {
  padding-left: 170px !important;
}

.pr-170 {
  padding-right: 170px !important;
}

.m-180 {
  margin: 180px !important;
}

.mt-180 {
  margin-top: 180px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.ml-180 {
  margin-left: 180px !important;
}

.mr-180 {
  margin-right: 180px !important;
}

.p-180 {
  padding: 180px !important;
}

.pt-180 {
  padding-top: 180px !important;
}

.pb-180 {
  padding-bottom: 180px !important;
}

.pl-180 {
  padding-left: 180px !important;
}

.pr-180 {
  padding-right: 180px !important;
}

.m-190 {
  margin: 190px !important;
}

.mt-190 {
  margin-top: 190px !important;
}

.mb-190 {
  margin-bottom: 190px !important;
}

.ml-190 {
  margin-left: 190px !important;
}

.mr-190 {
  margin-right: 190px !important;
}

.p-190 {
  padding: 190px !important;
}

.pt-190 {
  padding-top: 190px !important;
}

.pb-190 {
  padding-bottom: 190px !important;
}

.pl-190 {
  padding-left: 190px !important;
}

.pr-190 {
  padding-right: 190px !important;
}

.m-200 {
  margin: 200px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.ml-200 {
  margin-left: 200px !important;
}

.mr-200 {
  margin-right: 200px !important;
}

.p-200 {
  padding: 200px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.pl-200 {
  padding-left: 200px !important;
}

.pr-200 {
  padding-right: 200px !important;
}

@media (min-width: 768px) {
  .m-pc--5 {
    margin: -5px !important;
  }

  .mt-pc--5 {
    margin-top: -5px !important;
  }

  .mb-pc--5 {
    margin-bottom: -5px !important;
  }

  .ml-pc--5 {
    margin-left: -5px !important;
  }

  .mr-pc--5 {
    margin-right: -5px !important;
  }

  .m-pc-5 {
    margin: 5px !important;
  }

  .mt-pc-5 {
    margin-top: 5px !important;
  }

  .mb-pc-5 {
    margin-bottom: 5px !important;
  }

  .ml-pc-5 {
    margin-left: 5px !important;
  }

  .mr-pc-5 {
    margin-right: 5px !important;
  }

  .m-pc-15 {
    margin: 15px !important;
  }

  .mt-pc-15 {
    margin-top: 15px !important;
  }

  .mb-pc-15 {
    margin-bottom: 15px !important;
  }

  .ml-pc-15 {
    margin-left: 15px !important;
  }

  .mr-pc-15 {
    margin-right: 15px !important;
  }

  .m-pc-25 {
    margin: 25px !important;
  }

  .mt-pc-25 {
    margin-top: 25px !important;
  }

  .mb-pc-25 {
    margin-bottom: 25px !important;
  }

  .ml-pc-25 {
    margin-left: 25px !important;
  }

  .mr-pc-25 {
    margin-right: 25px !important;
  }

  .m-pc-35 {
    margin: 35px !important;
  }

  .mt-pc-35 {
    margin-top: 35px !important;
  }

  .mb-pc-35 {
    margin-bottom: 35px !important;
  }

  .ml-pc-35 {
    margin-left: 35px !important;
  }

  .mr-pc-35 {
    margin-right: 35px !important;
  }

  .m-pc-45 {
    margin: 45px !important;
  }

  .mt-pc-45 {
    margin-top: 45px !important;
  }

  .mb-pc-45 {
    margin-bottom: 45px !important;
  }

  .ml-pc-45 {
    margin-left: 45px !important;
  }

  .mr-pc-45 {
    margin-right: 45px !important;
  }

  .m-pc-55 {
    margin: 55px !important;
  }

  .mt-pc-55 {
    margin-top: 55px !important;
  }

  .mb-pc-55 {
    margin-bottom: 55px !important;
  }

  .ml-pc-55 {
    margin-left: 55px !important;
  }

  .mr-pc-55 {
    margin-right: 55px !important;
  }

  .m-pc-65 {
    margin: 65px !important;
  }

  .mt-pc-65 {
    margin-top: 65px !important;
  }

  .mb-pc-65 {
    margin-bottom: 65px !important;
  }

  .ml-pc-65 {
    margin-left: 65px !important;
  }

  .mr-pc-65 {
    margin-right: 65px !important;
  }

  .m-pc-75 {
    margin: 75px !important;
  }

  .mt-pc-75 {
    margin-top: 75px !important;
  }

  .mb-pc-75 {
    margin-bottom: 75px !important;
  }

  .ml-pc-75 {
    margin-left: 75px !important;
  }

  .mr-pc-75 {
    margin-right: 75px !important;
  }

  .m-pc-85 {
    margin: 85px !important;
  }

  .mt-pc-85 {
    margin-top: 85px !important;
  }

  .mb-pc-85 {
    margin-bottom: 85px !important;
  }

  .ml-pc-85 {
    margin-left: 85px !important;
  }

  .mr-pc-85 {
    margin-right: 85px !important;
  }

  .m-pc-95 {
    margin: 95px !important;
  }

  .mt-pc-95 {
    margin-top: 95px !important;
  }

  .mb-pc-95 {
    margin-bottom: 95px !important;
  }

  .ml-pc-95 {
    margin-left: 95px !important;
  }

  .mr-pc-95 {
    margin-right: 95px !important;
  }

  .m-pc-105 {
    margin: 105px !important;
  }

  .mt-pc-105 {
    margin-top: 105px !important;
  }

  .mb-pc-105 {
    margin-bottom: 105px !important;
  }

  .ml-pc-105 {
    margin-left: 105px !important;
  }

  .mr-pc-105 {
    margin-right: 105px !important;
  }

  .m-pc-115 {
    margin: 115px !important;
  }

  .mt-pc-115 {
    margin-top: 115px !important;
  }

  .mb-pc-115 {
    margin-bottom: 115px !important;
  }

  .ml-pc-115 {
    margin-left: 115px !important;
  }

  .mr-pc-115 {
    margin-right: 115px !important;
  }

  .m-pc-125 {
    margin: 125px !important;
  }

  .mt-pc-125 {
    margin-top: 125px !important;
  }

  .mb-pc-125 {
    margin-bottom: 125px !important;
  }

  .ml-pc-125 {
    margin-left: 125px !important;
  }

  .mr-pc-125 {
    margin-right: 125px !important;
  }

  .m-pc-135 {
    margin: 135px !important;
  }

  .mt-pc-135 {
    margin-top: 135px !important;
  }

  .mb-pc-135 {
    margin-bottom: 135px !important;
  }

  .ml-pc-135 {
    margin-left: 135px !important;
  }

  .mr-pc-135 {
    margin-right: 135px !important;
  }

  .m-pc-145 {
    margin: 145px !important;
  }

  .mt-pc-145 {
    margin-top: 145px !important;
  }

  .mb-pc-145 {
    margin-bottom: 145px !important;
  }

  .ml-pc-145 {
    margin-left: 145px !important;
  }

  .mr-pc-145 {
    margin-right: 145px !important;
  }

  .m-pc-155 {
    margin: 155px !important;
  }

  .mt-pc-155 {
    margin-top: 155px !important;
  }

  .mb-pc-155 {
    margin-bottom: 155px !important;
  }

  .ml-pc-155 {
    margin-left: 155px !important;
  }

  .mr-pc-155 {
    margin-right: 155px !important;
  }

  .m-pc-165 {
    margin: 165px !important;
  }

  .mt-pc-165 {
    margin-top: 165px !important;
  }

  .mb-pc-165 {
    margin-bottom: 165px !important;
  }

  .ml-pc-165 {
    margin-left: 165px !important;
  }

  .mr-pc-165 {
    margin-right: 165px !important;
  }

  .m-pc-175 {
    margin: 175px !important;
  }

  .mt-pc-175 {
    margin-top: 175px !important;
  }

  .mb-pc-175 {
    margin-bottom: 175px !important;
  }

  .ml-pc-175 {
    margin-left: 175px !important;
  }

  .mr-pc-175 {
    margin-right: 175px !important;
  }

  .m-pc-185 {
    margin: 185px !important;
  }

  .mt-pc-185 {
    margin-top: 185px !important;
  }

  .mb-pc-185 {
    margin-bottom: 185px !important;
  }

  .ml-pc-185 {
    margin-left: 185px !important;
  }

  .mr-pc-185 {
    margin-right: 185px !important;
  }

  .m-pc-195 {
    margin: 195px !important;
  }

  .mt-pc-195 {
    margin-top: 195px !important;
  }

  .mb-pc-195 {
    margin-bottom: 195px !important;
  }

  .ml-pc-195 {
    margin-left: 195px !important;
  }

  .mr-pc-195 {
    margin-right: 195px !important;
  }

  .m-pc--50 {
    margin: -50px !important;
  }

  .mt-pc--50 {
    margin-top: -50px !important;
  }

  .mb-pc--50 {
    margin-bottom: -50px !important;
  }

  .ml-pc--50 {
    margin-left: -50px !important;
  }

  .mr-pc--50 {
    margin-right: -50px !important;
  }

  .p-pc--50 {
    padding: -50px !important;
  }

  .pt-pc--50 {
    padding-top: -50px !important;
  }

  .pb-pc--50 {
    padding-bottom: -50px !important;
  }

  .pl-pc--50 {
    padding-left: -50px !important;
  }

  .pr-pc--50 {
    padding-right: -50px !important;
  }

  .m-pc--40 {
    margin: -40px !important;
  }

  .mt-pc--40 {
    margin-top: -40px !important;
  }

  .mb-pc--40 {
    margin-bottom: -40px !important;
  }

  .ml-pc--40 {
    margin-left: -40px !important;
  }

  .mr-pc--40 {
    margin-right: -40px !important;
  }

  .p-pc--40 {
    padding: -40px !important;
  }

  .pt-pc--40 {
    padding-top: -40px !important;
  }

  .pb-pc--40 {
    padding-bottom: -40px !important;
  }

  .pl-pc--40 {
    padding-left: -40px !important;
  }

  .pr-pc--40 {
    padding-right: -40px !important;
  }

  .m-pc--30 {
    margin: -30px !important;
  }

  .mt-pc--30 {
    margin-top: -30px !important;
  }

  .mb-pc--30 {
    margin-bottom: -30px !important;
  }

  .ml-pc--30 {
    margin-left: -30px !important;
  }

  .mr-pc--30 {
    margin-right: -30px !important;
  }

  .p-pc--30 {
    padding: -30px !important;
  }

  .pt-pc--30 {
    padding-top: -30px !important;
  }

  .pb-pc--30 {
    padding-bottom: -30px !important;
  }

  .pl-pc--30 {
    padding-left: -30px !important;
  }

  .pr-pc--30 {
    padding-right: -30px !important;
  }

  .m-pc--20 {
    margin: -20px !important;
  }

  .mt-pc--20 {
    margin-top: -20px !important;
  }

  .mb-pc--20 {
    margin-bottom: -20px !important;
  }

  .ml-pc--20 {
    margin-left: -20px !important;
  }

  .mr-pc--20 {
    margin-right: -20px !important;
  }

  .p-pc--20 {
    padding: -20px !important;
  }

  .pt-pc--20 {
    padding-top: -20px !important;
  }

  .pb-pc--20 {
    padding-bottom: -20px !important;
  }

  .pl-pc--20 {
    padding-left: -20px !important;
  }

  .pr-pc--20 {
    padding-right: -20px !important;
  }

  .m-pc--10 {
    margin: -10px !important;
  }

  .mt-pc--10 {
    margin-top: -10px !important;
  }

  .mb-pc--10 {
    margin-bottom: -10px !important;
  }

  .ml-pc--10 {
    margin-left: -10px !important;
  }

  .mr-pc--10 {
    margin-right: -10px !important;
  }

  .p-pc--10 {
    padding: -10px !important;
  }

  .pt-pc--10 {
    padding-top: -10px !important;
  }

  .pb-pc--10 {
    padding-bottom: -10px !important;
  }

  .pl-pc--10 {
    padding-left: -10px !important;
  }

  .pr-pc--10 {
    padding-right: -10px !important;
  }

  .m-pc-0 {
    margin: 0px !important;
  }

  .mt-pc-0 {
    margin-top: 0px !important;
  }

  .mb-pc-0 {
    margin-bottom: 0px !important;
  }

  .ml-pc-0 {
    margin-left: 0px !important;
  }

  .mr-pc-0 {
    margin-right: 0px !important;
  }

  .p-pc-0 {
    padding: 0px !important;
  }

  .pt-pc-0 {
    padding-top: 0px !important;
  }

  .pb-pc-0 {
    padding-bottom: 0px !important;
  }

  .pl-pc-0 {
    padding-left: 0px !important;
  }

  .pr-pc-0 {
    padding-right: 0px !important;
  }

  .m-pc-10 {
    margin: 10px !important;
  }

  .mt-pc-10 {
    margin-top: 10px !important;
  }

  .mb-pc-10 {
    margin-bottom: 10px !important;
  }

  .ml-pc-10 {
    margin-left: 10px !important;
  }

  .mr-pc-10 {
    margin-right: 10px !important;
  }

  .p-pc-10 {
    padding: 10px !important;
  }

  .pt-pc-10 {
    padding-top: 10px !important;
  }

  .pb-pc-10 {
    padding-bottom: 10px !important;
  }

  .pl-pc-10 {
    padding-left: 10px !important;
  }

  .pr-pc-10 {
    padding-right: 10px !important;
  }

  .m-pc-20 {
    margin: 20px !important;
  }

  .mt-pc-20 {
    margin-top: 20px !important;
  }

  .mb-pc-20 {
    margin-bottom: 20px !important;
  }

  .ml-pc-20 {
    margin-left: 20px !important;
  }

  .mr-pc-20 {
    margin-right: 20px !important;
  }

  .p-pc-20 {
    padding: 20px !important;
  }

  .pt-pc-20 {
    padding-top: 20px !important;
  }

  .pb-pc-20 {
    padding-bottom: 20px !important;
  }

  .pl-pc-20 {
    padding-left: 20px !important;
  }

  .pr-pc-20 {
    padding-right: 20px !important;
  }

  .m-pc-30 {
    margin: 30px !important;
  }

  .mt-pc-30 {
    margin-top: 30px !important;
  }

  .mb-pc-30 {
    margin-bottom: 30px !important;
  }

  .ml-pc-30 {
    margin-left: 30px !important;
  }

  .mr-pc-30 {
    margin-right: 30px !important;
  }

  .p-pc-30 {
    padding: 30px !important;
  }

  .pt-pc-30 {
    padding-top: 30px !important;
  }

  .pb-pc-30 {
    padding-bottom: 30px !important;
  }

  .pl-pc-30 {
    padding-left: 30px !important;
  }

  .pr-pc-30 {
    padding-right: 30px !important;
  }

  .m-pc-40 {
    margin: 40px !important;
  }

  .mt-pc-40 {
    margin-top: 40px !important;
  }

  .mb-pc-40 {
    margin-bottom: 40px !important;
  }

  .ml-pc-40 {
    margin-left: 40px !important;
  }

  .mr-pc-40 {
    margin-right: 40px !important;
  }

  .p-pc-40 {
    padding: 40px !important;
  }

  .pt-pc-40 {
    padding-top: 40px !important;
  }

  .pb-pc-40 {
    padding-bottom: 40px !important;
  }

  .pl-pc-40 {
    padding-left: 40px !important;
  }

  .pr-pc-40 {
    padding-right: 40px !important;
  }

  .m-pc-50 {
    margin: 50px !important;
  }

  .mt-pc-50 {
    margin-top: 50px !important;
  }

  .mb-pc-50 {
    margin-bottom: 50px !important;
  }

  .ml-pc-50 {
    margin-left: 50px !important;
  }

  .mr-pc-50 {
    margin-right: 50px !important;
  }

  .p-pc-50 {
    padding: 50px !important;
  }

  .pt-pc-50 {
    padding-top: 50px !important;
  }

  .pb-pc-50 {
    padding-bottom: 50px !important;
  }

  .pl-pc-50 {
    padding-left: 50px !important;
  }

  .pr-pc-50 {
    padding-right: 50px !important;
  }

  .m-pc-60 {
    margin: 60px !important;
  }

  .mt-pc-60 {
    margin-top: 60px !important;
  }

  .mb-pc-60 {
    margin-bottom: 60px !important;
  }

  .ml-pc-60 {
    margin-left: 60px !important;
  }

  .mr-pc-60 {
    margin-right: 60px !important;
  }

  .p-pc-60 {
    padding: 60px !important;
  }

  .pt-pc-60 {
    padding-top: 60px !important;
  }

  .pb-pc-60 {
    padding-bottom: 60px !important;
  }

  .pl-pc-60 {
    padding-left: 60px !important;
  }

  .pr-pc-60 {
    padding-right: 60px !important;
  }

  .m-pc-70 {
    margin: 70px !important;
  }

  .mt-pc-70 {
    margin-top: 70px !important;
  }

  .mb-pc-70 {
    margin-bottom: 70px !important;
  }

  .ml-pc-70 {
    margin-left: 70px !important;
  }

  .mr-pc-70 {
    margin-right: 70px !important;
  }

  .p-pc-70 {
    padding: 70px !important;
  }

  .pt-pc-70 {
    padding-top: 70px !important;
  }

  .pb-pc-70 {
    padding-bottom: 70px !important;
  }

  .pl-pc-70 {
    padding-left: 70px !important;
  }

  .pr-pc-70 {
    padding-right: 70px !important;
  }

  .m-pc-80 {
    margin: 80px !important;
  }

  .mt-pc-80 {
    margin-top: 80px !important;
  }

  .mb-pc-80 {
    margin-bottom: 80px !important;
  }

  .ml-pc-80 {
    margin-left: 80px !important;
  }

  .mr-pc-80 {
    margin-right: 80px !important;
  }

  .p-pc-80 {
    padding: 80px !important;
  }

  .pt-pc-80 {
    padding-top: 80px !important;
  }

  .pb-pc-80 {
    padding-bottom: 80px !important;
  }

  .pl-pc-80 {
    padding-left: 80px !important;
  }

  .pr-pc-80 {
    padding-right: 80px !important;
  }

  .m-pc-90 {
    margin: 90px !important;
  }

  .mt-pc-90 {
    margin-top: 90px !important;
  }

  .mb-pc-90 {
    margin-bottom: 90px !important;
  }

  .ml-pc-90 {
    margin-left: 90px !important;
  }

  .mr-pc-90 {
    margin-right: 90px !important;
  }

  .p-pc-90 {
    padding: 90px !important;
  }

  .pt-pc-90 {
    padding-top: 90px !important;
  }

  .pb-pc-90 {
    padding-bottom: 90px !important;
  }

  .pl-pc-90 {
    padding-left: 90px !important;
  }

  .pr-pc-90 {
    padding-right: 90px !important;
  }

  .m-pc-100 {
    margin: 100px !important;
  }

  .mt-pc-100 {
    margin-top: 100px !important;
  }

  .mb-pc-100 {
    margin-bottom: 100px !important;
  }

  .ml-pc-100 {
    margin-left: 100px !important;
  }

  .mr-pc-100 {
    margin-right: 100px !important;
  }

  .p-pc-100 {
    padding: 100px !important;
  }

  .pt-pc-100 {
    padding-top: 100px !important;
  }

  .pb-pc-100 {
    padding-bottom: 100px !important;
  }

  .pl-pc-100 {
    padding-left: 100px !important;
  }

  .pr-pc-100 {
    padding-right: 100px !important;
  }

  .m-pc-110 {
    margin: 110px !important;
  }

  .mt-pc-110 {
    margin-top: 110px !important;
  }

  .mb-pc-110 {
    margin-bottom: 110px !important;
  }

  .ml-pc-110 {
    margin-left: 110px !important;
  }

  .mr-pc-110 {
    margin-right: 110px !important;
  }

  .p-pc-110 {
    padding: 110px !important;
  }

  .pt-pc-110 {
    padding-top: 110px !important;
  }

  .pb-pc-110 {
    padding-bottom: 110px !important;
  }

  .pl-pc-110 {
    padding-left: 110px !important;
  }

  .pr-pc-110 {
    padding-right: 110px !important;
  }

  .m-pc-120 {
    margin: 120px !important;
  }

  .mt-pc-120 {
    margin-top: 120px !important;
  }

  .mb-pc-120 {
    margin-bottom: 120px !important;
  }

  .ml-pc-120 {
    margin-left: 120px !important;
  }

  .mr-pc-120 {
    margin-right: 120px !important;
  }

  .p-pc-120 {
    padding: 120px !important;
  }

  .pt-pc-120 {
    padding-top: 120px !important;
  }

  .pb-pc-120 {
    padding-bottom: 120px !important;
  }

  .pl-pc-120 {
    padding-left: 120px !important;
  }

  .pr-pc-120 {
    padding-right: 120px !important;
  }

  .m-pc-130 {
    margin: 130px !important;
  }

  .mt-pc-130 {
    margin-top: 130px !important;
  }

  .mb-pc-130 {
    margin-bottom: 130px !important;
  }

  .ml-pc-130 {
    margin-left: 130px !important;
  }

  .mr-pc-130 {
    margin-right: 130px !important;
  }

  .p-pc-130 {
    padding: 130px !important;
  }

  .pt-pc-130 {
    padding-top: 130px !important;
  }

  .pb-pc-130 {
    padding-bottom: 130px !important;
  }

  .pl-pc-130 {
    padding-left: 130px !important;
  }

  .pr-pc-130 {
    padding-right: 130px !important;
  }

  .m-pc-140 {
    margin: 140px !important;
  }

  .mt-pc-140 {
    margin-top: 140px !important;
  }

  .mb-pc-140 {
    margin-bottom: 140px !important;
  }

  .ml-pc-140 {
    margin-left: 140px !important;
  }

  .mr-pc-140 {
    margin-right: 140px !important;
  }

  .p-pc-140 {
    padding: 140px !important;
  }

  .pt-pc-140 {
    padding-top: 140px !important;
  }

  .pb-pc-140 {
    padding-bottom: 140px !important;
  }

  .pl-pc-140 {
    padding-left: 140px !important;
  }

  .pr-pc-140 {
    padding-right: 140px !important;
  }

  .m-pc-150 {
    margin: 150px !important;
  }

  .mt-pc-150 {
    margin-top: 150px !important;
  }

  .mb-pc-150 {
    margin-bottom: 150px !important;
  }

  .ml-pc-150 {
    margin-left: 150px !important;
  }

  .mr-pc-150 {
    margin-right: 150px !important;
  }

  .p-pc-150 {
    padding: 150px !important;
  }

  .pt-pc-150 {
    padding-top: 150px !important;
  }

  .pb-pc-150 {
    padding-bottom: 150px !important;
  }

  .pl-pc-150 {
    padding-left: 150px !important;
  }

  .pr-pc-150 {
    padding-right: 150px !important;
  }

  .m-pc-160 {
    margin: 160px !important;
  }

  .mt-pc-160 {
    margin-top: 160px !important;
  }

  .mb-pc-160 {
    margin-bottom: 160px !important;
  }

  .ml-pc-160 {
    margin-left: 160px !important;
  }

  .mr-pc-160 {
    margin-right: 160px !important;
  }

  .p-pc-160 {
    padding: 160px !important;
  }

  .pt-pc-160 {
    padding-top: 160px !important;
  }

  .pb-pc-160 {
    padding-bottom: 160px !important;
  }

  .pl-pc-160 {
    padding-left: 160px !important;
  }

  .pr-pc-160 {
    padding-right: 160px !important;
  }

  .m-pc-170 {
    margin: 170px !important;
  }

  .mt-pc-170 {
    margin-top: 170px !important;
  }

  .mb-pc-170 {
    margin-bottom: 170px !important;
  }

  .ml-pc-170 {
    margin-left: 170px !important;
  }

  .mr-pc-170 {
    margin-right: 170px !important;
  }

  .p-pc-170 {
    padding: 170px !important;
  }

  .pt-pc-170 {
    padding-top: 170px !important;
  }

  .pb-pc-170 {
    padding-bottom: 170px !important;
  }

  .pl-pc-170 {
    padding-left: 170px !important;
  }

  .pr-pc-170 {
    padding-right: 170px !important;
  }

  .m-pc-180 {
    margin: 180px !important;
  }

  .mt-pc-180 {
    margin-top: 180px !important;
  }

  .mb-pc-180 {
    margin-bottom: 180px !important;
  }

  .ml-pc-180 {
    margin-left: 180px !important;
  }

  .mr-pc-180 {
    margin-right: 180px !important;
  }

  .p-pc-180 {
    padding: 180px !important;
  }

  .pt-pc-180 {
    padding-top: 180px !important;
  }

  .pb-pc-180 {
    padding-bottom: 180px !important;
  }

  .pl-pc-180 {
    padding-left: 180px !important;
  }

  .pr-pc-180 {
    padding-right: 180px !important;
  }

  .m-pc-190 {
    margin: 190px !important;
  }

  .mt-pc-190 {
    margin-top: 190px !important;
  }

  .mb-pc-190 {
    margin-bottom: 190px !important;
  }

  .ml-pc-190 {
    margin-left: 190px !important;
  }

  .mr-pc-190 {
    margin-right: 190px !important;
  }

  .p-pc-190 {
    padding: 190px !important;
  }

  .pt-pc-190 {
    padding-top: 190px !important;
  }

  .pb-pc-190 {
    padding-bottom: 190px !important;
  }

  .pl-pc-190 {
    padding-left: 190px !important;
  }

  .pr-pc-190 {
    padding-right: 190px !important;
  }

  .m-pc-200 {
    margin: 200px !important;
  }

  .mt-pc-200 {
    margin-top: 200px !important;
  }

  .mb-pc-200 {
    margin-bottom: 200px !important;
  }

  .ml-pc-200 {
    margin-left: 200px !important;
  }

  .mr-pc-200 {
    margin-right: 200px !important;
  }

  .p-pc-200 {
    padding: 200px !important;
  }

  .pt-pc-200 {
    padding-top: 200px !important;
  }

  .pb-pc-200 {
    padding-bottom: 200px !important;
  }

  .pl-pc-200 {
    padding-left: 200px !important;
  }

  .pr-pc-200 {
    padding-right: 200px !important;
  }
}

@media (max-width: 767px) {
  .m-sp--5 {
    margin: -5px !important;
  }

  .mt-sp--5 {
    margin-top: -5px !important;
  }

  .mb-sp--5 {
    margin-bottom: -5px !important;
  }

  .ml-sp--5 {
    margin-left: -5px !important;
  }

  .mr-sp--5 {
    margin-right: -5px !important;
  }

  .m-sp-5 {
    margin: 5px !important;
  }

  .mt-sp-5 {
    margin-top: 5px !important;
  }

  .mb-sp-5 {
    margin-bottom: 5px !important;
  }

  .ml-sp-5 {
    margin-left: 5px !important;
  }

  .mr-sp-5 {
    margin-right: 5px !important;
  }

  .m-sp-15 {
    margin: 15px !important;
  }

  .mt-sp-15 {
    margin-top: 15px !important;
  }

  .mb-sp-15 {
    margin-bottom: 15px !important;
  }

  .ml-sp-15 {
    margin-left: 15px !important;
  }

  .mr-sp-15 {
    margin-right: 15px !important;
  }

  .m-sp-25 {
    margin: 25px !important;
  }

  .mt-sp-25 {
    margin-top: 25px !important;
  }

  .mb-sp-25 {
    margin-bottom: 25px !important;
  }

  .ml-sp-25 {
    margin-left: 25px !important;
  }

  .mr-sp-25 {
    margin-right: 25px !important;
  }

  .m-sp-35 {
    margin: 35px !important;
  }

  .mt-sp-35 {
    margin-top: 35px !important;
  }

  .mb-sp-35 {
    margin-bottom: 35px !important;
  }

  .ml-sp-35 {
    margin-left: 35px !important;
  }

  .mr-sp-35 {
    margin-right: 35px !important;
  }

  .m-sp-45 {
    margin: 45px !important;
  }

  .mt-sp-45 {
    margin-top: 45px !important;
  }

  .mb-sp-45 {
    margin-bottom: 45px !important;
  }

  .ml-sp-45 {
    margin-left: 45px !important;
  }

  .mr-sp-45 {
    margin-right: 45px !important;
  }

  .m-sp-55 {
    margin: 55px !important;
  }

  .mt-sp-55 {
    margin-top: 55px !important;
  }

  .mb-sp-55 {
    margin-bottom: 55px !important;
  }

  .ml-sp-55 {
    margin-left: 55px !important;
  }

  .mr-sp-55 {
    margin-right: 55px !important;
  }

  .m-sp-65 {
    margin: 65px !important;
  }

  .mt-sp-65 {
    margin-top: 65px !important;
  }

  .mb-sp-65 {
    margin-bottom: 65px !important;
  }

  .ml-sp-65 {
    margin-left: 65px !important;
  }

  .mr-sp-65 {
    margin-right: 65px !important;
  }

  .m-sp-75 {
    margin: 75px !important;
  }

  .mt-sp-75 {
    margin-top: 75px !important;
  }

  .mb-sp-75 {
    margin-bottom: 75px !important;
  }

  .ml-sp-75 {
    margin-left: 75px !important;
  }

  .mr-sp-75 {
    margin-right: 75px !important;
  }

  .m-sp-85 {
    margin: 85px !important;
  }

  .mt-sp-85 {
    margin-top: 85px !important;
  }

  .mb-sp-85 {
    margin-bottom: 85px !important;
  }

  .ml-sp-85 {
    margin-left: 85px !important;
  }

  .mr-sp-85 {
    margin-right: 85px !important;
  }

  .m-sp-95 {
    margin: 95px !important;
  }

  .mt-sp-95 {
    margin-top: 95px !important;
  }

  .mb-sp-95 {
    margin-bottom: 95px !important;
  }

  .ml-sp-95 {
    margin-left: 95px !important;
  }

  .mr-sp-95 {
    margin-right: 95px !important;
  }

  .m-sp-105 {
    margin: 105px !important;
  }

  .mt-sp-105 {
    margin-top: 105px !important;
  }

  .mb-sp-105 {
    margin-bottom: 105px !important;
  }

  .ml-sp-105 {
    margin-left: 105px !important;
  }

  .mr-sp-105 {
    margin-right: 105px !important;
  }

  .m-sp-115 {
    margin: 115px !important;
  }

  .mt-sp-115 {
    margin-top: 115px !important;
  }

  .mb-sp-115 {
    margin-bottom: 115px !important;
  }

  .ml-sp-115 {
    margin-left: 115px !important;
  }

  .mr-sp-115 {
    margin-right: 115px !important;
  }

  .m-sp-125 {
    margin: 125px !important;
  }

  .mt-sp-125 {
    margin-top: 125px !important;
  }

  .mb-sp-125 {
    margin-bottom: 125px !important;
  }

  .ml-sp-125 {
    margin-left: 125px !important;
  }

  .mr-sp-125 {
    margin-right: 125px !important;
  }

  .m-sp-135 {
    margin: 135px !important;
  }

  .mt-sp-135 {
    margin-top: 135px !important;
  }

  .mb-sp-135 {
    margin-bottom: 135px !important;
  }

  .ml-sp-135 {
    margin-left: 135px !important;
  }

  .mr-sp-135 {
    margin-right: 135px !important;
  }

  .m-sp-145 {
    margin: 145px !important;
  }

  .mt-sp-145 {
    margin-top: 145px !important;
  }

  .mb-sp-145 {
    margin-bottom: 145px !important;
  }

  .ml-sp-145 {
    margin-left: 145px !important;
  }

  .mr-sp-145 {
    margin-right: 145px !important;
  }

  .m-sp-155 {
    margin: 155px !important;
  }

  .mt-sp-155 {
    margin-top: 155px !important;
  }

  .mb-sp-155 {
    margin-bottom: 155px !important;
  }

  .ml-sp-155 {
    margin-left: 155px !important;
  }

  .mr-sp-155 {
    margin-right: 155px !important;
  }

  .m-sp-165 {
    margin: 165px !important;
  }

  .mt-sp-165 {
    margin-top: 165px !important;
  }

  .mb-sp-165 {
    margin-bottom: 165px !important;
  }

  .ml-sp-165 {
    margin-left: 165px !important;
  }

  .mr-sp-165 {
    margin-right: 165px !important;
  }

  .m-sp-175 {
    margin: 175px !important;
  }

  .mt-sp-175 {
    margin-top: 175px !important;
  }

  .mb-sp-175 {
    margin-bottom: 175px !important;
  }

  .ml-sp-175 {
    margin-left: 175px !important;
  }

  .mr-sp-175 {
    margin-right: 175px !important;
  }

  .m-sp-185 {
    margin: 185px !important;
  }

  .mt-sp-185 {
    margin-top: 185px !important;
  }

  .mb-sp-185 {
    margin-bottom: 185px !important;
  }

  .ml-sp-185 {
    margin-left: 185px !important;
  }

  .mr-sp-185 {
    margin-right: 185px !important;
  }

  .m-sp-195 {
    margin: 195px !important;
  }

  .mt-sp-195 {
    margin-top: 195px !important;
  }

  .mb-sp-195 {
    margin-bottom: 195px !important;
  }

  .ml-sp-195 {
    margin-left: 195px !important;
  }

  .mr-sp-195 {
    margin-right: 195px !important;
  }

  .m-sp--50 {
    margin: -50px !important;
  }

  .mt-sp--50 {
    margin-top: -50px !important;
  }

  .mb-sp--50 {
    margin-bottom: -50px !important;
  }

  .ml-sp--50 {
    margin-left: -50px !important;
  }

  .mr-sp--50 {
    margin-right: -50px !important;
  }

  .p-sp--50 {
    padding: -50px !important;
  }

  .pt-sp--50 {
    padding-top: -50px !important;
  }

  .pb-sp--50 {
    padding-bottom: -50px !important;
  }

  .pl-sp--50 {
    padding-left: -50px !important;
  }

  .pr-sp--50 {
    padding-right: -50px !important;
  }

  .m-sp--40 {
    margin: -40px !important;
  }

  .mt-sp--40 {
    margin-top: -40px !important;
  }

  .mb-sp--40 {
    margin-bottom: -40px !important;
  }

  .ml-sp--40 {
    margin-left: -40px !important;
  }

  .mr-sp--40 {
    margin-right: -40px !important;
  }

  .p-sp--40 {
    padding: -40px !important;
  }

  .pt-sp--40 {
    padding-top: -40px !important;
  }

  .pb-sp--40 {
    padding-bottom: -40px !important;
  }

  .pl-sp--40 {
    padding-left: -40px !important;
  }

  .pr-sp--40 {
    padding-right: -40px !important;
  }

  .m-sp--30 {
    margin: -30px !important;
  }

  .mt-sp--30 {
    margin-top: -30px !important;
  }

  .mb-sp--30 {
    margin-bottom: -30px !important;
  }

  .ml-sp--30 {
    margin-left: -30px !important;
  }

  .mr-sp--30 {
    margin-right: -30px !important;
  }

  .p-sp--30 {
    padding: -30px !important;
  }

  .pt-sp--30 {
    padding-top: -30px !important;
  }

  .pb-sp--30 {
    padding-bottom: -30px !important;
  }

  .pl-sp--30 {
    padding-left: -30px !important;
  }

  .pr-sp--30 {
    padding-right: -30px !important;
  }

  .m-sp--20 {
    margin: -20px !important;
  }

  .mt-sp--20 {
    margin-top: -20px !important;
  }

  .mb-sp--20 {
    margin-bottom: -20px !important;
  }

  .ml-sp--20 {
    margin-left: -20px !important;
  }

  .mr-sp--20 {
    margin-right: -20px !important;
  }

  .p-sp--20 {
    padding: -20px !important;
  }

  .pt-sp--20 {
    padding-top: -20px !important;
  }

  .pb-sp--20 {
    padding-bottom: -20px !important;
  }

  .pl-sp--20 {
    padding-left: -20px !important;
  }

  .pr-sp--20 {
    padding-right: -20px !important;
  }

  .m-sp--10 {
    margin: -10px !important;
  }

  .mt-sp--10 {
    margin-top: -10px !important;
  }

  .mb-sp--10 {
    margin-bottom: -10px !important;
  }

  .ml-sp--10 {
    margin-left: -10px !important;
  }

  .mr-sp--10 {
    margin-right: -10px !important;
  }

  .p-sp--10 {
    padding: -10px !important;
  }

  .pt-sp--10 {
    padding-top: -10px !important;
  }

  .pb-sp--10 {
    padding-bottom: -10px !important;
  }

  .pl-sp--10 {
    padding-left: -10px !important;
  }

  .pr-sp--10 {
    padding-right: -10px !important;
  }

  .m-sp-0 {
    margin: 0px !important;
  }

  .mt-sp-0 {
    margin-top: 0px !important;
  }

  .mb-sp-0 {
    margin-bottom: 0px !important;
  }

  .ml-sp-0 {
    margin-left: 0px !important;
  }

  .mr-sp-0 {
    margin-right: 0px !important;
  }

  .p-sp-0 {
    padding: 0px !important;
  }

  .pt-sp-0 {
    padding-top: 0px !important;
  }

  .pb-sp-0 {
    padding-bottom: 0px !important;
  }

  .pl-sp-0 {
    padding-left: 0px !important;
  }

  .pr-sp-0 {
    padding-right: 0px !important;
  }

  .m-sp-10 {
    margin: 10px !important;
  }

  .mt-sp-10 {
    margin-top: 10px !important;
  }

  .mb-sp-10 {
    margin-bottom: 10px !important;
  }

  .ml-sp-10 {
    margin-left: 10px !important;
  }

  .mr-sp-10 {
    margin-right: 10px !important;
  }

  .p-sp-10 {
    padding: 10px !important;
  }

  .pt-sp-10 {
    padding-top: 10px !important;
  }

  .pb-sp-10 {
    padding-bottom: 10px !important;
  }

  .pl-sp-10 {
    padding-left: 10px !important;
  }

  .pr-sp-10 {
    padding-right: 10px !important;
  }

  .m-sp-20 {
    margin: 20px !important;
  }

  .mt-sp-20 {
    margin-top: 20px !important;
  }

  .mb-sp-20 {
    margin-bottom: 20px !important;
  }

  .ml-sp-20 {
    margin-left: 20px !important;
  }

  .mr-sp-20 {
    margin-right: 20px !important;
  }

  .p-sp-20 {
    padding: 20px !important;
  }

  .pt-sp-20 {
    padding-top: 20px !important;
  }

  .pb-sp-20 {
    padding-bottom: 20px !important;
  }

  .pl-sp-20 {
    padding-left: 20px !important;
  }

  .pr-sp-20 {
    padding-right: 20px !important;
  }

  .m-sp-30 {
    margin: 30px !important;
  }

  .mt-sp-30 {
    margin-top: 30px !important;
  }

  .mb-sp-30 {
    margin-bottom: 30px !important;
  }

  .ml-sp-30 {
    margin-left: 30px !important;
  }

  .mr-sp-30 {
    margin-right: 30px !important;
  }

  .p-sp-30 {
    padding: 30px !important;
  }

  .pt-sp-30 {
    padding-top: 30px !important;
  }

  .pb-sp-30 {
    padding-bottom: 30px !important;
  }

  .pl-sp-30 {
    padding-left: 30px !important;
  }

  .pr-sp-30 {
    padding-right: 30px !important;
  }

  .m-sp-40 {
    margin: 40px !important;
  }

  .mt-sp-40 {
    margin-top: 40px !important;
  }

  .mb-sp-40 {
    margin-bottom: 40px !important;
  }

  .ml-sp-40 {
    margin-left: 40px !important;
  }

  .mr-sp-40 {
    margin-right: 40px !important;
  }

  .p-sp-40 {
    padding: 40px !important;
  }

  .pt-sp-40 {
    padding-top: 40px !important;
  }

  .pb-sp-40 {
    padding-bottom: 40px !important;
  }

  .pl-sp-40 {
    padding-left: 40px !important;
  }

  .pr-sp-40 {
    padding-right: 40px !important;
  }

  .m-sp-50 {
    margin: 50px !important;
  }

  .mt-sp-50 {
    margin-top: 50px !important;
  }

  .mb-sp-50 {
    margin-bottom: 50px !important;
  }

  .ml-sp-50 {
    margin-left: 50px !important;
  }

  .mr-sp-50 {
    margin-right: 50px !important;
  }

  .p-sp-50 {
    padding: 50px !important;
  }

  .pt-sp-50 {
    padding-top: 50px !important;
  }

  .pb-sp-50 {
    padding-bottom: 50px !important;
  }

  .pl-sp-50 {
    padding-left: 50px !important;
  }

  .pr-sp-50 {
    padding-right: 50px !important;
  }

  .m-sp-60 {
    margin: 60px !important;
  }

  .mt-sp-60 {
    margin-top: 60px !important;
  }

  .mb-sp-60 {
    margin-bottom: 60px !important;
  }

  .ml-sp-60 {
    margin-left: 60px !important;
  }

  .mr-sp-60 {
    margin-right: 60px !important;
  }

  .p-sp-60 {
    padding: 60px !important;
  }

  .pt-sp-60 {
    padding-top: 60px !important;
  }

  .pb-sp-60 {
    padding-bottom: 60px !important;
  }

  .pl-sp-60 {
    padding-left: 60px !important;
  }

  .pr-sp-60 {
    padding-right: 60px !important;
  }

  .m-sp-70 {
    margin: 70px !important;
  }

  .mt-sp-70 {
    margin-top: 70px !important;
  }

  .mb-sp-70 {
    margin-bottom: 70px !important;
  }

  .ml-sp-70 {
    margin-left: 70px !important;
  }

  .mr-sp-70 {
    margin-right: 70px !important;
  }

  .p-sp-70 {
    padding: 70px !important;
  }

  .pt-sp-70 {
    padding-top: 70px !important;
  }

  .pb-sp-70 {
    padding-bottom: 70px !important;
  }

  .pl-sp-70 {
    padding-left: 70px !important;
  }

  .pr-sp-70 {
    padding-right: 70px !important;
  }

  .m-sp-80 {
    margin: 80px !important;
  }

  .mt-sp-80 {
    margin-top: 80px !important;
  }

  .mb-sp-80 {
    margin-bottom: 80px !important;
  }

  .ml-sp-80 {
    margin-left: 80px !important;
  }

  .mr-sp-80 {
    margin-right: 80px !important;
  }

  .p-sp-80 {
    padding: 80px !important;
  }

  .pt-sp-80 {
    padding-top: 80px !important;
  }

  .pb-sp-80 {
    padding-bottom: 80px !important;
  }

  .pl-sp-80 {
    padding-left: 80px !important;
  }

  .pr-sp-80 {
    padding-right: 80px !important;
  }

  .m-sp-90 {
    margin: 90px !important;
  }

  .mt-sp-90 {
    margin-top: 90px !important;
  }

  .mb-sp-90 {
    margin-bottom: 90px !important;
  }

  .ml-sp-90 {
    margin-left: 90px !important;
  }

  .mr-sp-90 {
    margin-right: 90px !important;
  }

  .p-sp-90 {
    padding: 90px !important;
  }

  .pt-sp-90 {
    padding-top: 90px !important;
  }

  .pb-sp-90 {
    padding-bottom: 90px !important;
  }

  .pl-sp-90 {
    padding-left: 90px !important;
  }

  .pr-sp-90 {
    padding-right: 90px !important;
  }

  .m-sp-100 {
    margin: 100px !important;
  }

  .mt-sp-100 {
    margin-top: 100px !important;
  }

  .mb-sp-100 {
    margin-bottom: 100px !important;
  }

  .ml-sp-100 {
    margin-left: 100px !important;
  }

  .mr-sp-100 {
    margin-right: 100px !important;
  }

  .p-sp-100 {
    padding: 100px !important;
  }

  .pt-sp-100 {
    padding-top: 100px !important;
  }

  .pb-sp-100 {
    padding-bottom: 100px !important;
  }

  .pl-sp-100 {
    padding-left: 100px !important;
  }

  .pr-sp-100 {
    padding-right: 100px !important;
  }

  .m-sp-110 {
    margin: 110px !important;
  }

  .mt-sp-110 {
    margin-top: 110px !important;
  }

  .mb-sp-110 {
    margin-bottom: 110px !important;
  }

  .ml-sp-110 {
    margin-left: 110px !important;
  }

  .mr-sp-110 {
    margin-right: 110px !important;
  }

  .p-sp-110 {
    padding: 110px !important;
  }

  .pt-sp-110 {
    padding-top: 110px !important;
  }

  .pb-sp-110 {
    padding-bottom: 110px !important;
  }

  .pl-sp-110 {
    padding-left: 110px !important;
  }

  .pr-sp-110 {
    padding-right: 110px !important;
  }

  .m-sp-120 {
    margin: 120px !important;
  }

  .mt-sp-120 {
    margin-top: 120px !important;
  }

  .mb-sp-120 {
    margin-bottom: 120px !important;
  }

  .ml-sp-120 {
    margin-left: 120px !important;
  }

  .mr-sp-120 {
    margin-right: 120px !important;
  }

  .p-sp-120 {
    padding: 120px !important;
  }

  .pt-sp-120 {
    padding-top: 120px !important;
  }

  .pb-sp-120 {
    padding-bottom: 120px !important;
  }

  .pl-sp-120 {
    padding-left: 120px !important;
  }

  .pr-sp-120 {
    padding-right: 120px !important;
  }

  .m-sp-130 {
    margin: 130px !important;
  }

  .mt-sp-130 {
    margin-top: 130px !important;
  }

  .mb-sp-130 {
    margin-bottom: 130px !important;
  }

  .ml-sp-130 {
    margin-left: 130px !important;
  }

  .mr-sp-130 {
    margin-right: 130px !important;
  }

  .p-sp-130 {
    padding: 130px !important;
  }

  .pt-sp-130 {
    padding-top: 130px !important;
  }

  .pb-sp-130 {
    padding-bottom: 130px !important;
  }

  .pl-sp-130 {
    padding-left: 130px !important;
  }

  .pr-sp-130 {
    padding-right: 130px !important;
  }

  .m-sp-140 {
    margin: 140px !important;
  }

  .mt-sp-140 {
    margin-top: 140px !important;
  }

  .mb-sp-140 {
    margin-bottom: 140px !important;
  }

  .ml-sp-140 {
    margin-left: 140px !important;
  }

  .mr-sp-140 {
    margin-right: 140px !important;
  }

  .p-sp-140 {
    padding: 140px !important;
  }

  .pt-sp-140 {
    padding-top: 140px !important;
  }

  .pb-sp-140 {
    padding-bottom: 140px !important;
  }

  .pl-sp-140 {
    padding-left: 140px !important;
  }

  .pr-sp-140 {
    padding-right: 140px !important;
  }

  .m-sp-150 {
    margin: 150px !important;
  }

  .mt-sp-150 {
    margin-top: 150px !important;
  }

  .mb-sp-150 {
    margin-bottom: 150px !important;
  }

  .ml-sp-150 {
    margin-left: 150px !important;
  }

  .mr-sp-150 {
    margin-right: 150px !important;
  }

  .p-sp-150 {
    padding: 150px !important;
  }

  .pt-sp-150 {
    padding-top: 150px !important;
  }

  .pb-sp-150 {
    padding-bottom: 150px !important;
  }

  .pl-sp-150 {
    padding-left: 150px !important;
  }

  .pr-sp-150 {
    padding-right: 150px !important;
  }

  .m-sp-160 {
    margin: 160px !important;
  }

  .mt-sp-160 {
    margin-top: 160px !important;
  }

  .mb-sp-160 {
    margin-bottom: 160px !important;
  }

  .ml-sp-160 {
    margin-left: 160px !important;
  }

  .mr-sp-160 {
    margin-right: 160px !important;
  }

  .p-sp-160 {
    padding: 160px !important;
  }

  .pt-sp-160 {
    padding-top: 160px !important;
  }

  .pb-sp-160 {
    padding-bottom: 160px !important;
  }

  .pl-sp-160 {
    padding-left: 160px !important;
  }

  .pr-sp-160 {
    padding-right: 160px !important;
  }

  .m-sp-170 {
    margin: 170px !important;
  }

  .mt-sp-170 {
    margin-top: 170px !important;
  }

  .mb-sp-170 {
    margin-bottom: 170px !important;
  }

  .ml-sp-170 {
    margin-left: 170px !important;
  }

  .mr-sp-170 {
    margin-right: 170px !important;
  }

  .p-sp-170 {
    padding: 170px !important;
  }

  .pt-sp-170 {
    padding-top: 170px !important;
  }

  .pb-sp-170 {
    padding-bottom: 170px !important;
  }

  .pl-sp-170 {
    padding-left: 170px !important;
  }

  .pr-sp-170 {
    padding-right: 170px !important;
  }

  .m-sp-180 {
    margin: 180px !important;
  }

  .mt-sp-180 {
    margin-top: 180px !important;
  }

  .mb-sp-180 {
    margin-bottom: 180px !important;
  }

  .ml-sp-180 {
    margin-left: 180px !important;
  }

  .mr-sp-180 {
    margin-right: 180px !important;
  }

  .p-sp-180 {
    padding: 180px !important;
  }

  .pt-sp-180 {
    padding-top: 180px !important;
  }

  .pb-sp-180 {
    padding-bottom: 180px !important;
  }

  .pl-sp-180 {
    padding-left: 180px !important;
  }

  .pr-sp-180 {
    padding-right: 180px !important;
  }

  .m-sp-190 {
    margin: 190px !important;
  }

  .mt-sp-190 {
    margin-top: 190px !important;
  }

  .mb-sp-190 {
    margin-bottom: 190px !important;
  }

  .ml-sp-190 {
    margin-left: 190px !important;
  }

  .mr-sp-190 {
    margin-right: 190px !important;
  }

  .p-sp-190 {
    padding: 190px !important;
  }

  .pt-sp-190 {
    padding-top: 190px !important;
  }

  .pb-sp-190 {
    padding-bottom: 190px !important;
  }

  .pl-sp-190 {
    padding-left: 190px !important;
  }

  .pr-sp-190 {
    padding-right: 190px !important;
  }

  .m-sp-200 {
    margin: 200px !important;
  }

  .mt-sp-200 {
    margin-top: 200px !important;
  }

  .mb-sp-200 {
    margin-bottom: 200px !important;
  }

  .ml-sp-200 {
    margin-left: 200px !important;
  }

  .mr-sp-200 {
    margin-right: 200px !important;
  }

  .p-sp-200 {
    padding: 200px !important;
  }

  .pt-sp-200 {
    padding-top: 200px !important;
  }

  .pb-sp-200 {
    padding-bottom: 200px !important;
  }

  .pl-sp-200 {
    padding-left: 200px !important;
  }

  .pr-sp-200 {
    padding-right: 200px !important;
  }
}

@media (min-width: 768px) {
  ._sp {
    display: none !important;
  }
}

._pc {
  display: none;
}

@media (min-width: 768px) {
  ._pc {
    display: block;
  }
}

._pc_table {
  display: none;
}

@media (min-width: 768px) {
  ._pc_table {
    display: table-cell;
  }
}

@media (max-width: 1051px) {
  ._xls {
    display: none;
  }
}

._xll {
  display: none;
}

@media (max-width: 1051px) {
  ._xll {
    display: block;
  }
}

.warning {
  text-align: center;
  color: #c42626;
  font-weight: 600;
  border: solid 2px #bf0000;
  border-radius: 15px;
  padding: 20px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .warning {
    padding: 40px;
  }
}

._semiBold {
  font-weight: 600;
}

.textBlack {
  color: #222;
}

.semiBold_Black {
  font-weight: 600;
  color: #222 !important;
}

html {
  font-size: 62.5%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  color: #222;
}

body {
  position: relative;
}

main.main::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

p,
a,
li,
span,
th,
td,
dt,
dd,
pre,
figcaption,
input[type=text],
input[type=button],
input[type=submit],
textarea {
  font-size: 1.6rem;
  letter-spacing: 0.12em;
}

pre {
  font-family: inherit;
  white-space: pre-wrap;
}

img {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.8rem;
}

a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

a:hover {
  opacity: 0.8;
}

.error {
  color: #fe661d;
  display: block;
}

#wrap {
  min-height: 100vh;
  position: relative;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {

  p,
  a,
  li,
  span,
  th,
  td,
  dt,
  dd,
  pre,
  figcaption,
  input[type=text],
  input[type=button],
  textarea {
    font-size: 1.8rem;
  }
}

.u-display-inlineBlock {
  display: inline-block;
}

.u-display-inline {
  display: inline;
}

/******************** initialize ********************/
/******************** header ********************/
/******************** swiper ********************/
/******************** infomation ********************/
/******************** itemInfo ********************/
/******************** about ********************/
/******************** related ********************/
/******************** access ********************/
/******************** sv(サブビジュアル) ********************/
/******************** news一覧ページ ********************/
/******************** group_purchasing ********************/
.header {
  /********************** spヘッダーのcss start *********************/
  font-weight: 600;
  /********************** pcヘッダーのcss start *********************/
}

.header-bg {
  width: 100%;
  height: 70px;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 995;
  background: #fff;
}

.header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0;
  width: 90%;
  margin: 0 auto;
  max-width: 355px;
}

.header-flex .header_logoSp {
  width: 76%;
}

.header-flex .hamburgerBtn {
  position: relative;
  cursor: pointer;
  width: 50px;
  height: 50px;
  margin-left: auto;
  z-index: 4;
}

.header-flex .hamburgerBtn-area {
  background: #32a63f;
  border-radius: 5px;
  transition: 0.6s;
  width: 50px;
  height: 50px;
}

.header-flex .hamburgerBtn-area span {
  display: inline-block;
  transition: 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  width: 45%;
}

.header-flex .hamburgerBtn-area span:nth-of-type(1) {
  top: 15px;
}

.header-flex .hamburgerBtn-area span:nth-of-type(2) {
  top: 23px;
}

.header-flex .hamburgerBtn-area span:nth-of-type(3) {
  top: 31px;
}

.header-flex .hamburgerBtn-area.is-active {
  position: fixed;
  z-index: 999;
}

.header-flex .hamburgerBtn-area.is-active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.header-flex .hamburgerBtn-area.is-active span:nth-of-type(2) {
  opacity: 0;
}

.header-flex .hamburgerBtn-area.is-active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.header .nav_menuSp {
  position: fixed;
  z-index: 994;
  top: 70px;
  right: -100%;
  width: 100%;
  height: calc(100vh - 70px);
  background: #fff;
  transition: 0.6s;
  overflow-y: scroll;
}

.header .nav_menuSp.is-active {
  right: 0;
}

.header .nav_menuSp ul {
  width: 100%;
  padding: 40px 0;
}

.header .nav_menuSp .nav_itemSp {
  width: 200px;
  margin: 0 auto;
  text-align: center;
}

.header .nav_menuSp .nav_itemSp a {
  padding: 20px 0;
  position: relative;
}

.header .nav_menuSp .mypageBtn,
.header .nav_menuSp .contactBtn {
  width: 200px;
  margin: 0 auto;
  text-align: center;
}

.header .nav_menuSp .mypageBtn-box,
.header .nav_menuSp .contactBtn-box {
  margin-top: 20px;
  background: #32a63f;
  border-radius: 5px;
}

.header .nav_menuSp .mypageBtn-box a,
.header .nav_menuSp .contactBtn-box a {
  color: #fff;
  padding: 15px 0;
  font-size: 1.2rem;
}

.header .nav_menuSp .mypageBtn-box a svg,
.header .nav_menuSp .contactBtn-box a svg {
  fill: #fff;
  vertical-align: bottom;
}

.header-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 355px;
}

@media (min-width: 768px) {
  .header-inner {
    max-width: 1100px;
  }
}

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 40px;
}

.header-logoPc {
  max-width: 360px;
  width: 35%;
}

.header-right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 490px;
}

.header-telBox {
  padding-right: 20px;
}

.header-telBox .small-text {
  font-size: 1.4rem;
}

.header-telBox .large-text {
  font-size: 3rem;
}

.header-telBox .large-text span {
  font-size: 1.8rem;
}

.header .linkBox {
  min-width: 185px;
}

.header .linkBox-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 5px;
}

.header .linkBox-top a {
  width: 60px;
  letter-spacing: 1px;
  font-size: 1.2rem;
  position: relative;
}

.header .linkBox-top a+a {
  width: 100px;
}

.header .linkBox-top a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #32a63f;
  top: 50%;
  right: 0;
  margin-top: -5px;
}

.header .linkBox-bottom {
  text-align: center;
  background: #32a63f;
  border-radius: 15px 15px 0 0;
}

.header .linkBox-bottom a {
  padding: 15px 0;
  color: #fff;
  font-size: 1.2rem;
}

.header .linkBox-bottom a svg {
  fill: #fff;
  vertical-align: bottom;
}

.header-bottom {
  width: 100%;
  border-top: solid 1px #cccccc;
}

.header-bottom-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 355px;
}

@media (min-width: 768px) {
  .header-bottom-inner {
    max-width: 1100px;
  }
}

.header-bottom ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.header-bottom ul .nav_itemPc {
  width: 16.6666666667%;
  text-align: center;
  border-right: solid 1px #cccccc;
}

.header-bottom ul .nav_itemPc:first-child {
  border-left: solid 1px #cccccc;
}

.header-bottom ul .nav_itemPc a {
  padding: 25px 0;
  position: relative;
}

.header-bottom ul .nav_itemPc a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #32a63f;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.5s;
}

.header-bottom ul .nav_itemPc a:hover::after {
  transform: scale(1, 1);
}

.header-bottom ul .nav_itemPc a.current::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #32a63f;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.5s;
  transform: scale(1, 1);
  transition: transform 0s;
}

.header-bottom ul .nav_itemPc a span {
  position: absolute;
  bottom: 0;
  right: 0;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #32a63f;
}

.footer {
  background: #edfaef;
  /********************** spフッターのcss start *********************/
  /********************** pcフッターのcss start *********************/
}

.footer-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 355px;
}

@media (min-width: 768px) {
  .footer-inner {
    max-width: 1100px;
  }
}

.footer .footerSp-logo {
  width: 76%;
  margin: 0 auto;
}

.footer .footerSp-ttl {
  font-weight: 600;
}

.footer .footerSp-ttl a {
  padding: 10px 0;
}

.footer .footerSp-subttl {
  font-weight: 400;
}

.footer .footerSp-subttl a {
  position: relative;
  padding: 5px 0;
  padding-left: 18px;
}

.footer .footerSp-subttl a:before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  background-color: #32a63f;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  left: 6px;
}

.footer .footerPc {
  display: flex;
  justify-content: space-between;
  align-items: top;
  flex-wrap: wrap;
}

.footer .footerPc .mainBox {
  font-weight: 600;
  width: 360px;
  margin-right: 60px;
}

.footer .footerPc .mainBox-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer .footerPc .mainBox-contact,
.footer .footerPc .mainBox-mypage {
  width: 48%;
  height: 55px;
  margin: 0;
  text-align: center;
  background: #32a63f;
  border-radius: 5px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.footer .footerPc .mainBox-contact a,
.footer .footerPc .mainBox-mypage a {
  height: auto;
  font-size: 1.6rem;
  position: relative;
}

.footer .footerPc .mainBox-contact a:after,
.footer .footerPc .mainBox-mypage a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
}

.footer .footerPc .mainBox-mypage a {
  padding-right: 20px;
  font-size: 1.2rem;
}

.footer .footerPc-ttl a,
.footer .footerPc-subttl a {
  font-size: 1.6rem;
  letter-spacing: 1px;
}

.footer .footerPc-ttl:last-child,
.footer .footerPc-subttl:last-child {
  margin: 0;
}

.footer .footerPc-ttl {
  font-weight: 600;
  margin-bottom: 20px;
}

.footer .footerPc-ttl ul {
  margin-top: 5px;
}

.footer .footerPc-ttl p {
  font-size: 1.6rem;
}

.footer .footerPc-subttl {
  font-weight: 400;
}

.footer .footerPc-subttl a {
  position: relative;
  padding: 7px 0;
  padding-left: 18px;
}

.footer .footerPc-subttl a:before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  background-color: #32a63f;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  left: 6px;
}

.footer .copy {
  width: 100%;
  padding: 15px;
  background: #32a63f;
  color: #fff;
  text-align: center;
}

.footer .totop {
  cursor: pointer;
  display: none;
  position: fixed;
  bottom: 5%;
  right: 5%;
  width: 50px;
  height: 50px;
  background: #32a63f;
  border-radius: 45px;
}

.footer .totop span {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
  position: relative;
}

.footer .totop span::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 50%;
  display: inline-block;
  border-style: solid;
  border-width: 0.4em 0 0.4em 0.765em;
  border-color: transparent transparent transparent #fff;
  transform: translate(-50%, 0.1em) scale(0.8) rotate(270deg);
}

/******************** initialize ********************/
/******************** header ********************/
/******************** swiper ********************/
/******************** infomation ********************/
/******************** itemInfo ********************/
/******************** about ********************/
/******************** related ********************/
/******************** access ********************/
/******************** sv(サブビジュアル) ********************/
/******************** news一覧ページ ********************/
/******************** group_purchasing ********************/
.swiper {
  padding: 0 0 15px;
}

.swiper-container.slider img {
  width: 100%;
  height: auto;
}

.swiper-container.thumbnail {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  height: auto;
}

.swiper-container.thumbnail img {
  width: 100%;
  height: auto;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 55%;
  width: 15px;
  height: 15px;
  z-index: 10;
  cursor: pointer;
  background-size: 0;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  filter: drop-shadow(0px 0px 5px #222);
}

.swiper-button-next {
  transform: rotate(45deg);
}

.swiper-button-prev {
  transform: rotate(-135deg);
}

.swiper-buyBtn {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
  background: #32a63f;
  z-index: 10;
}

.swiper-buyBtn a {
  text-align: center;
  position: relative;
  padding: 15px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}

.swiper-buyBtn a::after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 46%;
  right: 20px;
}

@media (min-width: 768px) {
  .swiper {
    padding-bottom: 30px;
  }
}

/* MVボタン4つ並び */
/* .swiperRelativeBox {
  position: relative;
} */

/* .mvLinkBtn {
  position: absolute;
  bottom: 9px;
  height: auto;
  width: 19.5%;
} 
@media (min-width: 768px) {
  .mvLinkBtn {
    max-width: 1050px;
    width: 21.5%; */
/*width: calc(90% + 1%);*/
/*bottom: 5%;
  }
}

/* .link01 {
  left: 3%; */
/* transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%); */
/* } */
/* @media (min-width: 768px) {
  .link01 {
    left: 2%;
  }
} */
/* .link02 {
  left: 15%;
}
@media (min-width: 768px) {
  .link02 {
    left: 14%;
  }
}
.link03 {
  right: 40%;
}
@media (min-width: 768px) {
  .link03 {
    right: 39%;
  }
}
.link04 {
  right: 16%;
}
@media (min-width: 768px) {
  .link04 {
    right: 15%;
  }
} */

/* .link01 {
  left: 3%; */
/* transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%); */
/* } */
/* @media (min-width: 768px) {
  .link01 {
    left: 2%;
  }
} */

/* MVボタン1つ　a class="mv-link-1btn" */
.swiperRelativeBox {
  position: relative;
}

.mv-link-1btn {
  position: absolute;
  width: calc(90% + 1%);
  height: auto;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .mv-link-1btn {
    max-width: 1000px;
  }
}

/* MVボタン2つ　a class="mv-link-2btn" */
/* .mv-link-2btn {
  position: absolute;
  width: calc(45% + 1%);
  height: auto;
  bottom: 3%;
}

.link-2btn-left {
  left: 2%;
}

.link-2btn-right {
  right: 2%;
}

@media (min-width: 768px) {
  .mv-link-1btn {
    max-width: 300px;
  }
} */



/* ここまで、MVボタン1つ　設定～～～ */

/******************** initialize ********************/
/******************** header ********************/
/******************** swiper ********************/
/******************** infomation ********************/
/******************** itemInfo ********************/
/******************** about ********************/
/******************** related ********************/
/******************** access ********************/
/******************** sv(サブビジュアル) ********************/
/******************** news一覧ページ ********************/
/******************** group_purchasing ********************/
.sv-top {
  background: #edfaef;
  height: 180px;
}

@media (min-width: 768px) {
  .sv-top {
    height: 240px;
  }
}

.sv-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 355px;
}

@media (min-width: 768px) {
  .sv-inner {
    max-width: 1100px;
  }
}

.sv-ttl {
  font-size: 2.6rem;
  font-weight: 700;
  position: relative;
  text-align: center;
  line-height: 40px;
  padding-top: 70px;
}

@media (min-width: 768px) {
  .sv-ttl {
    padding-top: 100px;
    font-size: 3rem;
  }
}

.sv-ttl::after {
  content: "";
  width: 40px;
  height: 2px;
  display: inline-block;
  background-color: #32a63f;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 20px);
}

.sv-bottom {
  background: #fafafa;
  padding: 15px;
}

.sv-bottom_inner {
  margin: 0 auto;
  width: 90%;
  max-width: 355px;
}

@media (min-width: 768px) {
  .sv-bottom_inner {
    max-width: 1100px;
  }
}

.sv-breadcrumb {
  font-size: 1.4rem;
}

.sv-breadcrumb a {
  font-size: 1.4rem;
  display: inline;
  color: #32a63f !important;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .sv-breadcrumb {
    font-size: 1.6rem;
  }

  .sv-breadcrumb a {
    font-size: 1.6rem;
  }
}

.newsArchivePc-ttl {
  height: 68px;
  padding: 25px;
  border: solid 1px #cccccc;
  position: relative;
  font-size: 1.6rem;
}

.newsArchivePc-ttl::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #222;
  border-right: 3px solid #222;
  transform: rotate(135deg) translateY(-50%);
  position: absolute;
  top: 34%;
  right: 20px;
}

.newsArchivePc-list li {
  height: 68px;
  border: solid 1px #cccccc;
  border-top: none;
}

.newsArchivePc-list li a {
  padding: 25px;
  font-size: 1.6rem;
}

.newsArchive {
  font-weight: 600;
}

.newsArchive-container {
  width: 150px;
  margin: 0 auto;
}

.newsArchive-ttl {
  padding: 20px;
}

.newsArchive-ttl {
  position: relative;
  border: solid 1px #cccccc;
}

.newsArchive-ttl::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  transform: rotate(135deg) translateY(-50%);
  position: absolute;
  top: 35%;
  right: 20px;
  transition: 0.5s;
}

.newsArchive-ttl.is-active::after {
  transform: rotate(315deg) translateY(-50%);
}

.newsArchive-list {
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height 0.5s;
}

.newsArchive-list li {
  border-bottom: solid 1px #cccccc;
  border-left: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
}

.newsArchive-list li a {
  padding: 20px;
  line-height: 20px;
}

.newsArchive-list.is-open {
  height: fit-content;
  opacity: 1;
  transition: height 0.5s;
}

body#member {
  /*tabの形状*/
  /*liにactiveクラスがついた時の形状*/
  /*エリアの表示非表示と形状*/
  /*areaにis-activeというクラスがついた時の形状*/
}

body#member .tab {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  body#member .tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
}

body#member .tab li a {
  display: block;
  background: #fff;
  font-weight: 600;
  font-size: 1.8rem;
  padding: 20px;
  opacity: 1;
}

@media (min-width: 768px) {
  body#member .tab li a {
    font-size: 2.4rem;
  }
}

body#member .tab li.active a {
  background: #32a63f;
  color: #fff;
  opacity: 1;
  border-radius: 10px 10px 0 0;
}

body#member .area {
  display: none;
  opacity: 0;
  background: #fff;
}

body#member .area.is-active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.download p {
  font-weight: 600;
  text-align: center;
}

.download .cousion {
  font-size: 1.4rem;
  text-align: center;
  color: #bf0000;
  font-weight: 600;
}

.download .cousion+p {
  text-align: center;
}

@media (min-width: 768px) {
  .download .cousion {
    font-size: 1.6rem;
  }
}

body#automatic_payment .download .cousion+p {
  font-weight: 400;
}

body#automatic_payment .download .cousion+p strong {
  margin: 0 5px;
  border-bottom: solid 2px #cccccc;
}

@media (min-width: 768px) {
  .download-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .download-left,
  .download-right {
    max-width: 360px;
    margin: 0 25px;
  }

  body#automatic_payment .download-flex {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  body#automatic_payment .download-right {
    max-width: 455px;
    margin: 0;
    text-align: center;
  }

  body#automatic_payment .download-right .center {
    text-align: center;
  }

  body#automatic_payment .download-right img {
    max-width: 360px;
  }

  body#automatic_payment .download-right p {
    text-align: left;
  }

  body#automatic_payment .download-left {
    margin: 0 95px;
  }
}

body.home .info-header {
  line-height: 1.5;
}

body.home .info-item:not(:first-child) {
  margin-top: 20px;
}

body.home .info-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 355px;
}

@media (min-width: 768px) {
  body.home .info-inner {
    max-width: 1100px;
  }
}

body.home .info-container {
  background: #edfaef;
  padding: 20px;
}

body.home .info-ttl {
  padding: 15px 10px;
  background: #32a63f;
  text-align: center;
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
}

body.home .info-date {
  font-size: 1.4rem;
  font-weight: 600;
  color: #999999;
  margin-bottom: 10px;
}

body.home .info-contentTtl {
  font-size: 1.4rem;
  font-weight: 600;
}

body.home .info-content {
  line-height: 1.5;
}

body.home .info-content a {
  color: blue;
  text-decoration: underline;
}

@media (min-width: 768px) {
  body.home .info-header {
    text-align: center;
  }

  body.home .info-item:not(:first-child) {
    margin-top: 40px;
  }

  body.home .info-flex {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
  }

  body.home .info-contentTtl {
    font-size: 1.6rem;
  }

  body.home .info-ttl {
    width: 200px;
    padding: 20px 10px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

  body.home .info-ttlBg {
    background-color: #32a63f;
  }

  body.home .info-container {
    width: calc(100% - 200px);
    padding: 20px 30px;
  }

  body.home .info-date,
  body.home .info-cap {
    font-size: 1.6rem;
  }
}

/******************** initialize ********************/
/******************** header ********************/
/******************** swiper ********************/
/******************** infomation ********************/
/******************** itemInfo ********************/
/******************** about ********************/
/******************** related ********************/
/******************** access ********************/
/******************** sv(サブビジュアル) ********************/
/******************** news一覧ページ ********************/
/******************** group_purchasing ********************/
/******************** initialize ********************/
/******************** header ********************/
/******************** swiper ********************/
/******************** infomation ********************/
/******************** itemInfo ********************/
/******************** about ********************/
/******************** related ********************/
/******************** access ********************/
/******************** sv(サブビジュアル) ********************/
/******************** news一覧ページ ********************/
/******************** group_purchasing ********************/
/******************** beforeInitialize ********************/
/******************** infomation ********************/
/******************** itemInfo ********************/
/******************** about ********************/
/******************** access ********************/
/******************** group_purchasing ********************/
/******************** financial ********************/
/******************** automatic_payment ********************/
/******************** agency ********************/
/******************** welfare ********************/
/******************** educational ********************/
/******************** insurance ********************/
body.home {
  /********** 注意書き **********/
  /********** ニュース **********/
  /********** 新刊書籍一覧 **********/
  /********** 商品や研修の新着情報 **********/
  /********** about **********/
  /********** 事業のご案内 **********/
  /********** いろんな情報のところ **********/
  /********** 関連企業 **********/
  /********** アクセス **********/
}

body.home .caution-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 355px;
}

@media (min-width: 768px) {
  body.home .caution-inner {
    max-width: 1100px;
  }
}

body.home .caution-box {
  border: 1px solid #bf0000;
  padding: 30px 15px;
}

body.home .caution-ttl {
  color: #bf0000;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 600;
}

body.home .caution-item {
  line-height: 26px;
  margin-bottom: 20px;
}

body.home .caution-item span {
  color: #bf0000;
}

body.home .caution-item:last-child {
  margin-bottom: 0;
}

body.home .news-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 355px;
}

@media (min-width: 768px) {
  body.home .news-inner {
    max-width: 1100px;
  }
}

body.home .news-ttl {
  padding: 15px 10px;
  background: #32a63f;
  text-align: center;
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
}

body.home .news-container {
  background: #edfaef;
  padding: 20px;
}

body.home .news-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 5px 0;
}

body.home .news-date,
body.home .news-cap {
  font-size: 1.4rem;
  font-weight: 600;
}

body.home .news-date {
  color: #999999;
  margin-right: 15px;
}

body.home .news-cap {
  text-decoration: underline 1px;
}

body.home .newBook {
  background: #edfaef;
}

body.home .newBook-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 355px;
}

@media (min-width: 768px) {
  body.home .newBook-inner {
    max-width: 1100px;
  }
}

body.home .newBook-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

body.home .newBook-mainttl {
  width: 80%;
  height: 45px;
  margin: 0 auto;
}

body.home .newBook-mainttl img {
  height: 100%;
  object-fit: cover;
}

body.home .newBook-container {
  width: 150px;
  height: 300px;
  position: relative;
}

body.home .newBook-container:not(:nth-of-type(2n)) {
  margin-right: 20px;
}

body.home .newBook-container:last-child {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}

body.home .newBook-thumbnail {
  height: 190px;
  padding: 10px;
  background: #fff;
  margin: 0 auto;
  box-shadow: 0px 5px 5px #cccccc;
}

body.home .newBook-innerBox {
  background: #edfaef;
  padding: 20px;
}

body.home .newBook-ttl {
  text-align: center;
  font-weight: 600;
}

body.home .newBook-price {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
}

body.home .newBook-price p {
  font-weight: 600;
}

body.home .newBook-price p:first-child {
  color: #bf0000;
  font-size: 1.4rem;
}

body.home .newBook-link {
  position: relative;
  text-align: center;
  margin: 0 auto;
  background: #32a63f;
  border-radius: 5px;
  width: 280px;
}

body.home .newBook-link a {
  padding: 20px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
}

body.home .newBook-link:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  right: 15px;
  margin-top: -5px;
}

body.home .training-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 355px;
}

@media (min-width: 768px) {
  body.home .training-inner {
    max-width: 1100px;
  }
}

body.home .training-mainttl {
  font-weight: 600;
  position: relative;
  border-bottom: solid 1px #32a63f;
  padding-left: 30px;
  padding-bottom: 5px;
  font-size: 2.2rem;
}

body.home .training-mainttl:before {
  content: "";
  position: absolute;
  background-color: #32a63f;
  display: inline-block;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0px;
}

body.home .training-container {
  padding: 20px 0;
  position: relative;
  border-bottom: solid 1px #cccccc;
}

body.home .training-container:last-child {
  border-bottom: solid 1px #32a63f;
}

body.home .training-container:after {
  content: "";
  width: 15px;
  height: 15px;
  border: 0;
  border-bottom: solid 5px #32a63f;
  border-right: solid 5px #32a63f;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -7px;
  transform: rotate(-45deg);
}

body.home .training-ttl {
  padding-right: 20px;
  line-height: 1.5;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  text-decoration-color: #999999;
  font-size: 1.8rem;
}

body.home .training-update {
  font-size: 1.4rem;
}

body.home .training-date {
  color: #999999;
  font-weight: 600;
}

body.home .training .allBtn {
  width: 200px;
  margin: 40px auto 0 auto;
  background: #32a63f;
  border-radius: 5px;
  font-weight: 600;
  position: relative;
}

body.home .training .allBtn:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  right: 15px;
  margin-top: -5px;
}

body.home .training .allBtn a {
  padding: 15px;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
}

body.home .training-invoice {
  position: relative;
}

body.home .training-invoiceBtn {
  width: 200px;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}

body.home .training-invoiceBtn a {
  text-align: center;
  position: relative;
  padding: 15px;
  font-weight: 600;
  background: #32a63f;
  color: #fff;
  border-radius: 5px;
  font-size: 1.4rem;
}

body.home .training-invoiceBtn a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  right: 15px;
  margin-top: -5px;
}

body.home .about-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 355px;
}

@media (min-width: 768px) {
  body.home .about-inner {
    max-width: 1100px;
  }
}

body.home .about-img {
  position: relative;
}

body.home .about-img .shadow {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 60%;
  box-shadow: 30px 30px #edfaef;
}

@media (min-width: 768px) {
  body.home .about-img .shadow {
    box-shadow: 40px 40px #edfaef;
  }
}

body.home .about-text p {
  line-height: 2;
}

body.home .about-text span {
  font-weight: 600;
  font-size: 2.4rem;
}

body.home .about-btn {
  width: 200px;
  margin: 40px auto 0 auto;
  background: #32a63f;
  border-radius: 5px;
  font-weight: 600;
}

body.home .about-btn a {
  padding: 15px;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 1.4rem;
}

body.home .about-btn a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  right: 15px;
  margin-top: -5px;
}

body.home .guide-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 355px;
}

@media (min-width: 768px) {
  body.home .guide-inner {
    max-width: 1100px;
  }
}

body.home .guide-top,
body.home .guide-box {
  width: 260px;
  height: 260px;
  padding: 40px 15px;
  margin: 0 auto;
}

body.home .guide-top {
  border: solid 1px #32a63f;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

body.home .guide-top_ttl {
  font-weight: 600;
  position: relative;
  font-size: 2.2rem;
  padding-left: 35px;
}

body.home .guide-top_ttl::before {
  content: "";
  position: absolute;
  background-color: #32a63f;
  display: inline-block;
  width: 19px;
  height: 19px;
  top: 2px;
  left: 0px;
}

body.home .guide-box:nth-of-type(2) {
  border: solid 1px #fe661d;
}

body.home .guide-box:nth-of-type(2) .guide-btn {
  width: 200px;
  margin: 0 auto;
}

body.home .guide-box:nth-of-type(2) .guide-btn a {
  padding: 15px 0;
  border-radius: 5px;
  color: #fff;
  position: relative;
  background: #fe661d;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  body.home .guide-box:nth-of-type(2) .guide-btn a {
    font-size: 1.5rem;
  }
}

body.home .guide-box:nth-of-type(2) .guide-btn a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  top: 40%;
  right: 8%;
}

body.home .guide-box:nth-of-type(2) .guide-ttl {
  position: relative;
}

body.home .guide-box:nth-of-type(2) .guide-ttl::after {
  content: "";
  width: 16px;
  height: 2px;
  display: inline-block;
  background-color: #fe661d;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 8px);
}

body.home .guide-box:nth-of-type(3) {
  border: solid 1px #f2aa24;
}

body.home .guide-box:nth-of-type(3) .guide-btn {
  width: 200px;
  margin: 0 auto;
}

body.home .guide-box:nth-of-type(3) .guide-btn a {
  padding: 15px 0;
  border-radius: 5px;
  color: #fff;
  position: relative;
  background: #f2aa24;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  body.home .guide-box:nth-of-type(3) .guide-btn a {
    font-size: 1.5rem;
  }
}

body.home .guide-box:nth-of-type(3) .guide-btn a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  top: 40%;
  right: 8%;
}

body.home .guide-box:nth-of-type(3) .guide-ttl {
  position: relative;
}

body.home .guide-box:nth-of-type(3) .guide-ttl::after {
  content: "";
  width: 16px;
  height: 2px;
  display: inline-block;
  background-color: #f2aa24;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 8px);
}

body.home .guide-box:nth-of-type(4) {
  border: solid 1px #57cad9;
}

body.home .guide-box:nth-of-type(4) .guide-btn {
  width: 200px;
  margin: 0 auto;
}

body.home .guide-box:nth-of-type(4) .guide-btn a {
  padding: 15px 0;
  border-radius: 5px;
  color: #fff;
  position: relative;
  background: #57cad9;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  body.home .guide-box:nth-of-type(4) .guide-btn a {
    font-size: 1.5rem;
  }
}

body.home .guide-box:nth-of-type(4) .guide-btn a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  top: 40%;
  right: 8%;
}

body.home .guide-box:nth-of-type(4) .guide-ttl {
  position: relative;
}

body.home .guide-box:nth-of-type(4) .guide-ttl::after {
  content: "";
  width: 16px;
  height: 2px;
  display: inline-block;
  background-color: #57cad9;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 8px);
}

body.home .guide-box:nth-of-type(5) {
  border: solid 1px #7ebf1d;
}

body.home .guide-box:nth-of-type(5) .guide-btn {
  width: 200px;
  margin: 0 auto;
}

body.home .guide-box:nth-of-type(5) .guide-btn a {
  padding: 15px 0;
  border-radius: 5px;
  color: #fff;
  position: relative;
  background: #7ebf1d;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  body.home .guide-box:nth-of-type(5) .guide-btn a {
    font-size: 1.5rem;
  }
}

body.home .guide-box:nth-of-type(5) .guide-btn a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  top: 40%;
  right: 8%;
}

body.home .guide-box:nth-of-type(5) .guide-ttl {
  position: relative;
}

body.home .guide-box:nth-of-type(5) .guide-ttl::after {
  content: "";
  width: 16px;
  height: 2px;
  display: inline-block;
  background-color: #7ebf1d;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 8px);
}

body.home .guide-box:nth-of-type(6) {
  border: solid 1px #8ab6e6;
}

body.home .guide-box:nth-of-type(6) .guide-btn {
  width: 200px;
  margin: 0 auto;
}

body.home .guide-box:nth-of-type(6) .guide-btn a {
  padding: 15px 0;
  border-radius: 5px;
  color: #fff;
  position: relative;
  background: #8ab6e6;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  body.home .guide-box:nth-of-type(6) .guide-btn a {
    font-size: 1.5rem;
  }
}

body.home .guide-box:nth-of-type(6) .guide-btn a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  top: 40%;
  right: 8%;
}

body.home .guide-box:nth-of-type(6) .guide-ttl {
  position: relative;
}

body.home .guide-box:nth-of-type(6) .guide-ttl::after {
  content: "";
  width: 16px;
  height: 2px;
  display: inline-block;
  background-color: #8ab6e6;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 8px);
}

body.home .guide-box:nth-of-type(7) {
  border: solid 1px #f29195;
}

body.home .guide-box:nth-of-type(7) .guide-btn {
  width: 200px;
  margin: 0 auto;
}

body.home .guide-box:nth-of-type(7) .guide-btn a {
  padding: 15px 0;
  border-radius: 5px;
  color: #fff;
  position: relative;
  background: #f29195;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  body.home .guide-box:nth-of-type(7) .guide-btn a {
    font-size: 1.5rem;
  }
}

body.home .guide-box:nth-of-type(7) .guide-btn a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  top: 40%;
  right: 8%;
}

body.home .guide-box:nth-of-type(7) .guide-ttl {
  position: relative;
}

body.home .guide-box:nth-of-type(7) .guide-ttl::after {
  content: "";
  width: 16px;
  height: 2px;
  display: inline-block;
  background-color: #f29195;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 8px);
}

body.home .guide-box:nth-of-type(8) {
  border: solid 1px #52cc5c;
  margin-bottom: 0px;
}

body.home .guide-box:nth-of-type(8) .guide-btn {
  width: 200px;
  margin: 0 auto;
}

body.home .guide-box:nth-of-type(8) .guide-btn a {
  padding: 15px 0;
  border-radius: 5px;
  color: #fff;
  position: relative;
  background: #52cc5c;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  body.home .guide-box:nth-of-type(8) .guide-btn a {
    font-size: 1.5rem;
  }
}

body.home .guide-box:nth-of-type(8) .guide-btn a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  top: 40%;
  right: 8%;
}

body.home .guide-box:nth-of-type(8) .guide-ttl {
  position: relative;
}

body.home .guide-box:nth-of-type(8) .guide-ttl::after {
  content: "";
  width: 16px;
  height: 2px;
  display: inline-block;
  background-color: #52cc5c;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 8px);
}

body.home .guide-ttl,
body.home .guide-btn {
  text-align: center;
  font-weight: 600;
}

body.home .guide-text {
  text-align: center;
  height: 90px;
  margin: 25px 0 10px 0;
  line-height: 1.5;
  font-size: 1.5rem;
  letter-spacing: 0;
}

body.home .guide-smallTxt {
  letter-spacing: 0px;
  line-height: 1.3;
  font-size: 1.5rem !important;
}

body.home .guide-allbtn {
  width: 200px;
  text-align: center;
  margin: 40px auto 0 auto;
  background: #32a63f;
  border-radius: 5px;
  font-weight: 600;
}

body.home .guide-allbtn a {
  padding: 15px 0;
  border-radius: 5px;
  color: #fff;
  position: relative;
  background: #32a63f;
  font-size: 1.4rem;
}

body.home .guide-allbtn a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  top: 40%;
  right: 8%;
}

body.home .banner-box {
  position: relative;
}

body.home .banner-btn {
  position: absolute;
  right: 2%;
  bottom: 5%;
  background: #32a63f;
  border-radius: 25px;
}

body.home .banner-btn a {
  padding: 8px 25px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 1.2rem;
  position: relative;
}

body.home .banner-btn a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  top: 35%;
  right: 8%;
}

body.home .banner-btn.red {
  background: #be2621;
}

body.home .infomation-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 355px;
}

@media (min-width: 768px) {
  body.home .infomation-inner {
    max-width: 1100px;
  }
}

body.home .infomation-box {
  padding: 20px 15px;
  padding-bottom: 0px;
}

body.home .infomation-box.no-padding {
  padding: 0;
  padding-top: 20px;
}

body.home .infomation-box .linkBox {
  width: 100%;
  background: #edfaef;
  font-weight: 600;
  text-align: center;
  padding: 15px 0;
}

body.home .infomation-box .linkBox-inner {
  width: 95%;
  margin: 0 auto;
}

body.home .infomation-box .linkBox-subttl {
  width: 80%;
  margin: 0 auto;
  background: #ff2000;
  color: #fff;
  border-radius: 25px;
}

body.home .infomation-box .linkBox-subttl p {
  font-size: 1.4rem;
  padding: 8px;
}

body.home .infomation-box .linkBox-ttl p {
  font-size: 2.2rem;
  letter-spacing: 0px;
}

body.home .infomation-box .linkBox-ttl p span {
  font-size: 2.6rem;
  letter-spacing: 0px;
  margin-right: 2px;
}

body.home .infomation-box .linkBox-top,
body.home .infomation-box .linkBox-middle,
body.home .infomation-box .linkBox-bottom {
  border: solid 1px #32a63f;
  border-radius: 5px;
  background: #fff;
  text-align: left;
}

body.home .infomation-box .linkBox-top a,
body.home .infomation-box .linkBox-middle a,
body.home .infomation-box .linkBox-bottom a {
  padding: 15px 25px;
  letter-spacing: 1px;
}

body.home .infomation-box .linkBox-top svg,
body.home .infomation-box .linkBox-middle svg,
body.home .infomation-box .linkBox-bottom svg {
  vertical-align: bottom;
  fill: #32a63f;
  margin-right: 8px;
}

body.home .infomation-box .linkBox-top a,
body.home .infomation-box .linkBox-middle a {
  position: relative;
}

body.home .infomation-box .linkBox-top a::after,
body.home .infomation-box .linkBox-middle a::after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 3px solid #32a63f;
  border-right: 3px solid #32a63f;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
}

body.home .infomation-box .linkBox-top {
  margin-bottom: 5px;
}

body.home .infomation-box .linkBox-middle {
  margin-bottom: 5px;
}

body.home .infomation-box .linkBox-bottom {
  position: relative;
}

body.home .infomation-box .linkBox-bottom .download-icon {
  position: absolute;
  top: 18px;
  right: 12px;
  margin: 0;
}

body.home .related {
  background: #edfaef;
}

body.home .related-icon {
  width: 32px;
  height: 32px;
  margin: 0 auto;
}

body.home .related-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 355px;
}

@media (min-width: 768px) {
  body.home .related-inner {
    max-width: 1100px;
  }
}

body.home .related-ttl {
  font-weight: 600;
  text-align: center;
  font-size: 2.2rem;
}

body.home .related-openBtn {
  width: 250px;
  margin: 0 auto;
  margin-top: 40px;
  border: solid 1px #32a63f;
  border-radius: 5px;
}

body.home .related-openBtn p {
  padding: 20px;
  text-align: center;
  position: relative;
}

body.home .related-openBtn p::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #32a63f;
  top: 50%;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  transform: rotate(-90deg);
  transition: 0.5s;
}

body.home .related-openBtn.close p::after {
  transform: rotate(-270deg);
}

body.home .related-openBtn:hover {
  opacity: 0.8;
  cursor: pointer;
}

body.home .related .company-list {
  display: block;
}

body.home .related .company-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

body.home .related .company-flex a {
  width: calc((100% - 20px) / 2);
  margin: 0 auto;
  margin-bottom: 10px;
}

body.home .access-inner {
  border: solid 1px #32a63f;
  margin: 0 auto;
  width: 90%;
  max-width: 355px;
}

@media (min-width: 768px) {
  body.home .access-inner {
    max-width: 1100px;
  }
}

body.home .access-text {
  font-weight: 600;
  padding-right: 20px;
  padding-left: 20px;
}

body.home .access-ttl {
  position: relative;
  font-size: 2.2rem;
  padding-left: 30px;
}

body.home .access-ttl::before {
  content: "";
  position: absolute;
  background-color: #32a63f;
  display: inline-block;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0px;
}

body.home .access-subttl {
  font-size: 2.2rem;
}

body.home .access-address {
  font-weight: 400;
  line-height: 1.5;
}

body.home .access-tel,
body.home .access-fax {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

body.home .access-tel span,
body.home .access-fax span {
  font-size: 1.4rem;
  margin-right: 5px;
}

body.home .access-tel p,
body.home .access-fax p {
  font-size: 2rem;
}

body.home .access-btn {
  width: 200px;
  text-align: center;
  margin: 40px auto 0 auto;
  background: #32a63f;
  border-radius: 5px;
  font-weight: 600;
}

body.home .access-btn a {
  padding: 15px 0;
  border-radius: 5px;
  color: #fff;
  position: relative;
  background: #32a63f;
  font-size: 1.4rem;
}

body.home .access-btn a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  top: 40%;
  right: 8%;
}

body.home .access-map {
  position: relative;
  width: 99.99999%;
  height: 0;
  padding-top: 74.9%;
}

body.home .access-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/******************** initialize ********************/
/******************** header ********************/
/******************** swiper ********************/
/******************** infomation ********************/
/******************** itemInfo ********************/
/******************** about ********************/
/******************** related ********************/
/******************** access ********************/
/******************** sv(サブビジュアル) ********************/
/******************** news一覧ページ ********************/
/******************** group_purchasing ********************/
body#blog_list .main-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 355px;
}

@media (min-width: 768px) {
  body#blog_list .main-inner {
    max-width: 1100px;
  }
}

body#blog_list .main .category {
  font-weight: 600;
}

body#blog_list .main .category-home {
  text-align: center;
  width: 200px;
  margin: 0 auto;
  background: #32a63f;
}

body#blog_list .main .category-home a {
  color: #fff;
  padding: 20px;
}

body#blog_list .main .category-ttl {
  width: 200px;
  margin: 0 auto;
}

body#blog_list .main .category-ttl li {
  text-align: left;
  border-bottom: solid 1px #cccccc;
  position: relative;
}

body#blog_list .main .category-ttl li a {
  padding: 20px;
}

body#blog_list .main .category-ttl li:nth-of-type(1)::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #32a63f;
  top: 50%;
  right: 15px;
  margin-top: -5px;
}

body#blog_list .main .category-ttl li:nth-of-type(2)::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #fe661d;
  top: 50%;
  right: 15px;
  margin-top: -5px;
}

body#blog_list .main .category-ttl li:nth-of-type(3)::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #b20000;
  top: 50%;
  right: 15px;
  margin-top: -5px;
}

body#blog_list .main .news-item {
  border-bottom: 1px solid #cccccc;
  padding: 15px 10px;
}

body#blog_list .main .news-item:first-of-type {
  border-top: 1px solid #cccccc;
}

body#blog_list .main .news-date {
  display: inline-block;
  font-weight: 600;
}

body#blog_list .main .news-cat {
  padding: 5px 15px;
  display: inline-block;
  border: solid 1px;
  border-radius: 25px;
  font-size: 1.4rem;
}

body#blog_list .main .news-cat.info {
  color: #32a63f;
  border-color: #32a63f;
}

body#blog_list .main .news-cat.book {
  color: #b20000;
  border-color: #b20000;
}

body#blog_list .main .news-cat.hiring {
  color: #fe661d;
  border-color: #fe661d;
}

body#blog_list .main .news-ttl {
  margin-top: 20px;
}

body#blog_item .main-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 355px;
}

@media (min-width: 768px) {
  body#blog_item .main-inner {
    max-width: 1100px;
  }
}

body#blog_item .category {
  font-weight: 600;
}

body#blog_item .category-home {
  text-align: center;
  width: 200px;
  margin: 0 auto;
  background: #32a63f;
}

body#blog_item .category-home a {
  color: #fff;
  padding: 20px;
}

body#blog_item .category-ttl {
  width: 200px;
  margin: 0 auto;
}

body#blog_item .category-ttl li {
  text-align: left;
  border-bottom: solid 1px #cccccc;
  position: relative;
}

body#blog_item .category-ttl li a {
  padding: 20px;
}

body#blog_item .category-ttl li:nth-of-type(1)::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #32a63f;
  top: 50%;
  right: 15px;
  margin-top: -5px;
}

body#blog_item .category-ttl li:nth-of-type(2)::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #fe661d;
  top: 50%;
  right: 15px;
  margin-top: -5px;
}

body#blog_item .category-ttl li:nth-of-type(3)::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #b20000;
  top: 50%;
  right: 15px;
  margin-top: -5px;
}

body#blog_item .news-eventDate {
  font-weight: 600;
}

body#blog_item .news-ttl {
  font-size: 2.4rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}

body#blog_item .news-date {
  color: #32a63f;
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  display: inline-block;
}

body#blog_item .news-content a {
  color: #0040bf;
  text-decoration: underline;
}

body#blog_item .news .news-content .wp-block-image {
  margin-bottom: 40px;
}

body#blog_item .news .news-content p {
  margin-bottom: 30px;
}

body#blog_item .paginationS {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

body#blog_item .paginationS-prev,
body#blog_item .paginationS-next {
  width: 50%;
  text-align: center;
}

body#blog_item .paginationS-prev a,
body#blog_item .paginationS-next a {
  border: solid 1px #222;
  padding: 15px;
  position: relative;
  color: #222;
}

body#blog_item .paginationS-prev a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 45%;
  right: 15px;
  right: 0px;
  left: 15px;
  transform: rotate(225deg);
}

body#blog_item .paginationS-next a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 45%;
  right: 15px;
}

/******************** initialize ********************/
/******************** header ********************/
/******************** swiper ********************/
/******************** infomation ********************/
/******************** itemInfo ********************/
/******************** about ********************/
/******************** related ********************/
/******************** access ********************/
/******************** sv(サブビジュアル) ********************/
/******************** news一覧ページ ********************/
/******************** group_purchasing ********************/
body#about .main-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 355px;
}

@media (min-width: 768px) {
  body#about .main-inner {
    max-width: 1100px;
  }
}

body#about .main .greeting h3 {
  font-size: 2.4rem;
  font-weight: 600;
  position: relative;
  padding-left: 25px;
  border-bottom: solid 1px #32a63f;
  line-height: 1.5;
}

body#about .main .greeting h3::before {
  content: "";
  position: absolute;
  background-color: #32a63f;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 8px;
  left: 0px;
}

body#about .main .greeting-content p {
  line-height: 2;
  letter-spacing: 1px;
}

body#about .main .greeting-img {
  width: 250px;
  margin: 0 auto;
  height: auto;
}

body#about .main .greeting-img img:last-child {
  margin-top: 10px;
}

body#about .main .walk h3 {
  font-size: 2.4rem;
  font-weight: 600;
  position: relative;
  padding-left: 25px;
  border-bottom: solid 1px #32a63f;
  line-height: 1.5;
}

body#about .main .walk h3::before {
  content: "";
  position: absolute;
  background-color: #32a63f;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 8px;
  left: 0px;
}

body#about .main .walk p {
  line-height: 2;
  letter-spacing: 1px;
}

body#about .main .walk-member {
  padding: 20px;
  border: solid 1px #32a63f;
  border-radius: 10px;
}

body#about .main .walk-member p,
body#about .main .walk-member dt,
body#about .main .walk-member dd {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.7;
}

body#about .main .organization h3 {
  font-size: 2.4rem;
  font-weight: 600;
  position: relative;
  padding-left: 25px;
  border-bottom: solid 1px #32a63f;
  line-height: 1.5;
}

body#about .main .organization h3::before {
  content: "";
  position: absolute;
  background-color: #32a63f;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 8px;
  left: 0px;
}

/******************** initialize ********************/
/******************** header ********************/
/******************** swiper ********************/
/******************** infomation ********************/
/******************** itemInfo ********************/
/******************** about ********************/
/******************** related ********************/
/******************** access ********************/
/******************** sv(サブビジュアル) ********************/
/******************** news一覧ページ ********************/
/******************** group_purchasing ********************/
body#service .main-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 355px;
}

@media (min-width: 768px) {
  body#service .main-inner {
    max-width: 1100px;
  }
}

body#service .service-ttl {
  font-size: 2.4rem;
  font-weight: 600;
  position: relative;
  padding-left: 25px;
  border-bottom: solid 1px #32a63f;
  line-height: 1.5;
}

body#service .service-ttl::before {
  content: "";
  position: absolute;
  background-color: #32a63f;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 8px;
  left: 0px;
}

body#service .secBox-img {
  height: 140px;
  position: relative;
}

body#service .secBox-img img {
  height: 100%;
  object-fit: cover;
}

body#service .secBox-img h1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 5px #222;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 3px;
}

body#service .secBox-textBox ul li {
  line-height: 1.8;
  letter-spacing: 1px;
  position: relative;
}

body#service .secBox-textBox ul li::before {
  display: inline-block;
  content: "";
  margin-right: 8px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

body#service .secBox-textBox ul li a {
  display: inline;
}

body#service .secBox-textBox.orange ul li::before {
  background: #fe661d;
  box-shadow: 2px 2px 0px 0 #cc4f14;
}

body#service .secBox-textBox.yerrow ul li::before {
  background: #f2aa24;
  box-shadow: 2px 2px 0px 0 #d99821;
}

body#service .secBox-textBox.skyblue ul li::before {
  background: #57cad9;
  box-shadow: 2px 2px 0px 0 #43b1bf;
}

body#service .secBox-textBox.yerrowgreen ul li::before {
  background: #52cc5c;
  box-shadow: 2px 2px 0px 0 #5f9908;
}

body#service .secBox-textBox.ashblue ul li::before {
  background: #5c9ee5;
  box-shadow: 2px 2px 0px 0 #3d82cc;
}

body#service .secBox-textBox.peach ul li::before {
  background: #f29195;
  box-shadow: 2px 2px 0px 0 #d96c70;
}

/******************** beforeInitialize ********************/
/******************** infomation ********************/
/******************** itemInfo ********************/
/******************** about ********************/
/******************** access ********************/
/******************** group_purchasing ********************/
/******************** financial ********************/
/******************** automatic_payment ********************/
/******************** agency ********************/
/******************** welfare ********************/
/******************** educational ********************/
/******************** insurance ********************/
/******************** initialize ********************/
/******************** header ********************/
/******************** swiper ********************/
/******************** infomation ********************/
/******************** itemInfo ********************/
/******************** about ********************/
/******************** related ********************/
/******************** access ********************/
/******************** sv(サブビジュアル) ********************/
/******************** news一覧ページ ********************/
/******************** group_purchasing ********************/
body#group_purchasing .main-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 355px;
}

@media (min-width: 768px) {
  body#group_purchasing .main-inner {
    max-width: 1100px;
  }
}

body#group_purchasing .contactTtl {
  text-align: center;
  font-size: 2.2rem;
  color: #fff;
  background: #fe661d;
  padding: 20px;
  font-weight: 600;
}

body#group_purchasing section h3 {
  position: relative;
  font-weight: 600;
  font-size: 2rem;
  padding-left: 25px;
  line-height: 1.5;
  margin-bottom: 40px;
  border-bottom: solid 1px #fe661d;
}

@media (min-width: 768px) {
  body#group_purchasing section h3 {
    padding-left: 35px;
    font-size: 2.4rem;
  }
}

body#group_purchasing section h3::before {
  content: "";
  position: absolute;
  background-color: #fe661d;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 7px;
  left: 0px;
}

@media (min-width: 768px) {
  body#group_purchasing section h3::before {
    width: 20px;
    height: 20px;
    top: 7px;
  }
}

body#group_purchasing section h4 {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 20px;
  line-height: 1.5;
  border-bottom: solid 1px #fe661d;
}

body#group_purchasing section h5 {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 20px;
  line-height: 1.5;
  border-bottom: solid 1px #cccccc;
}

body#group_purchasing section h6 {
  font-weight: 600;
  font-size: 2rem;
}

body#group_purchasing section p,
body#group_purchasing section li {
  line-height: 1.6;
  letter-spacing: 2px;
}

body#group_purchasing section .borderBox {
  border: solid 1px #fe661d;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px;
}

body#group_purchasing section .borderBox p {
  letter-spacing: 1px;
}

body#group_purchasing section .borderBox svg {
  margin-right: 5px;
  transform: rotateY(180deg);
}

body#group_purchasing section .centerBox {
  text-align: center;
  padding: 20px 10px;
  background: #fe661d;
  color: #fff;
}

body#group_purchasing section .beforeCircle {
  position: relative;
  padding-left: 20px;
}

body#group_purchasing section .beforeCircle::before {
  content: "";
  position: absolute;
  background-color: #b20000;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 4px;
  left: 0px;
  border-radius: 50%;
}

@media (min-width: 768px) {
  body#group_purchasing section .beforeCircle::before {
    width: 17px;
    height: 17px;
    top: 5px;
  }
}

body#group_purchasing section .beforeCircle_orange {
  position: relative;
  padding-left: 20px;
}

body#group_purchasing section .beforeCircle_orange::before {
  content: "";
  position: absolute;
  background-color: #fe661d;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 4px;
  left: 0px;
  border-radius: 50%;
}

@media (min-width: 768px) {
  body#group_purchasing section .beforeCircle_orange::before {
    width: 17px;
    height: 17px;
    top: 5px;
  }
}

body#group_purchasing section .navBox {
  padding: 10px 20px;
  background: #fe661d;
  font-weight: 600;
  color: #fff;
  text-align: center;
  border-radius: 45px;
}

body#group_purchasing section .downloadlink {
  text-align: center;
}

body#group_purchasing section .bgGray {
  padding: 10px 20px;
  background: #eeeeee;
}

body#group_purchasing section .bgGray a {
  width: 85%;
}

body#group_purchasing section .circleList li {
  position: relative;
  padding-left: 20px;
}

body#group_purchasing section .circleList li::before {
  content: "";
  position: absolute;
  background-color: #fe661d;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 4px;
  left: 0px;
  border-radius: 50%;
  top: 5px;
}

@media (min-width: 768px) {
  body#group_purchasing section .circleList li::before {
    width: 17px;
    height: 17px;
    top: 5px;
  }
}

body#group_purchasing section .beforeBox {
  position: relative;
  padding-left: 25px;
}

body#group_purchasing section .beforeBox::before {
  content: "";
  position: absolute;
  background-color: #222;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 4px;
  left: 0px;
}

body#group_purchasing section .beforeBoxOrange {
  position: relative;
  padding-left: 25px;
}

body#group_purchasing section .beforeBoxOrange::before {
  content: "";
  position: absolute;
  background-color: #fe661d;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 4px;
  left: 0px;
  width: 12px;
  height: 12px;
  top: 6px;
}

body#group_purchasing section .beforeDonut {
  line-height: 1.5;
  letter-spacing: 1px;
  position: relative;
}

body#group_purchasing section .beforeDonut::before {
  display: inline-block;
  margin-right: 8px;
  width: 14px;
  height: 14px;
  content: "";
  border-radius: 100%;
  border: solid 2px #fe661d;
}

body#group_purchasing section .flexList li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 10px 0;
}

body#group_purchasing section .flexList li p {
  width: 30%;
}

body#group_purchasing section .flexList li p+p {
  width: 70%;
}

body#group_purchasing section .borderGray {
  border: solid 1px #cccccc;
  padding: 20px;
}

body#group_purchasing section a {
  letter-spacing: 1px;
  text-align: center;
}

body#group_purchasing section a.linkBtn {
  width: 90%;
  padding: 20px 10px;
  background: #fe661d;
  color: #fff;
  border-radius: 5px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

body#group_purchasing section a.linkBtn::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  right: 15px;
  margin-top: -5px;
}

body#group_purchasing section .border {
  border: solid 1px #cccccc;
}

body#group_purchasing section .nameBordValue {
  width: calc((100% - 30px) / 2);
}

body#group_purchasing section .nameBordValue li {
  padding: 15px 0;
  border-bottom: solid 1px #cccccc;
}

body#group_purchasing section .nameBordValue li:last-child {
  border: none;
}

body#group_purchasing section .orange {
  color: #32a63f;
}

body#group_purchasing section .red {
  color: #b20000;
}

body#group_purchasing section .big {
  font-size: 2rem;
}

@media (min-width: 768px) {
  body#group_purchasing section .big {
    font-size: 2.2rem;
  }
}

body#group_purchasing section .middle {
  font-size: 1.7rem;
}

@media (min-width: 768px) {
  body#group_purchasing section .middle {
    font-size: 1.9rem;
  }
}

body#group_purchasing section .small {
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  body#group_purchasing section .small {
    font-size: 1.5rem;
  }
}

body#group_purchasing section .green {
  color: #32a63f;
}

body#group_purchasing section .semiBold {
  font-weight: 600;
}

body#group_purchasing section .regular {
  font-weight: 400;
}

body#group_purchasing section .underline {
  text-decoration: underline;
}

body#group_purchasing section svg {
  vertical-align: bottom;
}

body#group_purchasing section svg.orange {
  fill: #fe661d;
}

body#group_purchasing section svg.white {
  fill: #fff;
}

body#group_purchasing section .flexListBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

body#group_purchasing .sec-02 .flex div+div {
  width: 80%;
  margin: 0 auto;
}

body#group_purchasing .sec-02 p span {
  color: #32a63f;
}

body#group_purchasing .sec-03 p span {
  color: #32a63f;
}

body#group_purchasing .sec-04 .flex p.centerBox {
  width: 30vw;
  height: 25vw;
}

body#group_purchasing .sec-07 .flex-bottom div:nth-of-type(2) div {
  width: 35vw;
}

body#group_purchasing .sec-07 .flex-bottom div div {
  width: 40vw;
  margin: 0 auto;
}

body#group_purchasing .sec-07 .flex-bottom div div p {
  text-align: center;
}

body#group_purchasing .sec-08 .flex div+div {
  text-align: center;
}

body#group_purchasing .sec-08 .flex div+div img {
  width: 30vw;
  margin: 0 auto;
}

body#group_purchasing .sec-08 .flex div+div p+p+p {
  text-align: left;
}

body#group_purchasing .sec-08 .flex div+div div a {
  left: 45%;
}

body#group_purchasing .sec-09 .card-image {
  width: 60vw;
  margin: 0 auto;
}

body#group_purchasing .sec-10 .suit-image {
  width: 70vw;
  margin: 0 auto;
}

body#group_purchasing .sec-11 .flex div+div {
  width: 60vw;
  margin: 0 auto;
}

body#group_purchasing .sec-12 .flex div+div {
  width: 60vw;
  margin: 0 auto;
}

body#group_purchasing .sec-12 .flex+div div p {
  text-align: center;
}

body#group_purchasing .sec-13 div div p {
  text-align: center;
}

body#group_purchasing .sec-14 .flex div+div {
  width: 60vw;
  margin: 0 auto;
}

body#group_purchasing .sec-14 .flex+div div p {
  text-align: center;
}

body#group_purchasing .sec-15 .flex div+div {
  width: 60vw;
  margin: 0 auto;
}

body#group_purchasing .sec-15 .flex+div div p {
  text-align: center;
}

body#group_purchasing .sec-18 .flex div+div {
  width: 60vw;
  margin: 0 auto;
}

body#group_purchasing .sec-19 .flex div+div {
  width: 60vw;
  margin: 0 auto;
}

body#group_purchasing .sec-20 .flex div+div {
  width: 60vw;
  margin: 0 auto;
}

body#group_purchasing .sec-21 .flex div+div {
  width: 70vw;
  margin: 0 auto;
}

body#group_purchasing .sec-22 .flex div+div div p {
  text-align: center;
}

body#group_purchasing .newCompany {
  margin-left: 10px;
  border: solid 2px #222;
  padding: 5px;
  color: #c42626;
  vertical-align: text-top;
}

body#group_purchasing .news-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 355px;
}

body#group_purchasing .news-ttl {
  padding: 15px 10px;
  background: #fe661d;
  text-align: center;
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
}

body#group_purchasing .news-container {
  border: solid 1px #fe661d;
  padding: 20px;
}

body#group_purchasing .news-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 5px 0;
}

body#group_purchasing .news-date {
  color: #999999;
  margin-right: 15px;
  font-size: 1.4rem;
  font-weight: 600;
}

body#group_purchasing .news-cap {
  text-decoration: underline 1px;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: left;
}

/******************** beforeInitialize ********************/
/******************** infomation ********************/
/******************** itemInfo ********************/
/******************** about ********************/
/******************** access ********************/
/******************** group_purchasing ********************/
/******************** financial ********************/
/******************** automatic_payment ********************/
/******************** agency ********************/
/******************** welfare ********************/
/******************** educational ********************/
/******************** insurance ********************/
/******************** initialize ********************/
/******************** header ********************/
/******************** swiper ********************/
/******************** infomation ********************/
/******************** itemInfo ********************/
/******************** about ********************/
/******************** related ********************/
/******************** access ********************/
/******************** sv(サブビジュアル) ********************/
/******************** news一覧ページ ********************/
/******************** group_purchasing ********************/
body#agency .main-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 355px;
}

@media (min-width: 768px) {
  body#agency .main-inner {
    max-width: 1100px;
  }
}

body#agency .main h3 {
  position: relative;
  font-weight: 600;
  font-size: 2rem;
  padding-left: 25px;
  line-height: 1.5;
  margin-bottom: 40px;
  border-bottom: solid 1px #52cc5c;
}

@media (min-width: 768px) {
  body#agency .main h3 {
    padding-left: 35px;
    font-size: 2.4rem;
  }
}

body#agency .main h3::before {
  content: "";
  position: absolute;
  background-color: #52cc5c;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 4px;
  left: 0px;
  width: 20px;
  height: 20px;
  top: 7px;
}

body#agency .main h4 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5;
  border-bottom: solid 1px #52cc5c;
  padding-left: 25px;
  position: relative;
}

body#agency .main p,
body#agency .main li {
  line-height: 1.6;
  letter-spacing: 2px;
}

body#agency .main li {
  font-size: 1.3rem;
}

body#agency .main .borderGray {
  border: solid 1px #cccccc;
  padding: 40px;
}

body#agency .main .borderGray ul li:last-child {
  font-weight: 600;
}

body#agency .borderGray>p {
  font-weight: 600;
}

body#agency section:nth-of-type(1) h4 {
  border-color: #f29195;
}

body#agency section:nth-of-type(1) h4:before {
  content: "";
  position: absolute;
  background-color: #f29195;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 4px;
  left: 0px;
  border-radius: 50%;
}

@media (min-width: 768px) {
  body#agency section:nth-of-type(1) h4:before {
    width: 17px;
    height: 17px;
    top: 5px;
  }
}

body#agency section:nth-of-type(1) .borderGray {
  border: none;
  background: #ffebeb;
}

body#agency section:nth-of-type(2) h4 {
  border-color: #5c9ee5;
}

body#agency section:nth-of-type(2) h4:before {
  content: "";
  position: absolute;
  background-color: #5c9ee5;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 4px;
  left: 0px;
  border-radius: 50%;
}

@media (min-width: 768px) {
  body#agency section:nth-of-type(2) h4:before {
    width: 17px;
    height: 17px;
    top: 5px;
  }
}

body#agency section:nth-of-type(2) .borderGray {
  border: none;
  background: #ebf4ff;
}

body#agency section:nth-of-type(3) h4 {
  border-color: #f2aa24;
}

body#agency section:nth-of-type(3) h4:before {
  content: "";
  position: absolute;
  background-color: #f2aa24;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 4px;
  left: 0px;
  border-radius: 50%;
}

@media (min-width: 768px) {
  body#agency section:nth-of-type(3) h4:before {
    width: 17px;
    height: 17px;
    top: 5px;
  }
}

body#agency section:nth-of-type(3) .borderGray {
  border: none;
  background: #fff6e5;
}

body#agency section:nth-of-type(4) h4 {
  border-color: #52cc5c;
}

body#agency section:nth-of-type(4) h4:before {
  content: "";
  position: absolute;
  background-color: #52cc5c;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 4px;
  left: 0px;
  border-radius: 50%;
}

@media (min-width: 768px) {
  body#agency section:nth-of-type(4) h4:before {
    width: 17px;
    height: 17px;
    top: 5px;
  }
}

body#agency section:nth-of-type(4) .borderGray {
  border: none;
  background: #e5ffe8;
}

/******************** beforeInitialize ********************/
/******************** infomation ********************/
/******************** itemInfo ********************/
/******************** about ********************/
/******************** access ********************/
/******************** group_purchasing ********************/
/******************** financial ********************/
/******************** automatic_payment ********************/
/******************** agency ********************/
/******************** welfare ********************/
/******************** educational ********************/
/******************** insurance ********************/
/******************** initialize ********************/
/******************** header ********************/
/******************** swiper ********************/
/******************** infomation ********************/
/******************** itemInfo ********************/
/******************** about ********************/
/******************** related ********************/
/******************** access ********************/
/******************** sv(サブビジュアル) ********************/
/******************** news一覧ページ ********************/
/******************** group_purchasing ********************/
body#financial .main-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 355px;
}

@media (min-width: 768px) {
  body#financial .main-inner {
    max-width: 1100px;
  }
}

body#financial .main h3 {
  position: relative;
  font-weight: 600;
  font-size: 2rem;
  padding-left: 25px;
  line-height: 1.5;
  margin-bottom: 40px;
  border-bottom: solid 1px #f2aa24;
}

@media (min-width: 768px) {
  body#financial .main h3 {
    padding-left: 35px;
    font-size: 2.4rem;
  }
}

body#financial .main h3::before {
  content: "";
  position: absolute;
  background-color: #f2aa24;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 7px;
  left: 0px;
}

@media (min-width: 768px) {
  body#financial .main h3::before {
    width: 20px;
    height: 20px;
    top: 7px;
  }
}

body#financial .main h4 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5;
  border-bottom: solid 1px #f2aa24;
}

body#financial .main p,
body#financial .main li {
  line-height: 1.6;
  letter-spacing: 2px;
}

body#financial .main .borderGray {
  border: solid 1px #cccccc;
  padding: 20px;
}

body#financial .yerrowBox {
  padding: 10px 20px;
  background: #f2aa24;
  border-radius: 50px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

body#financial ul li {
  padding: 5px 0;
}

body#financial .underline {
  border-bottom: solid 1px #cccccc;
}

body#financial .semiBold {
  font-weight: 600;
}

body#financial .contactText {
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  body#financial .contactText {
    font-size: 1.6rem;
  }
}

body#financial .small {
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  body#financial .small {
    font-size: 1.4rem;
  }
}

body#financial .financial_logo {
  width: 90%;
  margin: 0 auto;
}

body#financial .office-list {
  padding: 20px;
  background: #fff2d9;
}

body#financial .office-list ul li {
  font-weight: 600;
}

body#financial .borderGray {
  text-align: center;
  font-weight: 600;
}

body#financial .borderGray>div {
  width: 220px;
  margin: 0 auto;
}

body#financial .borderGray a {
  padding: 10px 0;
  background: #f2aa24;
  border-radius: 5px;
  position: relative;
  color: #fff;
}

body#financial .borderGray a svg {
  fill: #fff;
  vertical-align: bottom;
}

body#financial .borderGray a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  right: 15px;
  margin-top: -5px;
}

/******************** beforeInitialize ********************/
/******************** infomation ********************/
/******************** itemInfo ********************/
/******************** about ********************/
/******************** access ********************/
/******************** group_purchasing ********************/
/******************** financial ********************/
/******************** automatic_payment ********************/
/******************** agency ********************/
/******************** welfare ********************/
/******************** educational ********************/
/******************** insurance ********************/
/******************** initialize ********************/
/******************** header ********************/
/******************** swiper ********************/
/******************** infomation ********************/
/******************** itemInfo ********************/
/******************** about ********************/
/******************** related ********************/
/******************** access ********************/
/******************** sv(サブビジュアル) ********************/
/******************** news一覧ページ ********************/
/******************** group_purchasing ********************/
body#automatic_payment .main-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 355px;
}

@media (min-width: 768px) {
  body#automatic_payment .main-inner {
    max-width: 1100px;
  }
}

body#automatic_payment .main h3 {
  position: relative;
  font-weight: 600;
  font-size: 2rem;
  padding-left: 25px;
  line-height: 1.5;
  margin-bottom: 40px;
  border-bottom: solid 1px #57cad9;
}

@media (min-width: 768px) {
  body#automatic_payment .main h3 {
    padding-left: 35px;
    font-size: 2.4rem;
  }
}

body#automatic_payment .main h3::before {
  content: "";
  position: absolute;
  background-color: #57cad9;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 7px;
  left: 0px;
}

@media (min-width: 768px) {
  body#automatic_payment .main h3::before {
    width: 20px;
    height: 20px;
    top: 7px;
  }
}

body#automatic_payment .main p {
  line-height: 1.4;
  font-size: 1.6rem;
}

body#automatic_payment .main .skyBlueBox {
  text-align: center;
  width: 220px;
  margin: 0 auto;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  background: #57cad9;
  border-radius: 25px;
}

body#automatic_payment .attension {
  border: solid 2px #57cad9;
  border-radius: 5px;
  padding: 40px 20px;
}

body#automatic_payment .attension-list li {
  padding: 10px 0;
}

body#automatic_payment .attension-ttlBox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

body#automatic_payment .attension-numBox {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  border: solid 2px #57cad9;
  background: #e5fcff;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 2rem;
}

body#automatic_payment .attension-ttl {
  width: calc(100% - 70px);
  font-weight: 600;
  font-size: 1.6rem;
}

body#automatic_payment .attension h4 {
  font-weight: 600;
  font-size: 1.8rem;
  border-bottom: solid 1px #57cad9;
}

body#automatic_payment .attension h4 span {
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 1px;
}

body#automatic_payment .honet-flowBox {
  border: solid 2px #57cad9;
  border-radius: 5px;
  padding: 40px 20px;
}

body#automatic_payment .honet-flowBox-list li {
  padding: 10px 0;
}

body#automatic_payment .honet-flowBox-ttlBox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

body#automatic_payment .honet-flowBox-numBox {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  border: solid 2px #57cad9;
  background: #e5fcff;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 2rem;
}

body#automatic_payment .honet-flowBox-ttl {
  width: calc(100% - 70px);
  font-weight: 600;
  font-size: 1.6rem;
}

body#automatic_payment .honet-flowBox h4 {
  font-weight: 600;
  font-size: 1.8rem;
  border-bottom: solid 1px #57cad9;
}

body#automatic_payment .honet-flowBox h4 span {
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 1px;
}

body#automatic_payment .honet-flowBox span.small {
  font-size: 1.4rem;
}

body#automatic_payment .honet-secttl {
  font-weight: 600;
  border-bottom: solid 1px #cccccc;
}

body#automatic_payment .honet-bluelist {
  padding: 40px 20px;
  border: solid 2px #57cad9;
  background: #e5fcff;
  text-indent: -20px;
}

body#automatic_payment .honet-bluelist li {
  padding: 20px 10px 0 10px;
}

body#automatic_payment .honet-bluelist li .small {
  font-size: 1.4rem;
}

body#automatic_payment .honet-commission h5,
body#automatic_payment .honet-handling h5,
body#automatic_payment .honet-structure h5 {
  position: relative;
  padding-left: 20px;
  font-weight: 600;
  border-bottom: solid 1px #57cad9;
}

body#automatic_payment .honet-commission h5::before,
body#automatic_payment .honet-handling h5::before,
body#automatic_payment .honet-structure h5::before {
  content: "";
  position: absolute;
  background-color: #57cad9;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 4px;
  left: 0px;
  top: 3px;
  width: 12px;
  height: 12px;
}

body#automatic_payment .honet-commission ul,
body#automatic_payment .honet-handling ul,
body#automatic_payment .honet-structure ul {
  padding: 20px 0;
}

body#automatic_payment .honet-commission ul li,
body#automatic_payment .honet-handling ul li,
body#automatic_payment .honet-structure ul li {
  padding: 3px 0;
}

body#automatic_payment .honet-commission ul li p.small,
body#automatic_payment .honet-handling ul li p.small,
body#automatic_payment .honet-structure ul li p.small {
  font-size: 1.4rem;
}

body#automatic_payment .honet-commission ul li p.semiBold,
body#automatic_payment .honet-handling ul li p.semiBold,
body#automatic_payment .honet-structure ul li p.semiBold {
  font-weight: 600;
}

body#automatic_payment .honet-commission ul li span.large,
body#automatic_payment .honet-handling ul li span.large,
body#automatic_payment .honet-structure ul li span.large {
  font-size: 2rem;
}

body#automatic_payment .honet-invoice_Btn {
  text-align: center;
}

body#automatic_payment .honet-invoice_Btn a,
body#automatic_payment .honet-invoice_Btn p {
  font-weight: 600;
}

body#automatic_payment .honet-invoice_Btn a {
  padding: 15px 0;
  background: #fe661d;
  border-radius: 5px;
  position: relative;
  color: #fff;
  width: 220px;
  margin: 0 auto;
}

body#automatic_payment .honet-invoice_Btn a svg {
  fill: #fff;
  vertical-align: bottom;
}

body#automatic_payment .honet-invoice_Btn a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  right: 15px;
  margin-top: -5px;
}

body#automatic_payment .honet-invoice .cousion p.red,
body#automatic_payment .honet-invoice .cousion span.red {
  color: #bf0000;
}

body#automatic_payment .honet-invoice .cousion p.semiBold,
body#automatic_payment .honet-invoice .cousion span.semiBold {
  font-weight: 600;
}

body#automatic_payment .honet-invoice .cousion p.underline,
body#automatic_payment .honet-invoice .cousion span.underline {
  border-bottom: solid 2px #cccccc;
}

/******************** beforeInitialize ********************/
/******************** infomation ********************/
/******************** itemInfo ********************/
/******************** about ********************/
/******************** access ********************/
/******************** group_purchasing ********************/
/******************** financial ********************/
/******************** automatic_payment ********************/
/******************** agency ********************/
/******************** welfare ********************/
/******************** educational ********************/
/******************** insurance ********************/
/******************** initialize ********************/
/******************** header ********************/
/******************** swiper ********************/
/******************** infomation ********************/
/******************** itemInfo ********************/
/******************** about ********************/
/******************** related ********************/
/******************** access ********************/
/******************** sv(サブビジュアル) ********************/
/******************** news一覧ページ ********************/
/******************** group_purchasing ********************/
body#welfare .main-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 355px;
}

@media (min-width: 768px) {
  body#welfare .main-inner {
    max-width: 1100px;
  }
}

body#welfare .main strong.blue {
  color: #32a63f;
}

body#welfare .main h5 {
  font-size: 2.2rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  body#welfare .main h5 {
    font-size: 2.4rem;
  }
}

body#welfare section h3 {
  position: relative;
  font-weight: 600;
  font-size: 2rem;
  padding-left: 25px;
  line-height: 1.5;
  margin-bottom: 40px;
  border-bottom: solid 1px #7ebf1d;
}

@media (min-width: 768px) {
  body#welfare section h3 {
    padding-left: 35px;
    font-size: 2.4rem;
  }
}

body#welfare section h3::before {
  content: "";
  position: absolute;
  background-color: #7ebf1d;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 7px;
  left: 0px;
}

@media (min-width: 768px) {
  body#welfare section h3::before {
    width: 20px;
    height: 20px;
    top: 7px;
  }
}

body#welfare section h4 {
  font-weight: 600;
  font-size: 2rem;
}

body#welfare section dt {
  font-weight: 600;
}

body#welfare section dd {
  line-height: 1.5;
  letter-spacing: 0.12rem;
}

body#welfare section .group-plan_list dt {
  border-bottom: solid 1px #cccccc;
  margin-bottom: 20px;
}

body#welfare section .group-plan_list dd {
  margin-bottom: 40px;
  line-height: 1.8;
}

body#welfare section .group-plan_list dd span {
  font-weight: 600;
}

body#welfare section .underline {
  border-bottom: solid 1px #cccccc;
}

body#welfare section .gan-qr {
  width: 75px;
}

body#welfare section .hospital li {
  line-height: 1.5;
  letter-spacing: 0.08rem;
}

body#welfare section .hospital ul:not(:last-child) {
  margin-bottom: 40px;
}

body#welfare section .hospital-city {
  font-weight: 600;
  position: relative;
  padding-left: 20px;
}

body#welfare section .hospital-city:before {
  content: "";
  position: absolute;
  background-color: #7ebf1d;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 4px;
  left: 0px;
  border-radius: 50%;
  top: 3px;
}

@media (min-width: 768px) {
  body#welfare section .hospital-city:before {
    width: 17px;
    height: 17px;
    top: 5px;
  }
}

body#welfare section .hospital-company {
  font-size: 1.4rem;
}

body#welfare section .hospital-ttl {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 5px;
}

body#welfare section .humanDoc {
  border: solid 1px #7ebf1d;
}

body#welfare section .humanDoc p,
body#welfare section .humanDoc a {
  line-height: 1.5;
}

body#welfare section .humanDoc-left {
  padding: 40px;
  background: #7ebf1d;
}

body#welfare section .humanDoc-left p {
  font-weight: 600;
  color: #fff;
}

body#welfare section .humanDoc-center,
body#welfare section .humanDoc-right {
  text-align: center;
}

body#welfare section .humanDoc-right div {
  width: 280px;
  margin: 0 auto;
  background: #7ebf1d;
  border-radius: 5px;
  position: relative;
}

body#welfare section .humanDoc-right div a {
  font-size: 1.3rem;
  padding: 15px 0;
  color: #fff;
  font-weight: 600;
}

body#welfare section .humanDoc-right div::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  right: 15px;
  margin-top: -5px;
}

/* ★★ */
body#welfare section .flex-sec07 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

body#welfare section .flex-sec07 .br-spnone {
  display: none;
}

body#welfare section .flex-sec07:nth-of-type(1) {
  margin-bottom: 40px;
}

body#welfare section .flex-photo-sec07 {
  width: min(100%, 250px);
  margin: 0 auto;
}

body#welfare section .flex-sec07-qr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

body#welfare section .flex-sec07-qr:nth-of-type(1) {
  margin-top: 14px;
}

/* body#welfare section .flex-sec07-qr:nth-of-type(2),
body#welfare section .flex-sec07-qr:nth-of-type(4) {
  transform: translateX(80px);
} */
@media (min-width: 1080px) {

  body#welfare section .flex-sec07-qr:nth-of-type(2),
  body#welfare section .flex-sec07-qr:nth-of-type(4) {
    transform: translateX(80px);
  }
}

body#welfare section .flex-sec07-qr .qr {
  width: 80px;
}

body#welfare section .sec07-pdf {
  margin-top: 14px;
}

/* ★★ */

body#welfare section .greenBorder {
  border: solid 1px #7ebf1d;
  padding: 20px;
}

body#welfare section .addressBox_2-left,
body#welfare section .addressBox_2-right {
  padding: 10px 20px;
}

body#welfare section .addressBox_2-left {
  text-align: center;
}

body#welfare section .addressBox_2-left p,
body#welfare section .addressBox_2-left h6 {
  font-weight: 600;
}

body#welfare section .addressBox_2-left p {
  font-size: 1.6rem;
}

body#welfare section .addressBox_2-left h6 {
  font-size: 2.2rem;
}

body#welfare section .addressBox_2-right li {
  font-size: 1.3rem;
  line-height: 1.5;
}

body#welfare section .addressBox_2+ul li {
  padding-left: 25px;
  position: relative;
}

body#welfare section .addressBox_2+ul li:before {
  content: "";
  position: absolute;
  background-color: #7ebf1d;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 4px;
  left: 0px;
  border-radius: 50%;
  top: 1px;
}

@media (min-width: 768px) {
  body#welfare section .addressBox_2+ul li:before {
    width: 17px;
    height: 17px;
    top: 5px;
  }
}

@media (min-width: 768px) {
  body#welfare section .addressBox_2+ul li:before {
    top: 1px;
  }
}

body#welfare section .lightgreenBox {
  padding: 10px 20px;
  background: #7ebf1d;
  border-radius: 50px;
  font-weight: 600;
  color: #fff;
}

body#welfare section .plan {
  text-align: center;
}

body#welfare section .plan-img {
  width: 205px;
  height: 205px;
  margin: 0 auto;
}

body#welfare section .plan-img img {
  height: 100%;
}

body#welfare section .plan-ttl,
body#welfare section .plan-txt,
body#welfare section .plan-caution {
  line-height: 1.5;
}

body#welfare section .plan-ttl {
  font-size: 1.8rem;
  font-weight: 600;
}

body#welfare section .plan-txt {
  font-size: 1.6rem;
}

body#welfare section .plan-caution {
  font-size: 1.3rem;
}

body#welfare section .hall dt {
  font-size: 1.8rem;
}

body#welfare section .borderBox {
  padding: 20px;
  border: solid 1px #cccccc;
}

body#welfare section .borderBox dt {
  border: none;
  line-height: 1.5;
}

body#welfare section .contactBox {
  text-align: center;
}

body#welfare section .contactBox-ttl {
  font-size: 2rem;
  font-weight: 600;
}

body#welfare section .yerrowGrenBox {
  text-align: center;
  padding: 20px;
  font-weight: 600;
  color: #222;
  font-size: 2rem;
  width: 80%;
  margin: 0 auto;
  background: #dbffa6;
}

body#welfare section .b-circle {
  width: 100%;
  padding-left: 25px;
  position: relative;
}

body#welfare section .b-circle:before {
  content: "";
  position: absolute;
  background-color: #7ebf1d;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 4px;
  left: 0px;
  border-radius: 50%;
  top: 3px;
}

@media (min-width: 768px) {
  body#welfare section .b-circle:before {
    width: 17px;
    height: 17px;
    top: 5px;
  }
}

/******************** beforeInitialize ********************/
/******************** infomation ********************/
/******************** itemInfo ********************/
/******************** about ********************/
/******************** access ********************/
/******************** group_purchasing ********************/
/******************** financial ********************/
/******************** automatic_payment ********************/
/******************** agency ********************/
/******************** welfare ********************/
/******************** educational ********************/
/******************** insurance ********************/
/******************** initialize ********************/
/******************** header ********************/
/******************** swiper ********************/
/******************** infomation ********************/
/******************** itemInfo ********************/
/******************** about ********************/
/******************** related ********************/
/******************** access ********************/
/******************** sv(サブビジュアル) ********************/
/******************** news一覧ページ ********************/
/******************** group_purchasing ********************/
body#educational .main-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 355px;
}

@media (min-width: 768px) {
  body#educational .main-inner {
    max-width: 1100px;
  }
}

body#educational .main p {
  line-height: 1.5;
}

body#educational .main h3 {
  position: relative;
  font-weight: 600;
  font-size: 2rem;
  padding-left: 25px;
  line-height: 1.5;
  margin-bottom: 40px;
  border-bottom: solid 1px #8ab6e6;
}

@media (min-width: 768px) {
  body#educational .main h3 {
    padding-left: 35px;
    font-size: 2.4rem;
  }
}

body#educational .main h3:before {
  content: "";
  position: absolute;
  background-color: #8ab6e6;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 7px;
  left: 0px;
}

@media (min-width: 768px) {
  body#educational .main h3:before {
    width: 20px;
    height: 20px;
    top: 7px;
  }
}

body#educational .main h4 {
  position: relative;
  font-weight: 600;
  padding-left: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
  border-bottom: solid 1px #8ab6e6;
}

body#educational .main h4:before {
  content: "";
  position: absolute;
  background-color: #222;
  display: inline-block;
  width: 13px;
  height: 13px;
  top: 7px;
  left: 0px;
}

body#educational .main h5 {
  font-weight: 600;
  border-bottom: solid 1px #8ab6e6;
  margin-bottom: 20px;
}

body#educational .main article {
  padding: 40px 20px;
  padding-top: 50px;
  border: solid 2px #8ab6e6;
  border-radius: 5px;
  position: relative;
}

body#educational .main article .achievement {
  text-align: center;
  position: absolute;
  top: -50px;
  left: -50px;
}

body#educational .main article .achievement p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 600;
  font-size: 1.4rem;
  color: #fff;
  width: 100px;
  height: 100px;
  background: #5c9ee5;
  border-radius: 50%;
}

body#educational .main table th,
body#educational .main table td {
  display: block;
  padding: 10px;
}

body#educational .main table th {
  background: #cce5ff;
  border-top: solid 1px #eeeeee;
  border-left: solid 1px #eeeeee;
  border-right: solid 1px #eeeeee;
}

body#educational .main table td {
  border-top: solid 1px #eeeeee;
  border-right: solid 1px #eeeeee;
  border-left: solid 1px #eeeeee;
}

body#educational .main table tr:first-child td {
  font-size: 1.8rem;
  font-weight: 600;
}

body#educational .main table tr:first-child p {
  font-weight: 400;
}

body#educational .main table tr:last-child td {
  border-bottom: solid 1px #eeeeee;
}

body#educational .main table ul li,
body#educational .main table td {
  line-height: 1.5;
}

body#educational .main .table_img img {
  margin: 20px 0;
}

body#educational .main .coupon-img {
  width: 238px;
  margin: 0 auto;
}

body#educational .main .coupon-img span {
  text-align: center;
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
}

body#educational .main .free-img {
  width: 60%;
  margin: 0 auto;
}

body#educational .main .free-img p {
  text-align: center;
}

body#educational .educational-fl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

body#educational .educational-fl img {
  width: 80px;
}


/******************** beforeInitialize ********************/
/******************** infomation ********************/
/******************** itemInfo ********************/
/******************** about ********************/
/******************** access ********************/
/******************** group_purchasing ********************/
/******************** financial ********************/
/******************** automatic_payment ********************/
/******************** agency ********************/
/******************** welfare ********************/
/******************** educational ********************/
/******************** insurance ********************/
/******************** initialize ********************/
/******************** header ********************/
/******************** swiper ********************/
/******************** infomation ********************/
/******************** itemInfo ********************/
/******************** about ********************/
/******************** related ********************/
/******************** access ********************/
/******************** sv(サブビジュアル) ********************/
/******************** news一覧ページ ********************/
/******************** group_purchasing ********************/
body#insurance .main-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 355px;
}

@media (min-width: 768px) {
  body#insurance .main-inner {
    max-width: 1100px;
  }
}

body#insurance .main p,
body#insurance .main li,
body#insurance .main dt,
body#insurance .main dd,
body#insurance .main h3,
body#insurance .main h4,
body#insurance .main h5,
body#insurance .main h6 {
  line-height: 1.5;
  letter-spacing: 1px;
}

body#insurance .main .semiBold {
  font-weight: 600;
}

body#insurance .main p.underline {
  border-bottom: solid 1px #cccccc;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
}

body#insurance .main h3 {
  position: relative;
  font-weight: 600;
  font-size: 2rem;
  padding-left: 25px;
  line-height: 1.5;
  margin-bottom: 40px;
  border-bottom: solid 1px #f29195;
}

@media (min-width: 768px) {
  body#insurance .main h3 {
    padding-left: 35px;
    font-size: 2.4rem;
  }
}

body#insurance .main h3:before {
  content: "";
  position: absolute;
  background-color: #f29195;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 7px;
  left: 0px;
}

@media (min-width: 768px) {
  body#insurance .main h3:before {
    width: 20px;
    height: 20px;
    top: 7px;
  }
}

body#insurance .main h4 {
  font-weight: 600;
  border-bottom: solid 1px #f29195;
  margin-bottom: 40px;
}

body#insurance .main h5 {
  position: relative;
  padding-left: 20px;
}

body#insurance .main h5::before {
  content: "";
  position: absolute;
  background-color: #f29195;
  display: inline-block;
  width: 13px;
  height: 13px;
  top: 7px;
  left: 0;
}

body#insurance .main h6 {
  font-weight: 600;
  font-size: 2rem;
}

body#insurance .main h6 span {
  font-size: 1.6rem;
}

body#insurance .main .pink_circle {
  text-align: center;
  padding: 10px;
  color: #fff;
  font-weight: 600;
  background: #f29195;
  border-radius: 45px;
  margin-bottom: 20px;
}

body#insurance .main .downloadBox {
  border: solid 1px #cccccc;
  text-align: center;
  padding: 20px 10px;
}

body#insurance .main .downloadBox p {
  font-weight: 600;
}

body#insurance .main .borderBox {
  border: solid 1px #cccccc;
  padding: 20px;
}

body#insurance .main .borderBox li {
  padding: 5px 0;
}

body#insurance .main .borderBox ul,
body#insurance .main .borderBox .downloadBox {
  margin-top: 40px;
}

body#insurance .main .borderBox .downloadBox {
  border: none;
  padding: 0;
}

body#insurance .main .pinkBorderBox {
  border: solid 1px #f29195;
  padding: 20px 40px;
}

body#insurance .main .border_underline {
  border-bottom: solid 1px #f29195;
  font-weight: 600;
  padding-left: 25px;
  position: relative;
}

body#insurance .main .border_underline:before {
  content: "";
  position: absolute;
  background-color: #f29195;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 4px;
  left: 0px;
}

body#insurance .main .underline_gray {
  border-bottom: solid 1px #cccccc;
}

body#insurance .main .in_link a {
  width: auto;
  text-decoration: underline;
}

body#insurance .main .img_1 {
  width: 200px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

body#insurance .main .img_2 {
  width: 200px;
  margin: 0 auto;
}

body#insurance .main .img_3 {
  width: 210px;
  margin: 0 auto;
}

body#insurance .main .img_4,
body#insurance .main .img_5 {
  width: 238px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

body#insurance .main .img_6 {
  width: 248px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

body#insurance .main .img_7 {
  width: 249px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

body#insurance .main .img_8 {
  width: 254px;
  margin: 0 auto;
}

body#insurance .main .img_9 {
  width: min(100%, 500px);
  margin: 0 auto;
  border: solid 1px #cccccc;
}

body#insurance .main .img_chutai {
  display: block;
  width: 254px;
  margin: 0 auto;
}

body#insurance .main .sec-01 img {
  margin-bottom: 20px;
}

body#insurance .main .sec-01 img:last-child {
  margin-bottom: 0;
}

body#insurance .main .sec-02 div>.rinen>li {
  font-weight: 600;
  font-size: 2.2rem;
}

body#insurance .main .sec-02 li>p {
  font-weight: 400;
}

body#insurance .main .subsec-03 ul li {
  padding-left: 25px;
  position: relative;
}

body#insurance .main .subsec-03 ul li:before {
  content: "";
  position: absolute;
  background-color: #f29195;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 4px;
  left: 0px;
  border-radius: 50%;
}

@media (min-width: 768px) {
  body#insurance .main .subsec-03 ul li:before {
    width: 17px;
    height: 17px;
    top: 5px;
  }
}

body#insurance .main .subsec-04 span {
  font-size: 1.8rem;
  color: #32a63f;
  font-weight: 600;
}

body#insurance .main .subsec-04 .download-area p {
  font-weight: 600;
  text-align: center;
}

body#insurance .main .subsec-08 .pink_hdr {
  padding-left: 25px;
  position: relative;
  font-weight: 600;
  font-size: 2.2rem;
}

body#insurance .main .subsec-08 .pink_hdr span {
  font-size: 1.8rem;
}

body#insurance .main .subsec-08 .pink_hdr:before {
  content: "";
  position: absolute;
  background-color: #f29195;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 4px;
  left: 0px;
  border-radius: 50%;
  top: 9px;
}

@media (min-width: 768px) {
  body#insurance .main .subsec-08 .pink_hdr:before {
    width: 17px;
    height: 17px;
    top: 5px;
  }
}

body#insurance .main .subsec-09 .pink_underline {
  color: #32a63f;
  font-weight: 600;
  border-bottom: solid 1px #32a63f;
}

body#insurance .main .subsec-09 li {
  font-weight: 600;
  font-size: 1.8rem;
}

body#insurance .main .subsec-10 .pink_circlettl {
  padding-left: 25px;
  position: relative;
  font-weight: 600;
  font-size: 1.8rem;
}

body#insurance .main .subsec-10 .pink_circlettl:before {
  content: "";
  position: absolute;
  background-color: #f29195;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 4px;
  left: 0px;
  border-radius: 50%;
  top: 5px;
}

@media (min-width: 768px) {
  body#insurance .main .subsec-10 .pink_circlettl:before {
    width: 17px;
    height: 17px;
    top: 5px;
  }
}

body#insurance .main .subsec-10 h4 {
  position: relative;
  padding-left: 25px;
}

body#insurance .main .subsec-10 h4:before {
  content: "";
  position: absolute;
  background-color: #f29195;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 4px;
  left: 0px;
  top: 5px;
}

body#insurance .main .subsec-16 h5:before {
  content: "";
  position: absolute;
  background-color: #f29195;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 4px;
  left: 0px;
  border-radius: 50%;
}

@media (min-width: 768px) {
  body#insurance .main .subsec-16 h5:before {
    width: 17px;
    height: 17px;
    top: 5px;
  }
}

body#insurance .main .subsec-19 p span {
  font-size: 1.8rem;
}

body#insurance .main .contactTtl {
  text-align: center;
  font-size: 2.2rem;
  color: #fff;
  background: #f29195;
  padding: 20px;
  font-weight: 600;
}

body#insurance .main .pink_semiBold {
  font-weight: 600;
  color: #32a63f;
}

body#insurance .main span.pink {
  color: #f29195;
}

body#insurance .main div.download {
  width: 280px;
  margin: 0 auto;
}

body#insurance .main .shippei {
  width: 254px;
  display: block;
  margin: 0 auto;
}

body#protect .sv-ttl {
  font-size: 2.5rem;
}

body#protect .main {
  line-height: 1.5;
}

body#protect .main-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 355px;
}

@media (min-width: 768px) {
  body#protect .main-inner {
    max-width: 1100px;
  }
}

body#protect .main .top ul li {
  font-weight: 600;
  margin-bottom: 15px;
}

body#protect .main .top ul li:last-child {
  margin: 0;
}

body#protect .main .bottom h3 {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}

body#protect .main .bottom dl dd {
  margin-bottom: 20px;
}

body#protect .main .bottom dl dd .ul-04 li {
  font-weight: 600;
}

body#protect .main .bottom dl dd .ul-04 li:last-child {
  font-weight: 400;
}

body#protect .main .right_bottom {
  text-align: right;
}

body#protect .main .right_bottom p:first-child {
  font-weight: 600;
}

body#access .main-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 355px;
}

@media (min-width: 768px) {
  body#access .main-inner {
    max-width: 1100px;
  }
}

body#access .main table tr {
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}

body#access .main table th,
body#access .main table td {
  display: block;
  padding: 15px 10px;
}

body#access .main table th {
  font-weight: 400;
}

body#access .main .access_map {
  height: 0px;
  overflow: hidden;
  padding-bottom: 70%;
  position: relative;
}

body#access .main .access_map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/******************** initialize ********************/
/******************** header ********************/
/******************** swiper ********************/
/******************** infomation ********************/
/******************** itemInfo ********************/
/******************** about ********************/
/******************** related ********************/
/******************** access ********************/
/******************** sv(サブビジュアル) ********************/
/******************** news一覧ページ ********************/
/******************** group_purchasing ********************/
/******************** beforeInitialize ********************/
/******************** infomation ********************/
/******************** itemInfo ********************/
/******************** about ********************/
/******************** access ********************/
/******************** group_purchasing ********************/
/******************** financial ********************/
/******************** automatic_payment ********************/
/******************** agency ********************/
/******************** welfare ********************/
/******************** educational ********************/
/******************** insurance ********************/
body#link .main-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 355px;
}

@media (min-width: 768px) {
  body#link .main-inner {
    max-width: 1100px;
  }
}

body#link .main h3 {
  font-weight: 600;
  font-size: 2rem;
  padding-left: 25px;
  padding-bottom: 5px;
  position: relative;
  border-bottom: solid 1px #32a63f;
}

body#link .main h3::before {
  content: "";
  position: absolute;
  background-color: #32a63f;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 4px;
  left: 0px;
}

body#link .main ul:first-child {
  padding-top: 15px;
}

body#link .main ul:last-child li:last-child {
  border-bottom: solid 1px #cccccc;
}

body#link .main li {
  font-weight: 600;
  padding: 15px 0;
  padding-left: 25px;
  border-top: solid 1px #cccccc;
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0;
}

body#link .main li a,
body#link .main li p {
  font-size: 1.5rem;
  letter-spacing: 0;
}

body#link .main li::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #32a63f;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

body#link .main li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #32a63f;
  top: 50%;
  right: 15px;
  margin-top: -5px;
}

body#link .main section {
  padding: 20px 0;
}

body#link .main section:first-child {
  padding-top: 0;
}

body#link .main section:last-child {
  padding-bottom: 0;
}

body#contact .main-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 355px;
}

@media (min-width: 768px) {
  body#contact .main-inner {
    max-width: 1100px;
  }
}

body#contact .main .contact-ttl {
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 1.5;
  text-align: center;
  font-size: 2rem;
}

body#contact .main .contact-flex input[type=text] {
  font-weight: 400;
}

body#contact .main table {
  width: 100%;
}

body#contact .main table tr:nth-of-type(10) td p {
  font-size: 1.4rem;
  padding: 5px 0;
}

body#contact .main table tr:nth-of-type(10) td p.caution {
  color: #bf0000;
}

body#contact .main table th,
body#contact .main table td {
  display: block;
  line-height: 1.5;
}

body#contact .main table textarea,
body#contact .main table input {
  width: 100%;
  background: #edfaef;
}

body#contact .main table textarea {
  resize: none;
  padding-top: 10px;
}

body#contact .main table textarea::placeholder {
  color: #d0d0d0;
  font-size: 1.4rem;
}

body#contact .main table input {
  height: 40px;
}

body#contact .main table input[type=radio] {
  height: 15px;
  width: auto;
}

body#contact .main table th {
  font-weight: 600;
  border-top: solid 1px #cccccc;
  padding: 20px 20px 0;
}

body#contact .main table td {
  padding: 0 20px 20px;
}

body#contact .main table td p {
  font-weight: 600;
}

body#contact .main table .placeholder {
  color: #d0d0d0;
  font-size: 1.4rem;
  line-height: 1.5;
}

body#contact .main a.inline {
  width: auto;
  border-bottom: solid 1px #222;
}

body#contact .main span.privacyBtn {
  font-weight: 600;
}

body#contact .main .wpcf7-spinner {
  display: none;
}

body#contact .main .wpcf7-submit {
  padding: 20px;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
}

body#contact .main .wpcf7-list-item {
  display: block;
  margin-left: 0;
  font-weight: 600;
}

body#contact .main .wpcf7-list-item.first {
  margin-top: 20px;
}

body#contact .main .wpcf7-list-item.last {
  margin-bottom: 20px;
}

body#contact .main .submitBtn {
  background: #32a63f;
  width: 240px;
  margin: 0 auto;
  border-radius: 10px;
  text-align: center;
  margin-top: 20px;
}

body#contact .required {
  color: #c42626;
}

body#confirm .main-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 355px;
}

@media (min-width: 768px) {
  body#confirm .main-inner {
    max-width: 1100px;
  }
}

body#confirm .main .contact-ttl {
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 1.5;
  font-size: 2rem;
}

body#confirm .main table {
  width: 100%;
}

body#confirm .main table th,
body#confirm .main table td {
  display: block;
  line-height: 1.5;
}

body#confirm .main table th {
  font-weight: 600;
  border-top: solid 1px #cccccc;
  padding: 20px 20px 0;
}

body#confirm .main table td {
  padding: 0 20px 20px;
}

body#confirm .main .confirmBtn {
  padding-top: 40px;
  width: 240px;
  margin: 0 auto;
  text-align: center;
}

body#confirm .main .confirmBtn input {
  padding: 20px;
  width: 100%;
  border-radius: 10px;
  font-weight: 600;
}

body#confirm .main .confirmBtn .wpcf7-previous {
  border: solid 1px #222;
  display: block !important;
}

body#confirm .main .confirmBtn .wpcf7-submit {
  background: #32a63f;
  color: #fff;
}

body#confirm .main .wpcf7-spinner {
  display: none;
}

body#thanks .main-inner,
body#purchaseform_error .main-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 355px;
}

@media (min-width: 768px) {

  body#thanks .main-inner,
  body#purchaseform_error .main-inner {
    max-width: 1100px;
  }
}

body#thanks .main .contact-ttl,
body#purchaseform_error .main .contact-ttl {
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 2rem;
}

body#thanks .main .contact-text,
body#purchaseform_error .main .contact-text {
  text-align: center;
}

body#thanks .main .returnHome,
body#purchaseform_error .main .returnHome {
  width: 240px;
  margin: 40px auto 0;
  background: #32a63f;
  border-radius: 10px;
}

body#thanks .main .returnHome a,
body#purchaseform_error .main .returnHome a {
  text-align: center;
  width: 100%;
  padding: 20px;
  color: #fff;
  font-weight: 600;
}

/******************** initialize ********************/
/******************** header ********************/
/******************** swiper ********************/
/******************** infomation ********************/
/******************** itemInfo ********************/
/******************** about ********************/
/******************** related ********************/
/******************** access ********************/
/******************** sv(サブビジュアル) ********************/
/******************** news一覧ページ ********************/
/******************** group_purchasing ********************/
body#trainingform .main-inner,
body#to_member .main-inner,
body#contact .main-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 355px;
}

@media (min-width: 768px) {

  body#trainingform .main-inner,
  body#to_member .main-inner,
  body#contact .main-inner {
    max-width: 1100px;
  }
}

body#trainingform .main table,
body#to_member .main table,
body#contact .main table {
  width: 100%;
}

body#trainingform .main table th,
body#trainingform .main table td,
body#to_member .main table th,
body#to_member .main table td,
body#contact .main table th,
body#contact .main table td {
  display: block;
  line-height: 1.5;
}

body#trainingform .main table textarea,
body#trainingform .main table input,
body#to_member .main table textarea,
body#to_member .main table input,
body#contact .main table textarea,
body#contact .main table input {
  width: 100%;
  background: #edfaef;
}

body#trainingform .main table textarea,
body#to_member .main table textarea,
body#contact .main table textarea {
  resize: none;
  padding-top: 10px;
}

body#trainingform .main table textarea::placeholder,
body#to_member .main table textarea::placeholder,
body#contact .main table textarea::placeholder {
  color: #d0d0d0;
  font-size: 1.4rem;
}

body#trainingform .main table .afterSelect,
body#to_member .main table .afterSelect,
body#contact .main table .afterSelect {
  width: 60%;
  position: relative;
}

body#trainingform .main table .afterSelect::after,
body#to_member .main table .afterSelect::after,
body#contact .main table .afterSelect::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #222;
  border-right: solid 2px #222;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
  transform: rotate(45deg);
}

body#trainingform .main table input[type=text],
body#trainingform .main table input[type=email],
body#to_member .main table input[type=text],
body#to_member .main table input[type=email],
body#contact .main table input[type=text],
body#contact .main table input[type=email] {
  height: 40px;
}

body#trainingform .main table input[type=text]::placeholder,
body#trainingform .main table input[type=email]::placeholder,
body#to_member .main table input[type=text]::placeholder,
body#to_member .main table input[type=email]::placeholder,
body#contact .main table input[type=text]::placeholder,
body#contact .main table input[type=email]::placeholder {
  font-size: 1.4rem;
  color: #d0d0d0;
}

body#trainingform .main table input[type=text]:disabled,
body#trainingform .main table input[type=email]:disabled,
body#to_member .main table input[type=text]:disabled,
body#to_member .main table input[type=email]:disabled,
body#contact .main table input[type=text]:disabled,
body#contact .main table input[type=email]:disabled {
  opacity: 0.5;
  background: rgba(118, 118, 118, 0.3);
}

body#trainingform .main table select,
body#to_member .main table select,
body#contact .main table select {
  border: solid 1px #cccccc;
  width: 100%;
  padding: 10px;
}

body#trainingform .main table select:disabled,
body#to_member .main table select:disabled,
body#contact .main table select:disabled {
  opacity: 0.5;
  background: rgba(118, 118, 118, 0.3);
}

body#trainingform .main table th,
body#to_member .main table th,
body#contact .main table th {
  font-weight: 600;
  border-top: solid 1px #cccccc;
  padding: 20px 20px 0;
}

body#trainingform .main table td,
body#to_member .main table td,
body#contact .main table td {
  padding: 0 20px 20px;
}

body#trainingform .main .wpcf7-spinner,
body#to_member .main .wpcf7-spinner,
body#contact .main .wpcf7-spinner {
  display: none;
}

body#trainingform .main .wpcf7-submit,
body#to_member .main .wpcf7-submit,
body#contact .main .wpcf7-submit {
  padding: 20px;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
}

body#trainingform .main .submitBtn,
body#to_member .main .submitBtn,
body#contact .main .submitBtn {
  background: #32a63f;
  width: 240px;
  margin: 0 auto;
  border-radius: 10px;
  text-align: center;
  margin-top: 20px;
}

body#trainingform .to-memberBtn,
body#to_member .to-memberBtn,
body#contact .to-memberBtn {
  background: #32a63f;
  width: 240px;
  margin: 0 auto;
  border-radius: 10px;
  text-align: center;
}

body#trainingform .to-memberBtn a,
body#to_member .to-memberBtn a,
body#contact .to-memberBtn a {
  padding: 20px;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
}

body#trainingform .contact-ttl,
body#to_member .contact-ttl,
body#contact .contact-ttl {
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  font-size: 2rem;
}

body#trainingform .required,
body#to_member .required,
body#contact .required {
  color: #c42626;
}

body#trainingform_confirm .main-inner,
body#to_member_confirm .main-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 355px;
}

@media (min-width: 768px) {

  body#trainingform_confirm .main-inner,
  body#to_member_confirm .main-inner {
    max-width: 1100px;
  }
}

body#trainingform_confirm .main .contact-ttl,
body#to_member_confirm .main .contact-ttl {
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 1.5;
  font-size: 2rem;
}

body#trainingform_confirm .main table,
body#to_member_confirm .main table {
  width: 100%;
}

body#trainingform_confirm .main table th,
body#trainingform_confirm .main table td,
body#to_member_confirm .main table th,
body#to_member_confirm .main table td {
  display: block;
  line-height: 1.5;
}

body#trainingform_confirm .main table th,
body#to_member_confirm .main table th {
  font-weight: 600;
  border-top: solid 1px #cccccc;
  padding: 20px 20px 0;
}

body#trainingform_confirm .main table td,
body#to_member_confirm .main table td {
  padding: 0 20px 20px;
}

body#trainingform_confirm .main .confirmBtn,
body#to_member_confirm .main .confirmBtn {
  padding-top: 40px;
  width: 240px;
  margin: 0 auto;
  text-align: center;
}

body#trainingform_confirm .main .confirmBtn input,
body#to_member_confirm .main .confirmBtn input {
  padding: 20px;
  width: 100%;
  border-radius: 10px;
  font-weight: 600;
}

body#trainingform_confirm .main .confirmBtn .wpcf7-previous,
body#to_member_confirm .main .confirmBtn .wpcf7-previous {
  border: solid 1px #222;
  display: block !important;
}

body#trainingform_confirm .main .confirmBtn .wpcf7-submit,
body#to_member_confirm .main .confirmBtn .wpcf7-submit {
  background: #32a63f;
  color: #fff;
}

body#trainingform_confirm .main .wpcf7-spinner,
body#to_member_confirm .main .wpcf7-spinner {
  display: none;
}

body#trainingform_thanks .main-inner,
body#to_member_thanks .main-inner,
body#purchaseform_thanks .main-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 355px;
}

@media (min-width: 768px) {

  body#trainingform_thanks .main-inner,
  body#to_member_thanks .main-inner,
  body#purchaseform_thanks .main-inner {
    max-width: 1100px;
  }
}

body#trainingform_thanks .main .contact-ttl,
body#to_member_thanks .main .contact-ttl,
body#purchaseform_thanks .main .contact-ttl {
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 2rem;
}

body#trainingform_thanks .main .contact-text,
body#to_member_thanks .main .contact-text,
body#purchaseform_thanks .main .contact-text {
  text-align: center;
}

body#trainingform_thanks .main .returnHome,
body#to_member_thanks .main .returnHome,
body#purchaseform_thanks .main .returnHome {
  width: 240px;
  margin: 40px auto 0;
  background: #32a63f;
  border-radius: 10px;
}

body#trainingform_thanks .main .returnHome a,
body#to_member_thanks .main .returnHome a,
body#purchaseform_thanks .main .returnHome a {
  text-align: center;
  width: 100%;
  padding: 20px;
  color: #fff;
  font-weight: 600;
}

/******************** beforeInitialize ********************/
/******************** infomation ********************/
/******************** itemInfo ********************/
/******************** about ********************/
/******************** access ********************/
/******************** group_purchasing ********************/
/******************** financial ********************/
/******************** automatic_payment ********************/
/******************** agency ********************/
/******************** welfare ********************/
/******************** educational ********************/
/******************** insurance ********************/
/******************** initialize ********************/
/******************** header ********************/
/******************** swiper ********************/
/******************** infomation ********************/
/******************** itemInfo ********************/
/******************** about ********************/
/******************** related ********************/
/******************** access ********************/
/******************** sv(サブビジュアル) ********************/
/******************** news一覧ページ ********************/
/******************** group_purchasing ********************/
body#member .main-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 355px;
}

@media (min-width: 768px) {
  body#member .main-inner {
    max-width: 1100px;
  }
}

body#member .main p,
body#member .main dt,
body#member .main dd {
  line-height: 1.5;
}

body#member .member-mv p {
  font-weight: 600;
  line-height: 1.5;
}

body#member .member-mv p a {
  display: inline;
  border-bottom: solid 1px #222;
}

body#member .member-mv_img {
  width: 240px;
  margin: 0 auto;
}

body#member .member-mv .downloadBox {
  border: solid 1px #d0d0d0;
  padding: 20px;
  text-align: center;
}

body#member .member-mv .downloadBox a {
  width: 80%;
  font-weight: 600;
  padding: 15px 0;
  background: #32a63f;
  border-radius: 5px;
  position: relative;
  color: #fff;
  font-size: 1.6rem;
}

body#member .member-mv .downloadBox a svg {
  fill: #fff;
  vertical-align: middle;
}

body#member .member-mv .downloadBox a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  right: 15px;
  margin-top: -5px;
}

body#member .overview,
body#member .schedule,
body#member .announce {
  width: 85%;
  margin: 0 auto;
}

body#member .overview article {
  padding: 20px 0;
}

body#member .overview h3 {
  font-weight: 600;
  font-size: 1.8rem;
  padding-left: 25px;
  position: relative;
  border-bottom: solid 1px #32a63f;
}

body#member .overview h3::before {
  content: "";
  position: absolute;
  background-color: #32a63f;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 4px;
  left: 0px;
  top: 2px;
}

body#member .schedule p {
  letter-spacing: 1px;
}

body#member .schedule a:hover {
  opacity: 0.5;
}

body#member .announce .infoBox {
  padding: 20px;
  background: #edfaef;
}

body#member .announce .no-announce {
  text-align: center;
}

body#member .service p,
body#member .service a {
  font-weight: 600;
}

body#member .service-flex {
  text-align: center;
}

body#member .service a {
  width: 70%;
  font-weight: 600;
  padding: 15px 0;
  border-radius: 5px;
  position: relative;
  color: #fff;
  font-size: 1.6rem;
}

body#member .service a svg {
  fill: #fff;
  vertical-align: middle;
}

body#member .service a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  right: 15px;
  margin-top: -5px;
}

body#member .service a.yellow {
  background: #f2aa24;
}

body#member .service a.lightgreen {
  background: #7ebf1d;
}

body#member .service a.peach {
  background: #f29195;
}

body#member .service h2 {
  font-size: 2rem;
  font-weight: 600;
  margin: 20px 0;
  padding-left: 25px;
  position: relative;
}

body#member .service h2.orange {
  border-bottom: solid 1px #fe661d;
}

body#member .service h2.orange::before {
  content: "";
  position: absolute;
  background-color: #fe661d;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 7px;
  left: 0px;
  top: 3px;
}

@media (min-width: 768px) {
  body#member .service h2.orange::before {
    width: 20px;
    height: 20px;
    top: 7px;
  }
}

body#member .service h2.yellow {
  border-bottom: solid 1px #f2aa24;
}

body#member .service h2.yellow::before {
  content: "";
  position: absolute;
  background-color: #f2aa24;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 7px;
  left: 0px;
  top: 3px;
}

@media (min-width: 768px) {
  body#member .service h2.yellow::before {
    width: 20px;
    height: 20px;
    top: 7px;
  }
}

body#member .service h2.skyblue {
  border-bottom: solid 1px #57cad9;
}

body#member .service h2.skyblue::before {
  content: "";
  position: absolute;
  background-color: #57cad9;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 7px;
  left: 0px;
  top: 3px;
}

@media (min-width: 768px) {
  body#member .service h2.skyblue::before {
    width: 20px;
    height: 20px;
    top: 7px;
  }
}

body#member .service h2.lightgreen {
  border-bottom: solid 1px #7ebf1d;
}

body#member .service h2.lightgreen::before {
  content: "";
  position: absolute;
  background-color: #7ebf1d;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 7px;
  left: 0px;
  top: 3px;
}

@media (min-width: 768px) {
  body#member .service h2.lightgreen::before {
    width: 20px;
    height: 20px;
    top: 7px;
  }
}

body#member .service h2.ashblue {
  border-bottom: solid 1px #8ab6e6;
}

body#member .service h2.ashblue::before {
  content: "";
  position: absolute;
  background-color: #8ab6e6;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 7px;
  left: 0px;
  top: 3px;
}

@media (min-width: 768px) {
  body#member .service h2.ashblue::before {
    width: 20px;
    height: 20px;
    top: 7px;
  }
}

body#member .service h2.peach {
  border-bottom: solid 1px #f29195;
}

body#member .service h2.peach::before {
  content: "";
  position: absolute;
  background-color: #f29195;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 7px;
  left: 0px;
  top: 3px;
}

@media (min-width: 768px) {
  body#member .service h2.peach::before {
    width: 20px;
    height: 20px;
    top: 7px;
  }
}

body#member .service h2.yellowgreen {
  border-bottom: solid 1px #52cc5c;
}

body#member .service h2.yellowgreen::before {
  content: "";
  position: absolute;
  background-color: #52cc5c;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 7px;
  left: 0px;
  top: 3px;
}

@media (min-width: 768px) {
  body#member .service h2.yellowgreen::before {
    width: 20px;
    height: 20px;
    top: 7px;
  }
}

/******************** initialize ********************/
/******************** header ********************/
/******************** swiper ********************/
/******************** infomation ********************/
/******************** itemInfo ********************/
/******************** about ********************/
/******************** related ********************/
/******************** access ********************/
/******************** sv(サブビジュアル) ********************/
/******************** news一覧ページ ********************/
/******************** group_purchasing ********************/
body#shop .main-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 355px;
}

@media (min-width: 768px) {
  body#shop .main-inner {
    max-width: 1100px;
  }
}

body#shop .ttl {
  font-weight: 600;
  text-align: center;
}

body#shop .ttl h3 {
  font-size: 2.2rem;
}

body#shop .ttl p {
  line-height: 1.5;
}

body#shop .bookBox p {
  line-height: 1.5;
}

body#shop .bookBox-container {
  padding: 20px;
  border: solid 1px #cccccc;
}

body#shop .bookBox-thumbnail {
  width: 150px;
  height: 210px;
  margin: 0 auto;
  position: relative;
}

body#shop .bookBox-thumbnail img {
  height: 100%;
  border: solid 1px #cccccc;
}

body#shop .bookBox-publication,
body#shop .bookBox-publisher,
body#shop .bookBox-writer,
body#shop .bookBox-price,
body#shop .bookBox-ttl,
body#shop .bookBox-submit {
  font-weight: 600;
}

body#shop .bookBox-publication,
body#shop .bookBox-publisher,
body#shop .bookBox-writer,
body#shop .bookBox-price {
  font-size: 1.4rem;
}

body#shop .bookBox-publication {
  color: #999999;
}

body#shop .bookBox-ttl {
  font-size: 2rem;
  height: 120px;
}

body#shop .bookBox-explain {
  font-size: 1.2rem;
  font-weight: 600;
  position: absolute;
  bottom: -20px;
  right: 0;
}

body#shop .bookBox-writer,
body#shop .bookBox-price {
  text-align: right;
}

body#shop .bookBox-price {
  color: #c42626;
}

body#shop .bookBox-price span {
  font-size: 2rem;
}

body#shop .bookBox-quantity {
  border: solid 1px #cccccc;
  padding: 10px;
  width: 80px;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

body#shop .bookBox-quantity select {
  width: 100%;
  font-size: 1.8rem;
  letter-spacing: 0.12rem;
}

body#shop .bookBox-quantity::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #222;
  border-right: solid 2px #222;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  right: 15px;
  z-index: -1;
}

body#shop .form-link {
  text-align: center;
}

body#shop .form-link input {
  font-weight: 600;
  text-align: center;
  padding: 20px;
  color: #fff;
  background: #32a63f;
  border-radius: 10px;
}

body#shop .bookGuidance {
  background: #fafafa;
  line-height: 1.5;
}

body#shop .bookGuidance-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 355px;
}

@media (min-width: 768px) {
  body#shop .bookGuidance-inner {
    max-width: 1100px;
  }
}

body#shop .bookGuidance-ttl,
body#shop .bookGuidance p {
  font-weight: 600;
}

body#shop .bookGuidance ul li {
  font-weight: 600;
  position: relative;
  padding: 10px 0px;
  padding-left: 20px;
}

body#shop .bookGuidance ul li::before {
  content: "〇";
  position: absolute;
  left: 0px;
}

body#shop .bookGuidance p span {
  font-size: 1.4rem;
}

body#shop .bookGuidance-price {
  border: solid 1px #222;
  border-radius: 10px;
  background: #fff;
  padding: 20px 40px;
  text-align: center;
}

body#shop .bookGuidance-price_ttl {
  background: #555555;
  color: #fff;
}

body#shop .bookGuidance-price p.big span {
  font-size: 2.6rem;
}

body#shop .bookGuidance-caution p {
  font-size: 1.4rem;
}

body#shop .bookGuidance-caution .caution {
  color: #c42626;
  font-size: 1.6rem;
}

body#shop .buy_caution {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  color: #c42626;
  padding: 5px 0;
}

body#shop .otherbookNum {
  position: relative;
  /* 
  &:nth-of-type(1)::before {
    content: "①";
  }
  &:nth-of-type(2)::before {
    content: "②";
  }
  &:nth-of-type(3)::before {
    content: "③";
  }
  &:nth-of-type(4)::before {
    content: "④";
  }
  &:nth-of-type(5)::before {
    content: "⑤";
  }
  &:nth-of-type(6)::before {
    content: "⑥";
  }
  &:nth-of-type(7)::before {
    content: "⑦";
  }
  &:nth-of-type(8)::before {
    content: "⑧";
  }
  &:nth-of-type(9)::before {
    content: "⑨";
  }
  &:nth-of-type(10)::before {
    content: "⑩";
  } */
}

body#shop .otherbookNum::before {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 16px;
}

@media (min-width: 768px) {
  body#shop .otherbookNum::before {
    font-size: 18px;
  }
}

body#shop .otherbookNum .bookBox-ttl {
  height: 80px;
}

/******************** initialize ********************/
/******************** header ********************/
/******************** swiper ********************/
/******************** infomation ********************/
/******************** itemInfo ********************/
/******************** about ********************/
/******************** related ********************/
/******************** access ********************/
/******************** sv(サブビジュアル) ********************/
/******************** news一覧ページ ********************/
/******************** group_purchasing ********************/
/******************** beforeInitialize ********************/
/******************** infomation ********************/
/******************** itemInfo ********************/
/******************** about ********************/
/******************** access ********************/
/******************** group_purchasing ********************/
/******************** financial ********************/
/******************** automatic_payment ********************/
/******************** agency ********************/
/******************** welfare ********************/
/******************** educational ********************/
/******************** insurance ********************/
body#purchaseform .main-inner,
body#purchaseform_confirm .main-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 355px;
}

@media (min-width: 768px) {

  body#purchaseform .main-inner,
  body#purchaseform_confirm .main-inner {
    max-width: 1100px;
  }
}

body#purchaseform .main input::placeholder,
body#purchaseform .main textarea::placeholder,
body#purchaseform_confirm .main input::placeholder,
body#purchaseform_confirm .main textarea::placeholder {
  font-size: 1.4rem;
}

body#purchaseform table,
body#purchaseform_confirm table {
  width: 100%;
}

body#purchaseform table th,
body#purchaseform_confirm table th {
  background-color: #edfaef;
  text-align: center;
}

body#purchaseform table th,
body#purchaseform table td,
body#purchaseform_confirm table th,
body#purchaseform_confirm table td {
  border: solid 1px #cccccc;
  padding: 10px 20px;
  vertical-align: middle;
}

body#purchaseform table input,
body#purchaseform_confirm table input {
  text-align: center;
  padding: 10px;
  width: 100%;
  background: #eeeeee;
}

body#purchaseform table textarea,
body#purchaseform_confirm table textarea {
  background: #eeeeee;
  width: 100%;
  resize: none;
  padding: 10px;
}

body#purchaseform .bookTable th,
body#purchaseform_confirm .bookTable th {
  text-align: center;
}

body#purchaseform .bookTable th,
body#purchaseform .bookTable td,
body#purchaseform_confirm .bookTable th,
body#purchaseform_confirm .bookTable td {
  width: 15%;
  padding: 10px 5px;
}

body#purchaseform .bookTable th:first-child,
body#purchaseform .bookTable td:first-child,
body#purchaseform_confirm .bookTable th:first-child,
body#purchaseform_confirm .bookTable td:first-child {
  width: 40%;
}

body#purchaseform .bookTable td,
body#purchaseform_confirm .bookTable td {
  text-align: center;
}

body#purchaseform .bookTable td button,
body#purchaseform_confirm .bookTable td button {
  margin: 0 auto;
  display: block;
  border: solid 2px #999999;
  border-radius: 5px;
  box-shadow: 0 3px 0 #d0d0d0;
}

body#purchaseform .bookTable td button svg,
body#purchaseform_confirm .bookTable td button svg {
  fill: #999999;
}

body#purchaseform .hopebookTable-name,
body#purchaseform_confirm .hopebookTable-name {
  width: 70%;
}

body#purchaseform .hopebookTable-selectBox,
body#purchaseform_confirm .hopebookTable-selectBox {
  border: solid 1px #cccccc;
  padding: 10px;
  width: 100%;
  position: relative;
}

body#purchaseform .hopebookTable-selectBox select,
body#purchaseform_confirm .hopebookTable-selectBox select {
  width: 100%;
  letter-spacing: 0.12rem;
}

body#purchaseform .hopebookTable-selectBox::after,
body#purchaseform_confirm .hopebookTable-selectBox::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #222;
  border-right: solid 2px #222;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  right: 15px;
}

body#purchaseform .receiptTable h5,
body#purchaseform_confirm .receiptTable h5 {
  font-weight: 600;
}

body#purchaseform .receiptTable th:nth-of-type(1),
body#purchaseform_confirm .receiptTable th:nth-of-type(1) {
  width: 60%;
}

body#purchaseform .receiptTable th:nth-of-type(2),
body#purchaseform .receiptTable th:nth-of-type(3),
body#purchaseform_confirm .receiptTable th:nth-of-type(2),
body#purchaseform_confirm .receiptTable th:nth-of-type(3) {
  width: 20%;
}

body#purchaseform .receiptTable th,
body#purchaseform .receiptTable td,
body#purchaseform_confirm .receiptTable th,
body#purchaseform_confirm .receiptTable td {
  padding: 10px 15px;
}

body#purchaseform .textareaTable th,
body#purchaseform_confirm .textareaTable th {
  text-align: left;
}

body#purchaseform .textareaTable td,
body#purchaseform_confirm .textareaTable td {
  padding: 20px;
}

body#purchaseform .purchaseBtn div,
body#purchaseform_confirm .purchaseBtn div {
  position: relative;
  width: 250px;
  margin: 0 auto;
  padding: 20px;
  font-weight: 600;
  text-align: center;
  border-radius: 10px;
  border: solid 1px #cccccc;
}

body#purchaseform .purchaseBtn div:first-child:before,
body#purchaseform_confirm .purchaseBtn div:first-child:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #32a63f;
  transform: rotate(180deg);
  top: 50%;
  left: 15px;
  margin-top: -5px;
}

body#purchaseform .sec-customer h3,
body#purchaseform_confirm .sec-customer h3 {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding-left: 20px;
  border-bottom: solid 1px #32a63f;
}

body#purchaseform .sec-customer h3:before,
body#purchaseform_confirm .sec-customer h3:before {
  content: "";
  position: absolute;
  background-color: #32a63f;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 4px;
  left: 0px;
  top: 3px;
}

body#purchaseform .sec-customer h3+p,
body#purchaseform_confirm .sec-customer h3+p {
  line-height: 1.5;
}

body#purchaseform .sec-customer .submitBox,
body#purchaseform_confirm .sec-customer .submitBox {
  padding: 20px;
  background: #32a63f;
  width: 250px;
  margin: 0 auto;
  border-radius: 10px;
  text-align: center;
}

body#purchaseform .sec-customer .submitBox input,
body#purchaseform_confirm .sec-customer .submitBox input {
  font-weight: 600;
  color: #fff;
}

body#purchaseform .customerTable tr:last-child td,
body#purchaseform_confirm .customerTable tr:last-child td {
  border-bottom: solid 1px #cccccc;
}

body#purchaseform .customerTable th,
body#purchaseform_confirm .customerTable th {
  text-align: left;
  border: solid 1px;
}

body#purchaseform .customerTable td,
body#purchaseform_confirm .customerTable td {
  border: none;
  border-right: solid 1px #cccccc;
  border-left: solid 1px #cccccc;
}

body#purchaseform .customerTable th,
body#purchaseform_confirm .customerTable th {
  border: solid 1px #cccccc;
  border-bottom: none;
}

body#purchaseform .customerTable th,
body#purchaseform .customerTable td,
body#purchaseform_confirm .customerTable th,
body#purchaseform_confirm .customerTable td {
  width: 100%;
  display: block;
}

body#purchaseform .customerTable span,
body#purchaseform_confirm .customerTable span {
  color: #c42626;
}

body#purchaseform .customerTable input,
body#purchaseform_confirm .customerTable input {
  text-align: left;
}

body#purchaseform .customerTable select,
body#purchaseform_confirm .customerTable select {
  border: solid 1px #cccccc;
  padding: 10px 20px;
  width: 100%;
}

body#purchaseform .customerTable .triangle,
body#purchaseform_confirm .customerTable .triangle {
  width: 50%;
  position: relative;
}

body#purchaseform .customerTable .triangle::after,
body#purchaseform_confirm .customerTable .triangle::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #222;
  border-right: solid 2px #222;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
  transform: rotate(45deg);
}

body#purchaseform .customerTable .td-flex,
body#purchaseform_confirm .customerTable .td-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

body#purchaseform .privacy-area,
body#purchaseform_confirm .privacy-area {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

body#purchaseform .privacy-area a,
body#purchaseform_confirm .privacy-area a {
  width: auto;
  text-decoration: underline;
}

body#purchaseform .confirm_return,
body#purchaseform_confirm .confirm_return {
  background: #fff;
  width: 250px;
  margin: 0 auto;
  border-radius: 10px;
  text-align: center;
  border: solid 1px #32a63f;
}

body#purchaseform .confirm_return a,
body#purchaseform_confirm .confirm_return a {
  padding: 20px;
  font-weight: 600;
  color: #32a63f;
}

body#purchaseform .error,
body#purchaseform_confirm .error {
  text-align: center;
}

body#purchaseform .error h1,
body#purchaseform_confirm .error h1 {
  font-weight: 600;
  font-size: 2rem;
}

body#purchaseform .error a,
body#purchaseform_confirm .error a {
  padding: 15px;
  font-weight: 600;
  color: #fff;
  background: #32a63f;
  border-radius: 5px;
  max-width: 230px;
  margin: 0 auto;
}

body#purchaseform .sample_flex,
body#purchaseform_confirm .sample_flex {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
}

body#purchaseform .sample_flex article,
body#purchaseform_confirm .sample_flex article {
  width: 40%;
  padding: 5px;
}

body#purchaseform .sample_flex article img,
body#purchaseform_confirm .sample_flex article img {
  border: solid 1px #cccccc;
}

body#purchaseform .sample_flex h3,
body#purchaseform_confirm .sample_flex h3 {
  font-weight: 600;
  padding: 5px 0;
}

body#purchaseform .reservation-caution,
body#purchaseform_confirm .reservation-caution {
  font-size: 1.4rem;
}

body#purchaseform .reservation-checkBox,
body#purchaseform_confirm .reservation-checkBox {
  font-size: 1.6rem;
}

/******************** initialize ********************/
/******************** header ********************/
/******************** swiper ********************/
/******************** infomation ********************/
/******************** itemInfo ********************/
/******************** about ********************/
/******************** related ********************/
/******************** access ********************/
/******************** sv(サブビジュアル) ********************/
/******************** news一覧ページ ********************/
/******************** group_purchasing ********************/
body#rules .main-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 355px;
}

@media (min-width: 768px) {
  body#rules .main-inner {
    max-width: 1100px;
  }
}

body#rules .main a {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
}

body#rules .main li {
  padding: 10px 0;
}

body#rules .main span {
  border-bottom: solid 1px #222;
  margin-left: 10px;
}

body#rules .main .returnBtn {
  width: 250px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

body#rules .main .returnBtn a {
  padding: 15px;
  background: #32a63f;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  font-size: 1.4rem;
}

body#rules .main .returnBtn::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  right: 15px;
  margin-top: -5px;
}

@media (min-width: 768px) {
  body#rules .main-inner {
    max-width: 500px;
  }

  body#rules .main a {
    font-size: 1.8rem;
  }

  body#rules .main .returnBtn a {
    font-size: 1.5rem;
  }
}

/******************** initialize ********************/
/******************** header ********************/
/******************** swiper ********************/
/******************** infomation ********************/
/******************** itemInfo ********************/
/******************** about ********************/
/******************** related ********************/
/******************** access ********************/
/******************** sv(サブビジュアル) ********************/
/******************** news一覧ページ ********************/
/******************** group_purchasing ********************/
body#event {
  /* タイトルコンテンツ START */
  /* タイトルコンテンツ END */
  /* 申し込み案内コンテンツ START */
  /* 申し込み案内コンテンツ END */
  /* 講演会の詳細コンテンツ START */
  /* 講演会の詳細コンテンツ END */
}

body#event .main-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 355px;
}

@media (min-width: 768px) {
  body#event .main-inner {
    max-width: 1100px;
  }
}

body#event .sec01 h2 {
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
  line-height: 1.5;
}

body#event .sec01 p {
  line-height: 1.3;
}

body#event .sec01-download {
  text-align: center;
}

body#event .sec01-download a {
  display: block;
  width: 200px;
  margin: 0 auto;
}

body#event .sec02-appBox {
  border: solid 2px #32a63f;
  border-radius: 10px;
  padding: 20px;
}

body#event .sec02-appBox h3 {
  padding: 20px 0;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
  position: relative;
}

body#event .sec02-appBox h3::before,
body#event .sec02-appBox h3::after {
  content: "";
  display: inline-block;
  width: 20%;
  height: 1px;
  background-color: #32a63f;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

body#event .sec02-appBox h3::before {
  left: 0px;
}

body#event .sec02-appBox h3::after {
  right: 0px;
}

body#event .sec02-appBox a {
  display: block;
  background: #32a63f;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 15px;
  border-radius: 10px;
  font-size: 1.4rem;
  width: 240px;
  margin: 0 auto;
}

body#event .sec02-textFlex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

body#event .sec02-textFlex img {
  width: 102px;
}

body#event .sec02-textFlex p {
  font-size: 1.2rem;
}

body#event .sec02-textFlex p span {
  font-weight: 600;
  line-height: 1.5;
}

body#event .sec02-shimekiri {
  font-size: 1.4rem;
  text-align: center;
}

body#event .sec02-shimekiri span {
  font-weight: 600;
}

body#event .sec02 p._sp {
  text-align: center;
  line-height: 1.4;
}

body#event .sec02 p._sp span {
  font-weight: 600;
}

body#event .sec03 h2 {
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
  line-height: 1.5;
}

body#event .sec03-overview {
  border: solid 1px #cccccc;
}

body#event .sec03-overview h4 {
  text-align: center;
  font-weight: 600;
}

body#event .sec03-overview table {
  padding: 20px;
}

body#event .sec03-overview table td {
  line-height: 1.4;
  display: block;
  padding: 5px 15px;
}

body#event .sec03-overview table tr:not(:last-child) td:first-child {
  position: relative;
}

body#event .sec03-overview table tr:not(:last-child) td:first-child::before {
  content: "〇";
  color: #32a63f;
}

body#event .sec03-map iframe {
  max-width: 100%;
}

body#reservation .main-inner,
body#reservation_conf .main-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 355px;
}

@media (min-width: 768px) {

  body#reservation .main-inner,
  body#reservation_conf .main-inner {
    max-width: 1100px;
  }
}

body#reservation .main input::placeholder,
body#reservation .main textarea::placeholder,
body#reservation_conf .main input::placeholder,
body#reservation_conf .main textarea::placeholder {
  font-size: 1.4rem;
}

body#reservation dl dt,
body#reservation dl dd,
body#reservation_conf dl dt,
body#reservation_conf dl dd {
  line-height: 1.6;
}

body#reservation dl dt,
body#reservation_conf dl dt {
  font-size: 1.8rem;
  padding-left: 20px;
  position: relative;
  border-bottom: solid 1px #32a63f;
}

body#reservation dl dt:before,
body#reservation_conf dl dt:before {
  content: "";
  position: absolute;
  background-color: #32a63f;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 4px;
  left: 0px;
  top: 6px;
}

body#reservation table,
body#reservation_conf table {
  width: 100%;
}

body#reservation table th,
body#reservation_conf table th {
  background-color: #edfaef;
  text-align: center;
}

body#reservation table th,
body#reservation table td,
body#reservation_conf table th,
body#reservation_conf table td {
  border: solid 1px #cccccc;
  padding: 10px 20px;
  vertical-align: middle;
}

body#reservation table input,
body#reservation_conf table input {
  text-align: center;
  padding: 10px;
  width: 100%;
  background: #eeeeee;
}

body#reservation table textarea,
body#reservation_conf table textarea {
  background: #eeeeee;
  width: 100%;
  resize: none;
  padding: 10px;
}

body#reservation .customerTable tr:last-child td,
body#reservation_conf .customerTable tr:last-child td {
  border-bottom: solid 1px #cccccc;
}

body#reservation .customerTable th,
body#reservation_conf .customerTable th {
  text-align: left;
  border: solid 1px;
}

body#reservation .customerTable td,
body#reservation_conf .customerTable td {
  border: none;
  border-right: solid 1px #cccccc;
  border-left: solid 1px #cccccc;
}

body#reservation .customerTable th,
body#reservation_conf .customerTable th {
  border: solid 1px #cccccc;
  border-bottom: none;
}

body#reservation .customerTable th,
body#reservation .customerTable td,
body#reservation_conf .customerTable th,
body#reservation_conf .customerTable td {
  width: 100%;
  display: block;
}

body#reservation .customerTable span,
body#reservation_conf .customerTable span {
  color: #c42626;
}

body#reservation .customerTable input,
body#reservation_conf .customerTable input {
  text-align: left;
}

body#reservation .customerTable select,
body#reservation_conf .customerTable select {
  border: solid 1px #cccccc;
  padding: 10px 20px;
  width: 100%;
}

body#reservation .customerTable .triangle,
body#reservation_conf .customerTable .triangle {
  width: 50%;
  position: relative;
}

body#reservation .customerTable .triangle::after,
body#reservation_conf .customerTable .triangle::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #222;
  border-right: solid 2px #222;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
  transform: rotate(45deg);
}

body#reservation .customerTable .td-flex,
body#reservation_conf .customerTable .td-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

body#reservation .privacy-area,
body#reservation_conf .privacy-area {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

body#reservation .privacy-area a,
body#reservation_conf .privacy-area a {
  width: auto;
  text-decoration: underline;
}

body#reservation .submitBox,
body#reservation_conf .submitBox {
  padding: 20px;
  background: #32a63f;
  width: 250px;
  margin: 0 auto;
  border-radius: 10px;
  text-align: center;
}

body#reservation .submitBox input,
body#reservation_conf .submitBox input {
  font-weight: 600;
  color: #fff;
}

body#reservation .reservation-caution,
body#reservation_conf .reservation-caution {
  font-size: 1.4rem;
}

body#reservation .reservation-checkBox,
body#reservation_conf .reservation-checkBox {
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  body.home {
    /********** 注意書き **********/
    /********** ニュース **********/
    /********** 新刊書籍一覧 **********/
    /********** 研修のご案内 **********/
    /********** about **********/
    /********** 事業のご案内 **********/
    /********** いろんな情報のところ **********/
    /********** 関連企業 **********/
    /********** アクセス **********/
  }

  body.home .caution-inner {
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
  }

  body.home .caution-box {
    padding: 50px;
  }

  body.home .caution-ttl {
    font-size: 2rem;
    text-align: left;
  }

  body.home .caution-item,
  body.home .caution span {
    font-size: 1.6rem;
  }

  body.home .news-inner {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
  }

  body.home .news-item {
    padding: 10px 0;
  }

  body.home .news-ttl {
    width: 200px;
    padding: 20px 10px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

  body.home .news-ttlBg {
    background-color: #32a63f;
  }

  body.home .news-container {
    width: calc(100% - 200px);
    padding: 20px 30px;
  }

  body.home .news-container a {
    display: inline;
  }

  body.home .news-date,
  body.home .news-cap {
    font-size: 1.6rem;
  }

  body.home .newBook {
    position: relative;
    background: none;
  }

  body.home .newBook-bg {
    position: absolute;
    width: 100%;
    height: 460px;
    background: #edfaef;
    top: 0;
    z-index: -1;
  }

  body.home .newBook-mainttl {
    width: auto;
    max-width: 805px;
    height: auto;
    margin: 0 auto;
  }

  body.home .newBook-container {
    width: 180px;
    height: 350px;
    margin: 0 !important;
  }

  body.home .newBook-container:not(:last-child) {
    margin-right: 50px !important;
  }

  body.home .newBook-thumbnail {
    height: 220px;
  }

  body.home .newBook-innerBox {
    padding: 30px;
    height: 100%;
  }

  body.home .newBook-price p:last-child {
    font-size: 2.2rem;
  }

  body.home .newBook-linkContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  body.home .newBook-link {
    margin: 0 20px;
  }

  body.home .newBook-link a {
    font-size: 1.5rem;
  }

  body.home .training-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  body.home .training-ttl {
    font-size: 2rem;
  }

  body.home .training-update {
    font-size: 1.6rem;
  }

  body.home .training-container {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
  }

  body.home .training-container a {
    margin: 0 20px;
    width: calc(100% - 135px);
  }

  body.home .training-thumbnail {
    width: 95px;
    height: 95px;
  }

  body.home .training-thumbnail img {
    height: 100%;
  }

  body.home .training-top,
  body.home .training-bottom {
    width: 48%;
  }

  body.home .training .allBtn a,
  body.home .training .training-invoiceBtn a {
    font-size: 1.5rem;
  }

  body.home .about-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  body.home .about-img {
    width: 50%;
  }

  body.home .about-text {
    width: calc(48% - 50px);
    margin-left: 50px;
  }

  body.home .about-btn a {
    font-size: 1.5rem;
  }

  body.home .guide-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  body.home .guide-text {
    font-size: 1.6rem;
  }

  body.home .guide-top,
  body.home .guide-box {
    margin: 0;
  }

  body.home .guide-allbtn {
    margin-top: 80px;
  }

  body.home .guide-allbtn a {
    font-size: 1.5rem;
  }

  body.home .banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  body.home .banner-box {
    width: calc((100% - 20px) / 2);
  }

  body.home .infomation-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }

  body.home .infomation-top,
  body.home .infomation-middle,
  body.home .infomation-bottom {
    width: 350px;
  }

  body.home .infomation-box {
    padding: 20px 15px;
    padding-bottom: 0;
  }

  body.home .infomation-box .linkBox-top a,
  body.home .infomation-box .linkBox-middle a,
  body.home .infomation-box .linkBox-bottom a {
    font-size: 1.6rem;
    padding: 12px 20px;
  }

  body.home .related-icon {
    width: 48px;
    height: 48px;
  }

  body.home .related-openBtn {
    width: 400px;
    transition: 0.5s;
  }

  body.home .related-openBtn:hover {
    background: #32a63f;
    border-color: #fff;
  }

  body.home .related-openBtn:hover p {
    color: #fff;
  }

  body.home .related-openBtn:hover p::after {
    border-color: transparent transparent transparent #fff;
  }

  body.home .related .company-flex a {
    width: calc((100% - 40px) / 5);
  }

  body.home .related .company-flex img {
    width: 100%;
  }

  body.home .access-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  body.home .access-text {
    width: 35%;
    padding: 0 30px;
  }

  body.home .access-tel span,
  body.home .access-fax span {
    font-size: 1.6rem;
    margin-right: 10px;
  }

  body.home .access-tel p,
  body.home .access-fax p {
    font-size: 2.2rem;
  }

  body.home .access-btn {
    width: 240px;
  }

  body.home .access-map {
    width: 65%;
    padding-top: 50%;
  }

  body.home .access-btn {
    font-size: 1.5rem;
  }

  body#blog_list .main-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  body#blog_list .main .category-home {
    width: 250px;
    height: 68px;
    text-align: left;
  }

  body#blog_list .main .category-home a {
    font-size: 1.6rem;
    padding: 25px;
  }

  body#blog_list .main .category-ttl {
    width: 250px;
  }

  body#blog_list .main .category-ttl li {
    height: 68px;
  }

  body#blog_list .main .category-ttl li a {
    font-size: 1.6rem;
    padding: 25px;
  }

  body#blog_list .main .news {
    width: 70%;
  }

  body#blog_list .main .news-list a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    height: 68px;
  }

  body#blog_list .main .news-ttl {
    margin: 0;
  }

  body#blog_list .main .news-date,
  body#blog_list .main .news-cat {
    margin-right: 20px;
  }

  body#blog_list .main .news-date {
    font-size: 1.6rem;
  }

  body#blog_list .main .news-cat {
    font-size: 1.2rem;
  }

  body#blog_list .main .news-ttl {
    font-size: 1.6rem;
  }

  body#blog_item .main-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  body#blog_item .category-home {
    width: 250px;
    height: 68px;
    text-align: left;
  }

  body#blog_item .category-home a {
    font-size: 1.6rem;
    padding: 25px;
  }

  body#blog_item .category-ttl {
    width: 250px;
  }

  body#blog_item .category-ttl li {
    height: 68px;
  }

  body#blog_item .category-ttl li a {
    font-size: 1.6rem;
    padding: 25px;
  }

  body#blog_item .news {
    width: 70%;
  }

  body#about .greeting-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  body#about .greeting-content p {
    width: calc(100% - 280px);
    margin-right: 30px;
  }

  body#about .walk-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  body#about .walk-text {
    width: calc(100% - (32% + 20px));
    margin-right: 20px;
  }

  body#about .walk-member {
    width: 32%;
  }

  body#service .secBox-img {
    height: 240px;
  }

  body#service .secBox-img h1 {
    font-size: 3rem;
    text-align: left;
    padding-left: 40px;
  }

  body#service .secBox .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  body#group_purchasing section h4,
  body#group_purchasing section h5 {
    font-size: 2.4rem;
  }

  body#group_purchasing section .contactTtl {
    padding: 10px 0;
  }

  body#group_purchasing section .downloadlink img {
    width: 360px;
  }

  body#group_purchasing .sec-01 .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  body#group_purchasing .sec-01 .flex>div {
    width: 49%;
  }

  body#group_purchasing .sec-01 .flex>div .borderBox {
    padding: 15px 10px;
  }

  body#group_purchasing .sec-01 .flex>div .linkBtn {
    width: 80%;
  }

  body#group_purchasing .sec-01 .flex+h4+.flex>div {
    width: calc(100% - 519px);
  }

  body#group_purchasing .sec-01 .flex+h4+.flex>div+div {
    width: 519px;
  }

  body#group_purchasing .sec-02 .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  body#group_purchasing .sec-02 .flex div {
    width: calc(100% - 521px);
  }

  body#group_purchasing .sec-02 .flex div+div {
    width: 521px;
    margin: 0;
  }

  body#group_purchasing .sec-04 .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  body#group_purchasing .sec-04 .flex>p.centerBox {
    width: 100px;
    height: 100px;
    margin-right: 20px;
  }

  body#group_purchasing .sec-04 .flex>div {
    width: calc(100% - 500px);
  }

  body#group_purchasing .sec-04 .flex .downloadlink {
    width: 360px;
    margin-left: 20px;
  }

  body#group_purchasing .sec-05 .borderGray {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }

  body#group_purchasing .sec-05 .borderGray p {
    width: 25%;
  }

  body#group_purchasing .sec-05 .borderGray ul {
    width: 30%;
  }

  body#group_purchasing .sec-05 .borderGray div {
    width: 26%;
  }

  body#group_purchasing .sec-05 .borderGray div a {
    width: 100%;
  }

  body#group_purchasing .sec-06 .img-top {
    max-width: 701px;
    margin: 0 auto;
  }

  body#group_purchasing .sec-06 .img-top+div {
    max-width: 1040px;
    margin: 0 auto;
  }

  body#group_purchasing .sec-06 .bgGray {
    padding: 20px;
  }

  body#group_purchasing .sec-06 .ryokin {
    width: 80%;
  }

  body#group_purchasing .sec-06 .flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
  }

  body#group_purchasing .sec-07 .linkBtn {
    width: 35%;
  }

  body#group_purchasing .sec-07 .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  body#group_purchasing .sec-07 .flex div {
    width: 49%;
  }

  body#group_purchasing .sec-07 .flex div.flexListBox {
    width: 100%;
  }

  body#group_purchasing .sec-07 .flexList p {
    width: 20%;
  }

  body#group_purchasing .sec-07 .flexList p+p {
    width: 80%;
  }

  body#group_purchasing .sec-07 .nameBordValue li p {
    text-align: center;
  }

  body#group_purchasing .sec-07 .flex-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
  }

  body#group_purchasing .sec-07 .flex-bottom div {
    width: 32.3333333333%;
  }

  body#group_purchasing .sec-07 .flex-bottom div>div {
    width: 60%;
  }

  body#group_purchasing .sec-07 .flex-bottom div:nth-of-type(2) div {
    width: 45%;
  }

  body#group_purchasing .sec-07 .flex-bottom+.borderGray {
    width: 80%;
    margin: 0 auto;
    padding: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }

  body#group_purchasing .sec-07 .flex-bottom+.borderGray p {
    width: 65%;
  }

  body#group_purchasing .sec-07 .flex-bottom+.borderGray div {
    width: 35%;
  }

  body#group_purchasing .sec-07 .flex-bottom+.borderGray div a {
    width: 100%;
  }

  body#group_purchasing .sec-08 .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  body#group_purchasing .sec-08 .flex>div {
    width: 65%;
  }

  body#group_purchasing .sec-08 .flex>div+div {
    width: 33%;
    padding: 40px;
  }

  body#group_purchasing .sec-08 .flex>div+div img {
    width: 40%;
  }

  body#group_purchasing .sec-09 .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  body#group_purchasing .sec-09 .flex div {
    width: calc(100% - 276px);
  }

  body#group_purchasing .sec-09 .flex div+div {
    width: 256px;
  }

  body#group_purchasing .sec-10 .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  body#group_purchasing .sec-10 .flex div {
    width: calc(100% - 275px);
  }

  body#group_purchasing .sec-10 .flex div+div {
    width: 255px;
  }

  body#group_purchasing .sec-11 .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  body#group_purchasing .sec-11 .flex>div {
    width: calc(100% - 275px);
  }

  body#group_purchasing .sec-11 .flex>div+div {
    width: 255px;
  }

  body#group_purchasing .sec-12 .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  body#group_purchasing .sec-12 .flex>div {
    width: 72%;
  }

  body#group_purchasing .sec-12 .flex>div+div {
    width: 23%;
  }

  body#group_purchasing .sec-12 .borderGray {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }

  body#group_purchasing .sec-12 .borderGray>p {
    width: 25%;
  }

  body#group_purchasing .sec-12 .borderGray>ul {
    width: 35%;
  }

  body#group_purchasing .sec-12 .borderGray>div {
    width: 26%;
  }

  body#group_purchasing .sec-12 .borderGray .downloadlink img {
    width: 280px;
  }

  body#group_purchasing .sec-13 .borderGray {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }

  body#group_purchasing .sec-13 .borderGray>p {
    width: 24%;
  }

  body#group_purchasing .sec-13 .borderGray>ul {
    width: 25%;
  }

  body#group_purchasing .sec-13 .borderGray>div {
    width: 28%;
  }

  body#group_purchasing .sec-13 .borderGray .downloadlink img {
    width: 280px;
  }

  body#group_purchasing .sec-14 .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  body#group_purchasing .sec-14 .flex>div {
    width: calc(100% - 275px);
  }

  body#group_purchasing .sec-14 .flex>div+div {
    width: 255px;
  }

  body#group_purchasing .sec-14 .borderGray {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }

  body#group_purchasing .sec-14 .borderGray>p {
    width: 25%;
  }

  body#group_purchasing .sec-14 .borderGray>ul {
    width: 27%;
  }

  body#group_purchasing .sec-14 .borderGray>div {
    width: 28%;
  }

  body#group_purchasing .sec-14 .borderGray .downloadlink img {
    width: 280px;
  }

  body#group_purchasing .sec-15 .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  body#group_purchasing .sec-15 .flex>div {
    width: 75%;
  }

  body#group_purchasing .sec-15 .flex>div+div {
    width: 20%;
  }

  body#group_purchasing .sec-15 .borderGray {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }

  body#group_purchasing .sec-15 .borderGray>p {
    width: 30%;
  }

  body#group_purchasing .sec-15 .borderGray>ul {
    width: 25%;
  }

  body#group_purchasing .sec-15 .borderGray .downloadlink img {
    width: 280px;
  }

  body#group_purchasing .sec-16 .borderGray {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 75%;
    margin: 0 auto;
  }

  body#group_purchasing .sec-16 .contactTtl {
    width: 75%;
    margin: 0 auto;
  }

  body#group_purchasing .sec-17 .borderGray {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 75%;
    margin: 0 auto;
  }

  body#group_purchasing .sec-17 .contactTtl {
    width: 75%;
    margin: 0 auto;
  }

  body#group_purchasing .sec-18 .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  body#group_purchasing .sec-18 .flex>div {
    width: 75%;
  }

  body#group_purchasing .sec-18 .flex>div p.navBox {
    width: 40%;
  }

  body#group_purchasing .sec-18 .flex>div+div {
    width: 20%;
  }

  body#group_purchasing .sec-18 .borderGray {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 75%;
    margin: 0 auto;
  }

  body#group_purchasing .sec-18 .contactTtl {
    width: 75%;
    margin: 0 auto;
  }

  body#group_purchasing .sec-19 .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  body#group_purchasing .sec-19 .flex>div {
    width: calc(100% - 280px);
  }

  body#group_purchasing .sec-19 .flex>div p.navBox {
    width: 50%;
  }

  body#group_purchasing .sec-19 .flex>div+div {
    width: 204px;
  }

  body#group_purchasing .sec-19 .borderGray {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }

  body#group_purchasing .sec-19 .borderGray>p {
    width: 55%;
  }

  body#group_purchasing .sec-19 .borderGray>div {
    width: 40%;
  }

  body#group_purchasing .sec-19 .downloadlink {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: auto;
  }

  body#group_purchasing .sec-19 .downloadlink p,
  body#group_purchasing .sec-19 .downloadlink a {
    width: 50%;
  }

  body#group_purchasing .sec-19 .downloadlink a img {
    width: 280px;
  }

  body#group_purchasing .sec-20 .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  body#group_purchasing .sec-20 .flex>div {
    width: 75%;
  }

  body#group_purchasing .sec-20 .flex>div p.navBox {
    width: calc(100% - 258px);
  }

  body#group_purchasing .sec-20 .flex>div+div {
    width: 198px;
  }

  body#group_purchasing .sec-21 .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  body#group_purchasing .sec-21 .flex>div {
    width: calc(100% - 315px);
  }

  body#group_purchasing .sec-21 .flex>div+div {
    width: 255px;
  }

  body#group_purchasing .sec-22 .flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  body#group_purchasing .sec-22 .flex>p {
    width: 30%;
  }

  body#group_purchasing .sec-22 .flex>div {
    width: 35%;
  }

  body#group_purchasing .sec-22 .flex>div+div {
    width: 30%;
  }

  body#group_purchasing .sec-22 .borderGray {
    padding: 20px 10px;
  }

  body#group_purchasing .sec-22 .borderGray div a {
    width: 80%;
  }

  body#group_purchasing .sec-22 .downloadlink img {
    width: 280px;
  }

  body#group_purchasing .sec-23 .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  body#group_purchasing .sec-23 .flex>div {
    width: calc(100% - 315px);
  }

  body#group_purchasing .sec-23 .flex>div+div {
    width: 255px;
  }

  body#group_purchasing .sec-24 .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  body#group_purchasing .sec-24 .flex>div {
    width: calc(100% - 315px);
  }

  body#group_purchasing .sec-24 .flex>div+div {
    width: 255px;
  }

  body#group_purchasing .sec-25 .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  body#group_purchasing .sec-25 .flex>div {
    width: calc(100% - 315px);
  }

  body#group_purchasing .sec-25 .flex>div+div {
    width: 255px;
  }

  body#group_purchasing .news-inner {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
  }

  body#group_purchasing .news-ttlBg {
    background-color: #fe661d;
  }

  body#group_purchasing .news-ttl {
    width: 200px;
    padding: 20px 10px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

  body#group_purchasing .news-container {
    width: calc(100% - 200px);
    padding: 20px 30px;
  }

  body#group_purchasing .news-container a {
    display: inline;
  }

  body#group_purchasing .news-item {
    padding: 10px 0;
  }

  body#group_purchasing .news-date,
  body#group_purchasing .news-cap {
    font-size: 1.6rem;
  }

  body#agency .borderGray {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 70%;
    margin: 0 auto;
    padding: 35px 60px;
  }

  body#agency .borderGray p {
    width: 40%;
  }

  body#agency .borderGray li {
    font-size: 1.5rem;
  }

  body#agency .borderGray div {
    width: 60%;
  }

  body#financial .main h4 {
    font-size: 2.2rem;
  }

  body#financial .yerrowBox {
    max-width: 550px;
  }

  body#financial .borderGray {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
  }

  body#financial .borderGray div {
    width: 30%;
  }

  body#financial .borderGray div a {
    padding: 20px;
  }

  body#financial .img_box {
    max-width: 730px;
    margin: 0 auto;
  }

  body#financial .financial_logo {
    width: 330px;
    margin-left: 0%;
  }

  body#financial .office-list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }

  body#automatic_payment .main .skyBlueBox {
    margin: 0;
  }

  body#automatic_payment .main p {
    font-size: 1.8rem;
  }

  body#automatic_payment .main h5 {
    font-size: 2rem;
  }

  body#automatic_payment .attension h4,
  body#automatic_payment .honet-flowBox h4 {
    font-size: 2.2rem;
  }

  body#automatic_payment .attension h4 span,
  body#automatic_payment .honet-flowBox h4 span {
    font-size: 1.6rem;
  }

  body#automatic_payment .attension,
  body#automatic_payment .honet-flowBox {
    padding: 40px;
  }

  body#automatic_payment .honet-img {
    max-width: 832px;
    margin: 0 auto;
  }

  body#automatic_payment .honet-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  body#automatic_payment .honet-flex>div {
    width: 49%;
  }

  body#automatic_payment .honet-structure div {
    max-width: 410px;
    margin: 0 auto;
  }

  body#automatic_payment .honet-transferday {
    width: 70%;
    margin: 0 auto;
  }

  body#automatic_payment .honet-flowBox_imgBox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  body#automatic_payment .honet-flowBox_imgBox div {
    margin: 0 25px;
  }

  body#welfare section .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  body#welfare section .flex dl.group-plan_list {
    width: 49%;
  }

  body#welfare section .flex dl.group-plan_list span {
    letter-spacing: 0;
  }

  body#welfare section .gan-qr {
    width: 75px;
  }

  body#welfare section .middleBox {
    width: 65%;
    margin: 0 auto;
  }

  body#welfare section .middleBox.addressBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 40px;
  }

  body#welfare section .addressBox {
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  body#welfare section .addressBox-ttl {
    width: 30%;
  }

  body#welfare section .addressBox-ttl+ul {
    width: 60%;
  }

  body#welfare section .lightgreenBox {
    max-width: 550px;
    width: 100%;
    text-align: center;
  }

  body#welfare section .hospital {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  body#welfare section .hospital-company {
    font-size: 1.6rem;
  }

  body#welfare section .hospital-ttl {
    font-size: 2rem;
  }

  body#welfare section .hospital-left,
  body#welfare section .hospital-center,
  body#welfare section .hospital-right {
    width: 33.3333333333%;
  }

  body#welfare section .hospital-img {
    max-width: 550px;
    margin: 0 auto;
  }

  /* ★★ タブ以上 */

  body#welfare section .flex-sec07 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 20px;
  }

  body#welfare section .flex-photo-sec07 img {
    width: 250px;
  }

  body#welfare section .flex-img-sec07 {
    margin-top: 20%;
  }


  /* ★★ */

  body#welfare section .humanDoc {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }

  body#welfare section .humanDoc-left {
    padding: 60px 40px;
    width: 275px;
    margin-right: 60px;
  }

  body#welfare section .humanDoc-center,
  body#welfare section .humanDoc-right {
    width: calc((100% - 335px) / 2);
  }

  body#welfare section .humanDoc-right div {
    width: 300px;
  }

  body#welfare section .humanDoc-right div a {
    font-size: 1.5rem;
  }

  body#welfare section .greenBorder {
    max-width: 700px;
    margin: 0 auto;
  }

  body#welfare section .addressBox_2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  body#welfare section .addressBox_2-left {
    width: 35%;
  }

  body#welfare section .addressBox_2-left p {
    font-size: 1.8rem;
  }

  body#welfare section .addressBox_2-left h6 {
    font-size: 2.4rem;
  }

  body#welfare section .addressBox_2-right {
    width: 65%;
    padding: 20px 40px;
  }

  body#welfare section .addressBox_2-right li {
    font-size: 1.5rem;
  }

  body#welfare section .addressBox_2+ul {
    padding-left: 40px;
  }

  body#welfare section h4 {
    font-size: 2.4rem;
  }

  body#welfare section .plan-flex {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  body#welfare section .plan-box {
    width: 50%;
  }

  body#welfare section .borderBox .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  body#welfare section .borderBox .flex dt {
    width: 120px;
    line-height: 1.5;
  }

  body#welfare section .borderBox .flex dt.b-circle {
    width: 100%;
    line-height: 1.5;
  }

  body#welfare section .borderBox .flex dd {
    width: calc(100% - 120px);
  }

  body#welfare section .borderBox-flex {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  body#welfare section .borderBox-flex .borderBox {
    width: 49%;
  }

  body#welfare section .borderBox-flex .borderBox .center {
    text-align: center;
  }

  body#welfare section .borderBox-flex .borderBox:first-child {
    padding: 30px 20px;
  }

  body#welfare section .hall-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  body#welfare section .hall-flex-wid {
    width: 32.3333333333%;
  }

  body#welfare section .hall dt {
    font-size: 2rem;
  }

  body#welfare section .hall p {
    text-align: center;
  }

  body#welfare section .hall-img {
    max-width: 826px;
    margin: 0 auto;
  }

  body#welfare section .contactBox {
    width: 80%;
    margin: 0 auto;
  }

  body#welfare section .b-circle-flex {
    display: flex;
  }

  body#welfare section .nyukai-flex-ttl {
    width: 90px;
  }

  body#welfare section .nyukai-flex-mg {
    margin-left: 90px;
  }

  body#educational .main #sec01 .gridContainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 40px;
  }

  body#educational .main article {
    padding: 80px 30px;
    padding-bottom: 40px;
  }

  body#educational .main article table {
    width: 100%;
  }

  body#educational .main article table th,
  body#educational .main article table td {
    display: table-cell;
    padding: 15px;
  }

  body#educational .main article table th {
    width: 20%;
  }

  body#educational .main article table td li {
    letter-spacing: 0.05em;
  }

  body#educational .main article table tr:first-child td {
    font-size: 2rem;
  }

  body#educational .main article table tr:last-child th {
    border-bottom: solid 1px #eeeeee;
  }

  body#educational .main article .table_img {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  body#educational .main article .table_img img {
    width: calc((100% - 40px) / 2);
  }

  body#educational .main .free-img {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 560px;
    margin: 0 auto;
  }

  body#educational .main .free-img_box {
    width: calc((100% - 40px) / 3);
  }

  body#educational .main .free-img_box img {
    height: 240px;
  }

  body#educational .main .free-img_box p {
    text-align: center;
    font-size: 1.4rem;
  }

  body#educational .main .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  body#educational .main .flex p {
    width: 70%;
  }

  body#insurance .main .pink_circle {
    display: inline-block;
    padding: 5px 20px;
  }

  body#insurance .main .sec-02 div>.rinen>li {
    font-size: 2.4rem;
  }

  body#insurance .main .flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  body#insurance .main .flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  body#insurance .main .flex-around {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }

  body#insurance .main .downloadBox {
    padding: 30px 40px;
  }

  body#insurance .main .borderBox {
    padding: 35px;
  }

  body#insurance .main .borderBox ul {
    margin-top: 0;
  }

  body#insurance .main .borderBox ul li {
    padding: 0;
  }

  body#insurance .main .borderBox .downloadBox {
    margin-top: 0;
  }

  body#insurance .main .center {
    text-align: center;
  }

  body#insurance .main .pinkBorderBox {
    max-width: 730px;
    margin: 0 auto;
  }

  body#insurance .main .subsec-01 .img_1 {
    position: static;
    left: 0;
    transform: translateX(0%);
    margin-right: 60px;
  }

  body#insurance .main .subsec-01 .img_2 {
    width: 838px;
    margin: 0 auto;
  }

  body#insurance .main .subsec-01 .flex-between {
    align-items: flex-start;
  }

  body#insurance .main .subsec-01 .rinen>li {
    font-size: 2.4rem;
  }

  body#insurance .main .subsec-03 .flex-between div {
    width: calc(100% - 458px);
  }

  body#insurance .main .subsec-03 .flex-between img {
    width: 220px;
  }

  body#insurance .main .subsec-04 .flex-between {
    align-items: flex-start;
  }

  body#insurance .main .subsec-04 .flex-between>div {
    width: 65%;
  }

  body#insurance .main .subsec-04 .flex-between>div+div {
    width: 33%;
  }

  body#insurance .main .subsec-05 .flex-between div {
    width: 65%;
  }

  body#insurance .main .subsec-05 .flex-between img {
    width: auto;
  }

  body#insurance .main .subsec-06 .flex-between {
    width: 95%;
  }

  body#insurance .main .subsec-06 .flex-between p {
    width: 70%;
  }

  body#insurance .main .subsec-06 .flex-between img {
    width: 280px;
    position: static;
    left: 0;
    transform: translateX(0%);
  }

  body#insurance .main .subsec-08 .pink_hdr {
    font-size: 2.4rem;
  }

  body#insurance .main .subsec-08 .pink_hdr span {
    font-size: 2rem;
  }

  body#insurance .main .subsec-08 .pink_hdr:before {
    top: 10px;
  }

  body#insurance .main .subsec-09 .flex-between>div {
    width: 68%;
  }

  body#insurance .main .subsec-09 .flex-between>div+div {
    width: 30%;
  }

  body#insurance .main .subsec-09 .flex-between>div+div ul li {
    font-size: 2rem;
  }

  body#insurance .main .subsec-09 .img_3 {
    width: auto;
    position: static;
    left: 0;
    transform: translateX(0%);
  }

  body#insurance .main .subsec-13 .flex-between>div {
    width: 58%;
  }

  body#insurance .main .subsec-13 .flex-between>div+div {
    width: 40%;
  }

  body#insurance .main .subsec-13 .flex-between dl {
    width: 70%;
  }

  body#insurance .main .subsec-13 .flex-between .img_4 {
    width: auto;
    position: static;
    left: 0;
    transform: translateX(0%);
  }

  body#insurance .main .subsec-14 ul li ul li::before {
    content: "　";
  }

  body#insurance .main .subsec-15 .flex-between>div {
    width: 58%;
  }

  body#insurance .main .subsec-15 .flex-between>div+div {
    width: 40%;
  }

  body#insurance .main .subsec-15 .flex-between dl {
    width: 70%;
  }

  body#insurance .main .subsec-15 .flex-between .img_5 {
    width: auto;
    position: static;
    left: 0;
    transform: translateX(0%);
  }

  body#insurance .main .subsec-16 .imgBox {
    max-width: 1040px;
    margin: 0 auto;
  }

  body#insurance .main .subsec-16 .borderBox,
  body#insurance .main .subsec-16 .contactTtl {
    width: 730px;
    margin: 0 auto;
  }

  body#insurance .main .subsec-19 .flex-between div {
    width: 70%;
  }

  body#insurance .main .subsec-19 .flex-between .img_6 {
    width: auto;
    position: static;
    left: 0;
    transform: translateX(0%);
  }

  body#insurance .main .subsec-19 .flex-between p span {
    font-size: 2rem;
  }

  body#insurance .main .subsec-19 .borderBox,
  body#insurance .main .subsec-19 .contactTtl {
    width: 730px;
    margin: 0 auto;
  }

  body#insurance .main .subsec-19 .borderBox div,
  body#insurance .main .subsec-19 .contactTtl div {
    width: auto;
  }

  body#insurance .main .subsec-20 .flex-between div {
    width: 70%;
  }

  body#insurance .main .subsec-20 .flex-between .img_7 {
    width: auto;
    position: static;
    left: 0;
    transform: translateX(0%);
  }

  body#insurance .main .subsec-21 .flex-between>div {
    width: 49%;
  }

  body#insurance .main .subsec-21 .flex-between>div p {
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }

  body#insurance .main .subsec-21 .flex-between>div .borderBox {
    width: auto;
  }

  body#insurance .main .subsec-21 .img_10 {
    max-width: 730px;
    margin: 0 auto;
  }

  body#insurance .main .subsec-21 .borderBox,
  body#insurance .main .subsec-21 .contactTtl {
    width: 730px;
    margin: 0 auto;
  }

  body#insurance .main .subsec-21 .borderBox div,
  body#insurance .main .subsec-21 .contactTtl div {
    width: auto;
  }

  body#insurance .main .subsec-21 .subsec21-txtbox {
    width: fit-content;
    margin: 0 auto;
  }

  body#insurance .main .subsec-21 .subsec21-pc-mbmt80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }


  body#insurance .main .subsec-23 .borderBox div.downloadBox {
    width: 280px;
  }

  body#insurance .main .subsec-24 .borderBox,
  body#insurance .main .subsec-24 .contactTtl {
    width: 730px;
    margin: 0 auto;
  }

  body#insurance .main .subsec-24 .borderBox div,
  body#insurance .main .subsec-24 .contactTtl div {
    width: auto;
  }

  body#insurance .main .subsec-25 .borderBox,
  body#insurance .main .subsec-25 .contactTtl {
    width: 730px;
    margin: 0 auto;
  }

  body#insurance .main .subsec-25 .borderBox div,
  body#insurance .main .subsec-25 .contactTtl div {
    width: auto;
  }

  body#insurance .main .sevenBox div .borderBox {
    width: auto;
  }

  body#blog_list .main-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  body#blog_list .main .category-home {
    width: 250px;
    height: 68px;
    text-align: left;
  }

  body#blog_list .main .category-home a {
    font-size: 1.6rem;
    padding: 25px;
  }

  body#blog_list .main .category-ttl {
    width: 250px;
  }

  body#blog_list .main .category-ttl li {
    height: 68px;
  }

  body#blog_list .main .category-ttl li a {
    font-size: 1.6rem;
    padding: 25px;
  }

  body#blog_list .main .news {
    width: 70%;
  }

  body#blog_list .main .news-list a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    height: 68px;
  }

  body#blog_list .main .news-ttl {
    margin: 0;
  }

  body#blog_list .main .news-date,
  body#blog_list .main .news-cat {
    margin-right: 20px;
  }

  body#blog_list .main .news-date {
    font-size: 1.6rem;
  }

  body#blog_list .main .news-cat {
    font-size: 1.2rem;
  }

  body#blog_list .main .news-ttl {
    font-size: 1.6rem;
  }

  body#blog_item .main-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  body#blog_item .category-home {
    width: 250px;
    height: 68px;
    text-align: left;
  }

  body#blog_item .category-home a {
    font-size: 1.6rem;
    padding: 25px;
  }

  body#blog_item .category-ttl {
    width: 250px;
  }

  body#blog_item .category-ttl li {
    height: 68px;
  }

  body#blog_item .category-ttl li a {
    font-size: 1.6rem;
    padding: 25px;
  }

  body#blog_item .news {
    width: 70%;
  }

  body#blog_list.post-type-archive-training .news-list a {
    height: 80px;
  }

  body#access .main table {
    width: 100%;
  }

  body#access .main table th,
  body#access .main table td {
    display: table-cell;
    padding: 25px;
  }

  body#access .main table th {
    width: 15%;
    border-right: solid 20px #fff;
  }

  body#access .main table td {
    width: calc(85% - 20px);
  }

  body#access .main .access_map {
    padding-bottom: 540px;
  }

  body#link .main h3 {
    font-size: 2.2rem;
  }

  body#link .main .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  body#link .main .flex-2 {
    width: 66.6666666667%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  body#link .main .flex-2 ul {
    width: calc((100% - 10px) / 2);
  }

  body#link .main ul {
    width: calc((100% - 20px) / 3);
    padding-top: 15px;
  }

  body#link .main li:first-child {
    border-top: solid 1px #cccccc;
  }

  body#link .main li:last-child {
    border-bottom: solid 1px #cccccc;
  }

  body#link .main section {
    padding: 40px;
  }

  body#contact .main table {
    margin: 80px 0;
  }

  body#contact .main table tr:last-child th,
  body#contact .main table tr:last-child td {
    border-bottom: solid 1px #cccccc;
  }

  body#contact .main table th,
  body#contact .main table td {
    display: table-cell;
    padding: 20px 10px;
  }

  body#contact .main table th {
    width: 30%;
    padding-left: 40px;
    border-right: solid 20px #fff;
  }

  body#contact .main table td {
    width: 70%;
    border-top: solid 1px #cccccc;
  }

  body#contact .main table textarea::placeholder,
  body#contact .main table .placeholder {
    font-size: 1.6rem;
  }

  body#contact .main table+p {
    text-align: center;
  }

  body#contact .main .contact-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  body#contact .main .contact-flex input {
    width: 444px;
  }

  body#contact .main span.privacy-policy {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  body#confirm .main table {
    margin: 80px 0;
  }

  body#confirm .main table tr:last-child th,
  body#confirm .main table tr:last-child td {
    border-bottom: solid 1px #cccccc;
  }

  body#confirm .main table th,
  body#confirm .main table td {
    display: table-cell;
    padding: 20px 10px;
  }

  body#confirm .main table th {
    width: 30%;
    padding-left: 40px;
    border-right: solid 20px #fff;
  }

  body#confirm .main table td {
    width: 70%;
    border-top: solid 1px #cccccc;
  }

  body#confirm .main .confirmBtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 500px;
  }

  body#confirm .main .confirmBtn input {
    width: calc((100% - 20px) / 2);
  }

  body#trainingform .main table,
  body#to_member .main table {
    margin: 80px 0;
  }

  body#trainingform .main table tr:last-child th,
  body#trainingform .main table tr:last-child td,
  body#to_member .main table tr:last-child th,
  body#to_member .main table tr:last-child td {
    border-bottom: solid 1px #cccccc;
  }

  body#trainingform .main table th,
  body#trainingform .main table td,
  body#to_member .main table th,
  body#to_member .main table td {
    display: table-cell;
    padding: 20px 10px;
  }

  body#trainingform .main table th,
  body#to_member .main table th {
    width: 30%;
    padding-left: 40px;
    border-right: solid 20px #fff;
  }

  body#trainingform .main table td,
  body#to_member .main table td {
    width: 70%;
    border-top: solid 1px #cccccc;
  }

  body#trainingform .main table textarea::placeholder,
  body#trainingform .main table input[type=text]::placeholder,
  body#trainingform .main table input[type=email]::placeholder,
  body#to_member .main table textarea::placeholder,
  body#to_member .main table input[type=text]::placeholder,
  body#to_member .main table input[type=email]::placeholder {
    font-size: 1.6rem;
  }

  body#trainingform_confirm .main table,
  body#to_member_confirm .main table {
    margin: 80px 0;
  }

  body#trainingform_confirm .main table tr:last-child th,
  body#trainingform_confirm .main table tr:last-child td,
  body#to_member_confirm .main table tr:last-child th,
  body#to_member_confirm .main table tr:last-child td {
    border-bottom: solid 1px #cccccc;
  }

  body#trainingform_confirm .main table th,
  body#trainingform_confirm .main table td,
  body#to_member_confirm .main table th,
  body#to_member_confirm .main table td {
    display: table-cell;
    padding: 20px 10px;
  }

  body#trainingform_confirm .main table th,
  body#to_member_confirm .main table th {
    width: 30%;
    padding-left: 40px;
    border-right: solid 20px #fff;
  }

  body#trainingform_confirm .main table td,
  body#to_member_confirm .main table td {
    width: 70%;
    border-top: solid 1px #cccccc;
  }

  body#trainingform_confirm .main .confirmBtn,
  body#to_member_confirm .main .confirmBtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 500px;
  }

  body#trainingform_confirm .main .confirmBtn input,
  body#to_member_confirm .main .confirmBtn input {
    width: calc((100% - 20px) / 2);
  }

  body#member .member-mv {
    text-align: center;
  }

  body#member .member-mv_img {
    width: 360px;
  }

  body#member .member-mv .downloadBox {
    padding: 40px;
    max-width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
  }

  body#member .member-mv .downloadBox-right,
  body#member .member-mv .downloadBox-left {
    width: 49%;
  }

  body#member .member-mv .downloadBox-left p {
    line-height: 3;
    vertical-align: middle;
  }

  body#member .tab {
    border-bottom: solid 1px #32a63f;
  }

  body#member .tab li {
    width: 96%;
    display: block;
    margin: 0 auto;
  }

  body#member .overview,
  body#member .schedule,
  body#member .announce {
    width: 1000px;
  }

  body#member .overview h3 {
    font-size: 2.2rem;
  }

  body#member .overview h3:before {
    top: 5px;
  }

  body#member .overview .rightBox {
    width: 390px;
    margin-left: auto;
  }

  body#member .overview-flex {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  body#member .overview-flex img {
    width: calc((100% - 20px) / 2);
  }

  body#member .overview-flex img:first-child {
    margin-left: 20px;
  }

  body#member .schedule p {
    text-align: right;
    font-size: 1.6rem;
  }

  body#member .schedule-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  body#member .schedule-flex p {
    text-align: left;
  }

  body#member .announce .infoBox {
    padding: 40px;
  }

  body#member .announce .infoBox dt {
    text-align: center;
  }

  body#member .service h2 {
    font-size: 2.6rem;
    margin-bottom: 60px;
    margin-top: 0px;
  }

  body#member .service h2.orange:before,
  body#member .service h2.yellow:before,
  body#member .service h2.skyblue:before,
  body#member .service h2.lightgreen:before,
  body#member .service h2.ashblue:before,
  body#member .service h2.peach:before,
  body#member .service h2.yellowgreen:before {
    top: 5px;
  }

  body#member .service-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  body#member .service-flex p {
    width: 330px;
  }

  body#member .service-flex a {
    width: 200px;
  }

  body#shop .shop_imageFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
  }

  body#shop .ttl h3 {
    font-size: 2.4rem;
  }

  body#shop .bookBox {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
  }

  body#shop .bookBox article {
    width: calc((100% - 20px) / 3);
  }

  body#shop .bookBox article:not(:nth-of-type(3n)) {
    margin-right: 10px;
  }

  body#shop .form-link {
    width: 400px;
    margin: 0 auto;
  }

  body#shop .form-link input {
    padding: 25px;
    font-size: 1.6rem;
  }

  body#shop .bookGuidance .ttl p,
  body#shop .bookGuidance .ttl p+h3 {
    text-align: left;
  }

  body#shop .bookGuidance-inner {
    max-width: 1000px;
  }

  body#shop .bookGuidance-flex {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
  }

  body#shop .bookGuidance-price {
    width: 38%;
    padding: 40px 60px;
  }

  body#shop .bookGuidance-price p.big span {
    font-size: 3rem;
  }

  body#shop .bookGuidance-caution p {
    font-size: 1.6rem;
  }

  body#shop .bookGuidance-caution .caution {
    font-size: 1.8rem;
  }

  body#shop .buy_caution {
    font-size: 1.6rem;
  }

  body#purchaseform .main input::placeholder,
  body#purchaseform .main textarea::placeholder,
  body#purchaseform_confirm .main input::placeholder,
  body#purchaseform_confirm .main textarea::placeholder {
    font-size: 1.6rem;
  }

  body#purchaseform .purchaseBtn,
  body#purchaseform_confirm .purchaseBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  body#purchaseform .purchaseBtn div,
  body#purchaseform_confirm .purchaseBtn div {
    width: 280px;
    margin: 0;
  }

  body#purchaseform .hopebookTable-name,
  body#purchaseform_confirm .hopebookTable-name {
    width: 80%;
  }

  body#purchaseform .hopebookTable-selectBox,
  body#purchaseform_confirm .hopebookTable-selectBox {
    width: 50%;
  }

  body#purchaseform .hopebookTable-title,
  body#purchaseform_confirm .hopebookTable-title {
    text-align: center;
  }

  body#purchaseform .receiptTable h5,
  body#purchaseform_confirm .receiptTable h5 {
    padding-left: 20px;
    position: relative;
  }

  body#purchaseform .receiptTable h5:before,
  body#purchaseform_confirm .receiptTable h5:before {
    content: "";
    position: absolute;
    background-color: #32a63f;
    display: inline-block;
    width: 15px;
    height: 15px;
    top: 4px;
    left: 0px;
    top: 2px;
  }

  body#purchaseform .customerTable th,
  body#purchaseform .customerTable td,
  body#purchaseform_confirm .customerTable th,
  body#purchaseform_confirm .customerTable td {
    display: table-cell;
  }

  body#purchaseform .customerTable th,
  body#purchaseform_confirm .customerTable th {
    width: 30%;
    border-right: none;
  }

  body#purchaseform .customerTable td,
  body#purchaseform_confirm .customerTable td {
    width: 70%;
    border-left: none;
    border-top: solid 1px #cccccc;
  }

  body#purchaseform .customerTable tr:last-child th,
  body#purchaseform_confirm .customerTable tr:last-child th {
    border-bottom: solid 1px #cccccc;
  }

  body#purchaseform .customerTable .triangle,
  body#purchaseform_confirm .customerTable .triangle {
    width: 40%;
  }

  body#purchaseform .sec-customer h3,
  body#purchaseform_confirm .sec-customer h3 {
    font-size: 2.2rem;
  }

  body#purchaseform .sec-customer h3:before,
  body#purchaseform_confirm .sec-customer h3:before {
    top: 4px;
  }

  body#purchaseform .sec-customer .submitBox,
  body#purchaseform_confirm .sec-customer .submitBox {
    width: 260px;
  }

  body#purchaseform .confirm_flexBox,
  body#purchaseform_confirm .confirm_flexBox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  body#purchaseform .sample_flex article,
  body#purchaseform_confirm .sample_flex article {
    width: 35%;
    padding: 0 20px;
  }

  body#purchaseform .reservation-caution,
  body#purchaseform_confirm .reservation-caution {
    font-size: 1.5rem;
  }

  body#purchaseform .reservation-checkBox,
  body#purchaseform_confirm .reservation-checkBox {
    font-size: 1.8rem;
  }

  body#event {
    /* タイトルコンテンツ START */
    /* タイトルコンテンツ END */
    /* 申し込み案内コンテンツ START */
    /* 申し込み案内コンテンツ END */
    /* 詳細情報コンテンツ START */
    /* 詳細情報コンテンツ END */
  }

  body#event .sec01 h2 {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
  }

  body#event .sec01-download {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }

  body#event .sec01-download a {
    padding-left: 10px;
  }

  body#event .sec01-download p {
    font-weight: 600;
    padding-right: 10px;
    padding-top: 30px;
  }

  body#event .sec01-download a {
    width: 360px;
    margin: 0;
  }

  body#event .sec01-download a img {
    width: 100%;
  }

  body#event .sec01 p.sec01-letter {
    letter-spacing: 1.5px;
    line-height: 1.5;
  }

  body#event .sec02-appBox {
    padding: 40px;
  }

  body#event .sec02-appBox h3 {
    font-size: 2.4rem;
    letter-spacing: 1px;
  }

  body#event .sec02-appBox h3::before,
  body#event .sec02-appBox h3::after {
    width: 35%;
  }

  body#event .sec02-appBox a {
    padding: 25px;
    width: 280px;
    font-size: 1.6rem;
  }

  body#event .sec02-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }

  body#event .sec02 a.weblink {
    margin: 0;
    margin-right: 40px;
  }

  body#event .sec02-textFlex {
    margin-left: 40px;
  }

  body#event .sec02-textFlex img {
    width: 100px;
  }

  body#event .sec02-shimekiri {
    font-size: 1.8rem;
    padding-bottom: 40px;
  }

  body#event .sec02 p._pc {
    text-align: center;
  }

  body#event .sec02 p._pc span {
    font-weight: 600;
  }

  body#event .sec03 h2 {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
  }

  body#event .sec03-overview h4 {
    font-size: 1.8rem;
    padding-top: 40px;
    padding-bottom: 20px;
    letter-spacing: 0.12em;
  }

  body#event .sec03-overview table {
    max-width: 760px;
    margin: 0 auto;
  }

  body#event .sec03-overview table td {
    display: table-cell;
    letter-spacing: 2px;
  }

  body#event .sec03-overview table td:first-child {
    width: 120px;
  }

  body#event .sec03-overview table tr:not(:last-child) td:first-child::before {
    padding-right: 5px;
  }

  body#reservation .main input::placeholder,
  body#reservation .main textarea::placeholder,
  body#reservation_conf .main input::placeholder,
  body#reservation_conf .main textarea::placeholder {
    font-size: 1.6rem;
  }

  body#reservation dl dt,
  body#reservation_conf dl dt {
    font-size: 2.2rem;
  }

  body#reservation dl dt:before,
  body#reservation_conf dl dt:before {
    top: 9px;
  }

  body#reservation .price_bold,
  body#reservation_conf .price_bold {
    font-size: 2rem;
    font-weight: 600;
  }

  body#reservation td._pc_table,
  body#reservation_conf td._pc_table {
    position: relative;
  }

  body#reservation td._pc_table::after,
  body#reservation_conf td._pc_table::after {
    position: absolute;
    content: "";
    width: 90px;
    height: 3px;
    background: #222;
    left: 40%;
    transform: translateX(-50%);
    top: 28px;
  }

  body#reservation .customerTable th,
  body#reservation .customerTable td,
  body#reservation_conf .customerTable th,
  body#reservation_conf .customerTable td {
    display: table-cell;
  }

  body#reservation .customerTable th,
  body#reservation_conf .customerTable th {
    width: 30%;
    border-right: none;
  }

  body#reservation .customerTable td,
  body#reservation_conf .customerTable td {
    width: 70%;
    border-left: none;
    border-top: solid 1px #cccccc;
  }

  body#reservation .customerTable tr:last-child th,
  body#reservation_conf .customerTable tr:last-child th {
    border-bottom: solid 1px #cccccc;
  }

  body#reservation .customerTable .triangle,
  body#reservation_conf .customerTable .triangle {
    width: 40%;
  }

  body#reservation .submitBox,
  body#reservation_conf .submitBox {
    width: 260px;
  }

  body#reservation .reservation-caution,
  body#reservation_conf .reservation-caution {
    font-size: 1.5rem;
  }

  body#reservation .reservation-checkBox,
  body#reservation_conf .reservation-checkBox {
    font-size: 1.8rem;
  }
}

/*# sourceMappingURL=style.css.map */