@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%; }

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

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit; }

* {
  padding: 0;
  margin: 0; }

audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible; }

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

summary {
  display: list-item; }

small {
  font-size: 80%; }

[hidden], template {
  display: none; }

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none; }

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

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

code, kbd, pre, samp {
  font-family: monospace,monospace; }

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

input {
  border-radius: 0; }

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer; }

[disabled] {
  cursor: default; }

[type=number] {
  width: auto; }

[type=search] {
  -webkit-appearance: textfield; }

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

textarea {
  overflow: auto;
  resize: vertical; }

button, input, optgroup, select, textarea {
  font: inherit; }

optgroup {
  font-weight: 700; }

button {
  overflow: visible; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

button, select {
  text-transform: none; }

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }

select::-ms-expand {
  display: none; }

select::-ms-value {
  color: currentColor; }

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

img {
  border-style: none; }

progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden; }

audio, canvas, progress, video {
  display: inline-block; }

@media screen {
  [hidden~=screen] {
    display: inherit; }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }
[aria-busy=true] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none; }

* {
  box-sizing: border-box; }

a img {
  border: none; }

a:focus, *:focus {
  outline: none; }

/* layout
  ========================================================================== */
.col-style, .l-1, .l-2, .l-3, .l-4, .l-5, .l-6, .l-7, .l-8, .l-9, .l-10, .l-11, .l-12, .l-15 {
  padding: 0 8px; }
  @media screen and (min-width: 550px) {
    .col-style, .l-1, .l-2, .l-3, .l-4, .l-5, .l-6, .l-7, .l-8, .l-9, .l-10, .l-11, .l-12, .l-15 {
      padding: 0 12px; } }
  @media screen and (min-width: 900px) {
    .col-style, .l-1, .l-2, .l-3, .l-4, .l-5, .l-6, .l-7, .l-8, .l-9, .l-10, .l-11, .l-12, .l-15 {
      padding: 0 16px; } }

.l-1 {
  width: calc(100% * 1 / 12 - 1px * 2);
  display: block; }
  @media screen and (min-width: 550px) {
    .l-1 {
      width: calc(100% * 1 / 12 - 1px * 2);
      display: block; } }
  @media screen and (min-width: 900px) {
    .l-1 {
      width: calc(100% * 1 / 12 - 1px * 2);
      display: block; } }

.l-2 {
  width: calc(100% * 2 / 12 - 1px * 2);
  display: block; }
  @media screen and (min-width: 550px) {
    .l-2 {
      width: calc(100% * 2 / 12 - 1px * 2);
      display: block; } }
  @media screen and (min-width: 900px) {
    .l-2 {
      width: calc(100% * 2 / 12 - 1px * 2);
      display: block; } }

.l-3 {
  width: calc(100% * 3 / 12 - 1px * 2);
  display: block; }
  @media screen and (min-width: 550px) {
    .l-3 {
      width: calc(100% * 3 / 12 - 1px * 2);
      display: block; } }
  @media screen and (min-width: 900px) {
    .l-3 {
      width: calc(100% * 3 / 12 - 1px * 2);
      display: block; } }

.l-4 {
  width: calc(100% * 4 / 12 - 1px * 2);
  display: block; }
  @media screen and (min-width: 550px) {
    .l-4 {
      width: calc(100% * 4 / 12 - 1px * 2);
      display: block; } }
  @media screen and (min-width: 900px) {
    .l-4 {
      width: calc(100% * 4 / 12 - 1px * 2);
      display: block; } }

.l-5 {
  width: calc(100% * 5 / 12 - 1px * 2);
  display: block; }
  @media screen and (min-width: 550px) {
    .l-5 {
      width: calc(100% * 5 / 12 - 1px * 2);
      display: block; } }
  @media screen and (min-width: 900px) {
    .l-5 {
      width: calc(100% * 5 / 12 - 1px * 2);
      display: block; } }

.l-6 {
  width: calc(100% * 6 / 12 - 1px * 2);
  display: block; }
  @media screen and (min-width: 550px) {
    .l-6 {
      width: calc(100% * 6 / 12 - 1px * 2);
      display: block; } }
  @media screen and (min-width: 900px) {
    .l-6 {
      width: calc(100% * 6 / 12 - 1px * 2);
      display: block; } }

.l-7 {
  width: calc(100% * 7 / 12 - 1px * 2);
  display: block; }
  @media screen and (min-width: 550px) {
    .l-7 {
      width: calc(100% * 7 / 12 - 1px * 2);
      display: block; } }
  @media screen and (min-width: 900px) {
    .l-7 {
      width: calc(100% * 7 / 12 - 1px * 2);
      display: block; } }

.l-8 {
  width: calc(100% * 8 / 12 - 1px * 2);
  display: block; }
  @media screen and (min-width: 550px) {
    .l-8 {
      width: calc(100% * 8 / 12 - 1px * 2);
      display: block; } }
  @media screen and (min-width: 900px) {
    .l-8 {
      width: calc(100% * 8 / 12 - 1px * 2);
      display: block; } }

.l-9 {
  width: calc(100% * 9 / 12 - 1px * 2);
  display: block; }
  @media screen and (min-width: 550px) {
    .l-9 {
      width: calc(100% * 9 / 12 - 1px * 2);
      display: block; } }
  @media screen and (min-width: 900px) {
    .l-9 {
      width: calc(100% * 9 / 12 - 1px * 2);
      display: block; } }

.l-10 {
  width: calc(100% * 10 / 12 - 1px * 2);
  display: block; }
  @media screen and (min-width: 550px) {
    .l-10 {
      width: calc(100% * 10 / 12 - 1px * 2);
      display: block; } }
  @media screen and (min-width: 900px) {
    .l-10 {
      width: calc(100% * 10 / 12 - 1px * 2);
      display: block; } }

