/*
  Made by Elly Loel - https://ellyloel.com/
*/
*{margin:0;padding:0;line-height:calc(0.25rem + 1em + 0.25rem)}*,::before,::after{box-sizing:border-box}*:where(:not(fieldset,progress,meter)){border-width:0;border-style:solid;background-origin:border-box;background-repeat:no-repeat}html{block-size:100%;-webkit-text-size-adjust:none}@media (prefers-reduced-motion:no-preference){html:focus-within{scroll-behavior:smooth}}body{-webkit-font-smoothing:antialiased;text-rendering:optimizeSpeed;min-block-size:100%}:where(img,svg,video,canvas,audio,iframe,embed,object){display:block}:where(img,svg,video){block-size:auto;max-inline-size:100%}:where(svg){stroke:none;fill:currentColor}:where(svg):where(:not([fill])){stroke:currentColor;fill:none;stroke-linecap:round;stroke-linejoin:round}:where(svg):where(:not([width])){inline-size:5rem}:where(input,button,textarea,select),:where(input[type="file"])::-webkit-file-upload-button{color:inherit;font:inherit;font-size:inherit;letter-spacing:inherit;word-spacing:inherit}:where(textarea){resize:vertical}@supports (resize:block){:where(textarea){resize:block}}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}h1{font-size:2em}:where(ul,ol){list-style-position:inside}:where(ul,ol)[role="list"]{list-style:none}a:not([class]){text-decoration-skip-ink:auto}:where(a[href],area,button,input,label[for],select,summary,textarea,[tabindex]:not([tabindex*="-"])){cursor:pointer;touch-action:manipulation}:where(input[type="file"]){cursor:auto}:where(input[type="file"])::-webkit-file-upload-button,:where(input[type="file"])::file-selector-button{cursor:pointer}@media (prefers-reduced-motion:no-preference){:focus-visible{transition:outline-offset 145ms cubic-bezier(.25,0,.4,1)}:where(:not(:active)):focus-visible{transition-duration:0.25s}}:where(:not(:active)):focus-visible{outline-offset:5px}:where(button,button[type],input[type="button"],input[type="submit"],input[type="reset"]),:where(input[type="file"])::-webkit-file-upload-button,:where(input[type="file"])::file-selector-button{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;user-select:none;text-align:center}:where(button,button[type],input[type="button"],input[type="submit"],input[type="reset"])[disabled]{cursor:not-allowed}

.sectionTtl {
  font-size: 35px;
  color: var(--color-blue);
  text-align: center;
}

@media screen and (max-width:600px) {
  .sectionTtl {
    font-size: 22px;
  }
}

/* color palette from <https://github.com/vuejs/theme> */
:root {
  /* color */
  --color-blue: #2ca9e1;
  --color-yellow: #ffff33;
  --color-black: #4d4d4d;
  --color-bright: #f2f2f2;
  --color-dark: #e6e6e6;
}
html {
  scroll-behavior: smooth;
}

*
{
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
  max-width: 100%;
}

.wf-notosansjapanese { font-family: "Noto Sans JP"; }

div,h1,h2,h3,h4,h5,h6,p,a,li {
  font-size: 16px;
  text-decoration: none;
  list-style: none;
  color: #4d4d4d;
}

.bton {
  display: block;
}
.inlinebton {
  display: inline;
}
.ntob {
  display: none;
}
@media screen and (max-width:600px) {
  .inlinebton {
    display: none;
  }
  .bton {
    display: none;
  }
  .ntob {
    display: block;
  }
}
/* html {
  width: 1440px;
}

@media screen and (max-width:600px) {
  html {
    width: 500px;
  }
} */

.nameBoxTtl {
  font-size: 35px;
  color: var(--color-blue);
  text-align: center;
}

.secondHeader {
  padding-top: 30px;
  padding-bottom: 30px;
  background: var(--color-blue);
}

.secondHeader h1 {
  font-size: 40px;
  color: white;
  text-align: center;
}

.nameBox {
  padding-right: 10px;
  padding-left: 10px;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 10px;
  text-align: center;
}

.nameBox h3 {
  margin-bottom: 40px;
}
.nameBox h4 {
  font-size: 25px;
  margin-bottom: 30px;
	color: #333;
    font-weight: 900;
}

.nameList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
  align-content: start;
}

.nameSet {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.nameSet p {
  width: 164px;
  padding: 10px 0;
  font-weight: 500;
  font-size: 18px;
}

.precautions {
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
