@charset "UTF-8";

:root {
  --main-color: #004097;
  --sub-color: #5E8DC3;
  --transition-color: 0.2s;
}

* {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0px;
}

/*ここは試験用*/

hr {
  border-width: 5px;
}



html {
    font-size: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    color: #333;
    font-size: 1rem;
    font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
    margin: 0;
    
}

a {
    color: #333;
    text-decoration: none;    
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 2em;
}

/* a:hover {
  opacity: 0.7;
} */



h1, h2, h3, h4, h5, h6 {
  color: #2b546a;
  font-weight: normal;
}

h1, h2, h3 {
  font-weight: bold;
  color: #2b546a;
  letter-spacing: .04em;
}

p, span, pre {
  color: #8491a5;
  font-size: 1rem;
  line-height: 1.8;
  margin: 0;
}

img {
  max-width: 100%;
  
}

main img {
  /*logoには反映させたくないので修正必須*/
  /* box-shadow: 4px 4px 4px #a5a5a5; */
  border-radius: 5px;
}

li {
    list-style: none;
}

.u-pb50 {
  padding-bottom: 50px;
}

.u-pt50 {
  padding-top: 50px;
}

.policy-contents {
  width: 90%;
  max-width: 960px;
  min-height: 70vh;
  margin: 0 auto;
}

.markdown-parsed-content *:first-child {
  margin-top: 0;
}
.markdown-parsed-content p {
  font-size: .875rem;
}

.markdown-parsed-content ul {
  list-style-type: disc;
  list-style-position: inside;
}

.markdown-parsed-content h1 {
  font-size: 2rem;
  margin: 16px 0;
}

.policy-contents-explain {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: dotted 3px #53bbb4;
  border-radius: 5px;
  padding: 10px;
  color: #53bbb4;
  font-weight: normal;
  line-height: 30px;
}

.markdown-parsed-content h2 {
  font-size: 1.5rem;
  margin: 12px 0;
}