.l-11 {
  width: calc(100% * 11 / 12 - 1px * 2);
  display: block; }
  @media screen and (min-width: 550px) {
    .l-11 {
      width: calc(100% * 11 / 12 - 1px * 2);
      display: block; } }
  @media screen and (min-width: 900px) {
    .l-11 {
      width: calc(100% * 11 / 12 - 1px * 2);
      display: block; } }

.l-12 {
  width: calc(100% * 12 / 12 - 1px * 2);
  display: block; }
  @media screen and (min-width: 550px) {
    .l-12 {
      width: calc(100% * 12 / 12 - 1px * 2);
      display: block; } }
  @media screen and (min-width: 900px) {
    .l-12 {
      width: calc(100% * 12 / 12 - 1px * 2);
      display: block; } }

.l-15 {
  width: calc(100% * 3 / 15 - 0px * 2); }

.sm-col-style, .l-sm-1, .l-sm-2, .l-sm-3, .l-sm-4, .l-sm-5, .l-sm-6, .l-sm-7, .l-sm-8, .l-sm-9, .l-sm-10, .l-sm-11, .l-sm-12, .l-sm-15 {
  padding: 0 8px; }

.l-sm-1 {
  width: calc(100% * 1 / 12 - 1px * 2);
  display: block; }

.l-sm-2 {
  width: calc(100% * 2 / 12 - 1px * 2);
  display: block; }

.l-sm-3 {
  width: calc(100% * 3 / 12 - 1px * 2);
  display: block; }

.l-sm-4 {
  width: calc(100% * 4 / 12 - 1px * 2);
  display: block; }

.l-sm-5 {
  width: calc(100% * 5 / 12 - 1px * 2);
  display: block; }

.l-sm-6 {
  width: calc(100% * 6 / 12 - 1px * 2);
  display: block; }

.l-sm-7 {
  width: calc(100% * 7 / 12 - 1px * 2);
  display: block; }

.l-sm-8 {
  width: calc(100% * 8 / 12 - 1px * 2);
  display: block; }

.l-sm-9 {
  width: calc(100% * 9 / 12 - 1px * 2);
  display: block; }

.l-sm-10 {
  width: calc(100% * 10 / 12 - 1px * 2);
  display: block; }

.l-sm-11 {
  width: calc(100% * 11 / 12 - 1px * 2);
  display: block; }

.l-sm-12 {
  width: calc(100% * 12 / 12 - 1px * 2);
  display: block; }

.l-sm-15 {
  width: calc(100% * 3 / 15 - 0px * 2); }

@media screen and (min-width: 550px) {
  .md-col-style, .l-md-1, .l-md-2, .l-md-3, .l-md-4, .l-md-5, .l-md-6, .l-md-7, .l-md-8, .l-md-9, .l-md-10, .l-md-11, .l-md-12, .l-md-15 {
    padding: 0 12px; }

  .l-md-1 {
    width: calc(100% * 1 / 12 - 1px * 2);
    display: block; } }
  @media screen and (min-width: 550px) and (min-width: 900px) {
    .l-md-1 {
      padding: 0 16px; } }

@media screen and (min-width: 550px) {
  .l-md-2 {
    width: calc(100% * 2 / 12 - 1px * 2);
    display: block; } }
  @media screen and (min-width: 550px) and (min-width: 900px) {
    .l-md-2 {
      padding: 0 16px; } }

@media screen and (min-width: 550px) {
  .l-md-3 {
    width: calc(100% * 3 / 12 - 1px * 2);
    display: block; } }
  @media screen and (min-width: 550px) and (min-width: 900px) {
    .l-md-3 {
      padding: 0 16px; } }

@media screen and (min-width: 550px) {
  .l-md-4 {
    width: calc(100% * 4 / 12 - 1px * 2);
    display: block; } }
  @media screen and (min-width: 550px) and (min-width: 900px) {
    .l-md-4 {
      padding: 0 16px; } }

@media screen and (min-width: 550px) {
  .l-md-5 {
    width: calc(100% * 5 / 12 - 1px * 2);
    display: block; } }
  @media screen and (min-width: 550px) and (min-width: 900px) {
    .l-md-5 {
      padding: 0 16px; } }

@media screen and (min-width: 550px) {
  .l-md-6 {
    width: calc(100% * 6 / 12 - 1px * 2);
    display: block; } }
  @media screen and (min-width: 550px) and (min-width: 900px) {
    .l-md-6 {
      padding: 0 16px; } }

@media screen and (min-width: 550px) {
  .l-md-7 {
    width: calc(100% * 7 / 12 - 1px * 2);
    display: block; } }
  @media screen and (min-width: 550px) and (min-width: 900px) {
    .l-md-7 {
      padding: 0 16px; } }

@media screen and (min-width: 550px) {
  .l-md-8 {
    width: calc(100% * 8 / 12 - 1px * 2);
    display: block; } }
  @media screen and (min-width: 550px) and (min-width: 900px) {
    .l-md-8 {
      padding: 0 16px; } }

@media screen and (min-width: 550px) {
  .l-md-9 {
    width: calc(100% * 9 / 12 - 1px * 2);
    display: block; } }
  @media screen and (min-width: 550px) and (min-width: 900px) {
    .l-md-9 {
      padding: 0 16px; } }

@media screen and (min-width: 550px) {
  .l-md-10 {
    width: calc(100% * 10 / 12 - 1px * 2);
    display: block; } }
  @media screen and (min-width: 550px) and (min-width: 900px) {
    .l-md-10 {
      padding: 0 16px; } }

