@charset "UTF-8";
/*
Sitename: STAMP RALLY
Date: 2022.04.12
LastUpdate：2023.03.01
Version：1.0
Author：Haruna Ogino
Copyright Comcent All Right Reserved.
*/
/*
Sitename: STAMP RALLY
Date: 2022.04.12
LastUpdate：2022.04.18
Version：1.0
Author：Haruna Ogino
Copyright Comcent All Right Reserved.
*/
/*
Sitename: STAMP RALLY
Date: 2022.04.12
LastUpdate：2022.04.19
Version：1.0
Author：Haruna Ogino
Copyright Comcent All Right Reserved.
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  gap: 10px;
}

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

a, button {
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  outline: none;
}
a:hover, button:hover {
  opacity: 0.7;
  filter: alpha(opacity=50);
}
a:hover img, button:hover img {
  opacity: 0.7;
}
a:active, button:active {
  opacity: 1;
}

body, h1, h2, h3, h4, h5, h6, ul, ol, li, p, figure, figcaption, dl, dt, dd, input, textarea, a, button, table, strong, small {
  margin: 0;
  padding: 0;
  font-weight: normal;
  border: none;
  background: none;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans Japanese", "Noto Sans JP", "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Noto Sans Japanese, Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  border-spacing: none;
}

a {
  color: #5DA3E1;
  font-weight: normal;
  text-decoration: underline;
}

input[type=submit], input[type=button], button[type=submit], button[type=button] {
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans Japanese", "Noto Sans JP", "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Noto Sans Japanese, Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  line-height: 1.7;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
input[type=submit]:hover, input[type=button]:hover, button[type=submit]:hover, button[type=button]:hover {
  opacity: 0.7;
}

input[type=text], input[type=name], input[type=email], textarea, input[type=password], input[type=number], input[type=tel] {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  padding: 2px 5px;
  border-radius: 3px;
  width: 100%;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
}
input[type=text]:disabled, input[type=name]:disabled, input[type=email]:disabled, textarea:disabled, input[type=password]:disabled, input[type=number]:disabled, input[type=tel]:disabled {
  opacity: 0.5;
  cursor: auto;
  background-color: #E8E8E8;
}

input:focus {
  outline: none;
}

input::-webkit-input-placeholder {
  color: #999999;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans Japanese", "Noto Sans JP", "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Noto Sans Japanese, Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
}

input:-ms-input-placeholder {
  color: #999999;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans Japanese", "Noto Sans JP", "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Noto Sans Japanese, Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
}

input::-moz-placeholder {
  color: #999999;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans Japanese", "Noto Sans JP", "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Noto Sans Japanese, Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

textarea::-webkit-input-placeholder {
  color: #999999;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans Japanese", "Noto Sans JP", "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Noto Sans Japanese, Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
}

textarea:-ms-input-placeholder {
  color: #999999;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans Japanese", "Noto Sans JP", "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Noto Sans Japanese, Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
}

textarea::-moz-placeholder {
  color: #999999;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans Japanese", "Noto Sans JP", "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Noto Sans Japanese, Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
}

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

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

li {
  list-style-type: none;
}

table {
  border: none;
  border-collapse: collapse;
}

html {
  font-size: 62.5%;
}

body {
  color: #555555;
  background: #F4F4F2;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  line-height: 1.7;
}

main {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}