@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          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 */
  -webkit-box-sizing: inherit;
          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 */
}

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

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

[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;
  color: inherit;
}

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

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

input, textarea {
  border-radius: 0;
  -webkit-appearance: none;
  line-height: normal;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

html {
  font-size: 14px;
  font-family: "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: normal;
}

body {
  font-family: "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", "Yu Gothic", "Meiryo", sans-serif;
  background-color: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  font-weight: normal;
  background: url(../img/bg.png) top center;
}

.wrapper {
  width: 100%;
}

.container {
  width: 100%;
  margin: auto;
  font-size: 14px;
}
@media screen and (min-width: 763px) {
  .container {
    max-width: 940px;
    width: 100%;
  }
}

section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.main {
  width: 100%;
  margin: auto;
}

.inner {
  width: 90%;
  margin: auto;
}

a {
  color: #e73817;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

/* # =============================
   # footer
   # ============================= */
footer {
  background: #F9C035;
}
@media screen and (min-width: 763px) {
  footer {
    margin-top: 3rem;
  }
}

.foot_area {
  padding: 10px;
  max-width: 640px;
  margin: 0 auto;
  color: #000;
}
.foot_area h3 {
  font-weight: normal;
  text-align: center;
  background: transparent;
  font-size: 14px !important;
  margin-top: 5px;
  margin-bottom: 0;
  color: #000;
  width: 100% !important;
}
.foot_area h3 span {
  display: block;
}
@media screen and (min-width: 763px) {
  .foot_area h3 span {
    display: inline;
  }
}
.foot_area p {
  text-align: center;
  padding: 10px;
}
.foot_area p a {
  width: 100%;
  max-width: 280px;
  display: block;
  margin: auto;
  padding: 10px;
  color: #000;
  background: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
  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;
}
.foot_area p a svg#_x32_ {
  fill: #000000;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.foot_area p a img.ic_mail {
  width: 15px;
  margin-right: 5px;
}
.foot_area p a:hover {
  background: #ddd;
}
.foot_area p a:hover .ic_mail {
  fill: #ddd;
}
.foot_area .receptionion-time {
  font-size: 13px;
  font-weight: 400;
}
.foot_area address {
  padding: 8px 0;
  font-size: 12px;
  text-align: center;
  color: #000;
  font-style: normal;
}

ul.terms {
  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: top;
  -webkit-align-items: top;
      -ms-flex-align: top;
          align-items: top;
  margin-top: 1rem;
}
ul.terms li {
  list-style-type: none;
  font-size: 12px;
  padding: 2px 20px;
}
ul.terms li a {
  color: #000;
  text-decoration: none;
}

/* PC */
@media screen and (min-width: 763px) {
  footer .contact {
    padding: 30px 0;
  }
}
/* # =============================
   # header
   # ============================= */
header {
  margin: auto;
  padding: 0;
  text-align: center;
  margin-bottom: 10px;
}
header img {
  width: 100%;
  vertical-align: top;
  max-width: 940px;
  margin: auto;
  border-bottom: #AB002E 3px solid;
}
header picture {
  font-size: 0;
}

.l-head_end {
  display: block;
  position: relative;
  width: 100%;
}
.l-head_end h3 {
  background: transparent;
  font-weight: normal;
}
.l-head_end .end_cover {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  color: #fff;
  z-index: 3;
  max-width: 940px;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 0;
}
.l-head_end .end_cover .inner {
  position: relative;
  top: 30%;
}
.l-head_end .end_cover .inner h3 span {
  display: block;
}
.l-head_end .end_cover .inner p {
  font-weight: 14px;
}
@media screen and (min-width: 763px) {
  .l-head_end .end_cover .inner p {
    font-size: 22px;
  }
}

.end_area {
  width: 90%;
}
@media screen and (min-width: 763px) {
  .end_area {
    max-width: 720px;
  }
}
.end_area .deadline {
  background: #fff;
  border: #103675 solid 3px;
  text-align: center;
  margin-bottom: 30px;
}
.end_area .deadline p {
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0;
}
.end_area .deadline h3 {
  display: block;
  background: #103675;
  color: #fff;
  padding: 6px;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  width: 100%;
}
.end_area .deadline .date {
  font-size: 24px;
  padding: 5px 0 0 0;
}
.end_area .deadline .date .sm {
  font-size: 14px;
}
@media screen and (max-width: 762x) {
  .end_area .deadline .date .sm {
    display: block;
  }
}
.end_area .deadline .btn_acquired {
  background: #103675;
  position: relative;
  background-position: right 15px center;
  background-size: 10px;
  padding-bottom: 10px;
  display: block;
  width: 90%;
  border-radius: 0.3em;
  margin: 10px auto;
}
@media screen and (min-width: 763px) {
  .end_area .deadline .btn_acquired {
    width: 80%;
  }
}
.end_area .deadline .btn_acquired a {
  color: #fff;
  text-decoration: none;
}
.end_area .deadline .btn_acquired b {
  display: block;
  font-weight: normal;
  color: #fff;
  font-size: 18px;
  padding-top: 10px;
}
.end_area .deadline .btn_acquired i {
  position: absolute;
  top: 30%;
  right: 10px;
}
.end_area .deadline .btn_acquired span.explanation {
  display: inline;
  color: #fff;
  font-size: 12px;
  padding-bottom: 5px;
  display: block;
}
.end_area .deadline .btn_acquired .limit {
  display: block;
  width: 90%;
  margin: auto;
  background: #fff;
  color: #AB002E;
}
@media screen and (min-width: 763px) {
  .end_area .deadline .btn_acquired .limit {
    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;
    width: 80%;
    font-size: 14px;
  }
}
.end_area .deadline .btn_acquired .limit b {
  color: #103675;
  padding: 0;
}
@media screen and (min-width: 763px) {
  .end_area .deadline .btn_acquired .limit b {
    font-size: 14px;
    padding-right: 20px;
  }
}
.end_area .deadline p.sup {
  font-size: 14px;
  padding: 10px 0 20px 0;
  font-weight: normal;
  color: #666666;
}
.end_area .deadline span {
  display: block;
}
@media screen and (min-width: 763px) {
  .end_area .deadline span {
    display: inline;
  }
}

.oubo {
  padding: 10px 0;
}

.limit {
  width: 100%;
  display: block;
  margin: 5px auto auto auto;
  border: #000 1px solid;
  border-radius: 3px;
  color: #AB002E;
}
@media screen and (min-width: 763px) {
  .limit {
    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;
    width: 80%;
    font-size: 14px;
  }
}
.limit i {
  font-style: normal;
  padding: 0 10px;
  display: block;
  width: 100%;
}
@media screen and (min-width: 763px) {
  .limit i {
    width: 70%;
  }
}
.limit b {
  color: #fff;
  background: #000;
  padding: 0;
  font-weight: normal;
  display: block;
  width: 100% !important;
}
@media screen and (min-width: 763px) {
  .limit b {
    width: 30% !important;
    font-size: 14px;
  }
}

h3 {
  display: block;
  width: 90%;
  max-width: 940px;
  margin: auto;
  background: #103675;
  color: #fff;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 20px;
}
@media screen and (min-width: 763px) {
  h3 {
    font-size: 22px;
    width: 100%;
  }
}

.step {
  width: 90%;
  margin: 30px auto 0 auto;
  text-align: center;
  background: #fff;
  -webkit-border-image: url("../img/frame.png") 80;
       -o-border-image: url("../img/frame.png") 80;
          border-image: url("../img/frame.png") 80;
  border-style: solid;
  border-width: 50px;
}
@media screen and (min-width: 763px) {
  .step {
    border-width: 70px;
    width: 100%;
    max-width: 940px;
  }
}
.step dl {
  width: 100%;
  margin-bottom: 20px;
}
.step dl dt {
  display: block;
  width: 100%;
  background: #fff;
}
.step dl dt i {
  display: block;
  width: 100%;
  background: #103675;
  color: #fff;
  font-style: normal;
  font-weight: bolder;
  font-size: 20px;
}
.step dl dt img {
  width: 100%;
}
.step dl dt span {
  width: 100%;
  margin: auto;
  font-weight: 500;
  font-size: 17px;
  text-align: left;
  padding: 10px 0 10px 0;
  display: block;
  color: #103675;
}
@media screen and (min-width: 763px) {
  .step dl dt span {
    font-size: 22px;
  }
}
.step dl dd {
  width: 100%;
  height: 40px;
  position: relative;
}
.step dl dd::before {
  content: "";
  background-color: red;
  width: 15px;
  height: 30px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  display: block;
  left: 0;
  right: 0;
  top: 10px;
  margin: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 763px) {
  .step dl dd {
    width: 5%;
    position: relative;
  }
  .step dl dd::before {
    position: absolute;
    top: 50px;
    left: 0px;
    width: 14px;
    height: 28px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@media screen and (min-width: 763px) {
  .step dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10%;
  }
  .step dl dt span {
    width: 100%;
  }
}

.main .recap,
.main .apply {
  width: 100%;
}
@media screen and (min-width: 763px) {
  .main .recap,
.main .apply {
    width: 60%;
    max-width: 940px;
    margin: auto;
  }
}

.container.bg {
  background: #fff;
  margin: auto;
}
.container.bg h2 {
  color: #fff;
  width: 90%;
  padding: 5px;
  margin: auto;
  font-size: 20px;
  background: #AB002E;
  margin-top: 10px;
}
@media screen and (min-width: 763px) {
  .container.bg h2 {
    font-size: 22px;
  }
}
.container.bg dl {
  width: 90%;
  margin: 30px auto 40px auto;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #103675;
  z-index: 1;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
#loader::before {
  position: absolute;
  content: "LOADING";
  color: #fff;
  left: 0;
  margin: auto;
  right: 0;
  top: -25px;
}

@-webkit-keyframes loading {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes loading {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
#loader span {
  display: block;
  position: absolute;
  background: #fff;
  width: 100%;
  height: 1px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-animation: loading 1s infinite linear;
          animation: loading 1s infinite linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

dl.terms {
  width: 94%;
  margin: auto;
}
dl.terms dt {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  padding: 0px 10px;
  background: #000;
  color: #fff;
  line-height: 100%;
}
dl.terms dd {
  padding: 0 0 2rem 0;
  margin: auto;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
}
dl.terms dd a {
  color: #F19DB5;
}

ul {
  list-style-type: none;
  width: 96%;
}
@media screen and (min-width: 763px) {
  ul {
    width: 98%;
    margin: auto auto auto 2%;
  }
}

ul.dotlist,
ul.komelist {
  padding: 0;
  margin: 0;
}
ul.dotlist:first-child,
ul.komelist:first-child {
  margin-top: 0;
}

ul.komelist {
  margin: auto auto auto 4%;
}
@media screen and (min-width: 763px) {
  ul.komelist {
    margin: auto auto auto 2%;
  }
}
ul.komelist li {
  list-style-type: none;
  position: relative;
}
ul.komelist li::before {
  content: "※";
  display: inline-block;
  position: absolute;
  text-indent: -1rem;
  top: -4px;
  font-size: 16px;
}
ul.komelist li ul.dotlist {
  width: 96%;
  margin: 0 0 15px 4%;
  line-height: 140%;
}
@media screen and (min-width: 763px) {
  ul.komelist li ul.dotlist {
    width: 98%;
    margin: auto auto 15px 2%;
  }
}
ul.komelist li ul.dotlist li {
  padding-bottom: 4px;
}
ul.komelist li ul.dotlist li::before {
  content: "" !important;
  display: none !important;
}

ul.dotlist {
  margin: auto auto auto 4%;
}
@media screen and (min-width: 763px) {
  ul.dotlist {
    margin: auto auto auto 2%;
  }
}
ul.dotlist li {
  list-style-type: disc;
}
ul.dotlist li ul.komelist {
  width: 96%;
  margin: 0 0 15px 4%;
  line-height: 140%;
}
@media screen and (min-width: 763px) {
  ul.dotlist li ul.komelist {
    width: 98%;
    margin: auto auto 15px 2%;
  }
}
ul.dotlist li ul.komelist li {
  list-style-type: none;
}

ul.none {
  list-style-type: none !important;
  text-indent: 1rem;
  padding-left: 2rem;
}
ul.none li {
  list-style-type: none !important;
  text-indent: -1rem;
}

ul ul.dotlist,
ul ul.komelist {
  margin: auto auto auto 4%;
}
@media screen and (min-width: 763px) {
  ul ul.dotlist,
ul ul.komelist {
    margin: auto auto auto 2%;
  }
}

.c-bt_base {
  display: inline-block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border-radius: 0.25rem;
}
.c-bt_base:hover {
  text-decoration: none;
}

.c-bt_w {
  display: inline-block;
  padding: 0.6rem 1rem;
  text-decoration: none;
  border-radius: 0.1rem;
}
.c-bt_w:hover {
  text-decoration: none;
}

.c-bt_min {
  display: inline-block;
  padding: 1rem 2rem;
  text-decoration: none;
  border-radius: 0;
}
.c-bt_min:hover {
  text-decoration: none;
}

.apply {
  text-align: center;
  width: 100%;
  padding-bottom: 10px;
}
.apply a {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  width: 100%;
  position: relative;
  display: inline-block;
  background: #F9C035;
  color: #103675;
  margin: 20px auto auto auto;
  padding: 0.6rem 1rem;
  border-radius: 0.1rem;
}
.apply a:hover {
  background: #888;
  color: #fff;
}
.apply a i {
  position: absolute;
  right: 10px;
  top: 30%;
}
@media screen and (min-width: 763px) {
  .apply a {
    margin: 40px auto auto auto;
    width: 100%;
    margin: auto;
  }
}
.apply a img {
  height: 40px;
  vertical-align: middle;
}

.twit_area {
  margin: auto;
  width: 100%;
}
@media screen and (min-width: 763px) {
  .twit_area {
    width: 100%;
    max-width: 940px;
  }
}

.bt_twitter {
  text-align: center;
  width: 100%;
  margin: auto;
  display: block;
  padding: 10px 0;
  background-color: #1DA1F2;
  color: #fff;
  position: relative;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bt_twitter span {
  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;
  width: 65%;
  font-size: 18px !important;
  text-align: left;
}
@media screen and (min-width: 763px) {
  .bt_twitter span {
    width: 60%;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.bt_twitter i.fab.fa-twitter {
  font-size: 24px;
  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;
  width: 20%;
}
@media screen and (min-width: 763px) {
  .bt_twitter i.fab.fa-twitter {
    font-size: 24px;
    width: 14%;
    padding-right: 10px;
  }
}
.bt_twitter i.fas.fa-angle-right {
  font-size: 18px;
  width: 15%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
}
@media screen and (min-width: 763px) {
  .bt_twitter i.fas.fa-angle-right {
    width: 25%;
    padding-right: 10px;
  }
}
.bt_twitter:hover {
  background: rgb(165, 211, 255);
  color: #fff;
}
@media screen and (max-width: 762x) {
  .bt_twitter .u-font_bg {
    text-align: left;
    display: block;
    width: 80%;
    float: right;
  }
}
@media screen and (min-width: 763px) {
  .bt_twitter {
    width: 60%;
  }
  .bt_twitter i {
    position: static;
    left: auto;
    top: auto;
  }
}

.not_apply_btn {
  pointer-events: none;
  background-color: #6F6F6F !important;
}

dl.c-essentials {
  width: 90%;
  margin: auto;
  padding-bottom: 40px;
}
@media screen and (min-width: 763px) {
  dl.c-essentials {
    width: 98%;
    max-width: 920px;
  }
}
dl.c-essentials dt {
  background: #AB002E;
  width: auto;
  display: inline-block;
  padding: 1px 10px;
  color: #fff;
  text-align: center;
}
dl.c-essentials dd {
  font-size: 13px;
  padding-bottom: 1.5rem;
}

.u-c_r {
  background-color: #ff0000;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 0 0 maroon;
          box-shadow: 0 3px 0 0 maroon;
  position: relative;
  text-decoration: none;
}
.u-c_r i {
  padding-right: 0.5rem;
  font-size: 28px;
}

.u-c_t {
  background-color: #1DA1F2;
  color: #fff;
  -webkit-box-shadow: 0 3px 0 0 #075280;
          box-shadow: 0 3px 0 0 #075280;
  position: relative;
  text-decoration: none;
}
.u-c_t i {
  padding-right: 0.5rem;
  font-size: 28px;
}

.u-c_w {
  background-color: #ddd;
  color: #231815;
  -webkit-box-shadow: 0 3px 0 0 #6f6f6f;
          box-shadow: 0 3px 0 0 #6f6f6f;
  position: relative;
  text-decoration: none;
}
.u-c_w i {
  padding-right: 0.5rem;
  font-size: 28px;
}

.pt_10 {
  padding-top: 10px;
}

.grecaptcha-badge {
  visibility: hidden;
}

li.red {
  color: red;
}

.recap_min {
  font-size: 10px;
  margin: auto;
  padding-top: 5px;
  width: 90%;
  text-align: left;
  color: #838383;
}
@media screen and (min-width: 763px) {
  .recap_min {
    text-align: center;
  }
}
.recap_min a {
  color: #103675;
}

.show-pc {
  display: none;
}

.show-sp {
  display: inline-block;
}

@media screen and (min-width: 763px) {
  .show-pc {
    display: inline-block;
  }
  .show-sp {
    display: none;
  }
}
.u-font_bg {
  font-size: 1.4rem;
}

.acquisition_link {
  text-decoration: underline;
  color: #fff;
  text-align: center;
  margin: auto;
  width: 100%;
  padding-bottom: 30px;
}
.acquisition_link .btn_apply {
  color: #103675;
  text-decoration: underline;
}

@-webkit-keyframes pageup {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes pageup {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.page-up {
  width: 60px;
  height: 60px;
  display: block;
  position: fixed;
  right: 10px;
  bottom: 100px;
  background: #333;
  border-radius: 50%;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation: pageup 1s infinite alternate;
          animation: pageup 1s infinite alternate;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  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;
}
.page-up::before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border: 3px solid #fff;
  border-color: #fff #fff transparent transparent;
  position: absolute;
  top: 10px;
  left: 40%;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
@media screen and (min-width: 763px) {
  .page-up {
    right: 30px;
    bottom: 100px;
  }
}
.page-up:hover {
  background: #888;
}/*# sourceMappingURL=style.css.map */