@media screen and (min-width: 550px) {
  .l-md-11 {
    width: calc(100% * 11 / 12 - 1px * 2);
    display: block; } }
  @media screen and (min-width: 550px) and (min-width: 900px) {
    .l-md-11 {
      padding: 0 16px; } }

@media screen and (min-width: 550px) {
  .l-md-12 {
    width: calc(100% * 12 / 12 - 1px * 2);
    display: block; } }
  @media screen and (min-width: 550px) and (min-width: 900px) {
    .l-md-12 {
      padding: 0 16px; } }

@media screen and (min-width: 550px) {
  .l-md-15 {
    width: calc(100% * 3 / 15 - 0px * 2); } }
  @media screen and (min-width: 550px) and (min-width: 900px) {
    .l-md-15 {
      padding: 0 16px; } }

@media screen and (min-width: 900px) {
  .lg-col-style, .l-lg-1, .l-lg-2, .l-lg-3, .l-lg-4, .l-lg-5, .l-lg-6, .l-lg-7, .l-lg-8, .l-lg-9, .l-lg-10, .l-lg-11, .l-lg-12, .l-lg-15 {
    padding: 0 16px; }

  .l-lg-1 {
    width: calc(100% * 1 / 12 - 1px * 2);
    display: block; }

  .l-lg-2 {
    width: calc(100% * 2 / 12 - 1px * 2);
    display: block; }

  .l-lg-3 {
    width: calc(100% * 3 / 12 - 1px * 2);
    display: block; }

  .l-lg-4 {
    width: calc(100% * 4 / 12 - 1px * 2);
    display: block; }

  .l-lg-5 {
    width: calc(100% * 5 / 12 - 1px * 2);
    display: block; }

  .l-lg-6 {
    width: calc(100% * 6 / 12 - 1px * 2);
    display: block; }

  .l-lg-7 {
    width: calc(100% * 7 / 12 - 1px * 2);
    display: block; }

  .l-lg-8 {
    width: calc(100% * 8 / 12 - 1px * 2);
    display: block; }

  .l-lg-9 {
    width: calc(100% * 9 / 12 - 1px * 2);
    display: block; }

  .l-lg-10 {
    width: calc(100% * 10 / 12 - 1px * 2);
    display: block; }

  .l-lg-11 {
    width: calc(100% * 11 / 12 - 1px * 2);
    display: block; }

  .l-lg-12 {
    width: calc(100% * 12 / 12 - 1px * 2);
    display: block; }

  .l-lg-15 {
    width: calc(100% * 3 / 15 - 0px * 2); } }
.col-style__large, .l-gap__large > .l-1, .l-gap__large > .l-15, .l-gap__large > .l-2, .l-gap__large > .l-3, .l-gap__large > .l-4, .l-gap__large > .l-5, .l-gap__large > .l-6, .l-gap__large > .l-7, .l-gap__large > .l-8, .l-gap__large > .l-9, .l-gap__large > .l-10, .l-gap__large > .l-11, .l-gap__large > .l-12 {
  padding: 0 16px; }
  @media screen and (min-width: 550px) {
    .col-style__large, .l-gap__large > .l-1, .l-gap__large > .l-15, .l-gap__large > .l-2, .l-gap__large > .l-3, .l-gap__large > .l-4, .l-gap__large > .l-5, .l-gap__large > .l-6, .l-gap__large > .l-7, .l-gap__large > .l-8, .l-gap__large > .l-9, .l-gap__large > .l-10, .l-gap__large > .l-11, .l-gap__large > .l-12 {
      padding: 0 24px; } }
  @media screen and (min-width: 900px) {
    .col-style__large, .l-gap__large > .l-1, .l-gap__large > .l-15, .l-gap__large > .l-2, .l-gap__large > .l-3, .l-gap__large > .l-4, .l-gap__large > .l-5, .l-gap__large > .l-6, .l-gap__large > .l-7, .l-gap__large > .l-8, .l-gap__large > .l-9, .l-gap__large > .l-10, .l-gap__large > .l-11, .l-gap__large > .l-12 {
      padding: 0 32px; } }

.col-style__small, .l-gap__small > .l-1, .l-gap__small > .l-15, .l-gap__small > .l-2, .l-gap__small > .l-3, .l-gap__small > .l-4, .l-gap__small > .l-5, .l-gap__small > .l-6, .l-gap__small > .l-7, .l-gap__small > .l-8, .l-gap__small > .l-9, .l-gap__small > .l-10, .l-gap__small > .l-11, .l-gap__small > .l-12 {
  padding: 0 4px; }
  @media screen and (min-width: 550px) {
    .col-style__small, .l-gap__small > .l-1, .l-gap__small > .l-15, .l-gap__small > .l-2, .l-gap__small > .l-3, .l-gap__small > .l-4, .l-gap__small > .l-5, .l-gap__small > .l-6, .l-gap__small > .l-7, .l-gap__small > .l-8, .l-gap__small > .l-9, .l-gap__small > .l-10, .l-gap__small > .l-11, .l-gap__small > .l-12 {
      padding: 0 6px; } }
  @media screen and (min-width: 900px) {
    .col-style__small, .l-gap__small > .l-1, .l-gap__small > .l-15, .l-gap__small > .l-2, .l-gap__small > .l-3, .l-gap__small > .l-4, .l-gap__small > .l-5, .l-gap__small > .l-6, .l-gap__small > .l-7, .l-gap__small > .l-8, .l-gap__small > .l-9, .l-gap__small > .l-10, .l-gap__small > .l-11, .l-gap__small > .l-12 {
      padding: 0 8px; } }

