@charset "UTF-8";
/*
$padLeft: 55px; //画面左側隙間
$padRight: 100px; //画面右側隙間*/
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 519px) {
  html {
    overflow-y: scroll;
  }
}

body {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #222;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center top;
  line-height: 1.8;
}
body.fixed {
  position: fixed;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: clamp(1.5rem, 1.286rem + 0.669vw, 1.8rem);
  }
}

main, section {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

h1,
h2,
h3 {
  font-weight: 700;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  color: #3081da;
  text-decoration: underline;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.5s;
}
a:hover {
  opacity: 0.5;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

input[type=text] {
  padding: 7px;
  border: solid 1px #c5cbd0;
}

select {
  padding: 7px;
  border: solid 1px #c5cbd0;
}

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

textarea {
  overflow: auto;
  border: solid 1px #c5cbd0;
}

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

/*
input[type=text], input[type=password], input[type=tel], input[type=email] ,textarea {
	//border: solid 1px f.$thema-line-dark;
	padding: 8px 7px;
	background-color: f.$white;
	border-radius: 4px;
}
*/
option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

body td, body th {
  vertical-align: top;
  padding: 0;
}
body td.center, body th.center {
  text-align: center;
}
body td.left, body th.left {
  text-align: left;
}
body td.right, body th.right {
  text-align: right;
}

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