@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPMincho:wght@400;700&display=swap");
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

:root {
  --default-black: #333;
  --default-blue: #009CEF;
  --default-blue-dark: #0072B2;
  --default-white: #fff;
  --default-red-pale: #ffe5e5;
  --default-red: #FA5252;
  --default-red-dark: #c20505;
  --default-gray: #D1D1D1;
  --default-gray-light: #D5D5D5;
  --default-brown:#801E00;
  --default-yellow:#FDFD1A;
  --default-yellow-pale: #ffffbb;
  --base-gray-default: #F4F6F8;
  --base-gray-dark:#AFAFAF;
  --base-gray-dark-hover:#616060;
  --base-gray-light:#D9E2E6;
  --base-blue-default: #C0D9E0;
  --base-pink-default: #FFD8E8;
  --base-orange-default: #F6F3EA;
  --default-coop-blue:#21ADE5;
  --default-coop-green:#149F50;
  --default-coop-yellow:#FDD000;
  --default-coop-orange:#ED6D02;
}

:root {
  --font_base:16px/1.7 "BIZ UDGothic", "Roboto", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

body {
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.text_indent {
  padding-left: 1rem;
  text-indent: -1rem;
}

.color_red01 {
  color: var(--default-red);
}

a[href^=https],
a[href^="mailto:"] {
  word-break: break-all;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--default-blue);
  text-decoration: none;
  transition: all 0.5s;
}

@media all and (min-width: 768px) {
  .spOnly {
    display: none;
  }
}

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

.l-header {
  padding: 20px 10px 15px;
  border-top: solid 5px var(--default-black);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media all and (min-width: 768px) {
  .l-header {
    padding: 20px 50px 25px;
  }
}
@media all and (min-width: 768px) {
  .l-header .l-header_inner {
    width: 1020px;
    display: flex;
    justify-content: space-between;
  }
}

.l-header .l-header_logo {
  background: url(../common/logo.png) no-repeat left top;
  background-size: contain;
  width: 450px;
  height: 60px;
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  .l-header .l-header_logo {
    width: 100%;
    height: auto;
    padding-left: 70px;
  }
}
.l-header .l-header_logo a {
  display: block;
  width: 100%;
  color: var(--default-black);
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l-header .l-header_logo a {
    font-size: 0.875rem;
  }
}
.l-header .l-header_logo a span {
  font-size: 1.625rem;
}
@media screen and (max-width: 767px) {
  .l-header .l-header_logo a span {
    font-size: 1.25rem;
  }
}

#Top .l-header .l-header_logo a {
  pointer-events: none;
}

@media all and (min-width: 768px) {
  .l-header {
    display: flex;
    justify-content: space-between;
  }
}

footer {
  background: var(--default-black);
  margin-top: 80px;
  padding: 50px 0;
}

.l-footer {
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  .l-footer {
    width: 1020px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    width: 90%;
  }
}
.l-footer_logo {
  background: url(../common/logo_white.png) no-repeat left top;
  background-size: contain;
  width: 450px;
  height: 60px;
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  .l-footer_logo {
    width: 100%;
    height: auto;
    padding-left: 70px;
  }
}
.l-footer_logo a {
  display: block;
  width: 100%;
  color: var(--default-white);
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l-footer_logo a {
    font-size: 0.875rem;
  }
}
.l-footer_logo a span {
  font-size: 1.625rem;
}
@media screen and (max-width: 767px) {
  .l-footer_logo a span {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_menu {
    margin-top: 20px;
  }
}
@media all and (min-width: 768px) {
  .l-footer_menu li {
    display: inline-block;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_menu li {
    margin-top: 10px;
  }
}
.l-footer_menu li a {
  color: var(--default-white);
  padding-right: 25px;
  position: relative;
}
.l-footer_menu li a::after {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  width: 16px;
  height: 16px;
  background: url(../common/ico_blank.png) no-repeat center center;
  background-size: contain;
}

body {
  font: var(--font_base);
  color: var(--default-black);
  background: #fff;
}

html, body {
  height: 100%;
}

body > footer {
  position: sticky;
  top: 100vh;
}

.mainCont-inner {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .mainCont-inner {
    width: 92vw;
    margin-top: 20px;
  }
}
@media all and (min-width: 768px) {
  .mainCont-inner {
    width: 1020px;
    margin-top: 20px;
  }
}
@media all and (min-width: 768px) {
  .mainCont-inner.form {
    width: 950px;
  }
}

.c-title {
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 1.625rem;
    margin-bottom: 15px;
  }
}
@media all and (min-width: 768px) {
  .c-title {
    font-size: 2.1875rem;
    margin-bottom: 20px;
  }
}

.text_center,
.text_center_Pc,
.text_center_Sp {
  text-align: center;
}

.c-btn,
.c-btn a {
  text-decoration: none;
  cursor: pointer;
}

.c-btn_primary {
  display: block;
}

.btn_coop a {
  background: url(../common/logo_pc01.png) no-repeat top 20px center;
  background-size: 90% auto;
  font-size: 0;
  padding: 40px 0;
  cursor: pointer;
  display: block;
  border: 1px solid #0072B2;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .btn_coop a {
    background: url(../common/logo_sp01.png) no-repeat top 15px center;
    background-size: 90% auto;
    padding: 50px 0;
  }
}
.btn_coop a:hover {
  background: url(../common/logo_pc01.png) no-repeat top 20px center var(--base-gray-light);
  background-size: 90% auto;
}
@media screen and (max-width: 767px) {
  .btn_coop a:hover {
    background: url(../common/logo_sp01.png) no-repeat top 15px center;
    background-size: 90% auto;
  }
}

/* ==========================================================================
レイアウト関連
========================================================================== */
.mc {
  margin-left: auto !important;
  margin-right: auto !important;
}
@media all and (min-width: 768px) {
  .mc_Pc {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .mc_Sp {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.mt0 {
  margin-top: 0px !important;
}
@media all and (min-width: 768px) {
  .mt0_Pc {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .mt0_Sp {
    margin-top: 0px !important;
  }
}

.mb0 {
  margin-bottom: 0px !important;
}
@media all and (min-width: 768px) {
  .mb0_Pc {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .mb0_Sp {
    margin-bottom: 0px !important;
  }
}

.mr0 {
  margin-right: 0px !important;
}
@media all and (min-width: 768px) {
  .mr0_Pc {
    margin-right: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .mr0_Sp {
    margin-right: 0px !important;
  }
}

.ml0 {
  margin-left: 0px !important;
}
@media all and (min-width: 768px) {
  .ml0_Pc {
    margin-left: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .ml0_Sp {
    margin-left: 0px !important;
  }
}

.mt5 {
  margin-top: 5px !important;
}
@media all and (min-width: 768px) {
  .mt5_Pc {
    margin-top: 5px !important;
  }
}
@media screen and (max-width: 767px) {
  .mt5_Sp {
    margin-top: 5px !important;
  }
}

.mb5 {
  margin-bottom: 5px !important;
}
@media all and (min-width: 768px) {
  .mb5_Pc {
    margin-bottom: 5px !important;
  }
}
@media screen and (max-width: 767px) {
  .mb5_Sp {
    margin-bottom: 5px !important;
  }
}

.mr5 {
  margin-right: 5px !important;
}
@media all and (min-width: 768px) {
  .mr5_Pc {
    margin-right: 5px !important;
  }
}
@media screen and (max-width: 767px) {
  .mr5_Sp {
    margin-right: 5px !important;
  }
}

.ml5 {
  margin-left: 5px !important;
}
@media all and (min-width: 768px) {
  .ml5_Pc {
    margin-left: 5px !important;
  }
}
@media screen and (max-width: 767px) {
  .ml5_Sp {
    margin-left: 5px !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}
@media all and (min-width: 768px) {
  .mt10_Pc {
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .mt10_Sp {
    margin-top: 10px !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}
@media all and (min-width: 768px) {
  .mb10_Pc {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .mb10_Sp {
    margin-bottom: 10px !important;
  }
}

.mr10 {
  margin-right: 10px !important;
}
@media all and (min-width: 768px) {
  .mr10_Pc {
    margin-right: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .mr10_Sp {
    margin-right: 10px !important;
  }
}

.ml10 {
  margin-left: 10px !important;
}
@media all and (min-width: 768px) {
  .ml10_Pc {
    margin-left: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .ml10_Sp {
    margin-left: 10px !important;
  }
}

.mt15 {
  margin-top: 15px !important;
}
@media all and (min-width: 768px) {
  .mt15_Pc {
    margin-top: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .mt15_Sp {
    margin-top: 15px !important;
  }
}

.mb15 {
  margin-bottom: 15px !important;
}
@media all and (min-width: 768px) {
  .mb15_Pc {
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .mb15_Sp {
    margin-bottom: 15px !important;
  }
}

.mr15 {
  margin-right: 15px !important;
}
@media all and (min-width: 768px) {
  .mr15_Pc {
    margin-right: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .mr15_Sp {
    margin-right: 15px !important;
  }
}

.ml15 {
  margin-left: 15px !important;
}
@media all and (min-width: 768px) {
  .ml15_Pc {
    margin-left: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .ml15_Sp {
    margin-left: 15px !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}
@media all and (min-width: 768px) {
  .mt20_Pc {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .mt20_Sp {
    margin-top: 20px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media all and (min-width: 768px) {
  .mb20_Pc {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .mb20_Sp {
    margin-bottom: 20px !important;
  }
}

.mr20 {
  margin-right: 20px !important;
}
@media all and (min-width: 768px) {
  .mr20_Pc {
    margin-right: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .mr20_Sp {
    margin-right: 20px !important;
  }
}

.ml20 {
  margin-left: 20px !important;
}
@media all and (min-width: 768px) {
  .ml20_Pc {
    margin-left: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .ml20_Sp {
    margin-left: 20px !important;
  }
}

.mt25 {
  margin-top: 25px !important;
}
@media all and (min-width: 768px) {
  .mt25_Pc {
    margin-top: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .mt25_Sp {
    margin-top: 25px !important;
  }
}

.mb25 {
  margin-bottom: 25px !important;
}
@media all and (min-width: 768px) {
  .mb25_Pc {
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .mb25_Sp {
    margin-bottom: 25px !important;
  }
}

.mr25 {
  margin-right: 25px !important;
}
@media all and (min-width: 768px) {
  .mr25_Pc {
    margin-right: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .mr25_Sp {
    margin-right: 25px !important;
  }
}

.ml25 {
  margin-left: 25px !important;
}
@media all and (min-width: 768px) {
  .ml25_Pc {
    margin-left: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .ml25_Sp {
    margin-left: 25px !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}
@media all and (min-width: 768px) {
  .mt30_Pc {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .mt30_Sp {
    margin-top: 30px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media all and (min-width: 768px) {
  .mb30_Pc {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .mb30_Sp {
    margin-bottom: 30px !important;
  }
}

.mr30 {
  margin-right: 30px !important;
}
@media all and (min-width: 768px) {
  .mr30_Pc {
    margin-right: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .mr30_Sp {
    margin-right: 30px !important;
  }
}

.ml30 {
  margin-left: 30px !important;
}
@media all and (min-width: 768px) {
  .ml30_Pc {
    margin-left: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .ml30_Sp {
    margin-left: 30px !important;
  }
}

.mt35 {
  margin-top: 35px !important;
}
@media all and (min-width: 768px) {
  .mt35_Pc {
    margin-top: 35px !important;
  }
}
@media screen and (max-width: 767px) {
  .mt35_Sp {
    margin-top: 35px !important;
  }
}

.mb35 {
  margin-bottom: 35px !important;
}
@media all and (min-width: 768px) {
  .mb35_Pc {
    margin-bottom: 35px !important;
  }
}
@media screen and (max-width: 767px) {
  .mb35_Sp {
    margin-bottom: 35px !important;
  }
}

.mr35 {
  margin-right: 35px !important;
}
@media all and (min-width: 768px) {
  .mr35_Pc {
    margin-right: 35px !important;
  }
}
@media screen and (max-width: 767px) {
  .mr35_Sp {
    margin-right: 35px !important;
  }
}

.ml35 {
  margin-left: 35px !important;
}
@media all and (min-width: 768px) {
  .ml35_Pc {
    margin-left: 35px !important;
  }
}
@media screen and (max-width: 767px) {
  .ml35_Sp {
    margin-left: 35px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media all and (min-width: 768px) {
  .mt40_Pc {
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .mt40_Sp {
    margin-top: 40px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media all and (min-width: 768px) {
  .mb40_Pc {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .mb40_Sp {
    margin-bottom: 40px !important;
  }
}

.mr40 {
  margin-right: 40px !important;
}
@media all and (min-width: 768px) {
  .mr40_Pc {
    margin-right: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .mr40_Sp {
    margin-right: 40px !important;
  }
}

.ml40 {
  margin-left: 40px !important;
}
@media all and (min-width: 768px) {
  .ml40_Pc {
    margin-left: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .ml40_Sp {
    margin-left: 40px !important;
  }
}

.mt45 {
  margin-top: 45px !important;
}
@media all and (min-width: 768px) {
  .mt45_Pc {
    margin-top: 45px !important;
  }
}
@media screen and (max-width: 767px) {
  .mt45_Sp {
    margin-top: 45px !important;
  }
}

.mb45 {
  margin-bottom: 45px !important;
}
@media all and (min-width: 768px) {
  .mb45_Pc {
    margin-bottom: 45px !important;
  }
}
@media screen and (max-width: 767px) {
  .mb45_Sp {
    margin-bottom: 45px !important;
  }
}

.mr45 {
  margin-right: 45px !important;
}
@media all and (min-width: 768px) {
  .mr45_Pc {
    margin-right: 45px !important;
  }
}
@media screen and (max-width: 767px) {
  .mr45_Sp {
    margin-right: 45px !important;
  }
}

.ml45 {
  margin-left: 45px !important;
}
@media all and (min-width: 768px) {
  .ml45_Pc {
    margin-left: 45px !important;
  }
}
@media screen and (max-width: 767px) {
  .ml45_Sp {
    margin-left: 45px !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}
@media all and (min-width: 768px) {
  .mt50_Pc {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .mt50_Sp {
    margin-top: 50px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media all and (min-width: 768px) {
  .mb50_Pc {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .mb50_Sp {
    margin-bottom: 50px !important;
  }
}

.mr50 {
  margin-right: 50px !important;
}
@media all and (min-width: 768px) {
  .mr50_Pc {
    margin-right: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .mr50_Sp {
    margin-right: 50px !important;
  }
}

.ml50 {
  margin-left: 50px !important;
}
@media all and (min-width: 768px) {
  .ml50_Pc {
    margin-left: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .ml50_Sp {
    margin-left: 50px !important;
  }
}

.mt55 {
  margin-top: 55px !important;
}
@media all and (min-width: 768px) {
  .mt55_Pc {
    margin-top: 55px !important;
  }
}
@media screen and (max-width: 767px) {
  .mt55_Sp {
    margin-top: 55px !important;
  }
}

.mb55 {
  margin-bottom: 55px !important;
}
@media all and (min-width: 768px) {
  .mb55_Pc {
    margin-bottom: 55px !important;
  }
}
@media screen and (max-width: 767px) {
  .mb55_Sp {
    margin-bottom: 55px !important;
  }
}

.mr55 {
  margin-right: 55px !important;
}
@media all and (min-width: 768px) {
  .mr55_Pc {
    margin-right: 55px !important;
  }
}
@media screen and (max-width: 767px) {
  .mr55_Sp {
    margin-right: 55px !important;
  }
}

.ml55 {
  margin-left: 55px !important;
}
@media all and (min-width: 768px) {
  .ml55_Pc {
    margin-left: 55px !important;
  }
}
@media screen and (max-width: 767px) {
  .ml55_Sp {
    margin-left: 55px !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}
@media all and (min-width: 768px) {
  .mt60_Pc {
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .mt60_Sp {
    margin-top: 60px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media all and (min-width: 768px) {
  .mb60_Pc {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .mb60_Sp {
    margin-bottom: 60px !important;
  }
}

.mr60 {
  margin-right: 60px !important;
}
@media all and (min-width: 768px) {
  .mr60_Pc {
    margin-right: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .mr60_Sp {
    margin-right: 60px !important;
  }
}

.ml60 {
  margin-left: 60px !important;
}
@media all and (min-width: 768px) {
  .ml60_Pc {
    margin-left: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .ml60_Sp {
    margin-left: 60px !important;
  }
}

.mt65 {
  margin-top: 65px !important;
}
@media all and (min-width: 768px) {
  .mt65_Pc {
    margin-top: 65px !important;
  }
}
@media screen and (max-width: 767px) {
  .mt65_Sp {
    margin-top: 65px !important;
  }
}

.mb65 {
  margin-bottom: 65px !important;
}
@media all and (min-width: 768px) {
  .mb65_Pc {
    margin-bottom: 65px !important;
  }
}
@media screen and (max-width: 767px) {
  .mb65_Sp {
    margin-bottom: 65px !important;
  }
}

.mr65 {
  margin-right: 65px !important;
}
@media all and (min-width: 768px) {
  .mr65_Pc {
    margin-right: 65px !important;
  }
}
@media screen and (max-width: 767px) {
  .mr65_Sp {
    margin-right: 65px !important;
  }
}

.ml65 {
  margin-left: 65px !important;
}
@media all and (min-width: 768px) {
  .ml65_Pc {
    margin-left: 65px !important;
  }
}
@media screen and (max-width: 767px) {
  .ml65_Sp {
    margin-left: 65px !important;
  }
}

.mt70 {
  margin-top: 70px !important;
}
@media all and (min-width: 768px) {
  .mt70_Pc {
    margin-top: 70px !important;
  }
}
@media screen and (max-width: 767px) {
  .mt70_Sp {
    margin-top: 70px !important;
  }
}

.mb70 {
  margin-bottom: 70px !important;
}
@media all and (min-width: 768px) {
  .mb70_Pc {
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 767px) {
  .mb70_Sp {
    margin-bottom: 70px !important;
  }
}

.mr70 {
  margin-right: 70px !important;
}
@media all and (min-width: 768px) {
  .mr70_Pc {
    margin-right: 70px !important;
  }
}
@media screen and (max-width: 767px) {
  .mr70_Sp {
    margin-right: 70px !important;
  }
}

.ml70 {
  margin-left: 70px !important;
}
@media all and (min-width: 768px) {
  .ml70_Pc {
    margin-left: 70px !important;
  }
}
@media screen and (max-width: 767px) {
  .ml70_Sp {
    margin-left: 70px !important;
  }
}

.mt75 {
  margin-top: 75px !important;
}
@media all and (min-width: 768px) {
  .mt75_Pc {
    margin-top: 75px !important;
  }
}
@media screen and (max-width: 767px) {
  .mt75_Sp {
    margin-top: 75px !important;
  }
}

.mb75 {
  margin-bottom: 75px !important;
}
@media all and (min-width: 768px) {
  .mb75_Pc {
    margin-bottom: 75px !important;
  }
}
@media screen and (max-width: 767px) {
  .mb75_Sp {
    margin-bottom: 75px !important;
  }
}

.mr75 {
  margin-right: 75px !important;
}
@media all and (min-width: 768px) {
  .mr75_Pc {
    margin-right: 75px !important;
  }
}
@media screen and (max-width: 767px) {
  .mr75_Sp {
    margin-right: 75px !important;
  }
}

.ml75 {
  margin-left: 75px !important;
}
@media all and (min-width: 768px) {
  .ml75_Pc {
    margin-left: 75px !important;
  }
}
@media screen and (max-width: 767px) {
  .ml75_Sp {
    margin-left: 75px !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}
@media all and (min-width: 768px) {
  .mt80_Pc {
    margin-top: 80px !important;
  }
}
@media screen and (max-width: 767px) {
  .mt80_Sp {
    margin-top: 80px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media all and (min-width: 768px) {
  .mb80_Pc {
    margin-bottom: 80px !important;
  }
}
@media screen and (max-width: 767px) {
  .mb80_Sp {
    margin-bottom: 80px !important;
  }
}

.mr80 {
  margin-right: 80px !important;
}
@media all and (min-width: 768px) {
  .mr80_Pc {
    margin-right: 80px !important;
  }
}
@media screen and (max-width: 767px) {
  .mr80_Sp {
    margin-right: 80px !important;
  }
}

.ml80 {
  margin-left: 80px !important;
}
@media all and (min-width: 768px) {
  .ml80_Pc {
    margin-left: 80px !important;
  }
}
@media screen and (max-width: 767px) {
  .ml80_Sp {
    margin-left: 80px !important;
  }
}

.mt85 {
  margin-top: 85px !important;
}
@media all and (min-width: 768px) {
  .mt85_Pc {
    margin-top: 85px !important;
  }
}
@media screen and (max-width: 767px) {
  .mt85_Sp {
    margin-top: 85px !important;
  }
}

.mb85 {
  margin-bottom: 85px !important;
}
@media all and (min-width: 768px) {
  .mb85_Pc {
    margin-bottom: 85px !important;
  }
}
@media screen and (max-width: 767px) {
  .mb85_Sp {
    margin-bottom: 85px !important;
  }
}

.mr85 {
  margin-right: 85px !important;
}
@media all and (min-width: 768px) {
  .mr85_Pc {
    margin-right: 85px !important;
  }
}
@media screen and (max-width: 767px) {
  .mr85_Sp {
    margin-right: 85px !important;
  }
}

.ml85 {
  margin-left: 85px !important;
}
@media all and (min-width: 768px) {
  .ml85_Pc {
    margin-left: 85px !important;
  }
}
@media screen and (max-width: 767px) {
  .ml85_Sp {
    margin-left: 85px !important;
  }
}

.mt90 {
  margin-top: 90px !important;
}
@media all and (min-width: 768px) {
  .mt90_Pc {
    margin-top: 90px !important;
  }
}
@media screen and (max-width: 767px) {
  .mt90_Sp {
    margin-top: 90px !important;
  }
}

.mb90 {
  margin-bottom: 90px !important;
}
@media all and (min-width: 768px) {
  .mb90_Pc {
    margin-bottom: 90px !important;
  }
}
@media screen and (max-width: 767px) {
  .mb90_Sp {
    margin-bottom: 90px !important;
  }
}

.mr90 {
  margin-right: 90px !important;
}
@media all and (min-width: 768px) {
  .mr90_Pc {
    margin-right: 90px !important;
  }
}
@media screen and (max-width: 767px) {
  .mr90_Sp {
    margin-right: 90px !important;
  }
}

.ml90 {
  margin-left: 90px !important;
}
@media all and (min-width: 768px) {
  .ml90_Pc {
    margin-left: 90px !important;
  }
}
@media screen and (max-width: 767px) {
  .ml90_Sp {
    margin-left: 90px !important;
  }
}

.mt95 {
  margin-top: 95px !important;
}
@media all and (min-width: 768px) {
  .mt95_Pc {
    margin-top: 95px !important;
  }
}
@media screen and (max-width: 767px) {
  .mt95_Sp {
    margin-top: 95px !important;
  }
}

.mb95 {
  margin-bottom: 95px !important;
}
@media all and (min-width: 768px) {
  .mb95_Pc {
    margin-bottom: 95px !important;
  }
}
@media screen and (max-width: 767px) {
  .mb95_Sp {
    margin-bottom: 95px !important;
  }
}

.mr95 {
  margin-right: 95px !important;
}
@media all and (min-width: 768px) {
  .mr95_Pc {
    margin-right: 95px !important;
  }
}
@media screen and (max-width: 767px) {
  .mr95_Sp {
    margin-right: 95px !important;
  }
}

.ml95 {
  margin-left: 95px !important;
}
@media all and (min-width: 768px) {
  .ml95_Pc {
    margin-left: 95px !important;
  }
}
@media screen and (max-width: 767px) {
  .ml95_Sp {
    margin-left: 95px !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}
@media all and (min-width: 768px) {
  .mt100_Pc {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .mt100_Sp {
    margin-top: 100px !important;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}
@media all and (min-width: 768px) {
  .mb100_Pc {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .mb100_Sp {
    margin-bottom: 100px !important;
  }
}

.mr100 {
  margin-right: 100px !important;
}
@media all and (min-width: 768px) {
  .mr100_Pc {
    margin-right: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .mr100_Sp {
    margin-right: 100px !important;
  }
}

.ml100 {
  margin-left: 100px !important;
}
@media all and (min-width: 768px) {
  .ml100_Pc {
    margin-left: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .ml100_Sp {
    margin-left: 100px !important;
  }
}

.w0per {
  width: 0% !important;
}
@media all and (min-width: 768px) {
  .w0per_Pc {
    width: 0% !important;
  }
}
@media screen and (max-width: 767px) {
  .w0per_Sp {
    width: 0% !important;
  }
}

.w0 {
  width: 0px !important;
}
@media all and (min-width: 768px) {
  .w0_Pc {
    width: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .w0_Sp {
    width: 0px !important;
  }
}

.w5per {
  width: 5% !important;
}
@media all and (min-width: 768px) {
  .w5per_Pc {
    width: 5% !important;
  }
}
@media screen and (max-width: 767px) {
  .w5per_Sp {
    width: 5% !important;
  }
}

.w5 {
  width: 5px !important;
}
@media all and (min-width: 768px) {
  .w5_Pc {
    width: 5px !important;
  }
}
@media screen and (max-width: 767px) {
  .w5_Sp {
    width: 5px !important;
  }
}

.w10per {
  width: 10% !important;
}
@media all and (min-width: 768px) {
  .w10per_Pc {
    width: 10% !important;
  }
}
@media screen and (max-width: 767px) {
  .w10per_Sp {
    width: 10% !important;
  }
}

.w10 {
  width: 10px !important;
}
@media all and (min-width: 768px) {
  .w10_Pc {
    width: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .w10_Sp {
    width: 10px !important;
  }
}

.w15per {
  width: 15% !important;
}
@media all and (min-width: 768px) {
  .w15per_Pc {
    width: 15% !important;
  }
}
@media screen and (max-width: 767px) {
  .w15per_Sp {
    width: 15% !important;
  }
}

.w15 {
  width: 15px !important;
}
@media all and (min-width: 768px) {
  .w15_Pc {
    width: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .w15_Sp {
    width: 15px !important;
  }
}

.w20per {
  width: 20% !important;
}
@media all and (min-width: 768px) {
  .w20per_Pc {
    width: 20% !important;
  }
}
@media screen and (max-width: 767px) {
  .w20per_Sp {
    width: 20% !important;
  }
}

.w20 {
  width: 20px !important;
}
@media all and (min-width: 768px) {
  .w20_Pc {
    width: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .w20_Sp {
    width: 20px !important;
  }
}

.w25per {
  width: 25% !important;
}
@media all and (min-width: 768px) {
  .w25per_Pc {
    width: 25% !important;
  }
}
@media screen and (max-width: 767px) {
  .w25per_Sp {
    width: 25% !important;
  }
}

.w25 {
  width: 25px !important;
}
@media all and (min-width: 768px) {
  .w25_Pc {
    width: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .w25_Sp {
    width: 25px !important;
  }
}

.w30per {
  width: 30% !important;
}
@media all and (min-width: 768px) {
  .w30per_Pc {
    width: 30% !important;
  }
}
@media screen and (max-width: 767px) {
  .w30per_Sp {
    width: 30% !important;
  }
}

.w30 {
  width: 30px !important;
}
@media all and (min-width: 768px) {
  .w30_Pc {
    width: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .w30_Sp {
    width: 30px !important;
  }
}

.w35per {
  width: 35% !important;
}
@media all and (min-width: 768px) {
  .w35per_Pc {
    width: 35% !important;
  }
}
@media screen and (max-width: 767px) {
  .w35per_Sp {
    width: 35% !important;
  }
}

.w35 {
  width: 35px !important;
}
@media all and (min-width: 768px) {
  .w35_Pc {
    width: 35px !important;
  }
}
@media screen and (max-width: 767px) {
  .w35_Sp {
    width: 35px !important;
  }
}

.w40per {
  width: 40% !important;
}
@media all and (min-width: 768px) {
  .w40per_Pc {
    width: 40% !important;
  }
}
@media screen and (max-width: 767px) {
  .w40per_Sp {
    width: 40% !important;
  }
}

.w40 {
  width: 40px !important;
}
@media all and (min-width: 768px) {
  .w40_Pc {
    width: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .w40_Sp {
    width: 40px !important;
  }
}

.w45per {
  width: 45% !important;
}
@media all and (min-width: 768px) {
  .w45per_Pc {
    width: 45% !important;
  }
}
@media screen and (max-width: 767px) {
  .w45per_Sp {
    width: 45% !important;
  }
}

.w45 {
  width: 45px !important;
}
@media all and (min-width: 768px) {
  .w45_Pc {
    width: 45px !important;
  }
}
@media screen and (max-width: 767px) {
  .w45_Sp {
    width: 45px !important;
  }
}

.w50per {
  width: 50% !important;
}
@media all and (min-width: 768px) {
  .w50per_Pc {
    width: 50% !important;
  }
}
@media screen and (max-width: 767px) {
  .w50per_Sp {
    width: 50% !important;
  }
}

.w50 {
  width: 50px !important;
}
@media all and (min-width: 768px) {
  .w50_Pc {
    width: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .w50_Sp {
    width: 50px !important;
  }
}

.w55per {
  width: 55% !important;
}
@media all and (min-width: 768px) {
  .w55per_Pc {
    width: 55% !important;
  }
}
@media screen and (max-width: 767px) {
  .w55per_Sp {
    width: 55% !important;
  }
}

.w55 {
  width: 55px !important;
}
@media all and (min-width: 768px) {
  .w55_Pc {
    width: 55px !important;
  }
}
@media screen and (max-width: 767px) {
  .w55_Sp {
    width: 55px !important;
  }
}

.w60per {
  width: 60% !important;
}
@media all and (min-width: 768px) {
  .w60per_Pc {
    width: 60% !important;
  }
}
@media screen and (max-width: 767px) {
  .w60per_Sp {
    width: 60% !important;
  }
}

.w60 {
  width: 60px !important;
}
@media all and (min-width: 768px) {
  .w60_Pc {
    width: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .w60_Sp {
    width: 60px !important;
  }
}

.w65per {
  width: 65% !important;
}
@media all and (min-width: 768px) {
  .w65per_Pc {
    width: 65% !important;
  }
}
@media screen and (max-width: 767px) {
  .w65per_Sp {
    width: 65% !important;
  }
}

.w65 {
  width: 65px !important;
}
@media all and (min-width: 768px) {
  .w65_Pc {
    width: 65px !important;
  }
}
@media screen and (max-width: 767px) {
  .w65_Sp {
    width: 65px !important;
  }
}

.w70per {
  width: 70% !important;
}
@media all and (min-width: 768px) {
  .w70per_Pc {
    width: 70% !important;
  }
}
@media screen and (max-width: 767px) {
  .w70per_Sp {
    width: 70% !important;
  }
}

.w70 {
  width: 70px !important;
}
@media all and (min-width: 768px) {
  .w70_Pc {
    width: 70px !important;
  }
}
@media screen and (max-width: 767px) {
  .w70_Sp {
    width: 70px !important;
  }
}

.w75per {
  width: 75% !important;
}
@media all and (min-width: 768px) {
  .w75per_Pc {
    width: 75% !important;
  }
}
@media screen and (max-width: 767px) {
  .w75per_Sp {
    width: 75% !important;
  }
}

.w75 {
  width: 75px !important;
}
@media all and (min-width: 768px) {
  .w75_Pc {
    width: 75px !important;
  }
}
@media screen and (max-width: 767px) {
  .w75_Sp {
    width: 75px !important;
  }
}

.w80per {
  width: 80% !important;
}
@media all and (min-width: 768px) {
  .w80per_Pc {
    width: 80% !important;
  }
}
@media screen and (max-width: 767px) {
  .w80per_Sp {
    width: 80% !important;
  }
}

.w80 {
  width: 80px !important;
}
@media all and (min-width: 768px) {
  .w80_Pc {
    width: 80px !important;
  }
}
@media screen and (max-width: 767px) {
  .w80_Sp {
    width: 80px !important;
  }
}

.w85per {
  width: 85% !important;
}
@media all and (min-width: 768px) {
  .w85per_Pc {
    width: 85% !important;
  }
}
@media screen and (max-width: 767px) {
  .w85per_Sp {
    width: 85% !important;
  }
}

.w85 {
  width: 85px !important;
}
@media all and (min-width: 768px) {
  .w85_Pc {
    width: 85px !important;
  }
}
@media screen and (max-width: 767px) {
  .w85_Sp {
    width: 85px !important;
  }
}

.w90per {
  width: 90% !important;
}
@media all and (min-width: 768px) {
  .w90per_Pc {
    width: 90% !important;
  }
}
@media screen and (max-width: 767px) {
  .w90per_Sp {
    width: 90% !important;
  }
}

.w90 {
  width: 90px !important;
}
@media all and (min-width: 768px) {
  .w90_Pc {
    width: 90px !important;
  }
}
@media screen and (max-width: 767px) {
  .w90_Sp {
    width: 90px !important;
  }
}

.w95per {
  width: 95% !important;
}
@media all and (min-width: 768px) {
  .w95per_Pc {
    width: 95% !important;
  }
}
@media screen and (max-width: 767px) {
  .w95per_Sp {
    width: 95% !important;
  }
}

.w95 {
  width: 95px !important;
}
@media all and (min-width: 768px) {
  .w95_Pc {
    width: 95px !important;
  }
}
@media screen and (max-width: 767px) {
  .w95_Sp {
    width: 95px !important;
  }
}

.w100per {
  width: 100% !important;
}
@media all and (min-width: 768px) {
  .w100per_Pc {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .w100per_Sp {
    width: 100% !important;
  }
}

.w100 {
  width: 100px !important;
}
@media all and (min-width: 768px) {
  .w100_Pc {
    width: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .w100_Sp {
    width: 100px !important;
  }
}

.color_red_default {
  color: var(--default-red);
}

.color_brown_default {
  color: var(--default-brown);
}

.foS10 {
  font-size: 0.625rem;
  line-height: 1.4;
}

.foS11 {
  font-size: 0.6875rem;
  line-height: 1.4;
}

.foS12 {
  font-size: 0.75rem;
  line-height: 1.4;
}

.foS13 {
  font-size: 0.8125rem;
  line-height: 1.6;
}

.foS14 {
  font-size: 0.875rem;
  line-height: 1.6;
}

.foS15 {
  font-size: 0.9375rem;
}

.foM16 {
  font-size: 1rem;
}

.foL17 {
  font-size: 1.0625rem;
}

.foL18 {
  font-size: 1.125rem;
}

.foL19 {
  font-size: 1.1875rem;
  line-height: 1.6;
}

.foL20 {
  font-size: 1.25rem;
  line-height: 1.6;
}

.foL21 {
  font-size: 1.3125rem;
  line-height: 1.6;
}

.foL22 {
  font-size: 1.375rem;
  line-height: 1.5;
}

.foL24 {
  font-size: 1.5rem;
  line-height: 1.5;
}

.foL26 {
  font-size: 1.625rem;
  line-height: 1.5;
}

.foL28 {
  font-size: 1.75rem;
  line-height: 1.5;
}

.foL30 {
  font-size: 1.875rem;
  line-height: 1.5;
}

.foL32 {
  font-size: 2rem;
  line-height: 1.4;
}

.foL34 {
  font-size: 2.125rem;
  line-height: 1.4;
}

.foL36 {
  font-size: 2.25rem;
  line-height: 1.4;
}

.foL38 {
  font-size: 2.375rem;
  line-height: 1.4;
}

.foL40 {
  font-size: 2.5rem;
  line-height: 1.4;
}

.foL44 {
  font-size: 2.75rem;
  line-height: 1.4;
}

.foL48 {
  font-size: 3rem;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .foS10_Sp {
    font-size: 0.625rem;
    line-height: 1.4;
  }
  .foS11_Sp {
    font-size: 0.6875rem;
    line-height: 1.4;
  }
  .foS12_Sp {
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .foS13_Sp {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
  .foS14_Sp {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .foS15_Sp {
    font-size: 0.9375rem;
  }
  .foM16_Sp {
    font-size: 1rem;
  }
  .foL17_Sp {
    font-size: 1.0625rem;
  }
  .foL18_Sp {
    font-size: 1.125rem;
  }
  .foL19_Sp {
    font-size: 1.1875rem;
    line-height: 1.6;
  }
  .foL20_Sp {
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .foL21_Sp {
    font-size: 1.3125rem;
    line-height: 1.6;
  }
  .foL22_Sp {
    font-size: 1.375rem;
    line-height: 1.5;
  }
  .foL24_Sp {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .foL26_Sp {
    font-size: 1.625rem;
    line-height: 1.5;
  }
  .foL28_Sp {
    font-size: 1.75rem;
    line-height: 1.5;
  }
  .foL30_Sp {
    font-size: 1.875rem;
    line-height: 1.5;
  }
  .foL32_Sp {
    font-size: 2rem;
    line-height: 1.4;
  }
  .foL34_Sp {
    font-size: 2.125rem;
    line-height: 1.4;
  }
  .foL36_Sp {
    font-size: 2.25rem;
    line-height: 1.4;
  }
  .foL38_Sp {
    font-size: 2.375rem;
    line-height: 1.4;
  }
  .foL40_Sp {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .foL44_Sp {
    font-size: 2.75rem;
    line-height: 1.4;
  }
  .foL48_Sp {
    font-size: 3rem;
    line-height: 1.4;
  }
}
@media all and (min-width: 768px) {
  .foS10_Pc {
    font-size: 0.625rem;
    line-height: 1.4;
  }
  .foS11_Pc {
    font-size: 0.6875rem;
    line-height: 1.4;
  }
  .foS12_Pc {
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .foS13_Pc {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
  .foS14_Pc {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .foS15_Pc {
    font-size: 0.9375rem;
  }
  .foM16_Pc {
    font-size: 1rem;
  }
  .foL17_Pc {
    font-size: 1.0625rem;
  }
  .foL18_Pc {
    font-size: 1.125rem;
  }
  .foL19_Pc {
    font-size: 1.1875rem;
    line-height: 1.6;
  }
  .foL20_Pc {
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .foL21_Pc {
    font-size: 1.3125rem;
    line-height: 1.6;
  }
  .foL22_Pc {
    font-size: 1.375rem;
    line-height: 1.5;
  }
  .foL24_Pc {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .foL26_Pc {
    font-size: 1.625rem;
    line-height: 1.5;
  }
  .foL28_Pc {
    font-size: 1.75rem;
    line-height: 1.5;
  }
  .foL30_Pc {
    font-size: 1.875rem;
    line-height: 1.5;
  }
  .foL32_Pc {
    font-size: 2rem;
    line-height: 1.4;
  }
  .foL34_Pc {
    font-size: 2.125rem;
    line-height: 1.4;
  }
  .foL36_Pc {
    font-size: 2.25rem;
    line-height: 1.4;
  }
  .foL38_Pc {
    font-size: 2.375rem;
    line-height: 1.4;
  }
  .foL40_Pc {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .foL44_Pc {
    font-size: 2.75rem;
    line-height: 1.4;
  }
  .foL48_Pc {
    font-size: 3rem;
    line-height: 1.4;
  }
}
.asterisk-16 {
  padding-left: 1rem;
}

.asterisk-16::before {
  content: "※";
  margin-left: -1rem;
}

.asterisk-15 {
  padding-left: 0.9375rem;
}

.asterisk-15::before {
  content: "※";
  margin-left: -0.9375rem;
}

.asterisk-14 {
  padding-left: 0.875rem;
}

.asterisk-14::before {
  content: "※";
  margin-left: -0.875rem;
}

input[type=email],
input[type=tel],
input[type=text],
input[type=url],
dd textarea {
  width: 100%;
  max-width: 100%;
  padding: 15px 18px;
  border: 1px solid var(--default-gray);
  background: var(--default-white);
}

::-moz-placeholder {
  color: var(--default-gray);
}

::placeholder {
  color: var(--default-gray);
}

.form .intro {
  letter-spacing: 0.06em;
}

@media all and (min-width: 768px) {
  .form-Item input[type=text].w250_Pc {
    width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .address_post_row input[type=text].row1 {
    width: 30%;
  }
  .address_post_row input[type=text].row2 {
    width: 40%;
  }
}
@media all and (min-width: 768px) {
  .address_post_row input[type=text].row1 {
    width: 150px;
  }
  .address_post_row input[type=text].row2 {
    width: 200px;
  }
}

.form-Item label.block,
.form-Item .label_confirm {
  display: block;
  margin-bottom: 5px;
  color: var(--base-gray-dark);
  font-size: 0.875rem;
}

.form_explanation {
  margin-top: 3px;
  font-size: 0.875rem;
  color: var(--default-gray-brown);
}

.privacyArea {
  margin: 60px auto;
  padding: 45px 45px;
  background: var(--base-orange-default);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .privacyArea {
    padding: 40px 15px 20px;
  }
}
.privacyArea h1 {
  margin-top: -70px;
  text-align: center;
}
.privacyArea h1 span {
  font-size: 2.3125rem;
  padding-left: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .privacyArea h1 span {
    font-size: 1.625rem;
  }
}
.privacyArea h1 span::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 40px;
  height: 40px;
  background: url(../common/ico_check_black.png) no-repeat center center;
  background-size: contain;
}
.privacyArea ul.ul_list {
  margin-top: 20px;
  list-style: none;
  padding-left: 0;
}
.privacyArea ul.ul_list li {
  line-height: 1.5;
  margin-bottom: 10px;
  list-style: none;
}
.privacyArea ul.ul_list li::marker {
  content: none;
}

.privacyArea a {
  text-decoration: underline;
}

.form-Item {
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .form-Item {
    padding: 25px 0;
  }
}

.dt_title {
  font-size: 1.875rem;
  font-weight: bold;
  border-left: 5px solid var(--default-black);
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .dt_title {
    font-size: 1.375rem;
  }
}
.dt_title.blue {
  border-left: 5px solid var(--default-coop-blue);
}
.dt_title.yellow {
  border-left: 5px solid var(--default-coop-yellow);
}
.dt_title.orange {
  border-left: 5px solid var(--default-coop-orange);
}
.dt_title.green {
  border-left: 5px solid var(--default-coop-green);
}

.form-Item dd {
  letter-spacing: 0.04em;
  margin-top: 10px;
}

.label_checkbox input[type=checkbox] {
  display: none;
}

.label_checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  cursor: pointer;
}

.label_checkbox label::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #fff;
  border: 1px solid var(--default-gray);
}

.label_checkbox input[type=checkbox]:checked + label::after {
  position: absolute;
  content: "";
  top: 7px;
  left: 3px;
  width: 20px;
  height: 6px;
  border-left: 3px solid #333;
  border-bottom: 3px solid #333;
  transform: rotate(-45deg);
}

.label_checkbox input[type=checkbox]:checked + label::before {
  background: var(--base-pink-default);
  border: solid 1px #FF2E2E;
}

/* 必須&任意マーク */
.form-Item .ico {
  text-align: center;
  font-size: 0.6875rem;
  display: inline-block;
  color: #fff;
  line-height: 1;
  line-height: 1;
  padding: 6px 6px;
  vertical-align: middle;
  text-decoration: none;
  white-space: nowrap;
}
.form-Item .ico.optional {
  color: #333;
  background-color: var(--default-gray-light);
}

.checkbox_area li.checkbox {
  list-style: none;
}
.checkbox_area .checkbox {
  position: relative;
  border-bottom: 1px solid var(--default-gray);
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .checkbox_area .checkbox:last-child {
    margin-bottom: 0;
  }
}

.checkbox_area input[type=checkbox] {
  display: none;
}

.checkbox_area label {
  position: relative;
  display: block;
  padding: 3px 60px 3px 30px;
  cursor: pointer;
  font-weight: bold;
  text-indent: -30px;
}
@media screen and (max-width: 767px) {
  .checkbox_area label {
    padding: 3px 40px 3px 30px;
  }
}

.checkbox_area label::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: var(--default-white);
  border: 5px solid var(--default-red);
}
@media screen and (max-width: 767px) {
  .checkbox_area label::before {
    width: 30px;
    height: 30px;
  }
}

.checkbox_area input[type=checkbox]:checked + label::after {
  position: absolute;
  content: "";
  top: 7px;
  right: 10px;
  width: 20px;
  height: 10px;
  border-left: 3px solid var(--default-red);
  border-bottom: 3px solid var(--default-red);
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .checkbox_area input[type=checkbox]:checked + label::after {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    right: 5px;
    margin-top: -3px;
  }
}

.checkbox_area input[type=checkbox]:checked + label::before {
  background: var(--default-red-pale);
}

.ajax_err p {
  position: relative;
  margin-top: 8px;
  padding: 8px 15px 8px;
  display: inline-block;
  color: var(--default-red-dark);
  line-height: 1.6;
  font-size: fo(14);
  border-radius: 5px;
  border: solid 1px var(--default-red-dark);
  background: var(--default-yellow-pale);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
@media all and (min-width: 768px) {
  .ajax_err p {
    margin-top: 10px;
    padding: 10px 40px 10px;
    font-size: 0.9375rem;
  }
}

.ajax_err p:before {
  content: "";
  position: absolute;
  top: -11px;
  left: 50px;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-bottom: 10px solid var(--default-red-dark);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.ajax_err p:after {
  content: "";
  position: absolute;
  top: -9px;
  left: 50px;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-bottom: 10px solid var(--default-yellow-pale);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.ajax_err p.arw_center:before {
  left: 50%;
  transform: translateX(50%);
}

.ajax_err p.arw_center:after {
  left: 50%;
  transform: translateX(50%);
}

.l-form-btnArea {
  margin: 20px auto 50px;
}

.l-form-actbtn {
  padding: 0;
}
.l-form-actbtn li {
  list-style: none;
}

@media screen and (max-width: 767px) {
  .l-form-actbtn li + li {
    margin-top: 15px;
  }
}
@media all and (min-width: 768px) {
  .l-form-actbtn li + li {
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .btn_form {
    width: 100%;
  }
}

.btn_form {
  width: 100%;
}
.btn_form a {
  display: block;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .btn_form a {
    font-size: 1rem;
  }
}

.btn_form.send {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .btn_form.send {
    margin-bottom: 15px;
  }
}
.btn_form.send a {
  background: var(--default-coop-blue);
  padding: 40px 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btn_form.send a {
    padding: 30px 0;
  }
}
.btn_form.send a:hover {
  background: var(--default-blue-dark);
  text-decoration: none;
  transition: all 0.3s;
}
.btn_form.back a {
  background: var(--base-gray-dark);
  padding: 24px 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btn_form.back a {
    padding: 20px 0;
  }
}
.btn_form.back a:hover {
  background: var(--base-gray-dark-hover);
  text-decoration: none;
  transition: all 0.3s;
}

@media all and (min-width: 768px) {
  .form-address {
    display: flex;
  }
}

#confirm .check_result {
  text-align: center;
  margin-top: 30px;
}
#confirm .check_result h2 {
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #confirm .check_result h2 {
    font-size: 1.25rem;
    margin-bottom: 5px;
  }
}
#confirm .check_result h2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--default-black);
  bottom: 0;
  left: 0;
}
#confirm .check_result_rate {
  font-size: 3.75rem;
  font-weight: bold;
  color: var(--default-red);
  margin-top: 10px;
  letter-spacing: 0.1em;
  font-family: "BIZ UDPMincho", serif;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #confirm .check_result_rate {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}
#confirm .check_result_rate span {
  font-size: 5.625rem;
  font-weight: bold;
  color: var(--default-red);
}
@media screen and (max-width: 767px) {
  #confirm .check_result_rate span {
    font-size: 3.75rem;
  }
}
#confirm .check_result_btn a {
  display: block;
  padding: 40px 0;
  background: var(--default-red);
  color: var(--default-white);
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.25rem;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  #confirm .check_result_btn a {
    font-size: 1rem;
    padding: 20px 40px 20px 20px;
  }
}
#confirm .check_result_btn a:hover {
  background: var(--default-red-dark);
  text-decoration: none;
  transition: all 0.3s;
}
#confirm .check_result_btn a span {
  position: relative;
  display: inline-block;
}
#confirm .check_result_btn a span::before {
  content: "";
  position: absolute;
  background: url(../common/ico_download.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
}
#confirm .checkbox.checked label {
  color: var(--base-gray-dark);
}
#confirm .checkbox.checked label:before {
  content: "";
  border: none;
  width: 46px;
  height: 46px;
  background: url(../common/ico_check_gray.png) no-repeat center center;
  background-size: contain;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#confirm .checkbox.checked dl.update_advice {
  display: none;
}
#confirm .checkbox.none_checked label:before {
  content: "";
  border: none;
  width: 40px;
  height: 40px;
  background: url(../common/ico_attention.png) no-repeat center center;
  background-size: contain;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#confirm .update_advice {
  margin-top: 30px;
  background: var(--base-orange-default);
  padding: 20px 40px;
}
#confirm .update_advice dt {
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  font-size: 1.25rem;
}
#confirm .update_advice dt::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../common/ico_attention.png) no-repeat center center;
  background-size: contain;
}
#confirm .update_advice dd p {
  margin-bottom: 10px;
  line-height: 1;
}/*# sourceMappingURL=style.css.map */