.sm-col-style__large, .l-gap__large > .l-sm-1, .l-gap__large > .l-sm-15, .l-gap__large > .l-sm-2, .l-gap__large > .l-sm-3, .l-gap__large > .l-sm-4, .l-gap__large > .l-sm-5, .l-gap__large > .l-sm-6, .l-gap__large > .l-sm-7, .l-gap__large > .l-sm-8, .l-gap__large > .l-sm-9, .l-gap__large > .l-sm-10, .l-gap__large > .l-sm-11, .l-gap__large > .l-sm-12 {
  padding: 0 16px; }

.sm-col-style__small, .l-gap__small > .l-sm-1, .l-gap__small > .l-sm-15, .l-gap__small > .l-sm-2, .l-gap__small > .l-sm-3, .l-gap__small > .l-sm-4, .l-gap__small > .l-sm-5, .l-gap__small > .l-sm-6, .l-gap__small > .l-sm-7, .l-gap__small > .l-sm-8, .l-gap__small > .l-sm-9, .l-gap__small > .l-sm-10, .l-gap__small > .l-sm-11, .l-gap__small > .l-sm-12 {
  padding: 0 4px; }

@media screen and (min-width: 550px) {
  .md-col-style__large, .l-gap__large > .l-md-1, .l-gap__large > .l-md-15, .l-gap__large > .l-md-2, .l-gap__large > .l-md-3, .l-gap__large > .l-md-4, .l-gap__large > .l-md-5, .l-gap__large > .l-md-6, .l-gap__large > .l-md-7, .l-gap__large > .l-md-8, .l-gap__large > .l-md-9, .l-gap__large > .l-md-10, .l-gap__large > .l-md-11, .l-gap__large > .l-md-12 {
    padding: 0 24px; } }
@media screen and (min-width: 1000px) {
  .md-col-style__large, .l-gap__large > .l-md-1, .l-gap__large > .l-md-15, .l-gap__large > .l-md-2, .l-gap__large > .l-md-3, .l-gap__large > .l-md-4, .l-gap__large > .l-md-5, .l-gap__large > .l-md-6, .l-gap__large > .l-md-7, .l-gap__large > .l-md-8, .l-gap__large > .l-md-9, .l-gap__large > .l-md-10, .l-gap__large > .l-md-11, .l-gap__large > .l-md-12 {
    padding: 0 32px; } }

@media screen and (min-width: 550px) {
  .md-col-style__small, .l-gap__small > .l-md-1, .l-gap__small > .l-md-15, .l-gap__small > .l-md-2, .l-gap__small > .l-md-3, .l-gap__small > .l-md-4, .l-gap__small > .l-md-5, .l-gap__small > .l-md-6, .l-gap__small > .l-md-7, .l-gap__small > .l-md-8, .l-gap__small > .l-md-9, .l-gap__small > .l-md-10, .l-gap__small > .l-md-11, .l-gap__small > .l-md-12 {
    padding: 0 6px; } }

@media screen and (min-width: 900px) {
  .lg-col-style__large, .l-gap__large > .l-lg-1, .l-gap__large > .l-lg-15, .l-gap__large > .l-lg-2, .l-gap__large > .l-lg-3, .l-gap__large > .l-lg-4, .l-gap__large > .l-lg-5, .l-gap__large > .l-lg-6, .l-gap__large > .l-lg-7, .l-gap__large > .l-lg-8, .l-gap__large > .l-lg-9, .l-gap__large > .l-lg-10, .l-gap__large > .l-lg-11, .l-gap__large > .l-lg-12 {
    padding: 0 32px; } }

@media screen and (min-width: 900px) {
  .lg-col-style__small, .l-gap__small > .l-lg-1, .l-gap__small > .l-lg-15, .l-gap__small > .l-lg-2, .l-gap__small > .l-lg-3, .l-gap__small > .l-lg-4, .l-gap__small > .l-lg-5, .l-gap__small > .l-lg-6, .l-gap__small > .l-lg-7, .l-gap__small > .l-lg-8, .l-gap__small > .l-lg-9, .l-gap__small > .l-lg-10, .l-gap__small > .l-lg-11, .l-gap__small > .l-lg-12 {
    padding: 0 8px; } }

