@charset "UTF-8";
body {
  font-family: 'Noto Sans JP','ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  color: #000;
  font-size: 15px;
  line-height: 1.6;
  background: #c5c5c5;
  overflow-wrap: break-word; }
@media screen and (max-width: 666px) {
  body {
    line-height: 1.5;
    font-size: 14px; } }

.reg {
  font-size: 15px;
  font-weight: 400; }
@media screen and (max-width: 666px) {
  .reg {
    font-size: 13px; } }

li {
  list-style: none; }

img {
  display: block;
  width: 100%;
  height: auto; }

a:hover {
  text-decoration: underline !important; }
a:hover img {
  opacity: .8;
  transition: all .5s; }

.pc {
  display: block; }
@media screen and (max-width: 800px) {
  .pc {
    display: none; } }

.sp {
  display: none; }
@media screen and (max-width: 800px) {
  .sp {
    display: block; } }

.pc_md {
  display: block; }
@media screen and (max-width: 666px) {
  .pc_md {
    display: none; } }

.sp_md {
  display: none; }
@media screen and (max-width: 666px) {
  .sp_md {
    display: block; } }

.contents {
  background: #fff;
  width: 1100px;
  margin: 0 auto;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6); }
@media screen and (max-width: 666px) {
  .contents {
    width: 100%; } }

.present {
  padding: 50px 80px; }
@media screen and (max-width: 666px) {
  .present {
    padding: 30px 20px; } }
.present .read {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px; }
@media screen and (max-width: 666px) {
  .present .read {
    font-size: 16px;
    text-align: left; } }
.present ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
@media screen and (max-width: 666px) {
  .present ul {
    display: block; } }
.present ul li {
  width: 290px; }
@media screen and (max-width: 666px) {
  .present ul li {
    width: 84vw;
    margin: 10px auto; } }
.present ul li:nth-child(2) {
  width: 324px;
  padding-left: 17px; }
@media screen and (max-width: 666px) {
  .present ul li:nth-child(2) {
    width: 89vw;
    padding: 0;
    margin: 0 2.5vw 0; } }

.howto {
  background: url(../img/bg_present.gif);
  padding: 50px 80px; }
@media screen and (max-width: 666px) {
  .howto {
    background-size: cover;
    padding: 30px 20px; } }
.howto h2 {
  width: 225px;
  margin: 0 auto 30px; }
@media screen and (max-width: 666px) {
  .howto h2 {
    width: 45vw; } }
.howto .step {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 55px; }
@media screen and (max-width: 666px) {
  .howto .step {
    margin-bottom: 35px; } }
.howto .step:last-child {
  border-bottom: none;
  margin-bottom: 0; }
.howto .inner {
  background: url(../img/bg_step.png) no-repeat left bottom;
  background-size: 30px;
  padding: 35px 0 25px;
  margin-bottom: 30px; }
@media screen and (max-width: 666px) {
  .howto .inner {
    background: none;
    padding: 10px 0 0; } }
.howto .step-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px; }
@media screen and (max-width: 666px) {
  .howto .step-title {
    display: block; } }
.howto .step-title img {
  height: 29px;
  width: auto; }
@media screen and (max-width: 666px) {
  .howto .step-title img {
    height: 6vw; } }
.howto .step-title p {
  font-size: 20px;
  font-weight: 700;
  padding-left: 20px;
  line-height: 1.2; }
@media screen and (max-width: 666px) {
  .howto .step-title p {
    padding: 10px 0 0 0;
    font-size: 16px; } }
.howto .step-title p span {
  color: #41aed7; }
.howto .step1 ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 135px; }
@media screen and (max-width: 666px) {
  .howto .step1 ul {
    padding: 0; } }
.howto .step1 ul li {
  width: 200px;
  text-align: center; }
@media screen and (max-width: 666px) {
  .howto .step1 ul li {
    width: 30%; } }
.howto .step1 ul li a {
  font-size: 20px;
  font-weight: 700;
  color: #41aed7;
  text-decoration: none; }
@media screen and (max-width: 666px) {
  .howto .step1 ul li a {
    font-size: 10px; } }
.howto .step1 ul li a img {
  margin-bottom: 10px;
  padding: 0 15px; }
@media screen and (max-width: 666px) {
  .howto .step1 ul li a img {
    padding: 0;
    margin-bottom: 5px; } }
.howto .step2 .btn {
  width: 550px;
  display: block;
  margin: 0 auto; }
@media screen and (max-width: 666px) {
  .howto .step2 .btn {
    width: 90vw; } }
.howto .step3 .note {
  font-size: 14px;
  margin-top: 50px; }
@media screen and (max-width: 666px) {
  .howto .step3 .note {
    font-size: 10px;
    margin-top: 20px; } }

.link {
  padding: 50px 185px; }
@media screen and (max-width: 666px) {
  .link {
    padding: 30px 20px; } }
.link h2 {
  background: #282f35;
  border-radius: 20px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 10px;
  margin-bottom: 50px; }
@media screen and (max-width: 666px) {
  .link h2 {
    font-size: 16px;
    margin-bottom: 30px; } }
.link ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.link ul li {
  width: 225px;
  text-align: center; }
@media screen and (max-width: 666px) {
  .link ul li {
    width: 30%; } }
.link ul li a {
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  color: #000;
  line-height: 1.2; }
@media screen and (max-width: 666px) {
  .link ul li a {
    font-size: 10px;
    display: block; } }
.link ul li a img {
  margin-bottom: 10px; }
@media screen and (max-width: 666px) {
  .link ul li a img {
    margin-bottom: 5px; } }

/*      footer     */
footer p {
  font-size: 14px;
  text-align: center;
  padding-bottom: 50px; }
@media screen and (max-width: 666px) {
  footer p {
    font-size: 10px; } }

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

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

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

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

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

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

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

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

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

b, strong {
  font-weight: 500;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

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

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

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

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

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

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

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

/* Remove the default button styling in all browsers */
button, input, select, textarea {
  color: inherit; }

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

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

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in 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; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio, canvas, progress, video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }
/* 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] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }
