@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  width: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  color: #4d4d4d;
  text-align: justify;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  animation: bugfix infinite 1s;
  -webkit-animation: bugfix infinite 1s;
}

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

strong {
  font-weight: bold;
}

li {
  list-style: none;
}

section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  max-width: 1120px;
}

.textlink {
  text-decoration: underline;
  color: #50aac8;
}

.textlink:hover {
  text-decoration: none;
}

main {
  background: #fff;
  position: relative;
  padding-top: 20%;
}

.color_text {
  color: #50aac8;
}

.mt30 {
  margin-top: 30px;
}

.mt20 {
  margin-top: 20px;
}

.mt10 {
  margin-top: 10px;
}

.center {
  text-align: center;
}

.W900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 769px) {
  .order1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media screen and (max-width: 768px) {
  .pc_br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp_br {
    display: none;
  }
  .pc_center {
    text-align: center;
  }
}
.row, .row10, .row5, .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row {
  gap: 40px;
}

.row10 {
  gap: 20px;
}

.row5 {
  gap: 10px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 770px) {
  .row5 .col-1 {
    width: calc(40% - 5px);
  }
  .row5 .col-2 {
    width: calc(50% - 5px);
  }
  .row5 .col-3 {
    width: calc(33.3% - 6.65px);
  }
  .row5 .col-5 {
    width: calc(60% - 5px);
  }
  .row10 .col-1 {
    width: calc(40% - 10px);
  }
  .row10 .col-2 {
    width: calc(50% - 10px);
  }
  .row10 .col-3 {
    width: calc(33.3% - 13.3px);
  }
  .row10 .col-5 {
    width: calc(60% - 10px);
  }
  .row .col-1 {
    width: calc(40% - 20px);
  }
  .row .col-2 {
    width: calc(50% - 20px);
  }
  .row .col-3 {
    width: calc(33.3% - 26.6px);
  }
  .row .col-4 {
    width: calc(47% - 20px);
  }
  .row .col-5 {
    width: calc(60% - 20px);
  }
  .row .col-6 {
    width: calc(53% - 20px);
  }
  .row .col-7 {
    width: calc(35% - 20px);
  }
  .row .col-8 {
    width: calc(65% - 20px);
  }
}
.entryBOX {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 100;
  bottom: 0;
  padding: 0px 20px 10px;
  background: #50aac8;
}

.main-btn {
  background: #fff;
  padding: 5px 20px;
  color: #50aac8;
  margin: 20px auto 10px auto;
  text-align: center;
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 450px;
  font-size: 20px;
  border-radius: 20px;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

.main-btn:hover {
  background: #ffffc5;
}

.btn-wrap {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bk-campaign {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.bk-campaign::before {
  content: "";
  position: absolute;
  background: url(/img/global30-campaign-lp/btn_back_left.png);
  width: 230px;
  height: 165px;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: -2;
}

.bk-campaign::after {
  content: "";
  position: absolute;
  background: url(/img/global30-campaign-lp/btn_back_right.png);
  width: 230px;
  height: 165px;
  right: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: -2;
}

.bk-campaign .fukidashi_span, .bk-campaign .fukidashi_span_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: bold;
}

.bk-campaign .fukidashi_span::before {
  content: "";
  background: url(/img/global30-campaign-lp/fukidashi-left.svg) no-repeat;
  width: 31.5px;
  height: 46px;
  background-size: 31.5px;
}

.bk-campaign .fukidashi_span::after {
  content: "";
  background: url(/img/global30-campaign-lp/fukidashi-right.svg) no-repeat;
  width: 31.5px;
  height: 46px;
  background-size: 31.5px;
}

.must {
  display: contents;
  color: #ed1c24;
}

a.btn-orange {
  display: block;
  font-size: 26px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  margin: auto;
  padding: 20px;
  font-weight: bold;
  border-radius: 20px;
  border-bottom: 7px solid #c2572e;
  background: #e88000;
  color: #fff;
  width: 100%;
}

a.btn-orange:hover {
  margin-top: 6px;
  border-bottom: 1px solid #c2572e;
  color: #fff;
}

a.btn-green {
  display: block;
  font-size: 25px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  max-width: 450px;
  margin: auto;
  padding: 20px;
  font-weight: bold;
  border-radius: 20px;
  border-bottom: 7px solid #5e881a;
  background: #7cb823;
  color: #fff;
}

a.btn-green span {
  font-size: 16px;
  display: block;
}

a.btn-green:hover {
  margin-top: 6px;
  border-bottom: 1px solid #5e881a;
  color: #fff;
}

a.btn-normalorange {
  display: block;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  border-radius: 10px;
  font-weight: bold;
  border-bottom: 5px solid #c2572e;
  background: #e88000;
  color: #fff;
  width: 100%;
  max-width: 440px;
}

a.btn-normalorange:hover {
  margin-top: 4px;
  border-bottom: 1px solid #c2572e;
  color: #fff;
}

a.btn-blue {
  display: block;
  font-size: 26px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  margin: auto;
  padding: 20px;
  font-weight: bold;
  border-radius: 20px;
  border-bottom: 7px solid #2c7589;
  background: #50aac8;
  color: #fff;
  width: 100%;
}

a.btn-blue span {
  font-size: 16px;
  display: block;
}

a.btn-blue:hover {
  margin-top: 6px;
  border-bottom: 1px solid #2c7589;
  color: #fff;
}

a.btn-normalblue {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  border-radius: 10px;
  font-weight: bold;
  border-bottom: 5px solid #2c7589;
  background: #50aac8;
  color: #fff;
  width: 100%;
  max-width: 500px;
  margin-top: 40px;
}

a.btn-normalblue:hover {
  margin-top: 44px;
  border-bottom: 1px solid #2c7589;
  color: #fff;
}

@media only screen and (min-width: 770px) {
  .bk-campaign .fukidashi_span, .bk-campaign .fukidashi_span_2 {
    font-size: 22px;
  }
  a.btn-orange {
    font-size: 28px;
  }
  a.btn-blue {
    font-size: 28px;
  }
  .introtext {
    font-size: 22px;
  }
}
@media only screen and (max-width: 938px) {
  .bk-campaign {
    padding-bottom: 120px;
    padding-top: 50px;
  }
  .bk-campaign a.btn-orange {
    font-size: 21px;
  }
  .bk-campaign::before {
    width: 150px;
    height: 100px;
    left: 10%;
    top: auto;
    bottom: 0;
    -webkit-transform: none;
            transform: none;
    background-size: 100%;
  }
  .bk-campaign::after {
    width: 150px;
    height: 100px;
    right: 10%;
    top: auto;
    bottom: 0;
    -webkit-transform: none;
            transform: none;
    background-size: 100%;
  }
}
h2 {
  text-align: center;
  font-weight: bold;
  font-size: 25px;
}
h2 span {
  display: block;
}

.title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

.firstview-box {
  background: #e5f2f7;
}

.firstview-box picture {
  width: 100%;
  display: block;
  max-width: 1300px;
  margin: auto;
}

.firstview-box picture img {
  width: 100%;
}

.introTit {
  margin-bottom: 20px;
}
.introTit span {
  margin-bottom: 20px;
}

#intro {
  text-align: center;
  padding-bottom: 40px;
  position: relative;
  padding-top: 40px;
}
#intro p {
  margin-top: 40px;
  line-height: 2.3em;
}

h1 {
  color: #50aac8;
  font-size: 52px;
  margin-bottom: 30px;
  font-weight: bold;
  z-index: 2;
  position: relative;
}
h1 span {
  color: #4d4d4d;
  font-size: 32px;
  display: block;
}

.line-tit {
  font-size: 25px;
  font-weight: bold;
  line-height: 2.3em;
  padding-bottom: 10px;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(0%, #50aac8));
  background: -webkit-linear-gradient(transparent 95%, #50aac8 0%);
  background: linear-gradient(transparent 95%, #50aac8 0%);
}

.schedule {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  background: #fffff3;
  border: solid 1px #50aac8;
  padding: 20px 30px;
  text-align: left;
  border-radius: 10px;
}
.schedule .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.schedule h5 {
  font-size: 25px;
  font-weight: bold;
  border-bottom: solid 1px #50aac8;
  padding-bottom: 5px;
  margin-bottom: 10px;
  padding-left: 1.5em;
  position: relative;
}

@media only screen and (max-width: 769px) {
  .line-tit {
    font-size: 20px;
  }
}
#global30 {
  background: #50aac8;
}

.features {
  margin-top: 50px;
}

.features ul {
  margin-top: 30px;
}

.features h5 {
  font-size: 20px;
  font-weight: bold;
}

.features li {
  border: solid 1px #50aac8;
  border-radius: 3px;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.features li img {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.features li p {
  margin-top: 20px;
}

#global30 .col-5 {
  text-align: justify;
}
#global30 .col-5 h4 {
  font-size: 27px;
  font-weight: bold;
  color: #50aac8;
  margin-bottom: 15px;
}
#global30 .col-5 h4 span {
  color: #4d4d4d;
  font-size: 20px;
  display: block;
}

@media only screen and (min-width: 770px) {
  #global30 .col-5 h4 {
    font-size: 30px;
  }
}
.beige {
  background: url(/img/global30-campaign-lp/back_beige.jpg) repeat;
  padding: 100px 0;
  position: relative;
}

.beige::before {
  content: "";
  position: absolute;
  background-image: url(/img/global30-campaign-lp/wave.svg);
  top: 0;
  width: 100%;
  height: 20px;
  background-repeat: repeat-x;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.beige::after {
  content: "";
  position: absolute;
  background-image: url(/img/global30-campaign-lp/wave_bottom.svg);
  bottom: 0;
  width: 100%;
  height: 20px;
  background-repeat: repeat-x;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.white_box {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  text-align: center;
}

figcaption {
  font-weight: bold;
  margin-top: 10px;
}

.ribbon_tit {
  position: absolute;
  background: #50aac8;
  color: #fff;
  font-size: 24px;
  height: 40px;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ribbon_tit span {
  position: relative;
  height: 40px;
  display: block;
  padding: 0 20px;
  min-width: 300px;
}

.ribbon_tit span::before {
  content: "";
  background: url(/img/global30-campaign-lp/ribbon_left.svg);
  width: 12px;
  height: 40px;
  background-size: 12px;
  position: absolute;
  left: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ribbon_tit span::after {
  content: "";
  background: url(/img/global30-campaign-lp/ribbon_right.svg);
  width: 12px;
  height: 40px;
  background-size: 12px;
  position: absolute;
  right: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.present_text {
  font-size: 18px;
  text-align: center;
}

.present_text span {
  font-size: 22px;
}

.mt40 {
  margin-top: 40px;
}

.mt70 {
  margin-top: 70px;
}

.person_text {
  font-size: 18px;
  text-align: center;
}

.person_text span {
  font-size: 25px;
}

.period_box {
  padding: 30px 0;
  max-width: 880px;
  margin: auto;
}

.period {
  font-size: 25px;
  text-align: center;
  font-weight: bold;
}

.period span {
  font-size: 26px;
  display: block;
}

.step_box {
  border-top: solid 2px #50aac8;
  padding: 30px 0;
  max-width: 880px;
  margin: auto;
}

.step_box h3 {
  font-weight: bold;
  text-align: left;
  font-size: 20px;
  padding-bottom: 30px;
}

.step_box h3 small {
  font-size: 16px;
  font-weight: normal;
}

.step_box h3 span {
  font-size: 25px;
  color: #fff;
  background: #50aac8;
  border-radius: 50%;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin-right: 0.3em;
}

.step_box a.btn-blue, .step_box a.btn-green {
  font-size: 20px;
  padding: 15px 20px;
  border-radius: 10px;
}

.step_text {
  text-align: justify;
}
.step_text span {
  font-size: 17px;
  color: #50aac8;
  background: #fff;
  border: solid 1px #50aac8;
  border-radius: 50%;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  margin-right: 0.3em;
  font-weight: bold;
}

.orange-text {
  color: #e88000;
}

.kome {
  text-align: justify;
  padding-left: 1em;
  line-height: 1.5em;
}
.kome li {
  list-style: "※";
}

.campaignTit {
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
}
.campaignTit span {
  margin-bottom: 20px;
  display: block;
}

.b {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7em;
}

.target_list {
  list-style: none;
  counter-reset: number;
  font-size: 18px;
  max-width: 880px;
  margin: auto;
}
.target_list li {
  position: relative;
  padding-left: 40px;
  text-align: justify;
  margin-top: 25px;
}
.target_list li::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 21px;
  font-weight: bold;
  color: #50aac8;
  background: #fff;
  border: solid 1px #50aac8;
  border-radius: 50%;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-align: center;
  line-height: 28px;
  margin-right: 0.3em;
}

.partyBOX {
  border: solid 1px #50aac8;
  padding: 20px;
  background: #e5f2f7;
}
.partyBOX h5 {
  font-size: 18px;
  font-weight: bold;
  color: #50aac8;
  margin-bottom: 10px;
}
.partyBOX h5 span {
  font-size: 19px;
  color: #fff;
  background: #50aac8;
  border-radius: 50%;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  margin-right: 0.3em;
}
.partyBOX p {
  text-align: justify;
}
.partyBOX .partyplace {
  text-align: center;
  background: #50aac8;
  color: #fff;
  font-weight: bold;
}
.partyBOX table {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 5px;
}
.partyBOX table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.partyBOX table th {
  text-align: center;
  width: 4em;
}
.partyBOX table td {
  text-align: justify;
  width: calc(100% - 4em);
}

@media only screen and (min-width: 770px) {
  .white_box {
    padding: 50px;
  }
  .flow_box li {
    width: calc(25% - 15px);
  }
  .flow_box li::after {
    border-left: 14px solid #f08300;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 0;
    right: -17px;
    top: 50%;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  a.btn-normalorange {
    font-size: 20px;
  }
  .present_text {
    font-size: 20px;
  }
  .present_text span {
    font-size: 25px;
  }
  .period span {
    font-size: 30px;
    padding-left: 0.3em;
    display: inline;
  }
  .step_box h3 {
    font-size: 22px;
  }
  .step_box h3 span {
    font-size: 30px;
    width: 38px;
    height: 38px;
    line-height: 38px;
  }
  .target_list li::before {
    font-size: 23px;
    width: 33px;
    height: 33px;
    line-height: 32px;
  }
}
#notes {
  background: #e5f2f7;
}

#notes h3 {
  color: #50aac8;
  font-weight: bold;
  font-size: 18px;
}

#notes ul {
  padding-left: 2em;
  line-height: 1.7em;
}

#notes ul li {
  list-style: disc;
}

.text_link {
  text-decoration: underline;
}

.text_link:hover {
  text-decoration: none;
}

.green-text {
  color: #7cb823;
}

.pink-text {
  color: #ff7271;
}

.blue-text {
  color: #50aac8;
}

.risk_kome {
  font-size: 19.5px;
  font-weight: bold;
  text-align: justify;
  padding-left: 1em;
  line-height: 1.5em;
}
.risk_kome li {
  list-style: "※";
}

/*
  アコーディオンそのものの横幅と余白を指定。
  開閉動作に影響なし。
*/
.accordion__list {
  padding: 10px;
}

/*
  アコーディオンの2つ目以降、上に余白を取る。
  開閉動作に影響なし。
*/
.accordion__item:nth-child(n+2) {
  margin-top: 20px;
}

/*
  アコーディオンの開閉ボタンの装飾。
  position: relative;が無いと、
  「+」「-」の位置がずれるので注意。
*/
.accordion__head .accordion_in {
  position: relative;
  width: 100%;
  padding: 20px;
  background: #fff1bf;
  cursor: pointer;
  border-radius: 10px;
}

/*
  アコーディオンの開閉ボタンの右側に「+」を表示。
*/
.accordion__head::after {
  content: "+";
  position: absolute;
  color: #e88000;
  top: 18px;
  right: 10px;
}

/*
  アコーディオンが開いた際に、
  開閉ボタンの右側に「+」を「-」に変更する。
*/
.accordion__item.active .accordion__head::after {
  content: "-";
  right: 13px;
}

.accordion__head, .accordion__body {
  padding-left: 55px;
  position: relative;
}

.accordion__head:before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  left: 0;
  top: 14px;
  background-image: url(/img/global30-campaign-lp/ico-q.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/* 三角アイコン - 普通の吹き出し */
.accordion__head .accordion_in::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -10px;
  top: 16px;
  border-right: 15px solid #fff1bf;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

/*
  アコーディオンの閉じている部分の装飾。
  height: 0; overflow: hidden;にすることで、
  通常時は表示されないようにする。
*/
.accordion__body {
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.accordion__body .accordion_in {
  width: 100%;
  height: 0;
  padding: 0 10px;
  background: #ffe177;
  position: relative;
  border-radius: 10px;
}

/*
  アコーディオンが開いた際に、
  heightを0からautoに、paddingの上下を0から10に。
*/
.accordion__item.active .accordion__body .accordion_in {
  height: auto;
  padding: 20px;
}

.accordion__item.active .accordion__body {
  height: auto;
  margin-top: 10px;
}

.accordion__body .accordion_inner::before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  left: 0;
  top: 14px;
  background-image: url(/img/global30-campaign-lp/ico-a.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.accordion__body .accordion_in::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -10px;
  top: 16px;
  border-right: 15px solid #ffe177;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

#pickup {
  background: #50aac8;
  color: #fff;
}

.opa {
  display: inline-block;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

.opa:hover {
  opacity: 0.7;
}

#cost {
  background: #e5f2f7;
}

.cost_tit {
  text-align: center;
  font-size: 20px;
}

table {
  margin: 20px auto;
  background: #fff;
}

.tbl th {
  background: #ccc;
  border-top: solid 1px #808080;
  border-bottom: solid 1px #808080;
  border-left: solid 1px #808080;
  padding: 10px;
  width: 25%;
  text-align: center;
  vertical-align: middle;
}

.tbl td {
  border-top: solid 1px #808080;
  border-bottom: solid 1px #808080;
  border-right: solid 1px #808080;
  padding: 10px;
  font-size: 14px;
  width: 75%;
}

.mt10 {
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #808080;
    width: 100%;
  }
  .tbl th,
  .tbl td {
    border: solid 1px #808080;
    border-bottom: none;
    display: block;
    width: 100%;
  }
  #cost .center {
    text-align: left;
  }
}
.risk_box {
  border: solid 1px #808080;
  background: #fff;
  padding: 20px 30px;
  margin: 20px 0;
}

.contactbox {
  max-width: 700px;
  margin: auto;
}
.contactbox a.btn-orange, .contactbox a.btn-green {
  border-radius: 10px;
}

.contactbox li {
  width: 100%;
}

.contactbox .btn-green {
  font-size: 20px;
  width: 100%;
}

.contactbox .btn-orange {
  font-size: 20px;
}

.tel-link .row5 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px auto;
}

.tel-link .row5 span {
  background: #50aac8;
  color: #fff;
  font-size: 14px;
  padding: 10px;
  border-radius: 10px;
  line-height: 1.3em;
  font-weight: bold;
}

.tel-link .row5 small {
  display: block;
  margin-top: 5px;
}

.telbox {
  text-align: left;
}

footer span {
  display: block;
  font-size: 23px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 500;
}

@media only screen and (min-width: 770px) {
  #contact h2 {
    font-size: 35px;
  }
}
footer {
  text-align: center;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
}