/*変数*/
.c-btn.u-action button {
  padding: 1.15rem;
  font-size: 1.7rem;
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#70c51f+6,8dce25+12,8dce25+29,68ba2a+49,68ba2a+76,7ec623+88,85c920+93,70c51f+100 */
  background: #70c51f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #70c51f 6%, #8dce25 12%, #8dce25 29%, #68ba2a 49%, #68ba2a 76%, #7ec623 88%, #85c920 93%, #70c51f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #70c51f 6%, #8dce25 12%, #8dce25 29%, #68ba2a 49%, #68ba2a 76%, #7ec623 88%, #85c920 93%, #70c51f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #70c51f 6%, #8dce25 12%, #8dce25 29%, #68ba2a 49%, #68ba2a 76%, #7ec623 88%, #85c920 93%, #70c51f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70c51f', endColorstr='#70c51f',GradientType=0 );
  /* IE6-9 */
  position: relative;
  display: block;
  margin: 0 auto;
  border-radius: .5rem;
  position: relative;
  width: 95%;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  border: 1px solid #666;
  border-bottom: 4px solid #4F7100;
  border-radius: 1rem;
  /*		&:after {
  		content: "";
      position: absolute;
      display: block;
      top: 5px;
      left: 5px;
      background: url(/onlinebingo/asset/img/common/img-btn-highlight.png) no-repeat;
      width: 15px;
      background-size: 90%;
      height: 15px;
  		z-index: 1;
  	}*/
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffea03+0,ff9f00+51,ff9f00+93,feb211+100 */
  background: #ffea03;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffea03 0%, #ff9f00 51%, #ff9f00 93%, #feb211 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffea03 0%, #ff9f00 51%, #ff9f00 93%, #feb211 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffea03 0%, #ff9f00 51%, #ff9f00 93%, #feb211 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea03', endColorstr='#feb211',GradientType=0 );
  /* IE6-9 */
  border-color: #6E4426;
  max-width: 280px;
  padding: 1.15rem 1.5rem 1.15rem 1.25rem;
  border-radius: 1rem;
  width: 100%; }
  .c-btn.u-action button:active {
    transform: translateY(2px);
    border-bottom: 2px solid #4F7100;
    margin-bottom: 2px; }
  .c-btn.u-action button:active {
    border-color: #6E4426; }
  .c-btn.u-action button:active {
    transform: translateY(2px);
    border-bottom: 2 solid #4F7100;
    margin-bottom: 2px; }
  .c-btn.u-action button:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

/*汎用ボタン｜START*/
.c-btn {
  /*URLコピー用ボタン*/ }
  .c-btn button {
    -webkit-filter: drop-shadow(1px 3px 3px rgba(0, 0, 0, 0.5));
    -moz-filter: drop-shadow(1px 3px 3px rgba(0, 0, 0, 0.5));
    -ms-filter: drop-shadow(1px 3px 3px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(1px 3px 3px rgba(0, 0, 0, 0.5)); }
    .c-btn button[disabled] {
      cursor: default;
      pointer-events: none;
      opacity: .3;
      -webkit-box-shadow: 0 0 5px 0 #999;
      -moz-box-shadow: 0 0 5px 0 #999;
      box-shadow: 0 0 5px 0 #999;
      border-radius: 10px;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b8b8b8+0,b8b8b8+29,e3e3e3+89,f4f4f4+100 */
      background: #b8b8b8;
      /* Old browsers */
      background: -moz-linear-gradient(top, #b8b8b8 0%, #b8b8b8 29%, #e3e3e3 89%, #f4f4f4 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #b8b8b8 0%, #b8b8b8 29%, #e3e3e3 89%, #f4f4f4 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #b8b8b8 0%, #b8b8b8 29%, #e3e3e3 89%, #f4f4f4 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8b8b8', endColorstr='#f4f4f4',GradientType=0 );
      /* IE6-9 */ }
      .c-btn button[disabled] span {
        text-shadow: -1px 1px 3px #000; }
      .c-btn button[disabled]:active {
        transform: translateY(0px);
        border-bottom: 0px solid #6E4426;
        margin-bottom: 0px; }
  .c-btn.u-url-copy button {
    max-width: 200px;
    padding: 1rem .5rem; }
    .c-btn.u-url-copy button:before {
      content: none; }

/*汎用ボタン｜END*/
/*----------------------------------------------------------------
　ボタンデザイン｜START
----------------------------------------------------------------*/
/*ボタン*/
.c-btn button {
  padding: 1.15rem;
  font-size: 1.7rem;
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#70c51f+6,8dce25+12,8dce25+29,68ba2a+49,68ba2a+76,7ec623+88,85c920+93,70c51f+100 */
  background: #70c51f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #70c51f 6%, #8dce25 12%, #8dce25 29%, #68ba2a 49%, #68ba2a 76%, #7ec623 88%, #85c920 93%, #70c51f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #70c51f 6%, #8dce25 12%, #8dce25 29%, #68ba2a 49%, #68ba2a 76%, #7ec623 88%, #85c920 93%, #70c51f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #70c51f 6%, #8dce25 12%, #8dce25 29%, #68ba2a 49%, #68ba2a 76%, #7ec623 88%, #85c920 93%, #70c51f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70c51f', endColorstr='#70c51f',GradientType=0 );
  /* IE6-9 */
  position: relative;
  display: block;
  margin: 0 auto;
  border-radius: .5rem;
  position: relative;
  width: 95%;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  border: 1px solid #666;
  border-bottom: 4px solid #4F7100;
  border-radius: 1rem;
  /*		&:after {
  		content: "";
      position: absolute;
      display: block;
      top: 5px;
      left: 5px;
      background: url(/onlinebingo/asset/img/common/img-btn-highlight.png) no-repeat;
      width: 15px;
      background-size: 90%;
      height: 15px;
  		z-index: 1;
  	}*/
  max-width: 280px;
  padding: 1.15rem 1.5rem 1.15rem 1.25rem;
  border-radius: 1rem;
  width: 100%; }
  .c-btn button:active {
    transform: translateY(2px);
    border-bottom: 2px solid #4F7100;
    margin-bottom: 2px; }
  .c-btn button:active {
    transform: translateY(2px);
    border-bottom: 2 solid #4F7100;
    margin-bottom: 2px; }
  .c-btn button:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

/*フラットボタン*/
.c-btn.u-button-flat button {
  padding: 1.15rem;
  font-size: 1.7rem;
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#70c51f+6,8dce25+12,8dce25+29,68ba2a+49,68ba2a+76,7ec623+88,85c920+93,70c51f+100 */
  background: #70c51f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #70c51f 6%, #8dce25 12%, #8dce25 29%, #68ba2a 49%, #68ba2a 76%, #7ec623 88%, #85c920 93%, #70c51f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #70c51f 6%, #8dce25 12%, #8dce25 29%, #68ba2a 49%, #68ba2a 76%, #7ec623 88%, #85c920 93%, #70c51f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #70c51f 6%, #8dce25 12%, #8dce25 29%, #68ba2a 49%, #68ba2a 76%, #7ec623 88%, #85c920 93%, #70c51f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70c51f', endColorstr='#70c51f',GradientType=0 );
  /* IE6-9 */
  position: relative;
  display: block;
  margin: 0 auto;
  border-radius: .5rem;
  position: relative;
  width: 95%;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  border: 1px solid #666;
  border-bottom: 4px solid #4F7100;
  border-radius: 1rem;
  /*		&:after {
  		content: "";
      position: absolute;
      display: block;
      top: 5px;
      left: 5px;
      background: url(/onlinebingo/asset/img/common/img-btn-highlight.png) no-repeat;
      width: 15px;
      background-size: 90%;
      height: 15px;
  		z-index: 1;
  	}*/
  background: #ffd62c;
  border: 1px solid #DC9800;
  border-bottom: 4px solid #DC9800;
  color: #562A11;
  border-radius: .5rem;
  filter: none; }
  .c-btn.u-button-flat button:active {
    transform: translateY(2px);
    border-bottom: 2px solid #4F7100;
    margin-bottom: 2px; }
  .c-btn.u-button-flat button:after {
    content: none; }
  .c-btn.u-button-flat button:active {
    transform: translateY(2px);
    border-bottom: 2px solid #DC9800;
    margin-bottom: 2px; }

/*ソートボタン*/
.c-btn.c-btn-sort {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 97%;
  max-width: 500px;
  margin: 0 auto; }
  .c-btn.c-btn-sort [class*="c-btn-sort__button-"] {
    max-width: inherit;
    padding: .35rem .5rem; }
  .c-btn.c-btn-sort button {
    max-width: inherit;
    width: 100%;
    padding-left: .25rem;
    padding-right: .25rem;
    font-size: 1.4rem;
    line-height: 1;
    vertical-align: bottom; }
    .c-btn.c-btn-sort button:before {
      width: 13px;
      height: 13px;
      border: none;
      display: inline-block;
      position: static;
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0);
      margin-right: .25rem; }
  @media screen and (min-width: 768px) {
    .c-btn.c-btn-sort .c-btn-sort__button-high {
      width: 30%; }
    .c-btn.c-btn-sort .c-btn-sort__button-low {
      width: 30%; }
    .c-btn.c-btn-sort .c-btn-sort__button-random {
      width: 38%; } }

/*----------------------------------------------------------------
　ボタンデザイン｜END
----------------------------------------------------------------*/
html {
  box-sizing: border-box; }

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

html {
  font-size: 62.5%;
  line-height: 1.4;
  letter-spacing: 0.5; }

body {
  color: #000;
  font-size: 1.6rem;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-kerning: normal;
  background-color: #fff; }
  @media screen and (min-width: 550px) {
    body {
      font-size: 1.8rem; } }

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif; } }
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.4;
  color: inherit; }

ul, ol {
  padding-left: 1em; }

li > ul, li > ol {
  margin-bottom: 0; }

dd {
  margin-left: 0; }

table {
  width: 100%; }

th {
  text-align: left; }

a {
  text-decoration: underline;
  color: #E9300E;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  transition: all .25s ease-out; }
  a:hover {
    color: #af1c00; }
  a img {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    transition: all .25s ease-out; }
    a img:hover {
      opacity: 0.65; }

p {
  line-height: 1.5; }
  @media screen and (min-width: 550px) {
    p {
      line-height: 1.6; } }

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

[src$=".svg"],
[data$=".svg"] {
  width: 100%; }

i,
cite,
em,
address,
dfn {
  font-style: normal; }

h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
hr,
table,
fieldset, figure,
pre {
  margin-top: 0;
  margin-bottom: 0; }

.u-scroll-smooth {
  scroll-behavior: smooth; }

body * {
  color: #562A11;
  line-height: 1.6; }

/*ベース*/
.containier {
  max-width: 960px;
  width: 100%;
  margin: 0 auto; }

.contents {
  counter-reset: number 0;
  max-width: 100%; }
  .contents .content {
    margin: 3rem 0; }
    @media screen and (min-width: 768px) {
      .contents .content {
        margin: 5rem 0; } }

.wrap {
  margin-top: 48px; }
  @media screen and (min-width: 900px) {
    .wrap {
      margin-top: 0; } }

/*---------------------------------------------------------------
　ヘッダー・フッター｜START
----------------------------------------------------------------*/
.global_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  background-color: #fff;
  z-index: 200;
  border-bottom: #B53A2D solid 3px;
  padding: 3px 0;
  padding-right: 1rem; }
  .global_header li {
    list-style: none;
    display: inline-block;
    float: right;
    font-size: 2.5rem;
    margin-left: 1.5rem;
    margin-right: .5rem;
    margin-top: .5rem; }
    .global_header li i.fa {
      margin: 0 .5rem; }

#header_lp {
  background: url(../img/bg_header.jpg) left top no-repeat; }

.l-footer {
  margin-top: 6rem;
  background: #ab7601;
  padding: 2rem 1rem 3rem 1rem; }
  .l-footer p {
    color: #fff;
    font-size: 1.3rem; }
  .l-footer .l-footer__contents {
    max-width: 960px;
    margin: 0 auto; }
    .l-footer .l-footer__contents ul {
      display: flex;
      padding: 1rem;
      justify-content: space-around;
      flex-wrap: wrap;
      margin-bottom: 2rem; }
    .l-footer .l-footer__contents li {
      display: block;
      list-style: none;
      background: none;
      width: 100%;
      border-bottom: 1px solid #D99800; }
      .l-footer .l-footer__contents li:first-of-type {
        border-top: 1px solid #D99800; }
      .l-footer .l-footer__contents li:last-of-type a:after {
        content: none; }
      @media screen and (min-width: 768px) {
        .l-footer .l-footer__contents li {
          width: calc(100% / 5 - 1px);
          border-bottom: none; }
          .l-footer .l-footer__contents li:first-of-type {
            border-top: none; } }
      .l-footer .l-footer__contents li a {
        color: #fff;
        line-height: 1.3;
        display: inline-block;
        padding: 1rem 1.5rem;
        border-bottom: none;
        font-size: 1.5rem;
        width: 100%;
        position: relative; }
        .l-footer .l-footer__contents li a:hover {
          opacity: .7; }
        .l-footer .l-footer__contents li a:after {
          content: none; }
        @media screen and (min-width: 768px) {
          .l-footer .l-footer__contents li a:after {
            content: "";
            background: #fff;
            height: 1.4rem;
            width: 1px;
            position: absolute;
            top: 50%;
            right: 0;
            transform: translate(0%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%); } }
  .l-footer small {
    font-size: 1.3rem;
    color: #fff; }

.l-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0; }
  @media screen and (min-width: 550px) {
    .l-row .l-row {
      margin: 0 -12px; } }
  @media screen and (min-width: 900px) {
    .l-row .l-row {
      margin: 0 -16px; } }

#header_lp {
  height: 134px;
  position: relative; }

#header_lp #saitan {
  color: #562A11;
  background: #FFF;
  width: 150px;
  top: 40px;
  right: 10px;
  padding: 1rem .5rem;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.3;
  border-radius: 10px;
  height: 76px; }

/*----------------------------------------------------------------
　ヘッダー・フッター｜END
----------------------------------------------------------------*/
.p-flow {
  background: none;
  padding: 0; }
  @media screen and (min-width: 768px) {
    .p-flow {
      background-image: linear-gradient(-45deg, #FFF5CE 25%, #FFF8DC 25%, #FFF8DC 50%, #FFF5CE 50%, #FFF5CE 75%, #FFF8DC 75%, #FFF8DC);
      background-size: 20px 20px;
      padding: 4rem 3rem; } }
  .p-flow .p-flow__title {
    background: #ffd62c;
    color: #562A11;
    text-align: center;
    padding: 1.2rem;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    border-radius: 1.25rem; }
    @media screen and (min-width: 768px) {
      .p-flow .p-flow__title {
        padding: 2rem; } }
  .p-flow .p-flow__heading {
    font-weight: bold;
    margin-bottom: 1rem;
    font-size: 1.9rem;
    color: #562A11;
    line-height: 1.6; }
  .p-flow .p-flow__contents {
    padding: 3rem 1.5rem;
    background: #fff;
    margin-bottom: 6rem; }
    @media screen and (min-width: 768px) {
      .p-flow .p-flow__contents {
        padding: 4rem; } }
  .p-flow .p-flow__content {
    display: flex; }
    .p-flow .p-flow__content:last-of-type > .p-flow__number {
      background: none; }
  .p-flow .p-flow__number {
    width: 10%;
    max-width: 100px;
    min-width: 35px;
    position: relative;
    margin-right: 1rem;
    background: url(../img/img-dot-line.svg) repeat-y center, url(../img/img-dot-arrow.svg) no-repeat center bottom;
    background-size: 3px, 22px; }
    .p-flow .p-flow__number div {
      content: "";
      display: block;
      margin: 0 auto;
      width: 100%;
      height: 100%;
      max-width: 35px;
      max-height: 35px;
      background: #ffd62c;
      border-radius: 50%;
      position: relative;
      top: 0; }
      @media screen and (min-width: 768px) {
        .p-flow .p-flow__number div {
          max-width: 50px;
          max-height: 50px; } }
      .p-flow .p-flow__number div:before {
        counter-increment: number 1;
        content: counter(number);
        display: block;
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%); }
        @media screen and (min-width: 768px) {
          .p-flow .p-flow__number div:before {
            font-size: 2.5rem; } }
  .p-flow .p-flow__list-wrap {
    margin: .5rem auto;
    padding-left: 2rem;
    list-style: disc; }
  .p-flow .p-flow__list-item {
    margin-bottom: .25rem; }
  .p-flow .p-flow__content-wrap {
    flex: 1; }
    .p-flow .p-flow__content-wrap > div {
      margin-bottom: 0; }
      .p-flow .p-flow__content-wrap > div:last-of-type {
        margin-bottom: 0; }
    .p-flow .p-flow__content-wrap .p-flow__image {
      margin-bottom: 2rem; }
      @media screen and (min-width: 768px) {
        .p-flow .p-flow__content-wrap .p-flow__image {
          margin-bottom: 0; } }
    .p-flow .p-flow__content-wrap .c-text-box {
      margin-top: 2rem; }

.p-flow section:last-of-type .p-flow__contents {
  margin-bottom: 0; }

.p-page-link {
  margin: 2rem auto 0 auto;
  padding: 0 4rem;
  max-width: 860px; }
  @media screen and (min-width: 768px) {
    .p-page-link {
      margin: 5rem auto;
      padding: 0; } }
  .p-page-link .u-caption {
    margin-top: 1rem;
    text-align: center; }

/*----------------------------------------------------------------
　ヘッダー・フッター｜START
----------------------------------------------------------------*/
.c-tab-contents {
  margin-top: 3rem;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .c-tab-contents {
      padding: 0 16px; } }
  .c-tab-contents .c-tab-contents__wrap {
    line-height: 0; }

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 700px;
  margin: 0 auto; }

/*タブのスタイル*/
.tab_item {
  width: calc(99% / 3);
  max-width: 190px;
  height: 50px;
  background-color: #FFF8DC;
  line-height: 1;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  border-radius: 0;
  position: relative;
  float: left;
  padding: .5rem; }
  .tab_item:first-of-type {
    margin-right: .5%; }
  .tab_item:last-of-type {
    margin-left: .5%; }
  .tab_item:after {
    content: none; }
  .tab_item span {
    font-size: 1.4rem;
    display: block;
    line-height: 1.3;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
    @media screen and (min-width: 768px) {
      .tab_item span {
        font-size: 1.6rem; } }

.tab_item:hover {
  opacity: .75; }

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none; }
  input[name="tab_item"]:checked + label {
    background-color: #ffd62c; }

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 2rem 1.5rem;
  clear: both;
  overflow: hidden;
  border-top: 2px solid #ffd62c;
  background: #FFF8DC; }
  @media screen and (min-width: 768px) {
    .tab_content {
      padding: 3rem; } }

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block; }

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff; }

.c-copy-mail .c-copy-mail__textarea {
  width: 100%;
  background: #fff;
  padding: 1rem;
  font-size: 1.4rem;
  margin-bottom: 2rem; }
  @media screen and (min-width: 768px) {
    .c-copy-mail .c-copy-mail__textarea {
      padding: 2rem; } }

.maneger .l-footer .l-footer__contents .u-hidden-maneger {
  display: none; }

.u-img-handle {
  display: inline;
  width: 2rem;
  margin-right: .5rem;
  margin-left: .5rem; }

/*----------------------------------------------------------------
　ヘッダー・フッター｜END
----------------------------------------------------------------*/
.guest .global_header,
.guest .u-header-pc {
  display: none; }
.guest .wrap {
  margin-top: 0; }
.guest .p-page-link .l-row {
  justify-content: center; }
.guest .l-footer {
  background: none;
  padding: 0; }
  .guest .l-footer .l-footer__contents .u-hidden-guest {
    display: none; }

.c-text-box {
  background: #FFF8DC;
  padding: 1rem 2.5rem 1rem 1.5rem;
  width: calc(100% - 16px);
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .c-text-box {
      width: calc(100% - 32px);
      padding: 1rem 2rem; } }
  .c-text-box ul {
    list-style: disc;
    padding-left: 2rem; }
    .c-text-box ul li {
      font-size: 1.4rem; }

.u-text-brackets {
  color: #1694FA;
  font-weight: 600; }
  .u-text-brackets:before {
    content: "［";
    color: #562A11; }
  .u-text-brackets:after {
    content: "］";
    color: #562A11; }

.u-text-red {
  color: #fa3c00; }

.u-text-blue {
  color: #1694FA; }

.u-caption {
  font-size: 1.4rem; }

@media screen and (min-width: 768px) {
  .u-br-sp {
    display: none; } }

.u-br-pc {
  display: none; }
  @media screen and (min-width: 768px) {
    .u-br-pc {
      display: block; } }

.u-display-sp {
  display: block !important; }
  @media screen and (min-width: 900px) {
    .u-display-sp {
      display: none !important; } }

.u-display-pc {
  display: none !important; }
  @media screen and (min-width: 900px) {
    .u-display-pc {
      display: block !important; } }

.u-a-point {
  padding-top: 50px;
  margin-top: -50px; }

#toPageTop {
  bottom: 30px; }



/*----------------------------------------------------------------
動画コンテンツ SP
----------------------------------------------------------------*/
.movie-contents{
	margin: 0 auto;
	max-width: 90%;
}

.movie-contents .movie-img{
	margin-bottom: 0;
	}

.movie-contents .movie{
    width: 90%;
    margin: 0;
    background-color: #000;
    width: 100%;
}

.movie-contents .content{
		margin: 0;
	}

.movie-contents iframe{
 		width:100%;
		height: auto;
		padding: 2.5rem 0;
	}

.guide-movie-contents{
	margin-bottom: 6rem;
}

.guide-movie-contents2{
	margin-top: 2rem;
	margin-bottom: 6rem;
}

.guest-movie-contents2{
	padding-top: 2rem;
	padding-bottom: 6rem;
}


/*参加者ページ用*/
.guest-movie-contents .movie-contents{
	margin-top: 6rem;
}

.guest-movie-contents .movie-contents{
	padding: 4rem 0;
}

.guest-movie-contents .movie-img{
	margin-bottom: 1rem;
    max-width: 100%;
    margin: 0 auto 2rem;
	  }

.guest-movie-contents.gold-border:before {
  height: 10px;
}
.guest-movie-contents.gold-border:after {
  height: 10px;
}

/*----------------------------------------------------------------
動画コンテンツ PC
----------------------------------------------------------------*/
  @media screen and (min-width: 768px) {
    .movie-contents {
      max-width: 80%;
	  }
	  
	  .movie-contents .movie{
    width: 80%;
    margin: 0;
    background-color: #000;
    width: 100%;
	  } 
	  
.movie-contents iframe{
		height:500px;
		padding: 2.5rem 1px;
}

/*参加者ページ用*/
.guest-movie-contents .movie-contents{
	margin-top: 6rem;
}
	  
.guest-movie-contents .movie-contents{
	padding: 4rem 0;
}
	  
.guest-movie-contents .movie-img{
	margin-bottom: 1rem;
    max-width: 70%;
    margin: 0 auto 2rem;
	  }
	  
.guest-movie-contents.gold-border:before {
  height: 15px;
}
.guest-movie-contents.gold-border:after {
  height: 15px;
}
}